@charset "UTF-8";
:root{--paper:#f4f7f8;--white:#fff;--ink:#18313d;--blue:#2147cf;--red:#e4452f;--line:#c8d4da;--soft:#e7eef2;--muted:#536975;--mono:"Courier New",Courier,monospace;--sans:Arial,Helvetica,sans-serif;--pad:clamp(22px,4.5vw,84px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--sans);overflow-wrap:break-word}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer;border-radius:0}button{border:0;background:none}button:disabled{cursor:wait}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--blue);outline-offset:5px}::selection{background:#ccd9ff;color:var(--ink)}h1,h2,h3,h4,p,figure,blockquote,dl{margin:0}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-weight:400;line-height:1.09}h1,h2{letter-spacing:-.065em;text-wrap:balance}p{max-width:70ch}em{font-style:normal}sup{font:11px var(--mono);color:var(--blue)}.micro,.chapter-label,.chapter-foot,.graph-meta,.coordinate-readout,.time-toolbar,.time-presets,.site-foot,.index-note{font-family:var(--mono);font-size:12px;letter-spacing:.055em;line-height:1.5}.micro{color:var(--muted)}.muted{color:var(--muted)}.page-pad{padding-inline:var(--pad)}.skip{position:fixed;top:0;left:10px;transform:translateY(-120%);z-index:20;background:white;padding:12px}.skip:focus{transform:none}
.site-head{height:94px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:28px;padding:12px var(--pad);background:var(--paper);position:relative;z-index:4}.identity{display:flex;align-items:center;gap:14px;flex-shrink:0;line-height:1.05;font-size:16px;letter-spacing:-.03em}.identity img{width:48px;height:40px;object-fit:contain;mix-blend-mode:multiply}.site-head nav{display:flex;gap:32px;font-size:14px}.site-head nav :is(a,button.view-control){padding:10px 0}.site-head nav :is(a,button.view-control):hover{color:var(--blue)}.today-link{font:11px/1.4 var(--mono);display:grid;grid-template-columns:8px 1fr;gap:0 9px}.today-link i,.live-mark i{width:6px;height:6px;border-radius:50%;background:var(--red);display:inline-block;align-self:center}.today-link span{grid-column:2;color:var(--muted)}.today-link time{color:var(--red)}
.orbit-chapter{position:relative;height:170svh;min-height:1050px}.orbit-sticky{position:sticky;top:0;min-height:740px;height:100svh;max-height:1200px;display:flex;flex-direction:column;padding:26px var(--pad) 16px;overflow:clip}.chapter-label{display:flex;justify-content:space-between;gap:20px;color:var(--muted)}.orbit-layout{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:4vw;flex:1;min-height:0;align-items:center}.orbit-copy{padding:25px 0 38px}.orbit-copy h1{font-size:clamp(72px,7.4vw,144px);line-height:.88;margin:28px 0 28px}.orbit-copy h1 span{color:var(--blue)}.lead{font-size:clamp(20px,1.7vw,27px);line-height:1.4;letter-spacing:-.03em}.orbit-explanation{color:var(--muted);margin-top:18px;max-width:31ch;font-size:15px;min-height:5em}.coordinate-readout{margin:26px 0;display:flex;flex-direction:column;gap:3px;letter-spacing:0}.z-readout{color:var(--blue)}.underlink{font-size:14px;display:inline-flex;align-items:center;gap:20px;border-bottom:1px solid var(--ink);padding:5px 0}.underlink:hover{color:var(--blue)}.graph-wrap{min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.graph-meta{display:flex;justify-content:space-between;align-items:center;color:var(--blue);padding:15px 0}.orbit-graph{height:min(53svh,600px);min-height:365px;position:relative;isolation:isolate;background-image:linear-gradient(#dfe7eb 1px,transparent 1px),linear-gradient(90deg,#dfe7eb 1px,transparent 1px);background-size:32px 32px}.orbit-graph canvas,.graph-markers,.time-field canvas{position:absolute;inset:0;width:100%;height:100%}.graph-markers{pointer-events:none}.plot-point{position:absolute;width:42px;height:42px;transform:translate(-50%,-50%);display:grid;place-items:center;pointer-events:auto;isolation:isolate;border:0;padding:0;background:transparent;font:12px var(--mono);color:var(--blue);transition:color .18s}.plot-point:before{content:"";position:absolute;inset:7px;border:1px solid var(--blue);border-radius:50%;background:var(--paper);z-index:-1;transition:background .18s,transform .18s}.plot-point:hover:before,.plot-point:focus-visible:before,.plot-point.active:before{background:var(--blue);transform:scale(1.15)}.plot-point:hover,.plot-point:focus-visible,.plot-point.active{color:white}.plot-point.origin:before{border-style:dashed}.plot-point.now{color:var(--red)}.plot-point.now:before{background:var(--red);border-color:var(--red);inset:14px}.plot-point.now:after{content:"TODAY";position:absolute;left:36px;font:10px var(--mono);color:var(--red);background:var(--paper);padding:2px 4px}.graph-selection{position:absolute;bottom:14px;left:16px;pointer-events:none;max-width:250px;background:rgb(244 247 248 / .91);padding:8px 10px;border-left:1px solid var(--line)}.graph-selection p{font-size:15px;line-height:1.35;margin-top:5px;letter-spacing:-.02em}.graph-selection .micro{font-size:10px}.graph-controls{padding:17px 0 12px;display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line)}.view-buttons{display:flex;flex-shrink:0;gap:2px}.view-buttons button{font:12px var(--mono);padding:9px 12px;border:1px solid var(--line);min-height:38px}.view-buttons button.selected{background:var(--ink);color:var(--paper);border-color:var(--ink)}.angle-control{display:flex;flex-direction:column;gap:2px;font:10px var(--mono);color:var(--muted);flex:1;min-width:65px}.angle-control input{width:100%;margin:0;accent-color:var(--blue);height:22px}.return-button{font:11px var(--mono);padding:9px 0;white-space:nowrap}.return-button span{color:var(--blue);margin-left:8px}.graph-caption{font-size:12px;line-height:1.45;margin-top:12px}.graph-caption span{color:var(--muted);font-size:11px}.chapter-foot{display:flex;justify-content:space-between;gap:30px;border-top:1px solid var(--line);padding-top:12px;color:var(--muted);font-size:10px}.chapter-foot span:first-child{color:var(--blue)}
.works-section{padding-block:105px 120px;border-top:1px solid var(--ink)}.section-heading{display:grid;grid-template-columns:1.6fr 1fr;gap:24px 60px;margin-bottom:65px;align-items:end}.section-heading .micro{grid-column:1/-1}.section-heading h2{font-size:clamp(43px,5.2vw,88px)}.section-heading h2 span{color:var(--blue)}.section-heading>p:last-child{font-size:17px;max-width:36ch;margin-bottom:5px}.project-list{border-top:1px solid var(--ink)}.project-entry{position:relative;display:grid;grid-template-columns:45px minmax(0,1.1fr) minmax(130px,.65fr) minmax(170px,.65fr) 24px;gap:26px;align-items:center;min-height:212px;padding:28px 0;border-bottom:1px solid var(--line);transition:color .2s}.entry-number{align-self:start;font:13px var(--mono);color:var(--blue);padding-top:8px}.entry-copy h3{font-size:clamp(26px,2.5vw,42px);letter-spacing:-.045em;max-width:19ch;line-height:1.07}.entry-copy p{font-size:14px;color:var(--muted);margin-top:14px;max-width:31ch;line-height:1.5}.entry-meta{font:12px/1.6 var(--mono);display:flex;flex-direction:column;gap:8px;align-self:start;padding-top:8px}.entry-meta span{color:var(--muted)}.entry-image{height:150px;background:#e8eff3;display:grid;place-items:center;overflow:hidden;position:relative}.entry-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .5s}.entry-image.photo img{object-fit:cover;mix-blend-mode:normal}.entry-image.terakoya{background:var(--blue)}.entry-image.terakoya:before,.entry-image.terakoya:after{content:"";position:absolute;width:98px;height:98px;border:1px solid #b7ccff;border-radius:50%}.entry-image.terakoya:before{transform:translate(-29px,-8px)}.entry-image.terakoya:after{transform:translate(29px,8px)}.entry-image.terakoya span{font:11px var(--mono);color:white;position:relative}.entry-arrow{font-size:28px;transition:transform .2s}.project-entry:hover{color:var(--blue)}.project-entry:hover .entry-image img{transform:scale(1.04)}.project-entry:hover .entry-arrow{transform:translate(3px,-3px)}.index-note{font-size:11px;color:var(--muted);margin-top:25px;max-width:94ch;letter-spacing:0}
.long-section{background:var(--ink);color:var(--paper);padding-block:90px 80px}.time-heading{display:grid;grid-template-columns:1.4fr 1fr;gap:25px 60px;align-items:end}.time-heading>.micro{grid-column:1/-1;color:#a9bec9}.time-heading h2{font-size:clamp(60px,6.8vw,116px);line-height:.94}.time-heading h2 span{color:#a8c4eb}.time-heading>div{padding-bottom:5px}.time-heading p{font-size:17px;line-height:1.6;max-width:35ch}.time-heading>.micro{font-size:12px}.solid-button{margin-top:24px;border:1px solid #a9bec9;padding:13px 18px;display:flex;gap:35px;align-items:center;font-size:14px;color:white;min-height:48px}.solid-button:hover{background:var(--paper);color:var(--ink)}.time-instrument{margin:60px var(--pad) 0;border-block:1px solid #627984}.time-toolbar{padding:18px 0;display:flex;gap:25px;justify-content:space-between;align-items:center}.time-toolbar .micro{color:#abc0cb}.time-toolbar output{font-size:14px}.live-mark{display:flex;align-items:center;gap:10px;color:#abc0cb;font-size:10px}.time-field{height:330px;position:relative;overflow:clip}.time-today{position:absolute;top:10px;bottom:25px;left:62%;border-left:1px solid #ff8269;z-index:1;pointer-events:none;color:#ffa18f;display:flex;flex-direction:column;font:11px/1.5 var(--mono)}.time-today span,.time-today time{background:var(--ink);position:relative;left:10px;padding:1px 4px;white-space:nowrap}.time-today i{position:absolute;top:141px;left:-5px;width:9px;height:9px;border-radius:50%;background:#ff8269;box-shadow:0 0 0 5px #e4452f21}.time-events{position:absolute;inset:0}.time-event{position:absolute;transform:translateX(-50%);font:11px/1.4 var(--mono);text-align:left;max-width:190px;color:var(--paper);border-left:1px solid #6b8695;padding:5px 10px;white-space:nowrap;background:var(--ink);cursor:default}.time-event[data-project]{cursor:pointer}.time-event span{display:block;color:#a9bec9;font-size:10px}.time-event.future{border-left-style:dashed;color:#afc7eb}.time-event[data-project]:hover{background:#294855}.time-controls{display:flex;align-items:center;gap:18px;padding:18px 0}.time-controls>button{border:1px solid #607b88;width:42px;height:42px;color:var(--paper);font-size:24px;line-height:1}.time-controls>button:hover{background:#36525e}.time-controls label{flex:1;display:flex;align-items:center;gap:24px;font:11px var(--mono);color:#a9bec9}.time-controls input{flex:1;min-width:0;accent-color:#ff8269;height:32px}.time-presets{display:flex;justify-content:center;gap:4px;padding-bottom:20px}.time-presets button{font:11px var(--mono);color:#bed0db;padding:10px 15px;border:1px solid transparent;min-height:40px}.time-presets button.selected{border-color:#9fb6c3;color:white}.scale-story{text-align:center;margin:0 auto 24px;color:#b8cbd5;font-size:14px;min-height:2em}.time-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px;margin-top:72px}.time-notes .micro{color:#aac0cc;font-size:10px}.time-notes h3{font-size:36px;letter-spacing:-.04em;margin:18px 0}.time-notes p{font-size:14px;color:#b8cbd5;line-height:1.7;margin-top:15px}.time-notes .present-note h3{color:#ffaf9b}
.about-section{padding-block:110px 30px}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;margin-top:44px}.about-grid h2{font-size:clamp(45px,6vw,95px);overflow-wrap:normal}.about-dot{color:var(--red)}.about-copy>p+p{margin-top:20px}.about-copy>p:not(.lead){font-size:16px;color:var(--muted)}.contact{display:flex;justify-content:space-between;margin-top:32px;border-block:1px solid var(--line);padding:17px 0;font-size:19px}.contact:hover{color:var(--blue)}.purpose-quote{max-width:820px;font-size:clamp(24px,2.6vw,42px);line-height:1.4;letter-spacing:-.035em;margin:90px 0 65px;color:var(--blue)}.purpose-quote cite{display:block;font:11px var(--mono);margin-top:25px;letter-spacing:0;color:var(--muted)}.about-end{display:flex;align-items:center;justify-content:space-between;gap:24px;font:11px var(--mono);color:var(--muted)}.about-end img{width:85px;height:auto;mix-blend-mode:multiply}.about-end :is(a,button.view-control){color:var(--ink)}.site-foot{border-top:1px solid var(--line);padding:23px var(--pad);display:flex;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}
/* Project reading room: the original material, on one consistent document grid. */
dialog{background:var(--paper);color:var(--ink);border:0;padding:0;margin:0 0 0 auto;width:min(1220px,100%);max-width:100%;height:100dvh;max-height:100dvh;overflow-y:auto;overscroll-behavior:contain}dialog::backdrop{background:rgb(16 37 47 / .6);backdrop-filter:blur(5px)}.dialog-bar{position:sticky;top:0;z-index:5;background:var(--paper);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px;padding:15px clamp(22px,4vw,65px);font:12px var(--mono);min-height:64px}.dialog-bar button{font:12px var(--mono);min-height:36px}.dialog-bar button span{font-size:22px;vertical-align:middle;margin-left:12px}.dialog-bar>span{color:var(--muted);font-size:10px}.dialog-body{padding:55px clamp(22px,4vw,65px) 80px}.dialog-body>h1{font-size:clamp(42px,5.5vw,80px);max-width:17ch;margin:18px 0 50px;color:var(--blue)}.project-content{font-size:16px;line-height:1.7;min-width:0}.project-content *{min-width:0;max-width:100%}.project-content h2{font-size:clamp(29px,3vw,47px);line-height:1.12;letter-spacing:-.045em;margin-bottom:24px;max-width:27ch}.project-content h3{font-size:24px;line-height:1.25;letter-spacing:-.025em;margin:12px 0}.project-content h4{font-size:16px;line-height:1.45;margin:18px 0 9px}.project-content p+p{margin-top:18px}.project-content em{color:var(--blue)}.project-content :is(a,button.view-control){border-bottom:1px solid var(--blue);color:var(--blue)}.project-content .eyebrow{display:block;font:11px/1.6 var(--mono);color:var(--muted);letter-spacing:.05em;margin-bottom:20px}.case-hero{border-top:1px solid var(--line);padding-top:26px}.case-deck,.story-lead{font-size:20px;line-height:1.55;max-width:62ch;margin-bottom:24px}.case-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;border-block:1px solid var(--line);padding:25px 0;margin:30px 0}.case-meta dt{font:10px var(--mono);color:var(--muted);text-transform:uppercase;margin-bottom:8px}.case-meta dd{margin:0;font-size:13px;line-height:1.5}.case-art{margin:35px 0 45px}.work-art{padding:25px;background:var(--soft);position:relative}.art-note,.art-bottom{display:block;font:11px var(--mono);color:var(--muted);letter-spacing:.06em}.art-note{margin-bottom:20px}.art-bottom{margin-top:20px}.art-fragments{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px}.art-fragments .art-note{grid-column:1/-1}.art-fragments img{max-height:470px;object-fit:contain;width:100%;mix-blend-mode:multiply}.art-numbers{font:clamp(17px,2.3vw,33px)/1.9 var(--mono);padding:10px}.doubling-label{font-size:11px;display:block;color:var(--muted);margin-bottom:12px}.doubling-steps{list-style:none;margin:0;padding:0;font-family:var(--mono);line-height:1.9}.doubling-steps li{white-space:nowrap}.doubling-steps b{color:var(--blue)}.doubling-more{color:var(--red);display:block}.art-reading{display:grid;grid-template-columns:1fr 1fr;gap:20px}.art-reading>.art-note,.art-reading>.art-bottom{grid-column:1/-1;margin:0}.art-reading img{width:100%;align-self:center;mix-blend-mode:multiply}.art-lecture img{width:100%;max-height:400px;object-fit:cover}.art-lecture .art-note{margin:16px 0 0}.photo-word{display:none}.art-strategy{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:20px 30px}.art-strategy .art-note{grid-column:1/-1}.strategy-count{font:90px/1 var(--mono);color:var(--blue)}.strategy-caption{font-size:20px;max-width:22ch}.strategy-lenses{display:flex;flex-wrap:wrap;gap:12px;grid-column:1/-1}.strategy-lenses span{border:1px solid var(--line);padding:9px 14px;font-size:13px}.small-layers{display:grid;gap:10px}.small-layers>*{border:1px solid var(--line);padding:12px 18px;background:var(--paper)}.story-section{padding:45px 0;border-top:1px solid var(--line)}.story-section>p{margin-block:18px}.story-two,.gallery-row,.rule-grid,.hypothesis-grid,.module-grid,.experience-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-block:30px;align-items:start}.story-two>div>p{margin-block:14px}.story-figure,.evidence-picture{margin:30px 0;background:#fff;padding:15px}.story-figure img,.evidence-picture img,.gallery-row img{width:100%;height:auto;object-fit:contain}.story-two .story-figure{margin:0}.project-content figcaption{font-size:12px;line-height:1.5;color:var(--muted);margin-top:14px}.portrait-evidence img{max-height:480px}.gallery-row figure{padding:12px;background:#fff}.project-content .question-pull{font-size:27px;line-height:1.4;color:var(--blue);border-left:2px solid var(--blue);padding:14px 0 14px 25px;margin:35px 0;max-width:38ch}.quote-block,.persona,.personal-rule,.carry-note{padding:25px;background:var(--soft);margin:30px 0}.quote-block blockquote,.persona blockquote{font-size:22px;color:var(--blue);margin:20px 0}.number-poem{font:clamp(17px,2.3vw,29px)/1.9 var(--mono);margin:25px 0;padding:25px;background:var(--soft)}.number-poem p{font-size:13px;margin-top:15px;font-family:var(--sans)}.number-poem .doubling-continue{font:12px var(--sans);white-space:normal}.error-fragment{padding:25px;border:1px solid var(--line)}.personal-fragment{padding:25px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:50px 1fr;gap:0 15px}.personal-fragment .fragment-count{grid-row:span 3;font:22px var(--mono);color:var(--blue)}.personal-fragment h3,.personal-fragment p{grid-column:2}.rule{padding:22px;background:var(--soft);border-top:2px solid var(--blue)}.rule-number{font:11px var(--mono)}.rule-sample{margin:20px 0}.rule-sample img{height:130px;width:100%;object-fit:contain;mix-blend-mode:multiply}.rule p{font-size:14px}.route-line,.principles{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0}.route-line>*{padding:10px 14px;border:1px solid var(--line);font:12px var(--mono);flex:1;text-align:center}.feedback-loop,.diagram-caption,.evidence-note,.rule-grid-note{font-size:13px;color:var(--muted);margin:20px 0}.diagram-flow,.process-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;list-style:none;padding:0;margin:25px 0;counter-reset:steps}.diagram-flow>li,.process-steps>li{padding:24px;border:1px solid var(--line);counter-increment:steps}.process-steps>li:before{content:counter(steps,decimal-leading-zero);font:12px var(--mono);color:var(--blue)}.diagram-step,.phase{font:12px var(--mono);color:var(--blue)}.diagram-flow p,.process-steps p{font-size:14px}.diamond-shapes{display:flex;justify-content:center;gap:60px;padding:30px}.diamond-shapes>*{width:90px;height:90px;border:1px solid var(--blue);transform:rotate(45deg)}.fact-band{display:flex;gap:20px;flex-wrap:wrap;margin:30px 0;padding:25px;background:var(--ink);color:white}.fact-band>*{flex:1;min-width:110px}.fact-band strong{font-size:30px;display:block;font-weight:400}.fact-band span{font-size:12px}.case-logic{border-block:1px solid var(--line);padding:20px 0;margin:25px 0}.case-logic>div+div{margin-top:20px}.case-logic span{font:10px var(--mono);color:var(--muted)}.ai-cycle{padding:25px;background:var(--soft);margin:35px 0}.ai-formula{display:grid;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr);gap:15px;align-items:center}.ai-formula>div{align-self:start}.ai-cycle span{font:10px var(--mono);color:var(--muted)}.ai-cycle h3{font-size:22px}.ai-cycle b{font-size:27px;font-weight:400;text-align:center}.ai-dialogue{display:grid;grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);align-items:center;gap:22px;padding:30px 0;border-top:1px solid var(--line);margin-top:25px}.ai-dialogue p{font-size:14px}.ai-result{padding:20px 25px;background:var(--ink);color:var(--paper)}.ai-result p{font-size:14px}.system-goal{padding:24px;text-align:center;background:var(--ink);color:var(--paper)}.system-goal>span{font:11px var(--mono)}.system-branches{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;position:relative;padding-top:32px;margin-top:24px}.system-branches:before{content:"";position:absolute;top:0;left:calc((100% - 40px)/6);right:calc((100% - 40px)/6);height:1px;background:var(--line)}.system-branch{position:relative;padding:20px;background:var(--soft);border-top:2px solid var(--blue)}.system-branch:before{content:"";position:absolute;top:-34px;left:50%;height:32px;border-left:1px solid var(--line)}.system-branch>span{font:11px var(--mono)}.system-branch h3{font-size:22px}.system-branch h4{font-size:13px;font-weight:bold}.system-branch ul{padding-left:16px;font-size:12px;line-height:1.6}.system-branch li{margin-bottom:8px}.system-branch li span{font-family:var(--mono);color:var(--muted)}.board-sequence,.solution-samples{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:25px 0}.board-sequence .evidence-picture,.solution-samples .evidence-picture{margin:0}.evidence-drawer{margin-top:25px}.evidence-drawer summary,.module-grid summary{padding:18px 0;cursor:pointer;font-size:17px}.module-grid details{border-top:1px solid var(--line)}.module-grid p{font-size:14px;padding:0 0 20px}.outcome-list{padding-left:22px}.outcome-list li{margin:13px 0}.problem-map{padding:25px;background:var(--soft);margin:30px 0}.problem-map ul{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0}.problem-map li{padding:8px 12px;border:1px solid var(--line);font-size:12px}.problem-map>div{margin-top:25px}.network-stages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:30px 0}.network-stages>div{padding:20px;background:var(--soft)}.network-stages span{font:11px var(--mono)}.network-stages h3{font-size:22px}.network-stages p{font-size:13px}.network-dots{display:flex;gap:25px;justify-content:center;padding:25px 0}.network-dots i{width:13px;height:13px;background:var(--blue);border-radius:50%;position:relative}.network-dots.linked i:not(:last-child):after,.network-dots.connected i:not(:last-child):after{content:"";position:absolute;left:13px;top:6px;width:25px;height:1px;background:var(--blue)}.network-dots.connected{border:1px solid var(--line);margin-block:10px;padding-block:15px;border-radius:50%}.architecture-list>div{display:grid;grid-template-columns:140px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.architecture-list dt{color:var(--blue)}.architecture-list dd{margin:0}.principles>*{padding:10px 14px;background:var(--soft);font-size:13px}.carry-note .eyebrow{margin-bottom:12px}.next-entry{border-block:1px solid var(--ink);padding:25px 0;text-align:left;width:100%;font-size:25px;letter-spacing:-.035em;margin-top:50px;display:flex;justify-content:space-between}.next-entry:hover{color:var(--blue)}.next-entry small{font:11px var(--mono);display:block;margin-bottom:10px}.no-script{padding:30px var(--pad);background:#fff}.no-script a{text-decoration:underline}
@media(min-width:1700px){.orbit-layout{max-width:1800px;width:100%;margin:auto}.graph-wrap{max-width:1040px}}
@media(max-width:1050px){.orbit-layout{grid-template-columns:minmax(200px,.65fr) minmax(0,1fr);gap:30px}.orbit-copy h1{font-size:75px}.orbit-copy .micro{font-size:10px}.orbit-copy .lead{font-size:21px}.graph-controls{flex-wrap:wrap;gap:10px}.angle-control{min-width:100px}.return-button{margin-left:auto}.project-entry{grid-template-columns:30px 1fr 150px 140px 18px;gap:20px}.entry-copy h3{font-size:28px}.entry-meta{font-size:11px}.entry-image{height:130px}.time-notes{gap:30px}.about-grid{gap:45px}.about-grid h2{font-size:58px}}
@media(max-width:760px){html{scroll-padding-top:20px}.site-head{height:78px;gap:12px;padding-block:10px}.identity{font-size:14px;gap:8px}.identity img{width:34px;height:36px}.site-head nav{gap:18px;font-size:12px}.today-link{display:none}.orbit-chapter{height:160svh;min-height:1220px}.orbit-sticky{min-height:760px;height:100svh;max-height:none;padding-top:18px}.chapter-label{font-size:9px}.chapter-label span:last-child{display:none}.orbit-layout{display:flex;flex-direction:column;gap:0;align-items:stretch;justify-content:flex-start}.orbit-copy{padding:20px 0 5px;display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;align-items:end}.orbit-copy>.micro{grid-column:1/-1;font-size:9px}.orbit-copy h1{font-size:clamp(49px,11vw,73px);margin:0;line-height:.9}.orbit-copy .lead{font-size:clamp(16px,4vw,23px);line-height:1.35;max-width:19ch;margin-bottom:2px}.orbit-explanation{display:none}.coordinate-readout{grid-column:1;margin:4px 0 0;font-size:9px;line-height:1.3;gap:0}.underlink{font-size:10px;gap:8px;justify-self:start;padding:2px 0;align-self:center}.graph-wrap{flex:1;justify-content:flex-start;min-height:0}.graph-meta{padding:14px 0 8px;font-size:10px}.orbit-graph{height:auto;flex:1;min-height:295px;max-height:480px;background-size:24px 24px}.graph-selection{bottom:8px;left:4px;max-width:175px;padding:5px 8px}.graph-selection .micro{font-size:8px}.graph-selection p{font-size:12px}.plot-point{width:44px;height:44px;font-size:11px}.plot-point:before{inset:8px}.plot-point.now:after{font-size:8px;left:33px}.graph-controls{padding:10px 0 7px;gap:10px}.view-buttons button{font-size:10px;padding:8px 10px;min-height:35px}.angle-control{min-width:75px;font-size:9px}.return-button{font-size:10px}.return-button span{margin-left:1px}.graph-caption{font-size:10px;margin-top:8px;line-height:1.35}.graph-caption span{font-size:9px}.chapter-foot{margin-top:12px;padding-top:10px;font-size:8px}.chapter-foot span:last-child{display:none}.works-section{padding-block:68px 72px}.section-heading{grid-template-columns:1fr;gap:22px;margin-bottom:35px}.section-heading h2{font-size:44px}.section-heading>p:last-child{font-size:15px}.micro{font-size:10px}.project-entry{grid-template-columns:24px minmax(0,1fr) 100px;gap:14px;min-height:190px;padding:24px 0}.entry-number{font-size:11px;padding-top:4px}.entry-copy h3{font-size:26px}.entry-copy p{font-size:12px;margin-top:10px}.entry-meta{grid-column:2;grid-row:2;padding:0;gap:2px;font-size:10px}.entry-image{grid-column:3;grid-row:1/3;height:130px;align-self:stretch}.entry-arrow{display:none}.entry-image.terakoya:before,.entry-image.terakoya:after{width:70px;height:70px}.entry-image.terakoya:before{transform:translate(-15px,-14px)}.entry-image.terakoya:after{transform:translate(15px,14px)}.entry-image.terakoya span{font-size:9px}.index-note{font-size:10px}.long-section{padding-block:65px 55px}.time-heading{grid-template-columns:1fr;gap:28px}.time-heading h2{font-size:65px}.time-heading p{font-size:15px}.time-heading>.micro{font-size:10px}.time-heading>div{display:block}.solid-button{font-size:13px;margin-top:20px}.time-instrument{margin-top:40px}.time-toolbar{flex-wrap:wrap;gap:10px}.time-toolbar .micro{font-size:9px}.time-toolbar output{font-size:11px}.live-mark{display:none}.time-field{height:315px}.time-event{font-size:10px;max-width:160px;white-space:normal}.time-event span{font-size:9px}.time-today{font-size:9px}.time-controls{gap:10px}.time-controls label{gap:10px;font-size:9px}.time-controls>button{width:36px;height:38px;flex-shrink:0}.time-presets{display:grid;grid-template-columns:1fr 1fr;gap:5px}.time-presets button{font-size:10px;padding:9px}.scale-story{font-size:12px;text-align:left;margin-bottom:20px;min-height:3em}.time-notes{grid-template-columns:1fr;gap:35px;margin-top:45px}.time-notes article{border-top:1px solid #526d7a;padding-top:22px}.time-notes h3{font-size:32px;margin:14px 0}.time-notes p{font-size:14px}.about-section{padding-top:70px}.about-grid{grid-template-columns:1fr;gap:30px;margin-top:26px}.about-grid h2{font-size:clamp(45px,10vw,72px)}.about-copy .lead{font-size:23px}.about-copy>p:not(.lead){font-size:15px}.purpose-quote{font-size:27px;margin-block:60px 45px}.about-end{flex-wrap:wrap;font-size:9px;gap:20px}.about-end img{width:65px}.about-end :is(a,button.view-control){margin-left:auto}.site-foot{font-size:8px;gap:15px}.site-foot>span:nth-child(2){display:none}.dialog-bar{padding:10px 22px}.dialog-bar>span{display:none}.dialog-body{padding-top:30px}.dialog-body>h1{font-size:42px;margin-bottom:30px}.project-content{font-size:15px}.project-content h2{font-size:30px}.project-content h2 br{display:none}.project-content h3{font-size:23px}.project-content .eyebrow{font-size:10px}.case-deck,.story-lead{font-size:18px}.case-meta{grid-template-columns:1fr 1fr;gap:20px}.story-two,.gallery-row,.rule-grid,.hypothesis-grid,.module-grid,.experience-pair{grid-template-columns:1fr;gap:22px}.project-content .question-pull{font-size:24px;padding-left:20px}.art-fragments{padding:16px;gap:10px;grid-template-columns:.9fr 1.1fr}.art-numbers{padding:0;font-size:clamp(12px,3.5vw,22px)}.doubling-label{font-size:8px}.art-note,.art-bottom{font-size:9px}.art-reading{padding:15px;gap:12px}.strategy-count{font-size:65px}.strategy-caption{font-size:18px}.diagram-flow,.process-steps,.board-sequence,.solution-samples{grid-template-columns:1fr}.ai-cycle{padding:20px}.ai-formula{grid-template-columns:1fr;gap:12px;text-align:center}.ai-formula>div{padding:5px 0}.ai-formula b{font-size:24px}.ai-formula b[aria-label="produces"]{transform:rotate(90deg)}.ai-formula h3 br{display:none}.ai-dialogue{grid-template-columns:1fr;text-align:left;gap:18px}.ai-dialogue>b{transform:rotate(90deg);justify-self:center}.ai-result{padding:18px}.ai-result h3{font-size:23px}.system-branches{grid-template-columns:1fr;padding:0;margin-top:20px;gap:18px}.system-branches:before,.system-branch:before{display:none}.system-branch{padding:22px}.system-branch h3{font-size:25px}.system-branch h4{font-size:15px}.system-branch ul{font-size:14px}.network-stages{grid-template-columns:1fr}.network-stages h3{font-size:25px}.architecture-list>div{grid-template-columns:85px 1fr;gap:18px;font-size:14px}.personal-fragment{grid-template-columns:35px 1fr;gap:10px}.next-entry{font-size:22px}.diamond-shapes{gap:40px}.diamond-shapes>*{width:65px;height:65px}}
@media(max-width:380px){:root{--pad:18px}.site-head nav{gap:12px}.site-head nav sup{display:none}.orbit-copy{gap:12px}.orbit-copy h1{font-size:46px}.orbit-copy .lead{font-size:16px}.graph-controls{gap:7px}.view-buttons button{padding:7px}.return-button{font-size:9px}.project-entry{grid-template-columns:19px 1fr 82px;gap:10px}.entry-copy h3{font-size:23px}.entry-image{height:120px}.time-controls label>span{font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.orbit-chapter{height:auto;min-height:0}.orbit-sticky{position:relative;height:auto;min-height:0}.orbit-graph{height:450px;flex:auto}.chapter-foot span:first-child{font-size:0}.chapter-foot span:first-child:after{content:"USE PLAN / DEPTH TO CHANGE THE VIEW";font-size:10px}}
@media print{.site-head,.orbit-chapter,.time-instrument,.dialog-bar,.next-entry,.site-foot{display:none}dialog[open]{position:static;display:block;width:100%;height:auto;max-height:none;overflow:visible}body:has(dialog[open])>main{display:none}.project-content *{break-inside:auto}.story-figure,.evidence-picture{break-inside:avoid}.project-content details{display:block}.project-content details>*{display:block}.long-section{background:white;color:#18313d}.time-notes p,.time-notes .micro{color:#536975}}
/* On short phone screens, let the graph flow naturally instead of trapping controls below a sticky viewport. */
@media(max-width:760px){.orbit-chapter{height:auto;min-height:0}.orbit-sticky{height:auto;min-height:0;position:relative;overflow:visible}.orbit-layout{flex:none}.orbit-graph{height:360px;min-height:0;flex:none}.graph-wrap{flex:none}.chapter-foot{margin-top:18px;padding-bottom:15px}.orbit-copy{padding-bottom:14px}}
@media(max-width:380px){.orbit-graph{height:330px}}

/* ── Coordinates, carried through the whole publication ── */
@font-face {
  font-family: "Recursive";
  src: url("fonts/recursive-latin-variable.woff2") format("woff2");
  font-weight: 300 1000;
  font-style: normal;
  font-display: swap;
}
:root {
  --sans: "Recursive", Arial, Helvetica, sans-serif;
  --mono: "Recursive", "Courier New", monospace;
  --paper: #f6f8f9;
  --soft: #eaf0f4;
  --line: #becdd6;
  --view-casl: .15;
}
body {font-variation-settings:"MONO" 0,"CASL" .08,"slnt" 0,"CRSV" 0;font-weight:420;line-height:1.75}
h1,h2,h3,h4 {font-variation-settings:"MONO" 0,"CASL" .5,"slnt" 0,"CRSV" 0;font-weight:540}
h1,h2 {letter-spacing:-.052em}
.micro,.chapter-label,.chapter-foot,.graph-meta,.coordinate-readout,.time-toolbar,.time-presets,.site-foot,.index-note,
.today-link,.entry-coordinate,.entry-index,.entry-open,.plate-registration,.entry-meta,.index-axis,
.person-label,.person-fields,.dialog-bar,.project-section-map,.dialog-coordinate,.project-content .eyebrow,
.case-meta dt,.project-content .diagram-step,.project-content .phase,.project-content .rule-number {
  font-variation-settings:"MONO" 1,"CASL" 0,"slnt" 0,"CRSV" 0;
  font-weight:430;letter-spacing:.02em
}
.micro,.chapter-label,.graph-meta {font-size:12px}
.site-head {height:96px}
.identity {font-weight:540;letter-spacing:-.035em}
.site-head nav {font-size:14px}
.site-head nav :is(a,button.view-control) {position:relative}
.site-head nav :is(a,button.view-control):after {content:"";position:absolute;inset:auto 0 4px;height:1px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .25s}
.site-head nav :is(a,button.view-control):hover:after,.site-head nav :is(a,button.view-control):focus-visible:after {transform:scaleX(1)}
.today-link {font-size:12px}
.chapter-label span:last-child {font-size:12px;letter-spacing:-.025em}
.orbit-copy h1.projection-title {font-size:clamp(3.7rem,6.4vw,7rem);line-height:.95;margin-block:24px 30px;font-weight:590;font-variation-settings:"MONO" 0,"CASL" var(--view-casl),"slnt" 0,"CRSV" 0}
.projection-title .title-line {display:block;color:var(--ink);font-variation-settings:inherit}
.projection-title .title-return {display:flex;align-items:baseline;gap:.17em;padding-left:.25em;white-space:nowrap}
.projection-title small {font:inherit;font-size:.35em;letter-spacing:-.025em;color:var(--muted)}
.projection-title .title-return>span {color:var(--blue)}
.orbit-copy .lead {font-size:clamp(20px,1.6vw,26px);font-weight:450;letter-spacing:-.035em}
.orbit-explanation {font-size:16px}
.coordinate-readout {font-size:12px;padding-left:14px;border-left:1px solid var(--blue);gap:4px}
.underlink {font-size:14px}
.graph-selection .micro {font-size:12px;line-height:1.4}
.graph-selection p {font-size:16px}
.graph-selection {max-width:260px;padding:10px 13px}
.view-buttons button,.return-button {font-size:14px;min-height:44px;letter-spacing:-.025em}
.view-buttons button {padding:9px 11px}
.angle-control {font-size:12px;min-width:90px}
.graph-controls {gap:16px;flex-wrap:wrap}
.graph-caption,.graph-caption span {font-size:12px;line-height:1.5}
.chapter-foot {font-size:12px;letter-spacing:0}
.section-registration {display:inline-block;min-width:100px;color:var(--blue);margin-right:18px}

/* Work is arranged as full observations along one continuous datum. */
.works-section {padding-block:100px 100px;position:relative}
.section-heading-work {grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:30px 70px;margin-bottom:75px}
.section-heading-work h2 {font-size:clamp(3rem,6vw,6.4rem);line-height:1.02;font-weight:530;max-width:12ch}
.heading-main,.heading-offset {display:block}
.section-heading-work h2 .heading-main {color:var(--ink)}
.section-heading-work h2 .heading-offset {color:var(--blue);padding-left:.72em;white-space:nowrap;font-variation-settings:"MONO" 0,"CASL" .72,"slnt" 0,"CRSV" 0}
.heading-stop {color:var(--red)}
.section-intro {position:relative;padding:35px 0 0 22px;border-left:1px solid var(--line);margin-bottom:7px}
.section-intro .axis-stub {position:absolute;left:-6px;top:0;width:11px;height:11px;border-radius:50%;border:1px solid var(--blue);background:var(--paper)}
.section-intro p {font-size:16px;line-height:1.7;color:var(--muted);max-width:36ch}
.index-axis {display:grid;grid-template-columns:1fr 1fr auto;font:12px var(--mono);padding:15px 0;border-top:1px solid var(--ink);color:var(--muted)}
.index-axis span:nth-child(2) {padding-left:55px}
.project-list {border-top:1px solid var(--line);position:relative}
.project-list:before {content:"";position:absolute;left:28px;top:0;bottom:0;width:1px;background:var(--line)}
.project-entry {display:grid;grid-template-columns:60px minmax(0,.85fr) minmax(0,1.3fr);gap:30px;padding:60px 0 65px;align-items:center;min-height:440px;border-bottom:1px solid var(--line);color:var(--ink);isolation:isolate}
.entry-index {align-self:stretch;position:relative;display:flex;flex-direction:column;align-items:flex-start;font:14px var(--mono);padding-top:4px}
.entry-number {font:inherit;background:var(--paper);padding:8px 0;color:var(--muted);z-index:1;min-width:46px}
.entry-node {display:block;position:absolute;left:23px;top:70px;border:1px solid var(--blue);border-radius:50%;width:11px;height:11px;background:var(--paper);transition:background .35s,box-shadow .35s}
.project-entry.in-view .entry-node {background:var(--blue);box-shadow:0 0 0 6px var(--paper),0 0 0 7px #2147cf38}
.project-entry.in-view .entry-number {color:var(--blue)}
.entry-copy {padding:0 15px 20px 0;min-width:0}
.entry-coordinate {font:12px/1.5 var(--mono);display:block;color:var(--muted);margin-bottom:23px}
.entry-copy h3 {font-size:clamp(1.8rem,2.9vw,3rem);max-width:none;line-height:1.16;letter-spacing:-.045em;font-weight:530}
.title-fragment {display:block}
.entry-copy h3 .fragment-1 {font-variation-settings:"MONO" 0,"CASL" .72,"slnt" 0,"CRSV" 0;color:var(--blue)}
.entry-copy p {font-size:16px;max-width:30ch;line-height:1.65;margin-top:24px;color:var(--muted)}
.entry-open {display:flex;justify-content:space-between;align-items:center;font:12px var(--mono);padding:12px 0;margin-top:26px;max-width:230px;border-top:1px solid var(--line);color:var(--ink)}
.entry-open>span {font:22px var(--sans);line-height:1;color:var(--blue);transition:transform .25s}
.project-entry:hover .entry-open>span {transform:translate(3px,-3px)}
.project-entry:hover {color:var(--ink)}
.project-entry:hover .entry-copy h3 {font-variation-settings:"MONO" 0,"CASL" .8,"slnt" 0,"CRSV" 0}
.entry-plate {min-width:0;align-self:center;margin:0;border:1px solid var(--line);position:relative;background:#eef3f6;transition:border-color .35s}
.entry-plate:after {content:"";position:absolute;width:8px;height:8px;border-bottom:1px solid var(--blue);border-right:1px solid var(--blue);right:-4px;bottom:-4px;background:var(--paper)}
.plate-registration {display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 17px;border-bottom:1px solid var(--line);font:12px/1.5 var(--mono);color:var(--muted);background:var(--paper)}
.registration-plus {font-size:21px;line-height:1;color:var(--blue)}
.entry-image {height:290px;display:flex;justify-content:center;align-items:center;background:none;padding:20px;overflow:hidden;gap:16px}
.entry-image img {max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:none;flex:1;min-width:0}
.project-entry:hover .entry-image img {transform:none}
.entry-image.fragments img {max-width:50%}
.plate-doubling {font:clamp(12px,1.25vw,20px)/2.15 var(--mono);font-variation-settings:"MONO" 1,"CASL" 0;display:flex;flex-direction:column;color:var(--blue);padding-left:8px;white-space:nowrap;flex:1}
.plate-continuation {color:var(--red);padding-left:1em}
.entry-image.reading {padding:25px 18px;gap:14px;background:#fff}
.entry-image.reading img {width:calc(50% - 7px);height:auto;max-height:240px;border:1px solid #b8c4cc}
.entry-image.lecture {padding:0;height:310px;background:var(--ink)}
.entry-image.lecture img {object-fit:cover;mix-blend-mode:normal;width:100%;height:100%}
.entry-meta {display:flex;flex-direction:row;justify-content:space-between;gap:20px;align-items:start;padding:13px 17px;border-top:1px solid var(--line);font:12px/1.6 var(--mono);color:var(--ink);margin:0;background:var(--paper)}
.entry-meta>span {color:var(--muted);max-width:25ch}
.entry-meta time {text-align:right;max-width:23ch}
.project-entry:nth-child(even) {grid-template-columns:60px minmax(0,1.3fr) minmax(0,.85fr)}
.project-entry:nth-child(even) .entry-copy {grid-column:3;grid-row:1;padding-left:16px;padding-right:0}
.project-entry:nth-child(even) .entry-plate {grid-column:2;grid-row:1}
.project-entry.in-view .entry-plate,.project-entry:hover .entry-plate {border-color:#7e97be}
.entry-image.strategy {background:var(--blue);color:#fff;padding:28px}
.plate-system {width:100%;display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}
.system-total {font:clamp(70px,8vw,115px)/.9 var(--sans);font-weight:460;letter-spacing:-.08em}
.system-total small {display:block;font:12px/1.7 var(--mono);letter-spacing:0;margin-top:15px;max-width:10ch}
.plate-system>div {position:relative;border-left:1px solid #ffffff66;padding-left:23px;display:grid;gap:25px;font-size:16px}
.plate-system>div span {position:relative;line-height:1.45}
.plate-system>div span:before {content:"";position:absolute;left:-23px;top:11px;width:15px;height:1px;background:#ffffff66}
.entry-image.terakoya {background:#eaf0f4;display:block;padding:28px;height:290px}
.entry-image.terakoya:before,.entry-image.terakoya:after {display:none}
.plate-commons {height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:20px}
.entry-image.terakoya .commons-label,.entry-image.terakoya .commons-open {font:12px/1.5 var(--mono);color:var(--blue)}
.commons-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid #9bafc1;background:#9bafc1}
.entry-image.terakoya .commons-grid span {font:14px/1.4 var(--sans);background:var(--paper);padding:15px 9px;color:var(--ink);text-align:center}
.commons-grid span:nth-child(2),.commons-grid span:nth-child(4) {font-variation-settings:"MONO" 0,"CASL" .9}
.index-note {font-size:12px;letter-spacing:0;line-height:1.7;max-width:95ch;margin-left:90px;margin-top:30px}

/* The scale instrument has a typographic vanishing point. */
.time-heading {grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:35px 70px}
.time-heading .section-registration {color:#a8c4eb}
.time-heading h2 {font-size:clamp(76px,10vw,170px);line-height:.86;position:relative;max-width:7ch;font-weight:520;letter-spacing:-.075em}
.time-heading h2 .time-word-now {color:var(--paper);display:block;position:relative;font-variation-settings:"MONO" 0,"CASL" .2}
.time-heading h2 .title-datum {font:25px var(--mono);color:#ff8b70;vertical-align:top;margin-left:14px;position:relative;top:-2px}
.time-heading h2 .time-title-rest {display:block;color:#b8cce1;font-size:clamp(26px,3.1vw,47px);line-height:1.3;letter-spacing:-.04em;font-weight:440;margin-top:20px;padding-left:.6em;max-width:14ch}
.time-title-rest em {display:block;color:var(--paper);font-style:normal;font-size:.68em;letter-spacing:-.015em;font-variation-settings:"MONO" 1,"CASL" 0;margin-left:1.2em}
.time-heading>div {border-left:1px solid #6d8592;padding:26px 0 0 25px;position:relative;margin-bottom:5px}
.time-heading>div:before {content:"";position:absolute;left:-5px;top:0;width:9px;height:9px;border-radius:50%;background:#ff8269}
.time-heading p {font-size:16px}
.time-heading>.micro,.time-toolbar,.time-toolbar .micro,.time-toolbar output {font-size:12px}
.time-controls label,.time-presets button {font-size:14px}
.scale-story {font-size:16px;line-height:1.6}
.time-notes {display:block;margin-top:85px}
.time-notes article {display:grid;grid-template-columns:minmax(180px,.9fr) minmax(0,1.1fr);gap:50px;padding:40px 0 45px;border-top:1px solid #5b7480;max-width:1100px;margin-right:15%}
.time-notes article.present-note {margin-left:15%;margin-right:0}
.time-notes article.future-note {margin-left:7.5%;margin-right:7.5%;border-top-style:dashed}
.temporal-heading {position:relative;padding-left:62px}
.temporal-symbol {position:absolute;left:0;top:0;font:38px/1 var(--mono);color:#9bb8d5}
.time-notes .micro {font-size:12px;line-height:1.7;letter-spacing:0}
.time-notes h3 {font-size:clamp(34px,3.7vw,56px);font-weight:460;line-height:1.05;margin:24px 0 0;letter-spacing:-.04em}
.temporal-heading h3 em {font-variation-settings:"MONO" 0,"CASL" .8;font-style:normal;margin-left:.6em;color:#a8c4eb}
.temporal-copy {padding-top:3px;max-width:55ch}
.time-notes .temporal-copy p {font-size:16px;line-height:1.8;margin:0 0 20px;color:#c2d1d9}
.present-note .temporal-symbol,.present-note h3 em {color:#ffaf9b}

/* A person's name is located within the same coordinate field. */
.about-section {padding-block:90px 30px;overflow:clip}
.about-grid {grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:80px;margin-top:55px}
.person-coordinate {position:relative;padding:26px 0 22px 28px;border-left:1px solid var(--line);border-top:1px solid var(--line);align-self:start}
.person-datum {position:absolute;left:-9px;top:-20px;font:32px var(--mono);color:var(--red);background:var(--paper);line-height:1}
.person-label {font-size:12px;letter-spacing:0;max-width:24ch}
.about-grid h2 {font-size:clamp(35px,4.1vw,65px);font-weight:500;line-height:1.08;margin-top:48px;letter-spacing:-.055em;white-space:nowrap;position:relative;z-index:1}
.about-grid h2>span {display:block}
.about-grid h2>span:first-child {font-variation-settings:"MONO" 0,"CASL" .85;font-size:1.7em;padding-left:.05em}
.about-grid h2>span:last-child {padding-left:.22em;margin-top:8px}
.person-fields {font:12px/1.9 var(--mono);color:var(--muted);margin-top:35px}
.coordinate-signature {position:absolute;width:88px;height:auto;bottom:40px;right:13%;mix-blend-mode:multiply;transform:rotate(-5deg)}
.about-copy {padding-top:0}
.about-copy .lead {font-size:24px;line-height:1.5;font-variation-settings:"MONO" 0,"CASL" .35;letter-spacing:-.03em}
.about-copy>p:not(.lead) {font-size:16px;line-height:1.85}
.contact {margin-top:40px;font-size:17px;letter-spacing:-.025em;border-block:0;border-bottom:1px solid var(--ink);padding-bottom:13px}
.purpose-quote {max-width:none;position:relative;margin:100px 0 75px;padding:35px 0 0 0;border-top:1px solid var(--line);font-size:clamp(26px,3.5vw,58px);font-weight:430;line-height:1.4;letter-spacing:-.04em;color:var(--ink)}
.quote-registration {display:block;font-size:12px;letter-spacing:.025em;margin-bottom:30px;color:var(--muted)}
.quote-line {display:block;position:relative}
.quote-line:nth-of-type(2) {padding-left:0}
.quote-line:nth-of-type(3) {padding-left:8%}
.quote-line:nth-of-type(4) {padding-left:16%}
.quote-line:nth-of-type(5) {padding-left:24%}
.quote-line:nth-of-type(6) {padding-left:32%}
.quote-line em {color:var(--blue);font-variation-settings:"MONO" 0,"CASL" .85;font-style:normal}
.purpose-quote cite {font-size:12px;line-height:1.6;color:var(--muted);margin-top:30px;padding-left:32%}
.about-end {font-size:12px}
.about-end>img {display:none}
.about-end {padding:15px 0 10px}
.site-foot {font-size:12px;padding-block:24px}

/* Project pages are enlarged plates, with their own readable section coordinates. */
#project-dialog {width:min(1340px,100%);--reading-progress:0}
.dialog-bar {font-size:14px;padding-block:14px;min-height:68px}
.dialog-bar>span {font-size:12px;max-width:46ch;letter-spacing:0}
.dialog-bar button {font-size:14px;min-height:44px}
.reading-progress {position:absolute;inset:auto 0 -1px;height:2px;background:var(--blue);transform:scaleX(var(--reading-progress));transform-origin:left;pointer-events:none}
.dialog-body {padding-top:45px}
.project-title-block {position:relative;padding:24px 0 34px 115px;border-top:1px solid var(--line);margin-bottom:25px;min-height:260px}
.dialog-coordinate {position:absolute;top:24px;left:0;font:48px/1 var(--mono);letter-spacing:-.07em;color:var(--blue)}
.project-title-block:after {content:"+";position:absolute;right:-7px;top:-15px;font:23px/1 var(--mono);color:var(--blue);background:var(--paper)}
.project-title-block>.micro {font-size:12px;max-width:80ch;margin-bottom:24px}
.project-title-block h1 {font-size:clamp(40px,5.3vw,74px);line-height:1.08;margin:0;max-width:22ch;font-weight:540;color:var(--ink);letter-spacing:-.05em}
.project-title-block h1 .fragment-1 {font-variation-settings:"MONO" 0,"CASL" .8;color:var(--blue)}
.project-section-map {display:flex;gap:16px;position:relative;margin-top:32px;width:max-content;max-width:100%}
.project-section-map:before {content:"";position:absolute;left:18px;right:18px;top:18px;height:1px;background:var(--line)}
.section-map-point {font:12px var(--mono);position:relative;min-width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--paper);padding:0;z-index:1}
.section-map-point:hover,.section-map-point.current {color:white;background:var(--blue);border-color:var(--blue)}
.project-content {font-size:16px;line-height:1.85}
.project-content .case-hero {padding:26px 0 0 115px;border-top:0}
.project-content .case-hero>.eyebrow {display:none}
.project-content .case-hero>h2 {font-size:27px;line-height:1.35;max-width:38ch;font-weight:470;margin-bottom:20px;letter-spacing:-.035em}
.project-content .case-hero>h2 br {display:none}
.project-content .case-hero>h2 em {color:var(--ink)}
.case-deck {font-size:18px;line-height:1.7;color:var(--muted);max-width:63ch}
.case-meta {gap:23px}
.case-meta dt {font-size:12px;margin-bottom:12px}
.case-meta dd {font-size:14px;line-height:1.7}
.project-content .case-art {margin-block:30px 60px}
.project-content .story-section {position:relative;padding:48px 0 48px 115px;scroll-margin-top:100px}
.project-content .story-section:before {content:attr(data-section);position:absolute;left:0;top:48px;font:28px/1.2 var(--mono);color:var(--blue);letter-spacing:-.04em}
.project-content .story-section:after {content:"";position:absolute;left:54px;top:61px;width:35px;height:1px;background:var(--line)}
.project-content .story-section>.eyebrow {font-size:12px;line-height:1.6;letter-spacing:.01em;margin-bottom:23px}
.project-content h2 {font-size:clamp(29px,3.25vw,43px);line-height:1.2;letter-spacing:-.045em;max-width:30ch;font-weight:520}
.project-content h2 em {font-variation-settings:"MONO" 0,"CASL" .7;color:var(--ink)}
.project-content h3 {font-size:24px;line-height:1.35;font-weight:520}
.project-content h4 {font-weight:580}
.project-content .question-pull {font-size:27px;border-left:1px solid var(--blue);font-variation-settings:"MONO" 0,"CASL" .6;line-height:1.5}
.project-content p,.story-two>div>p,.time-notes p {text-wrap:pretty}
.project-content .rule p,.project-content .diagram-flow p,.project-content .process-steps p,.project-content .ai-dialogue p,.project-content .ai-result p,.project-content .module-grid p,.project-content .network-stages p {font-size:16px;line-height:1.75}
.project-content .art-note,.project-content .art-bottom,.project-content .doubling-label,.project-content .rule-number,.project-content .ai-cycle span,.project-content .system-goal>span,.project-content .network-stages span {font-size:12px;line-height:1.6}
.project-content .system-branch h4 {font-size:14px}
.project-content .system-branch ul {font-size:14px;line-height:1.7}
.project-content .rule {background:transparent;border:1px solid var(--line);position:relative;padding:23px}
.project-content .rule:before {content:"+";font:18px var(--mono);color:var(--blue);position:absolute;right:10px;top:12px}
.project-content .rule-sample {background:#fff;padding:10px}
.project-content .rule-sample img {height:140px}
.project-content .story-figure,.project-content .evidence-picture {border:1px solid var(--line);padding:18px;background:#fff}
.project-content .gallery-row figure {border:1px solid var(--line);padding:16px}
.project-content figcaption {font:12px/1.7 var(--mono);color:var(--muted)}
.project-content .quote-block,.project-content .persona,.project-content .personal-rule {background:transparent;border-left:1px solid var(--blue);padding:10px 0 10px 25px}
.project-content .carry-note {background:var(--ink);color:var(--paper);padding:30px;margin-top:50px}
.project-content .carry-note :is(a,button.view-control),.project-content .carry-note .eyebrow {color:#b7ceff}
.next-entry {font-size:28px;line-height:1.35;padding:28px 0}
.next-entry small {font-size:12px}

@media(min-width:1600px) {
  .project-entry {grid-template-columns:75px minmax(0,.9fr) minmax(0,1.2fr);gap:55px;padding-block:75px}
  .project-entry:nth-child(even) {grid-template-columns:75px minmax(0,1.2fr) minmax(0,.9fr)}
  .entry-image {height:370px}.entry-image.lecture,.entry-image.terakoya {height:370px}
}
@media(max-width:1100px) {
  .section-heading-work {gap:30px}.section-heading-work h2 {font-size:66px}
  .project-entry,.project-entry:nth-child(even) {grid-template-columns:45px minmax(0,1fr) minmax(0,1fr);gap:20px;min-height:380px}
  .entry-copy h3 {font-size:32px}.entry-copy p {font-size:16px}.entry-image,.entry-image.lecture,.entry-image.terakoya {height:270px}
  .entry-coordinate,.plate-registration,.entry-meta {font-size:12px}.entry-meta {flex-direction:column;gap:7px}.entry-meta time {text-align:left;max-width:none}
  .project-list:before {left:20px}.entry-node {left:15px}.entry-number {min-width:38px}
  .plate-system {grid-template-columns:.8fr 1.2fr;gap:16px}.system-total {font-size:75px}.plate-system>div {font-size:14px;gap:20px;padding-left:17px}
  .commons-grid {grid-template-columns:repeat(2,minmax(0,1fr))}.entry-image.terakoya {padding:18px}.entry-image.terakoya .commons-grid span {padding:9px}
  .time-notes article,.time-notes article.present-note,.time-notes article.future-note {margin-left:0;margin-right:0;gap:35px}
  .about-grid {gap:40px}.about-grid h2 {font-size:39px}.about-grid h2>span:first-child {font-size:1.65em}
  .project-title-block,.project-content .case-hero,.project-content .story-section {padding-left:85px}
  .project-content .story-section:after {left:41px;width:25px}
}
@media(max-width:760px) {
  .site-head {height:82px}.identity {font-size:14px}.site-head nav {gap:18px;font-size:14px}.site-head sup {font-size:12px}
  .orbit-copy {gap:16px 20px;grid-template-columns:1.2fr 1fr;padding-top:24px}
  .orbit-copy h1.projection-title {font-size:clamp(40px,8.7vw,65px);line-height:1;margin:0;letter-spacing:-.045em}
  .projection-title .title-return {gap:.1em;padding-left:0}.projection-title small {font-size:.34em}
  .orbit-copy>.micro {font-size:12px;line-height:1.7}.orbit-copy .lead {font-size:18px;line-height:1.5}
  .coordinate-readout {font-size:12px;line-height:1.6;padding-left:10px;gap:2px;grid-column:1/-1;display:flex;flex-direction:row;flex-wrap:wrap;column-gap:18px;margin-top:10px}
  .coordinate-readout .z-readout {flex-basis:100%}
  .orbit-copy .underlink {grid-column:1/-1;font-size:14px;margin-top:2px}
  .chapter-label,.graph-meta {font-size:12px}.graph-meta {padding-block:17px 12px}
  .graph-selection {max-width:195px;padding:7px 10px;bottom:10px}.graph-selection .micro {font-size:12px}.graph-selection p {font-size:14px}
  .graph-controls {gap:12px;display:grid;grid-template-columns:auto minmax(85px,1fr);padding-block:14px}
  .view-buttons button {font-size:13px;padding:9px;min-height:44px}.angle-control {font-size:12px;min-width:0}
  .return-button {font-size:14px;grid-column:1/-1;margin:0;text-align:left;justify-self:start;min-height:38px}
  .graph-caption,.graph-caption span {font-size:12px}.chapter-foot {font-size:12px;line-height:1.6}
  .works-section {padding-block:65px 70px}.section-heading-work {display:block;margin-bottom:36px}
  .section-heading-work>.micro {font-size:12px;line-height:1.8;margin-bottom:26px}.section-registration {min-width:0;display:block;margin:0 0 7px;font-size:14px}
  .section-heading-work h2 {font-size:clamp(42px,9.5vw,66px);line-height:1.06;max-width:none}
  .section-heading-work h2 .heading-offset {padding-left:.35em;white-space:normal}
  .section-intro {margin-top:30px;padding-top:22px}.section-intro p {font-size:16px}
  .index-axis {font-size:12px;grid-template-columns:1fr auto;gap:15px}.index-axis span:nth-child(2) {display:none}
  .project-list:before {left:11px}
  .project-entry,.project-entry:nth-child(even) {grid-template-columns:28px minmax(0,1fr);padding-block:34px 42px;gap:25px 14px;min-height:0}
  .entry-index {grid-column:1;grid-row:1/3;align-self:stretch;padding:0}
  .entry-number {min-width:26px;font-size:12px;padding:5px 0}.entry-node {left:6px;top:55px}
  .entry-copy,.project-entry:nth-child(even) .entry-copy {grid-column:2;grid-row:1;padding:0}
  .entry-coordinate {font-size:12px;margin-bottom:17px}.entry-copy h3 {font-size:clamp(29px,6.3vw,43px);line-height:1.15}
  .entry-copy p {font-size:16px;margin-top:20px;max-width:33ch}.entry-open {font-size:12px;max-width:none;margin-top:21px}
  .entry-plate,.project-entry:nth-child(even) .entry-plate {grid-column:2;grid-row:2;width:100%}
  .plate-registration {font-size:12px;padding:10px 12px;align-items:start}.registration-plus {font-size:20px}
  .entry-image {height:260px;padding:16px}.entry-image.lecture {height:230px}.entry-image.terakoya {height:270px}
  .entry-image.reading {height:auto;min-height:250px;padding:16px;display:grid;grid-template-columns:1fr;gap:14px}
  .entry-image.reading img {max-height:220px;width:100%;height:auto;max-width:100%}
  .plate-doubling {font-size:clamp(12px,3.3vw,17px);line-height:2.2;padding-left:0}
  .entry-meta {font-size:12px;padding:12px;grid-column:auto;grid-row:auto}.entry-meta>span {max-width:100%}
  .entry-image.strategy {padding:22px}.plate-system {grid-template-columns:.8fr 1.1fr;gap:18px}.system-total {font-size:75px}.system-total small {font-size:12px}
  .plate-system>div {font-size:14px;line-height:1.4;padding-left:13px;gap:23px}.plate-system>div span:before {left:-13px;width:8px}
  .entry-image.terakoya .commons-grid span {font-size:14px;padding:12px 8px}
  .index-note {font-size:12px;margin-left:42px;margin-top:25px}
  .time-heading {display:block}.time-heading>.micro {font-size:12px;margin-bottom:35px}
  .time-heading h2 {font-size:clamp(100px,25vw,150px);max-width:none}.time-heading h2 .time-title-rest {font-size:35px;margin-top:24px;max-width:13ch;line-height:1.35}.time-heading h2 .title-datum {font-size:24px;margin-left:12px}
  .time-heading>div {margin-top:37px;padding-top:22px}.time-heading p {font-size:16px}.solid-button {font-size:14px;min-height:48px;gap:22px}
  .time-toolbar {gap:15px}.time-toolbar .micro,.time-toolbar output {font-size:12px}
  .time-controls {gap:10px}.time-controls label {font-size:12px;gap:10px}.time-controls label span {font-size:12px}.time-controls>button {width:40px;height:44px}.time-presets button {font-size:13px;min-height:44px}
  .scale-story {font-size:16px;min-height:4.5em;text-align:left;margin-top:8px}
  .time-notes {margin-top:50px}.time-notes article,.time-notes article.present-note,.time-notes article.future-note {grid-template-columns:1fr;gap:24px;padding-block:30px 32px;max-width:none}
  .temporal-heading {padding-left:45px;display:grid;grid-template-columns:1fr 1.2fr;gap:16px;align-items:start}.temporal-symbol {font-size:26px;top:1px}.time-notes .micro {font-size:12px;line-height:1.7}
  .time-notes h3 {font-size:36px;margin:0;line-height:1.05}.time-notes .temporal-copy {padding-left:45px;max-width:none}.time-notes .temporal-copy p {font-size:16px;line-height:1.75}
  .about-section {padding-top:65px}.about-grid {grid-template-columns:1fr;gap:45px;margin-top:32px}
  .person-coordinate {padding-left:23px;padding-top:20px}.person-label {font-size:12px;max-width:none}
  .about-grid h2 {font-size:clamp(34px,8.4vw,55px);margin-top:35px;line-height:1.12}.about-grid h2>span:first-child {font-size:1.85em}.about-grid h2>span:last-child {padding-left:.1em}
  .person-fields {font-size:12px;margin-top:30px}.coordinate-signature {width:90px;right:14%;bottom:30px}
  .about-copy .lead {font-size:23px;line-height:1.55}.about-copy>p:not(.lead) {font-size:16px}
  .purpose-quote {font-size:clamp(23px,5.4vw,34px);line-height:1.5;margin-block:65px 40px;padding-top:25px;letter-spacing:-.035em}
  .quote-registration {font-size:12px;margin-bottom:25px}.quote-line:nth-of-type(3) {padding-left:4%}.quote-line:nth-of-type(4) {padding-left:8%}.quote-line:nth-of-type(5) {padding-left:12%}.quote-line:nth-of-type(6) {padding-left:16%}
  .purpose-quote cite {font-size:12px;padding-left:16%;margin-top:25px}.about-end {font-size:12px;line-height:1.6;display:block}.about-end :is(a,button.view-control) {display:inline-block;margin-top:16px}
  .site-foot {font-size:12px;flex-wrap:wrap;line-height:1.6;gap:10px}
  .dialog-bar {font-size:14px;padding-block:12px;min-height:66px}.dialog-bar button {font-size:14px}
  .dialog-body {padding-top:28px}.project-title-block {padding:66px 0 20px;min-height:0;margin-bottom:15px}.dialog-coordinate {font-size:33px;top:18px}
  .project-title-block>.micro {font-size:12px;line-height:1.7;margin-bottom:20px}.project-title-block h1 {font-size:clamp(34px,8.6vw,49px);max-width:none;line-height:1.15}
  .project-section-map {gap:13px;margin-top:26px}.section-map-point {min-width:40px;height:40px;font-size:12px}.project-section-map:before {top:20px}
  .project-content .case-hero {padding:16px 0 0}.project-content .case-hero>h2 {font-size:23px;line-height:1.4}.case-deck {font-size:16px}
  .case-meta {gap:20px}.case-meta dt {font-size:12px}.case-meta dd {font-size:14px}
  .project-content .story-section {padding:65px 0 35px;scroll-margin-top:85px}.project-content .story-section:before {font-size:23px;top:23px}.project-content .story-section:after {left:43px;top:38px;width:35px}
  .project-content .story-section>.eyebrow {font-size:12px}.project-content h2 {font-size:30px;line-height:1.25}.project-content {font-size:16px;line-height:1.8}.story-lead {font-size:18px}
  .project-content .question-pull {font-size:24px}.project-content .art-note,.project-content .art-bottom {font-size:12px}
  .project-content .art-fragments {display:grid;grid-template-columns:1fr;gap:20px}.project-content .art-fragments .art-numbers {font-size:20px;padding:10px 15px}.project-content .art-fragments img {max-height:400px;max-width:100%}.project-content .doubling-label {font-size:12px}
  .project-content .art-reading {grid-template-columns:1fr;gap:20px}.project-content .art-reading>.art-note,.project-content .art-reading>.art-bottom {grid-column:1}
  .project-content .story-figure,.project-content .evidence-picture,.project-content .gallery-row figure {padding:12px}
  .project-content .ai-cycle h3 {font-size:23px}.project-content .system-branch ul {font-size:14px}
  .project-content .architecture-list>div {font-size:16px;grid-template-columns:85px 1fr}.next-entry {font-size:23px}.next-entry small {font-size:12px}
}
@media(max-width:380px) {
  .site-head nav {gap:12px;font-size:13px}.identity {font-size:13px}.identity img {width:30px}
  .orbit-copy {column-gap:12px}.orbit-copy .lead {font-size:16px}.orbit-copy h1.projection-title {font-size:38px}
  .entry-copy h3 {font-size:28px}.plate-registration {font-size:12px}.entry-image {height:225px}.entry-image.lecture {height:205px}
  .entry-image.strategy {padding:17px}.plate-system {gap:12px}.system-total {font-size:63px}.plate-system>div {font-size:13px}
  .temporal-heading {grid-template-columns:1fr;gap:18px}.time-notes h3 br {display:none}.time-notes h3 em {margin-left:.15em}
  .project-title-block h1 {font-size:34px}.project-section-map {gap:10px}.section-map-point {min-width:36px;height:36px}
}
@media(prefers-reduced-motion:reduce) {
  .orbit-copy h1.projection-title {font-variation-settings:"MONO" 0,"CASL" .35,"slnt" 0,"CRSV" 0}
  .project-entry:hover .entry-copy h3 {font-variation-settings:"MONO" 0,"CASL" .5,"slnt" 0,"CRSV" 0}
}
/* Keep the type roles explicit after shorthand declarations. */
.micro,.chapter-label,.chapter-foot,.graph-meta,.coordinate-readout,.time-toolbar,.time-presets,.site-foot,.index-note,.today-link,.entry-coordinate,.entry-index,.entry-number,.entry-open,.plate-registration,.entry-meta,.index-axis,.person-fields,.dialog-bar,.dialog-coordinate,.project-section-map,.section-map-point,.project-content .eyebrow,.case-meta dt,.project-content .diagram-step,.project-content .phase,.project-content .rule-number,.project-content figcaption,.purpose-quote cite,.quote-registration,.commons-label,.commons-open {
  font-variation-settings:"MONO" 1,"CASL" 0,"slnt" 0,"CRSV" 0;
}
.index-axis {grid-template-columns:60px minmax(0,.85fr) minmax(0,1.3fr);gap:30px}
.index-axis span:nth-child(2) {padding-left:0}
@media(min-width:1600px){.index-axis{grid-template-columns:75px minmax(0,.9fr) minmax(0,1.2fr);gap:55px}}
@media(max-width:1100px){.index-axis{grid-template-columns:45px minmax(0,1fr) minmax(0,1fr);gap:20px}}
@media(max-width:760px){.index-axis{grid-template-columns:28px 1fr;gap:14px}.index-axis span:nth-child(2){display:none}.index-axis span:last-child{font-size:12px}}

/* Final reading pass: one clear hierarchy, full-width figures, deliberate line lengths. */
.site-head nav :is(a,button.view-control) {white-space:nowrap}
.site-head nav sup {display:inline;margin-left:3px}
.orbit-graph {touch-action:pan-y pinch-zoom;cursor:grab}
.orbit-graph.is-dragging {cursor:grabbing;user-select:none}
.graph-hint {font:12px/1.6 var(--mono);color:var(--muted);margin:2px 0 8px}
.graph-caption {margin-top:0;line-height:1.6}
.graph-caption span {display:inline-block;margin-top:5px}
.graph-selection {transition:border-color .2s}
.graph-wrap:focus-within .graph-selection {border-color:var(--blue)}
.project-content p {max-width:70ch}
.project-content h2,.project-content h3 {text-wrap:balance;word-break:normal;overflow-wrap:normal}
.project-content .ai-formula {gap:20px;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr)}
.project-content .ai-formula h3 {font-size:clamp(20px,2.1vw,27px);line-height:1.35;margin-top:9px}
.project-content .ai-dialogue {grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);gap:24px}
.project-content .ai-dialogue h3 {font-size:25px;line-height:1.35;margin:10px 0}
.project-content .ai-result {margin-top:10px;padding:25px}
.project-content .ai-result h3 {margin-bottom:12px}
.project-content .system-branch h3 {font-size:24px;line-height:1.3;min-height:2.6em;margin:10px 0 24px}
.project-content .system-branch section {padding:14px 0;border-top:1px solid var(--line)}
.project-content .system-branch h4 {line-height:1.55;margin-bottom:12px}
.project-content .system-branch ul {padding-left:17px}
.project-content img[data-enlarge] {cursor:zoom-in;transition:outline-offset .15s}
.project-content img[data-enlarge]:focus-visible {outline:2px solid var(--blue);outline-offset:5px}
.image-reading-hint {font:12px/1.6 var(--mono);color:var(--muted);margin:28px 0 -12px}
body.image-open {overflow:hidden}
.figure-viewer {position:fixed;inset:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:var(--paper);color:var(--ink)}
.figure-viewer[open] {display:grid;grid-template-rows:auto minmax(0,1fr) auto}
.figure-toolbar {display:flex;align-items:center;gap:20px;padding:12px 24px;border-bottom:1px solid var(--line);font:12px/1.5 var(--mono)}
.figure-toolbar>span {margin-right:auto}
.figure-toolbar button {padding:10px 4px;min-height:44px;font:14px/1.4 var(--sans)}
.figure-toolbar button:hover {color:var(--blue)}
.figure-viewport {overflow:auto;overscroll-behavior:contain;display:grid;place-items:center;padding:24px;min-height:0;background:#e9eff2}
.figure-viewport img {display:block;width:auto;height:auto;max-width:100%;max-height:calc(100dvh - 180px);object-fit:contain}
.figure-viewer.is-enlarged .figure-viewport {display:block}
.figure-viewer.is-enlarged img {max-width:none;max-height:none;height:auto}
.figure-caption {font:12px/1.6 var(--mono);padding:14px 24px;max-height:100px;overflow:auto;border-top:1px solid var(--line);margin:0}
.time-event {font-size:12px;line-height:1.5;max-width:195px}
.time-event span {font-size:11px}
.time-today {font-size:12px;line-height:1.6}
.plot-point.now:after {font-size:10px}
.time-event[data-project] {min-height:44px}
.time-event[data-project]:focus-visible {outline:2px solid #d3e0ff;outline-offset:3px}
@media(min-width:761px) and (max-height:850px) {
  .orbit-sticky {height:auto;min-height:780px}
  .orbit-graph {height:360px}
}
@media(min-width:761px) and (max-width:1000px) {
  .project-content .system-branches {grid-template-columns:1fr;padding-top:0}
  .project-content .system-branches:before,.project-content .system-branch:before {display:none}
  .project-content .system-branch h3 {min-height:0}
  .project-content .ai-formula {gap:12px}
}
@media(max-width:760px) {
  .site-head {gap:18px}.site-head nav {gap:17px;font-size:13px}.site-head nav sup {display:none}
  .orbit-copy {display:block;padding:22px 0 12px}
  .orbit-copy>.micro {margin:0 0 20px;font-size:11px}
  .orbit-copy h1.projection-title {font-size:clamp(48px,12.4vw,72px);line-height:.98;margin:0 0 22px;max-width:100%}
  .projection-title .title-line {display:inline}.projection-title .title-return {display:flex;gap:.1em}
  .orbit-copy .lead {font-size:18px;line-height:1.45;max-width:none;margin:0 0 18px}
  .orbit-copy .lead br {display:none}
  .coordinate-readout {margin:0 0 14px;font-size:12px;line-height:1.7}
  .orbit-copy .underlink {margin-top:0;min-height:40px;display:inline-flex;align-items:center}
  .graph-meta {padding-top:12px}
  .orbit-graph {height:350px;margin-bottom:80px}
  .graph-selection {top:100%;bottom:auto;left:0;right:0;max-width:none;border-left:0;border-bottom:1px solid var(--line);padding:12px 0;min-height:74px;background:var(--paper)}
  .graph-selection .micro {font-size:11px}.graph-selection p {font-size:14px;margin-top:4px}
  .graph-controls {padding-top:4px}.graph-hint {font-size:11px;margin-top:4px}
  .chapter-foot {padding-top:22px}.chapter-foot span:last-child {display:none}
  .entry-image.strategy {height:auto;min-height:240px}
  .time-toolbar {align-items:start;flex-wrap:wrap;row-gap:10px}
  .time-event {font-size:12px;max-width:145px;line-height:1.45}
  .time-event span {font-size:11px}
  .time-notes .temporal-copy {padding-left:0}
  .project-content p {max-width:none}
  .project-content h2 br {display:none}
  .project-content h2 br+em:before {content:" "}
  .project-content .ai-cycle {padding:20px}
  .project-content .ai-formula {grid-template-columns:1fr;gap:14px;text-align:left}
  .project-content .ai-formula>div {border-left:1px solid var(--line);padding:0 0 0 16px}
  .project-content .ai-formula b {justify-self:start;margin-left:16px}
  .project-content .ai-formula h3 {font-size:23px;margin-bottom:0}
  .project-content .ai-dialogue {grid-template-columns:1fr;gap:16px}
  .project-content .ai-dialogue>b {justify-self:start;margin-left:16px}
  .project-content .ai-dialogue h3 {font-size:23px}
  .project-content .ai-result {padding:20px;margin-top:15px}
  .project-content .system-branch h3 {min-height:0;margin-bottom:20px}
  .project-content .rule,.project-content .diagram-flow>li,.project-content .process-steps>li {padding:20px}
  .project-content .architecture-list>div {grid-template-columns:1fr;gap:6px;padding-block:20px}
  .project-content .architecture-list dt {font:12px/1.6 var(--mono);text-transform:uppercase}
  .project-content .question-pull {font-size:23px;line-height:1.5;padding-left:20px}
  .project-content .carry-note {padding:24px}
  .project-content .carry-note h2 {font-size:26px}
  .figure-toolbar {padding:10px 16px;gap:16px;font-size:11px}
  .figure-toolbar button {font-size:13px}
  .figure-viewport {padding:16px}
  .figure-caption {padding:12px 16px;font-size:12px}
  .purpose-quote .quote-line {text-wrap:pretty}
}
@media(max-width:380px) {
  .site-head {padding-inline:18px;gap:12px}.identity {gap:7px;font-size:12px}.identity img {width:25px}
  .site-head nav {gap:12px;font-size:12px}
  .orbit-copy h1.projection-title {font-size:48px}
  .orbit-graph {height:320px}
  .graph-controls {grid-template-columns:1fr}.angle-control {flex-direction:row;align-items:center;gap:14px;min-height:44px}.angle-control span {white-space:nowrap}.angle-control input {min-width:0}
  .return-button {grid-column:1}
  .entry-copy h3 {font-size:27px}
  .plate-system {grid-template-columns:1fr;gap:18px}.system-total {font-size:64px}.system-total small {display:inline-block;max-width:9ch;margin-left:10px}
  .plate-system>div {display:flex;gap:16px;border:0;padding:0}.plate-system>div span {flex:1}.plate-system>div span:before {display:none}
  .time-controls label>span {display:none}
  .about-grid h2 {font-size:32px}
  .figure-toolbar>span {font-size:10px}
}
@media(prefers-reduced-motion:reduce) {
  .graph-selection,.project-content img[data-enlarge] {transition:none}
}

/* View controls keep the typography and layout of the original navigation. */
.view-control {padding:0;text-align:inherit}
.view-control.underlink {padding:5px 0}
.project-entry {position:relative;width:100%;text-align:left}
button.entry-open {width:100%;text-align:left}
button.entry-open::after {content:"";position:absolute;inset:0;z-index:3;cursor:pointer}
.project-entry:has(.entry-open:focus-visible) {outline:2px solid var(--blue);outline-offset:5px}
@media(max-width:760px){.view-control.underlink {padding:2px 0}}
