:root {
  --ink: #11120f;
  --paper: #efe7d0;
  --acid: #c7ff4a;
  --coral: #ff6d50;
  --muted: #9d998d;
  --line: rgba(239, 231, 208, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  overflow-x: hidden;
}
button, a { font: inherit; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .13;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.masthead {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 18px 24px; border-bottom: 1px solid var(--line); position: relative; z-index: 3;
}
.wordmark { color: var(--paper); text-decoration: none; font-size: clamp(20px, 2.2vw, 34px); letter-spacing: -.08em; font-weight: 900; }
.wordmark b { color: var(--acid); }
.status { font-size: 10px; letter-spacing: .14em; }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px var(--acid); animation: blink 1.1s steps(2) infinite; }
.tiny-link { justify-self: end; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.hero { min-height: 88vh; display: grid; grid-template-columns: .82fr 1.18fr; border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 6vw, 96px); border-right: 1px solid var(--line); }
.kicker, .section-number { color: var(--acid); font-size: 11px; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 7vw, 118px); line-height: .83; letter-spacing: -.065em; margin-bottom: 34px; }
h1 em { color: var(--acid); font-style: italic; font-weight: 400; }
.dek { max-width: 640px; color: #c7c0ad; font-family: Georgia, serif; font-size: clamp(18px, 1.8vw, 27px); line-height: 1.35; }
.hero-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-top: 18px; }
button { border: 0; background: var(--acid); color: var(--ink); padding: 16px 20px; font-weight: 900; cursor: pointer; box-shadow: 6px 6px 0 var(--coral); transition: transform .15s, box-shadow .15s; }
button:hover, button:focus-visible { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--coral); }
.ticker { border: 1px solid var(--line); padding: 12px 15px; color: var(--muted); font-size: 12px; }
.hero-visual { margin: 0; min-height: 520px; position: relative; background: #080906; overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; filter: contrast(1.06); }
.hero-visual figcaption { position: absolute; left: 22px; bottom: 22px; background: var(--paper); color: var(--ink); padding: 10px 13px; transform: rotate(-1deg); font-size: 10px; box-shadow: 5px 5px 0 var(--coral); }
.hero-visual small { opacity: .65; }
.terminal { margin: 7vw auto; width: min(1120px, calc(100% - 40px)); border: 1px solid var(--acid); box-shadow: 14px 14px 0 rgba(199,255,74,.13); }
.terminal-bar { display: flex; justify-content: space-between; background: var(--acid); color: var(--ink); padding: 8px 12px; font-size: 11px; font-weight: 900; }
.terminal-grid { display: grid; grid-template-columns: 1fr 210px; }
.prompt { padding: 34px; min-height: 220px; line-height: 1.8; color: #e9e3d2; }
.prompt span { color: var(--acid); }
.prompt strong { display: block; margin-top: 18px; color: var(--coral); }
.terminal aside { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; align-content: center; padding: 26px; border-left: 1px solid var(--line); }
.terminal aside span { color: var(--muted); }
.terminal aside b { color: var(--acid); font-size: 22px; }
.manifesto { padding: 8vw 5vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; }
.manifesto h2, .receipt h2, .finale h2 { font-family: Georgia, serif; font-size: clamp(42px, 6vw, 94px); line-height: .96; letter-spacing: -.045em; }
.copy-stack { color: #c7c0ad; font-size: clamp(16px, 1.5vw, 22px); line-height: 1.6; }
.awards { display: grid; grid-template-columns: repeat(3, 1fr); }
.awards article { min-height: 340px; padding: 34px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.awards article:nth-child(2) { background: var(--paper); color: var(--ink); transform: rotate(1deg); }
.awards article:last-child { border-right: 0; }
.awards span { color: var(--coral); font-size: 11px; }
.awards h3 { font-family: Georgia, serif; font-size: clamp(28px, 3vw, 48px); line-height: 1; }
.awards p { color: var(--muted); font-size: 12px; }
.receipt { display: grid; grid-template-columns: 180px 1fr 1fr; gap: 4vw; align-items: start; padding: 8vw 5vw; background: var(--acid); color: var(--ink); }
.stamp { border: 3px solid var(--ink); border-radius: 50%; aspect-ratio: 1; display: grid; place-items: center; text-align: center; font-weight: 900; transform: rotate(-8deg); }
.receipt .section-number { color: var(--ink); opacity: .7; }
.receipt ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ink); }
.receipt li { padding: 18px 0; border-bottom: 1px solid var(--ink); line-height: 1.4; }
.receipt li span { display: inline-block; width: 40px; color: #596e24; }
.finale { min-height: 75vh; display: grid; place-content: center; text-align: center; position: relative; overflow: hidden; padding: 80px 24px; }
.finale p { color: var(--coral); letter-spacing: .18em; }
.finale h2 { position: relative; z-index: 2; }
.orbit { position: absolute; width: min(70vw, 760px); aspect-ratio: 1; border: 2px solid var(--acid); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: .28; animation: orbit 9s linear infinite; }
.orbit::before { content: ''; position: absolute; inset: 12%; border: 1px dashed var(--paper); border-radius: 50%; }
.orbit span { position: absolute; top: -18px; left: 50%; background: var(--coral); color: var(--ink); padding: 10px; font-weight: 900; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 5vw; padding: 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; }
footer p { margin: 0; max-width: 900px; }
.build-note { color: var(--acid); text-align: right; }
@keyframes blink { 50% { opacity: .25; } }
@keyframes orbit { to { transform: translate(-50%, -50%) rotate(360deg); } }
@media (max-width: 800px) {
  .masthead { grid-template-columns: 1fr auto; }
  .tiny-link { display: none; }
  .hero, .manifesto-grid, .receipt, footer { grid-template-columns: 1fr; }
  .hero-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-visual { min-height: 390px; }
  .terminal-grid { grid-template-columns: 1fr; }
  .terminal aside { border-left: 0; border-top: 1px solid var(--line); }
  .awards { grid-template-columns: 1fr; }
  .awards article { border-right: 0; border-bottom: 1px solid var(--line); min-height: 250px; }
  .receipt .stamp { width: 130px; }
  .build-note { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
