/* Navigation is immediate; motion belongs to controls, not page restoration. */
html { scroll-behavior: auto; }
.hero + .content { padding-top: 32px; }
.hero + .content > .info-grid:first-child { margin-top: 0; }
@media (max-width: 760px) {
  main > .hero:has(.hero-inner) { padding-bottom: 30px; }
  .hero + .content { padding-top: 24px; }
  #serviceSheet.action-sheet {
    inset: 0; margin: 0; width: 100%; max-width: none;
    height: 100vh; height: 100dvh; max-height: none;
    box-sizing: border-box; border-radius: 0;
    padding: max(22px, env(safe-area-inset-top)) 22px max(28px, env(safe-area-inset-bottom));
    overflow-y: auto; overscroll-behavior: contain; animation: none;
  }
  #serviceSheet .sheet-close { top: 0; margin-top: 0; min-width: 44px; min-height: 44px; }
}
