:root {
  color-scheme: dark;
  --bg: #08090a;
  --panel: #101214;
  --line: rgba(255,255,255,.17);
  --text: #f5f5f3;
  --muted: #989da1;
  --acid: #48e27d;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--text); background: var(--bg); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip { position: fixed; z-index: 100; top: -80px; left: 20px; padding: 12px 18px; color: #000; background: #fff; }
.skip:focus { top: 20px; }
.noise { position: fixed; inset: 0; z-index: 50; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.topbar { position: fixed; z-index: 40; inset: 0 0 auto; height: 72px; padding: 0 clamp(22px,4vw,72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(8,9,10,.78); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.brand img { border-radius: 50%; }
nav { display: flex; gap: clamp(18px,3vw,46px); color: #bdc0c2; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: #fff; }

.hero { position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(5,6,7,.96) 0%,rgba(5,6,7,.68) 47%,rgba(5,6,7,.15) 72%), linear-gradient(0deg,var(--bg),transparent 34%); }
.hero-bg { position: absolute; z-index: -2; inset: 0; background: url('/assets/hero.webp') center/cover no-repeat; filter: grayscale(1) contrast(1.08) brightness(.56); transform: scale(1.015); }
.hero-copy { position: relative; z-index: 5; width: min(740px,88vw); padding: clamp(142px,17vh,210px) 0 90px clamp(24px,7vw,132px); }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .23em; }
.logo { width: min(510px,80vw); margin: -80px 0 -86px -28px; opacity: .24; filter: grayscale(1); }
h1,h2,h3 { font-family: "Arial Black", Impact, sans-serif; letter-spacing: -.035em; margin: 0; line-height: .94; }
h1 { font-size: clamp(50px,7.4vw,118px); }
h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.lead { max-width: 660px; margin: 30px 0; color: #c6c8ca; font-size: clamp(17px,1.5vw,23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 58px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.7); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .16s,background .16s,color .16s; }
.button:hover,.button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #08090a; background: #f5f5f3; }
.button-primary:hover,.button-primary:focus-visible { background: var(--acid); border-color: var(--acid); }
.button-ghost { background: rgba(0,0,0,.25); }
.release-brief { display: flex; align-items: center; gap: 10px; margin: 22px 0 0; color: #8f9498; font-size: 12px; letter-spacing: .08em; }
.signal { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 16px var(--acid); }
.character { position: absolute; z-index: 2; bottom: -2%; pointer-events: none; user-select: none; filter: grayscale(.88) contrast(1.04) drop-shadow(0 28px 48px #000); }
.character-jager { right: 24%; width: clamp(300px,31vw,570px); }
.character-anton { right: -7%; width: clamp(270px,27vw,520px); opacity: .74; }
.scroll-mark { position: absolute; right: 34px; bottom: 28px; color: #74787c; writing-mode: vertical-rl; font-size: 10px; letter-spacing: .2em; }

.section { max-width: 1500px; margin: 0 auto; padding: clamp(84px,10vw,160px) clamp(24px,7vw,100px); }
.section-index { margin-bottom: 68px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: #71767a; font-size: 11px; letter-spacing: .2em; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,8vw,150px); }
h2 { font-size: clamp(46px,6vw,96px); }
.story-copy { color: #b6b9bc; font-size: clamp(17px,1.35vw,21px); line-height: 1.72; }
.story-copy p:first-child { margin-top: 0; }
.timeline { margin: 90px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; border-top: 1px solid var(--line); }
.timeline li { position: relative; min-height: 150px; padding: 28px 22px; border-right: 1px solid var(--line); }
.timeline li::before { content: ""; position: absolute; top: -5px; left: 22px; width: 9px; height: 9px; background: #fff; }
.timeline strong,.timeline span { display: block; }
.timeline strong { font-size: 12px; letter-spacing: .12em; }
.timeline span { margin-top: 18px; color: #8c9195; line-height: 1.45; }

.features { border-block: 1px solid var(--line); max-width: none; }
.features > * { max-width: 1360px; margin-left: auto; margin-right: auto; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border: 1px solid var(--line); }
.cards article { min-height: 300px; padding: 34px; border-right: 1px solid var(--line); background: linear-gradient(145deg,rgba(255,255,255,.035),transparent 65%); }
.cards article:last-child { border: 0; }
.cards article > span { color: var(--acid); font: 800 12px/1 monospace; }
.cards h3 { margin-top: 70px; font-size: 28px; }
.cards p { color: #969b9f; line-height: 1.65; }

.release { max-width: 1640px; }
.release-panel { display: grid; grid-template-columns: 1fr minmax(430px,560px); gap: clamp(50px,9vw,160px); align-items: center; }
.release-note { max-width: 620px; color: #9da1a5; font-size: 18px; line-height: 1.7; }
.download-card { padding: clamp(28px,4vw,52px); border: 1px solid rgba(255,255,255,.42); background: #0e1012; box-shadow: 18px 18px 0 #050606; }
.download-meta { display: flex; align-items: end; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.download-meta span { color: #858a8e; font-size: 11px; letter-spacing: .13em; }
.download-meta strong { font: 900 38px/1 "Arial Black",sans-serif; }
dl { margin: 25px 0; }
dl div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
dt { color: #777c80; }
dd { margin: 0; overflow-wrap: anywhere; text-align: right; }
#release-sha { font: 11px/1.5 monospace; color: #b9bdc0; }
.button-wide { width: 100%; }
.safe-note { margin: 18px 0 0; color: #74797d; font-size: 12px; line-height: 1.5; }

footer { min-height: 100px; padding: 0 clamp(24px,4vw,70px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: #696e72; font-size: 10px; letter-spacing: .13em; }
footer b { color: var(--acid); }

@media (max-width: 980px) {
  nav { display: none; }
  .hero-copy { padding-left: 7vw; }
  .character-jager { right: -8%; opacity: .4; }
  .character-anton { display: none; }
  .story-grid,.release-panel { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(2,1fr); }
  .cards { grid-template-columns: 1fr; }
  .cards article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .cards h3 { margin-top: 40px; }
}

@media (max-width: 600px) {
  .topbar { height: 62px; }
  .brand span { display: none; }
  .hero-copy { padding-top: 126px; }
  .logo { margin-bottom: -54px; }
  .lead { font-size: 16px; }
  .button { width: 100%; }
  .section-index { margin-bottom: 46px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li { min-height: 112px; border-right: 0; border-bottom: 1px solid var(--line); }
  .download-card { box-shadow: 8px 8px 0 #050606; }
  dl div { grid-template-columns: 90px 1fr; font-size: 13px; }
  footer { flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; }
}
