*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green:#1a4a2e;--green-dark:#122d1e;--green-light:#2d6b45;--amber:#c22;--amber-dark:#a31818;--amber-light:#f07070;--cream:#fdfaf5;--cream-dark:#f0ead8;--text:#1c1c1c;--text-muted:#5a5a5a;--white:#fff;--border:#e0d8c8;--shadow:0 2px 16px #1a4a2e1a;--shadow-lg:0 8px 40px #1a4a2e26;--radius:6px;--radius-lg:12px;--nav-height:72px;--font-body:"Inter",system-ui,sans-serif;--font-display:"Inter",system-ui,sans-serif;--transition:0.2s ease}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#fdfaf5;background:var(--cream);color:#1c1c1c;color:var(--text);font-family:Inter,system-ui,sans-serif;font-family:var(--font-body);font-size:16px;line-height:1.65}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:Inter,system-ui,sans-serif;font-family:var(--font-body);font-weight:700;letter-spacing:-.01em;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;font-weight:700;letter-spacing:-.02em}h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}h2,h3{font-weight:600}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}h4{font-size:1.1rem;font-weight:600}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.btn{align-items:center;border-radius:6px;border-radius:var(--radius);display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;letter-spacing:.01em;padding:.75rem 1.75rem;transition:all .2s ease;transition:all var(--transition);white-space:nowrap}.btn-primary{background:#c22;background:var(--amber);color:#122d1e;color:var(--green-dark)}.btn-primary:hover{background:#a31818;background:var(--amber-dark);box-shadow:0 4px 16px #e8a02059;transform:translateY(-1px)}.btn-secondary{background:#0000;border:2px solid #ffffffb3;color:#fff;color:var(--white)}.btn-secondary:hover{background:#ffffff26;border-color:#fff;border-color:var(--white)}.btn-outline-green{background:#0000;border:2px solid #1a4a2e;border:2px solid var(--green);color:#1a4a2e;color:var(--green)}.btn-outline-green:hover{background:#1a4a2e;background:var(--green);color:#fff;color:var(--white)}.btn-sm{font-size:.875rem;padding:.5rem 1.25rem}.btn-lg{font-size:1.05rem;padding:1rem 2.25rem}.container{margin:0 auto;max-width:1180px;padding:0 1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-title{margin-bottom:3.5rem;text-align:center}.section-title h2{color:#1a4a2e;color:var(--green)}.section-title p{color:#5a5a5a;color:var(--text-muted);font-size:1.05rem;margin:.75rem auto 0;max-width:620px}.eyebrow{color:#c22;color:var(--amber);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.grid-2{grid-gap:2rem;grid-template-columns:1fr 1fr}.grid-2,.grid-3{display:grid;gap:2rem}.grid-3{grid-gap:2rem;grid-template-columns:repeat(3,1fr)}.grid-4{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:3.5rem 0}}.card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 2px 16px #1a4a2e1a;box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease;transition:box-shadow var(--transition),transform var(--transition)}.card:hover{box-shadow:0 8px 40px #1a4a2e26;box-shadow:var(--shadow-lg);transform:translateY(-3px)}.card-body{padding:1.75rem}.card-img{height:220px;object-fit:cover;width:100%}.page-hero{align-items:center;background:#122d1e;background:var(--green-dark);display:flex;min-height:320px;overflow:hidden;padding-top:72px;padding-top:var(--nav-height);position:relative}.page-hero-bg{background-position:50%;background-size:cover;inset:0;opacity:.35;position:absolute}.page-hero-content{padding:4rem 0 3rem;position:relative;z-index:1}.page-hero-content,.page-hero-content h1{color:#fff;color:var(--white)}.page-hero-content p{color:#ffffffd9;font-size:1.1rem;margin-top:.75rem;max-width:580px}.divider{background:#c22;background:var(--amber);height:3px;margin:1rem 0;width:60px}.divider-center{margin:1rem auto}.tag{background:#f0ead8;background:var(--cream-dark);border-radius:99px;color:#1a4a2e;color:var(--green);display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.04em;padding:.2rem .75rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#1c1c1c;color:var(--text);display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}.form-control{background:#fff;background:var(--white);border:1.5px solid #e0d8c8;border:1.5px solid var(--border);border-radius:6px;border-radius:var(--radius);color:#1c1c1c;color:var(--text);font-family:inherit;font-size:.95rem;padding:.7rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color var(--transition),box-shadow var(--transition);width:100%}.form-control:focus{border-color:#1a4a2e;border-color:var(--green);box-shadow:0 0 0 3px #1a4a2e1a;outline:none}.form-control.error{border-color:#c0392b}.error-msg{color:#c0392b;font-size:.82rem;margin-top:.3rem}select.form-control{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%235a5a5a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}textarea.form-control{min-height:130px;resize:vertical}.testimonial{background:#fff;background:var(--white);border-left:4px solid #c22;border-left:4px solid var(--amber);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 2px 16px #1a4a2e1a;box-shadow:var(--shadow);padding:2rem}.testimonial blockquote{color:#122d1e;color:var(--green-dark);font-family:Inter,system-ui,sans-serif;font-family:var(--font-body);font-size:1.1rem;font-weight:500;line-height:1.6;margin-bottom:1rem}.testimonial-author{color:#5a5a5a;color:var(--text-muted);font-size:.9rem;font-weight:600}.stat-box{text-align:center}.stat-number{color:#c22;color:var(--amber);font-family:Inter,system-ui,sans-serif;font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1}.stat-label{color:#5a5a5a;color:var(--text-muted);font-size:.9rem;font-weight:500;margin-top:.4rem}.donation-nudge{align-items:center;background:#f0ead8;background:var(--cream-dark);border:1px solid #e0d8c8;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);display:flex;gap:1rem;margin-top:1.5rem;padding:1rem 1.5rem}.donation-nudge p{color:#5a5a5a;color:var(--text-muted);font-size:.9rem;margin:0}@media (max-width:640px){.page-hero-content{padding:3rem 1.5rem 2.5rem;text-align:center}.page-hero-content .eyebrow{display:block}.page-hero-content .divider,.page-hero-content p{margin-left:auto;margin-right:auto}.page-hero-content p{max-width:100%}}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.site-wrapper main{flex:1 1}.navbar{background:var(--green-dark);height:var(--nav-height);left:0;position:fixed;right:0;top:0;transition:box-shadow .3s ease;z-index:1000}.navbar.scrolled{box-shadow:0 2px 20px #0000004d}.navbar-inner{gap:.5rem;height:100%}.navbar-inner,.navbar-logo{align-items:center;display:flex}.navbar-logo{flex-shrink:0;margin-right:auto}.logo-img{flex-shrink:0;height:46px;margin-right:8px;width:auto}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-name{color:var(--white);font-size:.95rem;font-weight:700}.logo-tagline{color:var(--amber);font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.desktop-links{gap:.15rem}.desktop-links,.nav-link{align-items:center;display:flex}.nav-link{background:none;border:none;border-radius:var(--radius);color:#ffffffd9;cursor:pointer;font-family:inherit;font-size:.88rem;font-weight:500;gap:.3rem;letter-spacing:.01em;padding:.45rem .7rem;transition:all .2s}.nav-link.active,.nav-link:hover{background:#ffffff1a;color:var(--white)}.donate-cta{background:var(--amber)!important;color:var(--green-dark)!important;flex-shrink:0;font-weight:700;margin-left:.75rem}.donate-cta:hover{background:var(--amber-dark)!important;box-shadow:0 4px 16px #e8a02066;transform:translateY(-1px)}.nav-dropdown{position:relative}.dropdown-bridge{height:12px;left:0;position:absolute;top:100%;width:100%}.dropdown-menu{background:var(--white);border-radius:var(--radius-lg);box-shadow:0 8px 32px #0000002e;left:0;min-width:210px;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:calc(100% + 10px);transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s;visibility:hidden;z-index:100}.nav-dropdown.open .dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.dropdown-item{border-bottom:1px solid #0000000d;color:var(--text);display:block;font-size:.88rem;font-weight:500;padding:.75rem 1.25rem;transition:background .15s}.dropdown-item:last-child{border-bottom:none}.dropdown-item.active,.dropdown-item:hover{background:var(--cream-dark);color:var(--green-dark)}.hamburger{border-radius:var(--radius);color:var(--white);display:none;padding:.5rem;transition:background .2s}.hamburger:hover{background:#ffffff1a}.mobile-drawer{display:none}.mobile-overlay{background:#00000080;inset:0;position:fixed;top:var(--nav-height);z-index:998}@media (max-width:900px){.desktop-links,.donate-cta{display:none}.hamburger{align-items:center;display:flex}.mobile-drawer{background:var(--green-dark);bottom:0;display:block;max-width:90vw;overflow-y:auto;position:fixed;right:0;top:var(--nav-height);transform:translateX(100%);transition:transform .3s ease;width:300px;z-index:999}.mobile-drawer.open{transform:translateX(0)}.mobile-nav{display:flex;flex-direction:column;padding:1.25rem 1rem 2rem}.mobile-nav-link{align-items:center;background:none;border:none;border-bottom:1px solid #ffffff0f;border-radius:var(--radius);color:#ffffffe0;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;font-weight:500;justify-content:space-between;padding:.85rem .75rem;text-align:left;transition:background .15s,color .15s;width:100%}.mobile-nav-link.active,.mobile-nav-link:hover{background:#ffffff1a;color:var(--white)}.mobile-nav-link:last-of-type{border-bottom:none}.mobile-accordion{display:flex;flex-direction:column}.mobile-accordion-trigger{border-bottom:1px solid #ffffff0f}.mobile-accordion-body{max-height:0;overflow:hidden;transition:max-height .28s ease}.mobile-accordion-body.open{max-height:300px}.mobile-sub-link{border-bottom:1px solid #ffffff0a;color:#ffffffb3;display:block;font-size:.92rem;font-weight:400;padding:.7rem .75rem .7rem 1.5rem;transition:background .15s,color .15s}.mobile-sub-link.active,.mobile-sub-link:hover{background:#ffffff14;color:var(--white)}.mobile-sub-link:last-child{border-bottom:1px solid #ffffff0f;margin-bottom:.25rem}.mobile-donate-btn{background:var(--amber)!important;color:var(--green-dark)!important;font-weight:700;justify-content:center;margin-top:1.5rem;width:100%}}.footer{background:var(--green-dark);color:#fffc}.footer-main{padding:4rem 0 3rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.4fr 1fr 1fr 1.3fr}.footer-logo{height:50px;margin-bottom:.75rem;width:auto}.logo-fallback-icon-footer{align-items:center;background:var(--amber);border-radius:50%;color:var(--green-dark);display:inline-flex;font-size:.85rem;font-weight:800;height:44px;justify-content:center;margin-bottom:.75rem;width:44px}.footer-tagline{color:var(--amber);font-family:var(--font-display);font-size:1.1rem;font-style:italic;margin-bottom:.75rem}.footer-desc{color:#ffffffa6;font-size:.88rem;line-height:1.6;margin-bottom:1.5rem}.footer-donate-btn{background:var(--amber)!important;color:var(--green-dark)!important;font-weight:700}.footer-links-col h4{color:var(--white);font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.footer-links-col ul{display:flex;flex-direction:column;gap:.5rem}.footer-links-col ul li a{color:#ffffffa6;font-size:.88rem;transition:color .2s}.footer-links-col ul li a:hover{color:var(--amber)}.footer-contact-col h4{color:var(--white);font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.footer-contact-list{display:flex;flex-direction:column;gap:.65rem}.footer-contact-list li{align-items:center;display:flex;font-size:.88rem;gap:.6rem}.footer-contact-list li a{color:#ffffffbf;transition:color .2s}.footer-contact-list li a:hover{color:var(--amber)}.footer-store{align-items:center;display:flex;gap:.6rem;margin-top:1.25rem}.footer-store-link{color:var(--amber);font-size:.9rem;font-weight:600}.footer-store-link:hover{color:var(--amber-light)}.footer-bottom{border-top:1px solid #ffffff1a;padding:1.25rem 0}.footer-bottom-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom p{color:#ffffff73;font-size:.82rem;margin:0}.footer-made-with{align-items:center;display:flex;gap:.35rem}@media (max-width:960px){.footer-grid{grid-template-columns:1fr 1fr;row-gap:2.5rem}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;text-align:center}}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding-top:var(--nav-height);position:relative}.hero-bg{animation:heroZoom 14s ease-in-out infinite alternate;background-position:center 30%;background-size:cover;inset:0;position:absolute;transform:scale(1.04)}@keyframes heroZoom{0%{transform:scale(1.04)}to{transform:scale(1)}}.hero-overlay{background:linear-gradient(135deg,#122d1ed1,#1a4a2ea6 60%,#122d1e8c);inset:0;position:absolute}.hero-content{color:var(--white);max-width:720px;padding:5rem 0 6rem;position:relative;z-index:1}.hero-title{color:var(--white);margin:.5rem 0 1.25rem;text-shadow:0 2px 20px #0000004d}.hero-subtitle{color:#ffffffe0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;margin-bottom:2.25rem;max-width:560px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.impact-bar{background:var(--green);padding:2rem 0}.impact-bar-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr)}.impact-bar-item{border-right:1px solid #ffffff26;padding:.5rem 1rem;text-align:center}.impact-bar-item:last-child{border-right:none}.impact-bar-number{color:var(--amber);display:block;font-family:var(--font-body);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.1}.impact-bar-label{color:#ffffffbf;display:block;font-size:.82rem;font-weight:500;margin-top:.25rem}.problem-section{background:var(--cream)}.problem-grid{margin-bottom:3rem}.problem-card{background:var(--white);border-radius:var(--radius-lg);border-top:4px solid var(--amber);box-shadow:var(--shadow);padding:2rem 1.75rem;transition:transform .2s,box-shadow .2s}.problem-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.problem-stat{color:var(--green);font-family:var(--font-body);font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.75rem}.problem-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6;margin:0}.problem-narrative{background:var(--green-dark);border-radius:var(--radius-lg);color:var(--white);padding:2.5rem}.problem-narrative-content{align-items:flex-start;display:flex;gap:1.75rem}.problem-narrative-content svg{flex-shrink:0;margin-top:.2rem}.problem-narrative-content h3{color:var(--white);margin-bottom:.75rem}.problem-narrative-content p{color:#fffc;font-size:.95rem;margin-bottom:.75rem}.pillars-section{background:var(--cream-dark)}.pillar-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:flex;flex-direction:column;padding:2rem 1.75rem;transition:transform .2s,box-shadow .2s}.pillar-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.pillar-icon{align-items:center;background:var(--cream-dark);border-radius:var(--radius-lg);display:flex;height:56px;justify-content:center;margin-bottom:1.25rem;width:56px}.pillar-title{color:var(--green);font-size:1.1rem;margin-bottom:.75rem}.pillar-desc{color:var(--text-muted);flex:1 1;font-size:.9rem;line-height:1.65;margin-bottom:1.25rem}.pillar-link{align-items:center;color:var(--green);display:flex;font-size:.875rem;font-weight:600;gap:.4rem;transition:gap .2s,color .2s}.pillar-link:hover{color:var(--amber-dark);gap:.65rem}.testimonial-band{background:var(--green-dark)}.testimonial-dark{background:#ffffff0f!important;border-color:var(--amber)!important;box-shadow:none!important}.testimonial-dark blockquote{color:var(--white)!important}.testimonial-dark .testimonial-author{color:#fff9!important}.impact-calc-section{background:var(--cream)}.impact-calc-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.impact-calc-card{background:var(--white);border-bottom:4px solid var(--green);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.75rem;text-align:center;transition:transform .2s,box-shadow .2s}.impact-calc-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.impact-amount{color:var(--amber-dark);font-family:var(--font-body);font-size:2.2rem;font-weight:700;line-height:1;margin-bottom:.5rem}.impact-impact{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:0}.approach-section{background:var(--cream-dark)}.approach-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.approach-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);height:480px;object-fit:cover;width:100%}.approach-content h2{color:var(--green);margin-bottom:.5rem}.approach-content p{color:var(--text-muted);font-size:.95rem}.approach-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.approach-list li{align-items:flex-start;color:var(--text);display:flex;font-size:.93rem;gap:.75rem}.approach-list li svg{flex-shrink:0;margin-top:.1rem}.founder-section{background:var(--cream)}.founder-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:grid;grid-template-columns:280px 1fr;overflow:hidden}.founder-image img{height:100%;min-height:300px;object-fit:cover;width:100%}.founder-content{display:flex;flex-direction:column;justify-content:center;padding:3rem}.founder-quote{color:var(--green-dark);font-family:var(--font-body);font-size:clamp(1.05rem,2vw,1.35rem);font-style:normal;line-height:1.6;margin:.75rem 0 1.5rem;quotes:'"' '"'}.founder-quote:before{content:open-quote}.founder-quote:after{content:close-quote}.founder-name{color:var(--green);font-size:1rem;font-weight:700;margin:0}.founder-title-text{color:var(--text-muted);font-size:.88rem;margin:.2rem 0}.founder-sub{color:var(--amber-dark);font-size:.8rem;font-weight:500;margin:0}.cta-band{background:var(--green);padding:4rem 0}.cta-band-inner{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.cta-band h2{color:var(--white)}.cta-band p{color:#fffc;margin:.5rem 0 0}.cta-band-actions{display:flex;flex-shrink:0;flex-wrap:wrap;gap:1rem}@media (max-width:900px){.impact-bar-grid,.impact-calc-grid{grid-template-columns:repeat(2,1fr)}.approach-grid{gap:2rem;grid-template-columns:1fr}.approach-image img{height:300px}.founder-card{grid-template-columns:1fr}.founder-image img{height:280px}.problem-narrative-content{flex-direction:column;gap:1rem}}@media (max-width:600px){.impact-bar-grid{grid-template-columns:repeat(2,1fr)}.impact-calc-grid{grid-template-columns:1fr}.cta-band-inner{flex-direction:column;text-align:center}.cta-band-actions{justify-content:center}.hero-actions{align-items:flex-start;flex-direction:column}}@media (max-width:640px){.hero-content{max-width:100%;padding:4rem 1.5rem 5rem;text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto;max-width:100%}.hero-actions{align-items:center;flex-direction:column}.hero-actions .btn{justify-content:center;width:100%}}.about-founder-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 380px}.about-founder-grid h2{color:var(--green);margin-bottom:.5rem}.about-founder-grid p{color:var(--text-muted);font-size:.95rem}.about-founder-image{position:relative}.about-founder-image img{aspect-ratio:3/4;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);object-fit:cover;width:100%}.about-founder-caption{background:var(--green-dark);border-radius:0 0 var(--radius-lg) var(--radius-lg);color:var(--white);padding:1.25rem 1.5rem;text-align:center}.about-founder-name{font-size:1rem;font-weight:700;margin-bottom:.2rem}.about-founder-caption p{color:#ffffffb3;font-size:.82rem;margin:0}.mission-section{background:var(--cream-dark)}.mission-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.mission-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2.25rem}.mission-card h3{color:var(--green);font-size:1.2rem;margin-bottom:.75rem}.mission-card p{color:var(--text-muted);font-size:.93rem;line-height:1.65;margin:0}.mission-card-amber{background:var(--amber)}.mission-card-amber h3,.mission-card-amber p{color:var(--green-dark)}.mission-card-amber p{font-weight:500}.mission-icon-wrap{align-items:center;background:var(--cream-dark);border-radius:var(--radius);display:flex;height:56px;justify-content:center;margin-bottom:1.25rem;width:56px}.mission-card-amber .mission-icon-wrap{background:#1a4a2e26}.history-section{background:var(--cream)}.timeline{margin:0 auto;max-width:760px;position:relative}.timeline:before{background:var(--border);bottom:0;content:"";left:110px;position:absolute;top:0;width:2px}.timeline-item{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:100px 24px 1fr;padding:1rem 0}.timeline-year{color:var(--green);font-family:var(--font-body);font-size:1.05rem;font-weight:700;text-align:right}.timeline-dot{background:var(--amber);border:2px solid var(--white);border-radius:50%;box-shadow:0 0 0 2px var(--amber);height:12px;justify-self:center;width:12px;z-index:1}.timeline-content{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text-muted);font-size:.93rem;padding:.85rem 1.25rem}.who-section{background:var(--cream-dark)}.who-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 420px}.who-grid h2{color:var(--green)}.who-grid p{color:var(--text-muted);font-size:.95rem;margin-bottom:1rem}.who-list{flex-direction:column;margin-top:1.25rem}.who-list,.who-list li{display:flex;gap:.75rem}.who-list li{align-items:flex-start;color:var(--text);font-size:.93rem}.who-list li svg{flex-shrink:0;margin-top:.15rem}.who-image img{aspect-ratio:4/3;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);object-fit:cover;width:100%}@media (max-width:900px){.about-founder-grid{grid-template-columns:1fr}.about-founder-image{max-width:360px}.mission-grid,.who-grid{grid-template-columns:1fr}.timeline:before{left:80px}.timeline-item{grid-template-columns:70px 24px 1fr}}@media (max-width:480px){.timeline:before{display:none}.timeline-item{gap:.35rem;grid-template-columns:1fr}.timeline-year{text-align:left}.timeline-dot{display:none}}.programmes-list{display:flex;flex-direction:column;gap:4rem}.programme-row{grid-gap:3.5rem;align-items:center;display:grid;gap:3.5rem;grid-template-columns:480px 1fr}.programme-row.reverse{direction:rtl}.programme-row.reverse>*{direction:ltr}.programme-row-image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;position:relative}.programme-row-image img{display:block;height:360px;object-fit:cover;transition:transform .4s ease;width:100%}.programme-row-image:hover img{transform:scale(1.03)}.prog-category-tag{border-radius:99px;color:var(--white);font-size:.75rem;font-weight:700;left:1rem;letter-spacing:.08em;padding:.3rem .85rem;position:absolute;text-transform:uppercase;top:1rem}.programme-row-content h2{color:var(--green);font-size:clamp(1.4rem,2.5vw,2rem);margin-bottom:.5rem}.programme-row-content p{color:var(--text-muted);font-size:.95rem;margin-bottom:.75rem}.prog-impact-line{font-size:.9rem!important}.prog-impact-line strong{color:var(--green)}.prog-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}@media (max-width:960px){.programme-row{gap:2rem;grid-template-columns:1fr}.programme-row.reverse{direction:ltr}.programme-row-image img{height:280px}}.pillars-overview-section{background:var(--cream)}.pillar-overview-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-top:2.5rem}.pillar-overview-card{background:#fff;border:1px solid #1a4a2e1a;border-radius:var(--radius-lg);border-top:4px solid var(--green-dark);padding:1.75rem 1.5rem}.pillar-overview-card h3{color:var(--green-dark);font-size:1rem;font-weight:700;margin-bottom:1rem}.pillar-overview-card ul{display:flex;flex-direction:column;gap:.5rem}.pillar-overview-card li{color:var(--text-muted);font-size:.88rem;padding-left:1rem;position:relative}.pillar-overview-card li:before{color:var(--amber);content:"–";font-weight:700;left:0;position:absolute}@media (max-width:900px){.pillar-overview-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.pillar-overview-grid{grid-template-columns:1fr}}.prog-hero{align-items:flex-end;background-position:50%;background-size:cover;display:flex;min-height:420px;padding-top:var(--nav-height);position:relative}.prog-hero-overlay{background:linear-gradient(0deg,#122d1eeb 0,#122d1e80 50%,#122d1e4d);inset:0;position:absolute}.prog-hero-content{color:var(--white);padding-bottom:3.5rem;padding-top:5rem;position:relative;z-index:1}.prog-hero-content h1{color:var(--white)}.prog-hero-content p{color:#ffffffd9;font-size:1.1rem;margin-top:.75rem;max-width:620px}.prog-back-link{align-items:center;color:var(--amber-light);display:inline-flex;font-size:.875rem;font-weight:600;gap:.4rem;margin-bottom:1.5rem;transition:gap .2s}.prog-back-link:hover{gap:.65rem}.prog-detail-grid{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:1fr 340px}.prog-detail-main p{color:var(--text-muted);font-size:1rem;line-height:1.75;margin-bottom:1.25rem}.prog-sidebar-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:1.5rem;padding:1.75rem}.prog-sidebar-card:last-child{margin-bottom:0}.prog-sidebar-card h3{color:var(--green);font-size:1rem;margin-bottom:1rem}.prog-sidebar-includes ul{display:flex;flex-direction:column;gap:.65rem}.prog-sidebar-includes ul li{align-items:flex-start;color:var(--text-muted);display:flex;font-size:.9rem;gap:.5rem}.prog-sidebar-includes ul li svg{flex-shrink:0;margin-top:.15rem}.prog-sidebar-impact{border-left:4px solid var(--amber)}.prog-impact-label{color:var(--amber-dark);font-size:.75rem;font-weight:700;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.prog-impact-text{color:var(--green-dark);font-family:var(--font-body);font-size:1rem;line-height:1.5;margin:0}.prog-sidebar-donate{background:var(--green-dark)}.prog-sidebar-donate h3{color:var(--white)}.donate-nudge-text{color:#ffffffbf;font-size:.9rem;margin-bottom:1.25rem}.other-progs-section{background:var(--cream-dark)}@media (max-width:900px){.prog-detail-grid{grid-template-columns:1fr}.prog-detail-sidebar{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.prog-sidebar-card{margin-bottom:0}}@media (max-width:600px){.prog-detail-sidebar{grid-template-columns:1fr}}.stats-section{background:var(--cream)}.impact-stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.impact-stat-card{background:var(--white);border-radius:var(--radius-lg);border-top:4px solid var(--amber);box-shadow:var(--shadow);padding:2.5rem 2rem;text-align:center;transition:transform .2s,box-shadow .2s}.impact-stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.impact-stat-number{color:var(--green);font-family:var(--font-body);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1;margin-bottom:.5rem}.impact-stat-label{color:var(--text);font-size:.95rem;font-weight:700;margin-bottom:.4rem}.impact-stat-sub{color:var(--text-muted);font-size:.82rem}.stories-section{background:var(--cream-dark)}.stories-list{display:flex;flex-direction:column;gap:4rem}.story-row{grid-gap:3.5rem;align-items:center;display:grid;gap:3.5rem;grid-template-columns:1fr 1fr}.story-row.reverse{direction:rtl}.story-row.reverse>*{direction:ltr}.story-image img{aspect-ratio:4/3;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);object-fit:cover;width:100%}.story-content h3{color:var(--green);margin-bottom:1rem}.story-content p{color:var(--text-muted);font-size:.95rem;line-height:1.75}.testimonials-section{background:var(--cream)}.testimonials-full-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.testimonial-full{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.testimonial-full-quote{border-left:3px solid var(--amber);color:var(--green-dark);flex:1 1;font-family:var(--font-body);font-size:1rem;font-style:normal;line-height:1.65;padding-left:1rem}.testimonial-full-footer{align-items:center;display:flex;gap:1rem}.testimonial-avatar{border-radius:50%;flex-shrink:0;height:48px;object-fit:cover;width:48px}.testimonial-name{font-size:.9rem;font-weight:700;margin:0}.testimonial-prog{color:var(--amber-dark);font-size:.8rem;font-weight:600;margin:0}@media (max-width:900px){.impact-stats-grid{grid-template-columns:repeat(2,1fr)}.story-row{gap:2rem;grid-template-columns:1fr}.story-row.reverse{direction:ltr}.testimonials-full-grid{grid-template-columns:1fr}}@media (max-width:600px){.impact-stats-grid{grid-template-columns:1fr}}.locations-intro-section{background:var(--cream)}.locations-intro-section .section-title p{color:var(--text-muted);line-height:1.7;margin:0 auto;max-width:720px}.region-section{background:var(--white)}.region-section-alt{background:var(--cream)}.region-grid{grid-gap:3.5rem;align-items:center;display:grid;gap:3.5rem;grid-template-columns:1fr 1.2fr}.region-grid.reverse{grid-template-columns:1.2fr 1fr}.region-grid.reverse .region-image{order:2}.region-grid.reverse .region-content{order:1}.region-image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;position:relative}.region-image img{aspect-ratio:4/5;display:block;object-fit:cover;width:100%}.region-image-tag{align-items:center;background:var(--green-dark);border-radius:99px;bottom:1.25rem;box-shadow:var(--shadow);color:var(--white);display:flex;font-size:.9rem;font-weight:600;gap:.4rem;left:1.25rem;padding:.5rem 1rem;position:absolute}.region-image-tag svg{color:var(--amber);flex-shrink:0}.region-content h2{color:var(--green);margin-bottom:.5rem}.region-intro-text{color:var(--text-muted);line-height:1.75;margin:1rem 0 1.75rem}.region-projects{display:flex;flex-direction:column;gap:1.25rem}.region-project{align-items:flex-start;display:flex;gap:.9rem}.region-project-icon{align-items:center;background:#1a4a2e14;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-top:.1rem;width:32px}.region-project h3{color:var(--text);font-size:1rem;margin-bottom:.25rem}.region-project p{color:var(--text-muted);font-size:.92rem;line-height:1.6;margin:0}@media (max-width:900px){.region-grid,.region-grid.reverse{gap:2rem;grid-template-columns:1fr}.region-grid.reverse .region-content,.region-grid.reverse .region-image{order:0}.region-image img{aspect-ratio:16/10}}@media (max-width:640px){.region-image-tag{font-size:.82rem;padding:.4rem .85rem}}.donate-section{background:var(--cream)}.donate-layout{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 440px}.donate-section-heading{color:var(--green);font-size:1.5rem;margin-bottom:.5rem}.donate-section-sub{color:var(--text-muted);font-size:.93rem;margin-bottom:1.75rem}.cause-list{display:flex;flex-direction:column;gap:.75rem}.cause-card{align-items:flex-start;background:var(--white);border:2px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;display:flex;gap:1rem;padding:1.1rem 1.25rem;text-align:left;transition:border-color .2s,box-shadow .2s;width:100%}.cause-card:hover{border-color:var(--green-light);box-shadow:var(--shadow)}.cause-card.selected{border-color:var(--green);box-shadow:0 0 0 3px #1a4a2e1a}.cause-icon{align-items:center;background:#1a4a2e14;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.cause-icon svg{color:var(--green-dark);height:20px;width:20px}.cause-card.selected .cause-icon{background:#1a4a2e2e}.cause-info{flex:1 1}.cause-info strong{color:var(--text);display:block;font-size:.95rem;margin-bottom:.2rem}.cause-info span{color:var(--text-muted);font-size:.82rem;line-height:1.4}.cause-check{align-items:center;background:var(--green);border-radius:50%;display:flex;flex-shrink:0;height:24px;justify-content:center;opacity:0;transform:scale(.7);transition:opacity .2s,transform .2s;width:24px}.cause-check.visible{opacity:1;transform:scale(1)}.donate-form-panel{position:-webkit-sticky;position:sticky;top:calc(var(--nav-height) + 1.5rem)}.donate-form-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-bottom:1.5rem;overflow:hidden}.donate-form-header{align-items:flex-start;background:var(--green-dark);color:var(--white);display:flex;gap:1rem;padding:1.5rem}.donate-form-cause-icon{align-items:center;background:#1a4a2e14;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.donate-form-cause-icon svg{color:var(--green-dark);height:24px;width:24px}.donate-form-header h3{color:var(--white);font-size:1.15rem;margin-bottom:.3rem}.donate-form-impact{color:var(--amber-light);font-size:.82rem;font-weight:600;margin:0}.donate-frequency{border-bottom:1px solid var(--border);display:flex}.freq-btn{background:var(--cream);border:none;color:var(--text-muted);cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.85rem;transition:all .2s}.freq-btn:first-child{border-right:1px solid var(--border)}.freq-btn.active{background:var(--white);color:var(--green)}.donate-amounts{border-bottom:1px solid var(--border);padding:1.5rem}.donate-amounts-label{color:var(--text-muted);font-size:.8rem;font-weight:700;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.amount-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:.75rem}.amount-btn{background:var(--cream);border:2px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;font-size:.9rem;font-weight:700;padding:.65rem .5rem;transition:all .2s}.amount-btn:hover{border-color:var(--green);color:var(--green)}.amount-btn.selected{background:var(--green);border-color:var(--green);color:var(--white)}.custom-amount-wrap{position:relative}.custom-amount-prefix{color:var(--text-muted);font-weight:700;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.custom-amount-input{padding-left:2rem!important}.donate-summary{background:var(--cream-dark);border-bottom:1px solid var(--border);color:var(--text-muted);font-size:.88rem;padding:.85rem 1.5rem}.donate-summary p{margin:0}.donate-summary strong{color:var(--green)}.donate-submit-btn{border-radius:0;font-size:1rem;justify-content:center;padding:1rem;width:100%}.donate-submit-btn,.payfast-trust{align-items:center;display:flex;gap:.5rem}.payfast-trust{background:var(--cream-dark);color:var(--green);font-size:.8rem;font-weight:600;padding:.85rem 1.5rem}.payfast-note,.payfast-trust{border-top:1px solid var(--border)}.payfast-note{color:var(--text-muted);font-size:.78rem;line-height:1.5;margin:0;padding:.75rem 1.5rem}.impact-breakdown{background:var(--green-dark);border-radius:var(--radius-lg);color:var(--white);padding:1.5rem}.impact-breakdown h4{color:var(--amber);font-family:var(--font-body);font-size:.8rem;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.impact-breakdown ul{display:flex;flex-direction:column;gap:.65rem}.impact-breakdown li{align-items:center;color:#fffc;display:flex;font-size:.87rem;gap:.75rem}.amount-tag{background:var(--amber);border-radius:4px;color:var(--green-dark);font-size:.78rem;font-weight:800;min-width:55px;padding:.2rem .6rem;text-align:center;white-space:nowrap}.trust-section{background:var(--cream-dark)}.trust-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.trust-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem;text-align:center}.trust-card svg{margin:0 auto 1rem}.trust-card h4{color:var(--green);font-size:1rem;margin-bottom:.75rem}.trust-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6;margin:0}@media (max-width:960px){.donate-layout{grid-template-columns:1fr}.donate-form-panel{position:static}}@media (max-width:600px){.trust-grid{grid-template-columns:1fr}.amount-grid{grid-template-columns:repeat(2,1fr)}}.thankyou-hero{background:linear-gradient(135deg,var(--green-dark) 0,var(--green) 100%);padding:5rem 0 4rem;text-align:center}.thankyou-hero-inner{margin:0 auto;max-width:640px}.thankyou-icon{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;height:96px;justify-content:center;margin:0 auto 1.5rem;width:96px}.thankyou-hero h1{color:var(--white);margin:.5rem 0 1rem}.thankyou-hero p{color:#ffffffd9;font-size:1.05rem;line-height:1.7}.thankyou-body-section{background:var(--cream)}.thankyou-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin:-3.5rem auto 0;max-width:720px;padding:2.5rem;position:relative;z-index:1}.thankyou-card h2{color:var(--green);margin-bottom:.5rem}.thankyou-steps{display:flex;flex-direction:column;gap:1.5rem;margin:1.75rem 0 2rem}.thankyou-steps li{align-items:flex-start;display:flex;gap:1rem}.thankyou-step-num{align-items:center;background:var(--green);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:32px;justify-content:center;width:32px}.thankyou-steps h3{color:var(--text);font-size:1rem;margin-bottom:.25rem}.thankyou-steps p{color:var(--text-muted);font-size:.92rem;line-height:1.6;margin:0}.thankyou-actions{display:flex;flex-wrap:wrap;gap:1rem}.thankyou-share{align-items:center;color:var(--text-muted);display:flex;font-size:.9rem;gap:.6rem;justify-content:center;margin:2rem auto 0;max-width:720px;padding:1.25rem;text-align:center}.thankyou-share svg{color:var(--green);flex-shrink:0}@media (max-width:640px){.thankyou-hero{padding:4rem 1.5rem 3rem}.thankyou-card{margin-top:-2.5rem;padding:1.75rem}.thankyou-actions{flex-direction:column}.thankyou-actions .btn{justify-content:center;width:100%}.thankyou-share{flex-direction:column;padding:1.25rem 1.5rem}}.gallery-section{background:var(--cream)}.gallery-filters-location{margin-bottom:.85rem}.gallery-filter-btn-location{align-items:center;background:var(--cream-dark);border-color:var(--green);color:var(--green);display:inline-flex;gap:.35rem}.gallery-filter-btn-location.active,.gallery-filter-btn-location:hover{background:var(--green);color:var(--white)}.gallery-filter-btn-location.active{border-color:var(--green)}.gallery-filter-btn-location svg{flex-shrink:0}.gallery-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.gallery-filter-btn{background:var(--white);border:2px solid var(--border);border-radius:99px;color:var(--text-muted);cursor:pointer;font-size:.875rem;font-weight:600;padding:.55rem 1.25rem;transition:all .2s}.gallery-filter-btn:hover{border-color:var(--green);color:var(--green)}.gallery-filter-btn.active{background:var(--green);border-color:var(--green);color:var(--white)}.gallery-count{color:var(--text-muted);font-size:.85rem;margin-bottom:1.75rem}.gallery-empty{background:var(--white);border:1.5px dashed var(--border);border-radius:var(--radius-lg);padding:3rem 1.5rem;text-align:center}.gallery-empty p{color:var(--text-muted);font-size:.95rem;margin:0}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.gallery-item{aspect-ratio:4/3;background:var(--cream-dark);border:none;border-radius:var(--radius);cursor:pointer;overflow:hidden;padding:0;position:relative}.gallery-item img{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.gallery-item:hover img{transform:scale(1.06)}.gallery-item-location{align-items:center;background:#122d1ed1;border-radius:99px;color:var(--white);display:flex;font-size:.7rem;font-weight:600;gap:.3rem;left:.6rem;padding:.3rem .6rem;position:absolute;top:.6rem;z-index:1}.gallery-item-location svg{color:var(--amber);flex-shrink:0}.gallery-item-overlay{background:linear-gradient(0deg,#122d1ee0 0,#0000 55%);display:flex;flex-direction:column;inset:0;justify-content:flex-end;opacity:0;padding:.85rem;position:absolute;transition:opacity .25s}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-prog{color:var(--amber);font-size:.7rem;font-weight:700;letter-spacing:.06em;margin-bottom:.25rem;text-transform:uppercase}.gallery-item-title{color:var(--white);font-size:.82rem;line-height:1.3}.lightbox{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.lightbox-backdrop{background:#000000ed;inset:0;position:absolute}.lightbox-content{align-items:center;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;position:relative;z-index:1}.lightbox-img-wrap{max-height:70vh;max-width:80vw}.lightbox-img-wrap img{border-radius:var(--radius);box-shadow:0 20px 60px #00000080;max-height:70vh;max-width:100%;object-fit:contain}.lightbox-close{align-items:center;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;height:48px;justify-content:center;position:fixed;right:1.5rem;top:1.5rem;transition:background .2s;width:48px}.lightbox-close:hover{background:#fff3}.lightbox-nav{align-items:center;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;height:52px;justify-content:center;position:fixed;top:50%;transform:translateY(-50%);transition:background .2s;width:52px}.lightbox-nav:hover{background:#fff3}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}.lightbox-caption{padding:1rem;text-align:center}.lightbox-location{align-items:center;color:var(--amber);display:inline-flex;font-size:.78rem;font-weight:700;gap:.3rem;letter-spacing:.05em;margin:0 0 .5rem;text-transform:uppercase}.lightbox-location svg{flex-shrink:0}.lightbox-title{color:var(--white);font-size:.95rem;font-weight:600;margin:0 0 .25rem}.lightbox-desc{color:#ffffffa6;font-size:.85rem;margin:0 0 .5rem}.lightbox-counter{color:#fff6;font-size:.8rem;margin:0}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item-overlay{opacity:1}}@media (max-width:600px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.lightbox-nav{display:none}.lightbox-img-wrap{max-width:95vw}}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.team-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:grid;grid-template-columns:180px 1fr;overflow:hidden;transition:box-shadow .2s,transform .2s}.team-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.team-card-img-wrap{overflow:hidden}.team-card-img-wrap img{height:100%;min-height:220px;object-fit:cover;width:100%}.team-card-body{padding:1.75rem}.team-card-body h3{color:var(--green);font-size:1.1rem;margin-bottom:.25rem}.team-card-title{color:var(--amber-dark);font-size:.82rem;font-weight:700;letter-spacing:.06em;margin-bottom:.5rem;text-transform:uppercase}.team-card-location{align-items:center;color:var(--text-muted);display:flex;font-size:.8rem;gap:.35rem;margin-bottom:.75rem}.team-card-bio{color:var(--text-muted);font-size:.88rem;line-height:1.65;margin-bottom:1rem}.team-card-contact{display:flex;flex-direction:column;gap:.4rem}.team-contact-link{align-items:center;color:var(--green);display:flex;font-size:.82rem;font-weight:500;gap:.4rem;transition:color .2s}.team-contact-link:hover{color:var(--amber-dark)}.volunteers-section{background:var(--cream-dark)}.volunteers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.volunteer-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.volunteer-card img{height:220px;object-fit:cover;width:100%}.volunteer-card-body{padding:1.75rem}.volunteer-card-body h3{color:var(--green);font-size:1.1rem;margin-bottom:.25rem}.volunteer-card-title{color:var(--amber-dark);font-size:.82rem;font-weight:700;letter-spacing:.06em;margin-bottom:.75rem;text-transform:uppercase}.volunteer-card-body p{color:var(--text-muted);font-size:.9rem;line-height:1.65;margin:0}@media (max-width:900px){.team-card,.team-grid{grid-template-columns:1fr}.team-card-img-wrap img{height:220px;min-height:220px}.volunteers-grid{grid-template-columns:1fr}}.board-intro-section{background:var(--cream)}.board-intro-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.board-intro-grid h2{color:var(--green)}.board-intro-grid>div>p{color:var(--text-muted);font-size:.95rem}.board-principles{display:flex;flex-direction:column;gap:1.25rem;padding-top:.5rem}.board-principle{align-items:flex-start;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:flex;gap:1.25rem;padding:1.5rem}.board-principle-num{color:var(--amber);font-family:var(--font-body);font-size:1.5rem;font-weight:700;line-height:1;min-width:36px}.board-principle strong{color:var(--green);display:block;font-size:.95rem;margin-bottom:.35rem}.board-principle p{color:var(--text-muted);font-size:.88rem;margin:0}.board-members-section{background:var(--cream-dark)}.board-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.board-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:grid;grid-template-columns:160px 1fr;overflow:hidden;transition:box-shadow .2s,transform .2s}.board-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.board-card-img img{height:100%;min-height:180px;object-fit:cover;width:100%}.board-card-body{padding:1.5rem}.board-card-body h3{color:var(--green);font-size:1rem;margin-bottom:.25rem}.board-card-title{color:var(--amber-dark);font-size:.78rem;font-weight:700;letter-spacing:.06em;margin-bottom:.75rem;text-transform:uppercase}.board-card-bio{color:var(--text-muted);font-size:.88rem;line-height:1.65;margin:0}@media (max-width:900px){.board-intro-grid{gap:2.5rem}.board-card,.board-grid,.board-intro-grid{grid-template-columns:1fr}.board-card-img img{height:200px}}.ways-section{background:var(--warm-white)}.ways-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-top:2.5rem}.way-card{background:#fff;border:1px solid #1a4a2e1a;border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;transition:box-shadow .25s,transform .25s}.way-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.way-icon{align-items:center;background:#1a4a2e14;border-radius:50%;display:flex;flex-shrink:0;height:52px;justify-content:center;margin:0 auto 1.25rem;width:52px}.way-icon svg{color:var(--green-dark);height:26px;width:26px}.way-card h3{color:var(--green-dark);font-size:1.2rem;margin-bottom:.75rem}.way-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.volunteer-form-section{background:var(--cream)}.volunteer-form-layout{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.4fr}.volunteer-form-intro h2{color:var(--green-dark);font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:.5rem}.volunteer-form-intro p{color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.volunteer-quote{background:var(--green-dark);border-radius:var(--radius-lg);margin-top:1.5rem;padding:1.5rem 1.75rem}.volunteer-quote blockquote{border:none;color:#fff;font-family:var(--font-body);font-size:1.05rem;font-style:normal;line-height:1.6;margin:0 0 .75rem;padding:0}.volunteer-quote-attr{color:#fff;font-size:.85rem;margin:0}.volunteer-form-wrap{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2.5rem}.form-success-icon{font-size:1.75rem;height:60px;margin:0 auto 1rem;width:60px}@media (max-width:1024px){.ways-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.volunteer-form-layout,.ways-grid{grid-template-columns:1fr}.volunteer-form-layout{gap:2rem}.volunteer-form-wrap{padding:1.5rem}}.contact-section{background:var(--warm-white)}.contact-layout{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:380px 1fr}.contact-sidebar{position:-webkit-sticky;position:sticky;top:100px}.contact-sidebar-title{color:var(--green-dark);font-size:1.6rem;margin-bottom:.5rem}.contact-block{align-items:flex-start;border-bottom:1px solid #1a4a2e14;display:flex;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.75rem}.contact-block:last-of-type{border-bottom:none}.contact-block-icon{align-items:center;background:#1a4a2e14;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-top:.1rem;width:40px}.contact-block-icon svg{color:var(--green-dark);height:18px;width:18px}.contact-block h3{color:var(--text-muted);font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:.3rem;text-transform:uppercase}.contact-block p{color:var(--text-dark);font-size:.95rem;line-height:1.5;margin:0}.contact-block a{color:var(--green-dark);font-weight:500;text-decoration:none}.contact-block a:hover{text-decoration:underline}.contact-note{color:var(--text-muted)!important;font-size:.8rem!important;margin-top:.2rem!important}.map-placeholder{background:#1a4a2e0d;border:1.5px dashed #1a4a2e33;border-radius:var(--radius-lg);margin-top:1.5rem;padding:2rem}.map-placeholder-inner{text-align:center}.map-pin-icon{color:var(--green-dark);height:40px;margin-bottom:.75rem;width:40px}.map-placeholder-inner p{color:var(--text-dark);font-size:.95rem;line-height:1.6;margin-bottom:0}.contact-form-title{color:var(--green-dark);font-size:1.6rem;margin-bottom:.5rem}.contact-form-wrap{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2.5rem}.contact-form .form-group{margin-bottom:1.25rem}.form-success{padding:2rem;text-align:center}.form-success-icon{align-items:center;background:var(--green-dark);border-radius:50%;color:#fff;display:flex;height:64px;justify-content:center;margin:0 auto 1.25rem;width:64px}.form-success-icon svg{stroke:#fff;height:28px;width:28px}.form-success h3{color:var(--green-dark);font-size:1.5rem;margin-bottom:.5rem}.form-success p{color:var(--text-muted);margin:0 auto;max-width:340px}@media (max-width:1024px){.contact-layout{gap:2.5rem;grid-template-columns:1fr}.contact-sidebar{position:static}}@media (max-width:640px){.contact-form-wrap{padding:1.5rem}}
/*# sourceMappingURL=main.e1fec877.css.map*/