:root{--bg:#f3f1e8;--surface:#fffdf7;--ink:#161d16;--muted:#5f695f;--line:#d6ddca;--accent:#2f7d4d;--accent2:#b8512e;--dark:#102218;--radius:8px;color-scheme:light;font-family:"Segoe UI","Aptos",Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,rgba(47,125,77,.14),transparent 28rem),linear-gradient(315deg,rgba(184,81,46,.12),transparent 30rem),var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:70px;padding:.9rem clamp(1rem,4vw,3rem);border-bottom:1px solid var(--line);background:rgba(243,241,232,.92);backdrop-filter:blur(14px)}.brand{display:flex;gap:.25rem;font-weight:900}.brand b{color:var(--accent2)}nav{display:flex;flex-wrap:wrap;gap:.8rem;color:var(--muted);font-size:.94rem;font-weight:750}.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:clamp(1.5rem,5vw,4rem);align-items:center;max-width:1240px;margin:0 auto;padding:clamp(2.2rem,6vw,5.2rem) clamp(1rem,4vw,3rem) 2rem}.eyebrow,.heading span,.card span{display:inline-flex;width:fit-content;border:1px solid rgba(47,125,77,.28);border-radius:999px;padding:.36rem .68rem;background:rgba(255,253,247,.78);color:var(--accent);font-size:.76rem;font-weight:850}h1,h2,h3,p{margin:0}h1{margin-top:.85rem;max-width:11ch;font-size:clamp(3.1rem,8vw,7rem);line-height:.95;letter-spacing:0}.lede{margin-top:1.1rem;max-width:66ch;color:var(--muted);font-size:clamp(1.04rem,1.5vw,1.22rem);line-height:1.65}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;border-radius:999px;padding:.78rem 1.1rem;font-weight:900}.primary{background:var(--accent);color:#fff}.secondary{border:1px solid var(--line);background:var(--surface)}.disclaimer{margin-top:1rem;max-width:66ch;color:#657062;font-size:.92rem;line-height:1.55}.hero-media{position:relative;min-height:420px;margin:0;overflow:hidden;border:1px solid rgba(16,34,24,.18);border-radius:var(--radius);background:#e8f1df;box-shadow:0 24px 70px rgba(16,34,24,.18)}.hero-media img{width:100%;height:100%;min-height:420px;object-fit:cover}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 36%,rgba(16,34,24,.82))}.hero-media figcaption{position:absolute;right:1rem;bottom:1rem;left:1rem;z-index:1;display:grid;gap:.22rem;border-radius:var(--radius);padding:.95rem;background:rgba(255,253,247,.9)}.hero-media figcaption span{color:var(--accent);font-weight:850;font-size:.82rem}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:1180px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem) 2rem}.stats div{display:grid;gap:.2rem;padding:1rem;border:1px solid var(--line);background:rgba(255,253,247,.78)}.stats strong{color:var(--accent2);font-size:2rem}.stats span,.heading p,.card p,.answers p,.roles p,.article p,.table span,.site-footer p{color:var(--muted);line-height:1.68}.section,.page-hero,.site-footer{max-width:1180px;margin:0 auto;padding-inline:clamp(1rem,4vw,3rem)}.section{padding-top:clamp(3rem,6vw,5.2rem);padding-bottom:clamp(2.5rem,5vw,4.5rem)}.page-hero{padding-top:clamp(2.4rem,6vw,4.6rem);padding-bottom:1rem}.page-hero h1{max-width:13ch;font-size:clamp(2.7rem,7vw,5.8rem)}.heading{display:grid;gap:.8rem;max-width:790px}h2{font-size:clamp(2rem,4.5vw,3.8rem);line-height:1;letter-spacing:0}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:1.3rem}.card,.answers article,.roles article,.article article{display:grid;align-content:start;gap:.75rem;min-height:188px;border:1px solid var(--line);border-radius:var(--radius);padding:1.05rem;background:rgba(255,253,247,.86)}.card strong{font-size:1.22rem;line-height:1.22}.card:hover{border-color:rgba(47,125,77,.45);transform:translateY(-2px);transition:160ms ease}.cloud{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.cloud span{border:1px solid rgba(47,125,77,.24);border-radius:999px;padding:.58rem .78rem;background:var(--surface);color:var(--dark);font-weight:800}.article{display:grid;gap:.9rem}.article article{min-height:auto}.answers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:1.3rem}.answers h3{font-size:1.12rem;line-height:1.25}.roles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-top:1.3rem}.roles article{min-height:150px}.roles b{color:var(--accent2);font-size:1.12rem}.table{display:grid;margin-top:1.3rem;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.table>div{display:grid;grid-template-columns:1fr 1.6fr .5fr;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid var(--line)}.table>div:first-child{background:var(--dark);color:#fff}.table a{color:var(--accent);font-weight:900}.site-footer{display:flex;justify-content:space-between;gap:2rem;border-top:1px solid var(--line);margin-top:2rem;padding-top:2rem;padding-bottom:2rem;color:var(--muted)}.site-footer strong{color:var(--ink)}.site-footer p{max-width:70ch;margin-top:.45rem}.footer-links{display:flex;flex-wrap:wrap;gap:1rem;font-weight:850}@media(max-width:900px){.site-header{position:static;align-items:flex-start;flex-direction:column}.hero,.grid,.answers,.roles,.stats{grid-template-columns:1fr}.hero-media,.hero-media img{min-height:320px}.table{overflow-x:auto}.table>div{min-width:640px}.site-footer{flex-direction:column}}@media(max-width:540px){h1,.page-hero h1{font-size:2.55rem;line-height:1}.actions,.button{width:100%}nav{gap:.65rem}.section{padding-top:2.6rem}}