:root{--ink:#171b16;--charcoal:#20251f;--green:#526849;--green-deep:#2f3d2b;--copper:#b86f3c;--cream:#f2ede2;--paper:#fbfaf5;--muted:#6f776c;--line:#d7d4c9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.55 Arial,sans-serif}a{color:inherit}.site-header{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:82px;padding:10px clamp(18px,5vw,72px);background:#111610f2;color:#f8f2e8;border-bottom:2px solid var(--copper);backdrop-filter:blur(10px)}.site-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.site-brand img{width:55px;height:55px;object-fit:cover;border-radius:5px}.site-brand span,.site-brand small{display:block}.site-brand b{font:700 18px Georgia,serif;letter-spacing:2px}.site-brand small{font-size:9px;color:#b9c0b4;letter-spacing:.5px}.site-header nav{display:flex;justify-content:center;gap:24px}.site-header nav a,.header-login{text-decoration:none;font-size:10px;font-weight:800;letter-spacing:.65px;text-transform:uppercase}.site-header nav a:hover{color:#df9b69}.header-login{padding:10px 13px;border:1px solid #697364;border-radius:4px}.public-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.7fr);gap:clamp(30px,7vw,100px);align-items:center;min-height:670px;padding:clamp(70px,10vw,135px) clamp(22px,8vw,120px);color:#f7f2e9;background:radial-gradient(circle at 78% 35%,#53634b55,transparent 27%),linear-gradient(118deg,#111510 0%,#20271e 63%,#303a2c 100%);border-bottom:8px solid var(--copper)}.kicker,.section-intro>span,.resource-copy>span,.contact>div>span{font-size:10px;font-weight:900;letter-spacing:1.5px;color:#d99260}.public-hero h1{max-width:760px;margin:18px 0;font:700 clamp(42px,6vw,78px)/1.02 Georgia,serif;letter-spacing:-1.5px}.public-hero p{max-width:680px;font-size:17px;color:#cbd1c7}.hero-actions,.contact-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.primary-link,.secondary-link{display:inline-block;padding:13px 18px;border-radius:5px;text-decoration:none;font-size:11px;font-weight:900;letter-spacing:.6px;text-transform:uppercase}.primary-link{background:var(--copper);color:white}.secondary-link{border:1px solid #879080;color:inherit}.hero-instrument{padding:22px;border:1px solid #697363;background:#11151099;box-shadow:0 25px 60px #0005}.hero-instrument>span{display:block;padding-bottom:12px;border-bottom:1px solid #556050;color:#d99260;font:900 9px monospace;letter-spacing:1px}.hero-instrument div{padding:17px 0;border-bottom:1px solid #3f493b}.hero-instrument div:last-child{border:0}.hero-instrument b,.hero-instrument small{display:block}.hero-instrument b{font:700 17px Georgia,serif}.hero-instrument small{margin-top:5px;color:#aeb7aa}.public-section{padding:clamp(65px,9vw,115px) clamp(22px,8vw,120px)}.section-intro{display:grid;grid-template-columns:220px 1fr;gap:25px;margin-bottom:42px}.section-intro h2,.resource-copy h2,.contact h2{max-width:850px;margin:0;font:700 clamp(30px,4vw,48px)/1.1 Georgia,serif}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.service-grid article{min-height:210px;padding:28px;border-right:1px solid var(--line);background:#fff}.service-grid article:last-child{border:0}.service-grid b{font:700 20px Georgia,serif}.service-grid p{color:var(--muted)}.process{background:var(--cream)}.process ol{counter-reset:stage;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:1px;background:#c9c7bc;list-style:none}.process li{counter-increment:stage;min-height:180px;padding:24px;background:var(--paper)}.process li:before{content:"0" counter(stage);display:block;margin-bottom:25px;color:var(--copper);font:900 10px monospace}.process li b{font:700 19px Georgia,serif}.process li p{color:var(--muted)}.resources{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.7fr);gap:70px;align-items:center;background:#263024;color:#f5f0e7}.resource-copy h2{margin:15px 0}.resource-copy p{max-width:780px;color:#c6cdc1}.resource-principles{display:flex;gap:7px;flex-wrap:wrap;margin-top:25px}.resource-principles span{padding:7px 9px;border:1px solid #596653;border-radius:3px;font-size:10px}.archive-card{padding:25px;background:#121711;border-top:4px solid var(--copper)}.archive-head{display:flex;justify-content:space-between;font:900 10px monospace;letter-spacing:1px}.archive-head span{color:#d99260}.archive-card p{color:#afb8ab}.archive-card a{color:#e09b69;font-weight:800}.contact{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end}.contact h2{margin:14px 0}.contact p{max-width:750px;color:var(--muted)}.contact .secondary-link{border-color:#8e9689}footer{display:grid;grid-template-columns:1fr auto;gap:20px;padding:35px clamp(22px,8vw,120px);background:#111610;color:#eef0e9;border-top:3px solid var(--copper)}footer b,footer span{display:block}footer b{font:700 17px Georgia,serif;letter-spacing:2px}footer span,footer small{color:#9fa89b;font-size:10px}footer div:nth-child(2){display:flex;gap:20px}footer a{font-size:10px}footer small{grid-column:1/-1;border-top:1px solid #353d32;padding-top:15px}@media(max-width:900px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.public-hero,.resources,.contact{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.service-grid article:nth-child(2){border-right:0}.service-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.process ol{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.site-brand small,.header-login{display:none}.site-header{min-height:66px}.site-brand img{width:44px;height:44px}.public-hero{min-height:auto;padding-top:80px}.public-hero h1{font-size:42px}.section-intro{grid-template-columns:1fr}.service-grid,.process ol{grid-template-columns:1fr}.service-grid article{border-right:0;border-bottom:1px solid var(--line)}.process li{min-height:0}.hero-actions a,.contact-actions a{width:100%;text-align:center}footer{grid-template-columns:1fr}footer div:nth-child(2){flex-direction:column;gap:5px}}
