:root {
  color-scheme: dark;
  --ink: #02070b;
  --primary-heading: #f0e9dd;
  --secondary-heading: #eee6da;
  --body-text: #d0c8bc;
  --muted: #bdb5aa;
  --gold: #e8b659;
  --gold-soft: rgba(232, 182, 89, .72);
  --line: rgba(255, 203, 112, .72);
  --line-soft: rgba(255, 203, 112, .15);
  --font-heading: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --font-body: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --shell: 1200px;
  --ease: cubic-bezier(.22, .68, .28, 1);
}
* { box-sizing: border-box; }
html { min-width: 320px; background: var(--ink); scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--body-text); background: var(--ink); font-family: var(--font-body); }
body.nav-sheet-open { overflow: hidden; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button { font: inherit; -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
ul { margin-top: 0; }
::selection { color: var(--ink); background: var(--gold); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 30; left: 18px; top: 14px; padding: 10px 14px; color: var(--ink); background: var(--gold); transform: translateY(-160%); transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }
.page { position: relative; min-height: 100vh; overflow: clip; isolation: isolate; background: radial-gradient(circle at 14% 48%, rgba(126, 83, 24, .075), transparent 30rem), radial-gradient(ellipse at 62% 58%, rgba(232, 182, 89, .055), transparent 28rem), linear-gradient(118deg, #02070b 0%, #061016 48%, #03090d 100%); }
.page::before { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; opacity: .3; background-image: linear-gradient(rgba(232, 182, 89, .045) 1px, transparent 1px); background-size: 100% 76px; mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent); }
.starfield { position: absolute; inset: 0; z-index: -1; pointer-events: none; background-image: radial-gradient(circle at 8% 11%, rgba(250,218,151,.72) 0 1px, transparent 1.5px), radial-gradient(circle at 21% 27%, rgba(232,182,89,.54) 0 1px, transparent 1.5px), radial-gradient(circle at 61% 18%, rgba(250,218,151,.62) 0 1px, transparent 1.5px), radial-gradient(circle at 83% 34%, rgba(232,182,89,.48) 0 1px, transparent 1.5px), radial-gradient(circle at 92% 72%, rgba(250,218,151,.56) 0 1px, transparent 1.5px), radial-gradient(circle at 37% 84%, rgba(232,182,89,.46) 0 1px, transparent 1.5px); background-size: 257px 241px, 311px 293px, 281px 269px, 349px 331px, 239px 227px, 373px 359px; opacity: .7; }

.site-header, .hero, .support-paths, .access-block, .boundary-strip, .site-footer { width: min(calc(100% - 80px), var(--shell)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: -82px;
  z-index: 6;
  border-bottom: 1px solid var(--line-soft);
  background: var(--ink);
}
.header-main { display: flex; min-height: 82px; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--gold); font-size: 13px; font-weight: 500; letter-spacing: 1.25px; text-transform: uppercase; transition: color .24s var(--ease), text-shadow .24s var(--ease); }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 13px rgba(232,182,89,.12)); transition: transform .7s var(--ease), filter .24s var(--ease); }
.brand:hover, .brand:focus-visible { color: #ead8ad; text-shadow: 0 0 14px rgba(232,182,89,.2); }
.brand:hover img, .brand:focus-visible img { transform: rotate(180deg); filter: drop-shadow(0 0 16px rgba(232,182,89,.32)); }
.page-label { margin-left: auto; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: .2em; }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--line-soft); color: var(--gold); background: transparent; padding: 9px 13px; cursor: pointer; }
.nav-toggle__mobile { display: none; }
.site-nav { display: flex; min-height: 45px; align-items: center; gap: 26px; border-top: 1px solid rgba(255,203,112,.08); }
.site-nav__link { position: relative; padding: 15px 0 14px; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; transition: color .22s var(--ease); }
.site-nav__link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 1px; background: var(--gold); transition: right .24s var(--ease); }
.site-nav__link:hover, .site-nav__link:focus-visible, .site-nav__link.is-active { color: var(--gold); }
.site-nav__link:hover::after, .site-nav__link:focus-visible::after, .site-nav__link.is-active::after { right: 0; }
.nav-backdrop, .mobile-nav-sheet { display: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 440px; min-height: 280px; align-items: center; border-bottom: 1px solid var(--line-soft); }
.hero-copy { position: relative; z-index: 4; max-width: 680px; padding: 37px 0 35px; }
.eyebrow { display: block; margin-bottom: 10px; color: var(--gold); font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--font-heading); letter-spacing: -.035em; }
h1 { max-width: 660px; margin-bottom: 15px; color: var(--primary-heading); font-size: clamp(48px, 4vw, 58px); font-weight: 400; line-height: .98; }
.hero-copy > p { max-width: 650px; margin-bottom: 0; color: var(--body-text); font-size: 16px; line-height: 1.52; }
.hero-copy .hero-microcopy { margin-top: 16px; color: var(--gold-soft); font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.hero-composition { position: relative; z-index: 3; width: 440px; height: 220px; overflow: visible; background: transparent; box-shadow: none; pointer-events: none; }
.hero-constellation { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; }
.constellation-lines { fill: none; stroke: rgba(232,182,89,.13); stroke-width: .65; }
.constellation-stars { fill: rgba(250,218,151,.76); filter: drop-shadow(0 0 3px rgba(202,139,45,.34)); }
.hero-brand-mark { position: absolute; z-index: 3; left: 50%; top: 50%; width: 168px; height: 122px; overflow: visible; transform: translate(-50%, -50%); background: transparent; box-shadow: none; pointer-events: auto; outline: none; }
.hero-brand-mark img { display: block; width: 100%; height: 100%; overflow: visible; object-fit: contain; transform: rotate(0deg); transform-origin: 50% 50%; }
.hero-mark-image { filter: drop-shadow(0 0 5px rgba(232,182,89,.28)); animation: hero-mark-spin 22s linear infinite; transition: filter 180ms ease; }
.hero-mark-flash { position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; border-radius: 50%; opacity: 0; pointer-events: none; background: radial-gradient(circle, rgba(255,255,246,.96) 0 8%, rgba(250,218,151,.72) 24%, rgba(232,182,89,.24) 50%, transparent 72%); transform: translate(-50%, -50%) scale(.35); transform-origin: 50% 50%; }
.hero-flight-arrived .hero-mark-flash { animation: hero-mark-arrival 5.6s linear -5.2304s 1; }
.hero-brand-mark:hover .hero-mark-image, .hero-brand-mark:focus-visible .hero-mark-image { filter: drop-shadow(0 0 5px rgba(255,249,225,.92)) drop-shadow(0 0 13px rgba(250,218,151,.7)) drop-shadow(0 0 27px rgba(232,182,89,.46)); }
.hero-brand-mark:focus-visible { outline: none; }
.hero-plane { position: absolute; z-index: 2; left: 0; top: 0; width: 22px; height: 22px; opacity: 0; pointer-events: none; will-change: transform, opacity; }
.hero-plane-heading { position: absolute; inset: 0; display: block; transform-origin: 50% 50%; will-change: transform; }
.hero-plane-heading::before { content: ""; position: absolute; z-index: -1; left: 50%; top: 58%; width: 2px; height: 14px; transform: translate(-50%, -50%); border-radius: 999px; background: linear-gradient(180deg, transparent, rgba(255,240,192,.38)); filter: blur(.25px); }
.hero-plane svg { display: block; width: 20px; height: 20px; fill: #fff8df; stroke: rgba(216,174,89,.74); stroke-width: .42; paint-order: stroke fill; filter: drop-shadow(0 1px 1px rgba(0,0,0,.68)) drop-shadow(0 0 4px rgba(255,239,187,.5)); }

.support-paths { padding: 8px 0 26px; }
.support-row { display: grid; grid-template-columns: minmax(320px, 1.22fr) minmax(250px, .86fr) minmax(205px, .65fr); gap: 42px; align-items: center; min-height: 202px; padding: 26px 22px; border-bottom: 1px solid var(--line-soft); border-left: 2px solid transparent; background: transparent; transition: background .28s var(--ease), border-color .28s var(--ease); }
.support-row:hover, .support-row:focus-within { border-bottom-color: rgba(255,203,112,.3); border-left-color: rgba(232,182,89,.5); background: linear-gradient(110deg, rgba(11,27,33,.56), rgba(4,13,18,.3)); }
.support-row__copy h2, .access-block h2 { margin-bottom: 9px; color: var(--secondary-heading); font-size: 23px; font-weight: 500; line-height: 1.16; letter-spacing: -.02em; }
.support-row__copy p { max-width: 485px; margin-bottom: 0; color: var(--body-text); font-size: 13px; line-height: 1.58; }
.support-row__details h3 { margin-bottom: 9px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.support-row__details ul { display: grid; gap: 5px; margin-bottom: 0; padding: 0; color: #c9c1b5; font-size: 12px; line-height: 1.48; list-style: none; }
.support-row__details li { position: relative; padding-left: 14px; }
.support-row__details li::before { content: ""; position: absolute; left: 0; top: .7em; width: 6px; height: 1px; background: var(--gold-soft); }
.route-cta { position: relative; display: inline-flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 14px; padding: 0 0 5px; border-bottom: 1px solid rgba(232,182,89,.28); color: var(--gold); font-size: 11px; font-weight: 600; line-height: 1.4; letter-spacing: .04em; transition: color .2s var(--ease), border-color .2s var(--ease), text-shadow .2s var(--ease); }
.route-cta:hover, .route-cta:focus-visible { color: #f2d89d; border-color: var(--gold); text-shadow: 0 0 12px rgba(232,182,89,.18); }

.access-block { display: grid; grid-template-columns: 250px 1fr auto; gap: 34px; align-items: center; padding: 25px 0 23px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.access-block .eyebrow { margin-bottom: 7px; }
.access-block h2 { margin-bottom: 0; font-size: 19px; }
.access-block > p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.access-block .access-limitation { grid-column: 2 / 4; margin-top: -20px; color: rgba(201,193,181,.88); font-size: 11px; }
.inline-cta { position: relative; display: inline-flex; width: fit-content; min-height: 44px; align-items: center; padding-bottom: 3px; color: var(--gold); font-size: 12px; font-weight: 600; line-height: 1.45; transition: color 180ms var(--ease), text-shadow 180ms var(--ease); }
.inline-cta::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--gold); box-shadow: 0 0 7px rgba(232,182,89,.24); transition: right 180ms var(--ease); }
.inline-cta:hover, .inline-cta:focus-visible { color: #f2d89d; text-shadow: 0 0 12px rgba(232,182,89,.18); }
.inline-cta:hover::after, .inline-cta:focus-visible::after { right: 0; }
.boundary-strip { display: grid; grid-template-columns: 1fr 1.3fr; gap: 42px; padding: 18px 0; border-bottom: 1px solid var(--line-soft); }
.boundary-strip p { margin-bottom: 0; color: rgba(201,193,181,.88); font-size: 11px; line-height: 1.5; }

.site-footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 52px; padding: 32px 0 38px; border-top: 1px solid var(--line-soft); }
.site-footer__brand p { max-width: 310px; margin: 9px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.footer-kicker, .footer-heading { margin-bottom: 9px; color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.site-footer__group { display: grid; align-content: start; gap: 7px; }
.site-footer__group a { width: fit-content; color: var(--muted); font-size: 10px; line-height: 1.45; transition: color .22s var(--ease); }
.site-footer__group a:hover, .site-footer__group a:focus-visible { color: var(--gold); }
.footer-support-copy { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.site-footer__group .inline-cta--footer { margin-top: 0; min-height: 0; color: var(--gold); font-size: 10px; font-weight: 600; }
.footer-legal { grid-column: 1 / -1; display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 28px; margin-top: -18px; padding-top: 10px; border-top: 1px solid rgba(255,203,112,.1); }
.footer-legal a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 3px; color: var(--muted); font-size: 10px; line-height: 1; transition: color .22s var(--ease); }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--gold); }
.back-to-top { display: none; }

.reveal { opacity: 0; transform: translateY(12px); }
.reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .65s var(--ease), transform .65s var(--ease); }

@keyframes hero-mark-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes hero-mark-arrival {
  0%, 93.4% { opacity: 0; transform: translate(-50%, -50%) scale(.35); }
  95.2% { opacity: .92; transform: translate(-50%, -50%) scale(1.35); }
  97.2% { opacity: .32; transform: translate(-50%, -50%) scale(.82); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(.35); }
}

@media (max-width: 980px) {
  .site-header, .hero, .support-paths, .access-block, .boundary-strip, .site-footer { width: min(calc(100% - 48px), var(--shell)); }
  .site-nav { gap: 17px; overflow-x: auto; }
  .hero { grid-template-columns: minmax(0, 1fr) 350px; }
  .hero-composition { width: 350px; transform: scale(.84); transform-origin: center right; }
  .support-row { grid-template-columns: minmax(280px, 1.2fr) minmax(220px, .9fr); gap: 28px; }
  .route-cta { width: fit-content; }
  .access-block { grid-template-columns: 220px 1fr; }
  .access-block .inline-cta { grid-column: 2; }
  .access-block .access-limitation { grid-column: 2; margin-top: -22px; }
  .site-footer { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer__group:last-of-type { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .site-header, .hero, .support-paths, .access-block, .boundary-strip, .site-footer { width: calc(100% - 28px); }
  .page { background: radial-gradient(circle at 82% 15%, rgba(232,182,89,.085), transparent 16rem), radial-gradient(circle at 8% 45%, rgba(126,83,24,.08), transparent 22rem), linear-gradient(134deg, #02070b 0%, #061016 52%, #03090d 100%); }
  .page::before { opacity: .25; background-size: 100% 68px; }
  .starfield { opacity: .78; }

  .site-header { top: 0; }
  .header-main { min-height: 64px; gap: 10px; }
  .brand { min-height: 44px; gap: 9px; font-size: 9px; letter-spacing: .92px; }
  .brand img { width: 33px; height: 33px; }
  .page-label { display: none; }
  .nav-toggle { display: inline-flex; min-width: 96px; min-height: 44px; align-items: center; justify-content: flex-end; border: 0; padding: 0; letter-spacing: .12em; }
  .nav-toggle__desktop { display: none; }
  .nav-toggle__mobile { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 600; }
  .nav-toggle__chevron { width: 8px; height: 8px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform 180ms var(--ease); }
  .nav-toggle[aria-expanded="true"] .nav-toggle__chevron { transform: translateY(2px) rotate(225deg); }
  .site-nav { display: none; }

  .hero { display: block; min-height: 0; }
  .hero-copy { max-width: none; padding: 18px 0 12px; }
  .hero .eyebrow { margin-bottom: 6px; font-size: 9px; letter-spacing: .2em; }
  h1 { max-width: 350px; margin-bottom: 9px; font-size: clamp(33px, 8.9vw, 36px); line-height: 1.01; }
  .hero-copy > p { max-width: 360px; font-size: 13px; line-height: 1.44; }
  .hero-copy .hero-microcopy { margin-top: 8px; font-size: 8px; line-height: 1.4; letter-spacing: .12em; }
  .hero-composition { width: 100%; height: 132px; margin: 0 0 8px; overflow: hidden; transform: none; border-top: 1px solid rgba(255,203,112,.12); border-bottom: 1px solid rgba(255,203,112,.16); background: radial-gradient(circle at 50% 52%, rgba(232,182,89,.105), rgba(7,18,23,.2) 35%, transparent 72%); }
  .hero-constellation { display: block; opacity: .95; }
  .hero-brand-mark { width: 102px; height: 74px; }
  .hero-mark-image { filter: drop-shadow(0 0 6px rgba(232,182,89,.34)); }
  .hero-plane { display: block; width: 18px; height: 18px; }
  .hero-plane svg { width: 17px; height: 17px; }
  .hero-plane-heading::before { height: 11px; }

  .support-paths { display: grid; gap: 12px; padding: 12px 0 22px; counter-reset: support-route; }
  .support-row { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); grid-template-areas: "copy" "action" "details"; min-height: 0; gap: 0; padding: 19px 17px 18px; overflow: hidden; border: 1px solid rgba(255,203,112,.14); border-left-color: rgba(232,182,89,.42); border-radius: 16px; background: radial-gradient(circle at 100% 0, rgba(232,182,89,.075), transparent 10rem), linear-gradient(145deg, rgba(9,24,30,.72), rgba(3,11,15,.62)); box-shadow: inset 0 1px rgba(255,232,181,.025), 0 16px 44px rgba(0,0,0,.12); counter-increment: support-route; }
  .support-row::before { content: "0" counter(support-route); position: absolute; top: 17px; right: 16px; color: rgba(232,182,89,.42); font-size: 9px; font-weight: 600; letter-spacing: .12em; }
  .support-row:hover, .support-row:focus-within { border-color: rgba(255,203,112,.25); border-left-color: rgba(232,182,89,.62); background: radial-gradient(circle at 100% 0, rgba(232,182,89,.09), transparent 10rem), linear-gradient(145deg, rgba(9,24,30,.76), rgba(3,11,15,.64)); }
  .support-row__copy { grid-area: copy; padding-right: 22px; }
  .support-row__copy .eyebrow { margin-bottom: 6px; font-size: 8px; letter-spacing: .19em; }
  .support-row__copy h2 { margin-bottom: 7px; font-size: 21px; line-height: 1.13; }
  .support-row__copy p { max-width: none; font-size: 12px; line-height: 1.48; }
  .route-cta { grid-area: action; width: 100%; min-height: 48px; margin-top: 13px; padding: 0 13px; border: 1px solid rgba(232,182,89,.34); border-radius: 10px; color: #edc777; background: linear-gradient(90deg, rgba(232,182,89,.09), rgba(232,182,89,.025)); font-size: 10px; letter-spacing: .045em; }
  .support-row__details { grid-area: details; margin-top: 15px; padding: 14px 2px 0; border-top: 1px solid rgba(255,203,112,.1); }
  .support-row__details h3 { margin-bottom: 8px; font-size: 9px; }
  .support-row__details ul { gap: 5px; font-size: 11px; line-height: 1.44; }

  .access-block { display: block; margin-top: 2px; padding: 22px 17px 20px; border: 1px solid rgba(255,203,112,.14); border-radius: 16px; background: linear-gradient(145deg, rgba(9,24,30,.54), rgba(3,11,15,.46)); }
  .access-block h2 { font-size: 20px; line-height: 1.18; }
  .access-block > p { margin-top: 11px; font-size: 12px; line-height: 1.5; }
  .access-block .inline-cta { min-height: 44px; margin-top: 8px; }
  .access-block .access-limitation { margin-top: 5px; font-size: 10px; }
  .boundary-strip { grid-template-columns: 1fr; gap: 7px; margin-top: 14px; padding: 15px 0 17px; }
  .boundary-strip p { font-size: 10px; line-height: 1.48; }

  .site-footer { grid-template-columns: 1fr 1fr; gap: 20px 24px; padding: 27px 0 88px; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__brand p { max-width: 330px; margin-top: 7px; font-size: 11px; }
  .footer-kicker, .footer-heading { margin-bottom: 7px; font-size: 9px; }
  .site-footer__group { gap: 0; }
  .site-footer__group a { display: flex; width: 100%; min-height: 44px; align-items: center; font-size: 10px; }
  .site-footer__group:last-of-type { grid-column: 1 / -1; }
  .footer-support-copy { margin: 4px 0 0; font-size: 10px; }
  .site-footer__group .inline-cta--footer { min-height: 44px; font-size: 10px; }
  .footer-legal { display: flex; min-height: 44px; gap: 24px; margin-top: 0; padding-top: 10px; }
  .footer-legal a { display: inline-flex; width: auto; min-height: 44px; align-items: center; font-size: 11px; }

  .nav-backdrop { position: fixed; inset: 0; z-index: 40; display: block; opacity: 0; background: rgba(0,4,7,.68); transition: opacity 220ms ease; }
  .mobile-nav-sheet { position: fixed; z-index: 41; left: 0; right: 0; bottom: 0; display: flex; max-height: 82dvh; flex-direction: column; overflow: hidden; border-top: 1px solid rgba(255,203,112,.34); border-radius: 18px 18px 0 0; color: var(--body-text); background: rgba(3,9,12,.985); box-shadow: 0 -12px 40px rgba(0,0,0,.42); opacity: 0; transform: translateY(100%); transition: transform 220ms var(--ease), opacity 200ms ease; }
  .nav-backdrop[hidden], .mobile-nav-sheet[hidden] { display: none; }
  .nav-backdrop.is-open { opacity: 1; }
  .mobile-nav-sheet.is-open { opacity: 1; transform: translateY(0); }
  .mobile-nav-sheet__header { position: relative; display: flex; min-height: 64px; flex: 0 0 auto; align-items: center; padding: 12px 18px 8px; touch-action: none; }
  .mobile-nav-sheet__handle { position: absolute; left: 50%; top: 7px; width: 38px; height: 3px; border-radius: 3px; background: rgba(232,182,89,.36); transform: translateX(-50%); }
  .mobile-nav-sheet__header h2 { margin: 5px 52px 0 0; color: var(--gold); font-size: 12px; font-weight: 500; letter-spacing: .16em; }
  .mobile-nav-sheet__close { position: absolute; top: 10px; right: 10px; display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; color: var(--gold); background: transparent; font-size: 28px; font-weight: 200; line-height: 1; cursor: pointer; }
  .mobile-nav-sheet__body { overflow-y: auto; overscroll-behavior: contain; padding: 4px 18px calc(18px + env(safe-area-inset-bottom)); -webkit-overflow-scrolling: touch; }
  .mobile-nav-group { border-top: 1px solid rgba(255,203,112,.13); padding: 17px 0 8px; }
  .mobile-nav-group__title { margin-bottom: 5px; color: #bda16d; font-size: 9px; font-weight: 600; letter-spacing: .18em; }
  .mobile-nav-group a, .mobile-nav-current { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,203,112,.075); color: #e5ddd0; font-size: 14px; }
  .mobile-nav-group a > span:last-child { color: rgba(232,182,89,.64); font-size: 22px; font-weight: 200; }
  .mobile-nav-current { color: var(--gold); }

  .back-to-top { position: fixed; z-index: 39; right: calc(16px + env(safe-area-inset-right, 0px)); bottom: calc(16px + env(safe-area-inset-bottom, 0px)); display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(232,182,89,.72); border-radius: 10px; color: var(--gold); background: rgba(3,9,12,.94); box-shadow: 0 5px 18px rgba(0,0,0,.28); font-size: 20px; line-height: 1; cursor: pointer; touch-action: manipulation; transition: color 140ms ease, border-color 140ms ease, background 140ms ease, transform 140ms ease; }
  .back-to-top[hidden] { display: none; }
}

@media (max-width: 720px) and ((hover: none) or (pointer: coarse)) {
  .brand:active, .nav-toggle:active, .mobile-nav-group a:active, .mobile-nav-sheet__close:active, .back-to-top:active { border-color: rgba(255,203,112,.7); color: #f1d79f; transform: scale(.96); transition: color 140ms ease, border-color 140ms ease, transform 140ms ease; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-plane { display: none; }
  .hero-brand-mark img { animation: none !important; }
  .hero-mark-image { filter: drop-shadow(0 0 5px rgba(232,182,89,.28)); }
  .hero-mark-flash { opacity: 0; }
  .hero-brand-mark:hover .hero-mark-image, .hero-brand-mark:focus-visible .hero-mark-image { filter: drop-shadow(0 0 6px rgba(255,249,225,.72)) drop-shadow(0 0 15px rgba(232,182,89,.44)); }
  .mobile-nav-sheet, .nav-backdrop { transition: none !important; }
  .nav-toggle__chevron, .back-to-top { transition: none !important; }
}

/* Access Guide approved footer normalization */
.site-footer {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0;
  border-top: 1px solid rgba(255, 203, 112, .15);
  color: var(--muted);
}
.footer-brand { font-size: 9px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.footer-legal { display: flex; min-height: 44px; align-items: center; justify-content: flex-end; gap: 28px; margin: 0; padding: 0; border: 0; }
.footer-legal a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 3px; color: var(--muted); font-size: 10px; line-height: 1; transition: color .22s var(--ease, ease); }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--gold); }

@media (max-width: 980px) {
  .site-footer { width: min(calc(100% - 48px), 1200px); }
}

@media (max-width: 720px) {
  .site-footer { width: calc(100% - 36px); min-height: 0; flex-wrap: wrap; gap: 0 24px; margin-inline: auto; padding: 18px 0 22px; }
  .footer-brand { min-height: 44px; display: inline-flex; align-items: center; font-size: 8px; }
  .footer-legal { min-height: 44px; flex-wrap: wrap; justify-content: flex-start; gap: 0 24px; }
  .footer-legal a { min-height: 44px; font-size: 11px; }
}
