:root {
  --ink: #171912;
  --ink-soft: #383c30;
  --paper: #f1f0e8;
  --paper-deep: #e8e6db;
  --line: rgba(23, 25, 18, 0.15);
  --night: #10110d;
  --night-raised: #191b15;
  --night-line: rgba(255, 255, 255, 0.13);
  --white: #f8f7ef;
  --muted: #a3a798;
  --acid: #d5ff45;
  --acid-deep: #badd31;
  --orange: #ff7549;
  --blue: #86a7ff;
  --radius: 4px;
  --sidebar: 270px;
  --content: 1180px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }
::selection { color: var(--night); background: var(--acid); }
.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; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 10px 16px; color: var(--night); background: var(--acid); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-shell { min-height: 100vh; }
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 50;
  display: flex;
  width: var(--sidebar);
  flex-direction: column;
  padding: 28px 24px 22px;
  color: var(--white);
  background: var(--night);
  border-right: 1px solid var(--night-line);
}
.brand-lockup { display: flex; align-items: center; gap: 13px; }
.brand-mark, .footer-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--night);
  background: var(--acid);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.brand-lockup > div { display: grid; gap: 2px; }
.brand-name { font-family: Georgia, serif; font-size: 18px; }
.brand-lockup span { color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.document-status { display: flex; gap: 11px; align-items: flex-start; margin: 32px 0 26px; padding: 13px; border: 1px solid var(--night-line); background: rgba(255,255,255,.025); }
.status-dot, .live-label i { width: 7px; height: 7px; margin-top: 4px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(213,255,69,.1); }
.document-status div { display: grid; gap: 4px; }
.document-status strong { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.document-status span:not(.status-dot) { color: var(--muted); font-size: 10px; }
.side-nav { display: grid; gap: 2px; }
.side-nav a { position: relative; display: flex; align-items: center; gap: 13px; padding: 9px 9px; color: #8b8f82; border-radius: 3px; font-size: 12px; transition: color .2s, background .2s, transform .2s; }
.side-nav a span { width: 18px; color: #5f6358; font-family: ui-monospace, monospace; font-size: 9px; }
.side-nav a:hover { color: var(--white); transform: translateX(2px); }
.side-nav a.active { color: var(--white); background: rgba(255,255,255,.055); }
.side-nav a.active::before { content: ""; position: absolute; left: -24px; width: 3px; height: 20px; background: var(--acid); }
.side-nav a.active span { color: var(--acid); }
.sidebar-footer { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--night-line); }
.icon-button { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; padding: 0; color: var(--muted); background: transparent; border: 1px solid var(--night-line); cursor: pointer; }
.icon-button:hover { color: var(--acid); border-color: var(--acid); }
.icon-button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.text-button { padding: 0; color: var(--muted); background: none; border: 0; font-size: 10px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.text-button:hover { color: var(--white); }
.mobile-header { display: none; }
main { margin-left: var(--sidebar); overflow: hidden; }

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  padding: 80px clamp(42px, 6.5vw, 110px);
  color: var(--white);
  background: var(--night);
  border-bottom: 1px solid var(--night-line);
  isolation: isolate;
}
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.ambient-one { top: -10%; left: 26%; width: 330px; height: 330px; background: rgba(187,255,41,.1); }
.ambient-two { right: -5%; bottom: 4%; width: 380px; height: 380px; background: rgba(99,111,252,.08); }
.eyebrow, .kicker { margin: 0 0 20px; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--acid); }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
.hero h1 { max-width: 770px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6vw, 92px); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.hero h1 em { color: var(--acid); font-weight: 400; }
.hero-lede { max-width: 660px; margin: 30px 0 0; color: #b9bdb0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 35px; }
.button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 14px; padding: 0 19px; border: 1px solid transparent; border-radius: 2px; font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: transform .2s var(--ease), background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button-primary { color: var(--night); background: var(--acid); border-color: var(--acid); }
.button-primary:hover { background: var(--white); border-color: var(--white); }
.button-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.24); }
.button-secondary:hover { border-color: var(--white); }
.hero-note { display: flex; gap: 8px; margin-top: 30px; color: #777b70; font-size: 11px; }
.hero-note span { color: var(--white); }
.hero-model { min-height: 560px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.025); backdrop-filter: blur(10px); box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.model-header, .model-footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; color: #7e8277; font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .11em; }
.model-header { border-bottom: 1px solid var(--night-line); }
.live-label { display: flex; align-items: center; gap: 8px; color: var(--acid); }
.live-label i { width: 5px; height: 5px; margin: 0; }
.model-center { position: relative; min-height: 438px; overflow: hidden; }
.model-center::before, .model-center::after { content: ""; position: absolute; top: 50%; left: 50%; opacity: .12; background: var(--white); transform: translate(-50%,-50%); }
.model-center::before { width: 100%; height: 1px; }
.model-center::after { width: 1px; height: 100%; }
.model-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 280px; height: 280px; }
.orbit-two { width: 390px; height: 390px; border-style: dashed; animation: spin 45s linear infinite; }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
.model-core { position: absolute; top: 50%; left: 50%; display: grid; width: 145px; height: 145px; place-content: center; text-align: center; border: 1px solid var(--acid); border-radius: 50%; background: radial-gradient(circle, rgba(213,255,69,.14), rgba(213,255,69,.02) 65%); transform: translate(-50%,-50%); box-shadow: 0 0 55px rgba(213,255,69,.06); }
.model-core span, .model-core small { color: #838778; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .12em; }
.model-core strong { margin: 4px 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.model-core small { color: var(--acid); }
.orbit-node { position: absolute; display: grid; width: 76px; height: 38px; place-content: center; color: var(--white); background: var(--night-raised); border: 1px solid rgba(255,255,255,.16); font-size: 9px; text-align: center; }
.orbit-node span { color: var(--acid); font-family: ui-monospace, monospace; font-size: 7px; }
.node-one { top: 23px; left: 50%; transform: translateX(-50%); }
.node-two { top: 50%; right: 8px; transform: translateY(-50%); }
.node-three { bottom: 23px; left: 50%; transform: translateX(-50%); }
.node-four { top: 50%; left: 8px; transform: translateY(-50%); }
.model-footer { border-top: 1px solid var(--night-line); }
.model-footer div { display: grid; gap: 3px; }
.model-footer div:last-child { text-align: right; }
.model-footer strong { color: var(--white); font-family: Inter, sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0; }
.scroll-cue { position: absolute; bottom: 23px; left: clamp(42px, 6.5vw, 110px); display: flex; align-items: center; gap: 10px; color: #6f7368; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue span { position: relative; width: 28px; height: 1px; overflow: hidden; background: #42453d; }
.scroll-cue span::after { content: ""; position: absolute; inset: 0; background: var(--acid); animation: scrollcue 2.2s ease-in-out infinite; transform: translateX(-100%); }
@keyframes scrollcue { 55%, 100% { transform: translateX(100%); } }

.section { padding: 110px clamp(42px, 6.5vw, 110px); scroll-margin-top: 20px; }
.section-heading { display: grid; max-width: var(--content); grid-template-columns: 68px 1fr; margin: 0 auto 65px; }
.section-number { padding-top: 7px; color: #7b7f73; font-family: ui-monospace, monospace; font-size: 10px; }
.section-heading .kicker { margin-bottom: 13px; color: #6c7065; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(39px, 4.5vw, 68px); font-weight: 400; letter-spacing: -.045em; line-height: 1.02; }
.section-intro { max-width: 720px; margin: -25px auto 60px; color: #555a4e; font-family: Georgia, serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.45; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.section:target .reveal { opacity: 1; transform: none; }

.section-premise { background: var(--paper); }
.premise-grid { display: grid; max-width: var(--content); grid-template-columns: 1.35fr .65fr; gap: clamp(40px, 8vw, 120px); margin: 0 auto 70px; }
.large-statement p { margin: 0 0 27px; font-family: Georgia, serif; font-size: clamp(25px, 2.4vw, 36px); letter-spacing: -.02em; line-height: 1.38; }
.large-statement p:first-child { color: #6a6e63; }
.large-statement strong { text-decoration: underline; text-decoration-color: var(--acid-deep); text-decoration-thickness: 5px; text-underline-offset: 3px; }
.definition-card { align-self: start; padding: 26px; color: var(--white); background: var(--night); border-top: 4px solid var(--acid); }
.card-label { color: var(--acid); font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .12em; }
.definition-card blockquote { margin: 45px 0 50px; font-family: Georgia, serif; font-size: 24px; line-height: 1.35; }
.definition-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.definition-meta span { padding: 6px 8px; color: #aaaE9f; border: 1px solid var(--night-line); font-size: 9px; text-transform: uppercase; }
.thesis-strip { display: grid; max-width: var(--content); grid-template-columns: repeat(3, 1fr); margin: 0 auto; border-block: 1px solid var(--line); }
.thesis-strip > div { display: grid; grid-template-columns: 32px 1fr; gap: 13px; padding: 27px 30px; border-right: 1px solid var(--line); }
.thesis-strip > div:last-child { border-right: 0; }
.thesis-icon { color: #555b48; font-size: 18px; }
.thesis-strip p { margin: 0; color: #5f6359; font-size: 12px; line-height: 1.65; }
.thesis-strip strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 13px; }

.section-world { color: var(--white); background: var(--night); border-top: 1px solid var(--night-line); }
.section-world .section-number, .section-world .kicker { color: #85897d; }
.world-manifesto { display: grid; max-width: var(--content); grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 8vw, 120px); align-items: start; margin: 0 auto 75px; }
.world-lede { margin: 0; color: #c4c8b9; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 43px); letter-spacing: -.025em; line-height: 1.32; }
.world-rule { display: grid; gap: 16px; padding: 28px; border: 1px solid var(--night-line); border-top: 3px solid var(--acid); background: rgba(255,255,255,.025); }
.world-rule span { color: var(--acid); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .12em; }
.world-rule strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.32; }
.world-rule em { padding-top: 16px; color: #969a8e; border-top: 1px solid var(--night-line); font-family: Georgia, serif; font-size: 17px; }
.world-tenets { display: grid; max-width: var(--content); grid-template-columns: repeat(4, 1fr); margin: 0 auto 90px; border-top: 1px solid var(--night-line); border-left: 1px solid var(--night-line); }
.world-tenets article { min-height: 285px; padding: 25px; border-right: 1px solid var(--night-line); border-bottom: 1px solid var(--night-line); }
.world-tenets span { color: var(--acid); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .08em; }
.world-tenets h3 { margin: 60px 0 13px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.world-tenets p { margin: 0; color: #8f9386; font-size: 11px; line-height: 1.7; }
.systems-weave { display: grid; max-width: var(--content); grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; margin: 0 auto 45px; padding: clamp(30px, 5vw, 62px); background: #171912; border: 1px solid var(--night-line); }
.weave-copy .kicker { color: var(--acid); }
.weave-copy h3 { max-width: 500px; margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(30px, 3vw, 44px); font-weight: 400; line-height: 1.1; }
.weave-copy > p:last-child { margin: 0; color: #9a9e91; font-size: 12px; line-height: 1.75; }
.weave-map { position: relative; min-height: 400px; overflow: hidden; }
.weave-map::before, .weave-map::after { content: ""; position: absolute; top: 50%; left: 50%; background: rgba(255,255,255,.08); transform: translate(-50%,-50%); }
.weave-map::before { width: 100%; height: 1px; }.weave-map::after { width: 1px; height: 100%; }
.weave-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-a { width: 230px; height: 230px; }.ring-b { width: 360px; height: 360px; border-style: dashed; animation: spin 48s linear infinite; }
.weave-core { position: absolute; top: 50%; left: 50%; z-index: 3; display: grid; width: 120px; height: 120px; place-content: center; color: var(--night); background: var(--acid); border-radius: 50%; font-family: ui-monospace, monospace; font-size: 9px; font-weight: 900; line-height: 1.5; text-align: center; transform: translate(-50%,-50%); box-shadow: 0 0 50px rgba(213,255,69,.08); }
.weave-node { position: absolute; z-index: 4; min-width: 82px; padding: 9px 10px; color: #c4c8b9; background: #20221b; border: 1px solid rgba(255,255,255,.16); font-size: 9px; text-align: center; }
.wn-education { top: 4%; left: 50%; transform: translateX(-50%); }.wn-health { top: 24%; right: 3%; }.wn-energy { right: 7%; bottom: 17%; }.wn-justice { bottom: 4%; left: 50%; transform: translateX(-50%); }.wn-ecology { bottom: 17%; left: 7%; }.wn-housing { top: 24%; left: 3%; }
.connection-protocol { display: grid; max-width: var(--content); grid-template-columns: repeat(4, 1fr); margin: 0 auto; border-block: 1px solid var(--night-line); }
.connection-protocol > div { padding: 25px; border-right: 1px solid var(--night-line); }
.connection-protocol > div:last-child { border-right: 0; }
.connection-protocol span { color: var(--acid); font-family: ui-monospace, monospace; font-size: 8px; }.connection-protocol strong { display: block; margin: 20px 0 8px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }.connection-protocol p { margin: 0; color: #85897d; font-size: 10px; line-height: 1.6; }

.section-principles { background: var(--paper-deep); border-block: 1px solid var(--line); }
.principles-grid { display: grid; max-width: var(--content); grid-template-columns: repeat(3, 1fr); margin: 0 auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle-card { position: relative; min-height: 310px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-number { color: #8b8e84; font-family: ui-monospace, monospace; font-size: 9px; }
.principle-glyph { display: grid; width: 62px; height: 62px; place-items: center; margin: 35px 0 40px; color: var(--night); background: var(--acid); border-radius: 50%; font-family: Georgia, serif; font-size: 27px; transition: transform .35s var(--ease); }
.principle-card:hover .principle-glyph { transform: rotate(12deg) scale(1.07); }
.principle-card h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.principle-card p { margin: 0; color: #62665b; font-size: 12px; line-height: 1.65; }

.section-method { background: var(--paper); }
.method-list { max-width: var(--content); margin: 0 auto; border-top: 1px solid var(--line); }
.method-step { display: grid; grid-template-columns: 70px minmax(0,1fr) 300px; gap: 30px; align-items: center; min-height: 230px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.step-index { align-self: stretch; position: relative; padding-top: 4px; color: #777c6f; font-family: ui-monospace, monospace; font-size: 10px; }
.step-index i { position: absolute; top: 30px; bottom: -65px; left: 5px; width: 1px; background: var(--line); }
.step-copy .kicker { margin-bottom: 9px; color: #777c6f; }
.step-copy h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.step-copy > p:not(.kicker) { max-width: 570px; margin: 0; color: #5e6358; font-size: 13px; line-height: 1.65; }
.step-prompts { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.step-prompts span { padding: 6px 9px; border: 1px solid var(--line); font-size: 9px; letter-spacing: .02em; }
.step-visual { position: relative; height: 150px; overflow: hidden; background: var(--paper-deep); border: 1px solid var(--line); }
.imagine-visual span { position: absolute; width: 54px; height: 54px; border: 1px solid #aaaE9f; border-radius: 50%; }
.imagine-visual span:nth-child(1) { top: 20px; left: 35px; }
.imagine-visual span:nth-child(2) { top: 57px; left: 70px; }
.imagine-visual span:nth-child(3) { top: 20px; right: 74px; }
.imagine-visual span:nth-child(4) { top: 57px; right: 35px; }
.imagine-visual i { position: absolute; top: 50%; left: 50%; width: 42px; height: 42px; background: var(--acid); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 9px rgba(213,255,69,.3); }
.test-visual { display: flex; align-items: flex-end; gap: 9px; padding: 22px; }
.test-visual div { flex: 1; background: #a9ad9e; }
.test-visual div:nth-child(1) { height: 37%; }.test-visual div:nth-child(2) { height: 66%; }.test-visual div:nth-child(3) { height: 48%; background: var(--orange); }.test-visual div:nth-child(4) { height: 78%; }.test-visual div:nth-child(5) { height: 56%; }
.transition-visual { display: flex; align-items: center; justify-content: center; gap: 13px; color: #777c70; font-family: ui-monospace, monospace; font-size: 9px; }
.transition-visual span:last-child { color: var(--ink); }
.transition-visual i { width: 33px; height: 33px; border: 1px solid #a9ad9e; transform: rotate(45deg); }
.transition-visual i:nth-of-type(2) { background: rgba(213,255,69,.45); }
.transition-visual i:nth-of-type(3) { background: var(--acid); }
.learn-visual { display: grid; place-items: center; }
.learn-visual svg { width: 80%; height: 80%; overflow: visible; }
.learn-visual path { fill: none; stroke: var(--ink); stroke-width: 2; }
.learn-visual circle { fill: var(--acid-deep); }
.zoom-protocol { display: grid; max-width: var(--content); grid-template-columns: 70px 1fr .85fr; gap: 35px; align-items: start; margin: 55px auto 0; padding: 35px; color: var(--white); background: var(--night); }
.zoom-mark { display: grid; width: 56px; height: 56px; place-items: center; color: var(--night); background: var(--acid); border-radius: 50%; font-size: 24px; }
.zoom-protocol .kicker { color: var(--acid); margin-bottom: 10px; }.zoom-protocol h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }.zoom-protocol div > p:last-child { margin: 0; color: #95998c; font-size: 11px; line-height: 1.7; }
.zoom-questions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }.zoom-questions span { padding: 10px; color: #a9ad9f; border: 1px solid var(--night-line); font-size: 9px; }

.section-artifact { color: var(--white); background: var(--night); }
.light-heading .section-number, .light-heading .kicker { color: #85897d; }
.artifact-layout { display: grid; max-width: var(--content); grid-template-columns: 290px minmax(0,1fr); gap: 38px; margin: 0 auto; }
.artifact-tabs { display: grid; align-content: start; }
.artifact-tab { display: grid; grid-template-columns: 32px 1fr; padding: 19px 8px; color: #777b70; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--night-line); cursor: pointer; }
.artifact-tab span { grid-row: 1 / span 2; color: #595d53; font-family: ui-monospace, monospace; font-size: 9px; }
.artifact-tab strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.artifact-tab small { margin-top: 4px; font-size: 9px; }
.artifact-tab:hover, .artifact-tab.active { color: var(--white); }
.artifact-tab.active { border-bottom-color: var(--acid); }
.artifact-tab.active span { color: var(--acid); }
.document-preview { overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 28px 60px rgba(0,0,0,.25); }
.doc-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 38px; padding: 0 13px; color: #72766b; background: #d8d6cb; border-bottom: 1px solid rgba(0,0,0,.14); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .08em; }
.doc-toolbar div { display: flex; gap: 5px; }
.doc-toolbar i { width: 6px; height: 6px; border-radius: 50%; background: #a4a296; }
.doc-toolbar > span:last-child { text-align: right; }
.doc-content { padding: clamp(25px, 4vw, 48px); }
.doc-breadcrumb { color: #8b8f82; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .08em; }
.doc-breadcrumb span { margin: 0 8px; }.doc-breadcrumb b { color: var(--ink); }
.doc-title-row { display: flex; justify-content: space-between; gap: 25px; align-items: flex-start; margin-top: 35px; }
.doc-title-row p { margin: 0 0 9px; color: #777b6f; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.doc-title-row h3 { max-width: 510px; margin: 0; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 43px); font-weight: 400; line-height: 1.08; }
.confidence { display: grid; min-width: 80px; gap: 5px; padding-left: 16px; border-left: 1px solid var(--line); }
.confidence span { color: #777b6f; font-size: 7px; letter-spacing: .08em; }.confidence strong { font-size: 22px; font-weight: 500; }
.doc-summary { max-width: 630px; margin: 24px 0 35px; color: #5f6458; font-family: Georgia, serif; font-size: 15px; line-height: 1.55; }
.doc-blocks { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.doc-blocks div { display: grid; min-height: 125px; align-content: space-between; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.doc-blocks span { color: #85897d; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.doc-blocks strong { font-family: Georgia, serif; font-size: 15px; font-weight: 400; }.doc-blocks small { color: #797d72; font-size: 8px; }
.doc-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; color: #818579; font-size: 8px; }
.doc-footer span { display: flex; align-items: center; gap: 7px; }.doc-footer i { width: 6px; height: 6px; background: var(--acid-deep); border-radius: 50%; }
.doc-footer button { padding: 0; color: var(--ink); background: none; border: 0; font-size: 8px; text-decoration: underline; cursor: pointer; }
.artifact-features { display: flex; max-width: var(--content); flex-wrap: wrap; justify-content: center; gap: 0; margin: 48px auto 0; border-block: 1px solid var(--night-line); }
.artifact-features span { padding: 15px 25px; color: #909488; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; border-right: 1px solid var(--night-line); }
.artifact-features span::before { content: "✓"; margin-right: 8px; color: var(--acid); }

.section-participation { background: var(--paper-deep); border-top: 1px solid var(--line); }
.participation-thesis { display: grid; max-width: var(--content); grid-template-columns: 180px 1fr; gap: 35px; align-items: start; margin: 0 auto 50px; padding: 27px 30px; color: var(--white); background: var(--night); border-left: 4px solid var(--acid); }
.participation-thesis > span { padding-top: 4px; color: var(--acid); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .1em; }
.participation-thesis p { margin: 0; color: #a3a79a; font-family: Georgia, serif; font-size: 20px; line-height: 1.5; }.participation-thesis strong { color: var(--white); font-weight: 400; }
.participation-lanes { display: grid; max-width: var(--content); grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 auto; }
.participation-lane { display: flex; min-height: 680px; flex-direction: column; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-top: 5px solid var(--blue); }
.participation-lane.lane-public { border-top-color: var(--orange); }
.lane-label { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 18px; color: #74786d; border-bottom: 1px solid var(--line); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .07em; }.lane-label i { color: #919589; font-style: normal; letter-spacing: 0; }
.lane-title { display: flex; align-items: center; gap: 17px; margin: 33px 0 20px; }.lane-symbol { display: grid; width: 52px; height: 52px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-family: Georgia, serif; font-size: 23px; }.lane-public .lane-symbol { color: var(--night); background: var(--orange); }.lane-title p { margin: 0 0 4px; color: #7b7f74; font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }.lane-title h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.lane-promise { min-height: 76px; margin: 0 0 30px; color: #5e6358; font-size: 11px; line-height: 1.7; }
.lane-journey { border-top: 1px solid var(--line); }.lane-journey > div { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 14px 0; border-bottom: 1px solid var(--line); }.lane-journey > div > span { color: #94988c; font-family: ui-monospace, monospace; font-size: 8px; }.lane-journey p { display: grid; gap: 3px; margin: 0; }.lane-journey strong { font-family: Georgia, serif; font-size: 14px; font-weight: 400; }.lane-journey small { color: #73776c; font-size: 9px; line-height: 1.45; }
.lane-output { display: grid; gap: 5px; margin-top: auto; padding-top: 24px; }.lane-output span { color: #898d81; font-size: 7px; letter-spacing: .1em; }.lane-output strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.knowledge-map { display: grid; max-width: var(--content); grid-template-columns: .8fr 1.2fr; gap: 65px; margin: 65px auto 0; padding: 45px; color: var(--white); background: var(--night); }
.knowledge-map-heading .kicker { color: var(--acid); }.knowledge-map-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 400; line-height: 1.25; }
.knowledge-rows { border-top: 1px solid var(--night-line); }.knowledge-rows > div { display: grid; grid-template-columns: 125px 145px 1fr 82px; gap: 14px; align-items: center; min-height: 82px; border-bottom: 1px solid var(--night-line); }.knowledge-rows span { color: #777b70; font-family: ui-monospace, monospace; font-size: 7px; letter-spacing: .08em; }.knowledge-rows strong { font-family: Georgia, serif; font-size: 15px; font-weight: 400; }.knowledge-rows p { margin: 0; color: #92968a; font-size: 9px; line-height: 1.5; }.knowledge-rows i { justify-self: end; padding: 5px 7px; color: var(--acid); border: 1px solid #3e4138; font-size: 7px; font-style: normal; text-align: center; }
.response-loop { max-width: var(--content); margin: 14px auto 0; padding: 40px; background: var(--paper); border: 1px solid var(--line); }
.response-loop-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; margin-bottom: 34px; }.response-loop-heading span { color: #75796e; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .1em; }.response-loop-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.response-loop ol { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.response-loop li { min-height: 150px; padding: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.response-loop li > span { display: grid; width: 25px; height: 25px; place-items: center; color: var(--night); background: var(--acid); border-radius: 50%; font-family: ui-monospace, monospace; font-size: 8px; }.response-loop li p { display: grid; gap: 7px; margin: 26px 0 0; }.response-loop li strong { font-family: Georgia, serif; font-size: 16px; font-weight: 400; }.response-loop li small { color: #777b70; font-size: 8px; line-height: 1.5; }
.product-boundary { display: grid; max-width: var(--content); grid-template-columns: .78fr 1.22fr; gap: 75px; margin: 14px auto 0; padding: 45px; border: 1px solid var(--line); border-top: 4px solid var(--orange); }.product-boundary h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1.2; }.product-boundary div > p:last-child { margin: 0; color: #70746a; font-size: 10px; line-height: 1.7; }.product-boundary ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.product-boundary li { padding: 12px 5px 12px 25px; color: #565b50; border-bottom: 1px solid var(--line); font-size: 9px; line-height: 1.5; }.product-boundary li::before { content: "×"; float: left; margin-left: -20px; color: var(--orange); font-size: 14px; line-height: 10px; }
.mvp-strip { display: grid; max-width: var(--content); grid-template-columns: repeat(4, 1fr); margin: 45px auto 0; color: var(--white); background: var(--night); }.mvp-strip div { display: grid; min-height: 105px; align-content: space-between; padding: 20px; border-right: 1px solid var(--night-line); }.mvp-strip span { color: #777b70; font-size: 7px; letter-spacing: .1em; }.mvp-strip strong { max-width: 190px; font-family: Georgia, serif; font-size: 15px; font-weight: 400; }

.section-governance { background: var(--paper); }
.roles-grid { display: grid; max-width: var(--content); grid-template-columns: repeat(4, 1fr); margin: 0 auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.role-card { display: flex; min-height: 445px; flex-direction: column; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.role-top { display: flex; justify-content: space-between; color: #7e8276; font-family: ui-monospace, monospace; font-size: 8px; }.role-top i { font-style: normal; }
.role-card h3 { margin: 52px 0 12px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.role-card > p { min-height: 76px; margin: 0; color: #63675d; font-size: 12px; line-height: 1.6; }
.role-card ul { display: grid; gap: 9px; margin: 22px 0 30px; padding: 0; list-style: none; color: #4e5348; font-size: 10px; }
.role-card li::before { content: "↳"; margin-right: 8px; color: #8f9387; }
.role-power { display: grid; gap: 4px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.role-power span { color: #85897d; font-size: 7px; letter-spacing: .1em; }.role-power strong { font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.role-card { border-top: 3px solid var(--ink); }.role-experts { border-top-color: var(--blue); }.role-community { border-top-color: var(--orange); }.role-public { border-top-color: var(--acid-deep); }
.verification-panel { display: grid; max-width: var(--content); grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; margin: 85px auto 0; padding: 50px; color: var(--white); background: var(--night); }
.verification-copy .kicker { color: var(--acid); }.verification-copy h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1.22; }
.verification-copy > p:last-child { margin: 0; color: #9a9e91; font-size: 12px; line-height: 1.65; }
.trust-stack { border-top: 1px solid var(--night-line); }
.trust-stack > div { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; min-height: 68px; border-bottom: 1px solid var(--night-line); }
.trust-check { display: grid; width: 21px; height: 21px; place-items: center; color: var(--night); background: var(--acid); border-radius: 50%; font-size: 10px; }
.trust-stack p { display: grid; gap: 3px; margin: 0; }.trust-stack strong { font-size: 11px; }.trust-stack small { color: #7f8377; font-size: 9px; }.trust-stack b { color: #73776c; font-family: ui-monospace, monospace; font-size: 7px; letter-spacing: .08em; }
.interface-assembly { display: grid; max-width: var(--content); grid-template-columns: .85fr 1.15fr; gap: 70px; margin: 30px auto 0; padding: 45px; border: 1px solid var(--line); border-top: 4px solid var(--acid-deep); }
.interface-heading .kicker { color: #777b70; }.interface-heading h3 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1.15; }.interface-heading > p:last-child { margin: 0; color: #656a5e; font-size: 11px; line-height: 1.7; }
.interface-triggers { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.interface-triggers div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.interface-triggers span { color: #71766a; font-family: ui-monospace, monospace; font-size: 7px; letter-spacing: .1em; }.interface-triggers p { margin: 12px 0 0; color: #52574b; font-size: 10px; line-height: 1.55; }

.section-consensus { background: var(--paper-deep); border-top: 1px solid var(--line); }
.consensus-layout { display: grid; max-width: var(--content); grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; margin: 0 auto; }
.consensus-copy > p { margin: 0 0 34px; color: #555a50; font-family: Georgia, serif; font-size: 22px; line-height: 1.5; }
.consensus-copy ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.consensus-copy li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 15px 0; color: #5f6459; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.consensus-copy li span { color: #85897d; font-family: ui-monospace, monospace; }
.score-card { padding: 28px; color: var(--white); background: var(--night); box-shadow: 0 25px 50px rgba(23,25,18,.12); }
.score-header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--night-line); }
.score-header span:not(.review-badge) { color: var(--acid); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .08em; }.score-header h3 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.review-badge { align-self: flex-start; white-space: nowrap; padding: 6px 8px; color: #8b8f82; border: 1px solid var(--night-line); font-size: 8px; }
.score-summary { display: flex; align-items: center; gap: 27px; padding: 30px 0; border-bottom: 1px solid var(--night-line); }
.score-ring { position: relative; display: grid; width: 96px; height: 96px; flex: 0 0 auto; place-content: center; text-align: center; border-radius: 50%; background: conic-gradient(var(--acid) calc(var(--score) * 1%), #30332b 0); }
.score-ring::before { content: ""; position: absolute; inset: 6px; background: var(--night); border-radius: 50%; }.score-ring strong, .score-ring span { position: relative; }.score-ring strong { font-size: 28px; }.score-ring span { color: #7f8377; font-size: 8px; text-transform: uppercase; }
.score-verdict > span { color: var(--acid); font-size: 8px; font-weight: 800; letter-spacing: .1em; }.score-verdict p { max-width: 280px; margin: 7px 0 0; color: #b1b5a7; font-family: Georgia, serif; font-size: 17px; line-height: 1.4; }
.score-bars { display: grid; gap: 17px; padding: 28px 0; }
.score-bars span { display: flex; justify-content: space-between; margin-bottom: 7px; color: #a9ad9f; font-size: 9px; }.score-bars b { color: var(--white); }.score-bars i { display: block; height: 4px; overflow: hidden; background: #30332b; }.score-bars em { display: block; height: 100%; background: var(--acid); }
.minority-note { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; padding: 15px; background: #20221b; border-left: 2px solid var(--orange); }.minority-note > span { color: var(--orange); font-size: 19px; }.minority-note p { display: grid; gap: 3px; margin: 0; color: #8f9386; font-size: 9px; }.minority-note strong { color: var(--white); font-size: 10px; }.minority-note button { color: var(--white); background: none; border: 0; font-size: 9px; cursor: pointer; }
.vote-rule { display: grid; max-width: var(--content); grid-template-columns: 120px 1fr; gap: 25px; margin: 50px auto 0; padding: 24px; border: 1px solid var(--line); }.vote-rule > span { color: #777b70; font-family: ui-monospace, monospace; font-size: 9px; }.vote-rule p { margin: 0; font-family: Georgia, serif; font-size: 18px; line-height: 1.45; }.vote-rule strong { text-decoration: underline; text-decoration-color: var(--acid-deep); text-decoration-thickness: 4px; }

.section-safeguards { color: var(--white); background: var(--night); }
.section-safeguards .section-number, .section-safeguards .kicker { color: #85897d; }
.risk-register { max-width: var(--content); margin: 0 auto; border-top: 1px solid var(--night-line); }
.risk-row { display: grid; width: 100%; grid-template-columns: 36px 48px 1fr 24px; gap: 18px; align-items: center; min-height: 82px; padding: 0 5px; color: inherit; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--night-line); cursor: pointer; }
.risk-row:hover .risk-name strong { color: var(--acid); }.risk-index { color: #777b70; font-family: ui-monospace, monospace; font-size: 9px; }.risk-level { justify-self: start; padding: 5px 6px; font-family: ui-monospace, monospace; font-size: 7px; }.risk-level.high { color: #ffb18f; background: rgba(255,117,73,.14); }.risk-level.medium { color: #dfd98d; background: rgba(223,217,141,.12); }.risk-level.critical { color: #ff8060; background: rgba(255,70,36,.2); }.risk-name { display: grid; grid-template-columns: minmax(180px, .55fr) 1fr; align-items: center; gap: 40px; }.risk-name strong { font-family: Georgia, serif; font-size: 19px; font-weight: 400; transition: color .2s; }.risk-name small { color: #888c80; font-size: 10px; }.risk-toggle { color: #818579; font-size: 18px; }
.risk-detail { display: none; grid-template-columns: 102px 1fr; gap: 18px; padding: 20px 76px 25px 107px; color: #9da194; background: #161711; border-bottom: 1px solid var(--night-line); }.risk-detail.open { display: grid; }.risk-detail span { color: var(--acid); font-size: 7px; letter-spacing: .1em; }.risk-detail p { max-width: 700px; margin: 0; font-size: 11px; line-height: 1.6; }

.section-roadmap { background: var(--paper); }
.pilot-question { max-width: var(--content); margin: 0 auto 80px; padding: 40px; border: 1px solid var(--line); border-top: 4px solid var(--acid-deep); }
.pilot-question > span { color: #73776b; font-size: 8px; font-weight: 800; letter-spacing: .12em; }.pilot-question blockquote { max-width: 960px; margin: 30px 0 38px; font-family: Georgia, serif; font-size: clamp(25px, 2.7vw, 39px); line-height: 1.27; }.pilot-question > div { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 18px; border-top: 1px solid var(--line); }.pilot-question > div span { display: grid; gap: 4px; color: #888c80; font-size: 8px; letter-spacing: .08em; }.pilot-question > div strong { color: var(--ink); font-size: 11px; letter-spacing: 0; }
.timeline { position: relative; display: grid; max-width: var(--content); grid-template-columns: repeat(5, 1fr); margin: 0 auto 85px; }
.timeline::before { content: ""; position: absolute; top: 6px; left: 7px; right: 7px; height: 1px; background: var(--line); }.timeline-progress { position: absolute; top: 3px; left: 0; right: 0; }.timeline-progress i { display: block; width: 7px; height: 7px; background: var(--acid-deep); border-radius: 50%; box-shadow: 0 0 0 5px rgba(186,221,49,.18); }
.timeline-item { padding: 35px 24px 0 0; }.timeline-item::before { content: ""; position: absolute; top: 3px; width: 7px; height: 7px; margin-left: 0; background: #aeb1a5; border: 3px solid var(--paper); border-radius: 50%; }.timeline-item.active::before { background: var(--acid-deep); }.timeline-item > span { color: #7d8175; font-family: ui-monospace, monospace; font-size: 8px; }.timeline-item h3 { margin: 10px 0 10px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }.timeline-item p { min-height: 80px; margin: 0 0 18px; color: #64685e; font-size: 10px; line-height: 1.6; }.timeline-item small { color: #8b8f83; font-size: 8px; }
.success-grid { display: grid; max-width: var(--content); grid-template-columns: 1.25fr repeat(2, 1fr); margin: 0 auto; color: var(--white); background: var(--night); }
.success-heading { grid-row: span 2; padding: 38px; border-right: 1px solid var(--night-line); }.success-heading .kicker { color: var(--acid); }.success-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.success-metric { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 30px; border-right: 1px solid var(--night-line); border-bottom: 1px solid var(--night-line); }.success-metric strong { color: #696d62; font-family: ui-monospace, monospace; font-size: 9px; }.success-metric p { display: grid; gap: 5px; margin: 0; color: #898d81; font-size: 10px; line-height: 1.5; }.success-metric b { color: var(--white); font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.success-metric:last-child { grid-column: 2 / -1; }

.section-questions { background: var(--paper-deep); border-top: 1px solid var(--line); }
.question-controls { display: flex; max-width: var(--content); align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto 22px; }.filter-group { display: flex; flex-wrap: wrap; gap: 6px; }.filter { padding: 8px 11px; color: #707468; background: transparent; border: 1px solid var(--line); font-size: 9px; cursor: pointer; }.filter span { color: #999d91; }.filter:hover, .filter.active { color: var(--white); background: var(--night); border-color: var(--night); }.question-controls > p { color: #8a8e82; font-size: 9px; }
.question-list { display: grid; max-width: var(--content); grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0 auto; }.question-card { display: flex; min-height: 250px; flex-direction: column; padding: 25px; background: var(--paper); border: 1px solid var(--line); transition: transform .25s var(--ease), box-shadow .25s; }.question-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(29,31,24,.07); }.question-card.hidden { display: none; }.question-meta { display: flex; justify-content: space-between; color: #72766b; font-family: ui-monospace, monospace; font-size: 8px; }.question-meta span { color: #585d50; }.question-meta i { font-style: normal; }.question-card h3 { max-width: 500px; margin: 30px 0 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; line-height: 1.22; }.question-card > p { margin: 0; color: #686c62; font-size: 11px; line-height: 1.6; }.question-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 22px; }.question-actions > span { color: #8c9084; font-size: 8px; }.reaction { display: flex; align-items: center; gap: 7px; padding: 7px 9px; color: #666a5f; background: transparent; border: 1px solid var(--line); font-size: 8px; cursor: pointer; }.reaction span { color: var(--ink); font-family: ui-monospace, monospace; }.reaction b { font-weight: 500; }.reaction:hover, .reaction.voted { color: var(--night); background: var(--acid); border-color: var(--acid-deep); }

.section-document { color: var(--white); background: var(--night); }
.document-grid { display: grid; max-width: var(--content); grid-template-columns: 1fr 1fr; gap: 90px; margin: 0 auto; }.document-intro .kicker { color: var(--acid); }.document-intro h2 { margin: 0 0 25px; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }.document-intro > p:not(.kicker) { max-width: 520px; color: #9b9f92; font-size: 13px; line-height: 1.75; }.doc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }.change-log { border-top: 1px solid var(--night-line); }.change-head { display: flex; justify-content: space-between; padding: 13px 0; color: #71756a; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .08em; border-bottom: 1px solid var(--night-line); }.change-item { display: grid; grid-template-columns: 50px 1fr; padding: 22px 0; border-bottom: 1px solid var(--night-line); }.change-item > span { color: var(--acid); font-family: ui-monospace, monospace; font-size: 9px; }.change-item div { display: grid; gap: 5px; }.change-item strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }.change-item p { margin: 0; color: #82867a; font-size: 9px; line-height: 1.5; }.change-item small { margin-top: 4px; color: #676b60; font-size: 8px; }.change-item.muted { opacity: .48; }
.site-footer { display: flex; align-items: center; gap: 14px; padding: 30px clamp(42px, 6.5vw, 110px); color: var(--white); background: #0b0c09; border-top: 1px solid var(--night-line); }.site-footer .footer-mark { width: 34px; height: 34px; font-size: 9px; }.site-footer > div:not(.footer-mark) { display: grid; gap: 2px; }.site-footer strong { font-family: Georgia, serif; font-weight: 400; }.site-footer span { color: #777b70; font-size: 8px; text-transform: uppercase; }.site-footer p { margin: 0 0 0 auto; color: #62665c; font-size: 8px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 200; padding: 12px 16px; color: var(--night); background: var(--acid); box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 10px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s var(--ease); }.toast.show { opacity: 1; transform: translateY(0); }

body.light-theme .sidebar { color: var(--ink); background: #faf9f2; border-right-color: var(--line); }
body.light-theme .brand-lockup span, body.light-theme .document-status span:not(.status-dot), body.light-theme .side-nav a, body.light-theme .sidebar-footer button { color: #6f7368; }
body.light-theme .document-status, body.light-theme .sidebar-footer, body.light-theme .icon-button { border-color: var(--line); }
body.light-theme .side-nav a.active { color: var(--ink); background: var(--paper-deep); }
body.light-theme .side-nav a:hover, body.light-theme .text-button:hover { color: var(--ink); }

@media (max-width: 1150px) {
  :root { --sidebar: 230px; }
  .sidebar { padding-inline: 18px; }
  .side-nav a.active::before { left: -18px; }
  .hero { grid-template-columns: 1fr; padding-top: 120px; }
  .hero-copy { max-width: 760px; }
  .hero-model { width: min(100%, 650px); min-height: 520px; }
  .model-center { min-height: 400px; }
  .scroll-cue { display: none; }
  .roles-grid { grid-template-columns: repeat(2, 1fr); }
  .knowledge-map { grid-template-columns: 1fr; gap: 35px; }
  .knowledge-rows > div { grid-template-columns: 110px 140px 1fr 75px; }
  .response-loop ol { grid-template-columns: repeat(3, 1fr); }
  .role-card { min-height: 400px; }
  .success-grid { grid-template-columns: 1fr 1fr; }
  .success-heading { grid-column: 1 / -1; grid-row: auto; }
  .success-metric:last-child { grid-column: auto; }
}

@media (max-width: 850px) {
  :root { --sidebar: 280px; }
  .sidebar { left: auto; right: 0; width: min(86vw, var(--sidebar)); padding: 74px 24px 24px; transform: translateX(100%); transition: transform .3s var(--ease); box-shadow: -30px 0 80px rgba(0,0,0,.35); }
  body.menu-open .sidebar { transform: translateX(0); }
  .brand-lockup { display: none; }
  .mobile-header { position: fixed; inset: 0 0 auto 0; z-index: 100; display: flex; height: 64px; align-items: center; justify-content: space-between; padding: 0 20px; color: var(--white); background: rgba(16,17,13,.93); border-bottom: 1px solid var(--night-line); backdrop-filter: blur(12px); }
  .mobile-brand { display: flex; align-items: center; gap: 10px; font-family: Georgia, serif; }.mobile-brand span { display: grid; width: 30px; height: 30px; place-items: center; color: var(--night); background: var(--acid); border-radius: 50%; font-family: Inter, sans-serif; font-size: 8px; font-weight: 900; }
  .menu-button { position: relative; z-index: 102; display: grid; width: 40px; height: 40px; place-content: center; gap: 6px; padding: 0; background: transparent; border: 1px solid var(--night-line); cursor: pointer; }.menu-button span:not(.sr-only) { display: block; width: 17px; height: 1px; background: var(--white); transition: .25s; } body.menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); } body.menu-open .menu-button span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  main { margin-left: 0; }
  .hero { min-height: auto; padding: 115px 24px 80px; }
  .section { padding: 85px 24px; }
  .section-heading { grid-template-columns: 38px 1fr; margin-bottom: 50px; }
  .premise-grid, .consensus-layout, .verification-panel, .document-grid, .world-manifesto, .systems-weave, .interface-assembly { grid-template-columns: 1fr; }
  .world-tenets, .connection-protocol { grid-template-columns: repeat(2, 1fr); }
  .systems-weave { gap: 35px; }
  .thesis-strip { grid-template-columns: 1fr; }.thesis-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }.thesis-strip > div:last-child { border-bottom: 0; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .method-step { grid-template-columns: 46px 1fr; }.step-visual { grid-column: 2; width: min(100%, 430px); }
  .zoom-protocol { grid-template-columns: 56px 1fr; }.zoom-questions { grid-column: 2; }
  .artifact-layout { grid-template-columns: 1fr; }.artifact-tabs { grid-template-columns: repeat(2,1fr); }.artifact-tab { border: 1px solid var(--night-line); }
  .participation-thesis { grid-template-columns: 1fr; gap: 14px; }
  .participation-lanes { grid-template-columns: 1fr; }.participation-lane { min-height: auto; }
  .knowledge-rows > div { grid-template-columns: 105px 130px 1fr; padding: 15px 0; }.knowledge-rows i { grid-column: 2 / -1; justify-self: start; }
  .product-boundary { grid-template-columns: 1fr; gap: 35px; }
  .mvp-strip { grid-template-columns: repeat(2, 1fr); }
  .verification-panel { gap: 40px; padding: 35px; }
  .timeline { grid-template-columns: 1fr; gap: 0; }.timeline::before { top: 0; bottom: 0; left: 3px; width: 1px; height: auto; }.timeline-progress { top: 0; left: 0; }.timeline-item { padding: 3px 0 35px 38px; }.timeline-item::before { left: 0; }.timeline-item p { min-height: 0; max-width: 500px; }
  .pilot-question > div { grid-template-columns: repeat(2,1fr); gap: 18px; }
}

@media (max-width: 600px) {
  .hero { gap: 55px; }.hero h1 { font-size: 49px; }.hero-lede { font-size: 16px; }.hero-note { display: block; line-height: 1.5; }.hero-note span { display: block; }
  .hero-model { min-height: 430px; }.model-center { min-height: 320px; }.orbit-one { width: 220px; height: 220px; }.orbit-two { width: 300px; height: 300px; }.model-core { width: 115px; height: 115px; }.model-core strong { font-size: 21px; }.node-one { top: 8px; }.node-three { bottom: 8px; }.node-two { right: 2px; }.node-four { left: 2px; }
  .section-heading { display: block; }.section-number { margin-bottom: 18px; }.section-heading h2 { font-size: 39px; }
  .large-statement p { font-size: 24px; }.definition-card blockquote { font-size: 21px; }
  .world-tenets, .connection-protocol { grid-template-columns: 1fr; }.world-tenets article { min-height: 230px; }.world-tenets h3 { margin-top: 40px; }.connection-protocol > div { border-right: 0; border-bottom: 1px solid var(--night-line); }
  .weave-map { min-height: 340px; }.ring-a { width: 190px; height: 190px; }.ring-b { width: 300px; height: 300px; }.weave-core { width: 100px; height: 100px; }
  .principles-grid { grid-template-columns: 1fr; }.principle-card { min-height: 280px; }
  .method-step { grid-template-columns: 1fr; gap: 16px; }.step-index i { display: none; }.step-visual { grid-column: 1; width: 100%; }.step-copy h3 { font-size: 27px; }
  .zoom-protocol { grid-template-columns: 1fr; padding: 25px 20px; }.zoom-questions { grid-column: 1; grid-template-columns: 1fr; }
  .artifact-tabs { grid-template-columns: 1fr; }.doc-title-row { display: block; }.confidence { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 0; border: 0; }.doc-blocks { grid-template-columns: 1fr; }.doc-blocks div { min-height: 105px; }.doc-footer { align-items: flex-start; gap: 15px; }
  .artifact-features { justify-content: flex-start; }.artifact-features span { width: 50%; padding-inline: 10px; }
  .participation-thesis { padding: 23px 20px; }.participation-thesis p { font-size: 17px; }
  .participation-lane { padding: 23px 20px; }.lane-promise { min-height: auto; }
  .knowledge-map { padding: 28px 20px; }.knowledge-map-heading h3 { font-size: 26px; }.knowledge-rows > div { grid-template-columns: 1fr; gap: 6px; }.knowledge-rows i { grid-column: 1; }
  .response-loop { padding: 27px 20px; }.response-loop-heading { display: grid; }.response-loop ol { grid-template-columns: 1fr; }.response-loop li { min-height: auto; }.response-loop li p { margin-top: 15px; }
  .product-boundary { padding: 28px 20px; }.mvp-strip { grid-template-columns: 1fr; }.mvp-strip div { min-height: 90px; }
  .roles-grid, .question-list { grid-template-columns: 1fr; }.role-card { min-height: auto; }.role-card > p { min-height: auto; }.role-power { margin-top: 20px; }
  .verification-panel { padding: 26px 20px; }.verification-copy h3 { font-size: 25px; }
  .interface-assembly { padding: 25px 20px; }.interface-triggers { grid-template-columns: 1fr; }
  .score-card { padding: 19px; }.score-header { display: block; }.review-badge { display: inline-block; margin-top: 15px; }.score-summary { align-items: flex-start; }.minority-note { grid-template-columns: 40px 1fr; }.minority-note button { display: none; }.vote-rule { grid-template-columns: 1fr; }
  .risk-row { grid-template-columns: 28px 38px 1fr 18px; gap: 8px; min-height: 90px; }.risk-name { display: grid; grid-template-columns: 1fr; gap: 4px; }.risk-name strong { font-size: 16px; }.risk-name small { font-size: 8px; }.risk-detail { grid-template-columns: 1fr; padding: 20px 30px 25px 82px; }
  .pilot-question { padding: 26px 20px; }.pilot-question blockquote { font-size: 24px; }.pilot-question > div { grid-template-columns: 1fr 1fr; }.success-grid { grid-template-columns: 1fr; }.success-heading { grid-column: auto; }.success-metric, .success-metric:last-child { grid-column: auto; border-right: 0; }
  .question-controls { align-items: flex-start; flex-direction: column; }.question-actions { align-items: flex-start; flex-direction: column; }
  .document-grid { gap: 60px; }.site-footer { align-items: flex-start; flex-wrap: wrap; }.site-footer p { width: 100%; margin: 10px 0 0; }
}

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