:root {
  --ink: #10110f;
  --ink-soft: #181a17;
  --paper: #e8e3d8;
  --paper-bright: #f3efe7;
  --orange: #98371c;
  --orange-bright: #f06b3c;
  --blue: #356675;
  --line: rgba(16, 17, 15, 0.18);
  --line-light: rgba(243, 239, 231, 0.17);
  --mono: "SFMono-Regular", "Roboto Mono", "Courier New", monospace;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --condensed: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --shell: min(1380px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::selection { background: var(--orange); color: var(--paper-bright); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); background: var(--paper-bright); padding: 10px 14px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; color: var(--paper-bright); background: var(--ink); border-bottom: 1px solid rgba(243, 239, 231, .3); box-shadow: 0 8px 28px rgba(0, 0, 0, .18); }
.site-header.is-scrolled { box-shadow: 0 10px 32px rgba(0, 0, 0, .32); }
.brand { display: inline-flex; align-items: center; font-family: var(--condensed); font-weight: 900; font-size: 18px; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 34px; color: var(--paper-bright); font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--orange-bright); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: var(--orange-bright); }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.primary-nav > a:focus-visible, .brand:focus-visible, .menu-toggle:focus-visible { outline: 2px solid var(--orange-bright); outline-offset: 5px; }
.nav-cta { padding: 12px 16px; color: var(--ink); background: var(--orange-bright); font-weight: 800; }
.primary-nav > .nav-cta:hover, .primary-nav > .nav-cta:focus-visible { color: var(--ink); background: var(--paper-bright); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; padding: 11px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: var(--paper-bright); background: #171817; }
.hero-media, .final-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(12, 13, 12, .92) 0%, rgba(12, 13, 12, .57) 47%, rgba(12, 13, 12, .18) 73%), linear-gradient(0deg, rgba(12, 13, 12, .65), transparent 50%), url("/assets/hero.63dd991a0f.jpg"); background-size: cover; background-position: center; transform: scale(1.025); animation: settle 1.6s ease-out forwards; }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(var(--line-light) 1px, transparent 1px), linear-gradient(90deg, var(--line-light) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.012) 4px); }
.hero-content { position: relative; z-index: 2; padding-top: 70px; }
.eyebrow, .section-kicker, .mono, .feature-tag { font-family: var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 28px; font-size: 11px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--orange-bright); box-shadow: 0 0 0 0 rgba(240,107,60,.6); animation: ping 2s infinite; }
.hero h1 { max-width: 900px; margin: 0; font-family: var(--condensed); font-size: clamp(88px, 12.8vw, 206px); font-weight: 900; line-height: .72; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 .the { display: block; margin: 0 0 9px 8px; font-family: var(--mono); font-size: 15px; font-weight: 400; letter-spacing: .36em; }
.hero-line { margin: 42px 0 0; font-family: var(--condensed); font-size: clamp(30px, 4vw, 61px); font-weight: 800; line-height: .92; letter-spacing: -.025em; text-transform: uppercase; }
.hero-copy { max-width: 510px; margin: 22px 0 0; color: rgba(243,239,231,.84); font-size: 16px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 20px; border: 1px solid var(--line-light); font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper-bright); background: var(--orange); border-color: var(--orange); }
.button-primary:hover { background: #7f2d17; border-color: #7f2d17; }
.button-quiet { background: rgba(16,17,15,.8); }
.button-quiet:hover { color: var(--ink); background: var(--paper-bright); }
.hero-index { position: absolute; z-index: 2; right: 33px; top: 50%; display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; writing-mode: vertical-rl; }
.hero-index i { width: 1px; height: 38px; background: var(--line-light); }
.scroll-cue { position: absolute; z-index: 2; left: 32px; bottom: 27px; display: flex; align-items: center; gap: 15px; font-family: var(--mono); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; opacity: .7; }
.scroll-cue i { position: relative; width: 70px; height: 1px; overflow: hidden; background: var(--line-light); }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--paper-bright); transform: translateX(-100%); animation: travel 2.4s infinite; }

.spec-bar { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--paper-bright); background: var(--ink); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.spec-bar > div { min-height: 138px; display: flex; flex-direction: column; justify-content: center; padding: 20px 4vw; border-right: 1px solid var(--line-light); }
.spec-bar > div:last-child { border-right: 0; }
.spec-bar span { font-family: var(--condensed); font-size: clamp(37px, 4vw, 64px); font-weight: 900; line-height: 1; }
.spec-bar small { margin-top: 8px; color: #c9c5bc; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.breach { color: var(--paper-bright); background: var(--ink-soft); border-bottom: 1px solid var(--line-light); }
.breach .section-kicker::before { background: var(--orange-bright); }
.breach-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; }
.breach-intro p { margin: 0 0 4px; color: rgba(243,239,231,.66); font-size: 17px; line-height: 1.65; }
.breach-console { margin-top: 72px; border: 1px solid var(--line-light); background: #121310; }
.breach-status { min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 10px 18px; color: var(--orange-bright); border-bottom: 1px solid var(--line-light); font-size: 9px; }
.breach-exposure { display: flex; align-items: center; gap: 14px; }
.breach-exposure i { display: flex; gap: 3px; }
.breach-exposure b { width: 24px; height: 4px; background: rgba(243,239,231,.16); }
.breach-exposure b.is-on { background: var(--orange-bright); }
.turn-board-wrap { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: var(--orange) rgba(243,239,231,.08); }
.turn-board { min-width: 920px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) .82fr; gap: 12px; padding: clamp(22px, 3vw, 42px); border-bottom: 1px solid var(--line-light); background: radial-gradient(circle at 85% 45%, rgba(217,84,45,.13), transparent 28%), #0e0f0d; }
.turn-layer, .turn-root { min-width: 0; display: grid; grid-template-rows: auto repeat(2, minmax(0, 1fr)); gap: 9px; }
.turn-layer > .mono, .turn-root > .mono { min-height: 28px; color: rgba(243,239,231,.72); font-size: 8px; line-height: 1.35; }
.turn-node, .turn-root { position: relative; transition: opacity .25s ease, filter .25s ease; }
.turn-node { min-height: 250px; padding: 8px; border: 1px solid var(--line-light); background: #151714; overflow: hidden; }
.turn-node img, .turn-root img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 13px 18px rgba(0,0,0,.38)); }
.turn-node small, .turn-root small { position: absolute; z-index: 2; right: 8px; bottom: 8px; left: 8px; padding: 8px 9px; color: var(--paper-bright); background: rgba(16,17,15,.9); font-family: var(--mono); font-size: 7px; line-height: 1.35; letter-spacing: .07em; text-transform: uppercase; }
.turn-node-hot { border-top: 3px solid var(--orange); }
.turn-node-cool { border-top: 3px solid var(--blue); }
.turn-root { grid-template-rows: auto 1fr auto; padding: 0 8px 12px; border-left: 1px solid var(--line-light); }
.turn-root img { max-height: 480px; }
.runner-pin { position: absolute; z-index: 3; left: 50%; top: 50%; width: 54px; height: 54px; display: grid; place-items: center; color: var(--ink); background: var(--paper-bright); border: 5px solid var(--orange); border-radius: 50%; box-shadow: 0 8px 20px rgba(0,0,0,.5); font-family: var(--mono); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: translate(-50%,-50%); }
.breach-console.is-push [data-turn-node="firewall"], .breach-console.is-push [data-turn-node="final-port"], .breach-console.is-push [data-turn-node="root"] { border-color: var(--orange-bright); box-shadow: inset 0 0 0 2px var(--orange-bright), 0 0 24px rgba(217,84,45,.22); }
.breach-console.is-push .turn-node-cool { opacity: .28; filter: grayscale(.7); }
.breach-console.is-cool [data-turn-node="cold-storage"] { border-color: #7fb4c1; box-shadow: inset 0 0 0 2px #7fb4c1, 0 0 24px rgba(77,129,144,.28); }
.breach-console.is-cool [data-turn-node="firewall"], .breach-console.is-cool [data-turn-layer="14"], .breach-console.is-cool [data-turn-node="root"] { opacity: .28; filter: grayscale(.7); }
.breach-prompt { padding: clamp(28px, 5vw, 64px); }
.breach-prompt .mono { margin: 0 0 18px; color: var(--orange-bright); font-size: 9px; }
.breach-prompt h3 { margin: 0; font-family: var(--condensed); font-size: clamp(48px, 6vw, 88px); line-height: .9; text-transform: uppercase; }
.breach-prompt > p:last-child { color: rgba(243,239,231,.58); }
.breach-actions { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); }
.breach-choice { min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 30px; color: var(--paper-bright); text-align: left; border: 0; border-right: 1px solid var(--line-light); background: transparent; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.breach-choice:last-child { border-right: 0; }
.breach-choice:hover, .breach-choice:focus-visible { background: var(--orange); outline: 0; }
.breach-choice-cool:hover, .breach-choice-cool:focus-visible { background: var(--blue); }
.breach-choice strong { margin: 22px 0 8px; font-family: var(--condensed); font-size: 34px; text-transform: uppercase; }
.breach-choice .mono, .breach-choice small { font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.breach-choice small { color: rgba(243,239,231,.56); }
.breach-result[hidden] { display: none; }
.breach-result-copy { padding: clamp(36px, 6vw, 78px); background: linear-gradient(120deg, rgba(217,84,45,.18), transparent 55%); }
.breach-result-copy .mono { margin: 0 0 20px; color: var(--orange-bright); font-size: 9px; }
.breach-result-copy h3 { max-width: 980px; margin: 0; font-family: var(--condensed); font-size: clamp(51px, 7vw, 104px); line-height: .86; letter-spacing: -.03em; text-transform: uppercase; }
.breach-result-copy > p:last-child { max-width: 720px; margin: 25px 0 0; color: rgba(243,239,231,.68); font-size: 17px; line-height: 1.65; }
.breach-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.breach-facts > div { min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px clamp(20px, 3vw, 36px); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.breach-facts .mono { color: rgba(243,239,231,.68); font-size: 8px; }
.breach-facts strong { font-family: var(--condensed); font-size: clamp(36px, 4vw, 58px); line-height: 1; text-transform: uppercase; }
.breach-route { min-height: 104px; display: grid; grid-template-columns: auto minmax(18px,1fr) auto minmax(18px,1fr) auto minmax(18px,1fr) auto minmax(18px,1fr) auto; align-items: center; gap: 12px; padding: 20px clamp(20px,4vw,50px); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.breach-route i { height: 1px; background: rgba(243,239,231,.32); }
.breach-route strong { padding: 9px 12px; color: var(--paper-bright); background: var(--orange); font-weight: 700; }
.breach-route strong[data-breach-out] { background: var(--blue); }
.breach-consequence { display: grid; grid-template-columns: .34fr 1fr; gap: 5vw; padding: 34px clamp(20px,4vw,50px); }
.breach-consequence .mono { margin: 3px 0 0; color: var(--orange-bright); font-size: 9px; }
.breach-consequence strong { max-width: 780px; font-family: var(--condensed); font-size: clamp(27px,3vw,42px); line-height: 1.05; text-transform: uppercase; }
.breach-result-actions { display: flex; flex-wrap: wrap; gap: 10px; padding: 0 clamp(20px,4vw,50px) 42px; }
.breach-note { margin: 14px 0 0; color: rgba(243,239,231,.66); font-size: 8px; line-height: 1.5; }

.section { padding-block: 140px; }
.section-kicker { display: flex; align-items: center; gap: 15px; margin-bottom: 68px; font-size: 10px; font-weight: 700; }
.section-kicker::before { content: ""; width: 38px; height: 1px; background: var(--orange); }
.mission-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 8vw; align-items: start; }
.display { margin: 0; font-family: var(--condensed); font-size: clamp(54px, 7.3vw, 110px); font-weight: 900; line-height: .87; letter-spacing: -.045em; text-transform: uppercase; }
.display em { color: var(--orange); font-style: normal; }
.mission-copy { padding-top: 10px; }
.mission-copy p, .network-heading p, .gallery-head > p { color: rgba(16,17,15,.72); font-size: 16px; line-height: 1.75; }
.mission-copy .lead { margin-top: 0; color: var(--ink); font-size: 23px; font-weight: 650; line-height: 1.42; }
.wide-shot { margin: 100px 0 0; }
.wide-shot img { display: block; width: 100%; height: auto; }
.wide-shot figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 13px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.wide-shot figcaption span { color: var(--orange); }

.game-type { background: #d8d1c3; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.type-intro { display: grid; grid-template-columns: 1.32fr .68fr; gap: 8vw; align-items: end; }
.type-intro .display { font-size: clamp(52px, 6.7vw, 101px); }
.type-summary > p { margin: 0; color: rgba(16,17,15,.72); font-size: 18px; line-height: 1.65; }
.type-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.type-tags span { padding: 9px 11px; border: 1px solid rgba(16,17,15,.28); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mechanics-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 86px; border-top: 1px solid rgba(16,17,15,.3); border-left: 1px solid rgba(16,17,15,.3); }
.mechanic-card { position: relative; min-height: 360px; padding: 32px; border-right: 1px solid rgba(16,17,15,.3); border-bottom: 1px solid rgba(16,17,15,.3); overflow: hidden; }
.mechanic-number { position: absolute; right: 24px; top: 20px; color: rgba(16,17,15,.1); font-family: var(--condensed); font-size: 92px; font-weight: 900; line-height: 1; }
.mechanic-card .mono { position: relative; margin: 0; color: var(--orange); font-size: 9px; }
.mechanic-card h3 { position: relative; max-width: 330px; margin: 90px 0 17px; font-family: var(--condensed); font-size: 36px; line-height: .98; text-transform: uppercase; }
.mechanic-card > p:last-child { position: relative; margin: 0; color: rgba(16,17,15,.74); line-height: 1.58; }

.network { color: var(--paper-bright); background: var(--ink); }
.network .section-kicker::before { background: var(--orange-bright); }
.network-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; }
.network-heading p { margin: 0 0 3px; color: rgba(243,239,231,.62); }
.route-console { display: grid; grid-template-columns: 310px 1fr; min-height: 610px; margin-top: 82px; border: 1px solid var(--line-light); }
.route-tabs { display: flex; flex-direction: column; border-right: 1px solid var(--line-light); }
.route-tabs button { flex: 1; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 32px; color: rgba(243,239,231,.7); text-align: left; border: 0; border-bottom: 1px solid var(--line-light); background: transparent; cursor: pointer; overflow: hidden; }
.route-tabs button:last-child { border-bottom: 0; }
.route-tabs button::before { content: ""; position: absolute; inset: 0; background: var(--orange); transform: translateX(-101%); transition: transform .3s ease; }
.route-tabs button[data-route="undernet"]::before { background: var(--blue); }
.route-tabs button[aria-selected="true"] { color: var(--paper-bright); }
.route-tabs button[aria-selected="true"]::before { transform: translateX(0); }
.route-tabs button > * { position: relative; z-index: 1; }
.route-tabs strong { margin-top: 45px; font-family: var(--condensed); font-size: 38px; text-transform: uppercase; }
.route-tabs small, .route-code { font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.route-code { position: absolute !important; top: 28px; }
.route-visual { position: relative; min-width: 0; overflow: hidden; }
.route-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.01); transition: opacity .28s ease, transform .4s ease; }
.route-image.is-active { opacity: .82; transform: scale(1); }
.route-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,17,15,.95), transparent 65%); }
.route-readout { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 35px 38px; }
.route-readout > span { font-family: var(--mono); color: var(--orange-bright); font-size: 9px; letter-spacing: .14em; }
.route-readout strong { display: block; margin-top: 9px; font-family: var(--condensed); font-size: clamp(34px, 4vw, 58px); text-transform: uppercase; }
.route-readout p { max-width: 590px; margin: 10px 0 0; color: rgba(243,239,231,.65); line-height: 1.6; }
.meter { display: flex; gap: 6px; margin-top: 24px; }
.meter i { width: 50px; height: 4px; background: var(--orange); }
.meter i:nth-child(n+4) { background: rgba(243,239,231,.18); }

.gameplay-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.gameplay-intro > p { margin: 0 0 4px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.run-steps { margin-top: 95px; border-top: 1px solid var(--line); }
.run-card { display: grid; grid-template-columns: .38fr 1fr; padding: 46px 0; border-bottom: 1px solid var(--line); }
.run-card > div { display: grid; grid-template-columns: .35fr .65fr 1fr; align-items: start; gap: 30px; }
.run-number { font-family: var(--condensed); color: var(--orange); font-size: 74px; font-weight: 900; line-height: .8; }
.run-card .mono { margin: 7px 0 0; color: rgba(16,17,15,.72); font-size: 9px; }
.run-card h3 { margin: 0; font-family: var(--condensed); font-size: 34px; line-height: 1; text-transform: uppercase; }
.run-card p:last-child { margin: 0; color: rgba(16,17,15,.66); line-height: 1.65; }

.features { padding-top: 0; }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; }
.feature { position: relative; min-height: 480px; padding: 40px; overflow: hidden; }
.feature h3 { max-width: 600px; margin: 14px 0; font-family: var(--condensed); font-size: clamp(40px, 5.6vw, 78px); line-height: .9; text-transform: uppercase; }
.feature p { max-width: 480px; line-height: 1.6; }
.feature-tag { font-size: 9px; font-weight: 700; }
.feature-large { grid-row: span 2; display: flex; align-items: flex-end; min-height: 972px; color: var(--paper-bright); }
.feature-large::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,17,15,.93), rgba(16,17,15,.04) 72%); }
.feature-large img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-copy { position: relative; z-index: 2; }
.feature-copy p { color: rgba(243,239,231,.7); }
.feature-orange { color: var(--paper-bright); background: var(--orange); }
.feature-orange p { color: rgba(243,239,231,.8); }
.feature-orange h3, .feature-dark h3 { font-size: clamp(38px, 4vw, 62px); }
.protocol { position: absolute; right: 40px; bottom: 35px; width: 140px; height: 110px; border: 1px solid rgba(243,239,231,.35); }
.protocol::before, .protocol::after { content: ""; position: absolute; background: rgba(243,239,231,.45); }
.protocol::before { width: 1px; top: -28px; bottom: 10px; left: 34%; }
.protocol::after { height: 1px; left: 10px; right: -32px; top: 45%; }
.protocol span { position: absolute; width: 9px; height: 9px; border: 1px solid var(--paper-bright); border-radius: 50%; background: var(--orange); }
.protocol span:nth-child(1) { left: 31%; top: -33px; }.protocol span:nth-child(2) { right: -37px; top: 41%; }.protocol span:nth-child(3) { left: 25%; bottom: 22%; }
.feature-dark { color: var(--paper-bright); background: var(--ink); }
.feature-dark p { color: rgba(243,239,231,.62); }
.exposure-count { display: flex; position: absolute; right: 35px; top: 35px; }
.exposure-count b { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line-light); font-family: var(--mono); font-size: 9px; font-weight: 400; }
.exposure-count .critical { color: var(--paper-bright); background: var(--orange); border-color: var(--orange); }

.card-lab { color: var(--paper-bright); background: #1e211d; border-top: 1px solid var(--line-light); }
.card-lab .section-kicker::before { background: var(--orange-bright); }
.card-lab-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.card-lab-heading > p { margin: 0 0 5px; color: rgba(243,239,231,.64); font-size: 17px; line-height: 1.7; }
.card-console { display: grid; grid-template-columns: minmax(280px,.72fr) 1.28fr; min-height: 720px; margin-top: 80px; border: 1px solid var(--line-light); }
.card-stage { position: relative; display: grid; place-items: center; min-width: 0; padding: clamp(34px,6vw,80px); background: radial-gradient(circle at center, rgba(217,84,45,.18), transparent 55%), var(--ink); overflow: hidden; }
.card-stage::before { content: "ROOT KIT // AUTHORIZED TOOL"; position: absolute; left: 20px; top: 20px; color: rgba(243,239,231,.66); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; }
.card-stage img { position: relative; z-index: 1; width: min(100%, 360px); max-height: 560px; object-fit: contain; filter: drop-shadow(0 24px 35px rgba(0,0,0,.45)); transition: opacity .18s ease, transform .25s ease; }
.card-stage img.is-switching { opacity: 0; transform: translateY(9px) rotate(-1deg); }
.card-scan { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(var(--line-light) 1px,transparent 1px),linear-gradient(90deg,var(--line-light) 1px,transparent 1px); background-size: 54px 54px; }
.card-readout { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px,6vw,78px); border-left: 1px solid var(--line-light); }
.card-readout > .mono { margin: 0; color: var(--orange-bright); font-size: 9px; }
.card-readout h3 { margin: 20px 0 22px; font-family: var(--condensed); font-size: clamp(64px,8vw,122px); line-height: .78; letter-spacing: -.04em; text-transform: uppercase; }
.card-readout > p:not(.mono) { max-width: 650px; color: rgba(243,239,231,.68); font-size: 17px; line-height: 1.65; }
.card-readout .card-use { margin-top: 18px; padding: 18px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.card-use strong { color: var(--paper-bright); }
.card-tabs { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 34px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.card-tabs button { min-height: 58px; color: rgba(243,239,231,.58); border: 0; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: transparent; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.card-tabs button[aria-selected="true"], .card-tabs button:hover, .card-tabs button:focus-visible { color: var(--paper-bright); background: var(--orange); outline: 0; }
.text-link { align-self: flex-start; margin-top: 28px; color: var(--orange-bright); font-size: 9px; border-bottom: 1px solid currentColor; padding-bottom: 5px; }

.gallery { background: var(--paper); }
.gallery-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; margin-bottom: 75px; }
.gallery-head .section-kicker { margin-bottom: 48px; }
.gallery-head > p { margin: 0 0 5px; }
.gallery-grid { display: grid; grid-template-columns: 1.22fr .78fr; grid-template-rows: repeat(2, 390px); gap: 12px; }
.gallery-item { position: relative; padding: 0; border: 0; background: var(--ink); overflow: hidden; cursor: zoom-in; }
.gallery-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .5s ease; }
.gallery-item:hover img { transform: scale(1.025); opacity: .84; }
.gallery-item > span { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; padding: 19px 21px; color: var(--paper-bright); background: linear-gradient(0deg, rgba(16,17,15,.85), transparent); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.buy-section { color: var(--paper-bright); background: var(--ink); border-top: 1px solid var(--line-light); }
.buy-section .section-kicker::before { background: var(--orange-bright); }
.buy-stage { display: grid; grid-template-columns: .74fr 1.26fr; gap: 6vw; align-items: center; }
.availability { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: var(--orange-bright); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.buy-copy .display { font-size: clamp(66px, 8vw, 118px); }
.buy-lead { max-width: 530px; margin: 34px 0 0; color: rgba(243,239,231,.68); font-size: 18px; line-height: 1.65; }
.buy-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.coming-button { color: var(--paper-bright); background: var(--orange); border-color: var(--orange); cursor: default; }
.coming-button:hover { transform: none; }
.release-note { margin: 14px 0 0; color: rgba(243,239,231,.66); font-family: var(--mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.product-mockup { margin: 0; }
.product-mockup img { width: 100%; height: auto; border: 1px solid var(--line-light); }
.product-mockup figcaption { display: flex; justify-content: space-between; padding-top: 12px; color: rgba(243,239,231,.66); border-top: 1px solid var(--line-light); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.buy-reasons { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 92px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.buy-reasons article { display: grid; grid-template-columns: 70px 1fr; gap: 18px; min-height: 205px; padding: 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.buy-reasons article > span { color: var(--orange-bright); font-family: var(--mono); font-size: 10px; }
.buy-reasons h3 { margin: 0 0 13px; font-family: var(--condensed); font-size: 30px; line-height: 1; text-transform: uppercase; }
.buy-reasons p { margin: 0; color: rgba(243,239,231,.56); line-height: 1.58; }

.studio-section { background: #d8d1c3; border-top: 1px solid var(--line); }
.studio-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: start; }
.studio-copy { padding-top: 86px; }
.studio-copy > p { max-width: 620px; color: rgba(16,17,15,.68); font-size: 16px; line-height: 1.75; }
.studio-copy .studio-lead { margin-top: 0; color: var(--ink); font-size: 23px; font-weight: 650; line-height: 1.42; }
.studio-status { margin: 48px 0 0; border-top: 1px solid var(--line); }
.studio-status > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.studio-status dt, .studio-status dd { margin: 0; font-family: var(--mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.studio-status dt { color: rgba(16,17,15,.72); }
.studio-status dd { color: var(--ink); text-align: right; }

.updates-section { color: var(--paper-bright); background: var(--ink-soft); border-top: 1px solid var(--line-light); }
.updates-section .section-kicker::before { background: var(--orange-bright); }
.updates-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 8vw; align-items: center; }
.updates-copy > p { max-width: 610px; margin: 33px 0 0; color: rgba(243,239,231,.7); font-size: 18px; line-height: 1.65; }
.updates-copy ul { display: grid; gap: 14px; margin: 38px 0 0; padding: 0; list-style: none; }
.updates-copy li { display: flex; align-items: center; gap: 13px; color: rgba(243,239,231,.72); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.updates-copy li::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; background: var(--orange-bright); }
.signal-panel { padding: clamp(28px, 4vw, 56px); color: var(--ink); background: var(--paper-bright); border-top: 5px solid var(--orange); }
.signal-panel > .mono { margin: 0 0 34px; color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.signal-form { display: grid; gap: 15px; }
.signal-form > label:not(.consent-check), .signal-panel .signal-form > label:not(.consent-check) { color: currentColor; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.signal-form input[type="email"] { width: 100%; min-height: 54px; padding: 0 17px; color: var(--ink); background: var(--paper-bright); border: 1px solid rgba(16,17,15,.42); border-radius: 0; font: 16px var(--sans); }
.signal-form input[type="email"]::placeholder { color: #595a55; opacity: 1; }
.signal-form input[type="email"]:focus { border-color: var(--orange); outline: 3px solid var(--orange); outline-offset: 1px; }
.signal-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.signal-row .button { border-left: 0; }
.consent-check { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.consent-check input { width: 17px; height: 17px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--orange); }
.consent-check span { color: rgba(16,17,15,.65); font-size: 11px; line-height: 1.45; }
.form-status { min-height: 20px; margin: 0; color: var(--orange); font-family: var(--mono); font-size: 9px; line-height: 1.45; letter-spacing: .06em; text-transform: uppercase; }
.form-status[data-state="error"] { color: #b02f24; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; padding: 0; border: 0; }

.final-cta { position: relative; min-height: 710px; display: grid; place-items: center; overflow: hidden; color: var(--paper-bright); }
.final-bg { background-image: linear-gradient(90deg, rgba(16,17,15,.91), rgba(16,17,15,.3)), url("/assets/hero.63dd991a0f.jpg"); }
.final-content { position: relative; z-index: 2; }
.final-content h2 { max-width: 960px; margin: 0; font-family: var(--condensed); font-size: clamp(66px, 10vw, 150px); font-weight: 900; line-height: .78; letter-spacing: -.04em; text-transform: uppercase; }
.final-content > p:not(.eyebrow) { margin: 28px 0 0; color: rgba(243,239,231,.7); font-size: 18px; }
.site-footer { color: rgba(243,239,231,.7); background: var(--ink); border-top: 1px solid var(--line-light); }
.footer-grid { min-height: 160px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-brand { display: flex; flex-direction: column; gap: 9px; color: var(--paper-bright); }
.footer-brand strong { font-family: var(--condensed); font-size: 18px; letter-spacing: .08em; }
.footer-brand span { color: rgba(243,239,231,.7); }
.footer-grid > p { text-align: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links button { padding: 0; color: inherit; border: 0; background: transparent; font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--paper-bright); }

.access-dialog, .privacy-dialog { width: min(650px, calc(100vw - 30px)); max-width: none; padding: clamp(30px, 5vw, 58px); color: var(--paper-bright); background: var(--ink); border: 1px solid rgba(243,239,231,.3); border-top: 5px solid var(--orange); }
.access-dialog::backdrop, .privacy-dialog::backdrop { background: rgba(5,6,5,.9); }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; color: var(--paper-bright); border: 1px solid var(--line-light); background: transparent; font-size: 24px; cursor: pointer; }
.dialog-close:hover, .dialog-close:focus-visible { color: var(--ink); background: var(--paper-bright); }
.dialog-code { margin: 0 55px 27px 0; color: var(--orange-bright); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.access-dialog h2, .privacy-dialog h2 { margin: 0; font-family: var(--condensed); font-size: clamp(48px, 8vw, 78px); line-height: .88; text-transform: uppercase; }
.access-dialog > p, .privacy-dialog > p { color: rgba(243,239,231,.68); font-size: 15px; line-height: 1.65; }
.access-modes { display: grid; grid-template-columns: repeat(2, 1fr); margin: 28px 0; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.access-modes > div { min-height: 170px; padding: 20px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.access-modes span { color: var(--orange-bright); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.access-modes strong { display: block; margin-top: 25px; font-family: var(--condensed); font-size: 27px; line-height: 1; text-transform: uppercase; }
.access-modes p { margin: 10px 0 0; color: rgba(243,239,231,.58); font-size: 12px; line-height: 1.5; }
.access-dialog .signal-form { margin-top: 30px; }
.access-dialog .consent-check span { color: rgba(243,239,231,.62); }
.access-dialog .button { width: 100%; }
.access-dialog .form-status { color: var(--orange-bright); }
.access-dialog .form-status[data-state="error"] { color: #ff9a7b; }

.lightbox { width: min(1180px, calc(100vw - 48px)); max-width: none; padding: 0; border: 1px solid var(--line-light); background: var(--ink); }
.lightbox::backdrop { background: rgba(5,6,5,.94); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; color: var(--paper-bright); border: 1px solid var(--line-light); background: rgba(16,17,15,.72); font-size: 24px; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
@keyframes settle { from { opacity: .5; transform: scale(1.08); } to { opacity: 1; transform: scale(1.025); } }
@keyframes ping { 70% { box-shadow: 0 0 0 8px rgba(240,107,60,0); } 100% { box-shadow: 0 0 0 0 rgba(240,107,60,0); } }
@keyframes travel { to { transform: translateX(100%); } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .site-header { height: 66px; padding-inline: 20px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 66px; right: 0; left: 0; display: none; align-items: stretch; padding: 24px 20px; background: var(--ink); border-bottom: 1px solid var(--line-light); }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav a { padding-block: 8px; }
  .nav-cta { text-align: center; }
  .hero h1 { font-size: clamp(76px, 17vw, 138px); }
  .breach-intro, .mission-grid, .type-intro, .network-heading, .gameplay-intro, .card-lab-heading, .gallery-head, .studio-grid, .updates-grid { grid-template-columns: 1fr; }
  .mission-copy { max-width: 600px; padding-top: 40px; }
  .network-heading p, .gallery-head > p { max-width: 520px; margin-top: 30px; }
  .type-summary { max-width: 600px; margin-top: 38px; }
  .mechanics-grid { grid-template-columns: repeat(2, 1fr); }
  .route-console { grid-template-columns: 1fr; }
  .route-tabs { flex-direction: row; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .route-tabs button { min-height: 165px; border-right: 1px solid var(--line-light); border-bottom: 0; }
  .route-tabs button:last-child { border-right: 0; }
  .route-tabs strong { margin-top: 35px; font-size: 28px; }
  .route-visual { min-height: 440px; }
  .run-card { grid-template-columns: 120px 1fr; }
  .run-card > div { grid-template-columns: 1fr 1.5fr; }
  .run-card .mono { grid-column: 1 / -1; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { min-height: 720px; }
  .card-console { grid-template-columns: 1fr; }
  .card-stage { min-height: 620px; }
  .card-readout { border-top: 1px solid var(--line-light); border-left: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 320px; }
  .gallery-tall { grid-column: 1 / -1; grid-row: auto; }
  .buy-stage { grid-template-columns: 1fr; }
  .buy-copy { max-width: 680px; }
  .product-mockup { margin-top: 55px; }
  .studio-copy { max-width: 680px; padding-top: 10px; }
  .signal-panel { margin-top: 10px; }
  .footer-grid { grid-template-columns: 1fr; padding-block: 45px; text-align: center; }
  .footer-grid > p { margin: 0; }.footer-brand, .footer-links { justify-content: center; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 30px); }
  .hero-content { padding: 110px 0 100px; }
  .hero h1 { font-size: clamp(68px, 23vw, 104px); line-height: .78; }
  .hero-line { margin-top: 34px; }
  .hero-index { display: none; }
  .scroll-cue { left: 15px; }
  .spec-bar { grid-template-columns: repeat(2, 1fr); }
  .spec-bar > div { min-height: 112px; border-bottom: 1px solid var(--line-light); }
  .breach-actions { grid-template-columns: 1fr; }
  .breach-choice { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .breach-choice:last-child { border-bottom: 0; }
  .breach-status { align-items: flex-start; flex-direction: column; }
  .turn-board { min-width: 820px; }
  .turn-node { min-height: 220px; }
  .breach-facts { grid-template-columns: 1fr; }
  .breach-facts > div { min-height: 105px; }
  .breach-route { grid-template-columns: 1fr; align-items: stretch; }
  .breach-route i { width: 1px; height: 18px; margin-left: 14px; }
  .breach-route strong { justify-self: start; }
  .breach-consequence { grid-template-columns: 1fr; }
  .section { padding-block: 90px; }
  .section-kicker { margin-bottom: 48px; }
  .wide-shot { margin-top: 65px; }
  .wide-shot figcaption { flex-direction: column; }
  .mechanics-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .mechanic-card { min-height: 305px; padding: 27px; }
  .mechanic-card h3 { margin-top: 72px; }
  .route-console { margin-top: 55px; }
  .route-tabs button { min-height: 135px; padding: 22px 17px; }
  .route-tabs strong { font-size: 22px; }
  .route-tabs small { display: none; }
  .route-code { top: 19px; }
  .route-visual { min-height: 470px; }
  .route-readout { padding: 24px 20px; }
  .meter i { width: 34px; }
  .run-steps { margin-top: 60px; }
  .run-card { grid-template-columns: 1fr; gap: 27px; }
  .run-number { font-size: 58px; }
  .run-card > div { grid-template-columns: 1fr; gap: 17px; }
  .run-card .mono { grid-column: auto; }
  .feature { min-height: 470px; padding: 28px; }
  .feature-large { min-height: 650px; }
  .card-console { min-height: 0; margin-top: 55px; }
  .card-stage { min-height: 520px; padding: 55px 35px; }
  .card-stage img { max-height: 430px; }
  .card-readout { padding: 40px 24px; }
  .card-tabs { grid-template-columns: 1fr; }
  .protocol { right: 28px; bottom: 26px; }
  .exposure-count { top: 24px; right: 24px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 390px); }
  .gallery-tall { grid-column: auto; }
  .buy-reasons { grid-template-columns: 1fr; margin-top: 62px; }
  .buy-reasons article { grid-template-columns: 42px 1fr; min-height: 185px; padding: 24px; }
  .buy-actions { flex-direction: column; align-items: stretch; }
  .signal-row { grid-template-columns: 1fr; gap: 10px; }
  .signal-row .button { border-left: 1px solid var(--orange); }
  .access-modes { grid-template-columns: 1fr; }
  .access-modes > div { min-height: 145px; }
  .final-cta { min-height: 650px; }
  .final-content h2 { font-size: clamp(64px, 23vw, 108px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
}

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