:root{--color-ivory: #faf7f2;--color-warm-white: #fffdf8;--color-charcoal: #1f1f1f;--color-graphite: #2a2927;--color-stone: #8e8e8a;--color-soft-stone: #e5e0d8;--color-camel: #c49a6c;--color-sage: #a6b49a;--color-moss: #6f7f61;--color-ochre: #b88a45;--color-clay: #a66452;--bg-main: var(--color-ivory);--bg-card: var(--color-warm-white);--text-primary: var(--color-charcoal);--text-secondary: var(--color-graphite);--border-subtle: rgba(42, 41, 39, .14);--accent-primary: var(--color-camel);--accent-product-esg: var(--color-moss);--bg: var(--bg-main);--surface: var(--bg-card);--surface-soft: #f5efe6;--surface-muted: var(--color-soft-stone);--text: var(--text-primary);--muted: #676662;--accent: var(--accent-primary);--accent-warm: var(--color-clay);--accent-sand: var(--color-ochre);--border: var(--border-subtle);--border-soft: rgba(42, 41, 39, .08);--shadow: 0 26px 70px rgba(31, 31, 31, .08);--shadow-soft: 0 10px 34px rgba(31, 31, 31, .045);--font-serif: Literata, Georgia, serif;--font-sans: Inter, "Segoe UI", sans-serif;--max-width: 1560px;--content-width: 820px;--section-space: clamp(5rem, 10vw, 9rem);--gutter: clamp(1rem, 4vw, 2.5rem)}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{position:relative;min-width:320px;background:var(--bg-main);color:var(--text);font-family:var(--font-sans);line-height:1.62}body:before{content:"";position:fixed;inset:0;z-index:-1;background:repeating-linear-gradient(90deg,rgba(42,41,39,.045) 0,rgba(42,41,39,.045) 1px,transparent 1px,transparent 74px),repeating-linear-gradient(0deg,rgba(42,41,39,.035) 0,rgba(42,41,39,.035) 1px,transparent 1px,transparent 74px);opacity:.26;pointer-events:none}a{color:inherit}a:focus-visible,button:focus-visible{outline:2px solid rgba(196,154,108,.74);outline-offset:4px}h1,h2,h3{margin:0;color:var(--text);font-family:var(--font-sans);font-weight:750;letter-spacing:0;line-height:1.08}p{margin:0}img{display:block;max-width:100%}.page-shell{width:min(var(--max-width),100%);margin:0 auto;padding:0 var(--gutter) clamp(2.8rem,6vw,5rem)}.site-header{position:sticky;top:0;z-index:20;width:100%;border-bottom:1px solid var(--border-soft);background:#faf7f2db;backdrop-filter:blur(20px)}.site-header__inner,.site-nav{display:flex;min-height:60px;width:min(var(--max-width),100%);margin:0 auto;padding:0 var(--gutter);align-items:center;justify-content:space-between;gap:clamp(1rem,3vw,2.5rem);flex-wrap:wrap}.brand{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);font-family:var(--font-sans);font-size:1.02rem;font-weight:800;line-height:1;text-decoration:none;transition:color .18s ease,transform .18s ease}.brand:hover,.brand:focus-visible{color:var(--text);transform:none}.brand-mark{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;gap:.18rem;border:1px solid rgba(42,41,39,.16);border-radius:999px;color:var(--text);background:#fffdf8c7;font-family:var(--font-sans);font-size:.74rem;font-weight:800;letter-spacing:.02em;transition:border-color .18s ease,background .18s ease,transform .18s ease}.brand-mark__dot{width:4px;height:4px;border-radius:999px;background:var(--accent-primary)}.brand:hover .brand-mark,.brand:focus-visible .brand-mark{transform:rotate(-3deg);border-color:#c49a6c80;background:var(--bg-card)}.brand-wordmark{display:inline-block}.nav-links{position:relative;display:flex;align-items:center;gap:.18rem;flex-wrap:wrap}.nav-link{position:relative;display:inline-flex;align-items:center;min-height:34px;padding:.45rem .72rem;color:var(--text-secondary);font-size:.68rem;font-weight:700;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:color .16s ease,background .16s ease,transform .16s ease}.nav-link:after{content:"";position:absolute;right:.72rem;bottom:.32rem;left:.72rem;height:1px;transform:scaleX(0);transform-origin:left;background:var(--accent-primary);opacity:.88;transition:transform .18s ease}.nav-link:hover,.nav-link:focus-visible,.nav-link.is-active{color:var(--text);background:transparent;transform:translateY(-1px)}.nav-link.is-active{color:var(--text)}.nav-link:hover:after,.nav-link:focus-visible:after,.nav-link.is-active:after{transform:scaleX(1)}main{padding-top:2.3rem}.kicker{margin:0 0 .72rem;color:var(--accent-primary);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.button{position:relative;display:inline-flex;width:fit-content;min-height:44px;align-items:center;justify-content:center;border:1px solid rgba(196,154,108,.38);border-radius:999px;padding:.66rem 1.12rem;color:var(--text);background:#fffdf89e;font-weight:800;text-decoration:none;overflow:hidden;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.button:after{content:"→";margin-left:.5rem;transform:translate(0);transition:transform .16s ease}.button:hover{transform:translateY(-1px);border-color:#c49a6cb8;background:var(--bg-card)}.button:hover:after,.button:focus-visible:after{transform:translate(4px)}.button--primary{color:var(--bg-card);border-color:var(--color-graphite);background:var(--color-graphite)}.button--primary:hover{color:var(--bg-card);background:var(--color-charcoal)}.button--quiet{background:transparent}.hero-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:clamp(1.4rem,3vw,2rem)}.home-page{padding-top:0}.hero-split{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1.4rem,3vw,3rem);align-items:end;min-height:min(780px,calc(100svh - 68px));padding:clamp(3rem,6.5vw,7rem) 0 clamp(4.2rem,8vw,7.6rem);border-bottom:1px solid var(--border)}.hero-split:before{content:"";position:absolute;top:clamp(2.6rem,7vw,6.5rem);right:0;left:0;height:1px;background:linear-gradient(90deg,transparent,rgba(42,41,39,.14),transparent)}.hero-split__copy{z-index:3;grid-column:1 / span 7;grid-row:1;max-width:940px;padding-bottom:clamp(1.2rem,4vw,3rem)}.hero-split h1{max-width:15ch;font-size:clamp(3rem,4.5vw,3.5rem);line-height:1.02;letter-spacing:-.01em}.hero-split__subtitle{max-width:42rem;margin-top:clamp(1rem,2vw,1.35rem);color:var(--muted);font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.58}.hero-split__statement{display:none}.hero-split__stage{position:relative;isolation:isolate;grid-column:8 / -1;grid-row:1;align-self:stretch;min-height:660px}.hero-split__stage:before{content:"";position:absolute;inset:8% -2% -5% 14%;z-index:-1;border:1px solid rgba(42,41,39,.13);border-radius:8px;background:linear-gradient(180deg,#e5e0d880,#fffdf82e),repeating-linear-gradient(90deg,rgba(42,41,39,.08) 0,rgba(42,41,39,.08) 1px,transparent 1px,transparent 34px)}.hero-split__rule{position:absolute;top:13%;right:8%;left:-14%;z-index:4;height:1px;background:#fffdf89e}.hero-split__visual{position:relative;isolation:isolate;width:100%;aspect-ratio:4 / 5;height:100%;min-height:inherit;margin:0;overflow:hidden;border-radius:8px 8px 3px;background:var(--color-graphite);box-shadow:0 42px 96px #1f1f1f29,0 0 0 1px #2a292714;transition:box-shadow .22s ease,transform .22s ease}.hero-split__visual:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#1f1f1f05,#1f1f1f4f),linear-gradient(90deg,#fffdf81f,#1f1f1f33);pointer-events:none}.hero-split__visual:after{content:"";position:absolute;inset:1rem;z-index:2;border:1px solid rgba(255,253,248,.22);border-radius:6px 6px 2px;pointer-events:none}.hero-split__visual img{width:100%;height:100%;object-fit:cover;object-position:42% center;filter:saturate(.58) contrast(1) brightness(.88);transform:scale(1.035);transition:transform .52s ease}.hero-split__visual figcaption{position:absolute;right:1.35rem;bottom:1.25rem;z-index:3;border-radius:999px;padding:.36rem .62rem;color:#fffdf8e0;background:#1f1f1f70;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;backdrop-filter:blur(12px)}.hero-split__stage:hover .hero-split__visual{transform:translateY(-7px) rotate(.25deg);box-shadow:0 46px 108px #1f1f1f33,0 0 0 1px #2a29271a}.hero-split__stage:hover .hero-split__visual img{transform:scale(1.055)}.hero-data-mark{position:absolute;z-index:4;border:1px solid rgba(42,41,39,.16);border-radius:999px;padding:.42rem .62rem;color:var(--text);background:#fffdf8e0;box-shadow:0 16px 38px #1f1f1f17;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:transform .2s ease}.hero-data-mark--one{top:10%;left:-1.25rem}.hero-data-mark--two{right:-.95rem;bottom:31%}.hero-data-mark--three{bottom:8%;left:17%}.hero-data-mark--four{top:34%;left:9%;color:#fffdf8e6;background:#2a29276b;border-color:#fffdf82e}.hero-split__stage:hover .hero-data-mark--one{transform:translate(-5px,-4px)}.hero-split__stage:hover .hero-data-mark--two{transform:translate(5px,-5px)}.hero-split__stage:hover .hero-data-mark--three{transform:translateY(5px)}.home-section{padding:clamp(4.2rem,9vw,8.4rem) 0;border-bottom:1px solid var(--border)}.editorial-statement-v2{display:grid;grid-template-columns:minmax(0,.74fr) minmax(230px,.26fr);gap:clamp(2rem,6vw,6rem);align-items:end;padding:clamp(3rem,6vw,5.4rem) 0;border-bottom:1px solid var(--border)}.editorial-statement-v2 p{max-width:42ch;font-family:var(--font-sans);font-size:clamp(1.65rem,3vw,2.7rem);font-weight:650;line-height:1.14}.editorial-statement-v2 span{justify-self:end;max-width:13rem;border-top:1px solid rgba(196,154,108,.44);padding-top:.82rem;color:var(--accent-primary);font-size:.72rem;font-weight:900;letter-spacing:.08em;line-height:1.45;text-align:right;text-transform:uppercase}.home-section--project{padding-top:clamp(5.2rem,10vw,10rem);padding-bottom:clamp(5.2rem,10vw,9.4rem)}.project-feature{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.48fr);gap:clamp(2.4rem,7vw,7rem);align-items:stretch;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:clamp(2rem,5vw,4rem) 0;color:inherit;text-decoration:none;transition:background .2s ease,transform .2s ease}.project-feature:before{content:"";position:absolute;top:clamp(2rem,5vw,4rem);bottom:clamp(2rem,5vw,4rem);left:0;width:3px;background:linear-gradient(180deg,var(--accent-primary),rgba(196,154,108,.08));transform-origin:top;transition:transform .22s ease}.project-feature__copy{display:grid;align-content:center;min-height:520px;padding-left:clamp(1rem,2vw,1.5rem)}.project-feature h2{max-width:18ch;font-size:clamp(2rem,4vw,3.4rem);line-height:1.06;letter-spacing:-.01em}.project-feature__copy>p:not(.kicker){max-width:47rem;margin-top:clamp(1.1rem,2vw,1.55rem);color:var(--muted);font-size:clamp(.98rem,1.25vw,1.1rem);line-height:1.62}.project-feature__actions{display:flex;gap:.72rem;align-items:center;flex-wrap:wrap;margin-top:clamp(1.35rem,3vw,2.25rem)}.project-feature__visual{position:relative;min-height:520px;overflow:hidden;border-radius:8px;background:linear-gradient(180deg,#fffdf8e6,#e5e0d894),repeating-linear-gradient(90deg,rgba(42,41,39,.08) 0,rgba(42,41,39,.08) 1px,transparent 1px,transparent 54px);box-shadow:0 24px 70px #1f1f1f13,0 0 0 1px #2a29271c;transition:box-shadow .2s ease,transform .2s ease}.project-feature__visual:before{content:"";position:absolute;inset:13% 11%;border:1px solid rgba(42,41,39,.18);border-radius:6px}.project-feature__visual:after{content:"";position:absolute;right:12%;bottom:16%;width:46%;height:36%;border-radius:8px;background:linear-gradient(135deg,#6f7f612e,#c49a6c1a),repeating-linear-gradient(0deg,rgba(42,41,39,.12) 0,rgba(42,41,39,.12) 1px,transparent 1px,transparent 20px)}.project-feature__axis{position:absolute;left:16%;right:16%;height:1px;background:#2a29272e}.project-feature__axis--one{top:28%}.project-feature__axis--two{top:49%}.project-feature__axis--three{top:70%}.project-feature__trace{position:absolute;left:17%;width:66%;height:3px;border-radius:999px;transform-origin:left center}.project-feature__trace--one{top:46%;background:var(--accent-product-esg);transform:rotate(-7deg)}.project-feature__trace--two{top:58%;background:var(--accent-primary);transform:rotate(12deg)}.project-feature__note{position:absolute;left:14%;top:15%;color:var(--accent-primary);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.project-feature__caption{position:absolute;left:14%;bottom:14%;max-width:14rem;color:var(--muted);font-size:.82rem;font-weight:800;line-height:1.3;text-transform:uppercase}.project-feature:hover,.project-feature:focus-visible{color:var(--text);transform:translateY(-2px)}.project-feature:hover:before,.project-feature:focus-visible:before{transform:scaleY(1.08)}.project-feature:hover .project-feature__visual,.project-feature:focus-visible .project-feature__visual{transform:translate(10px,-10px);box-shadow:0 30px 76px #1f1f1f1c,0 0 0 1px #c49a6c3d}.project-feature:hover .button:after,.project-feature:focus-visible .button:after{transform:translate(4px)}.editorial-index-head{display:grid;grid-template-columns:minmax(0,.72fr) minmax(260px,.42fr);gap:clamp(1.5rem,5vw,5rem);align-items:end;margin-bottom:clamp(1.8rem,4vw,3rem)}.filter-chips--home{margin-top:calc(clamp(1.8rem,4vw,3rem)*-.45);margin-bottom:clamp(1.5rem,3vw,2.4rem)}.editorial-index-head h2{max-width:15ch;font-size:clamp(2rem,4vw,3.1rem);line-height:1.08;letter-spacing:-.01em}.editorial-index-head p:not(.kicker){max-width:31rem;color:var(--muted);font-size:clamp(.98rem,1.3vw,1.15rem);line-height:1.62}.editorial-notes-list{border-top:1px solid var(--border)}.editorial-note-row__link{position:relative;display:grid;grid-template-columns:4rem minmax(0,1fr) minmax(180px,.28fr) 2.8rem;gap:clamp(1rem,4vw,3.2rem);align-items:start;padding:clamp(1.55rem,3.6vw,2.7rem) 0;border-bottom:1px solid var(--border);text-decoration:none;transition:background .17s ease,color .17s ease,padding-left .17s ease}.editorial-note-row__link:after{content:"→";grid-column:4;align-self:center;justify-self:end;color:var(--accent-primary);font-size:1.05rem;font-weight:900;opacity:.58;transform:translate(-8px);transition:opacity .17s ease,transform .17s ease}.editorial-note-row__link:hover{color:var(--text);background:#fffdf87a;padding-left:.5rem}.editorial-note-row__link:hover:after,.editorial-note-row__link:focus-visible:after{opacity:1;transform:translate(0)}.editorial-note-row__link:focus-visible{background:#fffdf89e;color:var(--text)}.editorial-note-row__index{color:#c49a6ce6;font-size:.78rem;font-weight:900;letter-spacing:.08em}.editorial-note-row h3{max-width:20ch;font-size:clamp(1.45rem,2.6vw,2.35rem);line-height:1.1}.editorial-note-row__summary{display:block;max-width:43rem;margin-top:.82rem;color:var(--muted);font-size:clamp(.95rem,1.25vw,1.08rem);line-height:1.55}.editorial-note-row__meta{display:grid;gap:.45rem;justify-items:end;color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.04em;line-height:1.35;text-align:right;text-transform:uppercase}.editorial-notes-link{margin-top:1.3rem}.method-manifesto-head{display:grid;grid-template-columns:minmax(0,.68fr) minmax(260px,.32fr);align-items:end;gap:clamp(1.5rem,5vw,4rem);margin-bottom:clamp(1.5rem,4vw,2.8rem)}.method-manifesto-head h2{max-width:13ch;font-size:clamp(2rem,3.6vw,3rem);line-height:1.08;letter-spacing:-.01em}.method-manifesto{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.method-manifesto article{position:relative;padding:clamp(1.15rem,2.6vw,2rem) clamp(.9rem,2vw,1.35rem);transition:background .17s ease,transform .17s ease}.method-manifesto article:hover{background:#fffdf85c;transform:translateY(-2px)}.method-manifesto article+article{border-left:1px solid var(--border)}.method-manifesto span{display:block;margin-bottom:1rem;color:#c49a6ceb;font-size:.74rem;font-weight:900;letter-spacing:.08em}.method-manifesto h3{font-family:var(--font-sans);font-size:clamp(1rem,1.3vw,1.14rem);font-weight:900}.method-manifesto p{margin-top:.62rem;color:var(--muted);font-size:.92rem;line-height:1.55}.home-hero{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1rem,3vw,2rem);align-items:end;min-height:clamp(620px,78svh,840px);margin:clamp(1.5rem,4vw,3rem) 0 clamp(3.2rem,7vw,5.8rem)}.home-hero-copy{z-index:2;grid-column:1 / span 8;grid-row:1;max-width:980px;padding-bottom:clamp(1.4rem,5vw,4.5rem)}.home-hero h1{max-width:10.6ch;font-size:clamp(3rem,4.5vw,3.5rem);line-height:1.04}.home-hero-subtitle{max-width:43rem;margin-top:clamp(1.1rem,2vw,1.6rem);color:var(--muted);font-size:clamp(1rem,1.25vw,1.14rem);line-height:1.58}.home-hero-media{position:relative;grid-column:7 / -1;grid-row:1;align-self:stretch;min-height:clamp(440px,70vh,760px);margin:0;overflow:hidden;border:1px solid var(--border-soft);border-radius:10px;background:var(--color-graphite);box-shadow:var(--shadow)}.home-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fffdf805,#1f1f1f2e),linear-gradient(90deg,#1f1f1f05,#1f1f1f57);pointer-events:none}.home-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.64) contrast(.98) brightness(.88);transform:scale(1.02)}.editorial-statement{max-width:1020px;margin:0 0 var(--section-space);border-top:1px solid var(--border);padding-top:clamp(1.5rem,4vw,2.5rem)}.editorial-statement p{max-width:26ch;font-family:var(--font-sans);font-size:clamp(1.55rem,3vw,2.5rem);font-weight:650;line-height:1.16}.article-hero{max-width:var(--content-width);margin-bottom:3.2rem}.article-hero h1{max-width:18ch;font-size:clamp(2.35rem,4vw,3.4rem);line-height:1.08}.article-hero p{max-width:68ch;margin-top:.9rem;color:var(--muted);font-size:1rem}.article-hero--project{max-width:980px;margin-bottom:var(--section-space)}.article-hero--project h1{max-width:16ch}.project-status{max-width:820px;border-left:2px solid rgba(196,154,108,.48);padding-left:.95rem}.section-block{margin-bottom:var(--section-space)}.section-block+.section-block{border-top:1px solid var(--border);padding-top:clamp(3.2rem,7vw,5rem)}.section-head{margin-bottom:1.45rem}.section-head h2{max-width:24ch;font-size:clamp(1.8rem,3.2vw,2.7rem);line-height:1.12}.section-copy{max-width:46rem;margin-top:.75rem;color:var(--muted);font-size:1rem}.feature-block{position:relative;display:grid;grid-template-columns:minmax(0,.88fr) minmax(320px,1fr);gap:clamp(1.6rem,5vw,4rem);align-items:start;padding:clamp(2.4rem,6vw,5rem) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.feature-block .section-head{margin-bottom:0}.feature-block .section-head h2{max-width:18ch;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.feature-block__body{display:grid;gap:1.2rem;max-width:520px;padding-top:.4rem}.feature-block__body p:not(.status-label){color:var(--muted);font-size:clamp(.98rem,1.25vw,1.1rem);line-height:1.62}.feature-card,.note-card,.projects-grid article{border:1px solid var(--border-soft);border-radius:8px;background:#fffdf894;box-shadow:var(--shadow-soft)}.feature-card{display:grid;max-width:820px;gap:1rem;padding:1.5rem}.project-list-card{max-width:760px}.status-label{width:fit-content;border:1px solid rgba(111,127,97,.28);border-radius:999px;padding:.2rem .56rem;color:#536046;background:#a6b49a29;font-size:.76rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.notes-grid{display:block;border-top:1px solid var(--border)}.note-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,.72fr) auto;gap:clamp(1rem,4vw,2.4rem);min-height:0;align-items:start;border:0;border-bottom:1px solid var(--border);border-radius:0;padding:clamp(1.35rem,3.4vw,2.15rem) 0;background:transparent;box-shadow:none;transition:color .16s ease,opacity .16s ease}.note-card:hover{color:var(--text);transform:none;box-shadow:none}.note-card h2,.note-card h3{max-width:20ch;font-size:clamp(1.45rem,2.8vw,2.35rem);line-height:1.12}.note-card h2 a,.note-card h3 a{text-decoration:none}.note-card p{margin-top:0;color:var(--muted);font-size:.98rem;line-height:1.56}.note-meta{margin-top:.15rem;padding-top:0;color:var(--muted);font-size:.8rem;font-weight:800;text-align:right;text-transform:uppercase}.archive-hero{display:grid;grid-template-columns:minmax(0,.74fr) minmax(260px,.32fr);gap:clamp(2rem,6vw,6rem);align-items:end;margin-bottom:clamp(2.5rem,6vw,5rem);padding:clamp(2rem,6vw,6rem) 0 clamp(2.2rem,5vw,4.5rem);border-bottom:1px solid var(--border)}.archive-hero .kicker,.archive-hero h1{grid-column:1}.archive-hero p:not(.kicker),.archive-hero .filter-chips{grid-column:2}.archive-hero h1{max-width:16ch;font-size:clamp(2.4rem,4.5vw,3.3rem);line-height:1.06;letter-spacing:-.01em}.archive-hero p:not(.kicker){max-width:36rem;color:var(--muted);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.6}.filter-chips{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin-top:1.35rem}.filter-chips span{border:1px solid var(--border-subtle);border-radius:999px;padding:.42rem .68rem;color:var(--muted);background:#fffdf87a;font-size:.78rem;font-weight:800}.archive-list{border-top:1px solid var(--border)}.archive-row__link{display:grid;grid-template-columns:3.4rem minmax(96px,.22fr) minmax(0,1fr) 4.4rem;gap:clamp(1rem,3vw,2.6rem);align-items:center;border-bottom:1px solid var(--border);padding:clamp(1.4rem,3.6vw,2.6rem) 0;color:inherit;text-decoration:none;transition:background .17s ease,color .17s ease,padding-left .17s ease}.archive-row__link:hover,.archive-row__link:focus-visible{color:var(--text);background:#fffdf87a;padding-left:.5rem}.archive-row__count{align-self:start;color:#c49a6ce6;font-size:.78rem;font-weight:900;letter-spacing:.08em}.archive-row__visual{position:relative;display:grid;min-height:112px;place-items:end start;overflow:hidden;border-radius:10px;padding:.85rem;background:linear-gradient(135deg,#6f7f611f,#c49a6c1a),repeating-linear-gradient(90deg,rgba(42,41,39,.09) 0,rgba(42,41,39,.09) 1px,transparent 1px,transparent 22px);box-shadow:inset 0 0 0 1px #2a29271c;transition:transform .18s ease}.archive-row__visual:after{content:"";position:absolute;inset:14%;border:1px solid rgba(255,253,248,.62);border-radius:8px}.archive-row__visual span{position:relative;z-index:1;color:#2a2927c2;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.archive-row__link:hover .archive-row__visual,.archive-row__link:focus-visible .archive-row__visual{transform:translateY(-4px) rotate(-.5deg)}.archive-row__body{display:grid;gap:.58rem}.archive-row__body h2{max-width:22ch;font-size:clamp(1.55rem,3vw,2.5rem);line-height:1.1}.archive-row__meta{display:flex;gap:.75rem;flex-wrap:wrap;color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.archive-row__summary{max-width:42rem;color:var(--muted);font-size:1rem;line-height:1.55}.archive-row__arrow{justify-self:end;color:var(--muted);font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transform:translate(-5px);opacity:.68;transition:opacity .17s ease,transform .17s ease}.archive-row__arrow:after{content:"→";margin-left:.38rem}.archive-row__link:hover .archive-row__arrow,.archive-row__link:focus-visible .archive-row__arrow{opacity:1;transform:translate(0)}.archive-list--compact .archive-row__link{grid-template-columns:2.6rem minmax(0,1fr) 4rem}.archive-list--compact .archive-row__visual{display:none}.archive-list--compact .archive-row__body h2{font-size:clamp(1.35rem,2.4vw,2rem)}.subtle-link{margin-top:1rem}.subtle-link a{color:var(--accent-primary);font-weight:800;text-decoration:none}.method-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));counter-reset:method;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.method-strip article{position:relative;padding:clamp(1.35rem,3vw,2.2rem) clamp(1rem,2vw,1.4rem)}.method-strip article+article{border-left:1px solid var(--border)}.method-strip h2,.method-strip h3{font-family:var(--font-sans);font-size:clamp(1rem,1.5vw,1.15rem);font-weight:800}.method-strip article:before{counter-increment:method;content:"0" counter(method);display:block;margin-bottom:1.05rem;color:var(--accent-warm);font-size:.72rem;font-weight:900}.method-strip p{margin-top:.7rem;color:var(--muted);font-size:.94rem;line-height:1.55}.projects-grid{display:grid;gap:1rem}.projects-grid h2{margin-bottom:.3rem;font-size:1.55rem}.chapter{margin-bottom:var(--section-space)}.chapter+.chapter{border-top:1px solid var(--border);padding-top:clamp(3rem,7vw,5rem)}.chapter-head{max-width:860px;margin-bottom:.8rem}.chapter-head h2{max-width:23ch;font-size:clamp(1.8rem,3vw,2.45rem);line-height:1.12}.chapter-copy{max-width:48rem;color:var(--muted);font-size:1rem}.cards{display:grid;gap:1.2rem}.cards--chapter{margin-top:1.7rem}.chart-card{display:grid;gap:.85rem;padding:clamp(1.1rem,3vw,1.75rem);border:1px solid var(--border-soft);border-radius:10px;background:#fffdf8a3;box-shadow:0 1px #2a29270b;transition:border-color .17s ease,box-shadow .17s ease,transform .17s ease}.chart-card:hover,.chart-card:focus-within{transform:translateY(-3px);border-color:#c49a6c52;box-shadow:0 18px 48px #1f1f1f12}.chart-card h2{max-width:42ch;font-family:var(--font-sans);font-size:1.08rem;font-weight:800;line-height:1.28}.meta-row{display:flex;align-items:center;gap:.32rem .48rem;flex-wrap:wrap}.meta-chip{border-radius:999px;padding:.12rem .36rem;color:var(--muted);background:#e5e0d873;font-size:.72rem}.meta-chip.meta-chip--source{border-radius:999px;padding:.16rem .42rem;color:#536046;background:#a6b49a2e;font-weight:800}.meta-chip.meta-chip--status{color:#7b5a24;background:#b88a4521;font-weight:800}.meta-chip a{text-decoration:none}.mock-note{color:var(--muted);font-size:.84rem}.reading-list{max-width:760px;margin:1.05rem 0 0;padding-left:1.2rem}.reading-list li{margin:.56rem 0;color:var(--muted)}.chapter--appendix{margin-top:0}.freshness-table{margin-top:1.2rem;overflow-x:auto;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1rem 0}.freshness-table h2{font-family:var(--font-sans);font-size:1rem;font-weight:800}.freshness-table .mock-note{margin-top:.25rem}.note-article{width:min(1080px,100%);margin:0 auto;padding:clamp(.6rem,2vw,1.2rem) .2rem 2rem}.return-link{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:clamp(1.2rem,3vw,2rem);color:var(--muted);font-size:.78rem;font-weight:900;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.return-link:before{content:"←"}.return-link:hover,.return-link:focus-visible{color:var(--accent-primary)}.note-hero{display:grid;grid-template-columns:minmax(0,.78fr) minmax(220px,.22fr);gap:clamp(2rem,6vw,5rem);align-items:stretch;margin-bottom:clamp(2.4rem,6vw,4.6rem);padding-bottom:clamp(2.4rem,5vw,4rem);border-bottom:1px solid var(--border)}.note-hero__copy{display:grid;align-content:end}.note-hero h1{max-width:18ch;font-size:clamp(2.35rem,4.2vw,3.25rem);line-height:1.08;letter-spacing:-.01em}.note-summary{max-width:740px;margin-top:clamp(1rem,2vw,1.35rem);color:var(--muted);font-size:clamp(1rem,1.3vw,1.12rem);line-height:1.62}.note-header-meta{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:1rem;color:var(--muted);font-size:.88rem;font-weight:700}.note-header-meta span:before{content:"/";margin-right:.45rem;color:#8e8e8ab3}.tag-list{display:flex;gap:.45rem;flex-wrap:wrap;margin:1rem 0 0;padding:0;list-style:none}.tag-list li{border:1px solid var(--border-soft);border-radius:999px;padding:.2rem .58rem;color:var(--muted);background:#fffdf885;font-size:.78rem;font-weight:750}.note-hero__mark{position:relative;display:grid;min-height:360px;align-items:end;overflow:hidden;border-radius:14px;padding:1rem;background:linear-gradient(145deg,#6f7f6124,#c49a6c1a),repeating-linear-gradient(0deg,rgba(42,41,39,.09) 0,rgba(42,41,39,.09) 1px,transparent 1px,transparent 26px);box-shadow:inset 0 0 0 1px #2a29271f,0 20px 54px #1f1f1f0f}.note-hero__mark:before{content:"";position:absolute;inset:1rem;border:1px solid rgba(255,253,248,.66);border-radius:10px}.note-hero__mark span{position:relative;z-index:1;color:#2a2927c2;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.note-prose{margin-top:clamp(1.8rem,4vw,2.6rem);color:#1f1f1ff0;font-size:1.02rem;line-height:1.76}.note-prose>p,.note-prose>h2,.note-prose>h3,.note-prose>ul,.note-prose>ol,.note-prose>hr{max-width:720px}.note-prose>p:first-child{font-size:clamp(1.04rem,1.35vw,1.16rem);line-height:1.72}.note-prose h2{margin:clamp(2.4rem,5vw,3.4rem) 0 .78rem;font-size:clamp(1.55rem,2.4vw,2.15rem);line-height:1.18}.note-prose h3{margin:2rem 0 .55rem;font-size:1.08rem;line-height:1.2}.note-prose hr{margin:clamp(2.2rem,5vw,3.2rem) 0;border:0;border-top:1px solid var(--border)}.note-prose p+p,.note-prose p+ul,.note-prose ul+p,.note-prose h2+p{margin-top:.95rem}.note-prose p+p{margin-top:1.05rem}.note-prose ul,.note-prose ol{padding-left:1.2rem}.note-prose li+li{margin-top:.72rem}.more-notes{width:min(1080px,100%);margin:clamp(4rem,8vw,7rem) auto 0;padding-top:clamp(2rem,5vw,3.5rem);border-top:1px solid var(--border)}.more-notes__head{margin-bottom:1.4rem}.more-notes h2{font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.12}.project-hero{display:grid;grid-template-columns:minmax(0,.78fr) minmax(300px,.34fr);gap:clamp(2rem,6vw,5rem);align-items:end;margin-bottom:var(--section-space);padding:clamp(2rem,6vw,6rem) 0 clamp(2.4rem,6vw,5rem);border-bottom:1px solid var(--border)}.project-hero__copy h1{max-width:16ch;font-size:clamp(2.35rem,4.2vw,3.25rem);line-height:1.06;letter-spacing:-.01em}.project-hero__copy p:not(.kicker){max-width:48rem;margin-top:1.1rem;color:var(--muted);font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.62}.project-hero__status{display:grid;gap:1rem;border-left:2px solid rgba(196,154,108,.46);padding-left:1rem}.project-hero__status p{color:var(--muted);font-size:.98rem;line-height:1.62}.prose-table-scroll{width:100%;max-width:100%;margin:clamp(1.4rem,3vw,2rem) 0;overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:#fffdf894;box-shadow:var(--shadow-soft);-webkit-overflow-scrolling:touch}.prose-table-scroll table,.note-prose table,.prose table{width:100%;min-width:760px;margin:0;border-collapse:separate;border-spacing:0}.note-prose th,.note-prose td,.prose th,.prose td{padding:.88rem 1rem;border-bottom:1px solid var(--border-soft);font-size:.92rem;line-height:1.48;text-align:left;vertical-align:top;white-space:normal}.note-prose th,.prose th{color:var(--text);background:#ece5d870;font-weight:800}.note-prose tr:last-child td,.prose tr:last-child td{border-bottom:0}.note-prose th:first-child,.note-prose td:first-child,.prose th:first-child,.prose td:first-child{width:18%;color:var(--text);font-weight:800}.note-prose th:nth-child(2),.note-prose td:nth-child(2),.prose th:nth-child(2),.prose td:nth-child(2){width:32%}.note-prose th:nth-child(3),.note-prose td:nth-child(3),.prose th:nth-child(3),.prose td:nth-child(3){width:50%}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid var(--border);padding:.6rem .42rem;font-size:.88rem;text-align:left;vertical-align:top}th{color:var(--muted);font-weight:800}.site-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(1rem,4vw,3rem);margin-top:clamp(2rem,5vw,4rem);border-top:1px solid var(--border);padding-top:clamp(1.3rem,3vw,2rem);color:var(--muted);font-size:.9rem}.site-footer__brand,.site-footer__meta{display:grid;gap:.75rem}.site-footer__brand p{max-width:20rem;color:var(--text);font-family:var(--font-sans);font-size:clamp(1rem,1.4vw,1.18rem);font-weight:650;line-height:1.28}.site-footer__meta{justify-items:end;text-align:right}.site-footer__meta p{max-width:22rem}.site-footer nav{display:flex;gap:.9rem;flex-wrap:wrap;justify-content:flex-end}.site-footer a{color:var(--text-secondary);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;transition:color .16s ease}.site-footer a:hover,.site-footer a:focus-visible{color:var(--accent-primary)}.brand--footer{width:fit-content;font-size:.98rem}.brand--footer .brand-mark{width:32px;height:32px;font-size:.68rem}@media(max-width:1100px){.hero-split h1{font-size:clamp(2.5rem,5vw,3rem)}.project-feature h2,.editorial-index-head h2,.method-manifesto-head h2{font-size:clamp(2rem,4vw,2.75rem)}.editorial-statement-v2 p{font-size:clamp(1.55rem,3.2vw,2.35rem)}.home-hero h1{font-size:clamp(2.5rem,5vw,3rem)}.section-head h2{font-size:clamp(1.75rem,3.2vw,2.4rem)}}@media(max-width:920px){.hero-split{grid-template-columns:1fr;min-height:auto;gap:2.4rem}.hero-split__copy{grid-column:1;grid-row:auto;max-width:900px}.hero-split h1{max-width:10ch}.hero-split__stage{grid-column:1;grid-row:auto;min-height:430px}.hero-split__visual{aspect-ratio:16 / 10;min-height:360px}.project-feature,.editorial-statement-v2,.editorial-index-head,.method-manifesto-head,.archive-hero,.note-hero,.project-hero{grid-template-columns:1fr}.project-feature__copy{min-height:auto}.project-feature__visual{min-height:340px}.note-hero__mark{min-height:260px}.archive-row__link{grid-template-columns:2.8rem minmax(90px,.25fr) minmax(0,1fr)}.archive-row__arrow{grid-column:3;justify-self:start}.editorial-note-row__link{grid-template-columns:3rem minmax(0,1fr) 2.4rem}.editorial-note-row__meta{grid-column:2;justify-items:start;text-align:left}.editorial-note-row__link:after{grid-column:3;grid-row:1 / span 2}.editorial-statement-v2 span{justify-self:start;text-align:left}.method-manifesto{grid-template-columns:repeat(2,minmax(0,1fr))}.method-manifesto article:nth-child(3){border-left:0}.method-manifesto article:nth-child(n+3){border-top:1px solid var(--border)}.home-hero{grid-template-columns:1fr;gap:2.2rem;min-height:auto}.home-hero-copy{grid-column:1;grid-row:auto;max-width:860px;padding-bottom:0}.home-hero-media{grid-column:1;grid-row:auto;min-height:390px}.feature-block{grid-template-columns:1fr}.notes-grid,.method-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.method-strip article:nth-child(3){border-left:0}.method-strip article:nth-child(n+3){border-top:1px solid var(--border)}}@media(max-width:680px){:root{--section-space: 3.6rem}.page-shell{padding-right:.9rem;padding-left:.9rem}.site-header__inner,.site-nav{min-height:auto;padding-top:.86rem;padding-bottom:.86rem;align-items:flex-start;flex-direction:column;gap:.7rem}.brand{font-size:1rem}.nav-links{width:100%;justify-content:flex-start;gap:.25rem}.nav-links a{font-size:.68rem}.nav-link{min-height:34px;padding:.44rem .55rem}main{padding-top:1.45rem}.home-hero{gap:1.7rem;margin-bottom:3.6rem}.hero-split{padding:2rem 0 3.8rem}.hero-split h1{max-width:100%;font-size:clamp(2rem,9vw,2.35rem)}.hero-split__subtitle{font-size:1rem}.hero-split__statement{font-size:.92rem}.hero-split__visual{aspect-ratio:4 / 5;min-height:330px;border-radius:8px}.hero-split__rule{left:0}.hero-data-mark{font-size:.62rem}.hero-data-mark--one{left:.8rem}.hero-data-mark--two{right:.8rem}.hero-data-mark--four{display:none}.editorial-statement-v2{padding:2.8rem 0}.editorial-statement-v2 p{max-width:100%;font-size:1.65rem}.home-section{padding:3.7rem 0}.project-feature h2,.editorial-index-head h2,.method-manifesto-head h2,.archive-hero h1,.note-hero h1,.project-hero__copy h1{font-size:clamp(2rem,9vw,2.35rem)}.project-feature__visual{min-height:300px;border-radius:8px}.editorial-note-row__link{grid-template-columns:1fr;gap:.78rem;padding:1.55rem 0}.editorial-note-row__link:after{grid-column:auto;grid-row:auto;justify-self:start;transform:translate(0)}.editorial-note-row__link:hover{padding-left:0}.editorial-note-row h3{max-width:100%;font-size:clamp(1.45rem,7vw,1.9rem)}.editorial-note-row__meta{grid-column:auto}.archive-hero{padding-top:2rem}.filter-chips{gap:.4rem}.filter-chips span{padding:.34rem .52rem;font-size:.72rem}.archive-row__link,.archive-list--compact .archive-row__link{grid-template-columns:1fr;gap:.85rem;padding:1.55rem 0}.archive-row__link:hover,.archive-row__link:focus-visible{padding-left:0}.archive-row__visual{min-height:110px}.archive-row__body h2,.archive-list--compact .archive-row__body h2{max-width:100%;font-size:clamp(1.45rem,7vw,1.95rem)}.archive-row__arrow{grid-column:auto;justify-self:start}.note-hero{gap:1.6rem}.note-hero__mark{min-height:190px}.method-manifesto{grid-template-columns:1fr}.method-manifesto article,.method-manifesto article:nth-child(3){border-left:0}.method-manifesto article+article{border-left:0;border-top:1px solid var(--border)}.home-hero h1{font-size:clamp(2rem,9vw,2.35rem)}.home-hero-subtitle{font-size:1rem}.home-hero-media{min-height:330px}.article-hero{margin-bottom:2.4rem}.article-hero h1{max-width:100%;font-size:2.2rem}.article-hero p{font-size:.98rem}.section-block+.section-block,.chapter+.chapter{padding-top:2.2rem}.section-head h2,.chapter-head h2{font-size:1.75rem}.notes-grid,.method-strip{grid-template-columns:1fr}.note-card{grid-template-columns:1fr;gap:.75rem}.note-card h2,.note-card h3{max-width:100%}.note-meta{text-align:left}.method-strip article,.method-strip article:nth-child(3){border-left:0}.method-strip article+article{border-left:0;border-top:1px solid var(--border)}.note-card{min-height:auto}.note-card h2,.note-card h3{font-size:clamp(1.45rem,7vw,1.95rem)}th,td{font-size:.78rem}.note-prose th,.note-prose td,.prose th,.prose td{font-size:.82rem;white-space:normal}.prose-table-scroll table,.note-prose table,.prose table{min-width:720px}.site-footer{flex-direction:column}.site-footer__meta{justify-items:start;text-align:left}.site-footer nav{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
