@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary-dark:#00281c;--accent-green-pale:#e2efd9;--bg-white:#fff;--bg-light-gray:#f9f9f9;--text-dark:#1f2937;--border-light:#e5e7eb;--font-sans:"Outfit", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-sans);background:var(--bg-white);color:var(--text-dark);-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit;transition:all .2s}.pill-btn{border-radius:999px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:500;display:inline-flex}.pill-btn-dark{background:var(--primary-dark);color:#fff;letter-spacing:.02em;padding:.9rem 2.5rem;font-size:1.05rem;font-weight:600}.pill-btn-dark:hover{background:#001a12;transform:translateY(-2px);box-shadow:0 4px 12px #00281c33}.pill-btn-outline{color:var(--primary-dark);border:1px solid var(--border-light);background:0 0}.pill-btn-outline:hover{background:var(--bg-light-gray);transform:translateY(-2px)}.pill-tag{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border:1px solid #fff6;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:400;display:inline-flex}.layout-wrapper{max-width:1400px;min-height:100vh;margin:0 auto;padding:2rem;position:relative}.layout-wrapper:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#c3e88d66 0%,#fff0 70%);width:500px;height:500px;position:absolute;top:-10%;right:10%}.layout-wrapper:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#00281c1a 0%,#fff0 70%);width:400px;height:400px;position:absolute;top:-5%;left:20%}.header{z-index:100;justify-content:space-between;align-items:center;margin-bottom:5rem;display:flex;position:sticky;top:1rem}.logo-section{z-index:1;align-items:center;gap:.75rem;display:flex;position:relative}.logo-icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.logo-text{font-size:1.2rem;font-weight:500}.nav-pills{gap:.5rem;display:flex}.nav-pill{-webkit-backdrop-filter:blur(20px)saturate(150%);color:var(--text-dark);background:linear-gradient(135deg,#ffffffb3 0%,#fff3 100%);border:1px solid #0000000d;border-color:#fff9 #0000000d #0000000d #fff9;border-radius:999px;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;box-shadow:inset 0 1px 2px #ffffffe6,0 8px 24px #0000000d}.nav-pill.active-animated{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border-color:#0000!important}.active-pill-bg{-webkit-backdrop-filter:blur(20px)saturate(150%);z-index:0;background:linear-gradient(135deg,#c3e88de6 0%,#c3e88d66 100%);border:1px solid #fffc;border-radius:999px;position:absolute;inset:0;box-shadow:inset 0 1px 2px #ffffffe6,0 8px 24px #0000000f}.nav-pill:hover{background:linear-gradient(135deg,#ffffffb3 0%,#fff3 100%);transform:translateY(-1px);box-shadow:inset 0 1px 2px #ffffffe6,0 12px 28px #0000000f}.main-content{flex-direction:column;gap:4rem;display:flex}.main-headline{text-align:center;letter-spacing:-.02em;font-size:5.5rem;font-weight:500;line-height:1.1}.highlight-pill{-webkit-backdrop-filter:blur(20px)saturate(150%);background:linear-gradient(135deg,#c3e88dcc 0%,#c3e88d4d 100%);border:1px solid #fffc;border-radius:999px;margin-top:.5rem;padding:0 1.5rem;display:inline-block;box-shadow:inset 0 1px 2px #ffffffe6,0 8px 24px #0000000f}.bento-grid{gap:1.5rem;height:350px;display:flex}.team-card{background:var(--accent-green-pale);text-align:center;border-radius:110px;flex-direction:column;flex-shrink:0;align-items:center;width:220px;padding:1.5rem;display:flex;position:relative}.team-avatars{justify-content:center;margin-bottom:.5rem;display:flex}.avatar,.avatar-placeholder{border:3px solid var(--accent-green-pale);border-radius:50%;width:54px;height:54px;margin-left:-15px}.avatar:first-child,.avatar-placeholder:first-child{margin-left:0}.avatar{object-fit:cover}.bg-dark{background:var(--primary-dark)}.bg-light{background:#fff}.team-link{align-items:center;gap:.25rem;font-size:1.1rem;font-weight:500;display:inline-flex}.team-card-bottom{color:var(--text-dark);margin-top:auto;font-size:.95rem;line-height:1.4}.icon-star{margin-bottom:.5rem;font-size:1.8rem}.hero-container{background:0 0;border-radius:24px;flex-grow:1;position:relative}.hero-bg-img{object-fit:cover;width:100%;height:100%}.hero-top-tags{gap:.75rem;display:flex;position:absolute;top:3rem;left:4rem}.mission-box{background:var(--bg-white);max-width:350px;color:var(--text-dark);border-radius:30px 30px 30px 10px;padding:1.5rem 2rem;font-size:1rem;line-height:1.5;position:absolute;bottom:2.5rem;left:6rem;box-shadow:0 10px 30px #0000000d}.hero-actions{gap:1rem;display:flex;position:absolute;bottom:3rem;right:4rem}.bg-white{background:#fff}.ticker-container{border-top:2px solid var(--border-light);white-space:nowrap;margin-top:2rem;padding:1.5rem 0;overflow:hidden}.ticker-track{color:var(--text-dark);align-items:center;gap:2rem;font-size:2.5rem;font-weight:400;animation:25s linear infinite scroll-left;display:flex}.ticker-icon{background:var(--accent-green-pale);border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:inline-flex}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1200px){.bento-grid{flex-direction:column;height:auto}.hero-container{border-radius:24px;height:350px}.team-card{border-radius:40px;flex-direction:row;justify-content:space-around;width:100%;height:300px}.team-card-bottom{margin-top:0}.main-headline{font-size:4rem}}.who-we-are-section{grid-template-columns:1fr 1fr;gap:4rem;margin-top:6rem;display:grid}.who-col{flex-direction:column;display:flex}.who-heading{color:var(--primary-dark);margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.who-divider{border:none;border-top:1px solid #00281c33;margin:1.5rem 0}.who-text{color:var(--text-dark);font-size:1.1rem;line-height:1.6}.who-text a{color:var(--primary-dark);font-weight:600}.who-link{color:var(--primary-dark);justify-content:space-between;align-items:center;font-size:1.15rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.who-link:hover{opacity:.7}.who-arrow{font-size:1.5rem;font-weight:300}@media (width<=900px){.who-we-are-section{grid-template-columns:1fr;gap:3rem}}.mobile-menu-toggle{display:none}@media (width<=768px){.layout-wrapper{padding:1rem}.main-headline{font-size:3rem}.header{margin-bottom:2rem}.nav-pills,.pill-btn.pill-btn-dark{display:none}.mobile-menu-toggle{cursor:pointer;z-index:200;background:0 0;border:none;padding:.5rem;display:flex}.bento-grid{flex-direction:column;height:auto;display:flex}.hero-container{border-radius:24px;height:250px}.team-card{display:none}.ticker-track{gap:1rem;font-size:1.5rem}.ticker-icon{border-radius:12px;width:40px;height:40px;font-size:1.2rem}}.hero-logo-container{background:0 0;flex-direction:column;justify-content:center;align-items:center;padding-top:4rem;padding-right:12rem;display:flex}.hero-logo-text{letter-spacing:2px;background:linear-gradient(90deg,#18863f 0%,#d4af37 50%,#b11226 100%);-webkit-text-fill-color:transparent;text-transform:uppercase;text-align:center;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:900}.hero-logo-img{object-fit:contain;width:auto;height:auto;max-height:400px}@media (width<=768px){.hero-logo-container{padding-top:2rem;padding-right:0!important}.hero-logo-text{margin-bottom:1rem;font-size:2rem!important}.hero-logo-img{max-height:250px!important}}.footer-container{max-width:1400px;margin-top:8rem;margin-left:auto;margin-right:auto;padding:0 4rem 4rem}.newsletter-card{background:var(--primary-dark);color:var(--bg-white);border-radius:40px;justify-content:space-between;align-items:center;gap:4rem;margin-bottom:6rem;padding:4rem 5rem;display:flex}.newsletter-left{flex:1;max-width:500px}.newsletter-left h2{margin-bottom:1.5rem;font-size:3rem;font-weight:500;line-height:1.2}.newsletter-left p{opacity:.8;font-size:1rem;line-height:1.6}.newsletter-right{flex-direction:column;flex:1;gap:1rem;max-width:450px;display:flex}.stay-updated-label{opacity:.9;margin-bottom:.2rem;font-size:.9rem;font-weight:500}.newsletter-form-modern{background:0 0;gap:1rem;display:flex}.newsletter-form-modern input{color:#fff;background:#ffffff1a;border:1px solid #0000;border-radius:999px;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:border-color .2s}.newsletter-form-modern input::placeholder{color:#fff9}.newsletter-form-modern input:focus{border-color:#fff6}.newsletter-form-modern button{color:var(--primary-dark);background:#c2e29e;border-radius:999px;padding:0 2rem;font-size:1rem;font-weight:600}.privacy-text{opacity:.6;margin-top:.5rem;font-size:.8rem}.privacy-text a{color:#fff;text-decoration:underline}.footer-links-section{justify-content:space-between;align-items:flex-start;padding:0 1rem;display:flex}.brand-logo{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.brand-tagline{color:var(--text-muted);font-size:1rem;line-height:1.5}.social-icons{gap:1.2rem;margin-top:2rem;display:flex}.social-icons a{color:var(--primary-dark);opacity:.7;transition:opacity .2s,transform .2s}.social-icons a:hover{opacity:1;transform:translateY(-2px)}.trademark-bottom{color:var(--primary-dark);margin-top:2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.trademark-bottom:hover{opacity:.7}.mobile-trademark{display:none}.footer-nav-columns{gap:8rem;display:flex}.nav-column{flex-direction:column;gap:1.2rem;display:flex}.nav-column h4{color:var(--primary-dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.nav-column a{color:var(--text-muted);font-size:.95rem;transition:color .2s}.nav-column a:hover{color:var(--primary-dark)}.footer-legal{flex-direction:column;gap:1.2rem;display:flex}@media (width<=1024px){.newsletter-card{flex-direction:column;align-items:flex-start;padding:3rem 2rem}.footer-links-section{flex-direction:column;gap:3rem}.footer-nav-columns{flex-wrap:wrap;gap:3rem}.newsletter-form-modern{flex-direction:column}.newsletter-form-modern button{padding:1rem 2rem}.desktop-trademark{display:none!important}.mobile-trademark{margin-top:3rem;display:inline-block}}@media (width<=768px){.footer-container{margin-top:4rem;padding:0 1rem 2rem}.newsletter-card{border-radius:20px;margin-bottom:3rem;padding:2rem 1.5rem}.newsletter-left h2{font-size:2rem}.footer-nav-columns{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.newsletter-form-modern input{padding:.8rem 1.2rem}}.founder-section{text-align:left;background:#c3e88d1a;border-radius:40px;margin-top:4rem;padding:4rem 2rem}.founder-title{color:var(--primary-dark);text-align:center;margin-bottom:4rem;font-size:2.2rem;font-weight:700}.founder-card{align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:flex}.founder-image-wrapper{border:8px solid #fff;border-radius:50%;flex-shrink:0;width:300px;height:300px;display:block;overflow:hidden;box-shadow:0 20px 40px #00281c26}.founder-image{object-fit:cover;object-position:center bottom;width:100%;height:100%;transition:transform .5s;transform:scale(1.2)}.founder-image-wrapper:hover .founder-image{transform:scale(1.25)}.founder-info{flex:1}.founder-name{color:var(--primary-dark);margin-bottom:1rem;font-size:2rem}.founder-bio{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.founder-credentials{color:var(--primary-dark);opacity:.8;flex-direction:column;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}@media (width<=768px){.founder-card{text-align:center;flex-direction:column;gap:2rem}.founder-credentials{align-items:center}.founder-image-wrapper{width:240px;height:240px}}.members-section{margin-top:8rem;margin-bottom:4rem}.members-title{color:var(--primary-dark);text-align:center;margin-bottom:4rem;font-size:2.2rem;font-weight:700}.members-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}.member-card{text-align:center;background:#fff;border-radius:30px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #00000008}.member-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00281c14}.member-image-wrapper{border:4px solid #c3e88d80;border-radius:50%;width:160px;height:160px;margin-bottom:1.5rem;overflow:hidden}.member-image-wrapper img{object-fit:cover;width:100%;height:100%}.member-name{color:var(--primary-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.member-role{color:var(--text-muted);font-size:.95rem;font-weight:500}@keyframes modalPopIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.image-modal-close{top:-50px;right:0}}.impact-section{text-align:left;margin-top:6rem;margin-bottom:4rem}.impact-title{color:var(--primary-dark);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.impact-subtitle{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.2rem}.impact-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1000px;margin:0 auto;display:grid}.impact-card{aspect-ratio:4/3;background:var(--border-light);border-radius:24px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000014}.impact-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 25px 45px #00281c26}.impact-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.impact-card:hover img{transform:scale(1.08)}.donation-cta-container{justify-content:center;width:100%;margin:3rem 0 5rem;display:flex}.donation-cta{background:linear-gradient(135deg, var(--primary-dark) 0%, #004d36 100%);color:#fff;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.8rem;padding:1.2rem 4rem;font-size:1.3rem;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #00281c4d}.donation-cta:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.donation-cta:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 20px 40px #00281c66}.donation-cta:hover:after{left:100%}.gallery-section{text-align:left;margin-top:4rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-auto-rows:320px;gap:1.5rem;display:grid}.gallery-item{cursor:pointer;background:var(--border-light);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.8,.25,1)}.gallery-overlay{opacity:0;background:linear-gradient(#00281c00 50%,#00281cd9 100%);align-items:flex-end;padding:2rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-overlay span{color:#fff;font-size:1.25rem;font-weight:600;transition:transform .3s cubic-bezier(.25,.8,.25,1);transform:translateY(15px)}.gallery-item:hover img{transform:scale(1.05)}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover .gallery-overlay span{transform:translateY(0)}.image-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#00281ce6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.image-modal-content{max-width:90vw;max-height:90vh;animation:.3s cubic-bezier(.175,.885,.32,1.275) modalPopIn;position:relative}.image-modal-img{border-radius:12px;max-width:100%;max-height:90vh;display:block;box-shadow:0 20px 40px #00000080}.image-modal-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:3rem;line-height:1;transition:opacity .2s;position:absolute;top:-40px;right:-40px}.image-modal-close:hover{opacity:.7}@media (width<=768px){.image-modal-close{top:-50px;right:0}}.legal-container{text-align:left;max-width:800px;margin:4rem auto 8rem;padding:0 2rem}.legal-headline{color:var(--primary-dark);text-align:center;margin-bottom:1rem;font-size:3rem}.legal-last-updated{text-align:center;color:var(--text-muted);margin-bottom:4rem;font-size:.95rem}.legal-content h2{color:var(--primary-dark);border-bottom:2px solid var(--border-light);margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.8rem}.legal-content h3{color:var(--primary-dark);margin-top:2rem;margin-bottom:.8rem;font-size:1.3rem}.legal-content p{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.legal-content ul,.legal-content ol{color:var(--text-dark);margin-bottom:1.5rem;margin-left:2rem;font-size:1.1rem;line-height:1.8}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--primary-dark);font-weight:500;text-decoration:underline}.legal-content a:hover{color:var(--accent-orange)}.faq-list{flex-direction:column;gap:1.5rem;margin-top:3rem;display:flex}.faq-item{border:1px solid var(--border-light);background:#fff;border-radius:16px;padding:1.5rem 2rem;box-shadow:0 4px 15px #00000008}.faq-question{color:var(--primary-dark);margin-bottom:1rem;font-size:1.3rem;font-weight:700}.faq-answer{color:var(--text-dark);font-size:1.1rem;line-height:1.7}
