:root {
  --ink: #151716;
  --ink-soft: #303330;
  --paper: #f4f3ef;
  --white: #ffffff;
  --line: #d8d7d1;
  --metal: #b69b68;
  --metal-dark: #816b43;
  --green: #27624f;
  --shell: min(100% - 48px, 1480px);
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.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; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: white; color: black; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: var(--header-h); border-bottom: 1px solid rgba(255,255,255,.22); color: white; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 238px; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 1.8vw, 34px); font-size: 14px; font-weight: 650; }
.site-nav a { text-decoration: none; border-bottom: 1px solid transparent; }
.site-nav > a:not(.nav-cta):hover, .site-nav > a:not(.nav-cta):focus-visible { border-color: currentColor; }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 20px; color: var(--ink); background: white; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); color: white; background: #090a0a; isolation: isolate; display: flex; align-items: center; padding: calc(var(--header-h) + 56px) 0 184px; }
.hero-picture, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-picture { z-index: -3; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-shade { z-index: -2; background: rgba(4,5,5,.52); }
.hero-content { padding-top: 14px; }
.hero-content > * { max-width: 760px; }
.eyebrow { margin: 0 0 18px; color: #d2bd93; font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.dark { color: var(--metal-dark); }
.hero h1 { margin: 0; max-width: 900px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 4.6vw, 72px); font-weight: 400; line-height: 1; letter-spacing: 0; text-wrap: balance; }
.hero-copy { margin: 26px 0 0; max-width: 620px; color: rgba(255,255,255,.82); font-size: clamp(17px, 1.4vw, 21px); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 750; }
.button-primary { color: #171817; background: #e5d5b5; }
.button-primary:hover, .button-primary:focus-visible { background: white; }
.button-outline-light { color: white; border-color: rgba(255,255,255,.6); }
.button-outline-light:hover, .button-outline-light:focus-visible { color: var(--ink); background: white; }
.text-link { display: inline-flex; align-items: center; gap: 10px; width: fit-content; text-underline-offset: 5px; font-size: 14px; font-weight: 750; }
.text-link.light { color: white; }
.request-strip { position: absolute; left: 50%; bottom: 0; z-index: 2; width: var(--shell); transform: translate(-50%, 50%); display: grid; grid-template-columns: 1.25fr repeat(2, 1fr) .8fr .55fr 1.25fr; background: white; color: var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.request-strip > * { min-width: 0; min-height: 112px; }
.request-intro, .request-strip label { padding: 24px 20px; border-right: 1px solid var(--line); }
.request-intro { display: flex; flex-direction: column; justify-content: center; }
.request-intro strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; line-height: 1.15; }
.request-step, .request-strip label > span { display: block; margin-bottom: 8px; color: #686c68; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.request-strip input { width: 100%; min-height: 38px; padding: 0; border: 0; border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: 16px; }
.request-strip input:focus { box-shadow: 0 2px 0 var(--metal); }
.request-submit { border: 0; padding: 20px; color: white; background: var(--ink); font-size: 13px; font-weight: 750; cursor: pointer; }
.request-submit:hover, .request-submit:focus-visible { background: var(--green); }

.proof-line { padding: 98px 0 42px; background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.proof-grid p { margin: 0; padding: 24px 32px 0 0; color: #555953; font-size: 14px; }
.proof-grid p + p { padding-left: 32px; border-left: 1px solid var(--line); }
.proof-grid span { display: block; margin-bottom: 10px; color: var(--metal-dark); font-size: 11px; font-weight: 800; }
.proof-grid strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 16px; }

.section { padding: 110px 0; }
.section h2, .aircraft-copy h2, .final-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4.2vw, 64px); font-weight: 400; line-height: 1.04; letter-spacing: 0; text-wrap: balance; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: end; gap: 36px; margin-bottom: 40px; }
.section-note { display: inline-flex; align-items: center; gap: 9px; color: #626660; font-size: 13px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #2e8c69; box-shadow: 0 0 0 4px rgba(46,140,105,.12); }
.inventory { background: white; }
.inventory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.inventory-loading { grid-column: 1 / -1; margin: 0; padding: 52px; background: white; color: #686c68; text-align: center; }
.leg-card { min-width: 0; color: var(--ink); background: white; text-decoration: none; transition: background-color .2s ease; }
.leg-card:hover, .leg-card:focus-visible { background: #f6f5f1; }
.leg-body { min-height: 264px; display: flex; flex-direction: column; padding: 28px; }
.leg-date { margin: 0 0 9px; color: var(--metal-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.leg-route { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 10px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 1.7vw, 28px); font-weight: 400; line-height: 1.12; }
.leg-route span:last-child { text-align: right; }
.leg-arrow { color: var(--metal-dark); font-size: 16px; }
.leg-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: #646862; font-size: 12px; }
.leg-price { color: var(--green); font-weight: 800; }
.leg-action { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: auto; padding-top: 28px; font-size: 13px; font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }

.decision { background: var(--paper); }
.decision-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(620px, 1.5fr); gap: 8vw; align-items: start; }
.decision-heading p:last-child { max-width: 520px; margin: 28px 0 0; color: #5f635d; }
.decision-table { border-top: 1px solid var(--ink); }
.decision-row { display: grid; grid-template-columns: 1fr 1.25fr 1.25fr; gap: 24px; min-height: 100px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
a.decision-row:hover, a.decision-row:focus-visible { background: white; box-shadow: 24px 0 white, -24px 0 white; }
.decision-labels { min-height: 54px; color: #6c706a; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.decision-row strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; }
.decision-row span { color: #5f635d; font-size: 14px; }

.aircraft-feature { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 760px; color: white; background: #141615; }
.aircraft-image-wrap { min-height: 620px; overflow: hidden; }
.aircraft-image-wrap picture, .aircraft-image-wrap img { display: block; width: 100%; height: 100%; }
.aircraft-image-wrap img { object-fit: cover; }
.aircraft-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(32px, 6vw, 112px); }
.aircraft-copy p:not(.eyebrow) { max-width: 540px; margin: 26px 0 0; color: rgba(255,255,255,.7); }
.spec-list { margin: 42px 0; border-top: 1px solid rgba(255,255,255,.22); }
.spec-list div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.spec-list dt { color: rgba(255,255,255,.56); font-size: 13px; }
.spec-list dd { margin: 0; font-size: 13px; font-weight: 750; }

.routes { background: white; }
.routes-head { grid-template-columns: 1fr minmax(280px, 480px); }
.route-intro { margin: 0; color: #60645e; }
.route-list { border-top: 1px solid var(--ink); }
.route-row { display: grid; grid-template-columns: 52px minmax(120px, 1fr) minmax(80px, 1.5fr) minmax(120px, 1fr) 52px 24px; gap: 20px; align-items: center; min-height: 96px; border-bottom: 1px solid var(--line); text-decoration: none; }
.route-row:hover, .route-row:focus-visible { color: var(--green); }
.route-code { color: #666a64; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.route-line { height: 1px; background: var(--line); }
.route-arrow { justify-self: end; }
.route-all { margin-top: 30px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.faq-intro { max-width: 380px; color: #626660; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; list-style: none; font-size: 18px; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 21px; font-size: 25px; font-weight: 300; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list p { max-width: 760px; margin: -6px 42px 24px 0; color: #5e625c; }

.final-cta { padding: 86px 0; color: white; background: #1b1d1c; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.contact-link { color: white; font-size: 14px; text-underline-offset: 5px; }
.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.68); background: #0e0f0f; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 230px; }
.footer-brand p { max-width: 320px; }
.footer-grid h2 { margin: 0 0 15px; color: white; font-family: inherit; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin: 8px 0; text-decoration: none; font-size: 14px; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: white; text-decoration: underline; }
.footer-legal { display: flex; justify-content: space-between; gap: 40px; margin-top: 62px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: 11px; }

:focus-visible { outline: 3px solid #d5b877; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 40px, 1480px); }
  .site-nav { gap: 18px; }
  .request-strip { grid-template-columns: 1fr 1fr 1fr .75fr; }
  .request-intro { display: none; }
  .request-submit { grid-column: auto; }
  .decision-grid { grid-template-columns: 1fr; gap: 54px; }
  .aircraft-feature { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 40px, 1480px); --header-h: 68px; }
  .brand img { width: 196px; }
  .menu-toggle { display: inline-flex; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: white; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 1px; background: currentColor; }
  .site-nav { position: fixed; inset: var(--header-h) 0 auto; display: none; padding: 18px 20px 24px; background: #101211; border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 50px rgba(0,0,0,.3); }
  .site-nav.is-open { display: grid; }
  .site-nav a { min-height: 44px; display: flex; align-items: center; padding: 0 4px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav .nav-cta { justify-content: center; margin-top: 8px; color: var(--ink); border: 0; }
  .hero { min-height: auto; padding: calc(var(--header-h) + 64px) 0 250px; }
  .hero h1 { font-size: clamp(44px, 11vw, 64px); max-width: 680px; }
  .request-strip { bottom: 24px; transform: translateX(-50%); grid-template-columns: 1fr 1fr; }
  .request-strip > * { min-height: 88px; }
  .request-strip label { padding: 16px; }
  .request-strip label:nth-of-type(2) { border-right: 0; }
  .request-submit { min-height: 60px; grid-column: 1 / -1; }
  .proof-line { padding: 54px 0 36px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid p, .proof-grid p + p { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .section-head { grid-template-columns: 1fr auto; align-items: start; }
  .section-head .section-note { grid-column: 1 / -1; grid-row: 2; }
  .inventory-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .aircraft-feature { grid-template-columns: 1fr; }
  .aircraft-image-wrap { min-height: 480px; }
  .aircraft-copy { padding: 74px 40px; }
  .routes-head { grid-template-columns: 1fr; }
  .route-row { grid-template-columns: 42px 1fr 50px 1fr 42px 20px; gap: 10px; }
  .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 40px); }
  .hero { padding-top: calc(var(--header-h) + 54px); padding-bottom: 438px; }
  .hero-image { object-position: 56% center; }
  .hero-shade { background: rgba(4,5,5,.58); }
  .hero h1 { font-size: clamp(39px, 12.5vw, 54px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .request-strip { bottom: 20px; grid-template-columns: 1fr; }
  .request-strip > * { min-height: 68px; }
  .request-strip label { border-right: 0; border-bottom: 1px solid var(--line); }
  .request-strip label > span { margin-bottom: 2px; }
  .request-strip input { min-height: 30px; }
  .passengers-field { display: none; }
  .proof-line { padding-top: 34px; }
  .section { padding: 68px 0; }
  .section h2, .aircraft-copy h2, .final-cta h2 { font-size: 38px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .section-head .section-note { grid-column: auto; grid-row: auto; }
  .inventory-grid { grid-template-columns: 1fr; }
  .inventory-grid .leg-card:nth-of-type(n+4) { display: none; }
  .leg-body { padding: 20px; }
  .decision-row { grid-template-columns: 1fr; gap: 8px; min-height: 0; padding: 22px 0; }
  .decision-labels { display: none; }
  a.decision-row:hover, a.decision-row:focus-visible { box-shadow: 20px 0 white, -20px 0 white; }
  .aircraft-image-wrap { min-height: 330px; }
  .aircraft-copy { padding: 64px 20px; }
  .spec-list div { grid-template-columns: 1fr; gap: 4px; }
  .route-row { grid-template-columns: 42px 1fr 24px; min-height: 82px; gap: 10px; }
  .route-row .route-line, .route-row strong:nth-of-type(2), .route-row .route-code:nth-of-type(2) { display: none; }
  .route-arrow { grid-column: 3; }
  .faq-list summary { font-size: 16px; }
  .final-actions { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { flex-direction: column; gap: 12px; }
}

@media (max-width: 350px) {
  :root { --shell: calc(100% - 32px); }
  .brand img { width: 172px; }
  .hero h1 { font-size: 37px; }
  .request-strip { width: calc(100% - 24px); }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (min-width: 1900px) {
  .hero { min-height: 920px; }
  .hero-content { padding-left: 2px; }
  .hero h1 { font-size: 76px; }
  .inventory-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
