:root {
  color-scheme: dark;
  --ink: #02070b;
  --ink-soft: #061016;
  --panel: rgba(6, 16, 22, .72);
  --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, p { 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, .faq-section, .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, .back-to-top { display: none; }

.hero { position: relative; display: flex; min-height: 220px; align-items: center; border-bottom: 1px solid var(--line-soft); }
.hero-copy { position: relative; z-index: 2; max-width: 690px; padding: 35px 0 34px; }
.eyebrow { display: block; margin-bottom: 10px; color: var(--gold); font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
h1, h2 { font-family: var(--font-heading); letter-spacing: -.035em; }
h1 { max-width: 690px; margin-bottom: 13px; color: var(--primary-heading); font-size: clamp(48px, 4vw, 58px); font-weight: 400; line-height: .98; }
.hero p { max-width: 610px; margin-bottom: 0; color: var(--body-text); font-size: 17px; line-height: 1.5; }
.hero-composition { position: absolute; z-index: 3; right: -8px; top: 0; 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)); }

.faq-section { padding: 26px 0 34px; }
.faq-list { border-top: 1px solid var(--line-soft); }
.faq-item { position: relative; border-bottom: 1px solid var(--line-soft); background: linear-gradient(110deg, rgba(7,20,27,.31), rgba(4,12,17,.12)); transition: background .28s var(--ease), box-shadow .28s var(--ease); }
.faq-item::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--gold); opacity: 0; transition: opacity .25s var(--ease); }
.faq-item.is-open { margin: 8px 0; border-top: 1px solid rgba(255,203,112,.18); background: linear-gradient(110deg, rgba(11,27,33,.78), rgba(4,13,18,.46)); box-shadow: inset 0 1px rgba(255,255,255,.012); }
.faq-item.is-open::before { opacity: .72; }
.faq-item h2 { margin: 0; }
.faq-trigger { display: flex; width: 100%; min-height: 62px; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 19px; border: 0; color: var(--secondary-heading); background: transparent; font-size: 15px; font-weight: 500; line-height: 1.35; text-align: left; cursor: pointer; }
.faq-trigger:hover { color: var(--gold); }
.faq-trigger:focus-visible { outline: none; color: #f2d89d; box-shadow: inset 2px 0 rgba(232,182,89,.58); }
.faq-trigger:focus-visible i { border-color: rgba(232,182,89,.58); }
.faq-trigger i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid rgba(232,182,89,.25); border-radius: 50%; }
.faq-trigger i::before, .faq-trigger i::after { content: ""; position: absolute; left: 8px; top: 13px; width: 10px; height: 1px; background: var(--gold); transition: transform .25s var(--ease); }
.faq-trigger i::after { transform: rotate(90deg); }
.faq-trigger[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 1fr; visibility: visible; }
.faq-answer__inner { min-height: 0; overflow: hidden; padding: 0 64px 21px 19px; }
.js .faq-answer { grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows .28s var(--ease), visibility 0s linear .28s; }
.js .faq-answer.is-open { grid-template-rows: 1fr; visibility: visible; transition: grid-template-rows .32s var(--ease), visibility 0s linear 0s; }
.faq-answer p { max-width: 860px; margin: 0 0 10px; color: var(--body-text); font-size: 13px; line-height: 1.58; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer a { color: var(--gold); text-decoration: underline; text-decoration-color: rgba(232,182,89,.35); text-underline-offset: 3px; }
.faq-answer a:hover, .faq-answer a:focus-visible { color: var(--primary-heading); text-decoration-color: var(--gold); }
.inline-cta, .faq-answer .inline-cta { position: relative; display: inline-flex; width: fit-content; margin-top: 7px; padding-bottom: 3px; color: var(--gold); font-size: 13px; font-weight: 600; line-height: 1.45; text-decoration: none; transition: color 180ms var(--ease), text-shadow 180ms var(--ease); }
.inline-cta::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; 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, .faq-answer .inline-cta:hover, .faq-answer .inline-cta:focus-visible { color: #f2d89d; text-decoration: none; text-shadow: 0 0 12px rgba(232,182,89,.18); }
.inline-cta:hover::after, .inline-cta:focus-visible::after { right: 0; }
.clean-list { display: grid; gap: 4px; max-width: 860px; margin: 0 0 12px; padding: 0; color: var(--body-text); font-size: 13px; line-height: 1.5; list-style: none; }
.clean-list li { position: relative; padding-left: 16px; }
.clean-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 1px; background: var(--gold-soft); }

.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; color: var(--gold); font-size: 10px; font-weight: 600; }
.site-footer__group .inline-cta--footer:hover, .site-footer__group .inline-cta--footer:focus-visible { color: #f2d89d; }
.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); }

.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, .faq-section, .site-footer { width: min(calc(100% - 48px), var(--shell)); }
  .site-nav { gap: 17px; overflow-x: auto; }
  .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, .faq-section, .site-footer { width: calc(100% - 36px); }
  .site-header { top: 0; }
  .header-main { min-height: 74px; }
  .brand { min-height: 44px; gap: 8px; font-size: 9px; letter-spacing: .95px; }
  .brand img { width: 34px; height: 34px; }
  .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 { padding: 18px 0 10px; }
  .hero .eyebrow { margin-bottom: 6px; font-size: 9px; letter-spacing: .2em; }
  h1 { max-width: 350px; margin-bottom: 9px; font-size: clamp(34px, 9vw, 37px); line-height: 1.01; }
  .hero p { max-width: 354px; font-size: 13px; line-height: 1.45; }
  .hero-composition { position: relative; right: auto; top: auto; width: 100%; height: 118px; margin: 0 0 8px; overflow: hidden; border-top: 1px solid rgba(255,203,112,.11); border-bottom: 1px solid rgba(255,203,112,.15); background: radial-gradient(circle at 50% 52%, rgba(232,182,89,.1), rgba(7,18,23,.18) 35%, transparent 72%); }
  .hero-constellation { opacity: .96; }
  .hero-brand-mark { width: 92px; height: 67px; }
  .hero-mark-image { filter: drop-shadow(0 0 6px rgba(232,182,89,.34)); }
  .hero-plane { width: 18px; height: 18px; }
  .hero-plane svg { width: 17px; height: 17px; }
  .hero-plane-heading::before { height: 11px; }

  .faq-section { padding: 12px 0 24px; }
  .faq-list { border-top-color: rgba(255,203,112,.2); }
  .faq-item { background: linear-gradient(110deg, rgba(7,20,27,.38), rgba(4,12,17,.14)); }
  .faq-item.is-open { margin: 7px 0; border-top-color: rgba(255,203,112,.24); border-bottom-color: rgba(255,203,112,.24); border-radius: 0 12px 12px 0; background: radial-gradient(circle at 100% 0, rgba(232,182,89,.065), transparent 10rem), linear-gradient(110deg, rgba(11,27,33,.8), rgba(4,13,18,.5)); }
  .faq-item.is-open::before { width: 2px; opacity: .86; }
  .faq-trigger { min-height: 56px; gap: 14px; padding: 12px 5px 12px 12px; font-size: 13px; line-height: 1.3; }
  .faq-trigger i { flex-basis: 26px; width: 26px; height: 26px; }
  .faq-trigger i::before, .faq-trigger i::after { left: 7px; top: 12px; }
  .faq-answer__inner { padding: 0 36px 17px 12px; }
  .faq-answer p, .clean-list { font-size: 12px; line-height: 1.52; }
  .faq-answer p { margin-bottom: 9px; }
  .clean-list { gap: 4px; }
  .inline-cta, .faq-answer .inline-cta { min-height: 44px; align-items: center; margin-top: 4px; font-size: 12px; }

  .site-footer { display: block; padding: 28px 0 34px; }
  .site-footer__brand { padding-bottom: 22px; }
  .site-footer__group { display: block; border-top: 1px solid rgba(255,203,112,.12); padding: 20px 0 12px; }
  .footer-heading { margin-bottom: 5px; }
  .site-footer__group a { display: flex; width: calc(100% - 60px - env(safe-area-inset-right, 0px)); min-height: 44px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,203,112,.08); font-size: 11px; }
  .site-footer__group a::after { content: "›"; color: rgba(232,182,89,.7); font-size: 18px; font-weight: 300; }
  .site-footer__group .inline-cta--footer { min-height: 44px; color: var(--muted); font-size: 11px; font-weight: 400; letter-spacing: 0; }
  .site-footer__group .inline-cta--footer::after { position: static; width: auto; height: auto; background: none; box-shadow: none; }
  .footer-support-copy { display: none; }
  .footer-legal { display: flex; min-height: 44px; gap: 24px; margin-top: 8px; padding-top: 10px; }
  .footer-legal a { display: inline-flex; width: auto; min-height: 44px; align-items: center; border: 0; font-size: 11px; }
  .footer-legal a::after { content: none; }

  .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, .faq-trigger:active, .mobile-nav-group a:active, .mobile-nav-sheet__close:active, .site-footer__group a: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; }
  .brand:active img { transform: none; filter: drop-shadow(0 0 8px rgba(232,182,89,.22)); }
}

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