/* Gate & Mile — pre-launch website concept */
: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: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-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: 11px; min-width: max-content; }
.brand-mark { width: 39px; height: 39px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: square; }
.brand-type { display: grid; line-height: 1; }
.brand-name { color: var(--white); font-size: 1rem; font-weight: 800; letter-spacing: .19em; }
.brand-name i { color: var(--gold); font-family: Georgia, serif; font-size: 1.1em; font-style: italic; font-weight: 400; }
.brand-sub { margin-top: 7px; color: rgba(255,255,255,.54); font-size: .52rem; letter-spacing: .14em; 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: 43px; 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, 1fr); gap: 10px; }
.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,.4); 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(3, 1fr); margin-top: 28px; border-top: 1px solid rgba(15,18,20,.18); border-left: 1px solid rgba(15,18,20,.18); }
.fleet-card { min-height: 330px; padding: 34px; border-right: 1px solid rgba(15,18,20,.18); border-bottom: 1px solid rgba(15,18,20,.18); }
.fleet-card.featured { color: var(--white); background: var(--ink); }
.fleet-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 44px; }
.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; }
.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 > p { min-height: 68px; margin-bottom: 18px; font-size: .83rem; }
.fleet-card.featured > 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; }
.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 h3 { 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; 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 {
  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 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; }
.error { display: none; color: #9c3d35; font-size: .62rem; }
.field.invalid .error, .consent-error.visible { display: block; }
.form-rule { height: 1px; margin: 34px 0 28px; background: var(--line); }
.contact-heading { margin: 0 0 22px; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.consent { display: flex; gap: 10px; align-items: start; margin: 22px 0 4px; color: #6d6a65; font-size: .7rem; }
.consent input { margin-top: 4px; 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; }

/* 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; }

/* 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,.28); 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; }

/* 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; }
.demo-alert { margin: 24px 0; padding: 17px; background: #eee5d7; border-left: 3px solid var(--gold-dark); }
.demo-alert strong { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.demo-alert p { margin: 4px 0 0; font-size: .7rem; line-height: 1.55; }
.back-to-top { position: fixed; z-index: 90; right: 22px; bottom: 80px; 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); }
.whatsapp-float { position: fixed; z-index: 94; right: 22px; bottom: 22px; min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; color: #08130b; background: #25d366; border-radius: 999px; box-shadow: 0 12px 32px rgba(0,0,0,.24); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #38e278; }
.whatsapp-float svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

/* 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; }
  .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; }
  .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 { 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 { 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; }
  .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(3rem, 15vw, 4.4rem); }
  .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: 70px 1fr; }
  .fleet-visual img { aspect-ratio: 1.25 / 1; object-position: center; }
  .fleet-visual figcaption { text-align: left; }
  .fleet-card { padding: 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; }
  .form-heading { gap: 20px; }
  .form-heading > p { white-space: nowrap; }
  .faq-list summary { font-size: 1.04rem; }
  .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: 12px; }
  .modal-card { padding: 38px 22px 25px; }
  .modal-card h2 { font-size: 2.35rem; }
  .summary-row { grid-template-columns: 100px 1fr; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 50px; height: 50px; min-height: 50px; justify-content: center; padding: 0; }
  .back-to-top { right: 19px; bottom: 76px; }
  .whatsapp-float span { display: none; }
}

@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; }
}
