/* NeuroVerse Works — Desktop Vertical Rhythm Repair
   Scope: homepage desktop only. Content, navigation, behavior, and mobile/tablet layouts are untouched. */
@media (min-width: 981px) {
  body[data-nvw-page="home"] .hero {
    min-height: 70vh;
    padding-top: 52px;
    padding-bottom: 38px;
  }

  body[data-nvw-page="home"] .heroCard {
    padding-block: clamp(30px, 3.6vw, 44px);
  }

  body[data-nvw-page="home"] .nvw-entry-protocol {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-block: 15px;
  }

  body[data-nvw-page="home"] .nvw-secondary-actions {
    margin-top: 11px;
  }

  body[data-nvw-page="home"] .nvw-arrival-lanes {
    margin-top: 14px;
  }
}
