@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700&family=Merriweather:wght@700&family=Open+Sans:wght@400;600&display=swap');:root{--paper:#f8f9fa;--gray:#eff2f5;--ink:#212529;--muted:#6c757d;--blue:#007bff;--purple:#6610f2;--line:#dee2e6}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.6 'Open Sans',sans-serif}h1,h2,h3{font-family:Inter,sans-serif;line-height:1.2;color:var(--ink)}h1{font:700 44px/1.15 Merriweather,serif}h2{font-size:32px}a{color:var(--blue);text-decoration:none}img{width:100%;height:280px;max-height:60vh;object-fit:cover;display:block}.container{width:min(1200px,calc(100% - 2rem));margin:auto}.site-header{position:sticky;top:0;z-index:10;background:#f8f9fa;border-bottom:1px solid var(--line)}.nav-wrap{min-height:74px;display:flex;align-items:center;justify-content:space-between}.brand{font:700 25px Inter;color:var(--ink)}.main-nav{display:flex;gap:1.2rem}.main-nav a{color:var(--ink);font-weight:600}.menu-toggle{display:none}.hero{padding:7rem 0 6rem;background:#fff}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:4rem;align-items:end}.eyebrow{color:var(--muted);letter-spacing:.08em}.lead{font-style:italic;color:#495057;font-size:19px}.section,.soft,.dark,.band,.sage-band,.accent,.cta{padding:5rem 0}.soft{background:var(--gray)}.dark,.band,.sage-band,.accent,.cta{color:#fff}.dark{background:#212529}.band{background:#343a40}.sage-band{background:#415a66}.accent,.cta{background:#6610f2}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.grid-2,.split{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.split{gap:3rem;align-items:center}.split img{height:420px}.card{background:#fff;color:#2c3e50;border:1px solid #e2e6eb;border-radius:8px;padding:1.5rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stat strong{font:700 38px Inter;display:block}.timeline,.article-list{display:grid;gap:1rem}.timeline article{border-left:3px solid var(--blue);padding:0 0 1rem 1.25rem}.article-list article{display:grid;grid-template-columns:180px 1fr;gap:1.2rem;border-bottom:1px solid var(--line);padding-bottom:1rem}.article-list img{height:130px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery img{height:210px}.callout{border-left:4px solid var(--blue);background:#e8f2ff;padding:1.5rem;color:#2c3e50}.dark h2,.dark h3,.dark p,.dark li,.band h2,.band h3,.band p,.band li,.sage-band h2,.sage-band h3,.sage-band p,.sage-band li,.accent h2,.accent h3,.accent p,.accent li,.cta h2,.cta h3,.cta p,.cta li{color:#fff}.dark .card,.dark .card *,.band .card,.band .card *,.sage-band .card,.sage-band .card *,.accent .card,.accent .card *,.cta .card,.cta .card *{color:#2c3e50}.dark table th,.dark table td,.band table th,.band table td,.sage-band table th,.sage-band table td,.accent table th,.accent table td,.cta table th,.cta table td{color:#2c3e50}.dark blockquote,.band blockquote,.sage-band blockquote,.accent blockquote,.cta blockquote,.callout blockquote{color:#2c3e50}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:1rem;border:1px solid var(--line);text-align:left}blockquote{margin:1rem 0;padding:1.25rem;border-left:4px solid var(--purple);background:#fff;font-family:Merriweather}.site-footer{background:#212529;color:#fff;padding:4rem 0 1rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2rem}.site-footer h3,.site-footer p,.site-footer a{color:#fff}.site-footer a{display:block;margin:.3rem 0}.copyright{border-top:1px solid #495057;margin-top:2rem;padding-top:1rem;text-align:center}.cookie-banner{position:fixed!important;bottom:1.25rem;right:1.25rem;z-index:9999;background:#fff;color:#2c3e50;padding:1rem 1.25rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.15);max-width:380px;font-size:.9rem}.cookie-banner p{margin:0 0 .75rem}.cookie-banner button{padding:.5rem 1rem;border-radius:4px;cursor:pointer;border:1px solid #2c3e50;background:#2c3e50;color:#fff;font:inherit;margin-right:.5rem}.cookie-banner button[data-cookie-reject]{background:transparent;color:#2c3e50}.cookie-banner.hidden{display:none!important}.form-grid{display:grid;gap:1rem}.form-grid input,.form-grid textarea{font:inherit;padding:.8rem;border:1px solid var(--line);border-radius:5px}.form-grid textarea{min-height:150px}@media(max-width:800px){.main-nav{display:none}.menu-toggle{display:block}.hero-grid,.split,.grid-2,.grid-3{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}h1{font-size:36px}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}.cookie-banner{left:0;right:0;bottom:0;max-width:none;border-radius:0}}
