*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#303436;background:#fff;line-height:1.6}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.narrow{max-width:820px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #e9ece8}.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:88px;height:64px;object-fit:contain;object-position:left center}.nav{display:flex;gap:28px;align-items:center}.nav a{color:#343837;text-decoration:none;font-weight:600;font-size:.95rem}.nav a:hover{color:#6d8d3a}.menu-button{display:none;border:0;background:#eef3e8;border-radius:12px;padding:10px 14px;font-weight:700;color:#394035}.hero{overflow:hidden;background:linear-gradient(135deg,#f6f8f3 0%,#fff 60%);border-bottom:1px solid #edf0eb}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;padding:64px 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:800;color:#718d3f;margin:0 0 12px}h1,h2,h3{line-height:1.12;margin-top:0;color:#292d2d}h1{font-size:clamp(2.8rem,6vw,5.4rem);letter-spacing:-.055em;max-width:850px;margin-bottom:24px}h2{font-size:clamp(2rem,4vw,3.35rem);letter-spacing:-.04em;margin-bottom:22px}h3{font-size:1.25rem}.lead,.intro{font-size:1.18rem;color:#5b615f;max-width:760px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:14px 22px;font-weight:800;transition:.2s}.primary{background:#789746;color:#fff}.primary:hover{background:#67833b;transform:translateY(-1px)}.secondary{color:#363b39;border:1px solid #ccd4ca;background:#fff}.hero-logo{display:flex;justify-content:center}.hero-logo img{width:min(100%,470px);filter:drop-shadow(0 26px 50px rgba(45,52,46,.10))}.section{padding:100px 0}.soft{background:#f5f7f2}.people-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.people-row span{border:1px solid #dfe5dc;background:#fff;border-radius:999px;padding:9px 14px;font-weight:600}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:42px}.card{background:#fff;border:1px solid #e2e7df;border-radius:22px;padding:30px;box-shadow:0 10px 30px rgba(50,58,50,.04)}.card .icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#eaf0df;color:#66863a;font-weight:900;font-size:1.35rem;margin-bottom:28px}.card p{color:#626864;margin-bottom:0}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end;margin-bottom:44px}.section-heading>p{color:#666c69;font-size:1.05rem}.topics{border-top:1px solid #dfe4de}.topics article{display:grid;grid-template-columns:80px 1fr;gap:18px;padding:28px 0;border-bottom:1px solid #dfe4de}.topics article>span{font-size:.82rem;font-weight:800;color:#789746}.topics h3{margin-bottom:8px}.topics p{margin:0;color:#666c69}.statement{background:#343a38;color:#fff;padding:88px 0}.statement p{font-size:clamp(1.55rem,3vw,2.45rem);font-weight:600;line-height:1.35;margin:0;letter-spacing:-.025em}.join{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.join>div>p:not(.eyebrow){font-size:1.08rem;color:#636965}.contact-card{padding:34px;border-radius:24px;background:#f4f7ef;border:1px solid #e0e7da}.contact-card p{color:#5f655f}.contact-card small{display:block;margin-top:18px;color:#777d79}footer{padding:34px 0;border-top:1px solid #e4e7e3;color:#717773;font-size:.9rem}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:24px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:54px;height:54px;object-fit:contain}.footer-brand span{color:#858a87}@media(max-width:820px){.nav-wrap{min-height:72px}.brand img{width:72px;height:54px}.menu-button{display:block}.nav{display:none;position:absolute;left:20px;right:20px;top:68px;background:#fff;padding:18px;border:1px solid #e1e5df;border-radius:18px;box-shadow:0 18px 45px rgba(38,43,39,.12);flex-direction:column;align-items:stretch;gap:4px}.nav.open{display:flex}.nav a{padding:11px}.hero-grid{min-height:auto;grid-template-columns:1fr;padding:60px 0}.hero-logo{order:-1}.hero-logo img{width:250px}.section{padding:74px 0}.card-grid,.section-heading,.join{grid-template-columns:1fr}.section-heading{gap:8px}.join{gap:30px}.footer-grid{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.wrap{width:min(100% - 28px,1160px)}h1{font-size:2.75rem}.hero-grid{gap:34px}.hero-logo img{width:210px}.card{padding:24px}.topics article{grid-template-columns:48px 1fr}.statement{padding:64px 0}}
.projects-section{background:#fff}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.project-card{border:1px solid #dde4d8;border-radius:24px;padding:30px;background:linear-gradient(180deg,#fbfcfa 0%,#f5f7f2 100%)}
.project-card h3{font-size:1.5rem;margin-bottom:14px}
.project-card p{color:#606762}
.project-card ul{padding-left:20px;margin:18px 0 0;color:#525854}
.project-card li{margin:7px 0}
.project-kicker{display:inline-block;margin-bottom:18px;padding:6px 10px;border-radius:999px;background:#e6eddc;color:#607d35;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.contact-options{display:grid;gap:12px;margin:22px 0}
.contact-options>div{padding:16px;border-radius:16px;background:#fff;border:1px solid #dfe7d8}
.contact-options strong,.contact-options span{display:block}
.contact-options span{margin-top:3px;color:#6a706b;font-size:.92rem}
.transparency{padding:72px 0;background:#eef3e8;border-top:1px solid #dfe6d9}
.transparency h2{font-size:clamp(1.8rem,3vw,2.7rem)}
.transparency p{font-size:1.08rem;color:#58605a}
@media(max-width:820px){.project-grid{grid-template-columns:1fr}}

.footer-links{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.footer-links a{color:#606762;text-decoration:none;font-weight:600}
.footer-links a:hover{color:#789746}
.legal-page{padding:80px 0 100px}
.legal-page h1{font-size:clamp(2.6rem,5vw,4.4rem);margin-bottom:36px}
.legal-block{padding:30px 0;border-top:1px solid #dfe4de}
.legal-block h2{font-size:1.35rem;margin-bottom:12px}
.legal-block p{color:#5d645f}
.legal-nav{display:flex}
@media(max-width:820px){.legal-nav{display:flex;position:static;border:0;box-shadow:none;padding:0;background:transparent}.legal-page{padding:58px 0 78px}}
