@font-face{font-family:Geist;src:url('/fonts/geist-400-800-latin.woff2') format('woff2');font-weight:400 800;font-display:swap}
@font-face{font-family:Poster;src:url('/fonts/barlow-condensed-700-latin.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:Mono;src:url('/fonts/ibm-plex-mono-500-latin.woff2') format('woff2');font-weight:500;font-display:swap}
:root{color-scheme:dark;--bg:#0a0b09;--ink:#f1f5ee;--muted:#a8b4aa;--line:#3c483f;--lime:#c6ff3d}
*{box-sizing:border-box}
html,body{min-height:100%}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Geist,Arial,sans-serif}
::selection{background:var(--lime);color:var(--bg)}
.skip-link{position:absolute;top:-60px;left:16px;z-index:10;padding:10px 14px;background:var(--lime);color:var(--bg);font-weight:800}
.skip-link:focus{top:16px}
.page-frame{min-height:100svh;display:flex;flex-direction:column;max-width:1920px;margin:auto;padding:0 clamp(18px,3.5vw,64px)}
.topbar,.footer{display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar{min-height:84px;border-bottom:1px solid var(--line)}
.wordmark{font:700 34px/1 Poster,Impact,sans-serif;letter-spacing:.005em}
.wordmark-stop,.period{color:var(--lime)}
.topbar-status,.eyebrow,.subline,.art-caption,.footer{font-family:Mono,ui-monospace,monospace;font-weight:500;letter-spacing:.09em}
.topbar-status{display:flex;align-items:center;gap:10px;color:var(--lime);font-size:11px;white-space:nowrap}
.status-dot{width:7px;height:7px;background:var(--lime);box-shadow:0 0 0 4px #c6ff3d18}
.hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);align-items:stretch;flex:1;min-height:620px;border-bottom:1px solid var(--line)}
.hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:64px clamp(20px,4vw,70px) 72px 0}
.eyebrow{display:flex;justify-content:space-between;gap:20px;max-width:650px;margin:0 0 34px;color:var(--lime);font-size:12px}
h1{margin:0;font:700 clamp(100px,14vw,242px)/.76 Poster,Impact,sans-serif;letter-spacing:-.016em;text-transform:uppercase;white-space:nowrap}
h1 span{color:var(--lime)}
.subline{margin:46px 0 0;color:var(--ink);font-size:clamp(12px,1.15vw,16px)}
.hero-art{position:relative;min-height:520px;overflow:hidden;border-left:1px solid var(--line);background:radial-gradient(circle at 50% 50%,#253821 0%,#121b13 35%,#0b100b 70%)}
.art-grid{position:absolute;inset:0;background-image:linear-gradient(#c6ff3d0c 1px,transparent 1px),linear-gradient(90deg,#c6ff3d0c 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,transparent,#000 25%,#000)}
.art-x{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%) rotate(-11deg);font:700 clamp(440px,54vw,800px)/.8 Poster,Impact,sans-serif;color:var(--lime);text-shadow:0 0 90px #c6ff3d26;opacity:.95}
.art-caption{position:absolute;left:clamp(20px,3vw,50px);right:clamp(20px,3vw,50px);bottom:30px;display:flex;justify-content:space-between;gap:20px;padding-top:15px;border-top:1px solid #c6ff3d7a;color:var(--lime);font-size:10px}
.footer{min-height:64px;color:var(--muted);font-size:10px}
@media(max-width:950px){.hero{grid-template-columns:1fr;min-height:0}.hero-copy{min-height:520px;padding:66px 0}.hero-art{min-height:360px;border-left:0;border-top:1px solid var(--line)}.art-x{font-size:590px}.art-grid{mask-image:none}}
@media(max-width:600px){
  .page-frame{padding-inline:clamp(16px,4.6vw,24px)}
  .topbar{min-height:68px}
  .wordmark{font-size:29px}
  .topbar-status{font-size:9px;gap:7px;letter-spacing:.04em}
  .hero{grid-template-rows:auto minmax(270px,1fr)}
  .hero-copy{min-height:0;justify-content:flex-start;padding:clamp(38px,5.6svh,56px) 0 32px}
  .eyebrow{margin-bottom:22px;font-size:10px;gap:12px}
  h1{font-size:clamp(84px,21vw,112px)}
  .subline{margin-top:27px;font-size:11px;line-height:1.5}
  .hero-art{min-height:270px}
  .art-x{top:45%;font-size:clamp(265px,85vw,360px)}
  .art-caption{left:18px;right:18px;bottom:16px;gap:8px;font-size:9px}
  .footer{min-height:56px;font-size:9px}
}
@media(max-width:390px){
  .art-caption span:last-child{max-width:60%;text-align:right}
}
@media(max-width:600px) and (max-height:700px){
  .hero{grid-template-rows:auto minmax(215px,1fr)}
  .hero-copy{padding-top:30px;padding-bottom:24px}
  .eyebrow{margin-bottom:18px}
  .subline{margin-top:20px}
  .hero-art{min-height:215px}
  .art-x{top:36%;font-size:clamp(200px,60vw,260px)}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
