/* Shared touch targets and overlays across the public website. */
.nav-hamburger { min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.nav-mobile-close, .modal-close { min-width: 44px; min-height: 44px; }
.nav-mobile-overlay { overflow-y: auto; max-height: 100dvh; padding: 76px 24px 32px; justify-content: safe center; }
.nav-mobile-overlay > a { min-height: 44px; display: inline-flex; align-items: center; }
.modal-box { max-height: calc(100dvh - 48px); overflow-y: auto; }
@media (max-width: 600px) {
  .modal-box input, .modal-box textarea { font-size: 16px; }
}
@media (max-height: 600px) {
  .nav-mobile-overlay { justify-content: flex-start; gap: 16px; }
}
/* Netlify inserts a fixed-width 304px Captcha after deployment. */
@media (max-width: 420px) {
  .modal-box .g-recaptcha { zoom: 0.7; }
}
