:root{--paper:#fbfaf6;--surface:#fff;--ink:#161513;--muted:#635f56;--line:#ded9cb;--line-strong:#aca693;--yellow:#ffd336;--yellow-soft:#fff1a6;--green:#0f766e;--green-soft:#e2f5ef;--clay:#a04719;--clay-soft:#f8e3d2;--shadow:0 20px 50px #16151314;--max:1180px}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);scroll-behavior:smooth}body{background:linear-gradient(#ded9cb73 1px, transparent 1px), linear-gradient(90deg, #ded9cb59 1px, transparent 1px), var(--paper);color:var(--ink);letter-spacing:0;background-size:100% 42px,42px 100%,auto;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.site-shell{min-height:100vh}.site-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);z-index:20;background:#fbfaf6db;justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:14px clamp(18px,4vw,46px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;min-width:226px;display:inline-flex}.brand-mark{background:var(--yellow);border:1px solid var(--ink);color:var(--ink);justify-content:center;align-items:center;width:42px;height:42px;font-family:Courier New,ui-monospace,monospace;font-size:14px;font-weight:700;display:inline-flex}.brand strong,.brand small{display:block}.brand strong{font-size:15px}.brand small{color:var(--muted);margin-top:2px;font-size:12px;line-height:1.35}.nav-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.nav-links a{color:var(--muted);border:1px solid #0000;min-height:38px;padding:9px 10px;font-size:14px}:is(.nav-links a:focus-visible,.nav-links a:hover){border-color:var(--line-strong);color:var(--ink);outline:none}.nav-links .nav-subscribe{border-color:var(--ink);color:var(--ink);font-weight:750}.section-band,.page-section{max-width:var(--max);margin:0 auto;padding:76px clamp(18px,4vw,46px)}.hero{color:var(--surface);max-width:none;min-height:calc(100svh - 104px);padding-bottom:74px;padding-left:max(clamp(18px, 4vw, 46px), calc((100vw - var(--max)) / 2 + 46px));padding-right:max(clamp(18px, 4vw, 46px), calc((100vw - var(--max)) / 2 + 46px));background:#11110f;grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);align-items:center;gap:clamp(34px,6vw,72px);padding-top:64px;display:grid}.hero-copy{max-width:760px}.eyebrow{color:var(--clay);letter-spacing:0;text-transform:uppercase;margin:0 0 13px;font-family:Courier New,ui-monospace,monospace;font-size:12px;font-weight:700}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{letter-spacing:0;margin:0}h1{max-width:10ch;font-size:68px;line-height:.95}.role-line{color:var(--muted);margin:22px 0 0;font-size:19px}.hero-thesis{color:#ffffffdb;max-width:760px;margin:30px 0 0;font-size:24px;line-height:1.33}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.hero .eyebrow{color:var(--yellow)}.hero .role-line{color:#ffffff94}.hero .button.primary{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.hero .button.secondary{color:var(--surface);background:0 0;border-color:#ffffff94}.button{border:1px solid var(--ink);justify-content:center;align-items:center;min-width:154px;min-height:48px;padding:13px 18px;font-size:15px;font-weight:700;display:inline-flex}.button.primary{background:var(--ink);color:var(--surface)}.button.secondary{background:var(--surface);color:var(--ink)}:is(.button:focus-visible,.button:hover){box-shadow:5px 5px 0 var(--yellow);outline:none;transform:translate(-2px,-2px)}.trust-flow{border:1px solid #ffffff3d;min-height:460px;padding:20px;position:relative;overflow:hidden}.trust-flow:before{content:"";background:linear-gradient(90deg,#0000,#ffd33624,#0000);height:1px;position:absolute;top:96px;left:0;right:0}.trust-flow-head{letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;padding-bottom:14px;font-family:Courier New,ui-monospace,monospace;font-size:12px;display:flex}.trust-flow-head span:last-child{color:#ffffff75}.vehicle-signal{height:70px;margin:20px 0 8px;position:relative}.vehicle-line{border-top:2px solid #ffffffad;border-bottom:2px solid #ffffffad;border-left:2px solid #ffffffad;border-radius:48% 58% 0 0;width:138px;height:34px;position:absolute;bottom:16px;left:18px;transform:skew(-12deg)}.vehicle-wheel{border:2px solid var(--yellow);background:#11110f;border-radius:50%;width:23px;height:23px;position:absolute;bottom:5px}.wheel-front{left:116px}.wheel-rear{left:31px}.trust-stages{margin:0;padding:0;list-style:none}.trust-stages li{opacity:.5;border-top:1px solid #ffffff1f;grid-template-columns:30px minmax(0,1fr) 12px;align-items:center;gap:14px;min-height:58px;display:grid}.stage-number,.stage-copy small{color:#ffffff6b;text-transform:uppercase;font-family:Courier New,ui-monospace,monospace;font-size:10px}.stage-copy strong,.stage-copy small{display:block}.stage-copy strong{font-size:14px;line-height:1.25}.stage-copy small{margin-top:3px}.stage-signal{background:#ffffff2e;border-radius:50%;width:8px;height:8px}@keyframes trust-resolve{0%,12%{opacity:.5}42%,to{opacity:1}}@keyframes signal-on{0%,12%{box-shadow:none;background:#ffffff2e}42%,to{background:var(--yellow);box-shadow:0 0 18px #ffd3368c}}.trust-stages li{animation:1.15s ease-out both trust-resolve}.trust-stages li .stage-signal{animation:1.15s ease-out both signal-on}.trust-stages li:nth-child(2),.trust-stages li:nth-child(2) .stage-signal{animation-delay:.42s}.trust-stages li:nth-child(3),.trust-stages li:nth-child(3) .stage-signal{animation-delay:.84s}.trust-stages li:nth-child(4),.trust-stages li:nth-child(4) .stage-signal{animation-delay:1.26s}.trust-stages li:nth-child(5),.trust-stages li:nth-child(5) .stage-signal{animation-delay:1.68s}.section-header,.page-intro{max-width:780px}.section-header h2,.page-intro h1{font-size:44px;line-height:1.03}.section-header p:last-child,.page-intro p:last-child{color:var(--muted);margin:18px 0 0;font-size:18px;line-height:1.55}.lead-story{border-bottom:1px solid var(--ink);border-top:1px solid var(--ink);grid-template-columns:minmax(180px,.35fr) minmax(0,1fr);align-items:start;gap:clamp(28px,6vw,90px);display:grid}.lead-source{color:var(--muted);margin:0;font-family:Courier New,ui-monospace,monospace;font-size:12px}.lead-story h2{max-width:14ch;font-size:clamp(38px,5vw,68px);line-height:.98}.lead-story>div:last-child>p{color:var(--muted);max-width:720px;font-size:19px;line-height:1.55}.text-link,.quiet-link{border-bottom:1px solid;padding-bottom:4px;font-weight:750;display:inline-flex}.text-link{margin-top:22px}.path-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}.path-card{background:var(--surface);border:1px solid var(--ink);min-height:390px;padding:22px}.path-card h2{font-size:30px;line-height:1.05}.path-card>p:not(.eyebrow){color:var(--muted);line-height:1.5}.path-card ol{border-top:1px solid var(--line);counter-reset:path-item;margin:24px 0 0;padding:10px 0 0;list-style:none}.path-card li{counter-increment:path-item;grid-template-columns:24px minmax(0,1fr);gap:10px;padding:9px 0;line-height:1.35;display:grid}.path-card li:before{color:var(--clay);content:counter(path-item, decimal-leading-zero);padding-top:3px;font-family:Courier New,ui-monospace,monospace;font-size:10px}.path-card a:hover,.text-link:hover,.quiet-link:hover{color:var(--clay);outline:none}.path-card a:focus-visible{color:var(--clay);outline:none}.text-link:focus-visible{color:var(--clay);outline:none}.quiet-link:focus-visible{color:var(--clay);outline:none}.writing-grid,.topic-grid,.media-grid,.note-grid{gap:16px;margin-top:34px;display:grid}.writing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.topic-grid,.media-grid,.note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.writing-card,.topic-card,.media-card,.path-card,.note-grid>div,.topic-aside,.topic-copy-block,.system-diagram{background:var(--surface);border:1px solid var(--ink)}.writing-card,.topic-card,.media-card{flex-direction:column;min-height:278px;padding:20px;display:flex}.writing-card:hover,.topic-card:hover,.media-card:hover{box-shadow:6px 6px 0 var(--yellow);transform:translate(-2px,-2px)}.muted-card{background:repeating-linear-gradient(-45deg, #ded9cb33, #ded9cb33 8px, transparent 8px, transparent 18px), var(--surface)}.card-meta,.card-foot{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-family:Courier New,ui-monospace,monospace;font-size:12px;display:flex}.writing-card h3,.topic-card h2,.media-card h2,.note-grid h2,.topic-copy-block h2,.topic-aside h2,.system-diagram h2{font-size:24px;line-height:1.12}.writing-card h3{margin-top:28px}.writing-card p,.topic-card p,.media-card p,.note-grid p,.topic-copy-block p,.topic-aside li{color:var(--muted);font-size:15px;line-height:1.5}.writing-card p{margin-bottom:24px}.card-foot{margin-top:auto}.status{border:1px solid var(--line-strong);color:var(--ink);min-height:24px;padding:4px 7px;font-size:11px;display:inline-flex}.status-external,.status-published{background:var(--green-soft)}.status-draft,.status-coming-soon{background:var(--yellow-soft)}.topic-card{min-height:312px}.topic-card h2{margin-top:18px}.topic-card span{border-top:1px solid var(--line);margin-top:auto;padding-top:18px;font-family:Courier New,ui-monospace,monospace;font-size:12px;font-weight:700}.accent-yellow{border-top:8px solid var(--yellow)}.accent-green{border-top:8px solid var(--green)}.accent-clay{border-top:8px solid var(--clay)}.accent-ink{border-top:8px solid var(--ink)}.latest-band{border-top:1px solid var(--line)}.writing-list{border-top:1px solid var(--ink);margin-top:34px}.writing-row{border-bottom:1px solid var(--line);grid-template-columns:120px minmax(200px,.7fr) minmax(260px,1fr);align-items:start;gap:24px;padding:22px 0;display:grid}.writing-row span{color:var(--muted);font-family:Courier New,ui-monospace,monospace;font-size:12px}.writing-row h3{font-size:22px;line-height:1.2}.writing-row p{color:var(--muted);margin:0;line-height:1.5}.creative-system{border-top:1px solid var(--line)}.process-strip{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin-top:34px;display:grid}.process-step{background:var(--surface);border:1px solid var(--ink);border-right:0;min-height:144px;padding:16px}.process-step:last-child{border-right:1px solid var(--ink)}.process-step span{color:var(--clay);font-family:Courier New,ui-monospace,monospace;font-size:12px;font-weight:700}.process-step p{margin:34px 0 0;font-size:20px;font-weight:800;line-height:1.15}.subscribe-block{background:var(--ink);color:var(--surface);max-width:none;padding-left:max(clamp(18px, 4vw, 46px), calc((100vw - var(--max)) / 2 + 46px));padding-right:max(clamp(18px, 4vw, 46px), calc((100vw - var(--max)) / 2 + 46px));grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:46px;display:grid}.subscribe-block .eyebrow{color:var(--yellow)}.subscribe-block h2{font-size:38px}.subscribe-block p{color:#ffffffbd;max-width:720px;margin:14px 0 0;font-size:17px;line-height:1.5}.subscribe-actions{flex-direction:column;align-items:end;gap:12px;display:flex}.pending-link{color:#ffffffc2;border:1px solid #ffffff47;min-height:40px;padding:11px 12px;font-family:Courier New,ui-monospace,monospace;font-size:12px;display:inline-flex}.page-section{min-height:calc(100vh - 76px);padding-top:72px}.page-intro h1{max-width:980px}.archive-chips{flex-wrap:wrap;gap:10px;margin-top:32px;display:flex}.archive-chips a{background:var(--surface);border:1px solid var(--ink);min-height:40px;padding:10px 12px;font-size:14px}.archive-topic{margin-top:70px}.archive-topic-heading{border-top:1px solid var(--ink);max-width:760px;padding-top:22px}.archive-topic-heading h2{font-size:36px}.archive-topic-heading p:last-child{color:var(--muted);line-height:1.5}.topic-layout,.about-layout{grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);gap:22px;margin-top:42px;display:grid}.topic-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.5fr);align-items:start}.topic-main{gap:22px;display:grid}.system-diagram,.topic-copy-block,.topic-aside,.note-grid>div{padding:22px}.diagram-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:18px;padding-bottom:16px;display:flex}.diagram-header .eyebrow{margin:0}.diagram-steps{gap:0;margin-top:18px;display:grid}.diagram-step{border-bottom:1px solid var(--line);grid-template-columns:46px minmax(0,1fr);align-items:center;gap:18px;min-height:58px;display:grid}.diagram-step:last-child{border-bottom:0}.diagram-step span{color:var(--clay);font-family:Courier New,ui-monospace,monospace;font-size:12px;font-weight:800}.diagram-step p{margin:0;font-size:17px;font-weight:760}.system-diagram.compact{align-self:start}.topic-copy-block p,.topic-aside ul{margin-bottom:0}.topic-aside ul{gap:14px;padding-left:18px;display:grid}.topic-writing{margin-top:38px}.topic-reading{border-top:1px solid var(--ink);margin-top:62px;padding-top:42px}.empty-reading{background:var(--surface);border:1px solid var(--ink);padding:28px}.empty-reading h2{max-width:20ch;font-size:30px}.next-topic{border-bottom:1px solid var(--ink);border-top:1px solid var(--ink);justify-content:space-between;align-items:center;margin-top:54px;padding:24px 0;display:flex}.next-topic span{color:var(--muted);text-transform:uppercase;font-family:Courier New,ui-monospace,monospace;font-size:12px}.next-topic strong{font-size:22px}.about-prose{background:var(--surface);border-left:6px solid var(--yellow);padding:8px 28px 8px 0}.about-prose p{margin:0 0 24px;font-size:22px;line-height:1.5}.about-prose p:last-child{margin-bottom:0}.media-card span{color:var(--clay);font-family:Courier New,ui-monospace,monospace;font-size:12px;font-weight:700}.note-grid>div{min-height:220px}.subscribe-block.compact{margin-top:42px;padding:42px}.footer{background:var(--surface);border-top:1px solid var(--ink);grid-template-columns:minmax(0,1fr) minmax(220px,.35fr);align-items:start;gap:30px;padding:44px clamp(18px,4vw,46px);display:grid}.footer h2{font-size:28px}.footer p{color:var(--muted);max-width:660px;margin-bottom:0;line-height:1.5}.footer-links{gap:10px;display:grid}.footer-links a,.footer-links span{border-bottom:1px solid var(--line);color:var(--muted);padding-bottom:9px;font-size:14px}@media (max-width:1040px){.hero,.topic-layout,.about-layout,.lead-story,.subscribe-block,.footer{grid-template-columns:1fr}.hero{min-height:auto}.writing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.path-grid{grid-template-columns:1fr}.path-card{min-height:auto}.process-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.process-step:nth-child(3){border-right:1px solid var(--ink)}.subscribe-actions{align-items:start}}@media (max-width:760px){.site-header{flex-direction:column;align-items:flex-start;min-height:auto}.nav-links{justify-content:flex-start;width:100%}.nav-links a{padding-left:7px;padding-right:7px;font-size:13px}.section-band,.page-section{padding:48px 18px}h1{font-size:46px}.section-header h2,.page-intro h1{font-size:34px}.hero-thesis{font-size:20px}.trust-flow{min-height:auto}.writing-grid,.topic-grid,.media-grid,.note-grid{grid-template-columns:1fr}.writing-row{grid-template-columns:1fr;gap:10px}.process-strip{grid-template-columns:1fr}.process-step{border-right:1px solid var(--ink);min-height:110px}.process-step p{margin-top:18px}.about-prose{border-left:0;border-top:6px solid var(--yellow);padding:22px 0 0}.about-prose p{font-size:19px}.subscribe-block.compact{padding:34px 22px}.next-topic{flex-direction:column;align-items:flex-start;gap:8px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.trust-stages li,.trust-stages li .stage-signal{opacity:1;animation:none}.trust-stages li .stage-signal{background:var(--yellow)}}
