:root {
  --bg: #030408;
  --panel: #090c14;
  --panel-2: #0d111c;
  --text: #f3f5fc;
  --muted: #9aa4ba;
  --faint: #687188;
  --line: #202941;
  --cyan: #7ee3ff;
  --orange: #ff7335;
  --gold: #ffc46b;
  --green: #6fe0aa;
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 4%, rgba(41, 93, 190, .17), transparent 31rem),
    radial-gradient(circle at 9% 31%, rgba(108, 61, 177, .11), transparent 34rem),
    var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.62;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .24;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3,4,8,.55), transparent 18%, transparent 82%, rgba(3,4,8,.55));
}

a { color: inherit; }
a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(126, 227, 255, .12);
  background: rgba(3, 4, 8, .84);
  backdrop-filter: blur(18px);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .28em;
}
.brand img { width: 28px; height: 28px; border-radius: 7px; }
.site-links { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 30px); }
.site-links a {
  color: var(--muted);
  text-decoration: none;
  font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.site-links a:hover, .site-links a[aria-current="page"] { color: var(--cyan); }
.site-links a[aria-current="page"] { border-bottom: 1px solid var(--cyan); padding-bottom: 5px; }

.hero { padding: clamp(90px, 12vw, 158px) 0 clamp(76px, 9vw, 120px); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(270px, .58fr);
  gap: clamp(46px, 7vw, 102px);
  align-items: end;
}
.eyebrow, .section-kicker, .meta, .status, .micro {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
  text-transform: uppercase;
}
.eyebrow {
  margin-bottom: 23px;
  color: var(--orange);
  font-size: 12px;
  letter-spacing: .24em;
}
h1 {
  max-width: 940px;
  font-size: clamp(45px, 7vw, 92px);
  line-height: .96;
  letter-spacing: -.058em;
}
.hero-copy {
  max-width: 720px;
  margin-top: 30px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
}
.hero-note {
  border-left: 1px solid var(--orange);
  padding: 5px 0 5px 24px;
  color: var(--muted);
  font-size: 15px;
}
.hero-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.metric-strip {
  border-block: 1px solid var(--line);
  background: rgba(8, 11, 18, .72);
}
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 126px; padding: 26px 28px; border-right: 1px solid var(--line); }
.metric:first-child { border-left: 1px solid var(--line); }
.metric b { display: block; color: var(--cyan); font-size: clamp(27px, 3vw, 40px); line-height: 1; letter-spacing: -.04em; }
.metric span { display: block; margin-top: 12px; color: var(--muted); font-size: 13px; }

section { padding: clamp(82px, 9vw, 132px) 0; }
.section-head {
  display: grid;
  grid-template-columns: .48fr 1.52fr;
  gap: 40px;
  margin-bottom: 52px;
}
.section-kicker { color: var(--cyan); font-size: 12px; letter-spacing: .2em; }
h2 { max-width: 860px; font-size: clamp(32px, 4.2vw, 56px); line-height: 1.04; letter-spacing: -.04em; }
.section-deck { max-width: 760px; margin-top: 20px; color: var(--muted); font-size: 18px; }
h3 { font-size: clamp(23px, 2.7vw, 34px); line-height: 1.13; letter-spacing: -.028em; }

.architecture-section { padding-top: clamp(62px, 7vw, 96px); }
.architecture-frame {
  position: relative;
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(13,17,28,.95), rgba(5,7,12,.96));
  box-shadow: 0 30px 100px rgba(0,0,0,.42);
}
.architecture-frame::before {
  content: "ARCHITECTURE / CURRENT + ROADMAP";
  position: absolute;
  top: -14px;
  left: 22px;
  padding: 3px 10px;
  color: var(--cyan);
  background: var(--bg);
  font: 700 10px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .15em;
}
.architecture-frame a { display: block; }
.architecture-frame img { display: block; width: 100%; height: auto; }
figcaption { margin-top: 16px; color: var(--faint); font-size: 13px; }
figcaption a { display: inline; color: var(--cyan); text-decoration: none; border-bottom: 1px solid rgba(126,227,255,.35); }

.principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); }
.principle { min-height: 210px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(8,11,18,.72); }
.principle:nth-child(2n) { border-right: 0; }
.principle:nth-last-child(-n+2) { border-bottom: 0; }
.principle .micro { color: var(--orange); font-size: 10px; letter-spacing: .16em; }
.principle h3 { margin-top: 18px; font-size: 24px; }
.principle p { margin-top: 15px; color: var(--muted); font-size: 15px; }

.bulletins { border-top: 1px solid var(--line); }
.bulletin-list { display: grid; gap: 18px; }
.bulletin {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, .42fr) minmax(0, 1.58fr);
  gap: 36px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(14,19,31,.94), rgba(6,8,14,.92));
  overflow: hidden;
}
.bulletin::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 110px; height: 2px; background: var(--cyan); }
.bulletin.shipped::before { background: var(--green); }
.bulletin-index { color: var(--faint); }
.bulletin-index b { display: block; color: var(--text); font: 800 34px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.06em; }
.bulletin-index .status { display: inline-flex; margin-top: 20px; padding: 6px 9px; border: 1px solid rgba(111,224,170,.35); color: var(--green); font-size: 9px; letter-spacing: .14em; }
.bulletin-index time { display: block; margin-top: 14px; font-size: 12px; }
.bulletin-content h3 { margin-top: 0; }
.bulletin-content > p { margin-top: 16px; color: var(--muted); font-size: 16px; }
.bulletin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.bulletin-detail { padding-top: 14px; border-top: 1px solid var(--line); }
.bulletin-detail b { display: block; margin-bottom: 7px; color: var(--text); font: 700 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; text-transform: uppercase; }
.bulletin-detail p { color: var(--muted); font-size: 14px; }
.receipt { margin-top: 27px; padding: 20px 22px; border-left: 1px solid var(--orange); background: rgba(255,115,53,.045); color: var(--text); font-size: 15px; }
.receipt cite { display: block; margin-top: 8px; color: var(--faint); font: 650 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; text-transform: uppercase; }
.evidence { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.evidence a, .text-link {
  color: var(--cyan);
  text-decoration: none;
  font: 700 11px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(126,227,255,.35);
}
.evidence a:hover, .text-link:hover { color: var(--text); border-color: var(--cyan); }

.state-section { border-block: 1px solid var(--line); background: rgba(9,12,20,.8); }
.state-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.state-card { padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); background: rgba(4,6,11,.64); }
.state-card .status { color: var(--green); font-size: 10px; letter-spacing: .17em; }
.state-card.roadmap .status { color: var(--gold); }
.state-card h3 { margin-top: 18px; }
.state-card ul { margin-top: 22px; list-style: none; }
.state-card li { position: relative; padding: 11px 0 11px 19px; color: var(--muted); border-top: 1px solid var(--line); font-size: 15px; }
.state-card li::before { content: ""; position: absolute; left: 0; top: 21px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.state-card.roadmap li::before { background: var(--gold); }

.notes-intro { border-block: 1px solid var(--line); background: rgba(8,11,18,.68); }
.signal-map { min-height: 132px; display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-node { display: flex; align-items: center; gap: 13px; padding: 24px; border-right: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.signal-node:first-child { border-left: 1px solid var(--line); }
.signal-node i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px rgba(126,227,255,.5); }
.signal-node:nth-child(2) i { background: var(--gold); box-shadow: 0 0 18px rgba(255,196,107,.45); }
.signal-node:nth-child(3) i { background: var(--orange); box-shadow: 0 0 18px rgba(255,115,53,.45); }
.signal-node:nth-child(4) i { background: var(--green); box-shadow: 0 0 18px rgba(111,224,170,.45); }

.note {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(13,17,28,.96), rgba(5,7,12,.94));
  overflow: hidden;
}
.note::before { content: ""; position: absolute; width: 420px; height: 420px; right: -190px; top: -220px; border: 1px solid rgba(126,227,255,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(126,227,255,.025), 0 0 0 140px rgba(126,227,255,.018); }
.note-top { display: grid; grid-template-columns: .42fr 1.58fr; gap: 40px; padding: clamp(30px, 5vw, 58px); border-bottom: 1px solid var(--line); }
.note-id { color: var(--faint); font: 700 11px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; text-transform: uppercase; }
.note-id b { display: block; margin-bottom: 16px; color: var(--cyan); font-size: 37px; letter-spacing: -.05em; }
.note-id time { display: block; margin-top: 13px; color: var(--muted); }
.note-title h2 { max-width: 800px; }
.note-title .dek { max-width: 760px; margin-top: 22px; color: var(--muted); font-size: 19px; }
.note-body { padding: clamp(30px, 5vw, 58px); }
.lead { max-width: 900px; color: var(--text); font-size: clamp(21px, 2.4vw, 30px); line-height: 1.45; letter-spacing: -.018em; }
.callout { margin: 42px 0; padding: clamp(24px, 4vw, 40px); border-left: 2px solid var(--orange); background: rgba(255,115,53,.045); font-size: clamp(21px, 2.6vw, 32px); line-height: 1.35; letter-spacing: -.02em; }
.company-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); margin-top: 44px; }
.company { padding: clamp(26px, 4vw, 40px); border-right: 1px solid var(--line); }
.company:last-child { border-right: 0; }
.company .meta { color: var(--faint); font-size: 10px; letter-spacing: .15em; }
.company h3 { margin-top: 16px; }
.company p { margin-top: 16px; color: var(--muted); font-size: 15px; }
.company a { display: inline-block; margin-top: 22px; }
.analysis-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(36px, 6vw, 78px); margin-top: 60px; }
.analysis-label { color: var(--orange); font: 700 12px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .17em; text-transform: uppercase; }
.analysis-copy h3 { font-size: clamp(27px, 3.5vw, 43px); }
.analysis-copy p { margin-top: 20px; color: var(--muted); font-size: 17px; }
.watch-list { margin-top: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 26px; list-style: none; }
.watch-list li { padding: 14px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.source-note { margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--faint); font-size: 13px; }
.source-note a { color: var(--muted); }

.method { border-block: 1px solid var(--line); background: rgba(9,12,20,.8); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.method-card { padding: 30px; border-right: 1px solid var(--line); }
.method-card:last-child { border-right: 0; }
.method-card span { color: var(--orange); font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .16em; }
.method-card h3 { margin-top: 18px; font-size: 22px; }
.method-card p { margin-top: 13px; color: var(--muted); font-size: 14px; }

.cta { text-align: center; }
.cta h2 { margin-inline: auto; }
.cta p { max-width: 650px; margin: 24px auto 0; color: var(--muted); font-size: 18px; }
.actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; color: var(--bg); background: var(--cyan); border: 1px solid var(--cyan); text-decoration: none; font: 750 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; text-transform: uppercase; }
.button.secondary { color: var(--text); background: transparent; border-color: var(--line); }
.button:hover { filter: brightness(1.1); }

footer { padding: 28px 0; border-top: 1px solid var(--line); color: var(--faint); font: 650 10px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.footer-inner { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--cyan); }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .68s ease, transform .68s cubic-bezier(.2,.7,.2,1); }
.js .reveal.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero-grid, .section-head, .analysis-grid { grid-template-columns: 1fr; }
  .hero-note { max-width: 660px; }
  .bulletin { grid-template-columns: 1fr; gap: 28px; }
  .bulletin-index { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
  .bulletin-index .status, .bulletin-index time { margin-top: 0; }
  .bulletin-grid { grid-template-columns: 1fr; }
  .signal-map { grid-template-columns: repeat(2, 1fr); }
  .signal-node:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .signal-node:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 36px), var(--max)); }
  .nav { min-height: 68px; }
  .brand { font-size: 11px; letter-spacing: .2em; }
  .brand img { width: 24px; height: 24px; }
  .brand span { display: none; }
  .site-links { gap: 13px; }
  .site-links a { font-size: 9px; letter-spacing: .06em; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(n+3) { border-top: 1px solid var(--line); }
  .metric:nth-child(3) { border-left: 1px solid var(--line); }
  .principles, .state-grid, .company-grid, .method-grid, .watch-list { grid-template-columns: 1fr; }
  .principle { border-right: 0; }
  .principle:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .company { border-right: 0; border-bottom: 1px solid var(--line); }
  .company:last-child { border-bottom: 0; }
  .method-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .method-card:last-child { border-bottom: 0; }
  .note-top { grid-template-columns: 1fr; gap: 26px; }
  .actions { flex-direction: column; align-items: stretch; }
  .signal-node { padding: 18px 14px; font-size: 12px; }
}

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