:root{--bg:#f7f8f5;--surface:#fff;--soft:#edf2ef;--ink:#17211d;--muted:#58635e;--line:#dbe1dd;--accent:#176b58;--accent2:#b95d31;--max:1180px;color-scheme:light dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration-color:#9bb4aa;text-underline-offset:4px}a:hover{color:var(--accent)}img{max-width:100%;height:auto}.wrap{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:var(--surface);padding:.7rem;z-index:20}.site-header{height:72px;display:flex;align-items:center;justify-content:space-between;width:min(var(--max),calc(100% - 40px));margin:auto;border-bottom:1px solid var(--line)}.brand{font:bold 1.25rem Georgia,serif;text-decoration:none}.brand span,.eyebrow{color:var(--accent)}nav{display:flex;gap:1.4rem}nav a{text-decoration:none;font-size:.92rem;font-weight:650}.nav-toggle{display:none}.hero{min-height:650px;display:grid;grid-template-columns:1.35fr .65fr;gap:7vw;align-items:center;padding-block:70px}.hero img{aspect-ratio:1;object-fit:cover;border-radius:50% 50% 10px 50%;filter:saturate(.85)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;font-weight:800;margin:0 0 .65rem}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.13;margin-top:0}h1{font-size:clamp(3.7rem,8vw,7.4rem);letter-spacing:-.055em;margin-bottom:1rem}h2{font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.035em}h3{font-size:1.45rem}.hero-title{font-size:clamp(1.15rem,2vw,1.45rem);font-weight:700}.hero-title span{color:var(--accent2);padding:0 .35rem}.lede{font-size:1.18rem;max-width:680px;color:var(--muted)}.actions,.social,.links{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}.button{display:inline-flex;padding:.68rem 1rem;border:1px solid var(--line);border-radius:4px;text-decoration:none;font-weight:750;background:var(--surface)}.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.social a,.links a{font-size:.9rem;font-weight:700}.section{padding-block:90px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem}.section-head h2{margin-bottom:0}.section-head>a,.text-link{font-weight:750;white-space:nowrap}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.card,.feature,.pub-item,.note-item{background:var(--surface);border:1px solid var(--line);padding:1.35rem;border-radius:6px}.card{min-height:260px;display:flex;flex-direction:column}.card p,.feature p,.pub-item p{color:var(--muted)}.card .links{margin-top:auto}.tag,.filter{font:700 .72rem/1.2 ui-sans-serif,system-ui;text-transform:uppercase;letter-spacing:.07em;color:var(--accent)}.vision{background:#13231e;color:#f1f5f2}.vision .muted{color:#b9c7c0}.narrow{max-width:760px}.domain-track{display:grid;grid-template-columns:repeat(11,auto);align-items:stretch;margin:3rem 0 1rem;overflow-x:auto;padding-bottom:1rem}.domain{min-width:130px;border:1px solid #476158;padding:1rem;display:flex;flex-direction:column;justify-content:center}.domain.current{background:var(--accent);border-color:#72a596}.domain small{font-size:.68rem;color:#bfcec7}.domain-track>span{align-self:center;padding:.5rem}.toolkit{border-top:1px solid #476158;border-bottom:1px solid #476158;padding:1rem;color:#d6dfdb;margin-bottom:2rem}.toolkit b{color:#6fa995;padding:.4rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:5vw}.feature{border-top:4px solid var(--accent)}.stack,.timeline{display:grid;gap:.8rem}.pub-item h3,.note-item h3{font-size:1.05rem;margin-bottom:.35rem}.pub-item{padding:1rem 1.15rem}.pub-item p{margin:.3rem 0}.soft{background:var(--soft)}.timeline article{border-left:2px solid var(--accent);padding-left:1rem}.timeline time{font-size:.8rem;color:var(--muted)}.contact{padding-block:110px;text-align:center;max-width:850px}.contact p{color:var(--muted)}footer{border-top:1px solid var(--line);padding:2.5rem 0}footer .wrap{display:flex;gap:2rem;align-items:center}footer p{color:var(--muted);margin-right:auto}.page-hero{padding:85px 0 45px;max-width:850px}.page-hero h1{font-size:clamp(3rem,7vw,5.5rem)}.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.filter{border:1px solid var(--line);background:var(--surface);padding:.6rem .8rem;border-radius:3px;cursor:pointer}.filter.active{background:var(--ink);color:var(--bg)}.listing{display:grid;gap:1rem}.listing .card{min-height:0}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.method-grid article{padding:1.2rem;border-top:2px solid var(--accent);background:var(--surface)}.status{display:inline-block;padding:.2rem .45rem;background:var(--soft);font-size:.75rem;font-weight:800}.empty{color:var(--muted);font-style:italic}@media(max-width:850px){.nav-toggle{display:block;background:none;border:1px solid var(--line);padding:.5rem}.site-header nav{display:none;position:absolute;top:72px;left:20px;right:20px;z-index:5;background:var(--surface);padding:1rem;box-shadow:0 10px 30px #0002;flex-direction:column}.site-header nav.open{display:flex}.hero{grid-template-columns:1fr;min-height:auto}.hero img{width:260px;grid-row:1}.cards,.method-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.domain-track{grid-template-columns:repeat(11,auto)}footer .wrap{align-items:flex-start;flex-direction:column}footer p{margin:0}}@media(max-width:520px){.wrap,.site-header{width:min(100% - 26px,var(--max))}.section{padding-block:65px}.cards,.method-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.hero{padding-block:45px}h1{font-size:3.6rem}}@media(prefers-color-scheme:dark){:root{--bg:#111714;--surface:#19211d;--soft:#202a25;--ink:#eef3f0;--muted:#a9b5af;--line:#34423b;--accent:#62b49d;--accent2:#e08a5d}.vision{background:#0a100d}.button.primary{color:#09130f}.hero img{filter:saturate(.75) brightness(.9)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
