:root{--green:#116747;--dark:#0a3528;--mint:#86c9a8;--cream:#f4f1e8;--ink:#16231e;--yellow:#f2c85b;--blue:#27758c;--white:#fff;--line:#dce4df;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fbfcfa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.skip{position:fixed;left:1rem;top:-5rem;background:white;padding:.8rem;z-index:99}.skip:focus{top:1rem}.header{position:fixed;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 5vw;z-index:20;color:white;transition:.25s}.header.scrolled{background:rgba(255,255,255,.96);color:var(--ink);box-shadow:0 1px 18px #09271d18}.brand{display:flex;align-items:center;gap:.65rem;font-weight:800;letter-spacing:.08em}.brand small{display:block;font-size:.55rem;letter-spacing:.2em}.mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50% 50% 50% 8px;background:var(--yellow);color:var(--dark);font-weight:900}.header nav{display:flex;align-items:center;gap:1.6rem;font-size:.9rem}.menu-btn{display:none}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:99px;background:var(--yellow);color:var(--dark);font-weight:750;padding:.9rem 1.35rem;cursor:pointer}.button.small{padding:.65rem 1rem}.text-link{font-weight:700;border-bottom:1px solid}.hero{min-height:94vh;background:linear-gradient(120deg,var(--dark),var(--green));color:white;display:flex;align-items:center;padding:9rem 8vw 5rem;position:relative;overflow:hidden}.hero-copy{width:min(820px,75%);position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800}.hero h1,.page-hero h1,.page-title h1,.post h1{font-size:clamp(3rem,7vw,6.7rem);line-height:.97;letter-spacing:-.055em;margin:.35em 0}.hero-copy>p:not(.eyebrow){font-size:1.15rem}.actions{display:flex;gap:1.5rem;align-items:center;margin-top:2.2rem}.hero-art span{position:absolute;border:1px solid #ffffff44;border-radius:50%}.hero-art span:nth-child(1){width:42vw;height:42vw;right:-7vw;top:4vh}.hero-art span:nth-child(2){width:25vw;height:25vw;right:10vw;bottom:-8vw;background:#ffffff0d}.hero-art span:nth-child(3){width:9vw;height:9vw;right:7vw;top:20vh;background:var(--yellow);border:0}.provisional{position:absolute;right:5vw;bottom:3rem;font-size:.65rem;letter-spacing:.16em;opacity:.7}.notices{background:var(--cream);padding:1.4rem 5vw;display:flex;gap:2rem;align-items:center}.notices>div{display:flex;gap:.7rem;overflow:auto}.notice{white-space:nowrap;background:white;border-radius:99px;padding:.55rem 1rem}.notice b{margin-right:.6rem}.notice span{opacity:.7}.intro,.pillars,.news-section,.contact,.page-title{padding:8rem 8vw}.intro{max-width:1100px}.intro h2,.pillars h2,.news-section h2,.contact h2{font-size:clamp(2.4rem,5vw,5rem);line-height:1;letter-spacing:-.045em;margin:.3em 0}.lead{font-size:1.4rem;max-width:750px}.provisional-text{color:#8b5d00;background:#fff7d9;padding:.7rem 1rem;border-left:4px solid var(--yellow);font-size:.85rem}.levels{display:grid;grid-template-columns:repeat(3,1fr);min-height:600px}.level{padding:3rem;display:flex;flex-direction:column;justify-content:flex-end;transition:.4s;min-width:0}.level:hover{flex-grow:1.25}.level.initial{background:var(--yellow)}.level.primary{background:var(--green);color:white}.level.secondary{background:var(--blue);color:white}.level span{font-size:4rem;opacity:.3;font-weight:900}.level h2{font-size:clamp(2rem,4vw,4rem);line-height:1;margin:.2em 0}.level a{font-weight:800;margin-top:1rem}.pillars{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;background:var(--cream)}.pillar-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pillar-grid article{background:white;border-radius:var(--radius);padding:2rem}.pillar-grid b{color:var(--green)}.news-section>header{display:flex;justify-content:space-between;align-items:end}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.news-card{background:white;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.news-card.featured{grid-column:span 2}.news-card img,.image-placeholder{width:100%;aspect-ratio:16/10;object-fit:cover}.image-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#dae7e0,#f4f1e8);color:#557066;font-size:.65rem;letter-spacing:.12em}.news-card>div:last-child{padding:1.5rem}.news-card time{font-size:.75rem;color:#61746c}.news-card h3,.news-card h2{font-size:1.5rem;line-height:1.15;margin:.5rem 0}.contact{display:grid;grid-template-columns:1fr 1fr;gap:6rem;background:var(--dark);color:white}.contact form,.auth-card form{display:grid;gap:1rem}label{display:grid;gap:.35rem;font-size:.82rem;font-weight:700}input,textarea,select{font:inherit;color:inherit;background:white;border:1px solid #b9c8c0;border-radius:10px;padding:.85rem}textarea{resize:vertical}.honeypot{position:absolute;left:-9999px}.form-message{padding:.8rem;border-radius:8px;background:#dff4e8;color:#145b3e}.form-message.error{background:#fee3df;color:#932a1f}footer{background:#061f18;color:white;padding:4rem 8vw;display:grid;gap:1rem}.page-hero{padding:12rem 8vw 7rem;color:white}.page-hero.green{background:var(--green)}.page-hero.yellow{background:#b78b15}.page-hero.blue{background:var(--blue)}.page-hero>p,.page-hero>h1{max-width:1000px}.page-hero>span{font-size:clamp(4rem,12vw,11rem);font-weight:900;opacity:.12}.article-content{width:min(820px,84vw);margin:6rem auto;font-size:1.1rem}.article-content h2{font-size:2.6rem;line-height:1.1}.page-title{padding-top:12rem;background:var(--cream)}.archive{padding:5rem 8vw}.pagination{display:flex;justify-content:center;gap:.5rem;padding:2rem}.pagination a{padding:.5rem .8rem;border:1px solid var(--line)}.pagination .active{background:var(--green);color:white}.post header{padding:12rem 8vw 5rem;background:var(--cream)}.post header p{font-size:1.25rem;max-width:800px}.post-cover{width:min(1100px,90vw);margin:-2rem auto 5rem;border-radius:var(--radius);max-height:650px;object-fit:cover}.minimal{min-height:100vh;display:grid;place-items:center;background:var(--cream);padding:2rem}.auth-card{background:white;width:min(480px,94vw);border-radius:var(--radius);padding:2.5rem;box-shadow:0 20px 60px #17372b1a}.auth-card h1{font-size:2rem;line-height:1.1}.auth-card .button{width:100%}.auth-card>a{display:block;margin-top:1rem;text-align:center}.visible{animation:reveal .55s ease both}@keyframes reveal{from{opacity:.35;transform:translateY(10px)}}@media(max-width:820px){.header nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;color:var(--ink);padding:1.5rem;flex-direction:column;align-items:stretch}.header nav.open{display:flex}.menu-btn{display:block;border:0;background:transparent;color:inherit;font-weight:700}.hero-copy{width:100%}.hero h1{font-size:3.5rem}.notices{align-items:flex-start;flex-direction:column}.levels,.news-grid,.contact,.pillars{grid-template-columns:1fr}.level{min-height:420px}.news-card.featured{grid-column:auto}.pillar-grid{grid-template-columns:1fr}.contact,.pillars{gap:2rem}.intro,.pillars,.news-section,.contact,.page-title{padding:5rem 6vw}.news-section>header{align-items:flex-start;flex-direction:column}.archive{padding:3rem 5vw}.hero-art span:nth-child(3){width:25vw;height:25vw;opacity:.35}}

