
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');
:root{
--primary-50:#E6F0ED;--primary-100:#B3D6CB;--primary-200:#80BCAA;--primary-300:#4DA389;--primary-400:#1A8968;--primary-500:#0D735C;--primary-600:#0A5A47;--primary-700:#074133;
--secondary-50:#EEF5EC;--secondary-100:#CDE8CA;--secondary-300:#8BCE85;--secondary-400:#6AC162;--secondary-500:#599943;--secondary-600:#467A35;
--background:#fff;--foreground:#111827;--muted:#6B7280;--border:#E5E7EB;--card:#fff;--radius:.5rem;
}
.dark{--primary-50:#010F0B;--primary-600:#4DA389;--secondary-50:#0D1D0B;--secondary-600:#8BCE85;--background:#0A0A0A;--foreground:#F9FAFB;--muted:#9CA3AF;--border:#374151;--card:#1F2937}
*{box-sizing:border-box;border-color:var(--border)}
html{scroll-behavior:smooth}
body{margin:0;background:var(--background);color:var(--foreground);font-family:'Montserrat',system-ui,sans-serif;line-height:1.6}
h1,h2,h3,h4,h5,h6{font-family:'Inter',system-ui,sans-serif;font-weight:600;line-height:1.2;margin-top:0}
h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}
a{color:inherit;text-decoration:none}.container{width:min(100% - 2rem,72rem);margin:auto}
.container-wide{width:min(100% - 2rem,80rem);margin:auto}
.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--background) 90%,transparent);backdrop-filter:blur(12px)}
.site-header.scrolled{box-shadow:0 2px 12px rgba(0,0,0,.08)}
.header-inner{height:64px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center}.logo img{width:auto;height:32px;display:block}
.desktop-nav{display:flex;align-items:center;gap:1.5rem;font-size:.9rem}
.desktop-nav a{color:color-mix(in srgb,var(--foreground) 70%,transparent);transition:.2s}.desktop-nav a:hover,.desktop-nav a.active{color:var(--foreground)}
.header-actions{display:flex;align-items:center;gap:.75rem}
.icon-btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:transparent;color:var(--foreground);border-radius:.45rem;cursor:pointer}
.menu-btn{display:none}
.mobile-nav{display:none;padding:1rem 0;border-top:1px solid var(--border)}
.mobile-nav.open{display:grid;gap:.35rem}.mobile-nav a{padding:.6rem .75rem;border-radius:.4rem}.mobile-nav a.active{background:var(--primary-50);color:var(--primary-600)}
main{min-height:calc(100vh - 140px)}
.section{padding:4rem 0}.section-tight{padding:2.5rem 0}
.text-center{text-align:center}.muted{color:var(--muted)}.lead{font-size:1.1rem;color:color-mix(in srgb,var(--foreground) 75%,transparent)}
.max-2{max-width:42rem}.max-3{max-width:48rem}.max-4{max-width:56rem;margin-left:auto;margin-right:auto}
.grid-2,.grid-3{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.items-center{align-items:center}.justify-center{justify-content:center}
.hero{padding:4rem 0;background:var(--background)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.hero-image{width:100%;max-width:40rem;height:auto;object-fit:contain}.eyebrow{font-size:1.35rem;color:var(--muted)}.brand{color:var(--secondary-500)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.55rem;padding:.75rem 1.5rem;font-weight:500;color:#fff;background:var(--secondary-500);transition:.2s;box-shadow:0 6px 18px rgba(0,0,0,.08)}.btn:hover{background:var(--primary-500);transform:translateY(-1px)}
.card{background:var(--card);border:1px solid var(--border);border-radius:1rem;box-shadow:0 4px 18px rgba(0,0,0,.06)}
.soft{background:var(--secondary-50)}.gray-section{background:color-mix(in srgb,var(--foreground) 3%,var(--background))}
.service-card{text-align:center;transition:.25s}.service-card:hover{transform:scale(1.04)}.service-card img{width:128px;height:128px;border-radius:50%;object-fit:cover;box-shadow:0 3px 12px rgba(0,0,0,.1)}
.who-list,.impact-list{padding-left:1.25rem}.who-list li{margin:.9rem 0}.impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.impact-card{min-height:180px;padding:1.5rem;border-radius:1rem;text-align:center;background:var(--secondary-50);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 3px 12px rgba(0,0,0,.06)}.impact-card img{width:40px;height:40px;margin-bottom:1rem}
.flow-img{max-width:100%;height:auto;border-radius:.5rem;box-shadow:0 6px 20px rgba(0,0,0,.08)}
.gallery-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.gallery-preview img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;box-shadow:0 3px 12px rgba(0,0,0,.08);transition:.25s}.gallery-preview img:hover{transform:scale(1.02)}
.site-footer{border-top:1px solid var(--border);margin-top:2rem}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2.5rem 0}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:.3rem 0}.footer-links a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid var(--border);padding:1rem;text-align:center;font-size:.75rem;color:var(--muted)}.powered{text-align:center;padding:.75rem;font-size:.75rem;color:var(--muted)}
.page-head{text-align:center;margin-bottom:3rem}.page-head p{max-width:56rem;margin:auto;font-size:1.1rem;color:var(--muted)}
.round-img{width:100%;height:auto;border-radius:.5rem;box-shadow:0 6px 20px rgba(0,0,0,.1)}
.approach-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.approach-card{padding:1.5rem;text-align:center;border-radius:.5rem;background:var(--card);border:1px solid var(--border)}
.service-image{width:128px;height:128px;border-radius:50%;object-fit:cover}
.callout{padding:2rem;text-align:center;border-radius:.6rem;background:var(--secondary-50)}
.list{padding-left:1.25rem}.list li{margin:.55rem 0}
.gallery-event{margin-bottom:4rem;scroll-margin-top:5rem}.gallery-meta{display:flex;flex-wrap:wrap;gap:1rem;color:var(--muted);font-size:.9rem}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.photo-card{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:.55rem;background:#f3f4f6;cursor:pointer;box-shadow:0 3px 10px rgba(0,0,0,.1);transition:.3s}.photo-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.photo-card:hover{transform:scale(1.01);box-shadow:0 8px 22px rgba(0,0,0,.14)}.photo-card:hover img{transform:scale(1.08)}.photo-overlay{position:absolute;inset:auto 0 0;padding:1rem;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.65));opacity:0;transition:.3s}.photo-card:hover .photo-overlay{opacity:1}
.lightbox{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;padding:1rem}.lightbox-image{max-width:min(1100px,90vw);max-height:80vh;object-fit:contain;border-radius:.5rem}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;border:0;background:rgba(0,0,0,.55);color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.lightbox-close{top:1rem;right:1rem;width:44px;height:44px;font-size:25px}.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%);width:50px;height:50px;font-size:32px}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-info{position:absolute;left:0;right:0;bottom:0;padding:1.25rem;text-align:center;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.8))}
.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.45rem}.input,.textarea{width:100%;padding:.7rem .8rem;border:1px solid var(--border);border-radius:.45rem;background:transparent;color:var(--foreground);font:inherit;outline:none}.textarea{min-height:130px;resize:vertical}.input:focus,.textarea:focus{border-color:var(--secondary-500);box-shadow:0 0 0 2px color-mix(in srgb,var(--secondary-500) 20%,transparent)}.hidden{display:none!important}.form-success{padding:1rem;border:1px solid #22c55e;border-radius:.5rem;background:#f0fdf4}.form-error{color:#dc2626;font-size:.9rem}
.legal-content>div{margin-bottom:2rem}.legal-content h2{font-size:1.5rem;margin-bottom:.75rem}.legal-content p{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.legal-content ul{padding-left:1.25rem}.legal-content li{margin:.5rem 0}
@media(max-width:767px){h1{font-size:2.1rem}h2{font-size:1.65rem}.section{padding:3rem 0}.desktop-nav{display:none}.menu-btn{display:inline-flex}.hero-grid,.grid-2{grid-template-columns:1fr}.grid-3,.impact-grid,.approach-cards,.photo-grid{grid-template-columns:1fr}.gallery-preview{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.hero{padding:3rem 0}.hero-image{max-width:100%}.lightbox-image{max-width:94vw;max-height:75vh}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}
@media(min-width:768px) and (max-width:1024px){.photo-grid{grid-template-columns:repeat(2,1fr)}}
