:root {
  --paper: #f6efe3;
  --paper-light: #fffaf1;
  --paper-deep: #e9ddcb;
  --ink: #17130d;
  --muted: #6f675c;
  --line: rgba(23, 19, 13, .18);
  --navy: #172a4b;
  --navy-deep: #0d1930;
  --blue: #2056d9;
  --blue-soft: #dfe9ff;
  --orange: #f47835;
  --orange-soft: #ffe0c9;
  --yellow: #ffd84e;
  --yellow-soft: #fff0a3;
  --green: #50bf7b;
  --white: #fffdf7;
  --shadow: 8px 9px 0 rgba(23, 19, 13, .16);
  --shadow-dark: 8px 9px 0 #0a1529;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --serif: Georgia, "Songti SC", "STSong", serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision; }
body.blueprint-mode { padding-bottom: 0; }
body::before { position: fixed; z-index: 100; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(90deg, rgba(80, 61, 34, .035) 1px, transparent 1px), linear-gradient(rgba(80, 61, 34, .025) 1px, transparent 1px); background-size: 5px 5px; mix-blend-mode: multiply; content: ""; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; cursor: pointer; }
button:disabled, input:disabled, textarea:disabled, select:disabled { cursor: not-allowed; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.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; z-index: 300; top: 10px; left: 12px; padding: 10px 15px; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); font-weight: 900; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 80; top: 0; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; min-height: 78px; padding: 12px max(24px, calc((100vw - 1280px) / 2)); border-bottom: 1px solid rgba(23, 19, 13, .13); background: rgba(246, 239, 227, .92); backdrop-filter: blur(18px); }
.brand { display: inline-flex; gap: 11px; align-items: center; min-width: max-content; }
.brand-mark { position: relative; display: grid; width: 52px; height: 46px; place-items: center; flex: 0 0 auto; }
.brand-mark::after { position: absolute; z-index: 4; top: -8px; right: -3px; color: var(--yellow); font-size: 13px; line-height: 1; text-shadow: 1px 1px 0 var(--ink); content: "✦"; }
.brand-planet-logo { display: block; width: 100%; height: 100%; overflow: visible; filter: drop-shadow(3px 4px 0 var(--ink)); transform: rotate(-3deg); transform-origin: center; }
.brand-planet-ring-back ellipse, .brand-planet-ring-front path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.brand-planet-ring-back ellipse:first-child, .brand-planet-ring-front path:first-child { stroke: var(--ink); stroke-width: 6; }
.brand-planet-ring-back ellipse:last-child, .brand-planet-ring-front path:last-child { stroke: var(--yellow); stroke-width: 2.8; }
.brand-planet-body { fill: var(--orange); stroke: var(--ink); stroke-width: 3; }
.brand-planet-light { fill: var(--orange-soft); opacity: .58; }
.brand-planet-crater { fill: #d95d22; opacity: .68; }
.brand-planet-crater-large { fill: #ff9a5c; }
.brand-planet-glint { fill: var(--paper-light); opacity: .9; }
.brand-copy strong { display: block; font-size: 15px; letter-spacing: -.03em; }
.brand-copy small { display: block; margin-top: 3px; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.site-nav { display: flex; justify-self: center; gap: 2px; padding: 5px; border: 1px solid rgba(23, 19, 13, .12); border-radius: 999px; background: rgba(255, 250, 241, .78); box-shadow: 0 10px 28px rgba(23, 19, 13, .05); }
.site-nav a { padding: 9px 11px; border-radius: 999px; color: #655f55; font-size: 12px; font-weight: 750; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--ink); color: white; }
.header-cta, .button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 11px 18px; border: 2px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.header-cta { background: var(--yellow); box-shadow: 5px 5px 0 rgba(23, 19, 13, .18); }
.header-cta:hover, .button:hover { transform: translate(-2px, -2px); }
.menu-button { display: none; }

.paper-section { background: radial-gradient(circle at 8% 12%, rgba(244, 120, 53, .13), transparent 30rem), radial-gradient(circle at 90% 18%, rgba(32, 86, 217, .07), transparent 34rem), var(--paper); }
.navy-section { position: relative; overflow: hidden; background: radial-gradient(circle at 86% 12%, rgba(255, 216, 78, .12), transparent 25rem), radial-gradient(circle at 12% 80%, rgba(32, 86, 217, .24), transparent 30rem), var(--navy); color: white; }
.navy-section::before { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle, white 1px, transparent 1px); background-size: 45px 45px; content: ""; }
.yellow-section { background: radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .72), transparent 25rem), var(--yellow-soft); }
.section-shell { position: relative; z-index: 2; width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: clamp(84px, 9vw, 132px) 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 23px; color: #5f584f; font-family: var(--mono); font-size: 10px; font-weight: 850; letter-spacing: .09em; }
.eyebrow > span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(80, 191, 123, .14); }
.navy-section .eyebrow, .module-hero-night .eyebrow, .module-hero-navy .eyebrow { color: rgba(255, 255, 255, .7); }
.navy-section .eyebrow > span, .module-hero-night .eyebrow > span, .module-hero-navy .eyebrow > span { background: var(--yellow); box-shadow: 0 0 0 5px rgba(255, 216, 78, .14); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .46fr); gap: 56px; align-items: end; margin-bottom: clamp(50px, 7vw, 86px); }
.section-heading > *, .home-hero > *, .module-hero > *, .map-layout > *, .workbench-shell > *, .contact-layout > *, .fit-grid > * { min-width: 0; }
.section-heading h2 { max-width: 900px; margin: 0; font-size: clamp(44px, 5.2vw, 74px); line-height: .99; letter-spacing: -.065em; word-break: keep-all; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.navy-section .section-heading > p { color: rgba(255, 255, 255, .66); }

.button-dark { background: var(--navy); color: white; box-shadow: 6px 6px 0 var(--ink); }
.button-yellow { background: var(--yellow); box-shadow: 6px 6px 0 rgba(23, 19, 13, .22); }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(23, 19, 13, .38); font-size: 13px; font-weight: 850; }
.no-break { white-space: nowrap; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; margin-top: 34px; }
.status-pill { display: inline-flex; align-items: center; padding: 6px 9px; border: 1px solid currentColor; border-radius: 999px; font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .04em; white-space: nowrap; }
.status-ready { background: #ddf1e2; color: #20673b; }
.status-waiting { background: var(--yellow-soft); color: #715900; }
.ghost-button { min-height: 39px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .45); color: var(--muted); font-size: 10px; font-weight: 800; }
.ghost-link { display: inline-flex; min-height: 39px; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 999px; background: var(--paper-light); color: var(--ink); font-size: 10px; font-weight: 850; }
.ghost-link:hover { background: var(--yellow); }

.home-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(50px, 7vw, 110px); align-items: center; min-height: calc(100svh - 78px); padding: clamp(72px, 8vw, 116px) max(24px, calc((100vw - 1280px) / 2)); background: radial-gradient(circle at 8% 15%, rgba(244, 120, 53, .13), transparent 29rem), radial-gradient(circle at 92% 20%, rgba(32, 86, 217, .08), transparent 34rem), var(--paper); }
.home-hero-copy { position: relative; z-index: 2; }
.home-hero-copy h1 { margin: 0; font-size: clamp(52px, 4.45vw, 64px); line-height: 1.02; letter-spacing: -.06em; word-break: normal; overflow-wrap: anywhere; text-wrap: wrap; }
.home-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 31px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.home-hero-system { position: relative; min-height: 650px; overflow: hidden; border: 3px solid var(--ink); border-radius: 49% 49% 28% 28% / 27% 27% 17% 17%; background: var(--yellow-soft); box-shadow: 14px 16px 0 rgba(23, 19, 13, .15); isolation: isolate; }
.home-hero-system::after { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255, 250, 241, .42), transparent 18%, transparent 80%, rgba(23, 19, 13, .08)); content: ""; }
.hero-orbit-illustration { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.system-card-label { position: absolute; z-index: 5; top: 28px; left: 50%; padding: 8px 12px; border: 1px solid rgba(23, 19, 13, .28); border-radius: 999px; background: rgba(255, 250, 241, .78); font-family: var(--mono); font-size: 8px; font-weight: 850; letter-spacing: .08em; transform: translateX(-50%); white-space: nowrap; backdrop-filter: blur(8px); }
.hero-orbit-motion { position: absolute; z-index: 4; top: 13%; left: 16%; width: 68%; height: 69%; overflow: visible; pointer-events: none; border: 1px dashed rgba(244, 120, 53, .5); border-radius: 50%; transform: rotate(-13deg); }
.hero-orbit-motion .hero-comet { position: absolute; top: 0; left: 0; display: block; width: 142px; height: auto; aspect-ratio: 344 / 177; offset-path: ellipse(50% 50% at 50% 50%); offset-distance: 76%; offset-anchor: 18% 35%; offset-rotate: auto 0deg; animation: hero-comet-orbit 28s linear infinite; will-change: offset-distance; }
.hero-comet-art { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(1px 2px 1px rgba(94, 59, 22, .14)); user-select: none; }
.hero-planet-count { position: absolute; z-index: 5; right: 24px; bottom: 24px; display: flex; gap: 10px; align-items: center; padding: 11px 14px; border: 2px solid var(--ink); border-radius: 18px; background: rgba(255, 250, 241, .9); box-shadow: 5px 6px 0 rgba(23, 19, 13, .18); }
.hero-planet-count b { color: var(--blue); font-family: var(--mono); font-size: 24px; }
.hero-planet-count span { font-size: 9px; font-weight: 850; line-height: 1.35; }

.slot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.content-slot { min-height: 240px; padding: 24px; border: 2px dashed rgba(23, 19, 13, .48); border-radius: var(--radius-lg); background: rgba(255, 240, 163, .46); }
.content-slot > span { display: inline-block; padding: 5px 8px; border: 1px solid var(--ink); border-radius: 999px; font-family: var(--mono); font-size: 8px; font-weight: 900; }
.content-slot p { margin: 62px 0 0; font-size: 18px; font-weight: 850; line-height: 1.45; letter-spacing: -.02em; }
.content-slot code { display: block; margin-top: 16px; color: var(--blue); font-family: var(--mono); font-size: 8px; line-height: 1.5; }
.content-slot-compact { min-height: 160px; }
.content-slot-compact p { margin-top: 34px; font-size: 15px; }

.home-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-proof-card { display: flex; min-height: 590px; flex-direction: column; padding: 27px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); color: var(--ink); box-shadow: 8px 9px 0 #091429; }
.home-proof-card:nth-child(2) { background: var(--orange-soft); }
.home-proof-card:nth-child(3) { background: var(--yellow-soft); }
.home-proof-card > header { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.home-proof-index { display: grid; width: 44px; height: 44px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--blue); color: white; box-shadow: 3px 4px 0 rgba(23, 19, 13, .18); font-family: var(--mono); font-size: 10px; font-weight: 900; }
.home-proof-card > small { margin-top: 31px; color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.home-proof-card h3 { margin: 10px 0 0; font-size: clamp(27px, 2.4vw, 36px); line-height: 1.08; letter-spacing: -.055em; }
.home-proof-card > p { margin: 17px 0 0; color: #5e564b; font-size: 12px; line-height: 1.75; }
.home-proof-card dl { display: grid; gap: 13px; margin: 29px 0 0; }
.home-proof-card dl div { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 12px; padding-top: 13px; border-top: 1px solid var(--line); }
.home-proof-card dt { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.home-proof-card dd { margin: 0; color: #514a40; font-size: 10px; line-height: 1.6; }
.home-proof-card footer { display: grid; gap: 15px; align-items: end; margin-top: auto; padding-top: 26px; }
.home-proof-card footer > small { min-height: 30px; color: #655d52; font-size: 9px; font-weight: 800; line-height: 1.5; }
.home-proof-card .ghost-link { justify-self: start; background: var(--navy); color: white; }
.home-proof-card .ghost-link:hover { background: var(--yellow); color: var(--ink); }
.home-trust-path { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 2fr); gap: 36px; align-items: center; margin-top: 34px; padding: 28px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--yellow); color: var(--ink); box-shadow: 8px 9px 0 #091429; }
.home-trust-path-intro > span { font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.home-trust-path-intro h3 { margin: 13px 0 0; font-size: 25px; line-height: 1.15; letter-spacing: -.04em; }
.home-trust-path ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-lg); background: var(--paper-light); list-style: none; }
.home-trust-path li { min-width: 0; border-right: 1px solid var(--ink); }
.home-trust-path li:last-child { border-right: 0; }
.home-trust-path a { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 11px; align-items: center; min-height: 132px; padding: 17px; }
.home-trust-path a:hover { background: var(--orange-soft); }
.home-trust-path a > span { align-self: start; color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.home-trust-path a strong { display: block; font-size: 14px; line-height: 1.25; }
.home-trust-path a small { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.home-trust-path a > b { font-size: 19px; }

.module-dock.navy-section { background: radial-gradient(circle at 11% 18%, rgba(244, 120, 53, .1), transparent 31rem), radial-gradient(circle at 87% 76%, rgba(255, 216, 78, .12), transparent 28rem), #f1e5d2; color: var(--ink); }
.module-dock.navy-section::before { opacity: .16; background-image: linear-gradient(90deg, rgba(111, 75, 46, .12) 1px, transparent 1px), linear-gradient(rgba(111, 75, 46, .08) 1px, transparent 1px); background-size: 6px 6px; mix-blend-mode: multiply; }
.module-dock.navy-section .eyebrow { color: #7b5d3f; }
.module-dock.navy-section .eyebrow > span { background: #d47c38; box-shadow: 0 0 0 5px rgba(212, 124, 56, .14); }
.module-dock.navy-section .section-heading > p { color: #6f5b46; }
.planet-system { position: relative; min-height: 900px; overflow: clip; contain: paint; border: 2px solid rgba(83, 55, 31, .72); border-radius: 48px 44px 52px 46px; background-color: rgb(242, 222, 184); background-image: radial-gradient(ellipse at 50% 46%, rgba(255, 249, 220, .64) 0%, rgba(255, 241, 196, .34) 42%, rgba(194, 132, 70, .08) 78%, transparent 100%), repeating-radial-gradient(circle at 23% 31%, rgba(120, 82, 47, .07) 0 1px, transparent 1px 6px), linear-gradient(180deg, rgba(255, 246, 217, .48), rgba(224, 183, 124, .18)); background-size: auto, 13px 13px, auto; box-shadow: 0 30px 55px rgba(91, 59, 31, .16), 10px 12px 0 rgba(89, 57, 29, .11), inset 0 0 90px rgba(151, 94, 41, .08); perspective: none; isolation: isolate; }
.planet-system::before { position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .13; background-image: repeating-linear-gradient(7deg, rgba(116, 80, 47, .08) 0 1px, transparent 1px 6px), repeating-linear-gradient(97deg, rgba(255, 255, 255, .14) 0 1px, transparent 1px 9px); mix-blend-mode: multiply; content: ""; }
.planet-system::after { position: absolute; z-index: 0; top: 71%; left: 50%; width: 58%; height: 12%; pointer-events: none; border-radius: 50%; background: radial-gradient(ellipse, rgba(104, 65, 31, .15), rgba(104, 65, 31, .04) 45%, transparent 72%); filter: blur(9px); transform: translate(-50%, -50%); content: ""; }
.planet-scene { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.planet-orbit-ring { position: absolute; top: 52%; left: 50%; pointer-events: none; border: 2px solid rgba(172, 103, 45, .48); border-radius: 50%; box-shadow: 0 1px rgba(255, 250, 225, .55), inset 0 1px rgba(116, 72, 37, .08); transform: translate(-50%, -50%) rotate(-2deg); }
.planet-orbit-ring::after { position: absolute; width: 7px; height: 7px; border: 1px solid rgba(90, 57, 29, .62); border-radius: 50%; background: #bd7a39; box-shadow: 2px 2px 0 rgba(84, 51, 24, .16); content: ""; }
.planet-orbit-ring-1 { width: 50%; height: 29%; opacity: .72; transform: translate(-50%, -50%) rotate(3deg); }
.planet-orbit-ring-1::after { top: 11%; left: 22%; }
.planet-orbit-ring-2 { width: 72%; height: 43%; opacity: .62; border-width: 1px 2px 2px 1px; transform: translate(-50%, -50%) rotate(-3deg); }
.planet-orbit-ring-2::after { right: 9%; bottom: 27%; }
.planet-orbit-ring-3 { width: 91%; height: 57%; opacity: .5; border-style: dashed; transform: translate(-50%, -50%) rotate(2deg); }
.planet-orbit-ring-3::after { bottom: 9%; left: 34%; }
.planet-orbit-guide { position: absolute; z-index: 20; top: 25px; left: 25px; padding: 9px 12px; border: 1px solid rgba(96, 61, 32, .46); border-radius: 999px; background: rgba(255, 246, 220, .82); color: #71563c; box-shadow: 3px 4px 0 rgba(91, 57, 28, .1); font-family: var(--mono); font-size: 8px; font-weight: 850; letter-spacing: .05em; }
.planet-orbit-guide span { align-items: center; gap: 7px; }
.planet-orbit-guide i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #75a96c; box-shadow: 0 0 0 4px rgba(117, 169, 108, .13); }
.planet-orbit-guide-running { display: inline-flex; }
.planet-orbit-guide-paused { display: none; color: #a85d27; }
.planet-orbit-guide-paused i { background: #d87c35; box-shadow: 0 0 0 4px rgba(216, 124, 53, .13); }
.planet-system[data-orbit-state="paused"] .planet-orbit-guide-running { display: none; }
.planet-system[data-orbit-state="paused"] .planet-orbit-guide-paused { display: inline-flex; }
.planet-system-core { position: absolute; z-index: 5; top: 52%; left: 50%; display: grid; width: clamp(390px, 38vw, 470px); height: clamp(390px, 38vw, 470px); place-items: center; pointer-events: none; transform: translate(-50%, -50%); }
.planet-mascot { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: contain; filter: saturate(.94) contrast(1.02) brightness(1.035); -webkit-mask-image: radial-gradient(ellipse 52% 52% at 50% 54%, #000 58%, rgba(0, 0, 0, .96) 69%, rgba(0, 0, 0, .42) 84%, transparent 100%); mask-image: radial-gradient(ellipse 52% 52% at 50% 54%, #000 58%, rgba(0, 0, 0, .96) 69%, rgba(0, 0, 0, .42) 84%, transparent 100%); }
.planet-system-core > div { display: none; }
.planet-orbit-stage { position: absolute; inset: 0; pointer-events: none; }
.planet-list { position: absolute; inset: 0; margin: 0; padding: 0; pointer-events: none; list-style: none; }
.planet-node { position: absolute; top: 0; left: 0; width: 160px; pointer-events: none; offset-path: ellipse(39.5% 27% at 50% 52%); offset-distance: 0%; offset-rotate: 0deg; offset-anchor: 50% 50%; animation: planet-orbit-25d 54s linear infinite; will-change: offset-distance, transform; }
.planet-node:nth-child(1) { animation-delay: 0s; }
.planet-node:nth-child(2) { animation-delay: -6s; }
.planet-node:nth-child(3) { animation-delay: -12s; }
.planet-node:nth-child(4) { animation-delay: -18s; }
.planet-node:nth-child(5) { animation-delay: -24s; }
.planet-node:nth-child(6) { animation-delay: -30s; }
.planet-node:nth-child(7) { animation-delay: -36s; }
.planet-node:nth-child(8) { animation-delay: -42s; }
.planet-node:nth-child(9) { animation-delay: -48s; }
.planet-upright, .planet-billboard { width: 100%; pointer-events: auto; }
.planet-link { display: grid; justify-items: center; min-width: 88px; min-height: 88px; color: var(--ink); text-align: center; }
.planet-system[data-orbit-state="paused"] .planet-node,
.planet-system[data-orbit-state="paused"] .planet-billboard { animation-play-state: paused; }
.planet-link:focus-visible { outline: 3px solid #c5692d; outline-offset: 7px; border-radius: 26px; }
.planet-sphere { position: relative; display: grid; width: 118px; height: 118px; place-items: center; overflow: visible; color: var(--ink); background: transparent; transition: transform .2s ease; }
.planet-art { display: block; width: 100%; height: 100%; pointer-events: none; object-fit: contain; filter: drop-shadow(0 12px 7px rgba(65, 39, 20, .28)) drop-shadow(4px 5px 0 rgba(81, 49, 26, .1)); transition: filter .2s ease; user-select: none; }
.planet-number { position: absolute; z-index: 3; top: 2px; left: -2px; display: grid; min-width: 25px; height: 19px; padding-inline: 5px; place-items: center; border: 1px solid rgba(74, 48, 29, .72); border-radius: 999px; background: rgba(255, 247, 220, .94); box-shadow: 2px 3px 0 rgba(81, 49, 26, .13); color: #3a291b; font-family: var(--mono); font-size: 7px; font-weight: 900; }
.planet-link:hover .planet-sphere { transform: translateY(-4px) rotate(3deg) scale(1.05); }
.planet-link:hover .planet-art { filter: drop-shadow(0 15px 9px rgba(65, 39, 20, .34)) drop-shadow(5px 6px 0 rgba(81, 49, 26, .12)); }
.planet-copy { display: grid; width: 142px; margin-top: 8px; padding: 7px 10px; border: 1px solid rgba(96, 62, 34, .62); border-radius: 11px 9px 12px 8px; background: rgba(255, 246, 220, .91); box-shadow: 3px 4px 0 rgba(91, 57, 28, .12), inset 0 1px rgba(255, 255, 255, .5); }
.planet-copy small, .planet-copy em { display: none; }
.planet-copy strong { margin: 0; color: #38281b; font-size: 14px; letter-spacing: -.025em; }

@keyframes hero-comet-orbit {
  from { offset-distance: 100%; }
  to { offset-distance: 0%; }
}
@keyframes planet-orbit-25d {
  0% { z-index: 8; offset-distance: 0%; transform: scale(.92); }
  25% { z-index: 8; offset-distance: 25%; transform: scale(1.12); }
  49.9% { z-index: 8; offset-distance: 49.9%; transform: scale(.92); }
  50% { z-index: 2; offset-distance: 50%; transform: scale(.92); }
  75% { z-index: 2; offset-distance: 75%; transform: scale(.78); }
  99.9% { z-index: 2; offset-distance: 99.9%; transform: scale(.92); }
  100% { z-index: 8; offset-distance: 100%; transform: scale(.92); }
}

.layer-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--ink); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); }
.system-layer { min-height: 390px; padding: 31px; border-right: 1px solid var(--ink); background: rgba(255, 255, 255, .46); }
.system-layer:last-child { border-right: 0; }
.system-layer > span { color: var(--blue); font-family: var(--mono); font-size: 10px; font-weight: 900; }
.system-layer h3 { margin: 78px 0 0; font-size: 32px; letter-spacing: -.05em; }
.system-layer p { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.system-layer > div { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.system-layer a { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-light); font-size: 9px; font-weight: 800; }

.story-panel { position: relative; display: grid; min-height: 690px; overflow: hidden; background: var(--paper-light); }
.story-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-panel > div { position: relative; z-index: 2; width: min(590px, 45vw); align-self: center; justify-self: end; margin-right: max(24px, calc((100vw - 1280px) / 2)); padding: 43px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: rgba(255, 250, 241, .91); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.story-panel p { margin: 0 0 25px; color: var(--blue); font-family: var(--mono); font-size: 10px; font-weight: 900; }
.story-panel h2 { margin: 0; font-size: clamp(42px, 4.6vw, 66px); line-height: 1; letter-spacing: -.065em; }
.story-panel .button { margin-top: 32px; }

.module-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr); gap: clamp(42px, 5.5vw, 82px); align-items: center; min-height: 680px; padding: clamp(76px, 8vw, 116px) max(24px, calc((100vw - 1280px) / 2)); overflow: hidden; background: radial-gradient(circle at 7% 18%, rgba(244, 120, 53, .13), transparent 30rem), var(--paper); }
.module-hero-yellow { background: radial-gradient(circle at 87% 19%, rgba(255, 255, 255, .68), transparent 28rem), var(--yellow-soft); }
.module-hero-night, .module-hero-navy { background: radial-gradient(circle at 86% 17%, rgba(255, 216, 78, .12), transparent 25rem), var(--navy-deep); color: white; }
.module-hero-copy { position: relative; z-index: 2; }
.module-hero h1 { max-width: 760px; margin: 0; font-size: clamp(47px, 4.9vw, 68px); line-height: 1.01; letter-spacing: -.062em; word-break: normal; overflow-wrap: anywhere; text-wrap: balance; }
.module-lead { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: 15px; line-height: 1.86; }
.module-hero-night .module-lead, .module-hero-navy .module-lead { color: rgba(255, 255, 255, .68); }
.module-state { display: flex; gap: 13px; align-items: center; margin-top: 34px; color: var(--muted); font-size: 10px; }
.module-state b { padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; color: var(--blue); font-family: var(--mono); font-size: 8px; }
.module-hero-night .module-state, .module-hero-navy .module-state { color: rgba(255, 255, 255, .6); }
.module-hero-night .module-state b, .module-hero-navy .module-state b { color: var(--yellow); }
.module-hero-visual { position: relative; display: grid; min-height: 450px; place-items: center; overflow: hidden; border: 2px solid var(--ink); border-radius: 44% 44% 28% 28% / 22% 22% 16% 16%; background: var(--yellow-soft); box-shadow: 13px 14px 0 rgba(23, 19, 13, .15); }
.module-hero-night .module-hero-visual, .module-hero-navy .module-hero-visual { border-color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .07); box-shadow: var(--shadow-dark); }
.module-hero-visual img { position: relative; z-index: 2; width: 92%; max-height: 440px; object-fit: contain; }
.module-hero-visual-scene { aspect-ratio: 4 / 3; min-height: 0; border-radius: 28px 24px 34px 22px; background: #f3e8d2; box-shadow: 11px 12px 0 rgba(23, 19, 13, .15); }
.module-hero-night .module-hero-visual-scene, .module-hero-navy .module-hero-visual-scene { border-color: rgba(255, 250, 232, .78); background: #f3e8d2; box-shadow: 11px 12px 0 #081225; }
.module-hero-visual-scene::after { position: absolute; z-index: 3; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 28px rgba(104, 67, 35, .12); content: ""; }
.module-hero-visual-scene .visual-orbit { display: none; }
.module-hero-visual-scene img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.visual-orbit i { position: absolute; inset: 16%; border: 1px solid rgba(23, 19, 13, .18); border-radius: 50%; }
.visual-orbit i:nth-child(2) { inset: 25% 8%; transform: rotate(28deg); }
.visual-orbit i:nth-child(3) { inset: 8% 30%; transform: rotate(-18deg); }

.filter-row { display: flex; gap: 9px; flex-wrap: wrap; }
.filter-row button, .layer-tabs button, .tab-list button { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-light); font-size: 11px; font-weight: 850; }
.filter-row button[aria-pressed="true"], .layer-tabs button[aria-selected="true"], .tab-list button[aria-selected="true"] { border-color: var(--ink); background: var(--ink); color: white; }
.archive-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-top: 34px; }
.archive-card { min-height: 0; padding: clamp(24px, 3vw, 38px); scroll-margin-top: 105px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); box-shadow: var(--shadow); }
.archive-folder { position: relative; width: 68px; height: 51px; margin-bottom: 22px; border: 2px solid var(--ink); border-radius: 7px; background: var(--yellow); box-shadow: 4px 4px 0 rgba(23, 19, 13, .18); }
.archive-folder::before { position: absolute; top: -12px; left: 7px; width: 28px; height: 12px; border: 2px solid var(--ink); border-bottom: 0; border-radius: 7px 7px 0 0; background: var(--yellow); content: ""; }
.archive-card > header { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.archive-card > header small { color: var(--muted); font-size: 10px; }
.archive-card h3 { max-width: 900px; margin: 29px 0 0; font-size: clamp(31px, 3.2vw, 45px); line-height: 1.05; letter-spacing: -.05em; }
.archive-card > p { max-width: 960px; margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.archive-card dt { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.archive-card dd { margin: 0; color: #514a40; font-size: 10px; line-height: 1.6; }
.archive-card footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 24px; color: var(--muted); font-family: var(--mono); font-size: 8px; }
.project-archive-summary { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-bottom: 26px; overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-lg); background: var(--navy); color: white; box-shadow: 6px 7px 0 rgba(23, 19, 13, .17); }
.project-archive-summary span { display: grid; gap: 5px; min-height: 92px; align-content: center; padding: 16px 18px; border-right: 1px solid rgba(255, 255, 255, .24); }
.project-archive-summary span:last-child { border-right: 0; }
.project-archive-summary b { color: var(--yellow); font-family: var(--mono); font-size: 22px; }
.project-archive-summary small { color: rgba(255, 255, 255, .74); font-size: 9px; font-weight: 800; }
.project-record-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.project-record-meta > span { display: inline-flex; min-height: 34px; align-items: center; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: #eee6d9; color: #514a40; font-family: var(--mono); font-size: 8px; font-weight: 850; }
.project-record-meta .project-maturity { display: grid; min-width: 128px; border-color: var(--ink); border-radius: 13px; background: var(--navy); color: white; }
.project-maturity b { color: var(--yellow); font-size: 10px; }
.project-maturity small { margin-top: 2px; color: rgba(255, 255, 255, .64); font-size: 7px; }
.project-evidence-confirmed { border-color: #6081ad !important; background: #e5ecf5 !important; color: #294b78 !important; }
.project-evidence-testing { border-color: #b58a1c !important; background: var(--yellow-soft) !important; color: #715900 !important; }
.project-evidence-unverified { border-color: #a8927b !important; background: #eee6d9 !important; color: #655d52 !important; }
.project-summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 30px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); }
.project-summary-grid div { display: block; min-width: 0; padding: 18px; border-right: 1px solid var(--line); background: rgba(255, 240, 163, .22); }
.project-summary-grid div:last-child { border-right: 0; }
.project-summary-grid dd { margin-top: 9px; }
.project-dossier { margin-top: 26px; border: 1px solid var(--ink); border-radius: var(--radius-lg); background: #f7f0e5; }
.project-dossier > summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px; cursor: pointer; list-style: none; }
.project-dossier > summary::-webkit-details-marker { display: none; }
.project-dossier > summary span { font-size: 13px; font-weight: 900; }
.project-dossier > summary small { color: var(--muted); font-family: var(--mono); font-size: 8px; }
.project-dossier > summary::after { color: var(--blue); font-size: 18px; font-weight: 900; content: "+"; }
.project-dossier[open] > summary { border-bottom: 1px solid var(--ink); }
.project-dossier[open] > summary::after { content: "−"; }
.project-dossier-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-field { min-width: 0; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-field:nth-child(even) { border-right: 0; }
.project-field:nth-last-child(-n+2) { border-bottom: 0; }
.project-field h4 { margin: 0; color: var(--blue); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }
.project-field p, .project-field li { color: #514a40; font-size: 11px; line-height: 1.72; }
.project-field p { margin: 13px 0 0; }
.project-field p + p { margin-top: 7px; color: var(--muted); }
.project-field ol, .project-field ul { display: grid; gap: 7px; margin: 13px 0 0; padding-left: 19px; }
.project-field-confirms { background: rgba(117, 152, 199, .11); }
.project-field-limits { background: rgba(244, 120, 53, .08); }
.project-empty-value { color: var(--muted) !important; font-style: italic; }
.project-public-boundary { margin-left: auto; color: var(--muted); white-space: nowrap; }
.project-authorized-empty { display: grid; grid-template-columns: .8fr 1.2fr 1.4fr; gap: 28px; align-items: start; margin-top: 34px; padding: 28px; border: 2px dashed rgba(23, 19, 13, .5); border-radius: var(--radius-xl); background: rgba(255, 240, 163, .28); }
.project-authorized-empty header { display: grid; gap: 12px; }
.project-authorized-empty header span { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.project-authorized-empty header b { font-size: 14px; }
.project-authorized-level { margin: 0; color: var(--orange); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.project-authorized-empty h2 { margin: 9px 0 0; font-size: 28px; line-height: 1.08; }
.project-authorized-empty > div > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.project-authorized-empty dl { display: grid; gap: 14px; margin: 0; }
.project-authorized-empty dl div { padding-top: 12px; border-top: 1px solid var(--line); }
.project-authorized-empty dt { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.project-authorized-empty dd { margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.verification-label { font-weight: 850; }
.verification-ready { color: #20673b; }
.verification-waiting { color: #715900; }
.field-ribbon { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; overflow: hidden; border: 2px solid white; border-radius: var(--radius-xl); list-style: none; box-shadow: var(--shadow-dark); }
.field-ribbon li { min-height: 150px; padding: 22px 18px; border-right: 1px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .07); font-size: 13px; font-weight: 850; }
.field-ribbon li:nth-child(3n+2) { background: rgba(244, 120, 53, .13); }
.field-ribbon li:nth-child(3n) { background: rgba(255, 216, 78, .12); }
.field-ribbon li span { display: block; margin-bottom: 53px; color: var(--yellow); font-family: var(--mono); font-size: 9px; }

.map-section { background: var(--yellow-soft); }
.map-layout { display: grid; grid-template-columns: 310px minmax(0, 1fr); min-height: 760px; }
.map-sidebar { position: relative; z-index: 3; padding: 58px 34px; border-right: 2px solid var(--ink); background: rgba(255, 250, 241, .88); box-shadow: 10px 0 30px rgba(23, 19, 13, .08); }
.map-sidebar h2 { margin: 0; font-size: 40px; letter-spacing: -.055em; }
.map-boundary { margin-top: 25px; padding: 16px; border: 1px dashed rgba(23, 19, 13, .55); border-radius: 16px; background: rgba(255, 250, 241, .72); }
.map-boundary > span { color: #765b00; font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .04em; }
.map-boundary p { margin: 9px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.track-list { display: grid; gap: 19px; margin-top: 42px; }
.track-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.track-list i { display: block; height: 3px; margin-top: 8px; background: var(--navy); }
.track-list .track-orange { border-top: 3px dashed var(--orange); background: none; }
.track-list .track-yellow { border-top: 3px dotted #b78c00; background: none; }
.track-list b { display: block; font-size: 12px; }
.track-list small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.map-controls { display: grid; grid-template-columns: 44px 1fr 44px; gap: 8px; margin-top: 36px; }
.map-controls button { min-height: 42px; border: 1px solid var(--ink); border-radius: 12px; background: var(--paper-light); font-size: 12px; font-weight: 900; }
.map-detail { min-height: 330px; margin-top: 24px; padding: 20px; border: 1px solid var(--ink); border-radius: var(--radius-md); background: var(--navy); color: white; }
.map-detail-empty { min-height: 190px; }
.map-detail-empty > p { margin: 12px 0 0; color: rgba(255, 255, 255, .68); font-size: 10px; line-height: 1.65; }
.map-detail-heading { display: grid; gap: 12px; }
.map-detail strong { font-size: 17px; line-height: 1.25; }
.map-status-row, .journey-status-row { display: flex; flex-wrap: wrap; gap: 6px; }
.map-status { display: inline-flex; min-height: 24px; align-items: center; padding: 5px 7px; border: 1px solid currentColor; border-radius: 999px; font-family: var(--mono); font-size: 7px; font-weight: 900; line-height: 1.2; }
.map-status-confirmed { background: #ddf1e2; color: #20673b; }
.map-status-testing { background: var(--yellow-soft); color: #715900; }
.map-status-unverified { background: var(--blue-soft); color: #20427d; }
.map-story-grid { display: grid; gap: 11px; margin: 18px 0 0; }
.map-story-grid > div { display: grid; grid-template-columns: 64px 1fr; gap: 8px; }
.map-story-grid dt { color: var(--yellow); font-size: 8px; font-weight: 900; }
.map-story-grid dd { margin: 0; color: rgba(255, 255, 255, .74); font-size: 9px; line-height: 1.55; }
.map-status-note { margin: 16px 0 0; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .2); color: rgba(255, 255, 255, .58); font-size: 8px; line-height: 1.55; }
.map-viewport { position: relative; min-width: 0; overflow: auto; cursor: grab; touch-action: pan-x pan-y; }
.map-viewport:active { cursor: grabbing; }
.map-canvas { position: relative; width: 1500px; height: 760px; transform-origin: 0 0; transition: transform .2s ease; }
.map-canvas.zoom-80 { transform: scale(.82); }
.map-canvas.zoom-100 { transform: scale(1); }
.map-canvas.zoom-120 { transform: scale(1.18); }
.track-line { position: absolute; left: 0; width: 1500px; height: 3px; }
.track-line-main { top: 205px; background: var(--navy); }
.track-line-explore { top: 365px; border-top: 3px dashed var(--orange); }
.track-line-life { top: 525px; border-top: 3px dotted #a67d00; }
.map-node { position: absolute; display: grid; width: 190px; min-height: 138px; align-content: center; padding: 14px; border: 2px solid var(--ink); border-radius: 20px; background: var(--paper-light); box-shadow: 6px 7px 0 rgba(23, 19, 13, .16); text-align: left; }
.map-node:hover, .map-node[aria-pressed="true"] { background: var(--yellow); transform: translateY(-3px); }
.map-node > .map-node-index { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.map-node b { margin-top: 8px; font-size: 14px; line-height: 1.25; }
.map-node small { margin-top: 7px; color: var(--muted); font-family: var(--mono); font-size: 8px; }
.map-node-statuses { display: flex; gap: 4px; margin-top: 9px; }
.map-node-statuses .map-status { min-height: 20px; padding: 4px 5px; font-size: 6px; }
.map-node.node-main { top: 136px; }
.map-node.node-explore { top: 296px; }
.node-life { top: 469px; }
.node-pos-1 { left: 70px; }
.node-pos-2 { left: 300px; }
.node-pos-3 { left: 530px; }
.node-pos-4 { left: 760px; }
.node-pos-5 { left: 990px; }
.node-pos-6 { left: 1220px; }
.journey-mobile-section { display: none; }
.journey-mobile-heading h2 { margin: 0; font-size: clamp(36px, 9.8vw, 44px); line-height: 1.02; letter-spacing: -.055em; }
.journey-card-list { display: grid; gap: 15px; margin: 28px 0 0; padding: 0; list-style: none; }
.journey-card > article { padding: 20px 18px; border: 2px solid var(--ink); border-radius: 22px; background: var(--paper-light); box-shadow: 5px 6px 0 rgba(23, 19, 13, .14); }
.journey-card-heading { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 13px; align-items: start; }
.journey-card-index { display: grid; width: 44px; height: 44px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--orange); color: white; box-shadow: 3px 3px 0 var(--ink); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.journey-card-heading small { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.journey-card-heading h3 { margin: 7px 0 0; font-size: 22px; line-height: 1.08; letter-spacing: -.04em; }
.journey-status-row { margin-top: 17px; }
.journey-decision { margin: 16px 0 0; color: var(--ink); font-size: 13px; line-height: 1.7; }
.journey-decision span { display: block; margin-bottom: 6px; color: #765b00; font-family: var(--mono); font-size: 8px; font-weight: 900; }
.journey-card-details { margin-top: 17px; border-top: 1px solid var(--line); }
.journey-card-details summary { min-height: 44px; padding: 14px 0 0; cursor: pointer; font-size: 10px; font-weight: 900; }
.journey-card-details dl { display: grid; gap: 13px; margin: 15px 0 0; }
.journey-card-details dl > div { padding: 13px; border-radius: 13px; background: var(--paper-deep); }
.journey-card-details dt { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.journey-card-details dd { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.timeline-accessible ol, .about-timeline ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.timeline-accessible li, .about-timeline li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 0 0 42px; }
.timeline-accessible li > span, .about-timeline li > span { display: grid; width: 54px; height: 54px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--orange); color: white; box-shadow: 4px 4px 0 var(--ink); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.timeline-accessible li small { color: var(--blue); font-family: var(--mono); font-size: 9px; }
.timeline-accessible h3, .about-timeline h3 { margin: 8px 0 0; font-size: 24px; }
.timeline-accessible p, .about-timeline p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.workbench-shell { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 34px; }
.captain-log { position: sticky; top: 106px; align-self: start; padding: 25px; border: 1px solid rgba(255, 255, 255, .3); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .07); }
.captain-log > img { width: 150px; height: 150px; margin: 0 auto; object-fit: contain; border: 2px solid white; border-radius: 50%; background: var(--yellow-soft); }
.captain-log > p { margin: 22px 0 0; color: var(--yellow); font-family: var(--mono); font-size: 9px; }
.captain-log h2 { margin: 7px 0 0; font-size: 31px; }
.captain-log > div { display: grid; gap: 0; margin-top: 28px; }
.captain-log dl { margin: 0; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .16); }
.captain-log dt { color: #ffd77c; font-family: var(--mono); font-size: 8px; }
.captain-log dd { margin: 7px 0 0; color: rgba(255, 255, 255, .7); font-size: 10px; line-height: 1.55; }
.workbench-main { min-width: 0; }
.tab-list { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 12px; }
.tab-list button { flex: 0 0 auto; border-color: rgba(255, 255, 255, .27); background: rgba(255, 255, 255, .07); color: white; }
.tab-list button[aria-selected="true"] { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
.tab-panel { padding-top: 18px; }
.update-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.update-list article, .calendar-grid article, .asset-grid article { min-height: 290px; padding: 24px; border: 1px solid rgba(255, 255, 255, .27); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .07); }
.update-list time, .calendar-grid time { color: var(--yellow); font-family: var(--mono); font-size: 8px; }
.update-list h3, .calendar-grid h3, .asset-grid h3 { margin: 70px 0 0; font-size: 22px; }
.update-list p { margin: 13px 0 0; color: rgba(255, 255, 255, .68); font-size: 11px; line-height: 1.65; }
.build-card { margin-bottom: 20px; padding: 25px; border: 1px solid rgba(255, 255, 255, .3); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .07); }
.build-card > header { display: flex; gap: 13px; align-items: center; }
.build-card > header > span:last-child { font-size: 23px; font-weight: 900; }
.build-card ol { display: grid; grid-template-columns: repeat(5, 1fr); margin: 26px 0 0; padding: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .26); border-radius: var(--radius-md); list-style: none; }
.build-card li { min-height: 190px; padding: 19px; border-right: 1px solid rgba(255, 255, 255, .2); }
.build-card li:last-child { border-right: 0; }
.build-card li > span { color: var(--yellow); font-family: var(--mono); font-size: 8px; }
.build-card b { display: block; margin-top: 48px; font-size: 11px; }
.build-card p { margin: 9px 0 0; color: rgba(255, 255, 255, .68); font-size: 10px; line-height: 1.6; }
.calendar-grid, .asset-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.calendar-grid article > span, .asset-grid article > span { color: var(--yellow); font-family: var(--mono); font-size: 9px; }
.asset-grid .status-pill { margin-top: 32px; }
.loop-overview { padding: 26px; border: 1px solid rgba(255, 255, 255, .3); border-radius: var(--radius-lg); background: rgba(255, 216, 78, .08); }
.loop-overview > header > span, .workbench-update-section > header > span { color: var(--yellow); font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .05em; }
.loop-overview > header h2, .workbench-update-section > header h2 { max-width: 760px; margin: 10px 0 0; font-size: 34px; line-height: 1.08; letter-spacing: -.045em; }
.loop-overview-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 30px 0 0; padding: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .3); border-radius: var(--radius-md); list-style: none; }
.loop-overview-list li { position: relative; min-width: 0; min-height: 210px; padding: 18px 16px; border-right: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .05); }
.loop-overview-list li:last-child { border-right: 0; }
.loop-overview-list li:not(:last-child)::after { position: absolute; z-index: 2; top: 24px; right: -8px; display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 10px; content: "→"; }
.loop-overview-list li > span { color: var(--yellow); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.loop-overview-list h3 { margin: 45px 0 0; font-size: 21px; }
.loop-overview-list p { margin: 10px 0 0; color: rgba(255, 255, 255, .68); font-size: 9px; line-height: 1.65; }
.workbench-update-section { margin-top: 48px; padding-top: 34px; border-top: 1px solid rgba(255, 255, 255, .25); }
.workbench-update-section .update-list { margin-top: 24px; }
.workbench-panel-heading { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1fr); gap: 28px; align-items: end; margin-bottom: 24px; padding: 21px 22px; border: 1px solid rgba(255, 255, 255, .28); border-radius: var(--radius-md); background: rgba(255, 255, 255, .06); }
.workbench-panel-heading > div { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.workbench-panel-heading span { color: var(--yellow); font-size: 20px; font-weight: 900; }
.workbench-panel-heading b { padding: 5px 8px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; font-family: var(--mono); font-size: 8px; }
.workbench-panel-heading p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 10px; line-height: 1.65; }
.workbench-build-list { display: grid; gap: 20px; }
.workbench-build-card { margin-bottom: 0; }
.workbench-build-card > header { align-items: flex-start; flex-direction: column; }
.workbench-build-card > header > span:last-child { max-width: 850px; line-height: 1.18; }
.workbench-build-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.workbench-state-badge { display: inline-flex; min-height: 26px; align-items: center; padding: 5px 9px; border: 1px solid currentColor; border-radius: 999px; font-family: var(--mono); font-size: 8px; font-weight: 900; }
.workbench-state-running { background: rgba(221, 241, 226, .12); color: #a9e0b7; }
.workbench-state-testing { background: rgba(255, 240, 163, .1); color: var(--yellow); }
.workbench-state-deposited { background: rgba(117, 152, 199, .12); color: #afc9ec; }
.workbench-build-card .loop-stage-list { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.workbench-build-card .loop-stage-list b { margin-top: 38px; }
.workbench-evidence { margin-top: 24px; }
.workbench-evidence > h4 { margin: 0 0 12px; color: white; font-size: 13px; }
.workbench-evidence-boundary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .26); border-radius: var(--radius-md); }
.workbench-evidence-boundary > div { min-width: 0; padding: 17px; border-right: 1px solid rgba(255, 255, 255, .2); }
.workbench-evidence-boundary > div:last-child { border-right: 0; }
.workbench-evidence-boundary dt { font-family: var(--mono); font-size: 8px; font-weight: 900; }
.workbench-evidence-boundary dd { margin: 9px 0 0; color: rgba(255, 255, 255, .7); font-size: 10px; line-height: 1.65; }
.workbench-evidence-confirmed { background: rgba(92, 161, 111, .1); }
.workbench-evidence-confirmed dt { color: #a9e0b7; }
.workbench-evidence-testing { background: rgba(255, 216, 78, .08); }
.workbench-evidence-testing dt { color: var(--yellow); }
.workbench-evidence-unverified { background: rgba(244, 120, 53, .08); }
.workbench-evidence-unverified dt { color: #ffb187; }
.workbench-calendar-section { margin-top: 46px; padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, .25); }
.workbench-calendar-section > h2 { margin: 0 0 22px; font-size: 28px; }
.workbench-asset-card h3 { margin-top: 34px; }
.workbench-asset-card > p { margin: 15px 0 0; color: rgba(255, 255, 255, .68); font-size: 10px; line-height: 1.65; }
.workbench-asset-status { display: grid; gap: 10px; justify-items: start; margin-top: 26px; }
.workbench-asset-status .status-pill { margin-top: 0; }
.workbench-verification { display: inline-flex; min-height: 26px; align-items: center; padding: 5px 9px; border: 1px solid currentColor; border-radius: 999px; font-family: var(--mono); font-size: 8px; font-weight: 900; }
.workbench-verification-confirmed { color: #a9e0b7; }
.workbench-verification-testing { color: var(--yellow); }
.workbench-verification-unverified { color: #ffb187; }
.workbench-empty { margin: 0; padding: 24px; border: 1px dashed rgba(255, 255, 255, .35); border-radius: var(--radius-md); color: rgba(255, 255, 255, .7); }

.library-toolbar { display: grid; gap: 22px; }
.library-toolbar input { width: min(620px, 100%); min-height: 52px; padding: 12px 17px; border: 2px solid var(--ink); border-radius: 999px; background: var(--paper-light); outline: none; }
.library-toolbar input:focus { box-shadow: 0 0 0 4px rgba(32, 86, 217, .18); }
.articles-hero .module-hero { min-height: 580px; padding-block: clamp(54px, 6vw, 82px); }
.articles-hero .module-hero-visual { max-width: 540px; justify-self: end; }
.articles-library-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr); gap: 46px; align-items: end; margin-bottom: 34px; }
.articles-library-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.articles-library-heading h2 { max-width: 780px; margin: 0; font-size: clamp(42px, 4.6vw, 64px); line-height: 1; letter-spacing: -.06em; }
.articles-library-heading > p:last-child { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.articles-section .library-toolbar { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255, 250, 241, .72); }
.article-filter-row { gap: 8px; }
.article-results-status { margin: 0; color: var(--muted); font-family: var(--mono); font-size: 9px; }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 38px; }
.article-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-lg); background: var(--paper-light); box-shadow: var(--shadow); }
.article-cover { position: relative; min-height: 150px; padding: 23px; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(255, 216, 78, .24), transparent 9rem), var(--navy); color: white; }
.article-cover::after { position: absolute; right: -40px; bottom: -65px; width: 180px; height: 180px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; content: ""; }
.article-cover > span { color: var(--yellow); font-size: 24px; }
.article-cover small { display: block; margin-top: 34px; color: rgba(255, 255, 255, .62); font-family: var(--mono); font-size: 8px; }
.article-cover strong { display: block; max-width: 440px; margin-top: 8px; font-size: 20px; }
.article-cover em { display: inline-block; margin-top: 12px; color: rgba(255, 255, 255, .64); font-family: var(--mono); font-size: 8px; font-style: normal; }
.article-body { display: flex; min-height: 0; flex: 1; flex-direction: column; padding: 25px; }
.article-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.article-card-topline > small { color: var(--muted); font-family: var(--mono); font-size: 8px; }
.article-body h3 { margin: 24px 0 0; font-size: 26px; line-height: 1.14; letter-spacing: -.045em; }
.article-summary { margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.article-observation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); }
.article-observation-field { min-width: 0; padding: 17px; background: rgba(255, 240, 163, .2); }
.article-observation-field + .article-observation-field { border-left: 1px solid var(--line); }
.article-observation-problem { background: rgba(32, 86, 217, .07); }
.article-observation-field h4, .article-evidence-panel h4 { margin: 0; color: var(--blue); font-family: var(--mono); font-size: 9px; letter-spacing: .03em; }
.article-observation-field p, .article-evidence-panel > p { margin: 10px 0 0; color: #514a40; font-size: 11px; line-height: 1.68; }
.article-evidence-panel { margin-top: 17px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.article-evidence-confirmed { border-color: #8aa6ca; background: rgba(117, 152, 199, .1); }
.article-evidence-testing { border-color: #d0ad4d; background: rgba(255, 216, 78, .12); }
.article-evidence-unverified { border-color: #b7a691; background: rgba(233, 221, 203, .52); }
.article-unverified { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 12px; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); }
.article-unverified strong { color: var(--orange); font-family: var(--mono); font-size: 8px; }
.article-unverified span { color: var(--muted); font-size: 10px; line-height: 1.65; }
.article-conclusion { margin: 17px 0 0; padding: 18px; border-left: 4px solid var(--orange); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--orange-soft); }
.article-conclusion small { color: #8b421b; font-family: var(--mono); font-size: 8px; font-weight: 900; }
.article-conclusion p { margin: 9px 0 0; color: #51301f; font-size: 12px; font-weight: 800; line-height: 1.65; }
.article-card-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 22px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.article-tags span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 8px; }
.article-reading-status { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; padding-bottom: 4px; color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 850; white-space: nowrap; }
.article-reading-status i { width: 7px; height: 7px; border-radius: 50%; background: #a99a88; }
.article-card-footer .ghost-link { flex: 0 0 auto; }

.article-series-section { margin: 0 0 92px; }
.article-series-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 38px; align-items: end; margin-bottom: 30px; }
.article-series-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.article-series-heading h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
.article-series-grid { display: grid; gap: 24px; }
.article-series-card { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr); overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--navy); color: white; box-shadow: 9px 10px 0 rgba(23, 19, 13, .18); }
.article-series-card figure { position: relative; min-height: 390px; margin: 0; overflow: hidden; border-right: 2px solid var(--ink); background: #f1dfb8; }
.article-series-card figure::after { position: absolute; inset: 0; pointer-events: none; border: 12px solid rgba(255, 250, 241, .2); content: ""; }
.article-series-card figure img { width: 100%; height: 100%; object-fit: cover; }
.article-series-copy { display: flex; min-width: 0; flex-direction: column; padding: clamp(30px, 4vw, 54px); }
.article-series-index { color: var(--yellow); font-family: var(--mono); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.article-series-copy h3 { max-width: 520px; margin: 22px 0 0; font-size: clamp(34px, 3.6vw, 54px); line-height: 1.02; letter-spacing: -.055em; }
.article-series-copy > p { max-width: 470px; margin: 20px 0 0; color: rgba(255, 255, 255, .72); font-size: 13px; line-height: 1.8; }
.article-series-copy footer { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 32px; }
.article-series-copy footer small { color: rgba(255, 255, 255, .58); font-family: var(--mono); font-size: 9px; }
.article-series-copy .ghost-link { border-color: white; background: var(--yellow); color: var(--ink); }

.article-detail-page { background: var(--paper); }
.article-detail-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(44px, 6vw, 90px); align-items: center; padding: clamp(58px, 7vw, 92px) max(24px, calc((100vw - 1280px) / 2)); overflow: hidden; border-bottom: 2px solid var(--ink); background: radial-gradient(circle at 16% 14%, rgba(255, 216, 78, .18), transparent 25rem), radial-gradient(circle at 90% 82%, rgba(244, 120, 53, .12), transparent 24rem), var(--paper-light); }
.article-detail-hero-copy { min-width: 0; }
.article-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 32px; color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 850; }
.article-breadcrumb a { padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--blue); }
.article-detail-hero .eyebrow { margin-bottom: 20px; }
.article-detail-hero h1 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 5.4vw, 76px); line-height: 1.05; letter-spacing: -.065em; }
.article-detail-deck { max-width: 700px; margin: 25px 0 0; color: #5d554a; font-size: 16px; line-height: 1.88; }
.article-detail-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; color: var(--muted); font-family: var(--mono); font-size: 9px; }
.article-detail-meta span, .article-detail-meta time { position: relative; }
.article-detail-meta span::before { position: absolute; top: 50%; left: -11px; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); content: ""; transform: translateY(-50%); }
.article-detail-hero .article-tags { margin-top: 18px; }
.article-detail-cover { position: relative; margin: 0; padding: 19px; border: 2px solid var(--ink); border-radius: 42px 37px 45px 39px; background: #f2deb6; box-shadow: 12px 14px 0 rgba(23, 19, 13, .14); transform: rotate(1deg); }
.article-detail-cover img { position: relative; z-index: 1; display: block; width: 100%; height: auto; border: 1px solid rgba(23, 19, 13, .28); border-radius: 27px 24px 31px 25px; background: #f2deb6; }
.article-detail-cover figcaption { position: relative; z-index: 2; margin: 14px 6px 2px; color: #695c4c; font-size: 10px; line-height: 1.6; }
.article-cover-orbit { position: absolute; z-index: 0; inset: -26px; pointer-events: none; }
.article-cover-orbit i { position: absolute; inset: 0; border: 1px dashed rgba(244, 120, 53, .34); border-radius: 50%; transform: rotate(-8deg); }
.article-cover-orbit i:last-child { inset: 32px -16px; border-color: rgba(32, 86, 217, .2); transform: rotate(11deg); }

.article-reading-layout { display: grid; grid-template-columns: 230px minmax(0, 780px); gap: clamp(46px, 6vw, 86px); justify-content: center; padding: 76px 24px 120px; }
.article-toc { position: sticky; top: 108px; align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255, 250, 241, .82); box-shadow: 5px 6px 0 rgba(23, 19, 13, .08); }
.article-toc > strong { display: block; color: var(--navy); font-size: 13px; }
.article-toc nav { display: grid; gap: 4px; margin-top: 16px; }
.article-toc nav a { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 9px; align-items: start; padding: 9px 7px; border-radius: 10px; color: #61584d; font-size: 10px; font-weight: 760; line-height: 1.5; }
.article-toc nav a:hover { background: var(--yellow-soft); color: var(--ink); }
.article-toc nav span { color: var(--blue); font-family: var(--mono); font-size: 8px; }
.article-back-link { display: inline-block; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--blue); font-size: 10px; font-weight: 850; }
.article-detail-prose { min-width: 0; }
.article-detail-prose p { margin: 0 0 20px; color: #39332c; font-size: 17px; line-height: 1.98; }
.article-intro { padding-bottom: 38px; }
.article-opening-callout { margin: 32px 0; padding: 27px; border: 2px solid var(--ink); border-radius: var(--radius-lg); background: var(--yellow-soft); box-shadow: 7px 8px 0 rgba(23, 19, 13, .14); }
.article-opening-callout p { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 900; line-height: 1.6; text-align: center; }
.article-opening-statement { padding: 7px 0 7px 22px; border-left: 5px solid var(--orange); color: var(--ink) !important; font-family: var(--serif); font-size: 22px !important; font-weight: 850; line-height: 1.75 !important; }
.article-detail-section { scroll-margin-top: 100px; margin-top: 72px; }
.article-detail-section > header { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 20px; align-items: start; margin-bottom: 32px; }
.article-detail-section > header > span { color: rgba(32, 86, 217, .16); font-family: var(--serif); font-size: 68px; font-style: italic; font-weight: 900; line-height: .8; }
.article-detail-section > header small { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.article-detail-section h2 { margin: 9px 0 0; font-family: var(--serif); font-size: clamp(32px, 3.8vw, 46px); line-height: 1.18; letter-spacing: -.04em; }
.article-detail-section-yellow { padding: 36px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--yellow-soft); box-shadow: 8px 9px 0 rgba(23, 19, 13, .13); }
.article-detail-section-yellow > header > span { color: rgba(244, 120, 53, .2); }
.article-detail-section-night { margin-inline: -40px; padding: 46px 40px; border-radius: var(--radius-xl); background: var(--navy); box-shadow: 9px 10px 0 var(--yellow); color: white; }
.article-detail-section-night > header > span { color: rgba(255, 216, 78, .22); }
.article-detail-section-night > header small { color: var(--yellow); }
.article-detail-section-night h2, .article-detail-section-night .article-section-content > p { color: white; }
.article-block-lead { margin-top: 26px !important; font-weight: 850; }
.article-numbered-list, .article-bullet-list, .article-exercise ol { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.article-numbered-list li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; align-items: center; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(246, 239, 227, .8); }
.article-numbered-list li > span { color: var(--blue); font-family: var(--serif); font-size: 22px; font-weight: 900; }
.article-numbered-list p, .article-bullet-list p { margin: 0; font-size: 15px; line-height: 1.75; }
.article-statement-list { display: grid; gap: 12px; margin: 0 0 28px; }
.article-statement-list p { margin: 0; padding: 19px; border: 2px solid var(--ink); border-radius: 18px 18px 18px 5px; background: var(--paper-light); box-shadow: 4px 5px 0 var(--blue-soft); font-family: var(--serif); font-size: 18px; font-weight: 850; line-height: 1.7; }
.article-statement-list p:nth-child(2) { box-shadow-color: var(--orange-soft); }
.article-statement-list p:nth-child(3) { box-shadow-color: var(--yellow-soft); }
.article-labeled-list { display: grid; gap: 12px; margin: 0 0 28px; }
.article-labeled-item { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 10px; align-items: center; padding: 17px 18px; border-radius: var(--radius-md); }
.article-labeled-item > span { font-family: var(--mono); font-size: 9px; font-weight: 900; }
.article-labeled-item p { margin: 0; font-size: 15px; line-height: 1.75; }
.article-labeled-blue { background: var(--blue-soft); }
.article-labeled-blue > span, .article-labeled-blue strong { color: var(--blue); }
.article-labeled-orange { background: var(--orange-soft); }
.article-labeled-orange > span, .article-labeled-orange strong { color: #a94818; }
.article-labeled-yellow { background: var(--yellow-soft); }
.article-labeled-yellow > span, .article-labeled-yellow strong { color: #6e5700; }
.article-labeled-green { background: #ddf1e2; }
.article-labeled-green > span, .article-labeled-green strong { color: #20673b; }
.article-bullet-list { padding: 20px; border: 1px dashed rgba(23, 19, 13, .42); border-radius: var(--radius-lg); background: rgba(246, 239, 227, .72); }
.article-bullet-list li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 9px; }
.article-bullet-list li > span { color: var(--orange); }
.article-detail-quote { margin: 28px 0; padding: 25px; border-radius: var(--radius-lg); background: var(--navy); box-shadow: 7px 8px 0 var(--yellow); }
.article-detail-quote p { margin: 0; color: white; font-family: var(--serif); font-size: 20px; font-weight: 850; line-height: 1.8; }
.article-detail-section-night .article-detail-quote { border: 1px solid rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .08); box-shadow: none; }
.article-detail-callout { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 12px; align-items: start; margin: 28px 0; padding: 22px; border: 2px solid var(--ink); border-radius: var(--radius-lg); background: var(--yellow); }
.article-detail-callout > span { color: var(--blue); font-size: 20px; }
.article-detail-callout p { margin: 0; color: var(--ink); font-weight: 900; line-height: 1.8; }
.article-detail-figure { margin: 34px -34px 38px; }
.article-detail-figure img { display: block; width: 100%; height: auto; border: 2px solid rgba(23, 19, 13, .35); border-radius: var(--radius-lg); background: #f1dfb8; box-shadow: 7px 8px 0 rgba(23, 19, 13, .12); }
.article-detail-figure figcaption { margin: 13px 12px 0; color: var(--muted); font-size: 10px; line-height: 1.65; text-align: center; }
.article-exercise { scroll-margin-top: 100px; margin-top: 84px; padding: 38px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); box-shadow: 9px 10px 0 var(--orange); }
.article-exercise header { text-align: center; }
.article-exercise header small { color: var(--orange); font-family: var(--serif); font-size: 28px; font-style: italic; font-weight: 900; }
.article-exercise h2 { margin: 8px 0 0; font-family: var(--serif); font-size: 38px; line-height: 1.2; }
.article-exercise header p { max-width: 610px; margin: 16px auto 28px; color: var(--muted); font-size: 15px; }
.article-exercise ol { counter-reset: exercise-step; }
.article-exercise li { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 14px; align-items: center; padding: 17px 18px; border-radius: var(--radius-md); background: var(--paper); }
.article-exercise li > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--yellow); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.article-exercise li p { margin: 0; font-size: 15px; line-height: 1.75; }
.article-closing { margin-top: 78px; text-align: center; }
.article-closing > blockquote { margin: 0; padding: 42px 28px; border-block: 2px solid var(--ink); }
.article-closing > blockquote > span { color: rgba(32, 86, 217, .18); font-family: var(--serif); font-size: 60px; font-style: italic; line-height: .6; }
.article-closing > blockquote p { max-width: 670px; margin: 10px auto 0; color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 900; line-height: 1.8; }
.article-closing-question { margin: 34px 0 0 !important; padding: 25px; border: 2px solid var(--ink); border-radius: var(--radius-lg); background: var(--yellow); box-shadow: 7px 8px 0 var(--ink); color: var(--ink) !important; font-family: var(--serif); font-size: 22px !important; font-weight: 900; line-height: 1.65 !important; }
.article-author-card { display: inline-grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; margin: 38px auto 24px; text-align: left; }
.article-author-card .brand-mark { width: 58px; height: 52px; }
.article-author-card strong, .article-author-card span, .article-author-card small { display: block; }
.article-author-card strong { font-size: 16px; }
.article-author-card span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.article-author-card small { margin-top: 3px; color: var(--blue); font-size: 9px; font-weight: 850; }
.article-closing > .button { display: flex; width: fit-content; margin: 0 auto; }
.filter-empty { padding: 70px 20px; text-align: center; color: var(--muted); }

.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.capability-grid article { min-height: 310px; padding: 25px; border: 1px solid rgba(255, 255, 255, .28); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .07); }
.capability-grid span { color: var(--yellow); font-family: var(--mono); font-size: 9px; }
.capability-grid h3 { margin: 72px 0 0; font-size: 26px; }
.capability-grid p { margin: 14px 0 0; color: rgba(255, 255, 255, .68); font-size: 11px; line-height: 1.7; }
.about-timeline li { grid-template-columns: 58px 110px 1fr; }
.about-timeline time { padding-top: 17px; font-family: var(--mono); font-size: 9px; font-weight: 900; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); }
.principle-grid article { min-height: 290px; padding: 28px; border-right: 1px solid var(--ink); background: var(--paper-light); }
.principle-grid article:nth-child(2) { background: var(--orange-soft); }
.principle-grid article:nth-child(3) { background: var(--blue-soft); }
.principle-grid article:nth-child(4) { border-right: 0; background: var(--yellow-soft); }
.principle-grid h3 { margin: 80px 0 0; font-size: 21px; }
.principle-grid p { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.belief-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 22px; }
.belief-strip p { margin: 0; padding: 21px; border: 1px solid var(--ink); border-radius: var(--radius-md); background: var(--yellow-soft); font-size: 12px; font-weight: 800; }

.about-coordinate-nav { position: sticky; z-index: 30; top: 78px; border-block: 1px solid rgba(23, 19, 13, .16); background: rgba(255, 250, 241, .94); backdrop-filter: blur(16px); }
.about-coordinate-nav ol { display: grid; width: min(1280px, calc(100% - 48px)); grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0 auto; padding: 9px 0; list-style: none; }
.about-coordinate-nav li { min-width: 0; border-right: 1px solid var(--line); }
.about-coordinate-nav li:last-child { border-right: 0; }
.about-coordinate-nav a { display: flex; min-height: 46px; align-items: center; gap: 9px; justify-content: center; padding: 8px 10px; border-radius: 12px; color: #5d554a; font-size: 11px; font-weight: 850; text-align: center; }
.about-coordinate-nav a:hover, .about-coordinate-nav a:focus-visible { background: var(--yellow-soft); color: var(--ink); outline: none; }
.about-coordinate-nav a span { color: var(--blue); font-family: var(--mono); font-size: 8px; }
.about-coordinate-shell { padding-top: clamp(64px, 7vw, 96px); }
.about-coordinate-stack { display: grid; gap: 28px; }
.about-coordinate-card { scroll-margin-top: 154px; padding: clamp(30px, 4vw, 52px); border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); box-shadow: var(--shadow); }
.about-coordinate-card:nth-child(2) { background: var(--orange-soft); }
.about-coordinate-card:nth-child(3) { background: var(--navy); color: white; box-shadow: var(--shadow-dark); }
.about-coordinate-card:nth-child(4) { background: var(--blue-soft); }
.about-coordinate-card:nth-child(5) { background: var(--yellow-soft); }
.about-coordinate-heading { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: clamp(24px, 4vw, 58px); align-items: start; }
.about-coordinate-heading > div:first-child { display: grid; gap: 10px; }
.about-coordinate-heading > div:first-child span { display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid currentColor; border-radius: 50%; background: var(--orange); color: white; box-shadow: 4px 4px 0 var(--ink); font-family: var(--mono); font-size: 10px; font-weight: 900; }
.about-coordinate-heading > div:first-child small { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.about-coordinate-card:nth-child(3) .about-coordinate-heading > div:first-child small { color: var(--yellow); }
.about-coordinate-heading h2 { max-width: 900px; margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; }
.about-coordinate-heading p { max-width: 900px; margin: 19px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.about-coordinate-card:nth-child(3) .about-coordinate-heading p { color: rgba(255, 255, 255, .7); }
.about-belief-list, .about-work-steps { display: grid; gap: 14px; margin: 34px 0 0 170px; padding: 0; list-style: none; }
.about-belief-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-belief-list li { display: grid; min-height: 150px; padding: 20px; border: 1px solid var(--ink); border-radius: var(--radius-md); background: rgba(255, 250, 241, .72); }
.about-belief-list li span, .about-work-steps > li > span { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.about-belief-list p { align-self: end; margin: 24px 0 0; font-size: 13px; font-weight: 800; line-height: 1.65; }
.about-work-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-work-steps li { min-width: 0; padding: 20px; border: 1px solid rgba(255, 255, 255, .28); border-radius: var(--radius-md); background: rgba(255, 255, 255, .07); }
.about-work-steps > li > span { color: var(--yellow); }
.about-work-steps h3 { margin: 34px 0 0; font-size: 19px; line-height: 1.15; }
.about-work-steps p { margin: 12px 0 0; color: rgba(255, 255, 255, .68); font-size: 11px; line-height: 1.7; }
.about-boundary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 34px 0 0 170px; }
.about-boundary-item { padding: 22px; border: 1px solid var(--ink); border-radius: var(--radius-md); background: rgba(255, 250, 241, .62); }
.about-boundary-item > span { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.about-boundary-item h3 { margin: 25px 0 0; font-size: 20px; }
.about-boundary-item p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.about-validation-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 34px 0 0 170px; }
.about-validation-group { min-width: 0; overflow: hidden; border: 1px solid var(--ink); border-radius: var(--radius-lg); background: rgba(255, 250, 241, .76); }
.about-validation-group > header { padding: 18px; border-bottom: 1px solid var(--ink); }
.about-validation-group > header span { display: inline-flex; padding: 6px 9px; border: 1px solid currentColor; border-radius: 999px; font-family: var(--mono); font-size: 8px; font-weight: 900; }
.about-validation-group > header p { margin: 11px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.about-validation-confirmed > header span { background: #ddf1e2; color: #20673b; }
.about-validation-testing > header span { background: var(--yellow); color: #715900; }
.about-validation-unverified > header span { background: var(--paper-deep); color: #655d52; }
.about-validation-list { display: grid; }
.about-validation-item { padding: 18px; border-bottom: 1px solid var(--line); }
.about-validation-item:last-child { border-bottom: 0; }
.about-validation-item h4 { margin: 0; font-size: 17px; line-height: 1.25; }
.about-validation-item p { margin: 12px 0 0; color: #514a40; font-size: 11px; line-height: 1.65; }
.about-validation-item p b { display: block; margin-bottom: 4px; color: var(--blue); font-family: var(--mono); font-size: 8px; }
.about-validation-item .about-validation-boundary { padding-top: 11px; border-top: 1px dashed rgba(23, 19, 13, .24); color: #735142; }
.about-validation-item .about-validation-boundary b { color: #9d4b29; }
.about-validation-item small { display: block; margin-top: 13px; color: var(--muted); font-family: var(--mono); font-size: 7px; line-height: 1.5; overflow-wrap: anywhere; }
.about-validation-empty { margin: 0; padding: 18px; color: var(--muted); font-size: 11px; }
.about-journey-bridge { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; margin-top: 28px; padding: 26px 30px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--yellow); box-shadow: var(--shadow); }
.about-journey-bridge span { font-family: var(--mono); font-size: 8px; font-weight: 900; }
.about-journey-bridge p { max-width: 760px; margin: 10px 0 0; font-size: 12px; line-height: 1.7; }
.about-journey-link { white-space: nowrap; }

.layer-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.connection-canvas { position: relative; min-height: 630px; margin-top: 29px; overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: radial-gradient(circle at center, rgba(255, 216, 78, .42), transparent 11rem), radial-gradient(circle, rgba(32, 86, 217, .14) 1px, transparent 1px), var(--paper-light); background-size: auto, 35px 35px, auto; box-shadow: var(--shadow); }
.connection-canvas::before, .connection-canvas::after { position: absolute; inset: 16%; border: 1px dashed rgba(23, 19, 13, .25); border-radius: 50%; content: ""; }
.connection-canvas::after { inset: 30%; }
.connection-center { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 180px; place-items: center; padding: 17px; border: 2px solid var(--ink); border-radius: 25px; background: var(--yellow-soft); box-shadow: 7px 8px 0 rgba(23, 19, 13, .18); text-align: center; transform: translate(-50%, -50%); }
.connection-center img { width: 105px; height: 105px; object-fit: contain; }
.connection-center strong { font-size: 21px; }
.connection-center small { margin-top: 6px; color: var(--muted); font-size: 8px; }
.connection-orbit { position: absolute; z-index: 2; display: grid; min-width: 110px; min-height: 70px; place-items: center; padding: 12px; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper-light); box-shadow: 4px 5px 0 rgba(23, 19, 13, .16); font-size: 11px; font-weight: 900; }
.connection-orbit-1 { top: 13%; left: 16%; }
.connection-orbit-2 { top: 15%; right: 15%; background: var(--orange-soft); }
.connection-orbit-3 { bottom: 14%; left: 18%; background: var(--blue-soft); }
.connection-orbit-4 { right: 17%; bottom: 12%; background: var(--yellow); }
.connection-records { margin-top: 24px; }
.connection-empty { padding: 31px; border: 2px dashed rgba(23, 19, 13, .4); border-radius: var(--radius-lg); background: rgba(255, 240, 163, .42); }
.connection-empty span { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.connection-empty h3 { margin: 18px 0 0; font-size: 27px; }
.connection-empty p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.connection-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.connection-card { display: flex; min-height: 420px; flex-direction: column; padding: 25px; border: 2px solid var(--ink); border-radius: var(--radius-lg); background: var(--paper-light); box-shadow: var(--shadow); }
.connection-card header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.connection-card header > span:first-child { color: var(--muted); font-family: var(--mono); font-size: 8px; }
.connection-card h3 { margin: 34px 0 0; font-size: 29px; }
.connection-quote { margin: 18px 0 0; color: var(--navy); font-size: 17px; font-weight: 750; line-height: 1.65; }
.connection-card dl { display: grid; grid-template-columns: 78px 1fr; gap: 9px 13px; margin: 28px 0; }
.connection-card dt { color: var(--blue); font-family: var(--mono); font-size: 8px; }
.connection-card dd { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; overflow-wrap: anywhere; }
.connection-card .ghost-link, .connection-card .ghost-button { margin-top: auto; align-self: flex-start; }
.submission-boundary { display: flex; gap: 15px; align-items: center; margin-top: 18px; padding: 19px; border-radius: var(--radius-md); background: var(--navy); color: white; }
.submission-boundary p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 11px; }
.connections-section .connection-trust-stack { display: grid; gap: 28px; }
.connections-section .connection-public-status, .connections-section .connection-publication-gates, .connections-section .connection-network-model, .connections-section .connection-record-contract, .connections-section .connection-withdrawal-boundary { padding: clamp(24px, 4vw, 42px); border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); box-shadow: var(--shadow); }
.connections-section .connection-public-status { background: linear-gradient(135deg, rgba(255, 240, 163, .84), rgba(255, 250, 241, .96)); }
.connections-section .connection-public-status > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.connections-section .connection-public-status > header > div > span, .connections-section .connection-publication-gates > header > span, .connections-section .connection-network-model > header > span, .connections-section .connection-record-contract > header > span, .connections-section .connection-withdrawal-boundary > header > span { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.connections-section .connection-public-status h2, .connections-section .connection-publication-gates h2, .connections-section .connection-network-model h2, .connections-section .connection-record-contract h2, .connections-section .connection-withdrawal-boundary h2 { margin: 13px 0 0; font-size: clamp(28px, 3vw, 41px); line-height: 1.1; letter-spacing: -.045em; }
.connections-section .connection-public-summary { max-width: 850px; margin: 28px 0 0; color: var(--navy); font-size: 15px; font-weight: 800; line-height: 1.7; }
.connections-section .connection-public-empty-description { max-width: 850px; margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.connections-section .connection-public-boundaries { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 12px; margin: 28px 0 0; }
.connections-section .connection-public-boundaries > div { padding: 18px; border: 1px solid var(--ink); border-radius: var(--radius-md); background: rgba(255, 255, 255, .58); }
.connections-section .connection-public-boundaries dt, .connections-section .connection-network-model dt, .connections-section .connection-record-contract dt { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.connections-section .connection-public-boundaries dd, .connections-section .connection-network-model dd, .connections-section .connection-record-contract dd { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.connections-section .connection-publication-gates { background: var(--navy); color: white; box-shadow: 8px 9px 0 rgba(23, 19, 13, .2); }
.connections-section .connection-publication-gates > header > span { color: var(--yellow); }
.connections-section .connection-publication-gates ol { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; }
.connections-section .connection-publication-gates li { min-height: 230px; padding: 22px; border: 1px solid rgba(255, 255, 255, .28); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .07); }
.connections-section .connection-publication-gates li > span { color: var(--yellow); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.connections-section .connection-publication-gates h3 { margin: 48px 0 0; font-size: 21px; }
.connections-section .connection-publication-gates p { margin: 12px 0 0; color: rgba(255, 255, 255, .7); font-size: 10px; line-height: 1.65; }
.connections-section .connection-network-model { background: var(--blue-soft); }
.connections-section .connection-network-model dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin: 30px 0 0; }
.connections-section .connection-network-model dl > div { padding: 18px; border: 1px solid var(--ink); border-radius: var(--radius-md); background: rgba(255, 255, 255, .6); }
.connections-section .connection-record-contract > header > p { max-width: 820px; margin: 15px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.connections-section .connection-record-contract > dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 30px 0 0; overflow: hidden; border: 1px solid var(--ink); border-radius: var(--radius-lg); }
.connections-section .connection-record-contract > dl > div { min-width: 0; padding: 18px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.connections-section .connection-record-contract > dl > div:nth-child(2n) { border-right: 0; }
.connections-section .connection-record-contract > dl > div:nth-last-child(-n + 2) { border-bottom: 0; }
.connections-section .connection-contract-rules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.connections-section .connection-contract-rules p { margin: 0; padding: 16px; border-left: 3px solid var(--orange); background: var(--orange-soft); color: var(--muted); font-size: 10px; line-height: 1.65; }
.connections-section .connection-contract-rules strong { display: block; margin-bottom: 7px; color: var(--ink); }
.connections-section .connection-withdrawal-boundary { background: var(--yellow-soft); }
.connections-section .connection-withdrawal-boundary ul { display: grid; gap: 10px; margin: 28px 0 0; padding-left: 20px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.connections-section .connection-withdrawal-boundary > p { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.65; }
.connections-section .connection-submission-boundary { display: flex; gap: 15px; align-items: center; padding: 19px; border-radius: var(--radius-md); background: var(--navy); color: white; }
.connections-section .connection-submission-boundary p { margin: 0; color: rgba(255, 255, 255, .72); font-size: 11px; line-height: 1.6; }
.connections-section .connection-record-browser { display: grid; }

.products-section blockquote { max-width: 940px; margin: 0 auto 72px; padding: 37px 44px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--navy); color: var(--yellow-soft); box-shadow: var(--shadow); font-size: 26px; font-weight: 900; line-height: 1.45; text-align: center; }
.stage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 23px; }
.stage-card { display: flex; min-height: 660px; flex-direction: column; padding: 30px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); box-shadow: var(--shadow); }
.stage-card:nth-child(2) { background: var(--orange-soft); }
.stage-card:nth-child(3) { background: var(--blue-soft); }
.stage-card:nth-child(4) { background: var(--yellow-soft); }
.stage-card header { display: flex; align-items: center; justify-content: space-between; }
.stage-card header > span { font-family: var(--mono); font-size: 11px; font-weight: 900; }
.stage-card > small { margin-top: 51px; color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.stage-card h3 { margin: 10px 0 0; font-size: 38px; letter-spacing: -.055em; }
.stage-card dl { display: grid; gap: 14px; margin-top: 28px; }
.stage-card dl div { display: grid; grid-template-columns: 78px 1fr; gap: 14px; padding-top: 13px; border-top: 1px solid var(--line); }
.stage-card dt { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.stage-card dd { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.stage-card > strong { margin-top: 28px; font-size: 12px; }
.stage-card ul { display: grid; gap: 9px; margin: 15px 0 0; padding-left: 18px; color: var(--muted); font-size: 11px; }
.stage-card footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 28px; }
.stage-card footer > b { font-size: 31px; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr); gap: 34px; align-items: start; }
.contact-closed-shell { display: grid; gap: 28px; }
.contact-entry-card { display: grid; grid-template-columns: minmax(210px, .62fr) minmax(0, 1.38fr); gap: 16px 34px; align-items: end; padding: 28px 30px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--yellow-soft); box-shadow: var(--shadow); }
.contact-entry-card > div { display: flex; grid-row: 1 / span 2; flex-direction: column; gap: 13px; align-items: flex-start; align-self: stretch; justify-content: space-between; }
.contact-entry-card > div > span { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.contact-entry-card h2 { margin: 0; font-size: clamp(30px, 3.3vw, 45px); line-height: 1.04; letter-spacing: -.05em; }
.contact-entry-card > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.contact-flow { display: grid; gap: 22px; }
.contact-step { min-width: 0; padding: 30px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); box-shadow: var(--shadow); }
.contact-step > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.contact-step > header > span { display: grid; width: 42px; height: 42px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--orange); color: white; font-family: var(--mono); font-size: 10px; font-weight: 900; }
.contact-step > header > small { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.contact-step > h2 { margin: 24px 0 0; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.05; letter-spacing: -.05em; }
.contact-topic-card > ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; }
.contact-topic-card > ul > li { min-height: 104px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); color: var(--muted); font-size: 11px; line-height: 1.7; }
.contact-outline-card { background: var(--yellow-soft); }
.contact-outline-intro { max-width: 760px; margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.contact-context-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 27px 0 0; padding: 0; overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-lg); background: var(--paper-light); list-style: none; }
.contact-context-grid > li { display: grid; grid-template-rows: auto 1fr; min-height: 190px; padding: 18px; border-right: 1px solid var(--ink); }
.contact-context-grid > li:last-child { border-right: 0; }
.contact-context-grid > li > span { color: var(--orange); font-family: var(--mono); font-size: 10px; font-weight: 900; }
.contact-context-grid b { display: block; margin-top: 33px; font-size: 15px; }
.contact-context-grid p { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.contact-context-boundary { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; margin: 20px 0 0; padding: 18px; border: 1px solid var(--ink); border-radius: var(--radius-md); background: var(--orange-soft); color: var(--muted); font-size: 11px; line-height: 1.7; }
.contact-context-boundary strong { color: var(--ink); }
.contact-boundary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.contact-boundary-grid .contact-step { box-shadow: none; }
.contact-reply-card { background: var(--paper-light); }
.contact-privacy-card { background: #e4f0dd; }
.contact-reply-card > p, .contact-privacy-card > p { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.contact-privacy-gates { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.contact-privacy-gates > span { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.contact-privacy-gates ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 13px 0 0; padding: 0; list-style: none; }
.contact-privacy-gates li { padding: 7px 9px; border: 1px solid var(--ink); border-radius: 999px; background: var(--paper-light); font-size: 9px; font-weight: 850; }
.contact-faq { margin-top: 6px; }
.letter-form { position: relative; padding: 39px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); box-shadow: var(--shadow); }
.letter-form::before { position: absolute; top: 20px; right: 22px; width: 48px; height: 58px; border: 2px dashed var(--orange); content: ""; transform: rotate(4deg); }
.stamp { color: var(--orange); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.letter-form h2 { margin: 29px 0 0; font-size: 42px; }
.letter-form > p { color: var(--muted); }
.letter-form label { display: grid; gap: 8px; margin-top: 24px; }
.letter-form label > span { font-size: 11px; font-weight: 850; }
.letter-form input, .letter-form textarea, .letter-form select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--ink); border-radius: 12px; background: var(--paper); color: var(--muted); opacity: 1; }
.letter-form textarea { min-height: 140px; resize: vertical; }
.letter-form .button { margin-top: 29px; }
.contact-aside { display: grid; gap: 20px; }
.channel-list { display: grid; gap: 12px; }
.channel-list article, .privacy-card { padding: 22px; border: 1px solid var(--ink); border-radius: var(--radius-md); background: var(--paper-light); }
.channel-list article > span { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.channel-list p, .privacy-card p { margin: 12px 0 14px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.channel-list article > a { display: block; margin: 12px 0 14px; color: var(--navy); font-size: 11px; font-weight: 850; line-height: 1.65; overflow-wrap: anywhere; }
.privacy-card { background: var(--yellow-soft); }
.faq-list { display: grid; gap: 11px; }
.faq-list h2 { font-size: 28px; }
.faq-list details { border: 1px solid var(--ink); border-radius: 13px; background: var(--paper-light); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 17px; font-size: 11px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { margin: 0; padding: 0 17px 17px; color: var(--muted); font-size: 10px; line-height: 1.65; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.fit-grid article { min-height: 490px; padding: 34px; background: #dff0df; }
.fit-grid article:last-child { border-left: 1px solid var(--ink); background: var(--orange-soft); }
.fit-grid span { font-family: var(--mono); font-size: 9px; font-weight: 900; }
.fit-grid h2 { margin: 70px 0 0; font-size: 38px; }
.fit-grid ul { display: grid; gap: 13px; margin: 28px 0 0; padding-left: 19px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.deliverables-section ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; overflow: hidden; border: 2px solid white; border-radius: var(--radius-xl); list-style: none; }
.deliverables-section li { min-height: 250px; padding: 27px; border-right: 1px solid rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .07); }
.deliverables-section li:last-child { border-right: 0; }
.deliverables-section li > span { color: var(--yellow); font-family: var(--mono); font-size: 9px; }
.deliverables-section li p { margin: 90px 0 0; font-size: 15px; font-weight: 850; line-height: 1.5; }
.case-empty { margin-top: 22px; padding: 22px; border: 1px solid rgba(255, 255, 255, .3); border-radius: var(--radius-md); background: rgba(255, 216, 78, .1); }
.case-empty p { color: rgba(255, 255, 255, .7); }
.collaboration-case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 28px; }
.collaboration-case { padding: 26px; border: 1px solid rgba(255, 255, 255, .34); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .07); }
.collaboration-case header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.collaboration-case header > span:first-child { color: var(--yellow); font-family: var(--mono); font-size: 9px; }
.collaboration-case h3 { margin: 34px 0 0; font-size: 31px; }
.collaboration-case > p { color: rgba(255, 255, 255, .72); line-height: 1.7; }
.collaboration-case dl { display: grid; grid-template-columns: 78px 1fr; gap: 9px 13px; margin: 28px 0; }
.collaboration-case dt { color: var(--yellow); font-family: var(--mono); font-size: 8px; }
.collaboration-case dd { margin: 0; color: rgba(255, 255, 255, .7); font-size: 10px; line-height: 1.6; }
.application-action { margin-top: 34px; }
.terms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.terms-section .faq-list { max-width: 900px; margin: 50px auto 0; }

.fill-order { display: grid; gap: 18px; margin: 0 0 50px; padding: 0; list-style: none; }
.fill-order li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 25px; border: 2px solid var(--ink); border-radius: var(--radius-lg); background: var(--paper-light); box-shadow: 5px 6px 0 rgba(23, 19, 13, .12); }
.fill-order li > span { display: grid; width: 54px; height: 54px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--orange); color: white; font-family: var(--mono); font-size: 9px; font-weight: 900; }
.fill-order h3 { margin: 3px 0 0; font-size: 22px; }
.fill-order p { margin: 9px 0 0; color: var(--muted); font-size: 11px; }
.blueprint-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blueprint-grid article { display: flex; min-height: 360px; flex-direction: column; padding: 24px; border: 2px dashed rgba(23, 19, 13, .45); border-radius: var(--radius-lg); background: rgba(255, 240, 163, .42); }
.blueprint-grid header { display: flex; align-items: center; justify-content: space-between; }
.blueprint-grid header > span:not(.status-pill) { font-family: var(--mono); font-size: 10px; font-weight: 900; }
.blueprint-grid h3 { margin: 38px 0 0; font-size: 29px; }
.blueprint-grid > article > p { margin: 11px 0 0; color: var(--muted); font-size: 12px; }
.blueprint-grid dl { display: grid; gap: 10px; margin-top: 27px; }
.blueprint-grid dl div { display: grid; grid-template-columns: 70px 1fr; gap: 10px; }
.blueprint-grid dt { color: var(--blue); font-family: var(--mono); font-size: 8px; }
.blueprint-grid dd { margin: 0; color: var(--muted); font-family: var(--mono); font-size: 8px; overflow-wrap: anywhere; }
.blueprint-grid a { margin-top: auto; font-size: 11px; font-weight: 900; }
.blueprint-hero .module-hero-visual { aspect-ratio: 1672 / 941; min-height: 0; border-radius: 28px 24px 34px 22px; }
.blueprint-hero .module-hero-visual img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.blueprint-anchor-nav { position: sticky; z-index: 60; top: 78px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 12px max(24px, calc((100vw - 1280px) / 2)); border-block: 1px solid rgba(23, 19, 13, .16); background: rgba(255, 250, 241, .94); backdrop-filter: blur(14px); }
.blueprint-anchor-nav a { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 10px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-light); font-size: 11px; font-weight: 900; }
.blueprint-anchor-nav a:hover, .blueprint-anchor-nav a:focus-visible { border-color: var(--ink); background: var(--yellow); }
.blueprint-anchor-nav span { font-family: var(--mono); font-size: 8px; }
.blueprint-stage { scroll-margin-top: 150px; background: var(--paper); }
.blueprint-stage-testing { background: var(--yellow-soft); }
.blueprint-stage-unverified { background: var(--paper-deep); }
.blueprint-stage-shell { padding-block: clamp(58px, 7vw, 92px); }
.blueprint-stage-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr); gap: 54px; align-items: end; margin-bottom: 42px; }
.blueprint-stage-heading h2 { max-width: 850px; margin: 0; font-size: clamp(40px, 4.7vw, 66px); line-height: 1; letter-spacing: -.06em; }
.blueprint-stage-heading > div:last-child { display: grid; gap: 15px; justify-items: start; }
.blueprint-stage-heading > div:last-child p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.blueprint-status { display: inline-flex; min-height: 28px; align-items: center; padding: 6px 9px; border: 1px solid currentColor; border-radius: 999px; font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .04em; }
.blueprint-status-confirmed { background: #ddf1e2; color: #20673b; }
.blueprint-status-testing { background: var(--yellow-soft); color: #715900; }
.blueprint-status-unverified { background: var(--blue-soft); color: #20427d; }
.blueprint-stage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.blueprint-stage-card { display: flex; min-height: 300px; flex-direction: column; padding: 23px; border: 2px solid rgba(23, 19, 13, .46); border-radius: var(--radius-lg); background: rgba(255, 250, 241, .8); box-shadow: 5px 6px 0 rgba(23, 19, 13, .1); }
.blueprint-stage-card h3 { margin: 28px 0 0; font-size: 27px; line-height: 1.1; letter-spacing: -.045em; }
.blueprint-stage-card > p { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.blueprint-card-link { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; margin-top: auto; padding-top: 22px; font-size: 11px; font-weight: 900; }
.blueprint-card-link:hover, .blueprint-card-link:focus-visible { color: var(--blue); }
.blueprint-principles .section-heading { margin-bottom: 46px; }
.blueprint-principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.blueprint-principle-card { min-height: 250px; padding: 23px; border: 1px solid rgba(255, 255, 255, .3); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .07); }
.blueprint-principle-card > span { color: var(--yellow); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.blueprint-principle-card h3 { margin: 50px 0 0; font-size: 23px; }
.blueprint-principle-card p { margin: 12px 0 0; color: rgba(255, 255, 255, .7); font-size: 11px; line-height: 1.65; }
@media (max-width: 1100px) {
  .blueprint-stage-grid, .blueprint-principle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.rule-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.rule-grid article { min-height: 300px; padding: 24px; border: 1px solid rgba(255, 255, 255, .3); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .07); }
.rule-grid b { color: var(--yellow); font-family: var(--mono); font-size: 9px; }
.rule-grid h3 { margin: 66px 0 0; font-size: 23px; }
.rule-grid p { margin: 12px 0 0; color: rgba(255, 255, 255, .7); font-size: 11px; line-height: 1.65; }
.rule-grid code { color: var(--yellow); }

.site-footer { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; padding: 55px max(24px, calc((100vw - 1280px) / 2)) 36px; border-top: 2px solid var(--ink); background: var(--paper-light); }
.footer-brand > p { max-width: 350px; margin: 23px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.footer-group { display: grid; align-content: start; gap: 11px; }
.footer-group strong { margin-bottom: 7px; font-size: 12px; }
.footer-group a { color: var(--muted); font-size: 10px; }
.footer-group a:hover { color: var(--blue); }
.footer-bottom { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 8px; }
.icp-link { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.icp-link:hover { color: var(--blue); }
.blueprint-bar { position: static; z-index: auto; display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 24px; padding: 10px max(18px, calc((100vw - 1280px) / 2)); border-top: 2px solid var(--ink); background: var(--yellow); box-shadow: none; }
.blueprint-bar > div { display: flex; gap: 14px; align-items: center; }
.blueprint-bar > div > span { padding: 6px 8px; border: 1px solid var(--ink); border-radius: 999px; font-family: var(--mono); font-size: 8px; font-weight: 900; }
.blueprint-bar p { margin: 0; font-size: 11px; font-weight: 750; }
.blueprint-bar a { font-size: 11px; font-weight: 900; white-space: nowrap; }
.loading-state, .fatal-state { display: grid; min-height: calc(100svh - 78px); place-items: center; align-content: center; gap: 13px; padding: 40px; text-align: center; }
.loading-star, .fatal-state > span { color: var(--orange); font-size: 34px; }
.loading-state p, .fatal-state p { color: var(--muted); }
.fatal-state h1 { margin: 0; font-size: 44px; }
.noscript-message { padding: 30px; background: var(--yellow); font-weight: 900; text-align: center; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto auto 1fr auto; }
  .site-nav a { padding-inline: 8px; }
  .home-hero { grid-template-columns: 1fr 390px; }
  .home-hero-copy h1 { font-size: clamp(40px, 4.5vw, 52px); }
  .home-hero-system { min-height: 570px; }
  .planet-system { min-height: 880px; }
  .planet-node { width: 150px; }
  .planet-copy { width: 138px; }
  .planet-sphere { width: 100px; height: 100px; }
  .slot-grid, .capability-grid, .principle-grid, .terms-grid { grid-template-columns: repeat(2, 1fr); }
  .home-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-proof-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .home-trust-path { grid-template-columns: 1fr; }
  .principle-grid article { border-bottom: 1px solid var(--ink); }
  .module-grid, .archive-grid, .article-grid, .blueprint-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-grid { grid-template-columns: 1fr; }
  .project-authorized-empty { grid-template-columns: 1fr 1fr; }
  .project-authorized-empty dl { grid-column: 1 / -1; }
  .connection-card-grid { grid-template-columns: repeat(2, 1fr); }
  .field-ribbon { grid-template-columns: repeat(4, 1fr); }
  .workbench-shell { grid-template-columns: 270px minmax(0, 1fr); }
  .loop-overview-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .loop-overview-list li { border-bottom: 1px solid rgba(255, 255, 255, .2); }
  .loop-overview-list li::after { display: none !important; }
  .workbench-build-card .loop-stage-list { grid-template-columns: 1fr; }
  .build-card ol { grid-template-columns: 1fr; }
  .build-card li { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
  .build-card b { margin-top: 20px; }
  .rule-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 861px) and (max-width: 1320px) {
  .hero-orbit-motion .hero-comet { width: 122px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 72px; }
  body.blueprint-mode { padding-bottom: 0; }
  .site-header { grid-template-columns: 1fr auto; min-height: 70px; padding-inline: 18px; }
  .header-cta { display: none; }
  .menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-light); }
  .menu-button span:not(.sr-only) { display: block; width: 18px; height: 2px; background: var(--ink); }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 14px; left: 14px; display: none; padding: 12px; border: 2px solid var(--ink); border-radius: 18px; background: var(--paper-light); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 13px 14px; border-radius: 10px; }
  .section-heading { grid-template-columns: 1fr; gap: 23px; }
  .home-hero, .module-hero { grid-template-columns: 1fr; min-height: 0; }
  .module-hero { gap: 36px; padding-block: 58px; }
  .home-hero-system, .module-hero-visual { width: min(590px, 88vw); justify-self: center; }
  .articles-hero .module-hero { gap: 24px; padding-block: 40px; }
  .articles-hero .module-hero-visual { width: min(400px, 70vw); justify-self: center; }
  .articles-library-heading { grid-template-columns: 1fr; gap: 18px; }
  .articles-library-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .article-grid { grid-template-columns: 1fr; }
  .home-proof-grid { grid-template-columns: 1fr; }
  .home-proof-card:last-child:nth-child(odd) { grid-column: auto; }
  .home-trust-path ol { grid-template-columns: 1fr; }
  .home-trust-path li { border-right: 0; border-bottom: 1px solid var(--ink); }
  .home-trust-path li:last-child { border-bottom: 0; }
  .home-trust-path a { min-height: 108px; }
  .planet-system { min-height: 0; padding: 22px; overflow: clip; border-radius: 30px; perspective: none; }
  .planet-system::before, .planet-system::after { display: none; }
  .planet-scene { position: relative; inset: auto; pointer-events: auto; transform-style: flat; }
  .planet-orbit-ring { display: none; }
  .planet-orbit-guide { display: none; }
  .planet-system-core { position: relative; top: auto; left: auto; width: 100%; height: 370px; margin-bottom: 22px; transform: none; transform-style: flat; }
  .planet-mascot { inset: 0; width: 100%; height: 100%; }
  .planet-orbit-stage { position: relative; top: auto; left: auto; width: auto; height: auto; pointer-events: auto; transform: none; transform-style: flat; }
  .planet-list { position: relative; inset: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; transform: none; transform-style: flat; animation: none; will-change: auto; }
  .planet-node { position: static; width: auto; offset-path: none; offset-distance: 0%; offset-anchor: auto; transform: none; transform-style: flat; animation: none; will-change: auto; }
  .planet-upright { transform: none; transform-style: flat; animation: none; will-change: auto; }
  .planet-billboard { transform: none; transform-style: flat; }
  .planet-link { grid-template-columns: 86px minmax(0, 1fr); min-height: 126px; align-items: center; justify-items: start; padding: 15px; border: 1px solid rgba(96, 62, 34, .34); border-radius: 20px; background: rgba(255, 249, 229, .45); color: var(--ink); text-align: left; transform-style: flat; animation: none; }
  .planet-sphere { width: 82px; height: 82px; transform: none; transform-style: flat; }
  .planet-copy { width: auto; margin: 0 0 0 12px; padding: 0; border: 0; background: transparent; box-shadow: none; transform: none; backdrop-filter: none; }
  .planet-copy strong { color: var(--ink); font-size: 18px; }
  .layer-grid { grid-template-columns: 1fr; }
  .system-layer { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .system-layer:last-child { border-bottom: 0; }
  .system-layer h3 { margin-top: 45px; }
  .story-panel > div { width: min(600px, calc(100% - 48px)); justify-self: center; margin: 0 24px; }
  .map-layout { grid-template-columns: 1fr; }
  .map-sidebar { border-right: 0; border-bottom: 2px solid var(--ink); }
  .map-viewport { min-height: 620px; background-image: linear-gradient(90deg, transparent calc(100% - 34px), rgba(23, 19, 13, .12)); }
  .map-viewport::before { position: sticky; z-index: 7; top: 16px; left: 16px; display: inline-flex; min-height: 38px; align-items: center; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 999px; background: rgba(255, 250, 241, .92); box-shadow: 3px 4px 0 rgba(23, 19, 13, .12); font-size: 10px; font-weight: 850; content: "左右拖动查看完整星轨 →"; }
  .workbench-shell { grid-template-columns: 1fr; }
  .captain-log { position: static; }
  .captain-log > img { width: 120px; height: 120px; margin: 0; }
  .loop-overview-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workbench-panel-heading { grid-template-columns: 1fr; gap: 12px; }
  .workbench-evidence-boundary { grid-template-columns: 1fr; }
  .workbench-evidence-boundary > div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
  .workbench-evidence-boundary > div:last-child { border-bottom: 0; }
  .update-list, .calendar-grid, .asset-grid { grid-template-columns: 1fr; }
  .update-list article, .calendar-grid article, .asset-grid article { min-height: 230px; }
  .about-timeline li { grid-template-columns: 58px 1fr; }
  .about-timeline time { grid-column: 2; }
  .about-timeline li > div { grid-column: 2; }
  .belief-strip { grid-template-columns: 1fr; }
  .stage-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-entry-card { grid-template-columns: 1fr; align-items: start; }
  .contact-entry-card > div { grid-row: auto; flex-direction: row; align-items: center; }
  .contact-context-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-context-grid > li { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
  .contact-context-grid > li:nth-child(2n) { border-right: 0; }
  .contact-context-grid > li:nth-last-child(-n + 2) { border-bottom: 0; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid article:last-child { border-top: 1px solid var(--ink); border-left: 0; }
  .deliverables-section ol { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-group:last-of-type { grid-column: 2; }
}

@media (max-width: 620px) {
  .map-section { display: none; }
  .journey-mobile-section { display: block; }
  .journey-mobile-section .section-shell { padding-block: 58px; }
  .journey-mobile-section .map-boundary { margin-top: 23px; padding: 17px; }
  .journey-mobile-section .map-boundary p { font-size: 11px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 7px; }
  .home-hero { gap: 44px; padding: 50px 18px 68px; }
  .home-hero-copy { width: 100%; max-width: 100%; }
  .module-hero { gap: 28px; padding: 42px 18px 52px; }
  .articles-hero .module-hero { gap: 18px; padding: 30px 18px 34px; }
  .articles-hero .module-hero h1 { font-size: clamp(34px, 9.4vw, 41px); }
  .articles-hero .module-lead { font-size: 12px; line-height: 1.65; }
  .articles-hero .module-state { gap: 8px; font-size: 8px; }
  .articles-hero .module-hero-visual { width: min(270px, 76vw); }
  .home-hero-copy h1, .module-hero h1 { font-size: clamp(40px, 10.7vw, 47px); line-height: 1.02; word-break: normal; overflow-wrap: anywhere; }
  .home-hero-copy h1 { max-width: 100%; font-size: clamp(38px, 10vw, 42px); word-break: break-word; text-wrap: wrap; }
  .home-hero-copy > p:not(.eyebrow) { max-width: 100%; overflow-wrap: anywhere; }
  .home-hero-copy > p:not(.eyebrow), .module-lead { font-size: 14px; }
  .home-hero-system { width: 100%; min-height: 510px; }
  .system-card-label { top: 18px; max-width: calc(100% - 36px); overflow: hidden; text-overflow: ellipsis; }
  .hero-orbit-motion { top: 22%; left: 16%; width: 68%; height: 52%; }
  .hero-orbit-motion .hero-comet { width: 108px; }
  .hero-planet-count { right: 16px; bottom: 78px; }
  .module-hero-visual { width: 100%; min-height: 320px; }
  .module-hero-visual-scene { min-height: 0; }
  .section-shell { width: calc(100% - 36px); padding-block: 75px; }
  .section-heading h2 { font-size: clamp(37px, 10.4vw, 47px); line-height: 1.02; word-break: normal; overflow-wrap: anywhere; }
  .section-heading > p { font-size: 12px; }
  .slot-grid, .module-grid, .archive-grid, .article-grid, .capability-grid, .principle-grid, .terms-grid, .blueprint-grid, .rule-grid { grid-template-columns: 1fr; }
  .home-proof-card { min-height: 0; padding: 23px; }
  .home-proof-card h3 { font-size: 30px; }
  .home-trust-path { gap: 23px; padding: 20px; }
  .planet-system { padding: 14px; }
  .planet-system-core { height: 330px; }
  .planet-system-core > div { right: 14px; bottom: 14px; left: 14px; }
  .planet-mascot { inset: 0; width: 100%; height: 100%; }
  .planet-list { grid-template-columns: 1fr; }
  .planet-link { min-height: 112px; grid-template-columns: 82px minmax(0, 1fr); padding: 13px; }
  .connection-card-grid, .collaboration-case-grid { grid-template-columns: 1fr; }
  .content-slot { min-height: 210px; }
  .module-state { flex-wrap: wrap; }
  .story-panel { min-height: 690px; }
  .story-panel > img { object-position: 35% center; }
  .story-panel > div { width: calc(100% - 36px); align-self: end; margin: 0 18px 24px; padding: 28px 24px; }
  .story-panel h2 { font-size: 40px; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .filter-row button { flex: 0 0 auto; }
  .archive-card { min-height: 0; padding: 22px 18px; }
  .archive-card > header { align-items: flex-start; flex-direction: column-reverse; }
  .archive-card footer { align-items: flex-start; flex-direction: column; }
  .project-archive-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-archive-summary span:nth-child(2n) { border-right: 0; }
  .project-archive-summary span:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255, 255, 255, .24); }
  .project-record-meta { align-items: stretch; flex-direction: column; }
  .project-record-meta > span { width: 100%; border-radius: 12px; }
  .project-summary-grid, .project-dossier-grid { grid-template-columns: 1fr; }
  .project-summary-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .project-summary-grid div:last-child { border-bottom: 0; }
  .project-field { border-right: 0; }
  .project-field:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .project-field:last-child { border-bottom: 0; }
  .project-public-boundary { margin-left: 0; white-space: normal; }
  .project-authorized-empty { grid-template-columns: 1fr; padding: 22px 18px; }
  .project-authorized-empty dl { grid-column: auto; }
  .field-ribbon { grid-template-columns: repeat(2, 1fr); }
  .map-sidebar { padding: 44px 20px; }
  .timeline-accessible li { grid-template-columns: 50px 1fr; gap: 14px; }
  .timeline-accessible li > span, .about-timeline li > span { width: 48px; height: 48px; }
  .timeline-accessible h3, .about-timeline h3 { font-size: 21px; }
  .workbench-shell { width: calc(100% - 36px); }
  .captain-log { padding: 21px; }
  .loop-overview { padding: 18px; }
  .loop-overview > header h2, .workbench-update-section > header h2 { font-size: 29px; }
  .loop-overview-list { grid-template-columns: 1fr; }
  .loop-overview-list li { min-height: 0; border-right: 0; }
  .loop-overview-list h3 { margin-top: 24px; }
  .build-card { padding: 18px; }
  .article-body h3 { font-size: 24px; }
  .articles-library-heading { margin-bottom: 25px; }
  .articles-library-heading h2 { font-size: clamp(34px, 9.7vw, 42px); }
  .articles-section .library-toolbar { padding: 16px; }
  .article-card-topline { align-items: flex-start; flex-direction: column-reverse; }
  .article-observation-grid { grid-template-columns: 1fr; }
  .article-observation-field + .article-observation-field { border-top: 1px solid var(--line); border-left: 0; }
  .article-unverified { grid-template-columns: 1fr; gap: 7px; }
  .article-card-footer { align-items: flex-start; flex-direction: column; }
  .article-reading-status { padding-bottom: 0; }
  .connection-canvas { min-height: 560px; }
  .connection-center { width: 150px; }
  .connection-center img { width: 85px; height: 85px; }
  .connection-orbit { min-width: 90px; min-height: 60px; font-size: 9px; }
  .connection-orbit-1 { left: 5%; }
  .connection-orbit-2 { right: 5%; }
  .connection-orbit-3 { left: 7%; }
  .connection-orbit-4 { right: 6%; }
  .submission-boundary { align-items: flex-start; flex-direction: column; }
  .connections-section .connection-public-status > header, .connections-section .connection-submission-boundary { align-items: flex-start; flex-direction: column; }
  .connections-section .connection-publication-gates li { min-height: 0; }
  .connections-section .connection-publication-gates h3 { margin-top: 28px; }
  .connections-section .connection-record-contract > dl, .connections-section .connection-contract-rules { grid-template-columns: 1fr; }
  .connections-section .connection-record-contract > dl > div { border-right: 0; }
  .connections-section .connection-record-contract > dl > div:nth-last-child(-n + 2) { border-bottom: 1px solid var(--ink); }
  .connections-section .connection-record-contract > dl > div:last-child { border-bottom: 0; }
  .products-section blockquote { padding: 28px 22px; font-size: 21px; }
  .archive-card, .article-body, .stage-card, .fit-grid article, .blueprint-grid article { min-height: 0; }
  .stage-card { padding: 24px; }
  .stage-card h3 { font-size: 34px; }
  .contact-entry-card, .contact-step { padding: 23px 20px; }
  .contact-entry-card > div { align-items: flex-start; flex-direction: column; }
  .contact-topic-card > ul, .contact-context-grid, .contact-boundary-grid { grid-template-columns: 1fr; }
  .contact-topic-card > ul > li { min-height: 0; }
  .contact-context-grid > li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .contact-context-grid > li:nth-child(2n) { border-right: 0; }
  .contact-context-grid > li:nth-last-child(-n + 2) { border-bottom: 1px solid var(--ink); }
  .contact-context-grid > li:last-child { border-bottom: 0; }
  .contact-context-grid b { margin-top: 20px; }
  .contact-context-boundary { grid-template-columns: 1fr; }
  .letter-form { padding: 28px 20px; }
  .fit-grid article { padding: 27px 22px; }
  .fit-grid h2 { font-size: 34px; }
  .deliverables-section ol { grid-template-columns: 1fr; }
  .deliverables-section li { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .25); }
  .deliverables-section li p { margin-top: 55px; }
  .fill-order li { grid-template-columns: 48px 1fr; padding: 20px 16px; }
  .fill-order li > span { width: 46px; height: 46px; }
  .filter-row button, .layer-tabs button, .tab-list button, .map-controls button, .ghost-button, .ghost-link, .footer-group a, .blueprint-grid a { min-height: 44px; align-items: center; }
  .footer-group a, .blueprint-grid a { display: inline-flex; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 35px 25px; padding-inline: 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-group:last-of-type { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .blueprint-bar { align-items: flex-start; padding-block: 9px; }
  .blueprint-bar > div { align-items: flex-start; }
  .blueprint-bar p { max-width: 190px; font-size: 9px; line-height: 1.35; }
  .blueprint-bar a { align-self: center; font-size: 9px; }
  .blueprint-hero { padding-bottom: 42px; }
  .blueprint-anchor-nav { top: 70px; gap: 6px; padding: 8px 12px; }
  .blueprint-anchor-nav a { gap: 5px; padding-inline: 7px; font-size: 9px; }
  .blueprint-anchor-nav span { display: none; }
  .blueprint-stage { scroll-margin-top: 132px; }
  .blueprint-stage-shell { padding-block: 48px; }
  .blueprint-stage-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 26px; }
  .blueprint-stage-heading h2 { font-size: clamp(34px, 9.8vw, 42px); }
  .blueprint-stage-heading > div:last-child { gap: 11px; }
  .blueprint-stage-grid, .blueprint-principle-grid { grid-template-columns: 1fr; gap: 12px; }
  .blueprint-stage-card { min-height: 0; padding: 18px; }
  .blueprint-stage-card h3 { margin-top: 20px; font-size: 22px; }
  .blueprint-stage-card > p { font-size: 10px; }
  .blueprint-card-link { padding-top: 13px; }
  .blueprint-principles .section-shell { padding-block: 58px; }
  .blueprint-principles .section-heading { margin-bottom: 28px; }
  .blueprint-principle-card { min-height: 0; padding: 18px; }
  .blueprint-principle-card h3 { margin-top: 28px; font-size: 21px; }
}

@media (max-width: 860px) {
  .about-coordinate-nav { top: 70px; }
  .about-coordinate-nav ol { display: flex; width: 100%; gap: 6px; overflow-x: auto; padding: 8px 14px; scrollbar-width: none; }
  .about-coordinate-nav ol::-webkit-scrollbar { display: none; }
  .about-coordinate-nav li { flex: 0 0 auto; border-right: 0; }
  .about-coordinate-nav a { min-height: 44px; padding-inline: 12px; border: 1px solid var(--line); background: rgba(255, 250, 241, .78); white-space: nowrap; }
  .about-coordinate-heading { grid-template-columns: 1fr; gap: 20px; }
  .about-coordinate-heading > div:first-child { display: flex; align-items: center; gap: 12px; }
  .about-belief-list, .about-work-steps, .about-boundary-grid, .about-validation-groups { grid-template-columns: 1fr; margin-left: 0; }
  .about-journey-bridge { grid-template-columns: 1fr; }
  .about-journey-link { justify-self: start; }
}

@media (max-width: 620px) {
  .about-coordinate-shell { padding-block: 54px; }
  .about-coordinate-shell > .section-heading { margin-bottom: 34px; }
  .about-coordinate-stack { gap: 16px; }
  .about-coordinate-card { scroll-margin-top: 132px; padding: 24px 18px; border-radius: 22px; box-shadow: 5px 6px 0 rgba(23, 19, 13, .14); }
  .about-coordinate-heading { gap: 16px; }
  .about-coordinate-heading > div:first-child span { width: 46px; height: 46px; }
  .about-coordinate-heading h2 { font-size: clamp(29px, 8.5vw, 36px); }
  .about-coordinate-heading p { margin-top: 13px; font-size: 12px; line-height: 1.68; }
  .about-belief-list, .about-work-steps, .about-boundary-grid, .about-validation-groups { gap: 9px; margin-top: 22px; }
  .about-belief-list li { min-height: 0; padding: 15px; }
  .about-belief-list p { margin-top: 14px; font-size: 12px; }
  .about-work-steps li, .about-boundary-item { padding: 15px; }
  .about-work-steps h3, .about-boundary-item h3 { margin-top: 16px; font-size: 17px; }
  .about-work-steps p, .about-boundary-item p { margin-top: 8px; font-size: 11px; }
  .about-validation-group > header { padding: 14px; }
  .about-validation-group > header p { margin-top: 8px; }
  .about-validation-item { padding: 14px; }
  .about-validation-item h4 { font-size: 16px; }
  .about-validation-item p { margin-top: 9px; font-size: 10px; }
  .about-validation-item .about-validation-boundary { padding-top: 8px; }
  .about-validation-item small { margin-top: 9px; }
  .about-journey-bridge { gap: 18px; margin-top: 16px; padding: 20px 18px; }
  .about-journey-link { width: 100%; white-space: normal; }
}

.products-section .sales-status { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: start; margin: 0 0 62px; padding: 24px 26px; border: 1px dashed rgba(23, 19, 13, .42); border-radius: var(--radius-lg); background: rgba(255, 250, 241, .72); }
.products-section .sales-status .status-pill { margin: 0; }
.products-section .sales-status strong { display: block; font-size: 18px; }
.products-section .sales-status p { max-width: 700px; margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.products-section .sales-status ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; margin: 0; padding: 0; list-style: none; }
.products-section .sales-status li { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-light); color: var(--muted); font-family: var(--mono); font-size: 8px; font-weight: 850; }
.products-section .sales-status-closed { box-shadow: 5px 6px 0 rgba(23, 19, 13, .08); }

.products-section .maturity-stack { display: grid; gap: 44px; }
.products-section .maturity-layer { padding: 34px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: rgba(255, 250, 241, .52); box-shadow: var(--shadow); }
.products-section .maturity-layer-exploring { background: rgba(223, 233, 255, .62); }
.products-section .maturity-layer-trial { background: rgba(255, 250, 241, .72); }
.products-section .maturity-layer-deliverable { background: rgba(255, 224, 201, .68); }
.products-section .maturity-layer-verified { border-style: dashed; background: rgba(223, 240, 223, .58); box-shadow: 6px 7px 0 rgba(23, 19, 13, .1); }
.products-section .maturity-layer-header { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 28px; align-items: start; }
.products-section .maturity-layer-header > div:first-child { display: flex; align-items: center; gap: 10px; padding-top: 5px; }
.products-section .maturity-layer-header > div:first-child span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--yellow); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.products-section .maturity-layer-header > div:first-child p { margin: 0; font-family: var(--mono); font-size: 9px; font-weight: 900; }
.products-section .maturity-layer-header h2 { margin: 0; font-size: clamp(32px, 3.3vw, 46px); letter-spacing: -.05em; }
.products-section .maturity-layer-header h2 small { display: inline-flex; min-height: 29px; align-items: center; margin-left: 10px; padding: 5px 10px; border: 1px solid var(--ink); border-radius: 999px; background: var(--paper-light); font-family: var(--mono); font-size: 9px; letter-spacing: 0; vertical-align: middle; }
.products-section .maturity-layer-header > div:last-child > p { max-width: 760px; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.products-section .maturity-boundary { margin: 25px 0 0 168px; padding: 14px 16px; border-left: 3px solid var(--blue); background: rgba(255, 255, 255, .45); color: var(--muted); font-size: 10px; line-height: 1.65; }
.products-section .maturity-stage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.products-section .maturity-stage-grid > :only-child { grid-column: 1 / -1; width: min(760px, 100%); }

.products-section .products-stage-card { min-height: 0; padding: 27px; box-shadow: 5px 6px 0 rgba(23, 19, 13, .12); }
.products-section .maturity-layer-exploring .products-stage-card { background: var(--blue-soft); }
.products-section .maturity-layer-trial .products-stage-card { background: var(--paper-light); }
.products-section .maturity-layer-deliverable .products-stage-card { background: var(--orange-soft); }
.products-section .products-stage-card > small { margin-top: 35px; }
.products-section .products-stage-card h3 { font-size: 34px; }
.products-section .products-fit-list { margin-bottom: 0; }
.products-section .products-stage-card > strong { margin-top: 26px; }
.products-section .products-evidence-boundary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 28px 0 0; overflow: hidden; border: 1px solid rgba(23, 19, 13, .22); border-radius: var(--radius-md); }
.products-section .products-evidence-boundary > div { min-width: 0; padding: 16px; background: rgba(255, 255, 255, .45); }
.products-section .products-evidence-boundary > div + div { border-left: 1px solid rgba(23, 19, 13, .18); background: rgba(255, 240, 163, .28); }
.products-section .products-evidence-boundary dt { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 900; }
.products-section .products-evidence-boundary dd { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.products-section .products-card-actions { display: flex; align-items: center; margin-top: 26px; }
.products-section .products-next-step { min-height: 44px; }

.products-section .products-placeholder { padding: 27px; border: 2px dashed rgba(23, 19, 13, .62); border-radius: var(--radius-lg); background: rgba(255, 240, 163, .5); }
.products-section .products-placeholder header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.products-section .products-placeholder header > span { font-family: var(--mono); font-size: 10px; font-weight: 900; }
.products-section .products-placeholder header > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.products-section .products-placeholder > small { display: block; margin-top: 34px; color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.products-section .products-placeholder h3 { margin: 10px 0 0; font-size: 32px; letter-spacing: -.045em; }
.products-section .products-placeholder > p { margin: 16px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.products-section .products-placeholder-boundary { margin-top: 22px; padding: 16px; border: 1px solid rgba(23, 19, 13, .22); border-radius: var(--radius-md); background: rgba(255, 250, 241, .6); }
.products-section .products-placeholder-boundary strong { font-size: 11px; }
.products-section .products-placeholder-boundary p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.products-section .products-placeholder > strong { display: block; margin-top: 24px; font-size: 12px; }
.products-section .products-placeholder > ul { display: grid; gap: 8px; margin: 13px 0 0; padding-left: 18px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.products-section .maturity-empty { display: grid; justify-items: start; margin-top: 28px; padding: 30px; border: 1px dashed rgba(23, 19, 13, .48); border-radius: var(--radius-lg); background: rgba(255, 250, 241, .65); }
.products-section .maturity-empty > span { padding: 6px 9px; border: 1px solid var(--ink); border-radius: 999px; background: #ddf1e2; color: #20673b; font-family: var(--mono); font-size: 8px; font-weight: 900; }
.products-section .maturity-empty h3 { margin: 28px 0 0; font-size: 30px; }
.products-section .maturity-empty p { max-width: 680px; margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

@media (max-width: 860px) {
  .products-section .sales-status { grid-template-columns: 1fr; margin-bottom: 42px; }
  .products-section .sales-status ul { justify-content: flex-start; }
  .products-section .maturity-layer { padding: 25px; }
  .products-section .maturity-layer-header { grid-template-columns: 1fr; gap: 16px; }
  .products-section .maturity-boundary { margin-left: 0; }
  .products-section .maturity-stage-grid { grid-template-columns: 1fr; }
  .products-section .maturity-stage-grid > :only-child { grid-column: auto; width: 100%; }
}

@media (max-width: 620px) {
  .products-section .sales-status { padding: 20px; }
  .products-section .maturity-stack { gap: 28px; }
  .products-section .maturity-layer { padding: 19px; border-radius: 22px; box-shadow: 5px 6px 0 rgba(23, 19, 13, .11); }
  .products-section .maturity-layer-header h2 { font-size: 32px; }
  .products-section .maturity-layer-header h2 small { margin-left: 6px; }
  .products-section .products-stage-card, .products-section .products-placeholder { padding: 20px; }
  .products-section .products-stage-card h3, .products-section .products-placeholder h3 { font-size: 29px; }
  .products-section .products-evidence-boundary { grid-template-columns: 1fr; }
  .products-section .products-evidence-boundary > div + div { border-top: 1px solid rgba(23, 19, 13, .18); border-left: 0; }
  .products-section .products-placeholder header { flex-direction: column; }
  .products-section .products-placeholder header > div { justify-content: flex-start; }
  .products-section .maturity-empty { padding: 24px 20px; }
}

.collaborate-page { background: var(--paper); }
.protocol-sr-heading { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.protocol-status-card { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; align-items: center; margin-bottom: 72px; padding: 20px 22px; border: 1px dashed rgba(23, 19, 13, .46); border-radius: var(--radius-lg); background: rgba(255, 250, 241, .74); box-shadow: 5px 6px 0 rgba(23, 19, 13, .08); }
.protocol-status-card > span { display: inline-flex; min-height: 34px; align-items: center; padding: 7px 11px; border: 1px solid #715900; border-radius: 999px; background: var(--yellow-soft); color: #715900; font-family: var(--mono); font-size: 8px; font-weight: 900; white-space: nowrap; }
.protocol-status-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.protocol-audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); box-shadow: var(--shadow); }
.protocol-audience-grid article { min-height: 285px; padding: 27px; border-right: 1px solid var(--ink); }
.protocol-audience-grid article:last-child { border-right: 0; }
.protocol-audience-grid article > span { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.protocol-audience-grid h3 { margin: 68px 0 0; font-size: 29px; letter-spacing: -.045em; }
.protocol-audience-grid p { margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.protocol-problem-panel { display: grid; grid-template-columns: minmax(240px, .6fr) minmax(0, 1.4fr); gap: 34px; margin-top: 34px; padding: 31px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--blue-soft); }
.protocol-problem-panel > header small { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.protocol-problem-panel > header h2 { margin: 54px 0 0; font-size: 36px; letter-spacing: -.05em; }
.protocol-problem-panel > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.protocol-problem-panel article { padding: 20px; border: 1px solid rgba(23, 19, 13, .25); border-radius: var(--radius-md); background: rgba(255, 250, 241, .7); }
.protocol-problem-panel h3 { margin: 0; font-size: 19px; }
.protocol-problem-panel article p { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }

.protocol-fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.protocol-fit-grid article { min-height: 390px; padding: 32px; background: #dff0df; }
.protocol-fit-grid article + article { border-left: 1px solid var(--ink); background: var(--orange-soft); }
.protocol-fit-grid article > span { font-family: var(--mono); font-size: 9px; font-weight: 900; }
.protocol-fit-grid h2 { margin: 55px 0 0; font-size: 36px; }
.protocol-fit-grid ul { display: grid; gap: 12px; margin: 24px 0 0; padding-left: 19px; color: var(--muted); font-size: 11px; line-height: 1.65; }

.protocol-responsibility-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.protocol-responsibility-grid > section { overflow: hidden; border: 1px solid rgba(255, 255, 255, .42); border-radius: var(--radius-xl); background: rgba(255, 255, 255, .07); }
.protocol-responsibility-grid > section > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 24px; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.protocol-responsibility-grid > section > header span { color: var(--yellow); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.protocol-responsibility-grid > section > header strong { color: rgba(255, 255, 255, .68); font-size: 10px; }
.protocol-responsibility-grid > section > div { display: grid; }
.protocol-responsibility-grid article { min-height: 174px; padding: 24px; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.protocol-responsibility-grid article:last-child { border-bottom: 0; }
.protocol-responsibility-grid h3 { margin: 0; font-size: 23px; }
.protocol-responsibility-grid article p { margin: 12px 0 0; color: rgba(255, 255, 255, .7); font-size: 11px; line-height: 1.7; }

.protocol-stage-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); box-shadow: var(--shadow); list-style: none; }
.protocol-stage-list > li { min-height: 300px; padding: 25px; border-right: 1px solid var(--ink); }
.protocol-stage-list > li:last-child { border-right: 0; }
.protocol-stage-list > li > span { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.protocol-stage-list ul { display: grid; gap: 11px; margin: 78px 0 0; padding-left: 18px; color: var(--muted); font-size: 11px; line-height: 1.6; }

.protocol-cadence { margin-top: 36px; padding: 31px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--yellow-soft); }
.protocol-cadence > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.protocol-cadence > header small { color: #715900; font-family: var(--mono); font-size: 9px; font-weight: 900; }
.protocol-cadence > header h2 { max-width: 760px; margin: 12px 0 0; font-size: 34px; letter-spacing: -.045em; }
.protocol-cadence > p { max-width: 880px; margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.protocol-cadence > ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 31px 0 0; padding: 0; overflow: hidden; border: 1px solid var(--ink); border-radius: var(--radius-lg); background: rgba(255, 250, 241, .7); list-style: none; }
.protocol-cadence > ol > li { min-height: 180px; padding: 19px; border-right: 1px solid var(--ink); }
.protocol-cadence > ol > li:last-child { border-right: 0; }
.protocol-cadence > ol span { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.protocol-cadence > ol p { margin: 52px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.protocol-pending-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 22px; }
.protocol-pending-tags strong { margin-right: 5px; font-size: 10px; }
.protocol-pending-tags span { padding: 7px 9px; border: 1px solid rgba(23, 19, 13, .35); border-radius: 999px; background: var(--paper-light); color: var(--muted); font-family: var(--mono); font-size: 8px; font-weight: 850; }

.protocol-evidence-card { padding: 30px; border: 2px solid var(--ink); border-radius: var(--radius-xl); background: var(--paper-light); box-shadow: var(--shadow); }
.protocol-evidence-card > header { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.protocol-evidence-card > header span { padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; font-family: var(--mono); font-size: 8px; font-weight: 900; }
.protocol-evidence-card > header strong { font-size: 13px; }
.protocol-evidence-testing > header span { background: var(--yellow-soft); color: #715900; }
.protocol-evidence-confirmed > header span { background: #ddf1e2; color: #20673b; }
.protocol-evidence-unverified > header span { background: var(--orange-soft); color: #7a3d19; }
.protocol-evidence-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 28px 0 0; overflow: hidden; border: 1px solid var(--ink); border-radius: var(--radius-lg); }
.protocol-evidence-card dl > div { min-height: 190px; padding: 23px; background: rgba(223, 240, 223, .62); }
.protocol-evidence-card dl > div + div { border-left: 1px solid var(--ink); background: rgba(255, 224, 201, .62); }
.protocol-evidence-card dt { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 900; }
.protocol-evidence-card dd { margin: 55px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.protocol-boundary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 2px solid var(--ink); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.protocol-boundary-grid > section { min-height: 430px; padding: 30px; background: #dff0df; }
.protocol-boundary-grid > section + section { border-left: 1px solid var(--ink); background: var(--yellow-soft); }
.protocol-boundary-grid header > span { display: inline-flex; padding: 6px 9px; border: 1px solid var(--ink); border-radius: 999px; font-family: var(--mono); font-size: 8px; font-weight: 900; }
.protocol-boundary-grid header h3 { margin: 50px 0 0; font-size: 29px; }
.protocol-boundary-grid ul { display: grid; gap: 12px; margin: 24px 0 0; padding-left: 19px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.protocol-case-state { margin-top: 30px; }
.protocol-case-state .case-empty { border-color: rgba(23, 19, 13, .3); background: var(--navy); color: white; }
.protocol-case-state .case-empty p { color: rgba(255, 255, 255, .72); }
.protocol-faq { max-width: 900px; margin: 42px auto 0; }
.protocol-application { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 22px 24px; border: 1px dashed rgba(23, 19, 13, .45); border-radius: var(--radius-lg); background: rgba(255, 240, 163, .42); }
.protocol-application p { max-width: 760px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.protocol-application .ghost-button { flex: 0 0 auto; }

@media (max-width: 1120px) {
  .protocol-audience-grid { grid-template-columns: 1fr; }
  .protocol-audience-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .protocol-audience-grid article:last-child { border-bottom: 0; }
  .protocol-audience-grid h3 { margin-top: 34px; }
  .protocol-stage-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .protocol-stage-list > li { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
  .protocol-stage-list > li:nth-child(2n) { border-right: 0; }
  .protocol-stage-list > li:nth-last-child(-n + 2) { border-bottom: 0; }
  .protocol-cadence > ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .protocol-cadence > ol > li { border-bottom: 1px solid var(--ink); }
  .protocol-cadence > ol > li:nth-child(2n) { border-right: 0; }
  .protocol-cadence > ol > li:last-child { grid-column: 1 / -1; border-bottom: 0; }
}

@media (max-width: 860px) {
  .protocol-problem-panel { grid-template-columns: 1fr; }
  .protocol-problem-panel > header h2 { margin-top: 24px; }
  .protocol-responsibility-grid { grid-template-columns: 1fr; }
  .protocol-boundary-grid { grid-template-columns: 1fr; }
  .protocol-boundary-grid > section { min-height: 0; }
  .protocol-boundary-grid > section + section { border-top: 1px solid var(--ink); border-left: 0; }
}

@media (max-width: 620px) {
  .protocol-status-card { grid-template-columns: 1fr; margin-bottom: 48px; padding: 18px; }
  .protocol-status-card > span { width: fit-content; white-space: normal; }
  .protocol-audience-grid article, .protocol-problem-panel, .protocol-fit-grid article, .protocol-responsibility-grid article, .protocol-cadence, .protocol-evidence-card, .protocol-boundary-grid > section { padding: 21px; }
  .protocol-problem-panel > div, .protocol-fit-grid, .protocol-stage-list, .protocol-cadence > ol, .protocol-evidence-card dl { grid-template-columns: 1fr; }
  .protocol-fit-grid article { min-height: 0; }
  .protocol-fit-grid article + article { border-top: 1px solid var(--ink); border-left: 0; }
  .protocol-fit-grid h2 { margin-top: 34px; font-size: 31px; }
  .protocol-responsibility-grid > section > header { align-items: flex-start; flex-direction: column; padding: 19px 21px; }
  .protocol-stage-list > li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .protocol-stage-list > li:nth-child(2n) { border-right: 0; }
  .protocol-stage-list > li:nth-last-child(-n + 2) { border-bottom: 1px solid var(--ink); }
  .protocol-stage-list > li:last-child { border-bottom: 0; }
  .protocol-stage-list ul { margin-top: 34px; }
  .protocol-cadence > header, .protocol-evidence-card > header, .protocol-application { align-items: flex-start; flex-direction: column; }
  .protocol-cadence > header h2 { font-size: 29px; }
  .protocol-cadence > ol > li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .protocol-cadence > ol > li:last-child { grid-column: auto; border-bottom: 0; }
  .protocol-cadence > ol p { margin-top: 28px; }
  .protocol-evidence-card dl > div { min-height: 0; }
  .protocol-evidence-card dl > div + div { border-top: 1px solid var(--ink); border-left: 0; }
  .protocol-evidence-card dd { margin-top: 28px; }
  .protocol-boundary-grid header h3 { margin-top: 30px; font-size: 26px; }
  .protocol-application .ghost-button { width: 100%; min-height: 44px; }
}

@media (max-width: 980px) {
  .article-series-card, .article-detail-hero { grid-template-columns: 1fr; }
  .article-series-card figure { min-height: 0; border-right: 0; border-bottom: 2px solid var(--ink); }
  .article-series-card figure img { height: auto; aspect-ratio: 16 / 9; }
  .article-detail-cover { width: min(720px, 100%); justify-self: center; }
  .article-reading-layout { grid-template-columns: minmax(0, 1fr); width: 100%; max-width: 850px; margin: 0 auto; }
  .article-toc { position: static; min-width: 0; }
  .article-toc nav { display: flex; width: 100%; max-width: 100%; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .article-toc nav a { flex: 0 0 210px; scroll-snap-align: start; }
}

@media (max-width: 620px) {
  .article-series-section { margin-bottom: 66px; }
  .article-series-heading { grid-template-columns: 1fr; gap: 18px; }
  .article-series-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .article-series-heading h2 { font-size: 36px; }
  .article-series-card { border-radius: 25px; box-shadow: 6px 7px 0 rgba(23, 19, 13, .16); }
  .article-series-copy { padding: 26px 22px; }
  .article-series-copy h3 { font-size: 36px; }
  .article-series-copy footer { align-items: flex-start; flex-direction: column; }
  .article-detail-hero { gap: 34px; padding: 34px 18px 42px; }
  .article-breadcrumb { margin-bottom: 24px; }
  .article-detail-hero h1 { font-size: clamp(38px, 11vw, 48px); line-height: 1.1; }
  .article-detail-deck { font-size: 14px; line-height: 1.82; }
  .article-detail-meta { gap: 8px 15px; }
  .article-detail-cover { padding: 11px; border-radius: 27px 24px 30px 25px; box-shadow: 7px 8px 0 rgba(23, 19, 13, .13); transform: none; }
  .article-detail-cover img { border-radius: 18px 16px 21px 17px; }
  .article-cover-orbit { display: none; }
  .article-reading-layout { gap: 42px; padding: 42px 18px 82px; }
  .article-toc { margin-inline: -2px; padding: 17px; }
  .article-toc nav a { flex-basis: 184px; }
  .article-detail-prose p { font-size: 16px; line-height: 1.92; }
  .article-opening-callout { padding: 22px 18px; }
  .article-opening-callout p { font-size: 21px; }
  .article-opening-statement { padding-left: 16px; font-size: 19px !important; }
  .article-detail-section { margin-top: 60px; }
  .article-detail-section > header { grid-template-columns: 58px minmax(0, 1fr); gap: 13px; margin-bottom: 25px; }
  .article-detail-section > header > span { font-size: 52px; }
  .article-detail-section h2 { font-size: 31px; }
  .article-detail-section-yellow { padding: 25px 19px; }
  .article-detail-section-night { margin-inline: -18px; padding: 34px 18px; border-radius: 0; box-shadow: none; }
  .article-numbered-list li { grid-template-columns: 38px minmax(0, 1fr); padding: 14px; }
  .article-labeled-item { grid-template-columns: 31px minmax(0, 1fr); padding: 15px 14px; }
  .article-detail-quote { padding: 21px 18px; }
  .article-detail-quote p { font-size: 18px; }
  .article-detail-figure { margin: 28px 0 32px; }
  .article-detail-figure img { border-radius: 18px; box-shadow: 5px 6px 0 rgba(23, 19, 13, .11); }
  .article-exercise { margin-top: 66px; padding: 27px 18px; box-shadow: 6px 7px 0 var(--orange); }
  .article-exercise h2 { font-size: 31px; }
  .article-exercise li { grid-template-columns: 40px minmax(0, 1fr); padding: 14px; }
  .article-closing { margin-top: 62px; }
  .article-closing > blockquote { padding: 34px 12px; }
  .article-closing > blockquote p { font-size: 21px; }
  .article-closing-question { padding: 21px 16px; font-size: 19px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

@media (prefers-reduced-motion: reduce) and (min-width: 861px) {
  .planet-node { offset-path: none; transform: translate(-50%, -50%) scale(.92); }
  .planet-node:nth-child(1) { top: 52%; left: 89.5%; }
  .planet-node:nth-child(2) { top: 69.4%; left: 80.3%; transform: translate(-50%, -50%) scale(1.04); }
  .planet-node:nth-child(3) { top: 78.6%; left: 56.9%; transform: translate(-50%, -50%) scale(1.1); }
  .planet-node:nth-child(4) { top: 75.4%; left: 30.3%; transform: translate(-50%, -50%) scale(1.08); }
  .planet-node:nth-child(5) { top: 61.2%; left: 12.9%; transform: translate(-50%, -50%) scale(.98); }
  .planet-node:nth-child(6) { top: 42.8%; left: 12.9%; transform: translate(-50%, -50%) scale(.86); }
  .planet-node:nth-child(7) { top: 28.6%; left: 30.3%; transform: translate(-50%, -50%) scale(.8); }
  .planet-node:nth-child(8) { top: 25.4%; left: 56.9%; transform: translate(-50%, -50%) scale(.8); }
  .planet-node:nth-child(9) { top: 34.6%; left: 80.3%; transform: translate(-50%, -50%) scale(.85); }
}
