:root {
  color-scheme: dark;
  --void: #050b12;
  --void-deep: #02060a;
  --panel: #09131d;
  --panel-bright: #0d1c28;
  --line: rgba(128, 199, 221, .16);
  --line-strong: rgba(92, 213, 239, .42);
  --paper: #eef9fb;
  --muted: #a5bbc4;
  --quiet: #64808c;
  --cyan: #65def2;
  --orange: #ff7a1a;
  --gold: #ffb140;
  --green: #63dda0;
  --shell: min(1320px, calc(100vw - 64px));
  --display: "Bahnschrift SemiCondensed", "Aptos Display", "Segoe UI", Arial, sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--void); color: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 15px; transform: translateY(-160%); background: var(--paper); color: var(--void); font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; background: linear-gradient(180deg, rgba(2, 6, 10, .92), rgba(2, 6, 10, .16)); transition: background 180ms ease, border-color 180ms ease; }
.site-header.scrolled, .site-header.menu-visible { border-color: var(--line); background: rgba(3, 8, 13, .96); }
.header-shell { width: var(--shell); height: 82px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; }
.brand { width: fit-content; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; text-transform: uppercase; }
.brand img { width: 52px; height: 49px; object-fit: contain; }
.brand > span { display: grid; line-height: .92; }
.brand strong { font-family: var(--display); font-size: 1.08rem; font-weight: 650; letter-spacing: .13em; }
.brand small { margin-top: 5px; color: var(--orange); font-size: .55rem; font-weight: 850; letter-spacing: .4em; }
.desktop-nav { display: flex; align-items: center; gap: 31px; }
.desktop-nav a { position: relative; color: #cad8dc; font-size: .69rem; font-weight: 750; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -10px; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--cyan); transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid var(--line-strong); color: var(--paper); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.header-cta span { color: var(--orange); transition: transform 180ms ease; }
.header-cta:hover span { transform: translate(3px, -3px); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--void-deep); isolation: isolate; }
.hero-art { position: absolute; z-index: -3; inset: 0; background: url("/assets/hero-ship.jpg") center / cover no-repeat; transform: scale(1.012); animation: hero-drift 20s ease-in-out infinite alternate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(2, 6, 10, .95) 0%, rgba(2, 6, 10, .75) 36%, rgba(2, 6, 10, .17) 68%, rgba(2, 6, 10, .08)), linear-gradient(180deg, rgba(2, 5, 9, .16), rgba(2, 5, 9, .08) 55%, #050b12 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .07; pointer-events: none; background: repeating-linear-gradient(180deg, transparent 0 3px, #bfefff 4px); }
.star-grid { position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: linear-gradient(rgba(101, 222, 242, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(101, 222, 242, .16) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, transparent 58%); }
@keyframes hero-drift { to { transform: scale(1.045) translate3d(-.4%, -.3%, 0); } }
.hero-shell { width: var(--shell); min-height: 100svh; margin: 0 auto; padding: 126px 0 112px; display: grid; grid-template-columns: minmax(0, 760px) 290px; align-items: center; justify-content: space-between; gap: 70px; }
.hero-copy { max-width: 760px; }
.eyebrow, .section-label { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--cyan); font-size: .65rem; font-weight: 800; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.hero-logo { width: 150px; height: auto; margin: 20px 0 18px -4px; filter: drop-shadow(0 15px 38px rgba(0, 0, 0, .55)); }
.hero h1, .section-heading h2, .factions-heading h2, .media h2, .testing h2, .faq h2, .final-cta h2 { margin: 0; font-family: var(--display); font-weight: 640; letter-spacing: -.025em; line-height: .96; text-transform: uppercase; }
.hero h1 { max-width: 780px; font-size: clamp(3.8rem, 6.6vw, 6.9rem); }
h1 em, h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(206, 239, 245, .7); }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: #c1d2d8; font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.72; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid var(--line-strong); color: var(--paper); font-size: .69rem; font-weight: 850; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--orange); background: var(--orange); color: #071016; }
.button-primary:hover { background: #ff973e; }
.button-secondary { background: rgba(4, 11, 18, .68); }
.button-secondary:hover { background: rgba(11, 29, 42, .9); }
.hero-signal { align-self: end; margin-bottom: 36px; padding: 23px; border: 1px solid var(--line); background: rgba(4, 12, 19, .66); box-shadow: 0 22px 65px rgba(0, 0, 0, .28); }
.signal-kicker { display: block; margin-bottom: 17px; color: var(--orange); font-size: .58rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.hero-signal > strong { display: block; font-family: var(--display); font-size: 1.65rem; font-weight: 620; line-height: 1.05; text-transform: uppercase; }
.hero-signal dl { margin: 23px 0 0; }
.hero-signal dl div { padding: 10px 0; display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); }
.hero-signal dt { color: var(--quiet); font-size: .61rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-signal dd { margin: 0; color: #d4e5e9; font-size: .72rem; text-align: right; }
.hero-foot { position: absolute; inset: auto 30px 24px; display: flex; align-items: center; gap: 15px; color: rgba(222, 241, 246, .48); font-size: .58rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-foot i { height: 1px; flex: 1; background: rgba(218, 241, 246, .18); }

.section-shell { width: var(--shell); margin: 0 auto; }
.world { padding: 140px 0; background: var(--void); }
.section-heading, .testing-heading { margin-bottom: 64px; display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 70px; }
.section-label span { color: var(--orange); }
.section-heading .section-label, .testing-heading .section-label { margin-bottom: 18px; }
.section-heading h2, .factions-heading h2, .testing h2 { font-size: clamp(3.2rem, 6vw, 6.2rem); }
.section-heading > p, .testing-heading > p { max-width: 490px; margin: 0 0 7px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, minmax(250px, auto)); border: 1px solid var(--line); }
.feature { position: relative; overflow: hidden; padding: clamp(34px, 4vw, 58px); border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--panel); }
.feature:nth-child(2) { border-bottom: 1px solid var(--line); }
.feature-large { grid-row: span 2; min-height: 540px; border-left: 0; }
.feature-wide { grid-column: 1 / -1; min-height: 230px; border-left: 0; border-bottom: 0; background: linear-gradient(100deg, #0b1722, #08121b); }
.feature > span, .phase > span { color: var(--orange); font-size: .59rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.feature h3 { max-width: 690px; margin: 22px 0 16px; font-family: var(--display); font-size: clamp(2rem, 3.4vw, 4rem); font-weight: 620; line-height: 1; text-transform: uppercase; }
.feature:not(.feature-large):not(.feature-wide) h3 { font-size: clamp(1.7rem, 2.4vw, 2.55rem); }
.feature p { max-width: 600px; margin: 0; color: var(--muted); }
.feature-wide ul { margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; list-style: none; background: var(--line); }
.feature-wide li { padding: 17px 19px; background: #08131c; color: #c9dbe0; font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.combat-reticle { position: absolute; right: 7%; bottom: 8%; width: min(260px, 36%); aspect-ratio: 1; border: 1px solid rgba(101, 222, 242, .16); border-radius: 50%; }
.combat-reticle::before, .combat-reticle::after { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(101, 222, 242, .16); border-radius: 50%; }
.combat-reticle::after { inset: 42%; border-color: var(--orange); box-shadow: 0 0 28px rgba(255, 122, 26, .28); }
.combat-reticle i { position: absolute; background: var(--cyan); opacity: .55; }
.combat-reticle i:nth-child(1), .combat-reticle i:nth-child(2) { left: 50%; width: 1px; height: 26%; }
.combat-reticle i:nth-child(1) { top: -5%; }.combat-reticle i:nth-child(2) { bottom: -5%; }
.combat-reticle i:nth-child(3), .combat-reticle i:nth-child(4) { top: 50%; width: 26%; height: 1px; }
.combat-reticle i:nth-child(3) { left: -5%; }.combat-reticle i:nth-child(4) { right: -5%; }

.factions { position: relative; overflow: hidden; padding: 140px 0; background: linear-gradient(180deg, #07111a, #040810); }
.factions::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle, var(--cyan) 0 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(90deg, transparent, #000 60%, transparent); }
.factions-heading { position: relative; z-index: 1; margin-bottom: 62px; }
.factions-heading .section-label { margin-bottom: 18px; }
.faction-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.faction-card { min-width: 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(280px, .68fr); border: 1px solid var(--line); background: rgba(7, 15, 23, .9); }
.faction-art { position: relative; min-height: 530px; overflow: hidden; border-right: 1px solid var(--line); }
.faction-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3, 8, 13, .78)); }
.faction-art img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1), filter 650ms ease; }
.faction-card:hover .faction-art img { transform: scale(1.035); filter: saturate(1.08); }
.faction-art span { position: absolute; z-index: 2; left: 20px; bottom: 17px; color: rgba(255,255,255,.58); font-size: .61rem; font-weight: 850; letter-spacing: .16em; }
.faction-copy { padding: 42px 32px; display: flex; flex-direction: column; justify-content: center; }
.faction-copy h3 { margin: 16px 0 24px; font-family: var(--display); font-size: clamp(2.35rem, 3.3vw, 3rem); font-weight: 630; letter-spacing: -.02em; line-height: .98; text-transform: uppercase; overflow-wrap: normal; }
.faction-copy > p:not(.section-label) { margin: 0; color: var(--muted); }
.faction-copy strong { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); color: #dbe9ed; font-size: .63rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.republic { --faction: #55c9ec; }.empire { --faction: #ff8c31; }
.faction-card .section-label { color: var(--faction); }

.media { padding: 140px 0; background: #050b12; }
.media-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: center; }
.media-copy .section-label { margin-bottom: 19px; }
.media h2 { font-size: clamp(3rem, 5.4vw, 5.8rem); }
.media-copy > p:not(.section-label) { max-width: 460px; margin: 28px 0; color: var(--muted); }
.text-link { width: fit-content; display: inline-flex; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid var(--line-strong); font-size: .67rem; font-weight: 850; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--orange); transition: transform 180ms ease; }.text-link:hover span { transform: translate(3px,-3px); }
.video-card { position: relative; min-height: 510px; overflow: hidden; display: block; border: 1px solid var(--line); background: #02060a; text-decoration: none; }
.video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,6,10,.08), rgba(2,6,10,.78)); }
.video-card img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; filter: saturate(.75) contrast(1.08); transition: transform 650ms cubic-bezier(.2,.7,.2,1), filter 650ms ease; }
.video-card:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.08); }
.play { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; justify-items: center; gap: 12px; transform: translate(-50%,-50%); }
.play i { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid var(--cyan); border-radius: 50%; background: rgba(3, 10, 16, .76); color: var(--cyan); font-style: normal; transition: transform 180ms ease, background 180ms ease; }
.video-card:hover .play i { transform: scale(1.08); background: var(--cyan); color: #041017; }
.play small { color: var(--paper); font-size: .59rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.video-card > b { position: absolute; z-index: 2; left: 22px; bottom: 18px; font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }

.testing { padding: 140px 0; background: linear-gradient(180deg, #07121b, #050b12); }
.phase-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); list-style: none; }
.phase { min-height: 330px; padding: 34px 28px; border-left: 1px solid var(--line); background: rgba(6, 15, 23, .76); }
.phase:first-child { border-left: 0; }
.phase h3 { margin: 47px 0 25px; font-family: var(--display); font-size: 1.7rem; font-weight: 620; text-transform: uppercase; }
.phase ul { margin: 0; padding: 0; list-style: none; }
.phase li { padding: 9px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .79rem; }
.testing-note { margin: 18px 0 0; color: var(--quiet); font-size: .66rem; text-align: right; text-transform: uppercase; }

.faq { padding: 140px 0; background: var(--void-deep); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading .section-label { margin-bottom: 18px; }
.faq h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.faq-heading > p:not(.section-label) { max-width: 430px; margin: 28px 0 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; cursor: pointer; color: #dcebef; font-family: var(--display); font-size: 1.25rem; font-weight: 620; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-family: var(--sans); font-size: 1.4rem; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -5px 46px 29px 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; padding: 130px 0; background: var(--cyan); color: #031017; }
.cta-orbit { position: absolute; right: -8%; bottom: -95%; width: 58%; aspect-ratio: 1; border: 1px solid rgba(3,16,23,.2); border-radius: 50%; box-shadow: inset 0 0 120px rgba(255,255,255,.27); }
.cta-orbit::before, .cta-orbit::after { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(3,16,23,.14); border-radius: 50%; }.cta-orbit::after { inset: 30%; }
.cta-grid { position: relative; display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; }
.final-cta .section-label { margin-bottom: 18px; color: rgba(3,16,23,.6); }
.final-cta h2 { font-size: clamp(3.1rem, 5.8vw, 6.2rem); }
.final-cta h2 em { -webkit-text-stroke-color: rgba(3,16,23,.56); }
.cta-actions p { max-width: 460px; margin: 0 0 28px; color: rgba(3,16,23,.72); }
.button-light { border-color: #031017; background: #031017; color: var(--paper); }
.button-light:hover { background: #13262e; }

.site-footer { width: var(--shell); margin: 0 auto; padding: 72px 0 28px; }
.footer-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.footer-brand img { width: 60px; height: 56px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links div { display: grid; align-content: start; gap: 7px; }
.footer-links span { margin-bottom: 8px; color: var(--quiet); font-size: .59rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #bfced3; font-size: .78rem; text-decoration: none; }.footer-links a:hover { color: var(--cyan); }
.footer-meta { margin-top: 60px; padding-top: 20px; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid var(--line); color: var(--quiet); font-size: .63rem; }
.footer-meta p { margin: 0; }.footer-meta p:last-child { max-width: 560px; text-align: right; }
.back-to-top { position: fixed; z-index: 80; right: 20px; bottom: 20px; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 50%; opacity: 0; transform: translateY(12px); background: rgba(5,13,20,.92); color: var(--paper); cursor: pointer; transition: opacity 180ms ease, transform 180ms ease, background 180ms ease; pointer-events: none; }
.back-to-top.visible { opacity: 1; transform: none; pointer-events: auto; }.back-to-top:hover { background: var(--orange); color: #071016; }

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.72,.25,1); }
.js .reveal[data-delay="1"] { transition-delay: 110ms; }.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 40px, 1000px); }
  .header-shell { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { justify-self: end; width: 45px; height: 45px; display: grid; place-content: center; gap: 7px; border: 1px solid var(--line-strong); background: rgba(4,11,18,.76); cursor: pointer; }
  .menu-toggle span { width: 20px; height: 1px; background: var(--paper); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { width: var(--shell); margin: 0 auto; padding: 14px 0 28px; }
  .mobile-nav.visible { display: grid; }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.35rem; font-weight: 620; text-decoration: none; text-transform: uppercase; }
  .hero-shell { grid-template-columns: minmax(0, 760px); }
  .hero-signal { display: none; }
  .faction-grid { grid-template-columns: 1fr; }
  .faction-card { grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr); }
  .media-grid { grid-template-columns: 1fr; gap: 48px; }
  .media-copy { max-width: 730px; }
  .phase-grid { grid-template-columns: 1fr 1fr; }
  .phase:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.phase:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { height: 72px; }
  .site-header.scrolled, .site-header.menu-visible { background: #03080d; }
  .header-shell { height: 72px; }
  .brand img { width: 43px; height: 41px; }.brand strong { font-size: .94rem; }
  .mobile-nav { position: fixed; inset: 72px 0 0; width: 100%; overflow-y: auto; padding: 24px 15px; background: #03080d; }
  .hero-art { background-position: 62% center; animation: none; transform: none; }
  .hero::before { background: linear-gradient(180deg, rgba(2,6,10,.5), rgba(2,6,10,.78) 48%, #050b12 96%); }
  .hero-shell { padding: 120px 0 104px; align-items: end; }
  .hero-logo { width: 112px; margin-bottom: 13px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  .hero-lede { font-size: .95rem; line-height: 1.62; }
  .hero-actions { display: grid; }.button { width: 100%; }
  .hero-foot { inset: auto 15px 18px; }.hero-foot span:last-child { display: none; }
  .world, .factions, .media, .testing, .faq { padding: 92px 0; }
  .section-heading, .testing-heading, .faq-grid, .cta-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 42px; }.section-heading h2, .factions-heading h2, .testing h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .feature-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .feature, .feature-large, .feature-wide { grid-column: auto; grid-row: auto; min-height: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .feature:last-child { border-bottom: 0; }.feature { padding: 33px 24px; }.feature h3, .feature:not(.feature-large):not(.feature-wide) h3 { font-size: 2.15rem; }
  .combat-reticle { width: 130px; opacity: .55; }
  .feature-wide ul { grid-template-columns: 1fr 1fr; }
  .factions-heading { margin-bottom: 42px; }
  .faction-card { grid-template-columns: 1fr; }.faction-art { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--line); }.faction-copy { padding: 35px 25px 42px; }.faction-copy h3 { font-size: 3rem; }
  .video-card { min-height: 330px; }.video-card img { position: absolute; inset: 0; }.play i { width: 62px; height: 62px; }
  .testing-heading { margin-bottom: 42px; }
  .phase-grid { grid-template-columns: 1fr; }.phase, .phase:nth-child(3), .phase:nth-child(4) { min-height: 0; border-left: 0; border-top: 1px solid var(--line); }.phase:first-child { border-top: 0; }.phase h3 { margin-top: 28px; }
  .testing-note { text-align: left; }
  .faq-heading { position: static; }.faq h2 { font-size: 4rem; }.faq-list summary { min-height: 76px; font-size: 1.05rem; }.faq-list details p { margin-right: 0; }
  .final-cta { padding: 92px 0; }.final-cta h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .site-footer { padding-top: 58px; }.footer-shell { grid-template-columns: 1fr; gap: 44px; }.footer-links { grid-template-columns: 1fr 1fr; row-gap: 34px; }.footer-meta { flex-direction: column; gap: 10px; }.footer-meta p:last-child { text-align: left; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 390px) {
  .brand > span { display: none; }
  .feature-wide ul, .footer-links { grid-template-columns: 1fr; }
  .faction-art { min-height: 320px; }
  .faq h2 { font-size: 3.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
