@font-face {
  font-family: "Boeing Display";
  src: url("assets/boeing-regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Boeing College";
  src: url("assets/boeing-college.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Bluebill Accent";
  src: url("assets/BOEING-style.ttf") format("truetype");
  font-display: swap;
}

:root {
  --navy: #031f59;
  --deep: #072e78;
  --blue: #075ccf;
  --sky: #78d2f7;
  --yellow: #ffe436;
  --cream: #fff9e7;
  --white: #fff;
  --ink: #09255b;
  --body: #183664;
  --line: rgba(7, 71, 164, .18);
  --glass: rgba(247, 252, 255, .88);
  --shadow: 0 24px 70px rgba(1, 40, 105, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--body); background: #58bceb; font: 400 16px/1.6 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .8rem 1rem; border-radius: .6rem; color: #fff; background: var(--navy); }
.skip-link:focus { top: 1rem; }

.lake-world { position: fixed; inset: 0; z-index: -2; overflow: hidden; background: linear-gradient(#78d2f7 0 48%, #2d9ee3 58%, #0875c9 100%); }
.lake-world::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 12%, rgba(255,255,255,.55), transparent 22%), linear-gradient(120deg, rgba(255,255,255,.2), transparent 40%); }
.mountains { position: absolute; left: -8vw; right: -8vw; bottom: 42%; height: 23%; clip-path: polygon(0 100%, 0 77%, 9% 35%, 17% 77%, 28% 18%, 38% 72%, 49% 36%, 58% 79%, 70% 20%, 78% 72%, 90% 32%, 100% 77%, 100% 100%); }
.mountains-back { background: #72bde6; opacity: .85; }
.mountains-front { bottom: 39%; background: #1870b5; opacity: .52; transform: translateY(26%); }
.water { position: absolute; inset: 56% 0 0; background: repeating-linear-gradient(169deg, rgba(255,255,255,.13) 0 2px, transparent 2px 28px), repeating-linear-gradient(8deg, transparent 0 38px, rgba(3,73,161,.13) 38px 41px), linear-gradient(#23a5ea, #0871c5); }
.cloud { position: absolute; width: 12rem; height: 3.4rem; background: rgba(255,255,255,.85); clip-path: polygon(0 79%, 10% 50%, 22% 48%, 32% 8%, 48% 0, 61% 35%, 79% 22%, 100% 79%); }
.cloud-one { top: 16%; left: 6%; }
.cloud-two { top: 29%; right: 8%; transform: scale(.7); opacity: .75; }

.site-header { position: fixed; z-index: 50; top: 1rem; left: 50%; width: min(1180px, calc(100% - 2rem)); min-height: 64px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem .8rem .7rem 1.1rem; border: 1px solid rgba(255,255,255,.25); border-radius: 1rem; color: #fff; background: rgba(3,31,89,.82); box-shadow: 0 14px 44px rgba(0,36,94,.25); backdrop-filter: blur(15px); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: .7rem; color: #fff; text-decoration: none; text-transform: uppercase; font-family: "Bluebill Accent", Arial, sans-serif; font-size: 1.3rem; }
.orbit-mark { position: relative; display: inline-block; width: 1.9rem; height: 1.9rem; border: .17rem solid currentColor; border-radius: 50%; transform: rotate(-18deg); }
.orbit-mark::after { content: ""; position: absolute; width: 2.7rem; height: .22rem; left: -.45rem; top: .7rem; border-radius: 99px; background: currentColor; transform: rotate(39deg); }
.orbit-mark i { position: absolute; width: .26rem; height: 2.7rem; left: .68rem; top: -.48rem; border-radius: 99px; background: currentColor; transform: rotate(34deg); }
nav { display: flex; gap: 1.8rem; }
nav a, .nav-action { text-decoration: none; font-family: "Bluebill Accent", Arial, sans-serif; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
nav a { opacity: .78; }
nav a:hover { opacity: 1; }
.nav-action { padding: .72rem .9rem; border-radius: .55rem; color: var(--navy); background: var(--yellow); }

h1, h2, h3 { margin: 0; color: var(--ink); font-family: "Boeing Display", "Arial Narrow", sans-serif; font-weight: 400; line-height: .98; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 5vw, 5.6rem); }
h2 { font-size: clamp(2.8rem, 5.2vw, 5.5rem); }
h3 { font-size: clamp(1.8rem, 3vw, 3rem); }
p { margin: 0 0 1rem; }
.micro-label, .step, dt, figcaption { font-family: "Bluebill Accent", Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.micro-label { margin-bottom: 1rem; color: var(--blue); font-size: .78rem; }
.section-shell { width: min(1180px, calc(100% - 2rem)); margin: 5rem auto; }
section[id] { scroll-margin-top: 96px; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: #fff; }
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 6rem; pointer-events: none; background: linear-gradient(to bottom, transparent, rgba(25,105,158,.7) 58%, #58bceb 100%); }
.hero-image { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(180deg, #65c7f3 0%, #54b8e2 38%, #2c82ba 62%, #0c4d89 100%); }
.hero-image img { width: 100%; height: auto; object-fit: contain; -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 76%, rgba(0,0,0,.92) 82%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 76%, rgba(0,0,0,.92) 82%, transparent 100%); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,24,72,.9) 0%, rgba(0,35,94,.58) 42%, rgba(0,35,94,.08) 72%), linear-gradient(0deg, rgba(0,30,80,.6), transparent 48%); }
.hero-copy { position: relative; z-index: 2; width: min(790px, calc(100% - 2rem)); margin-left: max(1rem, calc((100vw - 1180px)/2)); padding: 10rem 0 6.5rem; }
.hero .micro-label { color: var(--yellow); }
.hero h1 { color: #fff; }
.hero-copy > p:not(.micro-label) { max-width: 630px; margin-top: 1.4rem; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.55; }
.hero-actions, .launch-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .8rem 1.2rem; border: 0; border-radius: .65rem; font: 700 .88rem/1 Inter, ui-sans-serif, sans-serif; text-decoration: none; cursor: pointer; }
.button-primary { color: var(--navy); background: var(--yellow); box-shadow: 0 10px 26px rgba(0,26,73,.2); }
.hero-play { gap: .55rem; }
.button-glass { color: #fff; border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.button-outline { color: var(--blue); border: 1px solid var(--line); background: rgba(255,255,255,.58); }
.button:disabled { opacity: .5; cursor: not-allowed; }
.hero-stamp { position: absolute; z-index: 3; right: max(1.2rem, calc((100vw - 1180px)/2)); bottom: 4.5rem; width: 142px; height: 142px; display: grid; place-content: center; text-align: center; border: 2px solid rgba(255,255,255,.6); border-radius: 50%; color: #fff; background: rgba(3,31,89,.78); box-shadow: inset 0 0 0 7px rgba(255,255,255,.08); text-decoration: none; transform: rotate(5deg); transition: transform .2s ease, background .2s ease; }
.hero-stamp:hover { background: var(--blue); transform: rotate(2deg) scale(1.04); }
.hero-stamp strong { color: var(--yellow); font-family: Arial, sans-serif; font-size: 2rem; line-height: 1; }
.hero-stamp span { width: 90px; font: .68rem/1.2 "Bluebill Accent", sans-serif; text-transform: uppercase; }

.game-ribbon { display: grid; grid-template-columns: auto minmax(170px, .7fr) minmax(260px, 1fr) auto; align-items: center; gap: 1.2rem; margin: 1.25rem auto 0; padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.56); border-radius: 1rem; color: #fff; background: linear-gradient(105deg, #061f5a, #075ccf); box-shadow: 0 18px 45px rgba(0,35,92,.24); text-decoration: none; }
.game-ribbon-status, .game-live-label { display: inline-flex; align-items: center; gap: .5rem; color: var(--yellow); font: .65rem/1.2 "Bluebill Accent", Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.game-ribbon-status i, .game-live-label i { width: .62rem; height: .62rem; flex: 0 0 auto; border-radius: 50%; background: #4dffb8; box-shadow: 0 0 0 5px rgba(77,255,184,.13), 0 0 18px rgba(77,255,184,.65); }
.game-ribbon strong { color: #fff; font-family: "Boeing Display", sans-serif; font-size: 1.6rem; line-height: 1; }
.game-ribbon > span:nth-child(3) { color: #d9eaff; font-size: .87rem; }
.game-ribbon b { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1rem; border-radius: .65rem; color: var(--navy); background: var(--yellow); font-size: .82rem; white-space: nowrap; }
.game-ribbon:hover b { transform: translateX(2px); }

.origin { display: grid; grid-template-columns: .82fr 1.18fr; gap: 3.5rem; align-items: center; padding: 4rem; border: 1px solid rgba(255,255,255,.72); border-radius: 2rem; background: var(--glass); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.origin-copy h2 { margin-bottom: 1.5rem; }
.origin-copy h2 { font-size: clamp(2.8rem, 4vw, 4.2rem); }
.origin-copy > p:not(.micro-label) { font-size: 1.04rem; }
.feature-image { margin: 0; overflow: hidden; border-radius: 1.35rem; background: var(--cream); box-shadow: 0 18px 45px rgba(4,46,105,.18); }
.feature-image img { height: auto; object-fit: contain; }
figcaption { padding: .75rem 1rem; color: var(--deep); background: rgba(255,255,255,.92); font-size: .65rem; }
.text-link { display: inline-flex; gap: .4rem; align-items: center; color: var(--blue); font-weight: 750; text-underline-offset: 4px; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 1.2rem; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.facts div { min-height: 155px; display: grid; align-content: center; padding: 1.4rem; border-right: 1px solid rgba(255,255,255,.15); }
.facts div:last-child { border: 0; }
.facts strong { color: var(--yellow); font-family: "Boeing College", sans-serif; font-size: 3.2rem; line-height: 1; }
.facts span { margin-top: .5rem; font-size: .85rem; opacity: .82; }

.flight-school { padding: 6rem 0 4rem; }
.flight-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr); gap: 3rem; align-items: end; margin-bottom: 2.4rem; }
.flight-heading > * { min-width: 0; }
.flight-heading h2 { max-width: 800px; }
.flight-heading > p { margin: 0 0 .3rem; font-size: 1.02rem; }
.flight-heading > p strong { color: var(--navy); }
.game-live-label { width: max-content; max-width: 100%; margin: 0 0 .85rem; padding: .55rem .7rem; border-radius: 99px; color: #fff; background: var(--blue); }
.game-cabinet { overflow: hidden; padding: .65rem; border: 1px solid rgba(255,255,255,.45); border-radius: 2rem; color: #fff; background: linear-gradient(150deg, #062a71, #021c52); box-shadow: 0 34px 85px rgba(0,27,75,.34), inset 0 1px rgba(255,255,255,.22); }
.game-chrome { min-height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 0 1rem; color: #b9d9ff; font: .62rem/1 "Bluebill Accent", Arial, sans-serif; text-transform: uppercase; letter-spacing: .09em; }
.game-chrome > span:last-child { justify-self: end; }
.game-lights { display: flex; gap: .38rem; }
.game-lights i { width: 9px; height: 9px; border-radius: 50%; background: #33d4ff; box-shadow: 0 0 14px rgba(51,212,255,.75); }
.game-lights i:nth-child(2) { background: var(--yellow); box-shadow: 0 0 14px rgba(255,228,54,.7); }
.game-lights i:nth-child(3) { background: #fff; box-shadow: 0 0 14px rgba(255,255,255,.65); }
.game-stage { position: relative; overflow: hidden; aspect-ratio: 1280 / 620; border: 1px solid rgba(255,255,255,.52); border-radius: 1.45rem; background: #70cef6; box-shadow: inset 0 0 0 1px rgba(2,49,118,.18); isolation: isolate; }
.game-stage canvas { width: 100%; height: 100%; display: block; cursor: pointer; touch-action: manipulation; }
.game-overlay { position: absolute; inset: 0; z-index: 2; display: grid; grid-template-columns: minmax(280px, 500px); grid-template-rows: repeat(4, auto); align-content: center; justify-content: end; padding: 2rem clamp(2rem, 8vw, 7rem) 6rem; color: #fff; background: linear-gradient(90deg, rgba(2,25,73,.18), rgba(3,46,120,.52) 42%, rgba(2,25,73,.92)); transition: opacity .25s ease, visibility .25s ease; }
.game-overlay.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.game-overlay .game-kicker { margin: 0 0 .7rem; color: var(--yellow); font: .72rem/1 "Bluebill Accent", Arial, sans-serif; text-transform: uppercase; letter-spacing: .09em; }
.game-overlay h3 { color: #fff; font-size: clamp(2rem, 4vw, 4.3rem); }
.game-overlay > p:not(.game-kicker) { max-width: 390px; margin: .8rem 0 1.2rem; color: #d9ecff; }
.game-start { min-height: 58px; justify-self: start; gap: .55rem; padding-inline: 1.45rem; color: var(--navy); background: var(--yellow); box-shadow: 0 12px 26px rgba(0,20,58,.22), 0 0 0 0 rgba(255,228,54,.45); font-size: 1rem; animation: game-cta-pulse 1.9s ease-out infinite; }
.game-score, .game-best { position: absolute; z-index: 1; top: 1rem; min-width: 98px; padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.62); border-radius: .75rem; color: #fff; background: rgba(3,31,89,.72); box-shadow: 0 8px 18px rgba(0,32,86,.14); backdrop-filter: blur(8px); }
.game-score { left: 1rem; }
.game-best { right: 1rem; text-align: right; }
.game-score span, .game-best span { display: block; color: #d2eaff; font: .55rem/1 "Bluebill Accent", Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.game-score strong, .game-best strong { display: block; margin-top: .12rem; color: var(--yellow); font: 1.7rem/1 "Boeing College", Arial, sans-serif; }
.game-controls { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem 1rem .35rem; }
.game-controls p { margin: 0; color: #d9eaff; font-size: .8rem; }
.game-controls p span { display: inline-grid; width: 25px; height: 25px; place-items: center; margin-right: .45rem; border: 1px solid rgba(255,255,255,.32); border-radius: .35rem; color: var(--yellow); }
.game-controls > div { display: flex; gap: .5rem; }
.game-control { min-height: 34px; padding: .45rem .72rem; border: 1px solid rgba(255,255,255,.24); border-radius: .5rem; color: #fff; background: rgba(255,255,255,.08); font: 700 .7rem/1 Inter, sans-serif; cursor: pointer; }
.game-control:hover { background: rgba(255,255,255,.16); }
.game-control span { color: var(--yellow); }

.journey { padding: 6rem 0; }
.section-heading { max-width: 900px; margin-bottom: 4rem; }
.section-heading h2 { margin-bottom: 1.2rem; }
.section-heading > p:last-child { max-width: 600px; font-size: 1.05rem; }
.story-stack { display: grid; gap: 4rem; }
.story-card { position: sticky; top: 94px; min-height: 580px; display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; border: 1px solid rgba(255,255,255,.45); border-radius: 2rem; box-shadow: 0 30px 70px rgba(0,34,89,.25); }
.story-card:nth-child(2) { top: 106px; }
.story-card:nth-child(3) { top: 118px; }
.story-card:nth-child(4) { top: 130px; }
.story-art { min-height: 580px; display: flex; align-items: center; background: #78cef4; }
.story-art img { height: auto; object-fit: contain; }
.story-art.art-cutout { display: grid; place-items: center; background: radial-gradient(circle at 45% 45%, #dff7ff 0 18%, #83d2f3 65%, #45a8df 100%); }
.story-art.art-cutout img { width: 95%; height: auto; max-height: 540px; object-fit: contain; filter: drop-shadow(0 24px 18px rgba(0,43,102,.2)); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 3rem; }
.story-copy h3 { margin-bottom: 1.2rem; }
.story-copy > p:not(.step) { font-size: 1rem; }
.step { color: var(--blue); font-size: .7rem; }
.story-card-cream { background: var(--cream); }
.story-card-sky { background: #edfaff; }
.story-card-ocean { color: #fff; background: var(--deep); }
.story-card-ocean h3, .story-card-ocean .step, .story-card-blue h3, .story-card-blue .step { color: #fff; }
.story-card-ocean .text-link { color: var(--yellow); }
.story-card-blue { color: #fff; background: var(--navy); }

.launch-story { display: grid; grid-template-columns: .86fr 1.14fr; gap: 3.5rem; align-items: center; padding: 5rem; border-radius: 2rem; color: #fff; background: linear-gradient(140deg, #082f7d, #021c52); box-shadow: var(--shadow); }
.launch-story h2 { margin-bottom: 1.4rem; color: #fff; }
.launch-story h2 { font-size: clamp(2.8rem, 4vw, 4rem); }
.launch-story .micro-label { color: var(--yellow); }
.simple-steps { display: grid; gap: 1rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.simple-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.16); }
.simple-steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--yellow); font-weight: 800; }
.simple-steps strong { display: block; margin-bottom: .2rem; }
.simple-steps p { margin: 0; color: #d7e9ff; font-size: .92rem; }
.pair-visual { margin: 0; overflow: hidden; border-radius: 1.35rem; background: var(--sky); }
.pair-visual img { height: auto; object-fit: contain; }

.world { padding: 6rem 0; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 1.3rem; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.gallery img { height: auto; min-height: 0; object-fit: contain; }
.gallery figure { display: grid; grid-template-rows: 1fr auto; }
.gallery-wide { grid-column: auto; }

@keyframes game-cta-pulse {
  70%, 100% { box-shadow: 0 12px 26px rgba(0,20,58,.22), 0 0 0 14px rgba(255,228,54,0); }
}
.gallery-dark { background: var(--navy) !important; }
.gallery-dark img { object-fit: contain; padding: 1rem; background: radial-gradient(circle, #1668c0, var(--navy) 70%); }
.gallery-dark figcaption { color: #fff; background: var(--navy); }
.gallery-postcards .gallery-wide img { object-position: center 48%; }
.gallery-postcards .gallery-vintage img { object-position: center 42%; }

.launch { padding-bottom: 4rem; }
.launch-board { padding: 5rem; border: 1px solid rgba(255,255,255,.74); border-radius: 2rem; background: rgba(255,249,231,.94); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.launch-board h2 { max-width: 900px; margin-bottom: 2rem; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 2rem 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec-grid > div { min-height: 110px; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-grid .spec-wide { grid-column: 1 / -1; }
dt { margin-bottom: .5rem; color: var(--blue); font-size: .65rem; }
dd { margin: 0; color: var(--ink); font-family: "Boeing Display", sans-serif; font-size: 1.35rem; overflow-wrap: anywhere; }
.launch-feedback { min-height: 1.5em; margin-top: .8rem; }

footer { padding: 4rem max(1rem, calc((100vw - 1180px)/2)); color: #cfe6ff; background: var(--navy); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 1.7rem; margin-bottom: 1.7rem; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-top p { margin: 0; color: var(--yellow); font-family: "Boeing Display", sans-serif; font-size: 1.4rem; }
footer > p { max-width: 850px; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  .site-header { top: .6rem; width: calc(100% - 1.2rem); min-height: 56px; }
  .brand { font-size: 1rem; }
  .orbit-mark { width: 1.55rem; height: 1.55rem; }
  .orbit-mark::after { width: 2.2rem; top: .56rem; }
  .orbit-mark i { left: .55rem; height: 2.2rem; }
  nav { display: none; }
  .nav-action { flex: 0 0 2.65rem; width: 2.65rem; padding: .65rem .45rem; font-size: 0; white-space: nowrap; }
  .nav-action::after { content: "X"; font: 800 .72rem/1 Arial, sans-serif; }
  .hero { min-height: 870px; }
  .hero::after { height: 3rem; }
  .hero-overlay { background: linear-gradient(0deg, rgba(1,24,70,.96) 0%, rgba(2,42,105,.65) 52%, transparent 76%); }
  .hero-copy { width: calc(100% - 2rem); margin: 0 1rem; padding: 28rem 0 3.8rem; }
  h1 { font-size: clamp(2.1rem, 8.5vw, 3.5rem); }
  h2 { font-size: clamp(2.3rem, 10vw, 3.5rem); }
  h3 { font-size: clamp(1.9rem, 8vw, 2.8rem); }
  .hero-copy > p:not(.micro-label) { font-size: .96rem; }
  .hero-stamp { display: none; }
  .hero-actions .button { flex: 1 1 150px; }
  .section-shell { margin: 2.5rem auto; }
  .game-ribbon { grid-template-columns: 1fr auto; gap: .7rem 1rem; margin-top: .8rem; padding: 1rem; }
  .game-ribbon-status { grid-column: 1 / -1; }
  .game-ribbon strong { font-size: 1.35rem; }
  .game-ribbon > span:nth-child(3) { grid-column: 1; font-size: .78rem; }
  .game-ribbon b { grid-column: 2; grid-row: 2 / 4; }
  .flight-school { padding: 3rem 0 2rem; }
  .flight-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1.5rem; }
  .game-cabinet { margin-inline: -.4rem; padding: .4rem; border-radius: 1.2rem; }
  .game-chrome { min-height: 38px; padding: 0 .6rem; grid-template-columns: 1fr auto; }
  .game-chrome > span:first-of-type { display: none; }
  .game-stage { aspect-ratio: 16 / 9.5; border-radius: .9rem; }
  .game-overlay { grid-template-columns: 1fr; justify-content: stretch; padding: 1.2rem; background: linear-gradient(90deg, rgba(2,25,73,.92), rgba(3,46,120,.7)); }
  .game-overlay h3 { font-size: clamp(2rem, 9vw, 3rem); }
  .game-overlay > p:not(.game-kicker) { margin: .5rem 0 .85rem; font-size: .8rem; line-height: 1.35; }
  .game-start { min-height: 42px; padding: .65rem .9rem; }
  .game-score, .game-best { top: .55rem; min-width: 68px; padding: .36rem .5rem; }
  .game-score { left: .55rem; }
  .game-best { right: .55rem; }
  .game-score strong, .game-best strong { font-size: 1.25rem; }
  .game-controls { min-height: 0; align-items: stretch; padding: .6rem .45rem .2rem; }
  .game-controls p { display: none; }
  .game-controls > div { width: 100%; }
  .game-control { flex: 1; }
  .origin, .launch-story { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem 1.2rem; border-radius: 1.3rem; }
  .origin-copy { order: 2; }
  .feature-image { order: 1; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div { min-height: 125px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts strong { font-size: 2.7rem; }
  .journey, .world { padding: 3rem 0; }
  .section-heading { margin-bottom: 2.5rem; }
  .story-stack { gap: 1.2rem; }
  .story-card, .story-card:nth-child(n) { position: relative; top: auto; min-height: 0; grid-template-columns: 1fr; border-radius: 1.3rem; }
  .story-art { min-height: 260px; }
  .story-art img { aspect-ratio: auto; }
  .story-art.art-cutout { min-height: 300px; }
  .story-copy { padding: 2rem 1.2rem 2.3rem; }
  .story-copy > p:not(.step) { font-size: .94rem; }
  .launch-story-copy { order: 2; }
  .pair-visual { order: 1; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-wide { grid-column: auto; }
  .gallery-wide img, .gallery-square img { min-height: 0; aspect-ratio: auto; }
  .launch-board { padding: 3rem 1.2rem; border-radius: 1.3rem; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .spec-grid .spec-wide { grid-column: 1 / -1; }
  dd { font-size: 1.05rem; }
  .launch-actions .button { width: 100%; }
  .footer-top { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .site-header { gap: .4rem; padding: .55rem .5rem .55rem .7rem; }
  .brand { gap: .4rem; font-size: .78rem; white-space: nowrap; }
  .orbit-mark { width: 1.35rem; height: 1.35rem; border-width: .14rem; }
  .orbit-mark::after { width: 1.9rem; height: .18rem; left: -.35rem; top: .48rem; }
  .orbit-mark i { width: .2rem; height: 1.9rem; left: .48rem; top: -.34rem; }
  .nav-action { padding-block: .58rem; }
}

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