@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-mono-latin.woff2") format("woff2");
}

:root {
  --void: #03070a;
  --deep: #07111a;
  --navy: #0d2438;
  --steel: #9aa8b1;
  --paper: #e4e3de;
  --white: #f4f3ee;
  --red: #c72a20;
  --blue: #2f7aa9;
  --line: rgba(207, 221, 230, .2);
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body {
  margin: 0;
  background: var(--void);
  color: var(--white);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; }
.shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.hero { position: relative; min-height: max(760px, 100svh); overflow: hidden; background: #020609; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.8s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(1,5,8,.82) 0, rgba(1,5,8,.08) 19%, transparent 52%, rgba(1,5,8,.38) 78%, #03070a 100%); }
.hero-shade::after { content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.045) 4px); }
.site-header { position: relative; z-index: 5; height: 94px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(235,243,248,.22); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 52px; height: 52px; object-fit: cover; border: 1px solid rgba(255,255,255,.25); }
.brand > span { display: flex; flex-direction: column; line-height: 1; }
.brand b { margin-bottom: 5px; color: #d7dde0; font-size: 9px; letter-spacing: .38em; }
.brand strong { font-size: 13px; letter-spacing: .12em; }
nav { display: flex; align-items: center; gap: 34px; color: #c9d3d9; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
nav a { position: relative; padding: 12px 0; transition: color .2s ease; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--red); transition: right .2s ease; }
nav a:hover { color: #fff; }
nav a:hover::after { right: 0; }
.hero-frame { position: relative; z-index: 3; height: calc(max(760px, 100svh) - 94px); display: flex; flex-direction: column; justify-content: space-between; padding: 34px 0 50px; }
.hero-kicker { align-self: flex-end; display: flex; align-items: center; gap: 9px; padding: 9px 12px; background: rgba(4,10,14,.68); border: 1px solid rgba(202,218,227,.2); color: #d3dde2; backdrop-filter: blur(8px); font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .14em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 10px rgba(224,45,32,.8); }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.hero-copy > p { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: #bac7ce; font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 600; letter-spacing: .13em; }
.hero-copy > p i { width: 4px; height: 4px; background: var(--red); transform: rotate(45deg); }
.button { display: inline-flex; align-items: center; gap: 46px; min-height: 50px; padding: 0 17px 0 20px; background: rgba(7,16,23,.88); border: 1px solid rgba(223,232,237,.55); box-shadow: inset 3px 0 0 var(--red); color: #fff; font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: background .2s, border-color .2s; }
.button:hover { background: #132532; border-color: #fff; }
.button span { color: #ef4337; font-size: 15px; }
.hero-designation { margin: 0; color: #87969f; text-align: right; font-family: var(--font-geist-mono), monospace; font-size: 9px; line-height: 1.75; letter-spacing: .12em; }

.telemetry { position: relative; z-index: 4; background: var(--paper); color: #10161a; border-block: 1px solid #4c555a; }
.telemetry-inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.telemetry-inner i { width: 24px; height: 1px; background: var(--red); }

.intro { display: grid; grid-template-columns: .55fr 2fr; gap: 70px; padding-block: 140px 110px; }
.section-label { display: flex; gap: 13px; align-items: flex-start; color: #70818c; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .14em; }
.section-label span { color: var(--red); }
.intro-copy { max-width: 1000px; }
.overline { margin: 0 0 25px; color: #718692; font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 700; letter-spacing: .19em; }
.overline-red { color: #d64b40; }
.intro h2, .section-heading h2, .persistence h2, .world-grid h2 { margin: 0; font-size: clamp(48px, 6vw, 88px); font-weight: 520; line-height: .98; letter-spacing: -.055em; }
.intro h2 em { color: #6f91a5; font-style: normal; }
.intro-text { max-width: 760px; margin: 55px 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; color: #a7b3ba; font-size: 15px; line-height: 1.8; }
.intro-text p { margin: 0; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: 140px; }
.pillar { position: relative; min-height: 410px; padding: 26px 30px 36px; border-top: 1px solid #65747d; border-right: 1px solid #26343c; background: linear-gradient(180deg, #0b141a, #060b0f); transition: transform .25s ease, background .25s ease; }
.pillar:first-child { border-left: 1px solid #26343c; }
.pillar:hover { transform: translateY(-7px); background: linear-gradient(180deg, #0e1b23, #071014); }
.pillar-top { display: flex; align-items: center; justify-content: space-between; color: #62747e; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .13em; }
.pillar-top > span { color: var(--red); }
.reticle { width: 64px; height: 64px; margin: 64px 0 55px; display: grid; place-items: center; border: 1px solid #42535d; border-radius: 50%; background: radial-gradient(circle, transparent 42%, rgba(77,113,133,.12) 43% 45%, transparent 46%); }
.reticle::before, .reticle::after { content: ""; position: absolute; background: #50616b; }
.reticle::before { width: 78px; height: 1px; }
.reticle::after { width: 1px; height: 78px; }
.reticle span { width: 12px; height: 12px; border: 2px solid var(--red); transform: rotate(45deg); }
.pillar h3 { margin: 0 0 16px; color: #e5e7e5; font-size: 24px; font-weight: 560; }
.pillar p { max-width: 340px; margin: 0; color: #87959d; font-size: 14px; line-height: 1.75; }

.loop-section { padding-block: 140px; background: #d9d9d4; color: #11171b; background-image: linear-gradient(rgba(11,24,32,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(11,24,32,.05) 1px, transparent 1px); background-size: 36px 36px; }
.section-heading { display: grid; grid-template-columns: .55fr 2fr; gap: 70px; margin-bottom: 80px; }
.section-heading h2 { color: #10171c; }
.section-label-light { color: #526069; }
.loop-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #4b575e; }
.loop-grid li { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: 25px 25px 34px; border-right: 1px solid rgba(39,50,57,.28); }
.loop-grid li:first-child { border-left: 1px solid rgba(39,50,57,.28); }
.loop-number { color: var(--red); font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.loop-grid h3 { margin: 0 0 17px; font-size: 25px; font-weight: 620; }
.loop-grid p { margin: 0; color: #4f5c63; font-size: 13px; line-height: 1.7; }

.persistence { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; padding-block: 150px; }
.patch-panel { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid #243947; background: #000; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.patch-panel::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 70px rgba(0,0,0,.7); pointer-events: none; }
.patch-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.patch-code { position: absolute; z-index: 2; left: 20px; bottom: 18px; padding: 7px 9px; background: rgba(2,6,9,.8); border-left: 2px solid var(--red); color: #a9b8c0; font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .12em; }
.persistence-copy .section-label { margin-bottom: 70px; }
.persistence h2 { font-size: clamp(44px, 5vw, 72px); }
.persistence-copy > p:not(.overline) { max-width: 590px; margin: 36px 0 45px; color: #97a6ae; font-size: 16px; line-height: 1.8; }
.persistence dl { margin: 0; border-top: 1px solid #344651; }
.persistence dl div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #263943; }
.persistence dt { color: #d83c31; font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.persistence dd { margin: 0; color: #b3bec4; font-size: 13px; }

.world-section { padding-block: 130px; border-block: 1px solid #253844; background: radial-gradient(circle at 15% 40%, rgba(35,85,117,.18), transparent 34%), #071018; }
.world-grid { display: grid; grid-template-columns: .55fr 1.35fr 1fr; gap: 70px; align-items: start; }
.world-grid h2 { font-size: clamp(40px, 4.2vw, 64px); }
.world-grid > p { margin: 34px 0 0; color: #8f9da5; font-size: 15px; line-height: 1.85; }

footer { background: #020507; }
.footer-grid { min-height: 180px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; align-items: center; }
.footer-grid > p { margin: 0; color: #63737c; font-size: 12px; line-height: 1.65; }
.footer-links { display: flex; justify-content: flex-end; align-items: center; gap: 20px; color: #72828b; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .07em; }
.footer-links a:hover { color: #fff; }

.legal-page { min-height: 100svh; background: #071018; }
.legal-page .site-header { border-bottom-color: #2a3c47; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: #a8b5bb; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 20px; height: 1px; background: var(--red); }
.back-link { color: #a7b4ba; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.legal-grid { display: grid; grid-template-columns: .55fr 2fr; gap: 70px; padding-block: 100px 130px; }
.legal-status { margin-top: 35px; color: #5b6b74; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .15em; }
.legal-content { max-width: 820px; }
.legal-content h1 { margin: 0 0 50px; font-size: clamp(58px, 8vw, 100px); line-height: .9; letter-spacing: -.06em; font-weight: 540; }
.draft-notice { margin-bottom: 60px; padding: 22px 24px; border: 1px solid #40505a; border-left: 4px solid var(--red); background: #101c23; }
.draft-notice strong { display: block; margin-bottom: 8px; color: #e3554b; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.draft-notice p { margin: 0; color: #97a5ac; font-size: 13px; line-height: 1.6; }
.legal-content section { display: grid; grid-template-columns: 230px 1fr; gap: 36px; padding: 28px 0; border-top: 1px solid #2b3c45; }
.legal-content section:last-child { border-bottom: 1px solid #2b3c45; }
.legal-content h2 { margin: 0; font-size: 14px; font-weight: 590; line-height: 1.45; }
.legal-content section p, .legal-content address { margin: 0; color: #8998a0; font-size: 14px; font-style: normal; line-height: 1.75; }
.legal-content dl { margin: 0; color: #8998a0; font-size: 14px; }
.legal-content dl div { display: grid; grid-template-columns: 75px 1fr; margin-bottom: 9px; }
.legal-content dt { color: #cbd2d5; font-weight: 700; }
.legal-content dd { margin: 0; }
.legal-footer { border-top: 1px solid #22333d; }

a:focus-visible { outline: 2px solid #ef4337; outline-offset: 4px; }

@keyframes hero-in { from { opacity: .55; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 920px) {
  .shell { width: min(100% - 36px, 760px); }
  .site-header { height: 78px; }
  nav a:not(:last-child) { display: none; }
  .brand img { width: 44px; height: 44px; }
  .brand b { font-size: 7px; }
  .brand strong { font-size: 10px; }
  .hero { min-height: 820px; }
  .hero-art { object-position: 64% center; }
  .hero-frame { height: 742px; padding-bottom: 35px; }
  .hero-kicker { align-self: flex-start; }
  .hero-designation { display: none; }
  .hero-copy > p { flex-wrap: wrap; max-width: 340px; line-height: 1.7; }
  .telemetry-inner { justify-content: center; flex-wrap: wrap; padding-block: 14px; }
  .telemetry-inner span:nth-of-type(n+3), .telemetry-inner i:nth-of-type(n+2) { display: none; }
  .intro, .section-heading, .world-grid, .legal-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro { padding-block: 95px 75px; }
  .intro-text { margin-top: 40px; }
  .pillars { grid-template-columns: 1fr; padding-bottom: 90px; }
  .pillar { min-height: 330px; border-left: 1px solid #26343c; border-bottom: 1px solid #26343c; }
  .reticle { margin: 45px 0 38px; }
  .loop-section { padding-block: 90px; }
  .loop-grid { grid-template-columns: 1fr 1fr; }
  .loop-grid li { min-height: 280px; border-left: 1px solid rgba(39,50,57,.28); border-bottom: 1px solid rgba(39,50,57,.28); }
  .persistence { grid-template-columns: 1fr; gap: 70px; padding-block: 90px; }
  .persistence-copy .section-label { margin-bottom: 45px; }
  .world-section { padding-block: 90px; }
  .footer-grid { grid-template-columns: 1fr; padding-block: 45px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .legal-grid { padding-block: 70px 90px; }
}

@media (max-width: 560px) {
  .hero { min-height: 720px; }
  .hero-frame { height: 642px; }
  .hero-art { object-position: 68% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(1,5,8,.88), transparent 28%, rgba(1,5,8,.25) 62%, #03070a 100%); }
  nav { display: none; }
  .hero-copy > p { display: none; }
  .button { width: 100%; justify-content: space-between; }
  .intro h2 { font-size: 43px; }
  .intro-text { grid-template-columns: 1fr; gap: 20px; }
  .loop-grid { grid-template-columns: 1fr; }
  .loop-grid li { min-height: 240px; }
  .persistence dl div { grid-template-columns: 105px 1fr; }
  .legal-content section { grid-template-columns: 1fr; gap: 12px; }
  .back-link { font-size: 0; }
  .back-link::after { content: "← Back"; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-art { animation: none; }
  .pillar { transition: none; }
}

@media print {
  .hero-art, .hero-shade { display: none; }
  body, .legal-page { background: #fff; color: #111; }
  .site-header, footer { background: #fff; color: #111; }
}
