:root {
  --bg: #040a0f;
  --bg-soft: #071119;
  --panel: rgba(8, 20, 28, .78);
  --panel-solid: #091720;
  --line: rgba(152, 218, 232, .16);
  --line-strong: rgba(64, 222, 255, .42);
  --text: #edf8fb;
  --muted: #91a9b2;
  --cyan: #29dcff;
  --cyan-soft: #8beeff;
  --amber: #ffcc66;
  --green: #7cf2be;
  --danger: #ff8294;
  --shadow: 0 24px 80px rgba(0, 0, 0, .45);
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(26, 122, 156, .12), transparent 28rem),
    radial-gradient(circle at 18% 58%, rgba(20, 99, 129, .08), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button { color: inherit; }
::selection { background: rgba(41, 220, 255, .28); color: #fff; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -100px;
  z-index: 999;
  background: var(--cyan);
  color: #001016;
  padding: 10px 14px;
  border-radius: 4px;
  font-weight: 800;
}
.skip-link:focus { top: 12px; }
.shell { width: var(--shell); margin: 0 auto; }
.noise {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
.scroll-progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 120; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(3, 10, 15, .83);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { width: 190px; flex: 0 0 auto; }
.brand svg { width: 100%; height: auto; overflow: visible; }
.brand text { fill: var(--text); font-family: "Segoe UI", sans-serif; font-size: 23px; font-weight: 300; letter-spacing: 2.7px; }
.brand path { fill: none; stroke: var(--cyan); stroke-width: 2.1; stroke-linecap: round; filter: drop-shadow(0 0 7px rgba(41, 220, 255, .75)); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 26px; flex: 1; }
.desktop-nav a { color: #b5c6cc; font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--cyan-soft); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: rgba(5, 15, 20, .7); border-radius: 3px; padding: 11px; }
.menu-button span { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu { display: none; }

.button {
  appearance: none;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background: rgba(6, 18, 25, .72);
  color: var(--text);
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); border-color: var(--cyan); }
.button:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.button-primary { background: var(--cyan); color: #001117; border-color: var(--cyan); box-shadow: 0 0 28px rgba(41, 220, 255, .22); }
.button-primary:hover { background: #79edff; box-shadow: 0 0 42px rgba(41, 220, 255, .38); }
.button-ghost { background: rgba(5, 15, 21, .64); }
.button-small { min-height: 40px; padding: 0 16px; font-size: 11px; }
.button-large { min-height: 58px; padding: 0 28px; }

.hero {
  min-height: 860px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-media {
  position: absolute;
  inset: 0;
  background-image: url('assets/images/hero.webp');
  background-size: cover;
  background-position: center 47%;
  transform: scale(1.035);
  animation: heroDrift 18s ease-in-out infinite alternate;
}
@keyframes heroDrift { from { transform: scale(1.035) translate3d(0,0,0); } to { transform: scale(1.075) translate3d(-.5%, -.5%, 0); } }
#particle-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .7; }
.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 11, .97) 0%, rgba(2, 7, 11, .88) 30%, rgba(2, 7, 11, .26) 58%, rgba(2, 7, 11, .62) 100%),
    linear-gradient(180deg, rgba(2, 7, 11, .74), transparent 28%, transparent 70%, #040a0f 100%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) 300px; align-items: center; gap: 80px; padding-top: 118px; padding-bottom: 135px; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 22px; color: var(--cyan-soft); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 1px; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  font-size: clamp(54px, 7.2vw, 102px);
  line-height: .91;
  font-weight: 260;
  letter-spacing: -.045em;
  text-shadow: 0 12px 40px rgba(0, 0, 0, .55);
}
h1 em, h2 em { color: var(--cyan); font-style: normal; font-weight: 520; }
.hero-lead { max-width: 620px; color: #d5e3e8; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.play-icon { color: var(--cyan); font-size: 11px; }
.microcopy { margin: 14px 0 0; color: #718891; font-size: 12px; }
.mission-card {
  justify-self: end;
  width: 100%;
  padding: 25px;
  border: 1px solid rgba(92, 213, 238, .4);
  background: linear-gradient(180deg, rgba(7, 22, 30, .83), rgba(5, 13, 19, .9));
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.02);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}
.mission-label { color: var(--amber); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.mission-number { margin: 8px 0 0; color: var(--cyan); font-size: 45px; line-height: 1; font-weight: 260; letter-spacing: -.04em; }
.mission-caption { margin-top: 7px; color: #b7c8ce; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.mission-track { margin: 22px 0 17px; height: 4px; background: rgba(255,255,255,.08); overflow: hidden; }
.mission-track span { display: block; width: 14%; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--amber)); animation: signalPulse 2.2s ease-in-out infinite alternate; }
@keyframes signalPulse { to { width: 26%; filter: brightness(1.4); } }
.mission-card p { color: #8da4ad; font-size: 13px; }
.mission-status { display: flex; align-items: center; gap: 8px; color: #cfe3e8; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.mission-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 12px var(--amber); }
.hero-bottom {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(4, 12, 17, .68);
  backdrop-filter: blur(8px);
}
.hero-bottom div { padding: 17px 22px; display: flex; gap: 12px; align-items: center; border-right: 1px solid var(--line); }
.hero-bottom div:last-child { border-right: 0; }
.hero-bottom strong { color: var(--cyan); font-size: 20px; }
.hero-bottom span { color: #8ca3ac; font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .07em; }

.section { padding: 120px 0; position: relative; }
.section-intro { background: linear-gradient(180deg, #040a0f, #061018); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.section-heading h2 {
  margin-bottom: 0;
  max-width: 850px;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.08;
  font-weight: 280;
  letter-spacing: -.035em;
}
.section-heading.centered { text-align: center; max-width: 860px; margin: 0 auto 64px; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { max-width: 720px; margin: 24px auto 0; color: var(--muted); }
.intro-copy { color: #a8bac1; font-size: 17px; }
.intro-copy p:last-child { margin-bottom: 0; }
.loop-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.loop-step { position: relative; padding: 34px 28px 30px; min-height: 265px; border-right: 1px solid var(--line); background: linear-gradient(180deg, rgba(11, 27, 36, .5), rgba(5, 14, 20, .42)); }
.loop-step:last-child { border-right: 0; }
.loop-step > span { position: absolute; right: 18px; top: 14px; color: rgba(133, 194, 207, .2); font-size: 34px; font-weight: 200; }
.loop-icon { margin-bottom: 25px; color: var(--cyan); font-size: 30px; text-shadow: 0 0 14px rgba(41, 220, 255, .55); }
.loop-step h3 { margin-bottom: 10px; font-size: 20px; font-weight: 600; }
.loop-step p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.cinema-section { padding: 40px 0 100px; background: #061018; }
.cinema { position: relative; display: block; width: 100%; padding: 0; border: 1px solid var(--line-strong); background: #000; cursor: pointer; overflow: hidden; box-shadow: var(--shadow); }
.cinema img { width: 100%; aspect-ratio: 16 / 8.6; object-fit: cover; transition: transform .8s ease; }
.cinema:hover img { transform: scale(1.025); }
.cinema-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(1,7,10,.72)); }
.cinema-play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(111, 235, 255, .8); border-radius: 50%; background: rgba(4, 17, 23, .7); box-shadow: 0 0 45px rgba(41, 220, 255, .25); transition: transform .2s ease, background .2s ease; }
.cinema:hover .cinema-play { transform: translate(-50%, -50%) scale(1.08); background: rgba(41, 220, 255, .2); }
.cinema-play i { font-style: normal; color: var(--cyan); margin-left: 5px; }
.cinema-label { position: absolute; left: 28px; top: 24px; color: var(--cyan-soft); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.cinema-caption { position: absolute; left: 28px; right: 28px; bottom: 24px; text-align: left; font-size: clamp(18px, 2.2vw, 31px); font-weight: 300; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 440px; overflow: hidden; border: 1px solid var(--line); background: #07131a; display: flex; flex-direction: column; transition: border-color .25s ease, transform .25s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(41, 220, 255, .48); }
.feature-large { grid-row: span 2; min-height: 898px; }
.feature-wide { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 34px; align-items: center; }
.feature-number { position: absolute; top: 20px; right: 22px; z-index: 3; color: rgba(230, 249, 253, .55); font-size: 12px; letter-spacing: .12em; }
.feature-art { min-height: 270px; flex: 1; background-size: cover; background-position: center; border-bottom: 1px solid var(--line); }
.feature-large .feature-art { min-height: 590px; }
.feature-art-physics { background-image: linear-gradient(180deg, transparent 60%, #07131a), url('assets/images/screen-orb.webp'); }
.feature-art-systems { background-image: linear-gradient(180deg, transparent 58%, #07131a), url('assets/images/screen-energy-bridge.webp'); }
.feature-art-coop { background-image: linear-gradient(180deg, transparent 58%, #07131a), url('assets/images/screen-labyrinth.webp'); }
.feature-art-world { background-image: linear-gradient(180deg, transparent 58%, #07131a), url('assets/images/screen-reactor.webp'); }
.feature-body { padding: 27px 28px 30px; }
.feature-wide .feature-body { padding: 0; }
.feature-body h3 { margin-bottom: 10px; font-size: 25px; font-weight: 520; }
.feature-body p { margin-bottom: 0; color: var(--muted); }
.feature-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.feature-pills span { padding: 8px 11px; border: 1px solid var(--line); color: #b5c8cf; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }

.world-section { min-height: 830px; position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.world-backdrop { position: absolute; inset: 0; background-image: url('assets/images/world-wide.webp'); background-size: cover; background-position: center; filter: saturate(.86) contrast(1.08); }
.world-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,8,12,.96) 0%, rgba(2,8,12,.92) 39%, rgba(2,8,12,.25) 70%, rgba(2,8,12,.64) 100%), linear-gradient(180deg, #040a0f 0%, transparent 20%, transparent 75%, #040a0f 100%); }
.world-grid { position: relative; min-height: 830px; display: grid; grid-template-columns: 550px 1fr; gap: 80px; align-items: center; }
.world-copy > p:not(.eyebrow) { color: #a9bbc1; max-width: 520px; }
.world-list { list-style: none; padding: 0; margin: 38px 0 0; }
.world-list li { display: flex; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); }
.world-list li:last-child { border-bottom: 1px solid var(--line); }
.world-list li > span { color: var(--cyan); font-size: 12px; font-weight: 800; }
.world-list strong, .world-list small { display: block; }
.world-list strong { font-size: 15px; }
.world-list small { color: var(--muted); margin-top: 3px; }
.world-quote { justify-self: end; align-self: end; margin-bottom: 90px; max-width: 430px; padding: 30px; background: rgba(2, 9, 13, .68); border-left: 1px solid var(--cyan); backdrop-filter: blur(8px); }
.world-quote > span { color: var(--cyan); font-size: 55px; line-height: .6; }
.world-quote blockquote { margin: 15px 0 0; font-size: 25px; font-weight: 280; line-height: 1.45; }

.gallery-section { background: linear-gradient(180deg, #040a0f, #071119); }
.gallery-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; grid-template-rows: repeat(2, 285px); gap: 14px; margin-top: 55px; }
.gallery-item { position: relative; padding: 0; border: 1px solid var(--line); background: #061018; overflow: hidden; cursor: zoom-in; text-align: left; }
.gallery-main { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .5s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(2,8,12,.88)); }
.gallery-item:hover img { transform: scale(1.045); filter: brightness(1.08); }
.gallery-item > span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; display: flex; justify-content: space-between; gap: 14px; align-items: end; }
.gallery-item strong, .gallery-item small { display: block; }
.gallery-item strong { font-size: 16px; }
.gallery-item small { color: var(--cyan-soft); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.concept-note { margin: 18px 0 0; color: #758d96; font-size: 12px; }

.preorder-section { background: radial-gradient(circle at 50% 45%, rgba(15, 102, 129, .15), transparent 33rem), #050d12; }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.tier-card { position: relative; padding: 34px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(10,25,33,.88), rgba(5,14,19,.94)); display: flex; flex-direction: column; min-height: 515px; }
.tier-card:hover { border-color: rgba(41, 220, 255, .45); }
.tier-featured { border-color: var(--cyan); transform: translateY(-12px); box-shadow: 0 25px 75px rgba(12, 150, 188, .15); }
.tier-ribbon { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background: var(--cyan); color: #001117; padding: 6px 14px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.tier-name { color: var(--cyan-soft); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.tier-price { margin: 16px 0 20px; display: flex; align-items: baseline; gap: 10px; }
.tier-price strong { font-size: 45px; font-weight: 300; }
.tier-price span { color: var(--muted); font-size: 12px; }
.tier-card > p { min-height: 74px; color: var(--muted); }
.tier-card ul { list-style: none; padding: 0; margin: 15px 0 34px; flex: 1; }
.tier-card li { padding: 10px 0 10px 23px; border-bottom: 1px solid var(--line); color: #c0d0d5; font-size: 14px; position: relative; }
.tier-card li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); }
.promise-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.promise-grid > div { padding: 24px; border-right: 1px solid var(--line); }
.promise-grid > div:last-child { border-right: 0; }
.promise-grid span, .promise-grid strong, .promise-grid small { display: block; }
.promise-grid span { color: var(--cyan); margin-bottom: 14px; }
.promise-grid strong { margin-bottom: 7px; font-size: 14px; }
.promise-grid small { color: var(--muted); }

.roadmap-section { background: #061018; }
.roadmap-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.roadmap-grid .section-heading > p:last-child { margin-top: 25px; color: var(--muted); }
.timeline { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 50px 1fr auto; gap: 18px; align-items: center; min-height: 105px; border-bottom: 1px solid var(--line); opacity: .62; }
.timeline li.active { opacity: 1; }
.timeline li > span { color: var(--cyan); font-size: 12px; font-weight: 800; }
.timeline strong, .timeline small { display: block; }
.timeline strong { font-size: 17px; }
.timeline small { color: var(--muted); margin-top: 4px; }
.timeline b { color: #b6c7cd; font-size: 11px; letter-spacing: .1em; }
.timeline li.active b { color: var(--amber); }

.faq-section { background: #040a0f; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 17px; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--cyan); font-size: 25px; font-weight: 300; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 55px 24px 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; padding: 135px 0; text-align: center; border-top: 1px solid var(--line); }
.final-glow { position: absolute; inset: 0; background: linear-gradient(rgba(3,10,14,.76), rgba(3,10,14,.92)), url('assets/images/ambient-blur.webp') center/cover; transform: scale(1.15); }
.final-cta .shell { position: relative; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin: 0 auto 22px; font-size: clamp(43px, 6vw, 78px); line-height: 1.05; font-weight: 280; }
.final-cta p { color: #a9bbc1; font-size: 17px; }
.final-cta .button { margin-top: 20px; }
.final-cta small { display: block; margin-top: 14px; color: #758d96; }

.site-footer { padding: 36px 0; border-top: 1px solid var(--line); background: #02070a; }
.footer-grid { display: grid; grid-template-columns: 190px 1fr auto; gap: 40px; align-items: center; }
.footer-grid p { margin: 0; color: #728991; font-size: 12px; }
.footer-links { display: flex; gap: 18px; color: #9db1b8; font-size: 12px; }
.footer-links a:hover { color: var(--cyan); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

.sticky-cta { position: fixed; z-index: 90; left: 50%; bottom: 18px; transform: translate(-50%, 140%); width: min(620px, calc(100vw - 24px)); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 10px 10px 18px; border: 1px solid var(--line-strong); background: rgba(4, 14, 19, .92); backdrop-filter: blur(14px); box-shadow: var(--shadow); transition: transform .3s ease; }
.sticky-cta.show { transform: translate(-50%, 0); }
.sticky-cta div { min-width: 0; }
.sticky-cta strong, .sticky-cta span { display: block; }
.sticky-cta strong { color: var(--cyan); font-size: 12px; letter-spacing: .16em; }
.sticky-cta span { color: #8ca1a9; font-size: 11px; }

::backdrop { background: rgba(0, 4, 7, .82); backdrop-filter: blur(12px); }
dialog { color: var(--text); }
.media-modal, .preorder-modal { width: min(1000px, calc(100vw - 30px)); border: 1px solid var(--line-strong); padding: 0; background: #061018; box-shadow: 0 30px 110px rgba(0,0,0,.7); }
.media-modal { overflow: hidden; }
.media-modal video, .media-modal > img { width: 100%; max-height: 78vh; object-fit: contain; background: #000; }
.modal-bar { min-height: 62px; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); background: #07131a; }
.modal-bar strong, .modal-bar small { display: block; }
.modal-bar small { color: var(--muted); font-size: 11px; }
.modal-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--text); font-size: 25px; line-height: 1; cursor: pointer; }
.modal-close:hover { border-color: var(--cyan); color: var(--cyan); }
.preorder-modal { overflow: visible; }
.floating-close { position: absolute; z-index: 3; right: 14px; top: 14px; background: rgba(3, 10, 14, .7); }
.preorder-dialog-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 590px; }
.preorder-visual { padding: 55px 42px; background: linear-gradient(180deg, rgba(1,8,12,.2), #041016), url('assets/images/screen-orb.webp') center/cover; position: relative; overflow: hidden; }
.preorder-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(1,8,12,.4), rgba(1,8,12,.94)); }
.preorder-visual > * { position: relative; z-index: 2; }
.preorder-visual h2 { font-size: 46px; line-height: 1.05; font-weight: 280; }
.preorder-visual > p:not(.eyebrow) { color: #aabdc4; }
.selected-tier-preview { margin-top: 70px; padding: 20px; border: 1px solid var(--line-strong); background: rgba(4, 15, 20, .7); }
.selected-tier-preview small, .selected-tier-preview strong, .selected-tier-preview span { display: block; }
.selected-tier-preview small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.selected-tier-preview strong { margin-top: 8px; font-size: 30px; color: var(--cyan); }
.selected-tier-preview span { font-size: 18px; }
.preorder-form-wrap { padding: 48px 40px 38px; }
.tier-choice { border: 0; padding: 0; margin: 0 0 24px; }
.tier-choice legend { margin-bottom: 10px; color: #aec0c7; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.tier-choice label { display: block; margin-bottom: 8px; cursor: pointer; }
.tier-choice input { position: absolute; opacity: 0; pointer-events: none; }
.tier-choice span { min-height: 52px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); background: #07131a; transition: border-color .2s ease, background .2s ease; }
.tier-choice input:checked + span { border-color: var(--cyan); background: rgba(41, 220, 255, .08); }
.tier-choice input:focus-visible + span { outline: 2px solid white; outline-offset: 2px; }
.tier-choice small { color: var(--cyan); }
.input-label { display: block; margin-bottom: 8px; color: #aec0c7; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.text-input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 0; background: #041017; color: var(--text); }
.text-input:focus { outline: 2px solid var(--cyan); outline-offset: -2px; }
.consent { display: flex; gap: 10px; margin: 16px 0 22px; align-items: start; color: #96aab2; font-size: 13px; }
.consent input { margin-top: 4px; accent-color: var(--cyan); }
.preorder-form-wrap .button { width: 100%; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--cyan-soft); font-size: 13px; }

@media (max-width: 1000px) {
  .desktop-nav, .nav-shell > .button { display: none; }
  .nav-shell { justify-content: space-between; }
  .menu-button { display: block; }
  .mobile-menu { display: grid; max-height: 0; overflow: hidden; padding: 0 20px; background: rgba(3,10,15,.96); border-bottom: 1px solid transparent; transition: max-height .3s ease, padding .3s ease; }
  .mobile-menu.open { max-height: 520px; padding: 18px 20px 22px; border-color: var(--line); }
  .mobile-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); color: #c1d0d5; font-size: 14px; }
  .mobile-menu .button { margin-top: 14px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .mission-card { max-width: 340px; justify-self: start; }
  .hero-bottom { grid-template-columns: repeat(2, 1fr); }
  .hero-bottom div:nth-child(2) { border-right: 0; }
  .hero-bottom div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-grid, .roadmap-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .loop-grid { grid-template-columns: repeat(2, 1fr); }
  .loop-step:nth-child(2) { border-right: 0; }
  .loop-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-row: auto; min-height: 650px; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; }
  .world-grid { grid-template-columns: 1fr; }
  .world-copy { max-width: 570px; }
  .world-quote { justify-self: start; margin: -40px 0 70px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 260px 260px; }
  .gallery-main { grid-row: auto; grid-column: 1 / -1; }
  .tier-grid { grid-template-columns: 1fr; max-width: 650px; margin: 0 auto; }
  .tier-featured { transform: none; order: -1; }
  .tier-card { min-height: auto; }
  .tier-card > p { min-height: auto; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid > div:nth-child(2) { border-right: 0; }
  .promise-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .preorder-dialog-grid { grid-template-columns: 1fr; }
  .preorder-visual { min-height: 380px; }
  .selected-tier-preview { margin-top: 35px; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 26px, 1180px); }
  .brand { width: 155px; }
  .nav-shell { min-height: 66px; }
  .hero { min-height: 980px; justify-content: flex-start; }
  .hero-media { background-position: 65% center; }
  .hero-vignette { background: linear-gradient(180deg, rgba(2,7,11,.94) 0%, rgba(2,7,11,.72) 52%, #040a0f 100%), linear-gradient(90deg, rgba(2,7,11,.75), rgba(2,7,11,.15)); }
  .hero-grid { padding-top: 125px; padding-bottom: 240px; }
  h1 { font-size: clamp(51px, 16vw, 76px); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .mission-card { max-width: none; }
  .hero-bottom { bottom: 18px; }
  .hero-bottom div { padding: 13px 12px; gap: 8px; }
  .hero-bottom strong { font-size: 17px; }
  .hero-bottom span { font-size: 9px; }
  .section { padding: 86px 0; }
  .section-heading h2 { font-size: 42px; }
  .loop-grid { grid-template-columns: 1fr; }
  .loop-step, .loop-step:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .loop-step:last-child { border-bottom: 0; }
  .cinema-section { padding-bottom: 75px; }
  .cinema img { aspect-ratio: 4 / 3; }
  .cinema-play { width: 66px; height: 66px; }
  .cinema-caption { font-size: 17px; }
  .feature-large { min-height: 580px; }
  .feature-large .feature-art { min-height: 380px; }
  .feature-art { min-height: 220px; }
  .world-grid { min-height: 920px; }
  .world-backdrop { background-position: 65% center; }
  .world-backdrop::after { background: linear-gradient(180deg, rgba(2,8,12,.97) 0%, rgba(2,8,12,.83) 70%, #040a0f 100%); }
  .world-quote { margin-top: 0; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 270px); }
  .gallery-main { grid-column: auto; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-grid > div:last-child { border-bottom: 0; }
  .timeline li { grid-template-columns: 38px 1fr; padding: 15px 0; }
  .timeline b { grid-column: 2; }
  .sticky-cta { display: none; }
  .preorder-form-wrap, .preorder-visual { padding: 36px 22px; }
  .preorder-visual h2 { font-size: 38px; }
  .footer-links { flex-wrap: wrap; }
}

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