:root{--background:#fff;--foreground:#191919;--card:#fafafa;--muted:#f3efe8;--muted-text:#555;--primary:#3f8f49;--primary-dark:#256330;--secondary:#4a9ac2;--accent:#d66b43;--border:#e5ded2;--radius:14px}*{box-sizing:border-box}body{margin:0;font-family:"DM Sans",system-ui,sans-serif;color:var(--foreground);background:var(--background)}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 clamp(18px,4vw,56px);background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.brand,.footer-brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:-.02em}.brand img{height:54px;width:auto}.footer-brand img{height:42px}.brand-short{display:none}.site-nav{display:flex;align-items:center;gap:6px}.site-nav a{padding:10px 14px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:700;color:#555}.site-nav a:hover,.site-nav a.active{background:#eef7ef;color:var(--primary-dark)}.menu-button{display:none}.home-hero{min-height:calc(100dvh - 74px);display:grid;place-items:center;position:relative;text-align:center;background:linear-gradient(rgba(0,0,0,.48),rgba(0,0,0,.62)),url("assets/home-hero.jpg") center/cover}.home-hero-content{position:relative;max-width:820px;padding:56px 20px;color:white}.home-hero h1{font-size:clamp(44px,7vw,82px);line-height:1.02;margin:0 0 22px;letter-spacing:-.02em}.home-hero p,.page-hero p{font-size:clamp(18px,2vw,22px);line-height:1.6;margin:0 auto 30px;max-width:760px}.actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.primary-action,.ghost-action,.outline-action,.initiative a,.form button,.newsletter button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;border-radius:10px;font-weight:800;text-decoration:none;border:0;cursor:pointer}.primary-action,.form button,.newsletter button{background:var(--primary);color:white}.primary-action:hover,.form button:hover,.newsletter button:hover{background:var(--primary-dark)}.ghost-action{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.35);color:white}.outline-action{border:1px solid var(--border);background:white;color:var(--foreground)}.small{min-height:38px;padding:9px 14px}.section{padding:clamp(56px,7vw,96px) clamp(18px,4vw,56px)}.tinted{background:var(--muted)}.section>h2,.section-head h2{font-size:clamp(28px,4vw,42px);letter-spacing:-.02em;margin:0 0 12px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-head p,.card p,.initiative p,.footer p,.page-hero p{color:var(--muted-text)}.section-head a{font-weight:800;color:var(--primary-dark)}.grid{display:grid;gap:24px}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.initiative,.contact-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.card h3,.initiative h3{margin:0 0 10px;font-size:22px}.card-top{display:flex;justify-content:space-between;align-items:start;gap:14px;margin-bottom:12px}.badge,.chips span{display:inline-flex;border-radius:999px;background:#edf4ee;color:var(--primary-dark);padding:6px 10px;font-size:12px;font-weight:800;text-transform:capitalize}.badge.civic{background:#edf6fb;color:#23637f}.badge.environmental{background:#eef7ef;color:#256330}.badge.cultural,.badge.neutral{background:#fff0e9;color:#8f3b1d}.meta{font-size:14px;color:var(--muted-text);margin:.4rem 0}.strong{font-weight:800;color:#333}.initiative{display:flex;flex-direction:column;min-height:100%}.initiative ul{padding-left:20px;line-height:1.8}.initiative a{margin-top:auto;background:white;border:1px solid var(--border);color:#222}.initiative.green{border-top:5px solid var(--primary)}.initiative.blue{border-top:5px solid var(--secondary)}.initiative.coral{border-top:5px solid var(--accent)}.cta-band{margin:0 clamp(18px,4vw,56px) clamp(56px,7vw,96px);padding:48px;border-radius:18px;background:linear-gradient(135deg,var(--primary),#bde8c1);text-align:center;color:white}.cta-band h2{font-size:clamp(30px,5vw,52px);margin:0 0 14px}.cta-band p{font-size:18px;max-width:700px;margin:0 auto 24px}.page-hero{padding:clamp(72px,10vw,128px) clamp(18px,4vw,56px);background:linear-gradient(135deg,#f7fff7,#eef6fb);text-align:center}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--primary-dark);margin-bottom:16px!important}.page-hero h1{font-size:clamp(42px,7vw,74px);line-height:1.05;letter-spacing:-.02em;margin:0 0 20px}.split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:34px;align-items:start}.image-panel{min-height:380px;border-radius:18px;background:linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.1)),url("assets/community-about-generated.png") center/cover}.person .avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#e5f4e7;color:var(--primary-dark);font-weight:900;margin-bottom:14px}.opportunities{display:grid;gap:28px}.opportunity{display:grid;grid-template-columns:92px minmax(0,1fr);gap:20px}.number{font-size:58px;font-weight:900;color:rgba(63,143,73,.22);line-height:1}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.resource-card a{display:block;margin-top:8px;color:var(--primary-dark);font-weight:700}.form{display:grid;gap:16px}.form label,.newsletter label{display:grid;gap:7px;font-size:14px;font-weight:800}.form input,.form select,.form textarea,.newsletter input{width:100%;border:1px solid var(--border);border-radius:10px;padding:12px;font:inherit;background:white}.contact-panel{display:grid;gap:18px}.contact-panel article{padding-bottom:14px;border-bottom:1px solid var(--border)}.footer{background:#f1eee8;padding:46px clamp(18px,4vw,56px) 26px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:28px}.footer h3{margin:0 0 14px}.footer a{display:block;margin:9px 0;color:#444;text-decoration:none}.footer a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--border);margin-top:30px;padding-top:20px;color:#666;font-size:14px}.newsletter{display:grid;gap:12px}@media(max-width:900px){.site-header{height:auto;min-height:70px;align-items:flex-start;padding:12px 18px}.brand img{height:46px}.brand-full{display:none}.brand-short{display:inline}.menu-button{display:block;margin-top:8px;border:1px solid var(--border);background:white;border-radius:10px;padding:9px 12px;font-weight:800}.site-nav{display:none;position:absolute;top:70px;left:12px;right:12px;flex-direction:column;align-items:stretch;background:white;border:1px solid var(--border);border-radius:14px;padding:10px;box-shadow:0 20px 40px rgba(0,0,0,.12)}.site-nav.open{display:flex}.site-nav a{padding:14px}.two,.three,.four,.split,.footer-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.opportunity{grid-template-columns:1fr}.number{font-size:42px}.footer-bottom{flex-direction:column}.home-hero{min-height:720px}}