:root {
  --background: #e9e6e1;
  --foreground: #151517;
  --card: #f3f0ea;
  --card-foreground: #151517;
  --popover: #f3f0ea;
  --popover-foreground: #151517;
  --primary: #70152a;
  --primary-foreground: #fffaf2;
  --secondary: #d7d2ca;
  --secondary-foreground: #151517;
  --muted: #d7d2ca;
  --muted-foreground: #676266;
  --accent: #70152a;
  --accent-foreground: #fffaf2;
  --destructive: #b42318;
  --border: #2b292b;
  --input: #c6c0b8;
  --ring: #70152a;
  --radius: 0.2rem;
}

.dark {
  --background: #111113;
  --foreground: #f1eee8;
  --card: #1c1a1c;
  --card-foreground: #f1eee8;
  --popover: #1c1a1c;
  --popover-foreground: #f1eee8;
  --primary: #8a1d36;
  --primary-foreground: #fffaf2;
  --secondary: #292629;
  --secondary-foreground: #f1eee8;
  --muted: #292629;
  --muted-foreground: #aaa4a4;
  --accent: #8a1d36;
  --accent-foreground: #fffaf2;
  --border: #555056;
  --input: #383438;
  --ring: #a72b48;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #141315; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
body::selection { background: #70152a; color: #fff; }
a { color: inherit; text-decoration: none; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; color: inherit; font: inherit; cursor: pointer; }
button svg { width: 17px; height: 17px; flex: 0 0 auto; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid #4f8cff; outline-offset: 4px; }
.site { position: relative; overflow: clip; --lens-tone: 55%; --static-level: .34; }
.paper-noise { position: fixed; inset: 0; z-index: 80; pointer-events: none; opacity: calc(var(--static-level) * .12); mix-blend-mode: multiply; 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='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; z-index: 79; pointer-events: none; left: var(--cursor-x); top: var(--cursor-y); width: 42vw; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(73,123,207,.10), rgba(111,21,42,.05) 35%, transparent 68%); mix-blend-mode: screen; transition: left .14s linear, top .14s linear; }
.wake-flash { position: fixed; inset: 0; z-index: 99; pointer-events: none; background: #f8f4ed; opacity: 0; }
.wake-flash.visible { animation: camera-flash .7s both; }

.hero { min-height: 100svh; position: relative; overflow: hidden; background: #181719; color: #f7f2ea; isolation: isolate; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 12.5vw 12.5vw; opacity: .18; }
.hero-art { position: absolute; inset: -2%; width: 104%; height: 104%; object-fit: cover; object-position: center; z-index: -3; filter: saturate(calc(.76 + var(--lens-tone) / 170)) contrast(1.04); transition: filter .6s, transform 1.2s cubic-bezier(.2,.7,.2,1); }
.is-awake .hero-art { transform: scale(1.035); filter: saturate(calc(.95 + var(--lens-tone) / 150)) contrast(1.08); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(13,12,14,.88) 0%, rgba(13,12,14,.52) 39%, rgba(13,12,14,.05) 72%), linear-gradient(0deg, rgba(13,12,14,.74), transparent 48%); }
.site-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 12; padding: 0 4vw; border-bottom: 1px solid rgba(255,255,255,.28); font: 700 11px/1 Arial, sans-serif; letter-spacing: .14em; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-weight: 800; letter-spacing: .16em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; background: #73162b; border: 1px solid #e6ded4; font: 900 22px/1 'Arial Narrow', Arial, sans-serif; border-radius: 11px 11px 11px 3px; box-shadow: inset 0 0 0 2px #383235, 0 4px 16px rgba(0,0,0,.16); }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { opacity: .72; transition: opacity .2s, transform .2s; }
.site-header nav a:hover { opacity: 1; transform: translateY(-2px); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.x-link { border-bottom: 1px solid currentColor; padding: 8px 0; }
.menu-button { display: none !important; color: #fff !important; }
.mobile-nav { display: none; }
.hero-copy { padding: clamp(68px, 12vh, 132px) 4vw 125px; max-width: 810px; position: relative; z-index: 3; }
.eyebrow { font: 700 clamp(10px, 1vw, 12px)/1.35 'Courier New', monospace; letter-spacing: .17em; margin: 0 0 24px; text-transform: uppercase; }
.hero h1, .origin h2, .relic-heading h2, .lab-copy h2, .route-title h2, .archive-terminal h2, .final-call h2, .memory-tape-section h2 { font-family: Impact, 'Arial Narrow', Haettenschweiler, sans-serif; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; text-wrap: balance; }
.hero h1 { font-size: clamp(62px, 8.4vw, 136px); line-height: .78; margin: 0; max-width: 800px; }
.hero-intro { font: 400 clamp(17px, 1.45vw, 22px)/1.45 Georgia, serif; max-width: 490px; margin: 30px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.wake-button, .buy-button { height: 54px !important; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 0 !important; padding: 0 22px !important; font: 800 11px/1 Arial, sans-serif !important; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s, box-shadow .25s !important; }
.wake-button:hover, .buy-button:hover { transform: translateY(-3px) rotate(-.4deg); box-shadow: 7px 7px 0 rgba(15,14,16,.34); }
.wake-button { background: #f0ece5 !important; color: #171517 !important; }
.buy-button { background: #72152a !important; color: white !important; border: 1px solid rgba(255,255,255,.38) !important; }
.key-hint { margin: 18px 0 0; font: 700 9px/1 'Courier New', monospace; letter-spacing: .13em; opacity: .64; }
kbd { display: inline-grid; min-width: 22px; height: 20px; place-items: center; margin: 0 3px; border: 1px solid rgba(255,255,255,.45); box-shadow: 0 2px 0 rgba(255,255,255,.25); font: inherit; }
.lens-dock { position: absolute; z-index: 5; right: 4vw; top: 23%; display: grid; gap: 11px; justify-items: end; }
.dock-label { font: 700 9px/1 'Courier New', monospace; letter-spacing: .16em; opacity: .7; }
.lens-buttons { display: flex; gap: 9px; }
.lens-button { width: 54px !important; height: 54px !important; border-radius: 50% !important; position: relative; color: #eee !important; border: 1px solid rgba(255,255,255,.55) !important; background: rgba(14,13,15,.55) !important; backdrop-filter: blur(9px); box-shadow: inset 0 0 0 6px rgba(255,255,255,.06); }
.lens-button svg { width: 18px !important; height: 18px !important; }
.lens-button span { position: absolute; right: -3px; top: -5px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #e9e5de; color: #161417; font: 800 8px/1 Arial; }
.lens-button.active { background: #71162a !important; box-shadow: inset 0 0 0 6px rgba(255,255,255,.08), 0 0 35px rgba(71,120,217,.62); animation: lens-breathe 2s infinite; }
.lens-dock > p { margin: 0; font: 800 10px/1 Arial; letter-spacing: .16em; }
.signal-pill { position: absolute; right: 4vw; bottom: 46px; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.4); background: rgba(18,17,19,.6); backdrop-filter: blur(10px); font: 700 9px/1 'Courier New', monospace; letter-spacing: .13em; }
.signal-pill span { width: 7px; height: 7px; border-radius: 50%; background: #b1324f; box-shadow: 0 0 0 0 rgba(177,50,79,.8); animation: pulse 1.7s infinite; }
.is-awake .signal-pill span { background: #4f8cff; }
.hero-note { position: absolute; right: 4vw; top: 46%; margin: 0; writing-mode: vertical-rl; font: 700 8px/1 'Courier New', monospace; letter-spacing: .2em; opacity: .6; }
.scroll-ticket { position: absolute; z-index: 3; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; gap: 8px; align-items: center; font: 800 9px/1 Arial; letter-spacing: .15em; }
.scroll-ticket svg { width: 15px; }
.ticker { height: 42px; overflow: hidden; background: #6f1427; color: #fff; border-top: 1px solid #130e10; border-bottom: 1px solid #130e10; }
.ticker div { width: max-content; height: 100%; display: flex; align-items: center; gap: 34px; animation: ticker 24s linear infinite; font: 800 10px/1 Arial; letter-spacing: .15em; }
.ticker b { font-size: 18px; color: #c5ccd5; }

.origin { position: relative; padding: clamp(90px, 10vw, 170px) 5vw; background: #e9e6e1; background-image: linear-gradient(90deg, rgba(22,20,22,.065) 1px, transparent 1px), linear-gradient(rgba(22,20,22,.05) 1px, transparent 1px); background-size: 25vw 25vw; }
.section-index { position: absolute; top: 48px; left: 5vw; font: 800 10px/1 'Courier New', monospace; letter-spacing: .17em; color: #72152a; }
.origin-grid { display: grid; grid-template-columns: minmax(340px,.85fr) 1.15fr; gap: clamp(56px, 8vw, 130px); align-items: center; max-width: 1380px; margin: auto; }
.case-photo-wrap { position: relative; transform: rotate(-1.5deg); background: #faf7f1; border: 1px solid #252226; padding: 18px 18px 62px; box-shadow: 16px 18px 0 #241f22, 24px 28px 50px rgba(47,36,40,.22); }
.case-photo { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; filter: contrast(1.03) saturate(.92); border: 1px solid #bcb6b0; }
.case-tape { position: absolute; z-index: 2; top: -14px; left: 16%; width: 68%; padding: 9px 12px; transform: rotate(1deg); background: rgba(211,204,190,.92); box-shadow: 0 2px 7px rgba(20,16,18,.15); text-align: center; font: 800 9px/1 'Courier New', monospace; letter-spacing: .13em; }
.photo-mark { position: absolute; font: 800 9px/1.2 'Courier New', monospace; letter-spacing: .1em; color: #72152a; }
.mark-one { right: -12px; top: 20%; transform: rotate(9deg); }
.mark-two { bottom: 25px; left: 30px; transform: rotate(-1deg); }
.origin-copy h2 { font-size: clamp(58px, 6.5vw, 112px); line-height: .82; margin: 0 0 35px; }
.dark-ink { color: #72152a; }
.origin-copy > p:not(.eyebrow) { max-width: 700px; font: 400 17px/1.7 Georgia, serif; color: #322e31; }
.origin-copy .lead { font-size: clamp(20px, 1.7vw, 26px) !important; line-height: 1.48 !important; }
.why-grid { max-width: 1380px; margin: 110px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #221f21; border-left: 1px solid #221f21; }
.why-grid article { min-height: 280px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid #221f21; border-bottom: 1px solid #221f21; transition: background .3s, color .3s, transform .3s; }
.why-grid article:hover { background: #70152a; color: #fff; transform: translateY(-8px) rotate(-.5deg); }
.why-grid article > span { font: 800 10px/1 'Courier New', monospace; color: #8e243c; }
.why-grid article:hover > span { color: #fff; }
.why-grid h3 { margin: auto 0 16px; font: 900 clamp(28px, 2.5vw, 46px)/.92 Impact, 'Arial Narrow', sans-serif; letter-spacing: -.02em; }
.why-grid p { margin: 0; font: 400 14px/1.55 Georgia, serif; max-width: 270px; }

.relic-section { background: #141315; color: #f3eee7; padding: clamp(80px, 8vw, 140px) 4vw; }
.relic-heading { display: flex; justify-content: space-between; gap: 48px; align-items: end; max-width: 1480px; margin: 0 auto 46px; }
.relic-heading h2 { font-size: clamp(60px, 7.6vw, 128px); line-height: .8; margin: 0; }
.relic-instruction { max-width: 340px; margin: 0 0 8px; font: 400 16px/1.55 Georgia, serif; color: #beb8b2; }
.relic-world { position: relative; max-width: 1480px; margin: auto; min-height: 720px; overflow: hidden; border: 1px solid rgba(255,255,255,.42); background: #241c20; }
.relic-world > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(calc(.75 + var(--lens-tone) / 180)) contrast(1.08); transition: transform 1s, filter .5s; }
.relic-world:hover > img { transform: scale(1.02); }
.relic-vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--cursor-x) var(--cursor-y), transparent 0, rgba(12,11,12,.08) 28%, rgba(12,11,12,.72) 100%); }
.hotspot { position: absolute !important; width: 46px !important; height: 46px !important; border-radius: 50% !important; transform: translate(-50%, -50%); color: #111 !important; background: #f3eee7 !important; border: 2px solid #171417 !important; box-shadow: 0 0 0 7px rgba(243,238,231,.26), 0 0 0 0 rgba(177,50,79,.5); animation: hotspot 2.6s infinite; }
.hotspot:hover, .hotspot.active { color: #fff !important; background: #73162b !important; box-shadow: 0 0 0 9px rgba(115,22,43,.34), 0 0 30px rgba(91,140,230,.65); }
.hotspot span { font: 900 12px/1 Arial; }
.relic-card { position: absolute; right: 28px; bottom: 28px; width: min(380px, calc(100% - 56px)); background: rgba(235,231,224,.94); color: #181517; border: 1px solid #181517; padding: 22px; box-shadow: 10px 10px 0 rgba(18,15,17,.68); backdrop-filter: blur(14px); }
.relic-card-top { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid #8d8788; font: 700 8px/1 'Courier New', monospace; letter-spacing: .12em; }
.relic-icon { width: 52px; height: 52px; margin-top: 20px; display: grid; place-items: center; color: #fff; background: #72152a; border-radius: 50% 50% 50% 12%; }
.relic-icon svg { width: 23px; }
.relic-card h3 { margin: 18px 0 12px; font: 900 39px/.92 Impact, 'Arial Narrow', sans-serif; text-transform: uppercase; }
.relic-card > p { margin: 0; min-height: 88px; font: 400 14px/1.55 Georgia, serif; }
.relic-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding-top: 12px; border-top: 1px solid #8d8788; }
.relic-controls button { border: 1px solid #777072 !important; border-radius: 0 !important; }
.relic-controls span { font: 800 9px/1 'Courier New', monospace; letter-spacing: .14em; }

.memory-lab { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 150px); align-items: center; padding: clamp(90px, 10vw, 170px) 7vw; background: #d9d5cf; background-image: radial-gradient(circle at 12% 82%, rgba(113,22,42,.2), transparent 22%), linear-gradient(135deg, transparent 48%, rgba(37,33,36,.08) 49%, transparent 50%); }
.lab-copy h2 { margin: 0 0 28px; font-size: clamp(62px, 7.1vw, 120px); line-height: .8; }
.lab-copy > p:not(.eyebrow) { max-width: 520px; font: 400 17px/1.6 Georgia, serif; color: #3c373a; }
.mixer { max-width: 520px; margin: 42px 0 24px; display: grid; gap: 24px; }
.mixer label { display: grid; grid-template-columns: 1fr auto; gap: 10px; font: 800 9px/1 'Courier New', monospace; letter-spacing: .14em; }
.mixer input { grid-column: 1/-1; width: 100%; appearance: none; height: 2px; background: #3b3538; }
.mixer input::-webkit-slider-thumb { appearance: none; width: 22px; height: 22px; border-radius: 50%; border: 4px solid #e6e1da; background: #72152a; box-shadow: 0 0 0 1px #171417; cursor: ew-resize; }
.mixer output { color: #72152a; }
.reset-button { border-radius: 0 !important; height: 44px !important; border-color: #373236 !important; background: transparent !important; font: 800 10px/1 Arial !important; letter-spacing: .12em; text-transform: uppercase; }
.lens-machine { max-width: 780px; border-radius: 44px; padding: 24px; color: #e9e4dd; background: linear-gradient(145deg, #423e40, #111012 65%); border: 3px solid #9a9693; box-shadow: inset 0 0 0 7px #222022, inset 0 0 0 8px #777274, 0 45px 80px rgba(34,22,27,.32); transform: rotate(.7deg); }
.machine-top, .machine-bottom { display: flex; justify-content: space-between; font: 700 8px/1 'Courier New', monospace; letter-spacing: .12em; }
.machine-top { padding: 5px 8px 22px; }
.machine-top span:last-child { color: #6fa0ff; }
.machine-lenses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.machine-lens { height: auto !important; aspect-ratio: 1 !important; position: relative !important; display: grid !important; place-items: center !important; border-radius: 50% !important; border: 2px solid #b9b4b0 !important; background: radial-gradient(circle, #142342 0 5%, #030304 6% 29%, #333033 30% 35%, #070708 36% 51%, #aaa4a1 52% 56%, #292629 57% 66%, #0a090b 67%) !important; box-shadow: inset 0 0 25px #000, 0 12px 24px rgba(0,0,0,.5); overflow: visible !important; }
.machine-lens i { position: absolute; width: 16%; aspect-ratio: 1; top: 32%; left: 35%; border-radius: 50%; background: #77a2ff; filter: blur(1px); opacity: .3; transition: opacity .3s, box-shadow .3s; }
.machine-lens > span { position: absolute; right: 8%; bottom: 8%; width: 28px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: #e5e0d9; color: #181517; font: 900 9px/1 Arial; }
.machine-lens.active { transform: translateY(-8px) !important; box-shadow: inset 0 0 25px #000, 0 0 0 5px #70152a, 0 0 50px rgba(79,140,255,.48) !important; }
.machine-lens.active i { opacity: 1; box-shadow: 0 0 30px 12px rgba(79,140,255,.65); }
.memory-readout { min-height: 212px; margin: 22px 0; padding: 26px; border: 1px solid #625d60; background: #e8e3dc; color: #1a1719; }
.memory-readout > p:first-child { margin: 0; font: 800 9px/1 'Courier New', monospace; letter-spacing: .15em; color: #71162b; }
.memory-readout h3 { margin: 18px 0 8px; font: 900 clamp(32px, 3.4vw, 52px)/.9 Impact, 'Arial Narrow', sans-serif; text-transform: uppercase; }
.memory-readout p:last-child { margin: 0; max-width: 590px; font: 400 15px/1.55 Georgia, serif; }
.machine-bottom { padding: 0 8px 5px; opacity: .55; }

.memory-tape-section { background: #72152a; color: #f4efe8; padding: clamp(80px, 8vw, 125px) 0; }
.tape-header { display: flex; justify-content: space-between; align-items: end; gap: 32px; padding: 0 6vw 34px; }
.memory-tape-section h2 { margin: 0; font-size: clamp(50px, 6.7vw, 100px); line-height: .84; }
.tape-arrows { display: flex; gap: 8px; }
.tape-arrows button { color: #fff !important; border-color: rgba(255,255,255,.6) !important; border-radius: 0 !important; background: transparent !important; }
.memory-tape { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 0 6vw 28px; cursor: ew-resize; }
.memory-tape::-webkit-scrollbar { display: none; }
.tape-card { flex: 0 0 min(390px, 78vw); min-height: 370px; scroll-snap-align: start; display: flex; flex-direction: column; padding: 26px; color: #1b181a; background: #e8e4dd; border: 1px solid #171417; box-shadow: 8px 8px 0 #2a0a12; transition: transform .3s; }
.tape-card:nth-child(even) { transform: translateY(18px) rotate(.6deg); background: #d9d5ce; }
.tape-card:hover { transform: translateY(-7px) rotate(-.6deg); }
.tape-number { align-self: end; font: 900 56px/.8 Impact, sans-serif; color: #7a1730; }
.tape-card time { margin-top: 56px; font: 800 10px/1 'Courier New', monospace; letter-spacing: .14em; }
.tape-card h3 { margin: 14px 0 10px; font: 900 38px/.9 Impact, 'Arial Narrow', sans-serif; }
.tape-card p { margin: 0; font: 400 14px/1.55 Georgia, serif; }
.wave { margin-top: auto; padding-top: 22px; overflow: hidden; white-space: nowrap; color: #72152a; font: 700 24px/1 monospace; letter-spacing: .18em; }

.roadmap { position: relative; min-height: 900px; padding: clamp(90px, 9vw, 150px) 5vw; overflow: hidden; background: #111012; color: #f0ebe4; }
.roadmap::before { content: ''; position: absolute; width: 45vw; aspect-ratio: 1; left: -20vw; top: 15%; border-radius: 50%; background: #6f1427; filter: blur(130px); opacity: .28; }
.route-title { max-width: 620px; position: relative; z-index: 2; }
.route-title h2 { margin: 0 0 22px; font-size: clamp(68px, 8.2vw, 132px); line-height: .78; }
.route-title > p:last-child { max-width: 430px; margin: 0; font: 400 16px/1.55 Georgia, serif; color: #aaa4a5; }
.route-map { position: relative; max-width: 1120px; height: 650px; margin: -180px 0 0 auto; }
.route-map svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.route-shadow, .route-line { fill: none; stroke-linecap: round; }
.route-shadow { stroke: #000; stroke-width: 20; opacity: .7; }
.route-line { stroke: #b7b1ab; stroke-width: 3; stroke-dasharray: 3 16; animation: route-dash 28s linear infinite; }
.moving-signal { fill: #6e99ff; }
.route-node { position: absolute !important; width: 92px !important; height: 92px !important; padding: 0 !important; display: grid !important; place-items: center !important; align-content: center !important; gap: 5px !important; border: 1px solid #d4cec6 !important; border-radius: 50% !important; background: #181619 !important; color: #eee8e1 !important; transform: translate(-50%, -50%); box-shadow: 0 0 0 8px rgba(20,18,20,.88); }
.route-node b { font: 900 24px/.9 Impact, sans-serif; }
.route-node span { font: 700 7px/1 Arial; letter-spacing: .08em; }
.route-node:hover, .route-node.active { background: #72152a !important; transform: translate(-50%, -50%) scale(1.13) rotate(-5deg); box-shadow: 0 0 0 8px rgba(113,22,42,.3), 0 0 40px rgba(79,140,255,.32); }
.route-readout { position: absolute; right: 10%; top: 38%; width: min(390px, 38vw); min-height: 270px; padding: 25px; background: rgba(231,226,218,.95); color: #171417; border: 1px solid #171417; box-shadow: 11px 11px 0 #72152a; }
.route-readout > span { float: right; padding: 7px 9px; background: #72152a; color: #fff; font: 800 8px/1 'Courier New', monospace; letter-spacing: .1em; }
.route-readout > p:first-of-type { margin: 0; font: 800 9px/1 'Courier New', monospace; letter-spacing: .13em; color: #72152a; }
.route-readout h3 { margin: 54px 0 12px; font: 900 43px/.86 Impact, 'Arial Narrow', sans-serif; }
.route-readout > p:last-of-type { min-height: 66px; margin: 0; font: 400 14px/1.5 Georgia, serif; }
.route-readout button { margin-top: 18px; padding: 0 !important; height: 28px !important; border-radius: 0 !important; font: 800 9px/1 Arial !important; letter-spacing: .1em; text-transform: uppercase; }

.archive-terminal { padding: clamp(80px, 9vw, 140px) 6vw; background: #e2ded8; color: #181517; }
.terminal-head { display: flex; justify-content: space-between; padding: 15px 18px; background: #181517; color: #f1ece5; font: 700 9px/1 'Courier New', monospace; letter-spacing: .14em; }
.terminal-live { color: #759cff; }
.terminal-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #181517; }
.terminal-grid > div { padding: clamp(38px, 5vw, 80px); border-right: 1px solid #181517; }
.archive-terminal h2 { margin: 0 0 36px; font-size: clamp(58px, 6.7vw, 110px); line-height: .8; }
.question-list { display: grid; border-top: 1px solid #746e71; }
.question { justify-content: flex-start !important; width: 100% !important; height: auto !important; padding: 15px 0 !important; border-radius: 0 !important; border-bottom: 1px solid #746e71 !important; font: 700 13px/1.2 Arial !important; }
.question span { color: #72152a; font-size: 22px; transition: transform .25s; }
.question.active { color: #72152a !important; }
.question.active span { transform: rotate(45deg); }
.answer { margin: 0; min-height: 570px; padding: clamp(42px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; background: #70152a; color: #f4efe7; }
.answer > span, .answer footer { font: 700 9px/1.3 'Courier New', monospace; letter-spacing: .14em; }
.answer p { margin: 50px 0; font: italic 400 clamp(26px, 3vw, 46px)/1.25 Georgia, serif; }
.answer footer { opacity: .68; }

.final-call { min-height: 820px; position: relative; display: grid; place-items: center; isolation: isolate; overflow: hidden; color: #fff; }
.final-call > img { position: absolute; inset: -3%; z-index: -3; width: 106%; height: 106%; object-fit: cover; filter: saturate(1.05) contrast(1.04); }
.final-overlay { position: absolute; inset: 0; z-index: -2; background: rgba(15,13,15,.54); backdrop-filter: blur(1px); }
.final-copy { text-align: center; padding: 80px 5vw; }
.final-copy > p { font: 800 10px/1 'Courier New', monospace; letter-spacing: .18em; }
.final-call h2 { margin: 24px 0 38px; font-size: clamp(76px, 12vw, 190px); line-height: .75; text-shadow: 0 9px 35px rgba(0,0,0,.35); }
.final-copy > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.final-buy { background: #f1ece4 !important; }
.final-x { height: 54px !important; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #f1ece4 !important; border-radius: 0 !important; padding: 0 24px !important; background: rgba(15,13,15,.5) !important; color: #fff !important; font: 800 11px/1 Arial !important; letter-spacing: .13em; text-transform: uppercase; }
.site-footer { min-height: 120px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 24px 4vw; background: #141315; color: #eee9e2; border-top: 1px solid #5a5558; }
.site-footer > p { margin: 0; font: 700 9px/1.3 'Courier New', monospace; letter-spacing: .13em; text-align: center; opacity: .62; }
.site-footer > div { justify-self: end; display: flex; gap: 22px; font: 800 10px/1 Arial; letter-spacing: .12em; }

@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(177,50,79,0); } 100% { box-shadow: 0 0 0 0 rgba(177,50,79,0); } }
@keyframes lens-breathe { 50% { box-shadow: inset 0 0 0 6px rgba(255,255,255,.08), 0 0 52px rgba(71,120,217,.82); } }
@keyframes camera-flash { 0% { opacity: 0; } 12% { opacity: .92; } 20% { opacity: 0; } 31% { opacity: .48; } 100% { opacity: 0; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes hotspot { 55% { box-shadow: 0 0 0 13px rgba(243,238,231,0), 0 0 0 0 rgba(177,50,79,0); } }
@keyframes route-dash { to { stroke-dashoffset: -380; } }

@media (max-width: 1100px) {
  .site-header nav { display: none; }
  .menu-button { display: inline-flex !important; }
  .mobile-nav { position: absolute; z-index: 11; top: 86px; right: 4vw; width: min(330px, 92vw); display: grid; background: rgba(20,18,20,.96); color: #fff; border: 1px solid rgba(255,255,255,.38); backdrop-filter: blur(18px); }
  .mobile-nav a { padding: 19px 22px; border-bottom: 1px solid rgba(255,255,255,.17); font: 800 11px/1 Arial; letter-spacing: .12em; }
  .origin-grid { gap: 56px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .relic-world { min-height: 640px; }
  .memory-lab { gap: 55px; padding-inline: 5vw; }
  .route-map { margin-top: -90px; }
}

@media (max-width: 820px) {
  .cursor-glow { display: none; }
  .hero { min-height: 940px; }
  .hero-art { height: 68%; object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, #121113 24%, rgba(18,17,19,.65) 51%, rgba(18,17,19,.03) 83%); }
  .hero-copy { padding: 500px 5vw 160px; }
  .hero h1 { font-size: clamp(54px, 15vw, 92px); }
  .hero-intro { max-width: 540px; }
  .lens-dock { top: 390px; left: 5vw; right: auto; justify-items: start; }
  .hero-note, .signal-pill { display: none; }
  .scroll-ticket { left: 5vw; transform: none; }
  .origin-grid, .memory-lab, .terminal-grid { grid-template-columns: 1fr; }
  .origin-copy { order: -1; }
  .case-photo-wrap { max-width: 620px; margin: auto; }
  .why-grid { margin-top: 80px; }
  .relic-heading { display: block; }
  .relic-instruction { margin-top: 28px; }
  .relic-world { min-height: 760px; }
  .hotspot { display: none !important; }
  .relic-world > img { height: 55%; }
  .relic-vignette { background: linear-gradient(0deg, #151315 42%, transparent 82%); }
  .relic-card { right: 5vw; bottom: 34px; left: 5vw; width: auto; }
  .memory-lab { gap: 55px; }
  .lens-machine { max-width: 680px; }
  .route-map { height: 720px; margin: 20px auto 0; }
  .route-readout { top: 42%; right: 50%; width: min(420px, 70vw); transform: translate(50%, -50%); }
  .route-node { width: 76px !important; height: 76px !important; }
  .route-node:nth-of-type(2) { left: 30% !important; top: 11% !important; }
  .route-node:nth-of-type(3) { left: 90% !important; top: 25% !important; }
  .route-node:nth-of-type(4) { left: 76% !important; top: 78% !important; }
  .route-node:nth-of-type(5) { left: 9% !important; top: 78% !important; }
  .terminal-grid > div { border-right: 0; border-bottom: 1px solid #181517; }
  .answer { min-height: 460px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { display: none; }
}

@media (max-width: 560px) {
  .site-header { height: 70px; padding-inline: 18px; }
  .x-link { display: none; }
  .mobile-nav { top: 70px; right: 18px; }
  .hero { min-height: 910px; }
  .hero-art { height: 54%; object-position: 58% center; }
  .hero-copy { padding: 440px 18px 130px; }
  .hero h1 { font-size: clamp(51px, 16vw, 76px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions button { width: 100%; }
  .key-hint { display: none; }
  .lens-dock { top: 354px; left: 18px; }
  .lens-button { width: 47px !important; height: 47px !important; }
  .origin, .relic-section, .memory-lab, .roadmap, .archive-terminal { padding-left: 18px; padding-right: 18px; }
  .origin { padding-top: 110px; }
  .origin-copy h2, .relic-heading h2, .lab-copy h2, .route-title h2, .archive-terminal h2 { font-size: clamp(53px, 16vw, 76px); }
  .origin-copy > p:not(.eyebrow) { font-size: 15px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 220px; }
  .relic-world { min-height: 660px; }
  .relic-world > img { height: 43%; object-position: center; }
  .relic-card { left: 12px; right: 12px; bottom: 12px; }
  .machine-lens > span { width: 22px; }
  .lens-machine { padding: 16px; border-radius: 28px; }
  .memory-readout { min-height: 260px; padding: 20px; }
  .tape-header { padding-inline: 18px; }
  .memory-tape { padding-inline: 18px; }
  .tape-arrows { display: none; }
  .roadmap { min-height: 930px; }
  .route-map { height: 650px; }
  .route-map svg { display: none; }
  .route-node { width: 68px !important; height: 68px !important; }
  .route-node:nth-of-type(1) { left: 8% !important; top: 10% !important; }
  .route-node:nth-of-type(2) { left: 30% !important; top: 0 !important; }
  .route-node:nth-of-type(3) { left: 92% !important; top: 11% !important; }
  .route-node:nth-of-type(4) { left: 85% !important; top: 90% !important; }
  .route-node:nth-of-type(5) { left: 5% !important; top: 89% !important; }
  .route-readout { top: 45%; width: calc(100% - 28px); }
  .terminal-head span:last-child { display: none; }
  .terminal-grid > div, .answer { padding: 34px 22px; }
  .answer p { margin: 32px 0; font-size: 27px; }
  .final-call { min-height: 690px; }
  .final-call h2 { font-size: clamp(76px, 22vw, 118px); }
  .final-copy > div { display: grid; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer > div { justify-self: center; }
}

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