:root{color-scheme:light;--ink: #17201d;--muted: #58635f;--subtle: #eef3ef;--surface: #ffffff;--surface-strong: #f8faf8;--line: #d9e2dc;--forest: #1f6f4a;--teal: #0f766e;--clay: #a4552a;--gold: #b7791f;--shadow: 0 18px 55px rgba(23, 32, 29, .11);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fbfcfa;color:var(--ink);font-size:16px;line-height:1.6}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,64px);background:#fbfcfaeb;border-bottom:1px solid rgba(217,226,220,.86);backdrop-filter:blur(16px)}.brand{flex:0 0 auto;font-size:1rem;font-weight:800;text-decoration:none}.site-nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.site-nav a{min-height:36px;padding:7px 12px;color:var(--muted);font-size:.93rem;font-weight:650;text-decoration:none;border-radius:8px}.site-nav a:hover,.site-nav a:focus-visible{color:var(--ink);background:var(--subtle);outline:none}.section-band{padding:clamp(56px,8vw,96px) clamp(20px,5vw,64px)}.section-inner{width:min(1120px,100%);margin:0 auto}.hero{padding-top:clamp(54px,8vw,92px);padding-bottom:clamp(42px,6vw,64px);background:linear-gradient(90deg,rgba(31,111,74,.08),transparent 34%),linear-gradient(180deg,#fbfcfa,#f4f8f5)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:clamp(40px,7vw,84px);align-items:center}.hero-copy{max-width:680px}.eyebrow{margin:0 0 12px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0;font-size:clamp(3rem,4.6rem,4.6rem);line-height:.98}h2{margin:0;max-width:820px;font-size:clamp(2rem,2.65rem,2.65rem);line-height:1.12}h3{margin:0;font-size:1.18rem;line-height:1.25}.hero-lead{margin:24px 0 0;max-width:600px;font-size:1.45rem;line-height:1.42}.hero-description{margin:14px 0 0;max-width:560px;color:var(--muted);font-size:1.04rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;font-weight:750;text-decoration:none;border:1px solid transparent;border-radius:8px}.button:hover,.button:focus-visible{transform:translateY(-1px);outline:none}.domain-visual{position:relative;min-height:430px;padding:28px;background:linear-gradient(#edf4ee 1px,transparent 1px),linear-gradient(90deg,#edf4ee 1px,transparent 1px);background-size:34px 34px;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.domain-root{position:absolute;top:34px;left:28px;display:grid;gap:4px;padding:16px 18px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.root-label{font-size:1.1rem;font-weight:850}.root-subtitle{color:var(--muted);font-size:.86rem}.domain-nodes{position:absolute;inset:122px 28px 28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-content:end}.domain-node{display:flex;flex-direction:column;justify-content:space-between;min-height:78px;padding:14px;background:var(--surface);border:1px solid var(--line);border-left:5px solid var(--forest);border-radius:8px;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.domain-node.planned{border-left-color:var(--gold)}.domain-node:hover,.domain-node:focus-visible{border-color:#1f6f4a94;box-shadow:0 10px 26px #17201d1a;transform:translateY(-2px);outline:none}.domain-node.planned:hover,.domain-node.planned:focus-visible{border-color:#b7791f9e}.domain-node span{font-weight:800}.domain-node small{color:var(--muted);font-weight:700}.section-heading{display:grid;gap:14px;margin-bottom:30px}.section-heading.compact{margin-bottom:22px}.section-heading p:not(.eyebrow){max-width:720px;margin:0;color:var(--muted)}.resource-card{background:var(--surface);border:1px solid var(--line);border-radius:8px}.resource-section:nth-of-type(2n){background:var(--surface-strong)}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-card{display:grid;grid-template-rows:auto 1fr auto auto;gap:20px;min-height:360px;padding:22px}.resource-card.subtle{min-height:315px;background:#ffffffb8}.card-topline{display:flex;justify-content:space-between;gap:10px;align-items:center}.status-pill,.resource-type{display:inline-flex;align-items:center;min-height:28px;padding:3px 9px;font-size:.78rem;font-weight:850;border-radius:999px}.status-pill.live{color:var(--forest);background:#e6f3ec}.status-pill.planned,.status-pill.draft{color:#7a4e00;background:#fff5d9}.resource-type{color:var(--muted);background:var(--subtle)}.card-body{display:grid;align-content:start;gap:14px}.card-body p{margin:0;color:var(--muted)}.audience{display:grid;gap:4px;padding-top:4px}.audience span{color:var(--muted);font-size:.82rem;font-weight:750}.audience strong{font-size:.93rem}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-list span{padding:5px 9px;color:var(--muted);font-size:.8rem;font-weight:700;background:#f2f5f2;border-radius:999px}.card-action{display:grid;gap:8px;align-items:start}.card-link{justify-self:start;color:#fff;background:var(--ink)}.card-link.disabled{color:#7a4e00;background:#fff5d9;border-color:#edd08a;cursor:default;pointer-events:none}.url-label{color:var(--muted);font-size:.86rem;font-weight:700}.site-footer{padding:30px clamp(20px,5vw,64px);background:var(--ink);color:#eef4ef}.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.site-footer p{margin:6px 0 0;color:#c7d4cc}.site-footer nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.site-footer a{color:#eef4ef;font-weight:700;text-decoration:none}.site-footer a:hover,.site-footer a:focus-visible{text-decoration:underline;outline:none}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.domain-visual{min-height:360px}.resource-card{min-height:auto}}@media(max-width:640px){h1{font-size:3.1rem}h2{font-size:1.85rem}.hero-lead{font-size:1.18rem}.site-header{align-items:flex-start;flex-direction:column}.site-nav{justify-content:flex-start}.site-nav a{padding-left:0;padding-right:10px}.footer-inner{flex-direction:column}.domain-visual{display:none}.resource-grid{grid-template-columns:1fr}.footer-inner,.site-footer nav{align-items:flex-start;justify-content:flex-start}}
