@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #080b0d;
  --panel: #101719;
  --panel-soft: #151e20;
  --line: #293638;
  --line-bright: #405052;
  --paper: #eef4ed;
  --muted: #98a8a1;
  --acid: #d9ff54;
  --cyan: #99f1dc;
  --amber: #ffbe68;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
  --sans: 'Space Grotesk', Inter, ui-sans-serif, system-ui, sans-serif;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(217,255,84,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(217,255,84,.06) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
a { color: inherit; }
.site-shell { width: min(100% - 40px, var(--max)); margin: 0 auto; position: relative; }
.site-header { min-height: 92px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark, .footer-mark { color: var(--acid); font: 500 24px/1 var(--mono); letter-spacing: -.12em; }
.brand-cursor { color: var(--cyan); }
.brand-name { color: var(--muted); font: 10px/1.25 var(--mono); letter-spacing: .1em; }
.site-nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font: 11px var(--mono); }
.site-nav a { text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--acid); }
.nav-index { color: var(--acid); }
.section-grid { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 48px; }
.hero { min-height: 690px; align-items: center; padding: 110px 0 120px; }
.hero-copy { max-width: 700px; }
.eyebrow, .section-label, .console-topline, .console-path, .console-command, .dispatch-meta, .dispatch-tags, .form-note, .form-status, .site-footer { font: 11px/1.5 var(--mono); letter-spacing: .04em; }
.eyebrow { color: var(--cyan); text-transform: uppercase; margin: 0 0 26px; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(217,255,84,.12); margin-right: 10px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; font-size: clamp(58px, 9vw, 122px); line-height: .89; letter-spacing: -.085em; margin: 0 0 34px; font-weight: 600; }
h1 span, h2 em { color: var(--acid); font-style: normal; }
.hero-lede { max-width: 495px; color: var(--muted); font-size: 18px; line-height: 1.55; margin-bottom: 42px; }
.newsletter-form { max-width: 550px; position: relative; }
.hero-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.newsletter-form input[type='email'] { width: 100%; min-height: 52px; border: 1px solid var(--line-bright); border-radius: 2px; padding: 0 16px; background: rgba(16,23,25,.82); color: var(--paper); font: 13px var(--mono); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.newsletter-form input[type='email']:focus { border-color: var(--acid); box-shadow: 0 0 0 3px rgba(217,255,84,.12); }
.newsletter-form input::placeholder { color: #687975; }
button { min-height: 52px; border: 0; border-radius: 2px; padding: 0 18px; background: var(--acid); color: var(--ink); font: 500 12px var(--mono); cursor: pointer; transition: transform .2s ease, background .2s ease; white-space: nowrap; }
button:hover, button:focus-visible { background: #f0ff99; transform: translateY(-2px); }
button:disabled { opacity: .62; cursor: wait; transform: none; }
.form-note { grid-column: 1 / -1; color: #6e7f79; margin: 4px 0 0; }
.form-status { grid-column: 1 / -1; min-height: 18px; color: var(--cyan); margin: 0; }
.form-status.error { color: var(--amber); }
.honey-field { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.hero-console { width: min(100%, 470px); justify-self: end; border: 1px solid var(--line-bright); background: rgba(16,23,25,.86); box-shadow: 18px 18px 0 rgba(217,255,84,.08); }
.console-topline { display: flex; justify-content: space-between; padding: 13px 16px; border-bottom: 1px solid var(--line); color: var(--muted); }
.console-topline span:last-child { color: var(--acid); }
.console-body { min-height: 390px; padding: 28px 24px 20px; display: flex; flex-direction: column; }
.console-orbit { width: 160px; height: 160px; margin: 0 auto 32px; border: 1px solid var(--line-bright); border-radius: 50%; position: relative; display: grid; place-items: center; }
.console-orbit::before, .console-orbit::after { content: ''; position: absolute; border: 1px solid rgba(153,241,220,.44); border-radius: 50%; inset: 22px; transform: rotate(55deg) skewX(24deg); }
.console-orbit::after { inset: 43px; transform: rotate(-48deg) skewX(32deg); border-color: rgba(217,255,84,.65); }
.console-orbit span { width: 12px; height: 12px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 26px var(--acid); }
.console-path { color: var(--cyan); margin: 0 0 18px; }
.console-command { color: var(--paper); margin-bottom: 18px; }
.prompt { color: var(--acid); margin-right: 8px; }
.console-output { color: var(--muted); font: 12px/2 var(--mono); padding-left: 24px; border-left: 1px solid var(--line-bright); }
.console-output span { color: var(--acid); margin-right: 12px; }
.console-footer { border-top: 1px solid var(--line); margin-top: auto; padding-top: 18px; color: #62726e; font: 10px var(--mono); display: flex; justify-content: space-between; }
.section-label { padding-top: 9px; color: var(--muted); display: flex; gap: 13px; text-transform: uppercase; }
.section-label span:first-child { color: var(--acid); }
.manifesto { padding: 110px 0 130px; border-top: 1px solid var(--line); }
.section-heading h2 { font-size: clamp(40px, 6vw, 78px); line-height: .97; letter-spacing: -.07em; font-weight: 500; margin-bottom: 78px; }
.manifesto-list { border-top: 1px solid var(--line); }
.manifesto-item { display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 22px; padding: 25px 0 28px; border-bottom: 1px solid var(--line); }
.item-number { color: var(--acid); font: 12px var(--mono); }
.manifesto-item h3 { font-size: 20px; letter-spacing: -.03em; margin: 0 0 10px; font-weight: 500; }
.manifesto-item p { color: var(--muted); line-height: 1.6; max-width: 630px; margin: 0; }
.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--acid); display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; text-transform: uppercase; font: 11px var(--mono); overflow: hidden; }
.strip-symbol { color: var(--cyan); }
.archive { padding: 120px 0 130px; }
.archive-heading h2 { margin-bottom: 60px; }
.dispatches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dispatch { min-height: 310px; border: 1px solid var(--line); padding: 22px; display: flex; flex-direction: column; transition: border-color .2s ease, background .2s ease; }
.dispatch:hover { border-color: var(--line-bright); background: rgba(21,30,32,.65); }
.dispatch-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--cyan); text-transform: uppercase; padding-bottom: 42px; }
.dispatch-meta span:last-child { color: var(--muted); }
.dispatch h3 { font-size: 25px; line-height: 1.08; letter-spacing: -.05em; font-weight: 500; margin-bottom: 16px; }
.dispatch p { color: var(--muted); line-height: 1.55; margin-bottom: 28px; }
.dispatch-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.dispatch-tags span { border: 1px solid var(--line-bright); color: var(--muted); padding: 5px 8px; }
.newsletter { padding: 110px 0 140px; border-top: 1px solid var(--line); }
.newsletter-panel { background: var(--acid); color: var(--ink); padding: clamp(30px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 50px; align-items: end; }
.newsletter-panel .eyebrow { color: #506018; }
.newsletter-panel h2 { font-size: clamp(52px, 7vw, 94px); line-height: .85; letter-spacing: -.08em; margin-bottom: 26px; font-weight: 600; }
.newsletter-panel > div > p:last-child { max-width: 470px; font-size: 18px; line-height: 1.45; margin: 0; }
.newsletter-panel .newsletter-form { max-width: none; }
.newsletter-panel input[type='email'] { background: rgba(255,255,255,.27); color: var(--ink); border-color: rgba(8,11,13,.42); }
.newsletter-panel input[type='email']:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(8,11,13,.12); }
.newsletter-panel input::placeholder { color: #526018; }
.newsletter-panel button { background: var(--ink); color: var(--acid); }
.newsletter-panel button:hover, .newsletter-panel button:focus-visible { background: #1d2826; }
.newsletter-panel .form-note, .newsletter-panel .form-status { color: #526018; }
.newsletter-panel .form-status.error { color: #704812; }
.consent { display: flex; gap: 9px; align-items: flex-start; color: #526018; font: 11px/1.45 var(--mono); margin: 3px 0 2px; }
.consent input { accent-color: var(--ink); margin-top: 2px; }
.consent a { color: var(--ink); }
.site-footer { border-top: 1px solid var(--line); min-height: 110px; padding: 23px 0; display: flex; justify-content: space-between; gap: 22px; color: #71817b; }
.site-footer > div { display: flex; flex-direction: column; gap: 9px; }
.site-footer > div:last-child { text-align: right; }
.footer-mark { font-size: 19px; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.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; }

@media (max-width: 840px) {
  .site-shell { width: min(100% - 28px, var(--max)); }
  .site-header { min-height: 78px; }
  .site-nav { gap: 14px; font-size: 10px; }
  .site-nav a:not(.nav-index) { display: none; }
  .section-grid { grid-template-columns: 1fr; gap: 26px; }
  .section-label { padding-top: 0; }
  .hero { padding: 78px 0 90px; min-height: auto; }
  h1 { font-size: clamp(52px, 16vw, 92px); }
  .hero-lede { font-size: 16px; }
  .hero-console { justify-self: stretch; margin-top: 30px; }
  .manifesto, .archive, .newsletter { padding: 78px 0 90px; }
  .section-heading h2 { margin-bottom: 48px; }
  .dispatches { grid-template-columns: 1fr; }
  .dispatch { min-height: 0; }
  .newsletter-panel { grid-template-columns: 1fr; gap: 35px; padding: 35px 24px; }
  .newsletter-panel .hero-form, .newsletter-panel .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-panel button { width: 100%; }
  .site-footer { flex-direction: column; }
  .site-footer > div:last-child { text-align: left; }
}

@media (max-width: 500px) {
  .hero-form { grid-template-columns: 1fr; }
  .hero-form button { width: 100%; }
  .signal-strip { justify-content: flex-start; width: max-content; min-width: 100%; }
  .signal-strip .strip-symbol:nth-of-type(n+4) { display: none; }
  .console-body { min-height: 350px; }
  .console-footer { gap: 15px; flex-direction: column; }
}

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