.mobile-fare-label { display: none; }
.hero > *, .fields > *, .car-grid > *, .section-head > * { min-width: 0; }
@media (max-width: 950px) and (min-width: 701px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }
  .booking .fields { grid-template-columns: minmax(0, 1fr); }
  .booking input, .booking select, .booking textarea { font-size: 1rem; }
  header { height: auto; min-height: 104px; gap: 20px; flex-wrap: wrap; padding-block: 18px; }
  nav { flex-wrap: wrap; gap: 20px; }
}
@media (max-width: 700px) {
  header { height: auto; padding: 18px 5% 10px; gap: 12px; flex-wrap: wrap; }
  header .brand { width: 100%; font-size: 1rem; }
  .monogram { flex-shrink: 0; }
  header nav { width: 100%; display: flex; flex-wrap: wrap; gap: 4px 12px; justify-content: space-between; }
  header nav > a:not(.contact), header nav .contact {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 44px; padding: 6px 0; font-size: .875rem; border: 0;
  }
  header nav .request-link { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
  .hero { grid-template-columns: minmax(0, 1fr); padding: 24px 5% 32px; gap: 24px; }
  .intro h1 { font-size: clamp(2rem, 8vw, 2.75rem); line-height: 1.15; letter-spacing: -.025em; margin: 16px 0; overflow-wrap: break-word; }
  .intro h1 br:nth-child(2) { display: initial; }
  .intro h1 em { display: inline; }
  .intro > p { font-size: 1rem; line-height: 1.65; margin: 12px 0; }
  .airport-summary { margin-top: 18px; padding-top: 16px; }
  .airport-summary dl > div { gap: 4px 12px; }
  .airport-summary dt, .airport-summary dd { font-size: 1rem; }
  .airport-summary dd { white-space: normal; }
  .airport-footer a { display: inline-flex; align-items: center; min-height: 44px; }
  .hero-image { display: none; }
  .hero-image > span { left: 14px; right: 14px; bottom: 12px; font-size: .875rem; }
  .booking { padding: 24px 18px; scroll-margin-top: 16px; }
  .booking h2 { font-size: 1.75rem; line-height: 1.2; }
  .booking-heading > p { font-size: 1rem; }
  .fields { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .fields label { font-size: .875rem; }
  .fields input, .fields select, .fields textarea { font-size: 1rem; min-height: 48px; max-width: 100%; }
  input[type="date"], input[type="time"] { appearance: none; min-width: 0; }
  .fields textarea { min-height: 96px; }
  .primary { font-size: 1rem; min-height: 52px; padding: 14px; text-align: left; align-items: center; }
  .primary > span { flex-shrink: 0; }
  .form-note, .privacy, .vehicle-note { font-size: .875rem; }
  .alternative { gap: 8px 16px; font-size: .875rem; align-items: center; }
  .alternative > span { flex-basis: 100%; text-align: center; }
  .alternative button, .alternative a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; font-size: .875rem; }
  .section-head { margin-bottom: 24px; }
  .section-head h2, .pricing h2, .fare-section h2 { font-size: 2rem; line-height: 1.2; overflow-wrap: break-word; }
  .section-head > p, .dest-grid p, .car-grid p, .pricing p { font-size: 1rem; }
  .dest-grid { grid-template-columns: minmax(0, 1fr); }
  .dest-grid button { border-right: 0; padding: 22px 16px !important; }
  .dest-grid button:last-child { border-bottom: 0; }
  .dest-grid h3 { margin: 12px 0; }
  .dest-grid p { min-height: 0; margin: 12px 0; }
  .dest-grid b { font-size: .875rem; }
  .dest-grid span, .car-top { font-size: .75rem; }
  .car-top { gap: 12px; }
  .car-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .car-grid article { padding: 24px 20px; }
  .car-grid h3 { font-size: 1.875rem; overflow-wrap: break-word; }
  .car-grid button { min-height: 44px; text-align: left; }
  .fare-scroll { border: 0; overflow: visible; }
  .fare-scroll table { display: block; min-width: 0; width: 100%; }
  .fare-scroll caption { display: block; padding: 0 0 16px; font-size: .875rem; }
  .fare-scroll thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .fare-scroll tbody { display: block; }
  .fare-scroll tbody tr { display: block; margin-bottom: 16px; border: 1px solid var(--line); background: #fff; }
  .fare-scroll tbody th { display: block; padding: 14px 16px; border: 0; background: var(--green); color: #fff; font-size: 1rem; font-weight: 500; line-height: 1.5; }
  .fare-scroll tbody td { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; padding: 14px 16px; white-space: normal; font-size: 1rem; }
  .mobile-fare-label { display: block; font-size: .875rem; font-weight: 500; }
  .mobile-fare-label small { display: block; color: var(--muted); font-size: .75rem; font-weight: 400; }
  .fare-amount { font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
  .fare-cta, .pricing a, footer a { display: inline-flex; align-items: center; min-height: 44px; }
  footer { padding-bottom: max(24px, env(safe-area-inset-bottom)); }
  footer p { margin: 0; }
  footer .credit { overflow-wrap: anywhere; }
}
