/* Quote layout overrides extracted from the document head. */
body.quote-page main > section:not(#quote) { display: none !important; }
    body.quote-page #quote { min-height: calc(100vh - 90px); padding: 112px 0 48px; }
    body.quote-page #quote .quote-layout { gap: 48px; }
    body.quote-page #quote .quote-intro h1 { max-width: 620px; color: var(--white); font-size: clamp(3rem, 6vw, 5rem); }
    body.quote-page #quote .quote-form { width: min(100%, 720px); justify-self: end; padding: 28px; }
    body.quote-page #quote .form-heading { margin-bottom: 16px; }
    body.quote-page #quote .form-grid { gap: 12px; }
    body.quote-page #quote .trip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.quote-page #quote .trip-grid > .trip-capacity-row { grid-column: 1 / -1; }
    body.quote-page #quote .field { gap: 5px; }
    body.quote-page #quote .field input,
    body.quote-page #quote .field select { box-sizing: border-box; height: 40px; min-height: 40px; padding: 7px 10px; }
    body.quote-page #quote .field select { height: 40px; align-self: start; }
    body.quote-page #quote .vehicle-label-row { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 5px; }
    body.quote-page #quote .vehicle-inline-help { overflow: hidden; color: #68655f; font-size: .5rem; font-weight: 650; letter-spacing: 0; line-height: 1.15; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
    body.quote-page #quote .trip-capacity-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 10px; }
    body.quote-page #quote .trip-capacity-row.flight-hidden { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.quote-page #quote .trip-capacity-row > [hidden] { display: none !important; }
    body.quote-page #quote .trip-capacity-row .field > input,
    body.quote-page #quote .trip-capacity-row .field > select { width: 100%; height: 40px; min-height: 40px; }
    body.quote-page #quote .field > .date-control,
    body.quote-page #quote .field.schedule-field > .date-control { height: 40px; min-height: 40px; }
    body.quote-page #quote .field .date-control-value,
    body.quote-page #quote .field .date-control > input[data-native-date],
    body.quote-page #quote .field .date-control > input[data-native-time] { padding-top: 8px; padding-bottom: 8px; }
    body.quote-page #quote .field.schedule-field { grid-template-rows: max-content 40px 10px; }
    body.quote-page #quote .field.schedule-field > .error { min-height: 10px; }
    body.quote-page #quote .field input[type="time"] { min-height: 40px; }
    body.quote-page #quote .trip-grid > .pickup-field > input,
    body.quote-page #quote .trip-grid > .dropoff-field > input { width: 100%; height: 40px; min-height: 40px; box-sizing: border-box; }
    body.quote-page #quote .route-stops-head,
    body.quote-page #quote .optional-trip-details > summary { box-sizing: border-box; height: 40px; min-height: 40px; padding: 6px 10px; }
    body.quote-page #quote .stop-input input,
    body.quote-page #quote .stop-drag,
    body.quote-page #quote .stop-action { min-height: 40px; }
    body.quote-page #quote .route-estimate { display: grid; grid-template-columns: minmax(0, 1fr) auto auto auto; align-items: center; gap: 8px 10px; padding: 12px 14px; }
    body.quote-page #quote .route-estimate-head { display: contents; }
    body.quote-page #quote .route-estimate-head > div { grid-column: 1; grid-row: 1; min-width: 0; }
    body.quote-page #quote .route-estimate-head p { max-width: 205px; margin-top: 3px; overflow: hidden; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
    body.quote-page #quote .route-calculate { grid-column: 4; grid-row: 1; width: auto; min-height: 40px; padding: 7px 10px; }
    body.quote-page #quote .route-estimate-totals { display: contents; }
    body.quote-page #quote .route-estimate-totals div { min-width: 94px; padding: 7px 9px; border: 1px solid #d0cbc2; }
    body.quote-page #quote .route-estimate-totals div:first-child { grid-column: 2; grid-row: 1; }
    body.quote-page #quote .route-estimate-totals div:last-child { grid-column: 3; grid-row: 1; }
    body.quote-page #quote .route-estimate-totals small { margin-bottom: 2px; }
    body.quote-page #quote .route-estimate-totals strong { font-size: 1rem; }
    body.quote-page #quote .route-estimate-legs { grid-column: 1 / -1; margin-top: 0; }
    body.quote-page #quote .route-estimate-legs[hidden] { display: none; }
    body.quote-page #quote .route-estimate-legs div { padding: 5px 0; }
    body.quote-page #quote .fare-estimate { width: 100%; justify-self: stretch; padding: 14px; }
    body.quote-page #quote .fare-estimate-head { gap: 12px; }
    body.quote-page #quote .fare-estimate .fare-amount { margin-top: 4px; font-size: 1.9rem; }
    body.quote-page #quote .fare-status { margin-top: 8px; line-height: 1.4; }
    body.quote-page #quote .fare-breakdown { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 10px; padding-top: 8px; }
    body.quote-page #quote .fare-breakdown li { padding-left: 11px; line-height: 1.35; }
    body.quote-page #quote .meet-greet-selector { margin-top: 10px; padding: 10px; }
    body.quote-page #quote .meet-greet-selector p { margin-top: 5px; line-height: 1.35; }
    body.quote-page #quote .child-seat-addon { margin: 12px 0; padding: 12px 14px; }
    body.quote-page #quote .child-seat-addon__summary { align-items: center; }
    body.quote-page #quote .child-seat-addon__eyebrow { margin-bottom: 3px; }
    body.quote-page #quote .child-seat-addon h3 { font-size: 18px; }
    body.quote-page #quote .gratuity-selector { margin-top: 10px; }
    body.quote-page #quote .gratuity-toggle { gap: 4px 10px; padding: 10px 0 0; }
    body.quote-page #quote .gratuity-toggle::after { grid-column: 2; grid-row: 1 / 3; align-self: center; }
    body.quote-page #quote .gratuity-toggle-status { grid-column: 1; grid-row: 2; }
    body.quote-page #quote .gratuity-heading { gap: 2px; }
    body.quote-page #quote .form-rule { margin: 18px 0 14px; }
    body.quote-page #quote .contact-heading { margin-bottom: 12px; }
    body.quote-page #quote .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.quote-page #quote .contact-grid .span-all { grid-column: 1 / -1; }
    body.quote-page #quote .optional-notes textarea { min-height: 72px; }
    body.quote-page #quote .booking-trust { grid-template-columns: 96px 1fr; margin-top: 12px; padding: 9px; }
    body.quote-page #quote .booking-trust img { width: 96px; height: 60px; }
    body.quote-page #quote .submit-btn { margin-top: 14px; }
    body.quote-page #quote .form-disclaimer { margin-top: 8px; }
    body.quote-page .site-footer { padding: 24px 0 18px; }
    body.quote-page .site-footer .footer-top,
    body.quote-page .site-footer .launch-note { display: none; }
    body.quote-page .site-footer .footer-bottom { padding-top: 0; border-top: 0; }
    body.quote-page #quote .campaign-route-summary { display: grid; gap: 7px; margin: -8px -8px 28px; padding: 18px; color: #17191b; background: #efe3cf; border: 1px solid #cfa45f; }
    body.quote-page #quote .campaign-route-summary[hidden] { display: none; }
    .has-family-route body.quote-page #quote .campaign-route-summary[hidden] { display: grid; min-height: 106px; visibility: hidden; }
    body.quote-page #quote .campaign-route-summary > span { color: #74511f; font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
    body.quote-page #quote .campaign-route-summary strong { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; line-height: 1.25; }
    body.quote-page #quote .campaign-route-summary p { margin: 0; color: #625a4f; font-size: .72rem; line-height: 1.5; }
    body.quote-page #quote .campaign-route-summary b { color: #8a5d19; }
    @media (max-width: 900px) {
      body.quote-page #quote { padding-top: 94px; }
      body.quote-page #quote .quote-layout { gap: 18px; }
      body.quote-page #quote .quote-intro { display: grid; width: min(100%, 660px); justify-self: center; gap: 7px; }
      body.quote-page #quote .quote-form { width: min(100%, 660px); justify-self: center; }
      body.quote-page #quote .quote-intro .eyebrow { margin-bottom: 0; }
      body.quote-page #quote .quote-intro h1 { margin: 0; font-size: clamp(2.35rem, 8vw, 3.2rem); line-height: 1.03; }
      body.quote-page #quote .quote-intro > p:not(.eyebrow) { margin: 0; font-size: .82rem; line-height: 1.5; }
      body.quote-page #quote .quote-intro ul,
      body.quote-page #quote .quote-contact { display: none; }
    }
    @media (max-width: 760px) {
      body.quote-page #quote { padding: 82px 0 32px; }
      body.quote-page #quote .quote-layout { gap: 18px; }
      body.quote-page #quote .quote-intro h1 { margin: 0; font-size: clamp(2.25rem, 11vw, 3rem); line-height: 1.03; }
      body.quote-page #quote .quote-form { width: 100%; scroll-margin-top: 84px; padding: 22px 16px 26px; }
      body.quote-page #quote .form-heading { margin-bottom: 14px; }
      body.quote-page #quote .form-heading > p { display: none; }
      body.quote-page #quote .trip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
      body.quote-page #quote .trip-grid > .span-2,
      body.quote-page #quote .trip-grid > .mobile-span-all { grid-column: 1 / -1; }
      body.quote-page #quote .trip-capacity-row,
      body.quote-page #quote .trip-capacity-row.flight-hidden { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 10px; }
      body.quote-page #quote .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 10px; }
      body.quote-page #quote .contact-grid > .span-all { grid-column: 1 / -1; }
      body.quote-page #quote .campaign-route-summary { margin: -4px -2px 20px; padding: 15px; }
    }
    @media (max-width: 520px) {
      body.quote-page #quote { padding: 72px 0 20px; }
      body.quote-page #quote .quote-layout { gap: 10px; }
      body.quote-page #quote .quote-intro { gap: 2px; }
      body.quote-page #quote .quote-intro .eyebrow,
      body.quote-page #quote .quote-intro > p:last-child { display: none; }
      body.quote-page #quote .quote-intro h1 { font-size: 2.15rem; }
      body.quote-page #quote .quote-form { padding: 12px 10px 16px; }
      body.quote-page #quote .campaign-route-summary { gap: 2px; margin: 0 0 10px; padding: 9px 10px; }
      body.quote-page #quote .campaign-route-summary > span,
      body.quote-page #quote .campaign-route-summary .family-route-details { display: none; }
      body.quote-page #quote .campaign-route-summary strong { font-size: 1.02rem; }
      body.quote-page #quote .campaign-route-summary p { font-size: .62rem; line-height: 1.25; }
      body.quote-page #quote .form-heading { margin-bottom: 8px; }
      body.quote-page #quote .form-heading > div > span,
      body.quote-page #quote .form-heading > p { display: none; }
      body.quote-page #quote .form-heading h2 { margin: 0; font-size: 1.45rem; }
      body.quote-page #quote .form-grid { gap: 8px 7px; }
      body.quote-page #quote .trip-grid { gap: 8px 7px; }
      body.quote-page #quote .field { gap: 3px; }
      body.quote-page #quote .field > span { font-size: .55rem; }
      body.quote-page #quote .field input,
      body.quote-page #quote .field select,
      body.quote-page #quote .trip-capacity-row .field > input,
      body.quote-page #quote .trip-capacity-row .field > select { height: 36px; min-height: 36px; padding: 5px 8px; }
      body.quote-page #quote .field select { height: 36px; }
      body.quote-page #quote .field > .date-control,
      body.quote-page #quote .field.schedule-field > .date-control { height: 36px; min-height: 36px; }
      body.quote-page #quote .field .date-control-value { padding: 6px 35px 6px 9px; font-size: .95rem; }
      body.quote-page #quote .field .date-picker-shell { width: 34px; }
      body.quote-page #quote .field.schedule-field { grid-template-rows: max-content 36px auto; }
      body.quote-page #quote .field.schedule-field > .error { min-height: 0; }
      body.quote-page #quote .field input[type="time"] { min-height: 36px; }
      body.quote-page #quote .trip-grid > .pickup-field > input,
      body.quote-page #quote .trip-grid > .dropoff-field > input { height: 36px; min-height: 36px; }
      body.quote-page #quote .trip-capacity-row,
      body.quote-page #quote .trip-capacity-row.flight-hidden { gap: 8px 7px; }
      body.quote-page #quote .vehicle-inline-help { font-size: .45rem; }
      body.quote-page #quote .route-stops-head,
      body.quote-page #quote .optional-trip-details > summary { height: 36px; min-height: 36px; padding: 5px 8px; }
      body.quote-page #quote .route-stops-head small { font-size: .55rem; }
      body.quote-page #quote .route-estimate { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 6px; padding: 8px; }
      body.quote-page #quote .route-estimate-head { display: contents; }
      body.quote-page #quote .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      body.quote-page #quote .contact-grid > .contact-name { grid-column: 1 / -1; }
      body.quote-page #quote .trip-grid > .pickup-field,
      body.quote-page #quote .trip-grid > .dropoff-field { grid-column: 1 / -1; }
      body.quote-page #quote .route-estimate-head > div { grid-column: 1; grid-row: 1; }
      body.quote-page #quote .route-estimate-head p { display: none; }
      body.quote-page #quote .route-estimate-totals div:first-child { grid-column: 1; grid-row: 2; }
      body.quote-page #quote .route-estimate-totals div:last-child { grid-column: 2; grid-row: 2; }
      body.quote-page #quote .route-estimate-totals div { min-width: 0; padding: 5px 7px; }
      body.quote-page #quote .route-estimate-totals strong { font-size: .9rem; }
      body.quote-page #quote .route-calculate { grid-column: 2; grid-row: 1; width: auto; min-height: 32px; justify-self: end; padding: 5px 7px; font-size: .55rem; }
      body.quote-page #quote .fare-estimate { padding: 10px; }
      body.quote-page #quote .fare-estimate-head { display: flex; gap: 8px; }
      body.quote-page #quote .fare-estimate .fare-amount { margin-top: 2px; font-size: 1.65rem; }
      body.quote-page #quote .fare-badge { padding: 5px 6px; font-size: .5rem; }
      body.quote-page #quote .fare-status { display: none; }
      body.quote-page #quote .fare-breakdown { gap: 2px 9px; margin-top: 6px; padding-top: 6px; }
      body.quote-page #quote .fare-breakdown li { padding-left: 9px; font-size: .58rem; }
      body.quote-page #quote .meet-greet-selector { margin-top: 7px; padding: 7px; }
      body.quote-page #quote .meet-greet-selector p { display: none; }
      body.quote-page #quote .meet-greet-option { min-height: 30px; }
      body.quote-page #quote .child-seat-addon { margin: 7px 0; padding: 8px 10px; }
      body.quote-page #quote .child-seat-addon h3 { font-size: 15px; }
      body.quote-page #quote .gratuity-selector { margin-top: 6px; }
      body.quote-page #quote .gratuity-toggle { gap: 2px 8px; padding-top: 6px; }
      body.quote-page #quote .gratuity-heading span { display: none; }
      body.quote-page #quote .form-rule { margin: 10px 0 8px; }
      body.quote-page #quote .contact-heading { margin-bottom: 8px; font-size: 1.12rem; }
      body.quote-page #quote .optional-notes textarea { min-height: 64px; }
      body.quote-page #quote .consent { min-height: 36px; gap: 8px; margin: 8px 0 3px; font-size: .62rem; line-height: 1.3; }
      body.quote-page #quote .consent input { width: 18px; height: 18px; flex-basis: 18px; }
      body.quote-page #quote .booking-trust { grid-template-columns: 64px minmax(0, 1fr); gap: 8px; margin-top: 8px; padding: 7px; }
      body.quote-page #quote .booking-trust img { width: 64px; height: 44px; }
      body.quote-page #quote .booking-trust strong { font-size: .58rem; }
      body.quote-page #quote .booking-trust > div > span { margin-top: 2px; font-size: .54rem; line-height: 1.2; }
      body.quote-page #quote .booking-trust__contact { gap: 2px 5px; margin-top: 3px; font-size: .58rem; }
      body.quote-page #quote .submit-btn { min-height: 40px; margin-top: 8px; padding: 6px 8px; font-size: .62rem; letter-spacing: .06em; white-space: nowrap; }
      body.quote-page #quote .form-disclaimer { margin-top: 6px; font-size: .52rem; line-height: 1.3; }
      body.quote-page .site-footer { padding: 12px 0; }
    }

/* Gate & Mile quote-page design system. */
/* Gate & Mile website */
:root {
  --ink: #0b0d0f;
  --ink-2: #11151a;
  --ink-3: #1a2026;
  --paper: #f5f2ec;
  --paper-2: #ebe6dd;
  --white: #ffffff;
  --muted: #656a6f;
  --line: rgba(15, 18, 20, 0.14);
  --gold: #d6af6c;
  --gold-bright: #edc982;
  --gold-dark: #9f763b;
  --radius: 2px;
  --container: 1240px;
  --shadow: 0 24px 70px rgba(4, 6, 8, 0.18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
h2 { font-size: clamp(2.5rem, 5vw, 4.65rem); }
p { color: var(--muted); }
::selection { background: var(--gold); color: var(--ink); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px;
  background: var(--gold); color: var(--ink); font-weight: 700; transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .58; cursor: wait; transform: none; }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--gold-bright); outline-offset: 3px;
}
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-bright); }
.btn-ghost { border-color: rgba(255,255,255,.38); color: var(--white); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-light:hover { background: var(--white); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--ink-3); }
.btn-outline-dark { border-color: #aaa39a; color: var(--ink); background: transparent; }
.btn-outline-dark:hover { border-color: var(--ink); background: rgba(11,13,15,.04); }
.btn-whatsapp { background: #25d366; border-color: #25d366; color: #08130b; }
.btn-whatsapp:hover { background: #38e278; border-color: #38e278; }
.btn-whatsapp svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.btn-small { min-height: 44px; padding: 10px 18px; }
.btn-block { width: 100%; }

.eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 24px;
  color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
}
.eyebrow > span { display: block; width: 32px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: #62666a; }
.eyebrow.light { color: rgba(255,255,255,.62); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(10,12,14,.96); box-shadow: 0 8px 30px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; min-height: 44px; }
.brand-mark { width: 40px; height: 40px; fill: none; overflow: visible; }
.brand-mark path { fill: none; stroke-width: 3; stroke-linecap: square; stroke-linejoin: miter; }
.brand-mark path:first-of-type { stroke: #d4ae6a; }
.brand-mark path:nth-of-type(2) { stroke: #f4f0e8; }
.brand-mark circle { fill: #d4ae6a; stroke: none; }
.brand-type { display: grid; line-height: 1; }
.brand-name { color: #f4f0e8; font-family: Arial, Helvetica, sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: .19em; }
.brand-name i { color: #d4ae6a; font: inherit; font-style: normal; font-weight: 700; }
.brand-sub { margin-top: 7px; color: rgba(244,240,232,.56); font-size: .50rem; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 29px 0 25px; color: rgba(255,255,255,.72); font-size: .76rem; font-weight: 700; letter-spacing: .06em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 20px; width: 0; height: 1px; background: var(--gold); transition: width .2s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-phone { display: grid; font-family: Georgia, serif; font-size: .92rem; line-height: 1.15; }
.nav-phone span { margin-bottom: 4px; color: rgba(255,255,255,.48); font-family: Inter, sans-serif; font-size: .54rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px; background: none; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; min-height: 790px; height: min(920px, 100svh); color: var(--white); background: var(--ink); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(4,7,10,.97) 0%, rgba(5,8,12,.87) 28%, rgba(5,8,12,.46) 54%, rgba(5,7,9,.13) 76%),
              linear-gradient(0deg, rgba(4,6,8,.48) 0%, transparent 35%, rgba(4,6,8,.2) 100%);
}
.hero-inner { position: relative; z-index: 2; height: 100%; padding-top: 138px; padding-bottom: 78px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: center; gap: 60px; }
.hero-copy { max-width: 735px; animation: rise-in .8s .08s ease both; }
.hero h1 { margin-bottom: 28px; color: var(--white); font-size: clamp(3.6rem, 6.5vw, 6.25rem); }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-airports { display: flex; align-items: center; gap: 14px; margin-top: 40px; color: rgba(255,255,255,.75); font-size: .68rem; letter-spacing: .08em; }
.hero-airports > span { margin-right: 5px; color: rgba(255,255,255,.43); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-airports strong { font-size: .7rem; }
.hero-airports i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.hero-card { align-self: center; padding: 27px; background: rgba(14,18,22,.9); border: 1px solid rgba(255,255,255,.17); box-shadow: var(--shadow); backdrop-filter: blur(16px); animation: rise-in .8s .2s ease both; }
.hero-card-top { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: rgba(255,255,255,.58); font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #80aa78; box-shadow: 0 0 0 4px rgba(128,170,120,.12); }
.hero-card h2 { margin-bottom: 8px; font-size: 1.9rem; line-height: 1.15; }
.quick-intro { margin: 0 0 18px; color: rgba(255,255,255,.48); font-size: .7rem; line-height: 1.55; }
.quick-booking { display: grid; gap: 11px; scroll-margin-top: 100px; }
.quick-field { display: grid; gap: 5px; }
.quick-field > span { color: rgba(255,255,255,.54); font-size: .55rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.quick-field input, .quick-field select { width: 100%; min-height: 46px; padding: 9px 11px; color: var(--white); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.17); border-radius: 0; outline: none; color-scheme: dark; transition: border .2s ease, box-shadow .2s ease; }
.quick-field input::placeholder { color: rgba(255,255,255,.34); }
.quick-field input:focus, .quick-field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214,175,108,.1); }
.quick-field option { color: var(--ink); background: var(--white); }
.quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.quick-grid > .quick-field { width: 100%; min-width: 0; overflow: hidden; }
.quick-grid input { width: 100%; min-width: 0; max-width: 100%; }
.date-control { position: relative; display: flex; width: 100%; min-height: 46px; align-items: center; color: var(--white); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.17); transition: border .2s ease, box-shadow .2s ease; }
.quick-field > .date-control { max-width: 100%; overflow: hidden; color: var(--white); font-size: .95rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.quick-field .date-control-value { padding-right: 28px; padding-left: 6px; }
.quick-field .date-picker-shell { width: 28px; }
.date-control-value { display: block; width: 100%; padding: 9px 44px 9px 11px; overflow: hidden; color: rgba(255,255,255,.42); line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; pointer-events: none; }
.date-control.has-value .date-control-value { color: var(--white); }
.date-picker-shell { position: absolute; z-index: 2; top: 0; right: 0; display: grid; width: 44px; height: 100%; place-items: center; color: currentColor; pointer-events: none; }
.date-picker-shell svg { width: 18px; height: 18px; pointer-events: none; }
.date-control > input[data-native-date], .date-control > input[data-native-time] { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; min-height: inherit; margin: 0; padding: 0; color: transparent; background: transparent; border: 0; border-radius: 0; opacity: 0; cursor: pointer; color-scheme: dark; font-size: inherit; font-weight: inherit; font-variant-numeric: lining-nums tabular-nums; }
.date-control > input[data-native-date]::-webkit-calendar-picker-indicator, .date-control > input[data-native-time]::-webkit-calendar-picker-indicator { width: 100%; height: 100%; cursor: pointer; opacity: 0; }
.quick-field .date-control:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214,175,108,.1); }
.quick-booking .btn { min-height: 46px; margin-top: 3px; border: 0; }
.card-note { margin: 14px 0 0; color: rgba(255,255,255,.38); font-size: .68rem; text-align: center; }
.scroll-cue { position: absolute; z-index: 3; left: 32px; bottom: 34px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: .57rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.scroll-cue span { width: 32px; height: 1px; background: var(--gold); }

@keyframes rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

/* Trust strip */
.trust-strip { background: var(--ink); color: var(--white); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 112px; display: flex; align-items: center; gap: 17px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.09); }
.trust-item:first-child { border-left: 1px solid rgba(255,255,255,.09); }
.trust-item svg { width: 30px; flex: 0 0 30px; fill: none; stroke: var(--gold); stroke-width: 1.35; }
.trust-item div { display: grid; }
.trust-item strong { font-family: Georgia, serif; font-size: 1.02rem; font-weight: 400; }
.trust-item span { margin-top: 4px; color: rgba(255,255,255,.42); font-size: .68rem; }

/* Shared section headings */
.section-heading { margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; }
.heading-split { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 80px; }
.heading-split > p { max-width: 510px; margin-bottom: 6px; font-size: 1.04rem; line-height: 1.8; }
.heading-split.compact { margin-bottom: 42px; }
.centered { max-width: 780px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered p:last-child { margin: 22px auto 0; font-size: 1.03rem; }

/* Services */
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 370px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, color .25s ease, transform .25s ease; }
.service-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(145deg, #151a1f, #0b0d0f); transition: opacity .25s ease; }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover, .service-card.featured { color: var(--white); }
.service-card:hover::before, .service-card.featured::before { opacity: 1; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(5,8,10,.15); }
.service-number { color: #96918a; font-size: .6rem; font-weight: 800; letter-spacing: .15em; }
.service-card svg { width: 48px; height: 48px; margin: 38px 0 30px; fill: none; stroke: var(--gold-dark); stroke-width: 1.35; }
.service-card.featured svg, .service-card:hover svg { stroke: var(--gold); }
.service-card h3 { margin-bottom: 14px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.service-card p { min-height: 76px; margin-bottom: 20px; font-size: .89rem; line-height: 1.75; }
.service-card.featured p, .service-card:hover p { color: rgba(255,255,255,.56); }
.service-card a { color: var(--gold-dark); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card.featured a, .service-card:hover a { color: var(--gold); }
.service-card a span { margin-left: 10px; }

/* Airport */
.airport-section { color: var(--white); background: var(--ink-2); overflow: hidden; }
.airport-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: center; }
.airport-copy h2 { max-width: 700px; margin-bottom: 28px; }
.airport-copy > p:not(.eyebrow) { max-width: 690px; color: rgba(255,255,255,.58); font-size: 1.02rem; line-height: 1.8; }
.airport-list { margin: 42px 0 34px; border-top: 1px solid rgba(255,255,255,.12); }
.airport-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.airport-list > div > span { color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .13em; }
.airport-list p { margin: 0; color: rgba(255,255,255,.5); font-size: .86rem; }
.airport-list strong { display: block; margin-bottom: 5px; color: var(--white); font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; }
.text-link { display: inline-flex; gap: 15px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.airport-panel { position: relative; padding: 48px; background: #181d22; border: 1px solid rgba(255,255,255,.1); }
.airport-panel::before { content: ""; position: absolute; width: 180px; height: 180px; right: -55px; top: -55px; border: 1px solid rgba(214,175,108,.2); border-radius: 50%; }
.panel-kicker { color: rgba(255,255,255,.44); font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.airport-codes { border-top: 1px solid rgba(255,255,255,.12); }
.airport-codes > div { display: grid; grid-template-columns: 82px 1fr; align-items: center; min-height: 72px; border-bottom: 1px solid rgba(255,255,255,.1); }
.airport-codes strong { color: var(--gold); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; letter-spacing: .08em; }
.airport-codes span { color: rgba(255,255,255,.6); font-size: .79rem; }
.airport-codes .primary { min-height: 100px; }
.airport-codes .primary strong { font-size: 2.35rem; }
.fine-print { margin: 25px 0 0; color: rgba(255,255,255,.35); font-size: .7rem; line-height: 1.65; }

/* Fleet */
.fleet { background: #e9e4dc; }
.fleet-visual { margin: 0 0 0; }
.fleet-visual img { width: 100%; aspect-ratio: 2.05 / 1; object-fit: cover; box-shadow: 0 24px 60px rgba(13,16,18,.16); }
.fleet-visual figcaption { margin-top: 12px; color: #77746e; font-size: .68rem; text-align: right; }
.fleet-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-top: 0; }
.fleet-card { grid-column: span 2; min-height: 330px; border: 1px solid rgba(15,18,20,.16); overflow: hidden; box-shadow: 0 10px 30px rgba(15,18,20,.06); }
.fleet-card:nth-last-child(-n+2) { grid-column: span 3; }
.fleet-card.featured { color: var(--white); background: var(--ink); }
.fleet-card-picture { display: block; width: 100%; }
.fleet-card-photo { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; background: #121518; }
.fleet-card-body { padding: 30px 34px 34px; }
.fleet-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.fleet-card-head span { color: var(--gold-dark); font-size: .65rem; font-weight: 800; letter-spacing: .13em; }
.fleet-card.featured .fleet-card-head span { color: var(--gold); }
.fleet-card-head p { margin: 0; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fleet-card h3 { margin-bottom: 18px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1, "onum" 0; }
.model-code { font-family: Arial, Helvetica, sans-serif; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1, "onum" 0; white-space: nowrap; }
.capacity { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 20px; font-size: .69rem; }
.capacity span { color: #5c5e60; }
.capacity b { color: var(--ink); font-weight: 800; }
.fleet-card.featured .capacity span { color: rgba(255,255,255,.55); }
.fleet-card.featured .capacity b { color: var(--white); }
.fleet-card-body > p { min-height: 68px; margin-bottom: 18px; font-size: .83rem; }
.fleet-card.featured .fleet-card-body > p { color: rgba(255,255,255,.55); }
.fleet-card a { color: var(--gold-dark); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fleet-card.featured a { color: var(--gold); }
.fleet-card a span { margin-left: 10px; }
.fleet-note { margin: 16px 0 0; font-size: .7rem; text-align: right; }

/* Service area */
.area { background: var(--paper); }
.area-layout { display: grid; grid-template-columns: 1.05fr .9fr; gap: 100px; align-items: center; }
.area-map { position: relative; min-height: 540px; background: #d7d0c4; border: 1px solid rgba(15,18,20,.1); overflow: hidden; }
.map-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(15,18,20,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(15,18,20,.16) 1px, transparent 1px); background-size: 42px 42px; transform: rotate(-12deg) scale(1.4); }
.area-map::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 65%, rgba(214,175,108,.45), transparent 22%), radial-gradient(circle at 78% 18%, rgba(255,255,255,.6), transparent 26%); }
.area-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(74,65,51,.43); stroke-width: 2; stroke-dasharray: 7 8; }
.map-label { position: absolute; display: flex; align-items: center; gap: 8px; padding: 8px 11px; background: rgba(245,242,236,.88); box-shadow: 0 8px 20px rgba(36,30,22,.1); font-size: .65rem; }
.map-label i { width: 7px; height: 7px; background: var(--gold-dark); border: 2px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 3px rgba(159,118,59,.2); }
.map-label strong { font-size: .65rem; }
.map-label span { color: #79746b; font-size: .58rem; }
.label-lax { left: 9%; top: 61%; }
.label-dtla { left: 43%; top: 47%; }
.label-bev { left: 27%; top: 38%; }
.label-bur { right: 11%; top: 18%; }
.label-sna { right: 5%; bottom: 9%; }
.map-watermark { position: absolute; left: 34px; bottom: 27px; color: rgba(15,18,20,.3); font-family: Georgia, serif; font-size: 1.4rem; letter-spacing: .15em; }
.area-copy h2 { margin-bottom: 28px; }
.area-copy > p:not(.eyebrow) { font-size: 1rem; line-height: 1.8; }
.area-groups { margin: 34px 0; border-top: 1px solid var(--line); }
.area-groups > div { display: grid; grid-template-columns: 145px 1fr; gap: 25px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.area-groups h3 { margin: 0; font-family: Georgia, serif; font-size: 1.08rem; font-weight: 400; }
.area-groups p { margin: 0; font-size: .8rem; line-height: 1.65; }
.dark-link { color: var(--gold-dark); }

/* Pricing */
.pricing { background: var(--white); }
.price-disclosure { display: grid; gap: 4px; max-width: 425px; padding: 17px 20px; background: #f7f1e6; border-left: 3px solid var(--gold); }
.price-disclosure strong { font-size: .71rem; letter-spacing: .1em; text-transform: uppercase; }
.price-disclosure span { color: #777169; font-size: .72rem; }
.price-table { border-top: 1px solid var(--line); }
.price-row { display: grid; grid-template-columns: 1fr 190px 190px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); }
.price-row > span { padding: 20px 25px; }
.price-row > span:not(:first-child) { border-left: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.12rem; }
.price-row strong { display: block; font-family: Georgia, serif; font-size: 1.13rem; font-weight: 400; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1, "onum" 0; }
.price-row small { display: block; margin-top: 3px; color: #8a8781; font-family: Inter, sans-serif; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.price-head { min-height: 48px; color: #777; background: #f3f0ea; font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-head > span:not(:first-child) { font-family: Inter, sans-serif; font-size: .64rem; }
.pricing-foot { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 28px; }
.pricing-foot p { max-width: 720px; margin: 0; font-size: .72rem; }

/* Experience */
.experience { color: var(--white); background: var(--ink); }
.experience-top { display: grid; grid-template-columns: .7fr 1.4fr .8fr; gap: 55px; align-items: end; margin-bottom: 70px; }
.experience-top .eyebrow { align-self: start; }
.experience-top h2 { margin: 0; font-size: clamp(2.8rem, 4.6vw, 4.5rem); }
.experience-top > p:last-child { margin: 0 0 7px; color: rgba(255,255,255,.45); font-size: .88rem; }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.experience-grid article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.experience-grid span { color: var(--gold); font-size: .63rem; font-weight: 800; letter-spacing: .14em; }
.experience-grid h3 { margin: 55px 0 16px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.experience-grid p { margin: 0; color: rgba(255,255,255,.43); font-size: .8rem; line-height: 1.7; }

/* About */
.about { background: #ddd6ca; }
.about-layout { display: grid; grid-template-columns: .8fr 1.1fr; gap: 110px; align-items: center; }
.about-quote { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; padding: 54px; color: var(--white); background: var(--ink-2); overflow: hidden; }
.giant-mark { position: absolute; right: -12px; top: 24px; color: rgba(214,175,108,.12); font-family: Georgia, serif; font-size: 8rem; letter-spacing: -.08em; white-space: nowrap; }
.about-quote blockquote { position: relative; z-index: 1; margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(1.6rem, 2.4vw, 2.25rem); line-height: 1.35; }
.about-quote p { position: relative; z-index: 1; margin: 0; color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy > p:not(.eyebrow) { font-size: .95rem; line-height: 1.85; }
.verification-note { display: grid; grid-template-columns: 38px 1fr; gap: 17px; margin-top: 30px; padding: 22px; background: rgba(255,255,255,.42); border: 1px solid rgba(15,18,20,.1); }
.verification-note svg { width: 34px; fill: none; stroke: var(--gold-dark); stroke-width: 1.5; }
.verification-note p { margin: 0; color: #6d6861; font-size: .73rem; line-height: 1.65; }
.verification-note strong { display: block; color: var(--ink); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }

/* Quote */
.quote { color: var(--white); background: linear-gradient(145deg, #151a1f, #080a0c); }
.quote-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; align-items: start; }
.quote-intro { position: sticky; top: 120px; }
.quote-intro h2 { margin-bottom: 24px; }
.quote-intro > p:not(.eyebrow) { color: rgba(255,255,255,.5); font-size: .95rem; }
.quote-intro ul { margin: 40px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.quote-intro li { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.7); font-size: .78rem; }
.quote-intro li span { color: var(--gold); font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.quote-contact { display: grid; }
.quote-contact small { color: rgba(255,255,255,.35); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quote-contact a { margin-top: 7px; font-family: Georgia, serif; font-size: 1.45rem; }
.quote-contact em { display: block; margin-top: 5px; color: rgba(255,255,255,.35); font-family: Inter, sans-serif; font-size: .57rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.quote-form { padding: 45px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 35px; }
.form-heading > div > span { color: var(--gold-dark); font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-heading h2 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 1.9rem; font-weight: 400; }
.form-heading > p { display: flex; align-items: center; gap: 7px; margin: 6px 0 0; color: #777; font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.form-heading > p i { width: 7px; height: 7px; border-radius: 50%; background: #ca9a55; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
.field { display: grid; min-width: 0; gap: 7px; }
.field.span-2 { grid-column: 1 / -1; }
.field > span { color: #5b5c5d; font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  display: block; width: 100%; min-width: 0; max-width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.58); border: 1px solid #d0cbc2; border-radius: 0; outline: none; transition: border .2s ease, box-shadow .2s ease;
}
.field select { font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1, "onum" 0; }
.field textarea { min-height: 112px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #99958e; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(159,118,59,.1); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #9c3d35; }
.field > .date-control { min-height: 54px; color: var(--ink); background: rgba(255,255,255,.58); border-color: #d0cbc2; font-size: 1.1rem; font-weight: 500; letter-spacing: .01em; text-transform: none; }
.field .date-control-value { padding: 12px 46px 12px 14px; color: #99958e; }
.field .date-control.has-value .date-control-value { color: var(--ink); }
.field .date-control > input[data-native-date], .field .date-control > input[data-native-time] { padding: 12px 14px; color: var(--ink); color-scheme: light; }
.field .date-picker-shell { color: var(--ink); }
.field .date-control:focus-within { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(159,118,59,.1); }
.field.invalid .date-control { border-color: #9c3d35; }
.field.schedule-field { grid-template-rows: max-content 54px 14px; align-content: start; }
.field.schedule-field > .date-control { height: 54px; min-height: 54px; }
.field.schedule-field > .error { display: block; min-height: 14px; margin: 0; line-height: 1.25; visibility: hidden; }
.field.schedule-field.invalid > .error { visibility: visible; }
.field input[type="time"] { display: block; inline-size: 100%; width: 100%; min-width: 0; max-width: 100%; min-height: 54px; font-size: 1.1rem; font-weight: 500; letter-spacing: .01em; font-variant-numeric: lining-nums tabular-nums; -webkit-appearance: none; appearance: none; }
.field input[type="time"]::-webkit-date-and-time-value { min-width: 0; text-align: left; }
.error { display: none; color: #9c3d35; font-size: .62rem; }
.field.invalid .error, .consent-error.visible { display: block; }
.route-stops { grid-column: 1 / -1; border: 1px solid var(--line); background: rgba(235,230,221,.42); }
.route-stops:not([open]) > :not(summary) { display: none; }
.route-stops-head { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 16px; list-style: none; cursor: pointer; }
.route-stops-head::-webkit-details-marker { display: none; }
.route-stops-head::after { color: var(--gold-dark); content: '+'; font-size: 1.2rem; font-weight: 400; }
.route-stops[open] .route-stops-head { border-bottom: 1px solid var(--line); }
.route-stops[open] .route-stops-head::after { content: '−'; }
.route-stops-body { display: grid; gap: 12px; padding: 14px 16px 16px; }
.route-stops-title { color: #5b5c5d; font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.route-stops-head small { color: #77736c; font-size: .64rem; }
.stop-list { display: grid; gap: 10px; }
.stop-row { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; gap: 10px; align-items: end; padding: 12px; background: rgba(255,255,255,.38); border: 1px solid #d0cbc2; transition: border-color .2s ease, opacity .2s ease; }
.stop-row.dragging { opacity: .55; border-color: var(--gold-dark); }
.stop-drag, .stop-action, .add-stop-btn { border: 1px solid #bdb7ad; background: transparent; color: var(--ink); }
.stop-drag { width: 36px; min-height: 50px; font-size: 1rem; line-height: 1; cursor: grab; }
.stop-drag:active { cursor: grabbing; }
.stop-input { display: grid; gap: 5px; }
.stop-input span { color: #5b5c5d; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.stop-input input { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.72); border: 1px solid #d0cbc2; border-radius: 0; outline: none; }
.stop-input input:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(159,118,59,.1); }
.stop-input input::placeholder { color: #99958e; }
.stop-actions { display: flex; gap: 6px; }
.stop-action { width: 34px; min-height: 50px; font-size: .9rem; }
.stop-action:hover, .stop-drag:hover, .add-stop-btn:hover { border-color: var(--gold-dark); background: rgba(159,118,59,.08); }
.stop-action:disabled { opacity: .28; cursor: not-allowed; }
.add-stop-btn { justify-self: start; min-height: 44px; padding: 9px 16px; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.add-stop-btn:disabled { opacity: .5; cursor: not-allowed; }
.route-stops-help { margin: -2px 0 0; color: #77736c; font-size: .64rem; line-height: 1.5; }
.maps-address-shell { position: relative; width: 100%; min-width: 0; }
.maps-address-native { display: block; width: 100%; }
.maps-address-shell:focus-within .maps-address-native { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(159,118,59,.1); }
.maps-address-hint { display: block; margin-top: 6px; color: #8b5a18; font-size: .62rem; line-height: 1.35; }
.maps-address-hint[hidden] { display: none; }
.quick-field .maps-address-hint { color: #efc87e; }
.maps-address-shell.address-typed .maps-address-native { border-color: #c3954e; }
.maps-address-shell.address-invalid .maps-address-native { border-color: #d56a5e; box-shadow: 0 0 0 3px rgba(213,106,94,.14); }
.maps-address-suggestions { position: absolute; z-index: 10020; top: calc(100% + 2px); left: 0; width: 100%; max-height: min(320px, 45vh); overflow-y: auto; color: #17191b; background: #fff; border: 1px solid #d7d2ca; box-shadow: 0 16px 36px rgba(0,0,0,.22); }
.maps-address-suggestions[hidden] { display: none; }
.maps-address-suggestion { display: grid; width: 100%; min-height: 58px; gap: 2px; padding: 10px 13px; color: #17191b; background: #fff; border: 0; border-bottom: 1px solid #ece8e1; text-align: left; }
.maps-address-suggestion:hover, .maps-address-suggestion.active { background: #f2eee7; }
.maps-address-suggestion strong { overflow: hidden; color: #17191b; font-size: .86rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.maps-address-suggestion span { overflow: hidden; color: #69645d; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.maps-address-brand { display: flex; min-height: 28px; align-items: center; justify-content: flex-end; padding: 5px 10px; background: #fff; }
.maps-address-brand img { width: 120px; max-width: 45%; height: auto; }
.route-estimate { grid-column: 1 / -1; padding: 20px; background: rgba(11,13,15,.035); border: 1px solid #d0cbc2; }
.route-estimate[hidden] { display: none; }
.route-estimate-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.route-estimate-head span { display: block; color: #5b5c5d; font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.route-estimate-head p { margin: 5px 0 0; color: #77736c; font-size: .7rem; line-height: 1.55; }
.route-calculate { flex: 0 0 auto; min-height: 44px; padding: 9px 15px; color: var(--ink); background: transparent; border: 1px solid #bdb7ad; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.route-calculate:hover { border-color: var(--gold-dark); background: rgba(159,118,59,.08); }
.route-calculate:disabled { opacity: .55; cursor: wait; }
.route-estimate-totals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; border-top: 1px solid #d0cbc2; border-left: 1px solid #d0cbc2; }
.route-estimate-totals div { padding: 14px; border-right: 1px solid #d0cbc2; border-bottom: 1px solid #d0cbc2; }
.route-estimate-totals small { display: block; margin-bottom: 5px; color: #77736c; font-size: .57rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.route-estimate-totals strong { font-family: Georgia, serif; font-size: 1.12rem; font-weight: 400; }
.route-estimate-legs { display: grid; margin-top: 12px; }
.route-estimate-legs div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid rgba(208,203,194,.75); color: #68645e; font-size: .66rem; }
.route-estimate-legs strong { color: var(--ink); font-weight: 700; white-space: nowrap; }
.hourly-field[hidden] { display: none; }
.fare-estimate { grid-column: 1 / -1; padding: 22px; color: #fff; background: #111518; border: 1px solid #2d3236; }
.fare-estimate-head { display: flex; align-items: start; justify-content: space-between; gap: 22px; }
.fare-estimate-head > div > span { display: block; color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.fare-estimate .fare-amount { display: block; margin: 7px 0 0; font-family: Georgia, serif; font-size: 2.25rem; font-weight: 400; line-height: 1; }
.fare-badge { flex: 0 0 auto; padding: 7px 9px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.17); font-size: .57rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fare-status { margin: 14px 0 0; color: rgba(255,255,255,.6); font-size: .7rem; line-height: 1.55; }
.fare-breakdown { display: grid; gap: 7px; margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.fare-breakdown:empty { display: none; }
.fare-breakdown li { position: relative; padding-left: 16px; color: rgba(255,255,255,.7); font-size: .66rem; line-height: 1.5; }
.fare-breakdown li::before { position: absolute; top: .62em; left: 0; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; content: ''; }
.fare-ready { border-color: rgba(214,175,108,.72); box-shadow: 0 12px 28px rgba(11,13,15,.12); }
.meet-greet-selector { margin-top: 18px; padding: 16px; border: 1px solid rgba(214,175,108,.38); background: rgba(214,175,108,.08); }
.meet-greet-selector[hidden] { display: none; }
.meet-greet-selector.is-unavailable { opacity: .68; }
.meet-greet-selector.is-unavailable .meet-greet-option { cursor: not-allowed; }
.meet-greet-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; cursor: pointer; }
.meet-greet-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--gold); }
.meet-greet-option span { color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.meet-greet-option strong { color: var(--gold); font-size: .78rem; }
.meet-greet-selector p { margin: 10px 0 0 29px; color: rgba(255,255,255,.62); font-size: .66rem; line-height: 1.5; }
.gratuity-selector { margin-top: 18px; border-top: 1px solid rgba(255,255,255,.13); }
.gratuity-selector[hidden], .custom-gratuity[hidden] { display: none; }
.gratuity-toggle { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 18px 0 4px; list-style: none; cursor: pointer; }
.gratuity-toggle::-webkit-details-marker { display: none; }
.gratuity-toggle::after { color: var(--gold); content: '+'; font-size: 1.25rem; font-weight: 300; }
.gratuity-selector[open] .gratuity-toggle::after { content: '−'; }
.gratuity-toggle-status { grid-column: 1 / -1; color: var(--gold); font-size: .62rem; line-height: 1.4; }
.gratuity-body { padding-top: 4px; }
.gratuity-heading { display: grid; gap: 4px; }
.gratuity-heading strong { color: #fff; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.gratuity-heading span { color: rgba(255,255,255,.62); font-size: .66rem; line-height: 1.5; }
.gratuity-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; margin-top: 13px; }
.gratuity-option { position: relative; min-width: 0; cursor: pointer; }
.gratuity-option input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.gratuity-option > span { display: flex; min-height: 47px; align-items: center; justify-content: center; padding: 8px 5px; color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.2); font-size: .66rem; font-weight: 800; line-height: 1.2; text-align: center; }
.gratuity-option input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.gratuity-option input:checked + span { color: #111518; background: var(--gold); border-color: var(--gold); }
.gratuity-option.recommended > span { border-color: rgba(214,175,108,.68); }
.gratuity-option small { display: block; font-size: .5rem; letter-spacing: .04em; text-transform: uppercase; }
.custom-gratuity { display: grid; grid-template-columns: auto minmax(0, 180px); align-items: center; gap: 12px; margin-top: 12px; color: rgba(255,255,255,.78); font-size: .66rem; font-weight: 700; }
.custom-gratuity-input { display: grid; grid-template-columns: auto 1fr; align-items: center; border: 1px solid rgba(255,255,255,.2); }
.custom-gratuity-input span { padding-left: 12px; color: rgba(255,255,255,.72); }
.custom-gratuity-input input { height: 44px; padding: 8px 10px 8px 5px; color: #fff; background: transparent; border: 0; }
.gratuity-summary { margin: 11px 0 0; color: var(--gold); font-size: .66rem; line-height: 1.45; }
.form-rule { height: 1px; margin: 34px 0 28px; background: var(--line); }
.optional-trip-details { grid-column: 1 / -1; border: 1px solid var(--line); background: rgba(235,230,221,.42); }
.optional-trip-details > summary { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 16px; color: var(--ink); font-size: .7rem; font-weight: 800; letter-spacing: .08em; list-style: none; text-transform: uppercase; cursor: pointer; }
.optional-trip-details > summary::-webkit-details-marker { display: none; }
.optional-trip-details > summary::after { color: var(--gold-dark); content: '+'; font-size: 1.2rem; font-weight: 400; }
.optional-trip-details[open] > summary::after { content: '−'; }
.optional-trip-details__grid { padding: 4px 16px 16px; }
.booking-trust { display: grid; grid-template-columns: 128px minmax(0, 1fr); align-items: center; gap: 16px; margin-top: 18px; padding: 12px; border: 1px solid var(--line); background: rgba(235,230,221,.42); }
.booking-trust img { width: 128px; height: 82px; object-fit: cover; }
.booking-trust strong, .booking-trust span, .booking-trust a { display: block; }
.booking-trust strong { color: var(--ink); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.booking-trust span { margin-top: 5px; color: #68645e; font-size: .68rem; line-height: 1.45; }
.booking-trust a { margin-top: 7px; color: var(--gold-dark); font-size: .72rem; font-weight: 800; }
.booking-trust__contact { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 7px; margin-top: 7px; font-size: .72rem; }
.booking-trust__contact a, .booking-trust__contact span { display: inline; margin: 0; }
.booking-trust__contact span { color: #68645e; }
@media (max-width: 560px) {
  .booking-trust { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; }
  .booking-trust img { width: 96px; height: 76px; }
}
.contact-heading { margin: 0 0 22px; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.consent { display: flex; min-height: 44px; gap: 12px; align-items: center; margin: 22px 0 4px; color: #5f5c57; font-size: .78rem; line-height: 1.5; cursor: pointer; }
.consent input { width: 20px; height: 20px; flex: 0 0 20px; margin: 0; accent-color: var(--gold-dark); }
.submit-btn { margin-top: 25px; border: 0; }
.form-disclaimer { margin: 14px 0 0; font-size: .64rem; line-height: 1.55; text-align: center; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; border: 0; }

/* FAQ */
.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-layout h2 { margin-bottom: 24px; }
.faq-layout > div:first-child > p:last-child { max-width: 340px; font-size: .84rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 4px; font-family: Georgia, serif; font-size: 1.18rem; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-dark); font-family: Inter, sans-serif; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -3px 40px 23px 4px; font-size: .82rem; line-height: 1.75; }

/* Booking policies */
.booking-policies { background: var(--paper-2); border-top: 1px solid var(--line); }
.privacy-policies { background: var(--paper); }
.privacy-policies .policy-card { background: rgba(235,230,221,.5); }
.policy-heading { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: 90px; align-items: end; margin-bottom: 48px; }
.policy-heading h2 { margin-bottom: 0; }
.policy-heading > p { max-width: 620px; margin: 0; font-size: .9rem; line-height: 1.8; }
.policy-summary { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.policy-card { min-height: 250px; padding: 30px; background: rgba(255,255,255,.32); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.policy-card > span { display: block; margin-bottom: 26px; color: var(--gold-dark); font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.policy-card h3 { margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; font-weight: 400; line-height: 1.2; }
.policy-card p { margin: 0; font-size: .78rem; line-height: 1.75; }
.policy-details { margin-top: 34px; background: var(--paper); border: 1px solid var(--line); }
.policy-details details { border-bottom: 1px solid var(--line); }
.policy-details details:last-child { border-bottom: 0; }
.policy-details summary { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; padding: 22px 26px; list-style: none; cursor: pointer; }
.policy-details summary::-webkit-details-marker { display: none; }
.policy-details summary b { color: var(--gold-dark); font-size: .64rem; letter-spacing: .12em; }
.policy-details summary strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; font-weight: 400; }
.policy-details summary i { color: var(--gold-dark); font-size: 1.2rem; font-style: normal; transition: transform .2s ease; }
.policy-details details[open] summary i { transform: rotate(45deg); }
.policy-copy { max-width: 980px; padding: 0 83px 24px; }
.policy-copy p, .policy-copy li { color: var(--muted); font-size: .79rem; line-height: 1.75; }
.policy-copy p:last-child, .policy-copy ul:last-child { margin-bottom: 0; }
.policy-copy ul { margin: 0 0 16px; padding-left: 20px; }
.policy-copy strong { color: var(--ink); }
.policy-effective { margin: 22px 0 0; color: var(--muted); font-size: .68rem; }
.form-disclaimer a { color: var(--gold-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* Contact and footer */
.contact-cta { padding: 100px 0; color: var(--white); background: #24201b; }
.contact-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.contact-inner h2 { margin-bottom: 22px; }
.contact-inner > div:first-child > p:last-child { max-width: 680px; margin: 0; color: rgba(255,255,255,.5); }
.contact-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 25px; }
.contact-actions .btn { grid-column: 1 / -1; }
.contact-line { display: grid; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.16); font-family: Georgia, serif; font-size: 1rem; }
.contact-line small { margin-bottom: 5px; color: rgba(255,255,255,.38); font-family: Inter, sans-serif; font-size: .56rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-line.email-wide { grid-column: 1 / -1; }
.site-footer { padding: 70px 0 25px; color: var(--white); background: #080a0c; }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-bottom: 55px; }
.footer-brand { align-self: start; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.footer-nav > div { display: grid; align-content: start; gap: 8px; }
.footer-nav strong { margin-bottom: 12px; color: var(--gold); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav a, .footer-nav span { color: rgba(255,255,255,.5); font-size: .76rem; }
.footer-nav a:hover { color: var(--white); }
.launch-note { display: grid; grid-template-columns: 145px 1fr; gap: 22px; margin-bottom: 25px; padding: 20px 22px; background: rgba(214,175,108,.07); border: 1px solid rgba(214,175,108,.18); }
.launch-note strong { color: var(--gold); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.launch-note p { margin: 0; color: rgba(255,255,255,.45); font-size: .68rem; line-height: 1.65; }
.launch-note b { color: rgba(255,255,255,.75); font-weight: 700; }
.footer-bottom { display: flex; align-items: center; gap: 30px; padding-top: 24px; color: rgba(255,255,255,.62); border-top: 1px solid rgba(255,255,255,.09); font-size: .62rem; }
.footer-bottom > span:nth-child(2) { margin-right: auto; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,6,8,.82); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 1; width: min(100%, 610px); max-height: calc(100svh - 48px); overflow: auto; padding: 48px; background: var(--paper); box-shadow: var(--shadow); transform: translateY(20px); transition: transform .25s ease; }
.modal.open .modal-card { transform: none; }
.modal-close { position: absolute; top: 17px; right: 20px; width: 36px; height: 36px; color: #777; background: transparent; border: 0; font-size: 1.7rem; font-weight: 200; }
.modal-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 25px; color: var(--ink); background: var(--gold); border-radius: 50%; }
.modal-card h2 { margin-bottom: 26px; font-size: 2.8rem; }
.request-summary { margin-bottom: 24px; border-top: 1px solid var(--line); }
.summary-row { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.summary-row span { color: #85817b; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.summary-row strong { font-size: .78rem; font-weight: 600; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1, "onum" 0; }
.request-notice { margin: 24px 0 18px; padding: 17px; background: #eee5d7; border-left: 3px solid var(--gold-dark); }
.request-notice strong { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.request-notice p { margin: 4px 0 0; font-size: .7rem; line-height: 1.55; }
.submit-status { min-height: 20px; margin: 0 0 14px; color: #6d6a65; font-size: .7rem; line-height: 1.5; }
.sending-status { color: var(--gold-dark); }
.error-status { color: #9c3d35; }
.modal-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.modal-actions [hidden] { display: none !important; }
.modal-actions .btn-block { grid-column: 1 / -1; }
[data-confirm-payment] { pointer-events: auto; touch-action: manipulation; }
.modal.success .request-notice { background: #e7eee7; border-left-color: #5d805f; }
.back-to-top { position: fixed; z-index: 90; right: 22px; bottom: 142px; width: 44px; height: 44px; opacity: 0; visibility: hidden; color: var(--ink); background: var(--gold); border: 0; border-radius: 50%; box-shadow: 0 8px 25px rgba(0,0,0,.18); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { transform: translateY(-3px); }







.analytics-consent { position: fixed; z-index: 120; left: 50%; bottom: 18px; width: min(calc(100% - 36px), 760px); transform: translateX(-50%); color: #fff; background: rgba(12,15,18,.98); border: 1px solid rgba(214,175,108,.55); box-shadow: 0 18px 60px rgba(0,0,0,.42); }
.analytics-consent[hidden] { display: none; }
.analytics-consent-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 19px 20px; }
.analytics-consent-copy strong { display: block; margin-bottom: 5px; color: var(--white); font-family: var(--serif); font-size: 1.22rem; font-weight: 500; }
.analytics-consent-copy p { margin: 0; color: rgba(255,255,255,.67); font-size: .72rem; line-height: 1.55; }
.analytics-consent-copy a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent-actions { display: flex; gap: 9px; }
.analytics-consent-actions button { min-height: 42px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.28); color: #fff; background: transparent; font-size: .61rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.analytics-consent-actions [data-analytics-allow] { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.analytics-consent-actions button:hover { transform: translateY(-1px); }
.privacy-settings-link { padding: 0; color: inherit; background: transparent; border: 0; font: inherit; cursor: pointer; }
.privacy-settings-link:hover { color: var(--gold-bright); }


body.analytics-consent-open .back-to-top { bottom: 262px; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav, .nav-phone { display: none; }
  .nav-actions { margin-left: auto; }
  .menu-toggle { display: block; margin-left: 4px; }
  .menu-toggle.active span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.active span:nth-of-type(3) { opacity: 0; }
  .menu-toggle.active span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: absolute; inset: 82px 0 auto; display: grid; gap: 0; max-height: 0; padding: 0 24px; overflow: hidden; background: rgba(10,12,14,.98); border-bottom: 1px solid rgba(255,255,255,.1); transition: max-height .3s ease, padding .3s ease; }
  .mobile-menu.open { max-height: 520px; padding-block: 18px 26px; }
  .mobile-menu > a:not(.btn) { padding: 13px 0; color: rgba(255,255,255,.72); border-bottom: 1px solid rgba(255,255,255,.08); font-size: .85rem; }
  .mobile-menu .btn { margin-top: 18px; }
  .hero-inner { grid-template-columns: 1fr 350px; gap: 38px; }
  .trust-item { padding-inline: 18px; }
  .airport-layout, .area-layout { gap: 60px; }
  .experience-top { grid-template-columns: .5fr 1.3fr .7fr; gap: 35px; }
  .about-layout, .quote-layout, .faq-layout { gap: 60px; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .nav-actions .btn { display: none; }
  .hero { height: auto; min-height: 820px; }
  .hero-inner { padding-top: 130px; display: flex; flex-direction: column; align-items: stretch; }
  .hero-copy { order: 2; max-width: 690px; margin-top: 54px; }
  .hero-card { order: 1; display: block; width: 100%; max-width: 690px; margin: 0; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,7,10,.95) 0%, rgba(5,8,12,.75) 55%, rgba(5,7,9,.2) 100%), linear-gradient(0deg, rgba(4,6,8,.6), transparent 50%); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 1px solid rgba(255,255,255,.09); border-top: 1px solid rgba(255,255,255,.09); }
  .trust-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.09); }
  .heading-split, .airport-layout, .area-layout, .about-layout, .quote-layout, .faq-layout, .contact-inner, .footer-top { grid-template-columns: 1fr; }
  .heading-split { gap: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .airport-layout { gap: 55px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-card, .fleet-card:nth-last-child(-n+2) { grid-column: auto; min-height: 280px; }
  .area-layout { gap: 55px; }
  .area-map { order: 2; min-height: 480px; }
  .experience-top { grid-template-columns: 1fr; gap: 20px; }
  .experience-top .eyebrow { margin-bottom: 0; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .about-layout { gap: 50px; }
  .quote-intro { position: static; }
  .faq-layout { gap: 40px; }
  .faq-layout > div:first-child > p:last-child { max-width: 600px; }
  .policy-heading { grid-template-columns: 1fr; gap: 22px; }
  .policy-summary { grid-template-columns: 1fr 1fr; }
  .contact-inner { gap: 45px; }
  .footer-top { gap: 50px; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 72px 0; }
  h2 { font-size: clamp(2.35rem, 12vw, 3.3rem); }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 34px; }
  .brand-name { font-size: .88rem; }
  .brand-sub { font-size: .44rem; }
  .mobile-menu { top: 72px; }
  .hero { min-height: 760px; }
  .hero-inner { padding-top: 102px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(2.75rem, 12vw, 3rem); line-height: 1.04; }
  .hero h1 br { display: none; }
  .hero-lede { font-size: .95rem; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero .btn { width: 100%; }
  .hero-airports { flex-wrap: wrap; row-gap: 8px; }
  .hero-airports > span { flex-basis: 100%; }
  .hero-card { margin: 0; padding: 24px 20px; }
  .hero-copy { margin-top: 44px; }
  .hero-card h2 { font-size: 1.7rem; }
  .scroll-cue { display: none; }
  .hero-image { object-position: 69% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,7,10,.95) 0%, rgba(5,8,12,.83) 62%, rgba(5,7,9,.45) 100%), linear-gradient(0deg, rgba(4,6,8,.72), transparent 55%); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(3) { min-height: 94px; border-left: 1px solid rgba(255,255,255,.09); border-top: 1px solid rgba(255,255,255,.09); }
  .trust-item:first-child { border-top: 0; }
  .section-heading { margin-bottom: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 335px; padding: 30px; }
  .service-card p { min-height: 0; }
  .airport-panel { padding: 28px 22px; }
  .airport-codes > div { grid-template-columns: 64px minmax(0, 1fr); column-gap: 10px; }
  .airport-codes .primary { min-height: 88px; }
  .airport-codes .primary strong { font-size: 1.75rem; letter-spacing: .04em; }
  .airport-codes span { min-width: 0; font-size: .75rem; line-height: 1.35; overflow-wrap: anywhere; }
  .fleet-visual img { aspect-ratio: 1.25 / 1; object-position: center; }
  .fleet-visual figcaption { text-align: left; }
  .fleet-card-photo { aspect-ratio: 1 / 1; object-fit: cover; }
  .fleet-card-body { padding: 28px 30px 30px; }
  .area-map { min-height: 390px; }
  .map-label { padding: 6px 8px; }
  .map-label span { display: none; }
  .label-bev { left: 22%; }
  .map-watermark { left: 18px; bottom: 16px; font-size: .86rem; }
  .area-groups > div { grid-template-columns: 1fr; gap: 6px; }
  .price-disclosure { max-width: none; }
  .price-row { grid-template-columns: 1fr 94px 94px; }
  .price-row > span { padding: 16px 10px; }
  .price-row > span:not(:first-child) { font-size: .9rem; }
  .price-row strong { font-size: .96rem; }
  .price-row small { font-size: .5rem; }
  .pricing-foot { align-items: stretch; flex-direction: column; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid article { min-height: 230px; }
  .about-quote { min-height: 410px; padding: 34px 28px; }
  .giant-mark { font-size: 6rem; }
  .verification-note { grid-template-columns: 1fr; }
  .quote-form { padding: 30px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.span-2 { grid-column: auto; }
  .route-stops { grid-column: auto; }
  .route-estimate { grid-column: auto; padding: 17px; }
  .route-estimate-head { display: grid; }
  .route-calculate { width: 100%; }
  .route-estimate-legs div { display: grid; gap: 3px; }
  .fare-estimate { grid-column: auto; padding: 20px 17px; }
  .fare-estimate-head { display: grid; gap: 14px; }
  .fare-badge { justify-self: start; }
  .fare-estimate .fare-amount { font-size: 2rem; }
  .gratuity-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gratuity-option:last-child { grid-column: 1 / -1; }
  .custom-gratuity { grid-template-columns: 1fr; gap: 7px; }
  .custom-gratuity-input { width: 100%; }
  .stop-row { grid-template-columns: 30px minmax(0, 1fr); align-items: center; padding: 10px; }
  .stop-drag { width: 30px; }
  .stop-actions { grid-column: 2; justify-self: end; }
  .stop-action { min-height: 38px; }
  .form-heading { gap: 20px; }
  .form-heading > p { white-space: nowrap; }
  .faq-list summary { font-size: 1.04rem; }
  .policy-summary { grid-template-columns: 1fr; }
  .policy-card { min-height: 0; padding: 25px 22px; }
  .policy-card > span { margin-bottom: 16px; }
  .policy-details summary { grid-template-columns: 30px 1fr auto; padding: 19px 18px; }
  .policy-copy { padding: 0 48px 22px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-actions .btn { grid-column: auto; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); gap: 35px 24px; }
  .launch-note { grid-template-columns: 1fr; gap: 8px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .modal { padding: 8px; }
  .modal-card { width: min(100%, 520px); max-height: calc(100svh - 16px); padding: 14px 14px 16px; }
  .modal:not(.success) .modal-icon,
  .modal:not(.success) [data-modal-eyebrow] { display: none; }
  .modal-close { top: 3px; right: 3px; width: 32px; height: 32px; font-size: 1.35rem; }
  .modal-card h2 { max-width: calc(100% - 30px); margin: 0 0 10px; font-size: 1.55rem; line-height: 1.05; }
  .request-summary { margin-bottom: 8px; }
  .summary-row { grid-template-columns: 88px minmax(0, 1fr); gap: 8px; padding: 5px 0; }
  .summary-row span { font-size: .5rem; line-height: 1.25; }
  .summary-row strong { overflow-wrap: anywhere; font-size: .68rem; line-height: 1.25; }
  .request-notice { margin: 8px 0 6px; padding: 8px 10px; }
  .request-notice strong { font-size: .56rem; }
  .request-notice p { margin-top: 2px; font-size: .6rem; line-height: 1.3; }
  .submit-status { min-height: 0; margin-bottom: 7px; font-size: .6rem; line-height: 1.3; }
  .modal-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .modal-actions .btn { min-height: 38px; gap: 5px; padding: 6px 8px; font-size: .56rem; letter-spacing: .06em; }
  .modal-actions .btn-block { grid-column: 1 / -1; }
  .modal.success .modal-icon { width: 36px; height: 36px; margin-bottom: 8px; }
  
  
  
  
  .back-to-top { right: 19px; bottom: 136px; }
  
  .analytics-consent { bottom: 8px; width: calc(100% - 16px); }
  .analytics-consent-inner { grid-template-columns: 1fr; gap: 9px; padding: 12px; }
  .analytics-consent-copy strong { margin-bottom: 2px; font-size: 1rem; }
  .analytics-consent-copy p { font-size: .64rem; line-height: 1.4; }
  .analytics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .analytics-consent-actions button { width: 100%; min-height: 44px; padding: 9px 10px; }
  
  
  body.analytics-consent-open .back-to-top { bottom: 286px; }
}

/* 2026 luxury visual refresh: dedicated quote page */
body.quote-page {
  background: #080a0c;
}
body.quote-page #quote {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 12%, rgba(211,166,89,.14), transparent 29rem),
    radial-gradient(circle at 94% 42%, rgba(126,146,155,.08), transparent 32rem),
    linear-gradient(135deg, #101419 0%, #080a0c 64%, #0d1013 100%);
  overflow: hidden;
}
body.quote-page #quote::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.025) 8% 8.08%, transparent 8.08% 92%, rgba(255,255,255,.025) 92% 92.08%, transparent 92.08%),
    linear-gradient(0deg, transparent 0 12%, rgba(255,255,255,.018) 12% 12.08%, transparent 12.08%);
  content: "";
}
body.quote-page #quote .quote-layout { align-items: stretch; }
body.quote-page #quote .quote-intro {
  position: sticky;
  top: 112px;
  align-self: start;
  padding: 34px;
  background: linear-gradient(150deg, rgba(25,30,35,.92), rgba(11,14,17,.88));
  border: 1px solid rgba(220,178,102,.28);
  box-shadow: 0 30px 80px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
}
body.quote-page #quote .quote-intro::before {
  position: absolute;
  top: -1px;
  left: 34px;
  width: 88px;
  height: 2px;
  background: linear-gradient(90deg, #f0cf8c, #aa7330);
  content: "";
}
body.quote-page #quote .quote-intro .eyebrow { color: rgba(255,255,255,.56); }
body.quote-page #quote .quote-intro h1 {
  margin-bottom: 18px;
  text-wrap: balance;
  text-shadow: 0 3px 30px rgba(0,0,0,.25);
}
body.quote-page #quote .quote-intro > p:not(.eyebrow) {
  max-width: 39rem;
  color: rgba(255,255,255,.58);
  line-height: 1.7;
}
body.quote-page #quote .quote-intro ul {
  display: grid;
  gap: 8px;
  margin: 28px 0;
  border: 0;
}
body.quote-page #quote .quote-intro li {
  gap: 14px;
  min-height: 48px;
  padding: 10px 12px;
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.08);
}
body.quote-page #quote .quote-intro li span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  color: #17191b;
  background: linear-gradient(135deg, #f0d49b, #c39045);
}
body.quote-page #quote .quote-contact { gap: 10px; }
body.quote-page #quote .quote-contact > small { color: rgba(255,255,255,.38); }
body.quote-page #quote .quote-contact-links {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(130px, .9fr);
  gap: 9px;
}
body.quote-page #quote .quote-contact-links > a {
  min-width: 0;
  min-height: 62px;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.11);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
body.quote-page #quote .quote-contact-links > a:hover {
  border-color: rgba(229,191,120,.65);
  background: rgba(255,255,255,.045);
  transform: translateY(-2px);
}
body.quote-page #quote .quote-contact-call {
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  color: #fff;
  font-size: 1.18rem;
}
body.quote-page #quote .quote-contact-call em { margin-top: 4px; }
body.quote-page #quote .quote-contact-whatsapp {
  gap: 9px;
  color: #f5f7f5;
  background: linear-gradient(135deg, rgba(37,211,102,.13), rgba(37,211,102,.035));
  border-color: rgba(63,214,118,.34) !important;
  font-family: Inter, sans-serif;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
body.quote-page #quote .quote-contact-whatsapp svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  fill: none;
  stroke: #42dd7b;
  stroke-width: 1.8;
  stroke-linecap: round;
}
body.quote-page #quote .quote-contact-whatsapp span { min-width: 0; }
body.quote-page #quote .quote-contact-whatsapp em {
  overflow: hidden;
  color: rgba(255,255,255,.42);
  font-size: .48rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.quote-page #quote .quote-form {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,243,235,.985)),
    var(--paper);
  border: 1px solid rgba(228,197,139,.68);
  box-shadow: 0 35px 90px rgba(0,0,0,.36), 0 1px rgba(255,255,255,.8) inset;
}
body.quote-page #quote .quote-form::before {
  position: absolute;
  top: -1px;
  right: 28px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c89445 22%, #efd59e 50%, #c89445 78%, transparent);
  content: "";
}
body.quote-page #quote .field input,
body.quote-page #quote .field select,
body.quote-page #quote .field textarea,
body.quote-page #quote .field > .date-control {
  background: rgba(255,255,255,.82);
  border-color: #d5cec2;
}
body.quote-page #quote .field input:hover,
body.quote-page #quote .field select:hover,
body.quote-page #quote .field textarea:hover,
body.quote-page #quote .field > .date-control:hover { border-color: #bba98b; }
body.quote-page #quote .route-estimate,
body.quote-page #quote .route-stops,
body.quote-page #quote .optional-trip-details,
body.quote-page #quote .booking-trust {
  background: linear-gradient(145deg, rgba(235,229,218,.56), rgba(255,255,255,.38));
  border-color: #cec5b7;
}
body.quote-page #quote .fare-estimate {
  background:
    radial-gradient(circle at 100% 0, rgba(214,175,108,.14), transparent 20rem),
    linear-gradient(145deg, #14191d, #0b0e11);
  border-color: rgba(214,175,108,.52);
  box-shadow: 0 18px 44px rgba(14,18,21,.18);
}
body.quote-page #quote .submit-btn {
  background: linear-gradient(100deg, #e9ca8b, #d3a85e 76%, #be893c);
  box-shadow: 0 12px 30px rgba(143,97,36,.2);
}

@media (max-width: 1120px) and (min-width: 901px) {
  body.quote-page #quote .quote-intro { padding: 26px; }
  body.quote-page #quote .quote-contact-links { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  body.quote-page #quote .quote-intro {
    position: static;
    padding: 0 4px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  body.quote-page #quote .quote-intro::before { display: none; }
  body.quote-page #quote .quote-intro ul,
  body.quote-page #quote .quote-contact { display: none; }
}
@media (max-width: 520px) {
  body.quote-page #quote .quote-form {
    border-right: 0;
    border-left: 0;
    box-shadow: 0 22px 54px rgba(0,0,0,.26);
  }
  body.quote-page #quote .quote-form::before { right: 14px; left: 14px; }
}

/* Unified action colors; existing button shapes and responsive sizes stay intact. */
.btn-gold {
  color: var(--ink) !important;
  background: linear-gradient(135deg, #e2c57f 0%, #c99f56 58%, #ad7a34 100%) !important;
  border-color: #c9a45f !important;
}
.btn-gold:hover,
.btn-gold:focus-visible {
  color: var(--ink) !important;
  background: linear-gradient(135deg, #edd493 0%, #d8b56d 58%, #bd8a42 100%) !important;
  border-color: #d8b56d !important;
}
.btn-whatsapp,
.quote-contact-whatsapp,
a.btn[href*="wa.me/"] {
  color: #f4f7f5 !important;
  background: #07150f !important;
  border-color: #1f6845 !important;
}
.btn-whatsapp:hover,
.btn-whatsapp:focus-visible,
.quote-contact-whatsapp:hover,
.quote-contact-whatsapp:focus-visible,
a.btn[href*="wa.me/"]:hover,
a.btn[href*="wa.me/"]:focus-visible {
  color: #ffffff !important;
  background: #0b2418 !important;
  border-color: #25d366 !important;
}
.btn-whatsapp svg,
.quote-contact-whatsapp svg,
a.btn[href*="wa.me/"] svg {
  color: #25d366 !important;
  stroke: #25d366 !important;
}

/* Premium finish: refined depth while preserving the compact quote layout. */
.site-header {
  background: linear-gradient(180deg, rgba(6,8,10,.97), rgba(7,9,11,.92));
  border-bottom-color: rgba(218,181,111,.16);
  box-shadow: 0 12px 36px rgba(0,0,0,.2);
  backdrop-filter: blur(18px) saturate(1.08);
}
body.quote-page #quote .quote-intro {
  background:
    radial-gradient(circle at 88% 9%, rgba(221,179,102,.11), transparent 42%),
    linear-gradient(150deg, rgba(25,30,35,.96), rgba(9,12,15,.94));
  border-color: rgba(224,183,108,.36);
  box-shadow: 0 34px 88px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.055);
}
body.quote-page #quote .quote-intro > p:not(.eyebrow) { color: rgba(255,255,255,.66); }
body.quote-page #quote .quote-form {
  background:
    radial-gradient(circle at 100% 0, rgba(222,184,115,.09), transparent 24rem),
    linear-gradient(180deg, #fdfbf7 0%, #f3eee5 100%);
  border-color: rgba(205,164,91,.7);
  box-shadow: 0 40px 100px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.9);
}
body.quote-page #quote .field input,
body.quote-page #quote .field select,
body.quote-page #quote .field textarea,
body.quote-page #quote .field > .date-control {
  background: rgba(255,255,255,.9);
  border-color: #cec5b7;
  box-shadow: inset 0 1px 2px rgba(60,45,27,.025);
}
.btn-gold {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -1px 0 rgba(96,59,17,.2),
    0 14px 34px rgba(126,82,28,.25);
  text-shadow: 0 1px rgba(255,255,255,.18);
}
.btn-whatsapp,
.quote-contact-whatsapp,
a.btn[href*="wa.me/"] {
  box-shadow: inset 0 1px 0 rgba(73,227,132,.08), 0 12px 28px rgba(0,0,0,.28);
}

/* Tablet and phone: turn the desktop intro rail into a compact guide card. */
@media (max-width: 900px) {
  body.quote-page #quote .quote-layout { gap: 12px; }
  body.quote-page #quote .quote-intro {
    position: static;
    display: grid;
    width: min(100%, 660px);
    gap: 9px;
    justify-self: center;
    padding: 18px;
    background:
      radial-gradient(circle at 88% 9%, rgba(221,179,102,.13), transparent 46%),
      linear-gradient(150deg, #171c21, #090c0f);
    border: 1px solid rgba(224,183,108,.4);
    box-shadow: 0 22px 56px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.05);
    backdrop-filter: none;
  }
  body.quote-page #quote .quote-intro::before {
    display: block;
    left: 18px;
    width: 68px;
  }
  body.quote-page #quote .quote-intro .eyebrow { display: flex; margin: 0; }
  body.quote-page #quote .quote-intro h1 { margin: 0; font-size: clamp(2rem, 7vw, 2.75rem); line-height: 1; }
  body.quote-page #quote .quote-intro > p:not(.eyebrow) { margin: 0; font-size: .72rem; line-height: 1.45; }
  body.quote-page #quote .quote-intro ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 3px 0 0;
    border: 0;
  }
  body.quote-page #quote .quote-intro li {
    display: flex;
    min-width: 0;
    min-height: 72px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    padding: 8px;
    font-size: .58rem;
    line-height: 1.35;
  }
  body.quote-page #quote .quote-intro li span { width: 22px; height: 22px; flex-basis: 22px; font-size: .5rem; }
  body.quote-page #quote .quote-contact { display: grid; gap: 6px; }
  body.quote-page #quote .quote-contact > small { display: none; }
  body.quote-page #quote .quote-contact-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  body.quote-page #quote .quote-contact-links > a { min-height: 48px; padding: 7px 10px; }
  body.quote-page #quote .quote-contact-call { font-size: .92rem; }
  body.quote-page #quote .quote-contact-whatsapp { font-size: .6rem; }
  body.quote-page #quote .quote-contact-whatsapp svg { width: 20px; height: 20px; flex-basis: 20px; }
}

@media (max-width: 560px) {
  body.quote-page #quote .quote-intro { gap: 5px; padding: 12px; }
  body.quote-page #quote .quote-intro::before { left: 12px; width: 56px; }
  body.quote-page #quote .quote-intro .eyebrow { display: none; }
  body.quote-page #quote .quote-intro h1 { font-size: 1.62rem; }
  body.quote-page #quote .quote-intro > p:not(.eyebrow) { font-size: .7rem; line-height: 1.4; }
  body.quote-page #quote .quote-intro ul { display: none; }
  body.quote-page #quote .quote-contact-links > a { min-height: 44px; padding: 6px 8px; }
  body.quote-page #quote .quote-contact-call { font-size: .82rem; }
  body.quote-page #quote .quote-contact-call em,
  body.quote-page #quote .quote-contact-whatsapp em { margin-top: 3px; font-size: .42rem; }
}

/* 2026 quote typography refinement: compact, readable, and payment-safe. */
body.quote-page #quote .quote-intro .eyebrow { color: #d9b66c; }
body.quote-page #quote .quote-intro > p:not(.eyebrow) { color: rgba(248,245,238,.74); }
body.quote-page #quote .quote-intro li { color: rgba(248,245,238,.82); }
body.quote-page #quote .field input::placeholder,
body.quote-page #quote .field textarea::placeholder,
body.quote-page #quote .stop-input input::placeholder {
  color: #746f68;
  opacity: 1;
}
body.quote-page #quote .date-control:not(.has-value) .date-control-value,
body.quote-page #quote .field select:required:invalid { color: #746f68; }
body.quote-page #quote .field select option { color: var(--ink); }
body.quote-page #quote .form-heading > div > span { color: #8b642e; }
body.quote-page #quote .consent a {
  color: #7f5b2b;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.quote-page #quote .route-stops,
body.quote-page #quote .route-estimate,
body.quote-page #quote .optional-trip-details { border-color: #d8d0c4; }
body.quote-page #quote .form-disclaimer { color: #5b5f63; }

@media (max-width: 520px) {
  body.quote-page #quote .quote-form { padding: 16px 14px 20px; }
  body.quote-page #quote .contact-grid { grid-template-columns: 1fr; }
  body.quote-page #quote .contact-grid > * { grid-column: 1 / -1; }
  body.quote-page #quote .maps-address-suggestions { max-height: min(260px, 36vh); }
  body.quote-page #quote .field > span { font-size: .62rem; letter-spacing: .075em; }
  body.quote-page #quote .vehicle-inline-help { font-size: .52rem; }
  body.quote-page #quote .field input,
  body.quote-page #quote .field select,
  body.quote-page #quote .trip-capacity-row .field > input,
  body.quote-page #quote .trip-capacity-row .field > select,
  body.quote-page #quote .field > .date-control,
  body.quote-page #quote .field.schedule-field > .date-control,
  body.quote-page #quote .trip-grid > .pickup-field > input,
  body.quote-page #quote .trip-grid > .dropoff-field > input {
    height: 44px;
    min-height: 44px;
  }
  body.quote-page #quote .field.schedule-field { grid-template-rows: max-content 44px auto; }
  body.quote-page #quote .trip-capacity-row.flight-hidden > .bags-field { grid-column: 1 / -1; }
  body.quote-page #quote .route-calculate { min-height: 36px; font-size: .62rem; }
  body.quote-page #quote .fare-badge { font-size: .58rem; }
  body.quote-page #quote .fare-breakdown li { font-size: .62rem; }
  body.quote-page #quote .consent { min-height: 44px; font-size: .68rem; line-height: 1.45; }
  body.quote-page #quote .submit-btn { min-height: 44px; font-size: .7rem; }
  body.quote-page #quote .form-disclaimer { font-size: .6rem; line-height: 1.45; }
  body.quote-page #quote .quote-intro > p:not(.eyebrow) { font-size: .7rem; line-height: 1.45; }
}
@media (max-width: 360px) {
  body.quote-page #quote .contact-grid { grid-template-columns: 1fr; }
}

/* 2026-09-13 mobile conversion pass: shorten campaign quotes without removing required booking data. */
body.quote-page #quote .route-estimate[hidden] { display: none !important; }
body.quote-page #quote .campaign-vehicle-summary { display: none; }
body.quote-page #quote .booking-trust.booking-trust--compact {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 8px 12px;
  margin-top: 10px;
  padding: 9px 11px;
  box-shadow: none;
}
body.quote-page #quote .booking-trust--compact strong {
  flex: 0 0 auto;
  color: #d9b66c;
  font-size: .58rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}
body.quote-page #quote .booking-trust--compact > span {
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: .56rem;
  line-height: 1.35;
}

@media (max-width: 560px) {
  .has-family-route body.quote-page #quote { padding-top: 70px; }
  .has-family-route body.quote-page #quote .quote-layout { gap: 0; }
  .has-family-route body.quote-page #quote .quote-intro,
  .has-family-route body.quote-page #quote .service-field { display: none; }
  .has-family-route body.quote-page #quote .pickup-field,
  .has-family-route body.quote-page #quote .dropoff-field { order: 1; }
  .has-family-route body.quote-page #quote .campaign-fixed-location { order: 2; }
  .has-family-route body.quote-page #quote .schedule-field { order: 3; }
  .has-family-route body.quote-page #quote .trip-capacity-row { order: 4; }
  .has-family-route body.quote-page #quote .route-stops { order: 5; }
  .has-family-route body.quote-page #quote .route-estimate { order: 6; }
  .has-family-route body.quote-page #quote .hourly-field { order: 7; }
  .has-family-route body.quote-page #quote .fare-estimate { display: none; order: 8; }
  .has-family-route.campaign-route-priced body.quote-page #quote .fare-estimate { display: block; }
  .has-family-route body.quote-page #quote .campaign-fixed-location input[readonly] {
    overflow: hidden;
    color: #5e5a54;
    background: #eee9df;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .has-family-route body.quote-page #quote .vehicle-field:not(.campaign-vehicle-editing) > select { display: none; }
  .has-family-route body.quote-page #quote .vehicle-field:not(.campaign-vehicle-editing) > .campaign-vehicle-summary {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 9px;
    color: #17191b;
    background: rgba(255,255,255,.9);
    border: 1px solid #cec5b7;
    font: inherit;
    text-align: left;
  }
  .has-family-route body.quote-page #quote .campaign-vehicle-summary strong { font-size: .8rem; }
  .has-family-route body.quote-page #quote .campaign-vehicle-summary span {
    color: #7f5b2b;
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  body.quote-page #quote .booking-trust.booking-trust--compact {
    min-height: 38px;
    flex-wrap: wrap;
    gap: 2px 7px;
    padding: 7px 9px;
  }
  body.quote-page #quote .booking-trust--compact > span { font-size: .53rem; }
}

/* 2026-09-16 mobile readability pass: keep booking labels and helper text legible. */
@media (max-width: 560px) {
  body.quote-page #quote .field > span,
  body.quote-page #quote .route-calculate,
  body.quote-page #quote .fare-breakdown li,
  body.quote-page #quote .consent,
  body.quote-page #quote .submit-btn,
  body.quote-page #quote .form-disclaimer,
  body.quote-page #quote .vehicle-inline-help,
  body.quote-page #quote .booking-trust--compact strong,
  body.quote-page #quote .booking-trust--compact > span,
  .has-family-route body.quote-page #quote .campaign-vehicle-summary span {
    font-size: .75rem;
  }
  body.quote-page #quote .fare-badge { font-size: .7rem; }
  body.quote-page #quote .quote-intro > p:not(.eyebrow) { font-size: .82rem; }
}

/* Final quote readability baseline, including first-visit privacy choices. */
html body .btn.btn { font-size: 12px !important; line-height: 1.25; }
.brand-sub,
.nav-phone span,
.footer-bottom { font-size: 12px !important; }
.analytics-consent-copy p { font-size: 12px; line-height: 1.5; }
.analytics-consent-actions button { min-height: 44px; font-size: 12px; }
.privacy-settings-link { min-height: 44px; font-size: 12px; }
body.quote-page #quote .optional-trip-details > summary,
body.quote-page #quote .child-seat-addon__summary {
  min-height: 44px !important;
  font-size: 12px !important;
}
body.quote-page #quote .child-seat-addon__eyebrow,
body.quote-page #quote .route-stops-head small { font-size: 12px !important; }
body.quote-page #quote .route-stops-title { font-size: 12px !important; }
.menu-toggle { min-width: 44px; flex: 0 0 44px; }

/* Floating navigation must not cover form fields at tablet/desktop widths.
   Reservations contacts remain available in the header/menu and footer. */
body.quote-page > .mobile-contact-actions,
body.quote-page > .back-to-top { display: none !important; }

/* Native date/time widgets need more room than a half-column on 320px phones. */
@media (max-width: 360px) {
  body.quote-page #quote .trip-grid { grid-template-columns: minmax(0, 1fr) !important; }
  body.quote-page #quote .trip-grid > * { grid-column: 1 / -1 !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
