:root {
  color-scheme: dark;
  --ink: #02070b;
  --primary-heading: #f0e9dd;
  --secondary-heading: #eee6da;
  --body-text: #d0c8bc;
  --muted: #bdb5aa;
  --gold: #e8b659;
  --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; }
::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, .purpose, .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:focus-visible { color: #ead8ad; text-shadow: 0 0 14px rgba(232,182,89,.2); }
.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:focus-visible, .site-nav__link.is-active { color: var(--gold); }
.site-nav__link:focus-visible::after, .site-nav__link.is-active::after { right: 0; }

.nav-backdrop, .mobile-nav-sheet { display: none; }
.back-to-top { display: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 440px; min-height: 310px; align-items: center; border-bottom: 1px solid var(--line-soft); }
.hero-copy { position: relative; z-index: 4; max-width: 690px; padding: 34px 0 22px; }
.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: 670px; margin-bottom: 16px; color: var(--primary-heading); font-size: 52px; 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-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: none; 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)); }

.action-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.action { position: relative; display: inline-flex; min-width: 174px; min-height: 50px; align-items: center; justify-content: center; padding: 9px 19px; overflow: hidden; border: 1px solid var(--line-soft); color: var(--gold); background: transparent; font-size: 10px; font-weight: 500; letter-spacing: .09em; text-align: center; transition: transform .24s var(--ease), color .24s, border-color .24s, background .24s, box-shadow .24s; }
.action:focus-visible { transform: translateY(-2px); border-color: var(--line); background: radial-gradient(ellipse at center, rgba(255,220,147,.14), rgba(226,167,65,.045) 48%, transparent 76%); }
.action--primary::after { content: ""; position: absolute; left: -50%; top: 0; width: 35%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,248,224,.38), transparent); transform: skewX(-18deg); transition: left .55s var(--ease); }
.action--primary:focus-visible::after { left: 120%; }
.action--primary:focus-visible { color: var(--primary-heading); box-shadow: 0 0 18px rgba(255,178,52,.16); }
.action--secondary { box-shadow: inset 0 0 20px rgba(232,182,89,.025); }

.purpose { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(500px, 1.2fr); gap: 52px; padding: 36px 0 30px; }
.section-intro h2 { margin-bottom: 13px; color: var(--secondary-heading); font-size: clamp(30px, 3vw, 42px); font-weight: 400; line-height: 1.06; }
.section-intro p { margin-bottom: 0; color: var(--body-text); font-size: 14px; line-height: 1.58; }
.point-list { width: 100%; max-width: 620px; justify-self: start; border-top: 1px solid var(--line-soft); }
.point { min-height: 0; padding: 13px 14px; border-bottom: 1px solid var(--line-soft); border-left: 2px solid transparent; transition: background .28s var(--ease), border-color .28s var(--ease); }
.route-row { display: block; cursor: pointer; }
.route-row:focus-visible { border-left-color: rgba(232,182,89,.5); background: linear-gradient(110deg, rgba(11,27,33,.56), rgba(4,13,18,.3)); }
.route-row__copy { display: grid; gap: 7px; }
.route-row__title { color: var(--gold); font-family: var(--font-heading); font-size: 14px; font-weight: 500; letter-spacing: .08em; }
.route-row__body { color: var(--muted); font-size: 13px; line-height: 1.52; }
.route-row__title span { display: inline-block; transition: transform .22s var(--ease); }
.route-row:focus-visible .route-row__title span { transform: translateX(4px); }
.inline-cta { position: relative; display: inline-flex; width: fit-content; min-height: 44px; align-items: center; margin-top: 13px; padding-bottom: 3px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .08em; 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:focus-visible { color: #f2d89d; text-shadow: 0 0 12px rgba(232,182,89,.18); }
.inline-cta:focus-visible::after { right: 0; }

.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, .footer-current { width: fit-content; color: var(--muted); font-size: 10px; line-height: 1.45; transition: color .22s var(--ease); }
.site-footer__group a:focus-visible { color: var(--gold); }
.footer-current { 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); }

.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 (hover: hover) and (pointer: fine) {
  .brand:hover { color: #ead8ad; text-shadow: 0 0 14px rgba(232,182,89,.2); }
  .brand:hover img { transform: rotate(180deg); filter: drop-shadow(0 0 16px rgba(232,182,89,.32)); }
  .site-nav__link:hover { color: var(--gold); }
  .site-nav__link:hover::after { right: 0; }
  .hero-brand-mark:hover .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)); }
  .action:hover { transform: translateY(-2px); border-color: var(--line); background: radial-gradient(ellipse at center, rgba(255,220,147,.14), rgba(226,167,65,.045) 48%, transparent 76%); }
  .action--primary:hover::after { left: 120%; }
  .action--primary:hover { color: var(--primary-heading); box-shadow: 0 0 18px rgba(255,178,52,.16); }
  .route-row:hover { border-left-color: rgba(232,182,89,.5); background: linear-gradient(110deg, rgba(11,27,33,.56), rgba(4,13,18,.3)); }
  .route-row:hover .route-row__title span { transform: translateX(4px); }
  .inline-cta:hover { color: #f2d89d; text-shadow: 0 0 12px rgba(232,182,89,.18); }
  .inline-cta:hover::after { right: 0; }
  .site-footer__group a:hover { color: var(--gold); }
}

@media (min-width: 1280px) {
  .hero { min-height: 288px; }
  .purpose { padding: 29px 0 23px; }
  .site-footer { padding: 24px 0 28px; }
}

@media (max-width: 980px) {
  .site-header, .hero, .purpose, .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; }
  .purpose { grid-template-columns: .85fr 1.15fr; gap: 48px; }
  .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, .purpose, .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; }
  .site-nav__link { min-height: 44px; padding: 14px 0; }
  .hero { display: block; min-height: 0; }
  .hero-copy { padding: 27px 0 26px; }
  h1 { max-width: 350px; font-size: clamp(40px, 11vw, 46px); }
  .hero-copy > p { max-width: 360px; font-size: 15px; }
  .hero-composition { display: none; }
  .action-row { display: grid; grid-template-columns: 1fr; }
  .action { width: 100%; transition-duration: 140ms; }
  .action--primary { border-color: rgba(255, 203, 112, .68); color: #f0ca7c; background: linear-gradient(180deg, rgba(156, 105, 31, .19), rgba(75, 48, 14, .12)); }
  .action--secondary { border-color: rgba(255, 203, 112, .22); color: #c9ad76; background: rgba(5, 13, 17, .36); }
  .action--primary::after { display: none; }
  .purpose { display: block; padding: 32px 0 28px; }
  .section-intro { margin-bottom: 22px; }
  .section-intro h2 { font-size: 31px; }
  .point { min-height: 48px; padding: 12px 4px; }
  .inline-cta { min-height: 48px; }
  .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, .site-footer__group .footer-current { 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 .footer-current { color: var(--gold); }
  .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, .action:active, .route-row: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)); }
  .action:active, .route-row:active { background: rgba(232,182,89,.08); }
  .action--primary::after, .inline-cta::after { animation: none; transition: none; }
}

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