:root{--green:#7dbb5c;--deep-green:#1c382a;--teal-light:#e6f4f4;--cta-light:#ecf6dc;--gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--white:#fff;--black:#000;--blue-card:#b1e4ff;--peach-card:#f9c7a2;--pink-card:#ffbfd7;--max-frame:1440px;--content-wide:1361px}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{background:var(--teal-light);color:var(--gray-900);letter-spacing:0;max-width:100%;margin:0;font-family:Nunito,Arial,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,p,figure{margin:0}h1,h2{letter-spacing:0;overflow-wrap:break-word;font-family:Yeseva One,Georgia,serif;font-weight:400}.page{--header-bg:#e6f4f4eb;--header-shadow:0 10px 30px #1118270f;width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}.inner-page,.contact-page,.media-detail-page{--header-bg:#fffffff0}.media-page{--header-bg:#e6f4f4f0}.section-frame,.content-frame{max-width:var(--max-frame);width:100%;margin:0 auto;position:relative}.content-frame{max-width:var(--content-wide)}.button{cursor:pointer;text-transform:capitalize;white-space:nowrap;border:0;border-radius:8px;justify-content:center;align-items:center;min-width:220px;height:56px;padding:10px 22px;font-size:16px;font-weight:400;line-height:1;transition:background .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.7;transform:none}.button:hover,.button:focus-visible{transform:translateY(-1px);box-shadow:0 12px 28px #11182724}.button:focus-visible,.nav-links a:focus-visible,.mobile-menu-button:focus-visible,.footer a:focus-visible,.pill-row button:focus-visible,.gallery-arrows button:focus-visible,.back-to-top:focus-visible,.success-close:focus-visible,.success-whatsapp:focus-visible,.form-submit:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #7dbb5c80}.button-primary{background:var(--green);color:var(--white)}.button-primary:hover,.button-primary:focus-visible{background:#6cab4d}.button-secondary{background:var(--white);color:var(--gray-600)}.button-secondary:hover,.button-secondary:focus-visible{color:var(--gray-900)}.button-dark{background:var(--black);color:var(--white)}.button-small{font-size:14px;font-weight:500}.eyebrow{text-transform:uppercase;font-size:14px;font-weight:400;line-height:1}.site-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--header-bg);box-shadow:var(--header-shadow);height:96px;max-width:var(--max-frame);z-index:100;justify-content:space-between;align-items:center;width:100%;padding:20px 64px;animation:.52s both headerDrop;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.site-logo{flex:0 0 200px;align-items:flex-start;display:flex}.site-logo img{object-fit:contain;width:97px;height:56px}.nav-links{align-items:center;gap:24px;display:flex}.nav-links a{color:var(--gray-800);padding:10px;font-size:16px;line-height:24px;transition:color .18s;position:relative}.nav-links a:after{background:var(--green);content:"";transform-origin:0;border-radius:999px;width:calc(100% - 20px);height:2px;transition:transform .18s;position:absolute;bottom:4px;left:10px;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a:focus-visible:after,.nav-links a.active:after{transform:scaleX(1)}.nav-links a.active{color:var(--green);font-weight:600;line-height:20px}.header-button{flex:0 0 200px;min-width:200px;height:44px}.mobile-menu-button{background:var(--white);cursor:pointer;border:1px solid #1f29371f;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:46px;height:42px;display:none;box-shadow:0 10px 24px #11182714}.mobile-menu-button span{background:var(--gray-800);border-radius:999px;width:20px;height:2px;transition:opacity .18s,transform .18s;display:block}.mobile-menu-button.open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-button.open span:nth-child(2){opacity:0}.mobile-menu-button.open span:last-child{transform:translateY(-7px)rotate(-45deg)}.mobile-join-link{display:none}.motion-reveal{opacity:0;transition:opacity .62s,transform .62s;transition-delay:var(--motion-delay,0s);transform:translateY(28px)}.hero-copy.motion-reveal,.final-cta-copy.motion-reveal,.story-cta-copy.motion-reveal{transform:translate(-50%,28px)}.motion-reveal.is-visible{opacity:1;transform:translateY(0)}.hero-copy.motion-reveal.is-visible,.final-cta-copy.motion-reveal.is-visible,.story-cta-copy.motion-reveal.is-visible{transform:translate(-50%)}.impact-grid>:nth-child(2n),.drive-grid>:nth-child(2n),.news-grid>:nth-child(2n),.merch-grid>:nth-child(2n),.gallery-grid>:nth-child(2n){--motion-delay:90ms}.impact-grid>:nth-child(3n),.drive-grid>:nth-child(3n),.news-grid>:nth-child(3n),.merch-grid>:nth-child(3n),.gallery-grid>:nth-child(3n){--motion-delay:.16s}.back-to-top{background:var(--green);color:var(--white);cursor:pointer;opacity:0;pointer-events:none;z-index:90;border:0;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;transition:opacity .22s,transform .22s,background .18s;display:inline-flex;position:fixed;bottom:28px;right:28px;transform:translateY(18px)scale(.92);box-shadow:0 18px 42px #11182738}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.back-to-top:hover,.back-to-top:focus-visible{background:#6cab4d;transform:translateY(-2px)scale(1.03)}@keyframes headerDrop{0%{opacity:0;transform:translate(-50%,-14px)}to{opacity:1;transform:translate(-50%)}}.hero{background:var(--teal-light);height:904px;position:relative;overflow:hidden}.hero .section-frame{height:100%}.hero-pattern{object-fit:cover;opacity:.05;pointer-events:none;width:1264px;height:904px;animation:14s ease-in-out infinite alternate softDrift;position:absolute;top:0;left:0}.hero-copy{text-align:center;z-index:2;flex-direction:column;align-items:center;width:980px;display:flex;position:absolute;top:189px;left:50%;transform:translate(-50%)}.hero-copy h1{width:100%;max-width:980px;font-size:56px;line-height:60px}.hero-copy h1 span{display:block}.hero-copy p{color:var(--gray-600);width:100%;max-width:687px;margin-top:16px;font-size:20px;font-weight:500;line-height:28px}.hero-actions,.cta-actions{gap:20px;margin-top:32px;display:flex}.hero-carousel{gap:8px;width:1604px;height:200px;display:flex;position:absolute;top:625px;left:calc(50% - 711px);overflow:visible}.hero-carousel img{filter:brightness(.8);object-fit:cover;border-radius:8px;flex:0 0 395px;height:200px;transition:filter .22s,transform .22s}.hero-carousel img:hover{filter:brightness(.95);transform:translateY(-6px)}.about-strip{background:var(--deep-green);height:600px;overflow:hidden}.about-strip .section-frame{height:100%}.about-copy{color:var(--white);z-index:2;width:606px;position:absolute;top:135px;left:103px}.about-copy h2{margin-top:20px;font-size:32px;line-height:40px}.about-copy>p:not(.eyebrow){color:var(--gray-300);margin-top:24px;font-size:16px;font-weight:500;line-height:24px}.about-copy .button{margin-top:40px}.about-figure{object-fit:contain;width:827px;height:854px;animation:6s ease-in-out infinite alternate floatFigure;position:absolute;top:-109px;left:763px}.what-we-do{background:var(--white);min-height:1029px;padding-top:96px}.section-heading{flex-direction:column;max-width:883px;display:flex}.section-heading.centered{text-align:center;align-items:center;margin-inline:auto}.section-heading h2,.programs-heading h2,.featured-copy h2,.final-cta-copy h2,.story-cta-copy h2,.page-hero-copy h1{font-size:32px;line-height:40px}.page-hero-copy h1{font-size:56px;line-height:60px}.section-heading h2{margin-top:16px}.section-heading>p:last-child{color:var(--gray-600);margin-top:8px;font-size:16px;font-weight:500;line-height:24px}.section-heading .eyebrow+h2{margin-top:16px}.impact-grid,.drive-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.impact-card,.image-card{border-radius:16px;height:304px;margin:0;transition:box-shadow .22s,transform .22s;overflow:hidden}.impact-card:hover,.image-card:hover,.program-card:hover,.news-card:hover,.focus-card:hover,.gallery-item:hover{transform:translateY(-5px);box-shadow:0 18px 45px #1118271f}.impact-card{flex-direction:column;justify-content:center;gap:24px;padding:24px;display:flex}.impact-card.blue{background:var(--blue-card)}.impact-card.peach{background:var(--peach-card)}.impact-card.pink{background:var(--pink-card)}.icon-badge{background:var(--black);border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.icon-badge img{width:24px;height:24px}.impact-card h3{color:var(--black);font-size:24px;font-weight:500;line-height:32px}.impact-card p{color:var(--gray-700);max-width:389px;margin-top:8px;font-size:14px;font-weight:400;line-height:20px}.image-card{position:relative}.image-card img,.featured-image img{object-fit:cover;width:100%;height:100%;transition:transform .65s}.image-card:hover img,.featured-image:hover img,.media-featured:hover>img,.media-detail-image:hover img,.news-card figure:hover>img,.gallery-item:hover>img{transform:scale(1.035)}.image-card:after,.featured-image:after,.about-hero-image:after,.about-wide-image:after{border-radius:inherit;content:"";pointer-events:none;background:#0000001a;position:absolute;inset:0}.programs{background:var(--teal-light);min-height:795px}.programs-top{background:var(--green);height:250px}.programs-heading{justify-content:space-between;align-items:center;height:100%;display:flex}.programs-heading>div{color:var(--white);max-width:606px}.programs-heading h2{margin-top:20px}.programs-heading p:last-child{color:var(--gray-100);margin-top:20px;font-size:16px;font-weight:500;line-height:24px}.program-strip{grid-template-columns:repeat(5,minmax(240px,288px));justify-content:center;min-height:545px;display:grid;overflow:hidden}.program-card{color:var(--white);text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;height:545px;padding:0 14px 69px;transition:box-shadow .22s,transform .22s;display:flex;position:relative;overflow:hidden}.program-card:first-child{padding-bottom:84px}.program-card img{object-fit:cover;width:100%;height:100%;transition:transform .65s;position:absolute;inset:0}.program-card:hover img{transform:scale(1.04)}.program-card.leadership img{object-position:50% center;transform:scale(2.84)}.program-card.leadership:hover img{transform:scale(2.94)}.program-card:after{content:"";background:#0000006b;position:absolute;inset:0}.program-card:nth-child(2):after{background:#00000080}.program-card>div{z-index:1;position:relative}.program-card h3{max-width:250px;margin:0 auto;font-family:Archivo,Nunito,Arial,sans-serif;font-size:16px;font-weight:600;line-height:18px}.program-card p{max-width:262px;margin:4px auto 0;font-size:14px;line-height:20px}.story-band{background:var(--teal-light);padding:97px 24px}.featured-story{background:var(--blue-card);border-radius:28px;max-width:1178px;min-height:924px;margin:0 auto;padding:72px;overflow:hidden}.featured-copy{max-width:911px}.featured-copy h2{max-width:911px;margin-top:16px}.featured-copy>p:not(.eyebrow){color:var(--gray-700);margin-top:12px;font-size:16px;line-height:24px}.featured-copy .button{margin-top:34px}.featured-image{border-radius:16px;width:100%;height:484px;margin:34px 0 0;position:relative;overflow:hidden}.featured-image:after{background:#0003}.final-cta{background:var(--cta-light);height:1097px;position:relative;overflow:hidden}.final-cta-image{object-fit:cover;max-width:none;height:960px;width:min(100%, var(--max-frame));position:absolute;bottom:0;left:50%;transform:translate(-50%)}.final-cta-copy{text-align:center;z-index:2;flex-direction:column;align-items:center;width:calc(100% - 48px);max-width:606px;display:flex;position:absolute;top:117px;left:50%;transform:translate(-50%)}.final-cta-copy p,.story-cta-copy p{color:var(--gray-600);margin-top:20px;font-size:16px;font-weight:500;line-height:24px}.final-cta-copy .button{margin-top:32px}.footer{background:var(--white);min-height:518px}.footer-frame{justify-content:space-between;align-items:flex-start;width:calc(100% - 80px);max-width:1222px;margin:0 auto;padding-top:96px;display:flex}.footer-brand{max-width:406px}.footer-logo{object-fit:contain;object-position:left center;width:240px;height:138px}.footer address{color:#1e1e1e;margin-top:24px;font-style:normal}.footer address p,.footer nav a{font-size:18px;line-height:26px}.footer address p+p{margin-top:12px}.footer address a{color:var(--green)}.footer address a[href^=mailto]{text-decoration:underline}.social-icons-link{margin-top:24px;display:inline-flex}.social-icons{width:166px;height:32px}.footer-links{gap:100px;display:flex}.footer nav{flex-direction:column;align-items:flex-start;display:flex}.footer nav h2{color:var(--black);margin:0 0 40px;font-family:Nunito,Arial,sans-serif;font-size:24px;font-weight:700;line-height:32px}.footer nav a{color:#1e1e1e}.footer nav a+a{margin-top:20px}.about-page-hero,.contact-hero{background:var(--white);padding:136px 24px 107px}.page-hero-copy{text-align:center;max-width:887px;margin:0 auto}.page-hero-copy p{color:var(--gray-600);margin-top:16px;font-size:20px;font-weight:500;line-height:28px}.about-hero-image{border-radius:32px;max-width:1121px;height:664px;margin:40px auto 0;position:relative;overflow:hidden}.about-hero-image img,.about-wide-image img{object-fit:cover;width:100%;height:100%}.story-section{background:var(--teal-light);text-align:center;padding:96px 24px}.story-copy h2,.stats-heading h2,.founder-copy h2{font-size:32px;line-height:40px}.story-copy h2{margin-top:20px}.story-copy div{color:var(--gray-700);margin-top:24px;font-size:20px;line-height:28px}.story-copy div p+p{margin-top:18px}.stats-section{background:var(--green);color:var(--white);padding:72px 64px 88px}.stats-heading p{color:#f9fafb;margin-top:8px;font-size:16px;font-weight:500;line-height:24px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:40px;margin-top:40px;display:grid}.stat-card{text-align:center}.stat-card strong{letter-spacing:0;font-family:Poppins,Nunito,sans-serif;font-size:120px;font-weight:400;line-height:.95;display:block}.stat-card p{color:var(--gray-100);max-width:230px;margin:24px auto 0;font-size:18px;line-height:26px}.drives-section,.focus-section{background:var(--white);padding:100px 24px}.drive-grid{margin-top:40px}.about-wide-image{width:100%;height:664px;position:relative;overflow:hidden}.about-wide-image:after{background:#0003}.focus-grid{grid-template-columns:repeat(2,437px);justify-content:center;gap:24px;margin-top:40px;display:grid}.focus-card{border:1px solid var(--gray-300);border-radius:24px;flex-direction:column;gap:20px;min-height:240px;padding:24px;display:flex}.focus-icon{background:var(--teal-light);border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.focus-icon img{width:24px;height:24px}.focus-card h3{color:var(--black);font-size:20px;font-weight:500;line-height:32px}.focus-card p{color:#6b7280;margin-top:8px;font-size:14px;line-height:20px}.merch-section{background:var(--teal-light);padding:60px 24px 76px}.merch-section.white{background:var(--white)}.merch-inner{flex-direction:column;align-items:center;gap:44px;display:flex}.merch-grid{grid-template-columns:repeat(4,322px);justify-content:center;gap:24px;width:100%;display:grid}.merch-item{mix-blend-mode:multiply;background:0 0;border-radius:16px;height:304px;overflow:hidden}.merch-item img{mix-blend-mode:normal;object-fit:cover;width:100%;height:100%}.merch-section.white .merch-item{mix-blend-mode:normal}.founder-section{background:var(--white);padding:100px 24px}.founder-card{background:var(--peach-card);border-radius:28px;grid-template-columns:minmax(0,1fr) 488px;align-items:stretch;gap:40px;max-width:1159px;margin:0 auto;padding:72px;display:grid;overflow:hidden}.founder-copy h2{margin-top:16px}.founder-copy>p{color:var(--gray-700);margin-top:16px;font-size:18px;line-height:26px}.founder-signature{flex-direction:column;gap:4px;margin-top:20px;display:flex}.founder-signature strong{font-size:20px;font-weight:500;line-height:28px}.founder-signature span{letter-spacing:.1px;text-transform:uppercase;font-size:10px;line-height:1}.founder-image{border-radius:16px;min-height:916px;position:relative;overflow:hidden}.founder-image>img{object-fit:cover;width:100%;height:100%}.founder-image figcaption{background:#000000b3;justify-content:center;align-items:center;height:70px;display:flex;position:absolute;bottom:0;left:0;right:0}.founder-image figcaption img{width:166px;height:32px}.team-section{background:var(--white);padding:96px 24px}.team-grid{grid-template-columns:repeat(4,minmax(0,287px));justify-content:center;gap:32px;margin-top:44px;display:grid}.team-member{text-align:center}.team-photo{aspect-ratio:287/356;border-radius:16px;height:auto;position:relative;overflow:hidden}.team-photo:after{content:"";pointer-events:none;background:#0003;position:absolute;inset:0}.team-photo img{object-fit:cover;width:100%;height:100%}.team-member h3{color:var(--black);letter-spacing:0;white-space:nowrap;margin-top:20px;font-family:Nunito,Arial,sans-serif;font-size:20px;font-weight:500;line-height:28px}.team-member p{color:var(--black);letter-spacing:.14px;text-transform:uppercase;margin-top:8px;font-size:14px;line-height:1}.team-member-open p{margin-top:20px}.story-cta{background:var(--cta-light);height:860px;position:relative;overflow:hidden}.story-cta-image{object-fit:cover;width:min(1162px,100%);max-width:none;height:774px;position:absolute;bottom:-9px;left:50%;transform:translate(-50%)}.story-cta-copy{text-align:center;z-index:2;flex-direction:column;align-items:center;width:calc(100% - 48px);max-width:606px;display:flex;position:absolute;top:98px;left:50%;transform:translate(-50%)}.media-hero{background:var(--teal-light);padding:130px 40px 70px}.media-featured{color:inherit;border-radius:16px;max-width:1359px;height:500px;margin:0 auto;text-decoration:none;display:block;position:relative;overflow:hidden}.media-featured>img{object-fit:cover;width:100%;height:100%}.media-featured-overlay{background:linear-gradient(110deg,#000000a8,#00000080,#6663);position:absolute;inset:0}.media-featured .tag{background:var(--teal-light);color:#149899;border-radius:16px;padding:8px 12px;font-size:10px;line-height:14px;position:absolute;top:35px;left:65px}.media-featured-copy{z-index:1;flex-direction:column;gap:16px;max-width:828px;display:flex;position:absolute;bottom:96px;left:64px}.media-featured h1{color:var(--white);font-size:40px;line-height:48px}.media-featured-summary{color:#f9fafb;max-width:768px;font-size:18px;line-height:26px}.media-meta{color:#f9fafb;background:#000000b3;align-items:center;gap:28px;padding:20px 64px;font-size:12px;line-height:16px;display:flex;position:absolute;bottom:0;left:0;right:0}.latest-news{background:var(--white);padding:40px 40px 80px}.latest-head{flex-direction:column;gap:24px;display:flex}.pill-row{gap:12px;display:flex}.pill-row.centered{justify-content:center}.pill-row button{color:#828282;cursor:pointer;background:#f2f4f7;border:0;border-radius:16px;padding:8px 12px;font-size:12px;line-height:16px}.pill-row button.active{background:var(--teal-light);color:var(--deep-green)}.news-grid{grid-template-columns:repeat(3,1fr);gap:40px 24px;margin-top:40px;display:grid}.news-card figure{border-radius:16px;height:345px;position:relative;overflow:hidden}.news-card,.focus-card,.merch-item,.gallery-item,.media-featured,.media-detail-image{transition:box-shadow .22s,transform .22s}.news-card figure>img{filter:brightness(.6);object-fit:cover;width:100%;height:100%;transition:filter .22s,transform .65s}.news-card:hover figure>img{filter:brightness(.72)}.news-card figcaption{color:#f9fafb;background:#000000b3;align-items:center;gap:20px;height:59px;padding:0 29px;font-size:10px;display:flex;position:absolute;bottom:0;left:0;right:0}.news-card h2{color:#121212;margin-top:24px;font-size:24px;line-height:32px}.news-card p{color:var(--gray-400);margin-top:12px;font-size:18px;line-height:26px}.news-card .author{margin-top:0}.read-more{background:var(--teal-light);color:var(--deep-green);min-width:117px;height:48px;margin-top:24px}.gallery-section{background:var(--teal-light);padding:100px 24px}.gallery-panel{background:var(--pink-card);border-radius:28px;flex-direction:column;align-items:center;gap:24px;max-width:1160px;margin:0 auto;padding:72px;display:flex;overflow:hidden}.gallery-grid{grid-template-columns:repeat(4,288px);gap:32px;margin-top:16px;display:grid}.gallery-item{border-radius:16px;height:356px;position:relative;overflow:hidden}.gallery-item>img{filter:brightness(.8);object-fit:cover;width:100%;height:100%}.gallery-arrows{gap:10px;display:flex}.gallery-arrows button{color:var(--black);background:0 0;border:1.44px solid #252525;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:24px;display:inline-flex}.gallery-arrows button.dark{background:var(--black);color:var(--white)}.contact-hero{padding-bottom:80px}.contact-hero.join{padding-bottom:93px}.contact-title{margin-bottom:48px}.contact-layout{grid-template-columns:414px 787px;justify-content:center;gap:56px;max-width:1257px;margin:0 auto;display:grid}.contact-card{background:var(--teal-light);text-align:center;border-radius:24px;height:644px;padding-top:62px;position:relative;overflow:hidden}.contact-layout.join .contact-card,.contact-layout.merch .contact-card{height:704px}.contact-card>img{object-fit:cover;object-position:center bottom;width:414px;max-width:none;height:611px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.contact-card>div{z-index:1;max-width:279px;margin:0 auto;position:relative}.contact-card h2{font-size:32px;line-height:40px}.contact-card p{color:var(--gray-600);margin-top:20px;font-size:16px;font-weight:500;line-height:24px}.contact-form{flex-direction:column;align-self:start;gap:20px;width:100%;display:flex}.form-flow-tabs{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:6px;display:grid}.form-flow-tabs button{color:var(--gray-600);cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:44px;padding:10px 12px;font-size:14px;font-weight:600;line-height:20px;transition:background .18s,color .18s,box-shadow .18s}.form-flow-tabs button.active{background:var(--white);color:var(--deep-green);box-shadow:0 8px 20px #11182714}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.form-field{flex-direction:column;grid-column:1/-1;gap:8px;display:flex}.form-field.half{grid-column:auto}.form-field span:first-child{color:#121212;font-size:16px;font-weight:500;line-height:24px}.form-field strong{color:#f43f5e;font-weight:500}.form-field input,.form-field select,.form-field textarea{background:var(--gray-100);border:1px solid var(--gray-200);color:var(--gray-700);border-radius:8px;width:100%;min-width:120px}.form-field input,.form-field select{height:56px;padding:12px 16px}.form-field textarea{resize:vertical;min-height:96px;padding:12px 16px}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--gray-400)}.select-shell{display:block;position:relative}.select-shell select{appearance:none;color:var(--gray-400);padding-right:44px}.select-shell select:disabled{cursor:not-allowed;opacity:.72}.select-shell img{pointer-events:none;width:16px;height:16px;position:absolute;top:20px;right:14px}.form-submit{width:200px}.honeypot-field{width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.form-error{color:#be123c;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;padding:12px 14px;font-size:14px;line-height:20px}.success-overlay{z-index:100;background:#11182785;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.success-dialog{background:var(--white);text-align:center;border-radius:0;flex-direction:column;align-items:center;gap:32px;width:min(739px,100%);max-width:739px;padding:54px 29px 58px;display:flex;position:relative;box-shadow:inset 4px 0 32px #0000000d,0 24px 80px #1118272e}.success-close{color:var(--gray-400);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:28px;line-height:1;display:inline-flex;position:absolute;top:14px;right:18px}.success-mark{background:#0f99181a;border-radius:999px;justify-content:center;align-items:center;width:150px;height:150px;display:inline-flex;position:relative}.success-mark:before{border-radius:inherit;content:"";background:#0f99184d;width:64px;height:64px;position:absolute}.success-mark:after{content:"";border:4px solid #0f9918;border-width:0 4px 4px 0;width:11px;height:21px;position:relative;transform:rotate(45deg)translate(-1px,-3px)}.success-copy{max-width:681px}.success-copy h2{color:#121212;font-size:36px;line-height:44px}.success-member{color:#121212;margin-top:20px;font-size:20px;font-weight:500;line-height:28px}.success-copy>p:not(.success-member){color:var(--gray-400);margin-top:20px;font-size:16px;line-height:24px}.success-whatsapp{background:var(--green);color:var(--white);text-transform:capitalize;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:400px;max-width:100%;height:56px;padding:10px 24px;font-size:14px;font-weight:500;line-height:1;display:inline-flex}.success-whatsapp span{text-transform:uppercase;border:1.5px solid;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:8px;font-weight:800;line-height:1;display:inline-flex}.media-detail-hero{background:var(--white);padding:130px 41px 60px}.media-detail-intro{text-align:center;max-width:1358px;margin:0 auto}.media-detail-intro h1{color:#121212;font-size:56px;line-height:60px}.media-detail-intro p{color:#6b7280;margin-top:12px;font-size:24px;font-weight:500;line-height:32px}.media-detail-image{border-radius:32px;max-width:1358px;height:732px;margin:40px auto 0;position:relative;overflow:hidden}.media-detail-image:after{content:"";background:#0003;position:absolute;inset:0}.media-detail-image img{object-fit:cover;width:100%;height:100%;transition:transform .65s}@keyframes softDrift{0%{transform:translate(-10px)scale(1)}to{transform:translate(16px,12px)scale(1.025)}}@keyframes floatFigure{0%{transform:translateY(0)}to{transform:translateY(-14px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.motion-reveal,.motion-reveal.is-visible{opacity:1;transform:none}.hero-copy.motion-reveal,.hero-copy.motion-reveal.is-visible,.final-cta-copy.motion-reveal,.final-cta-copy.motion-reveal.is-visible,.story-cta-copy.motion-reveal,.story-cta-copy.motion-reveal.is-visible{transform:translate(-50%)}}.media-detail-body{background:var(--teal-light);padding:80px 64px}.media-detail-content{color:var(--black);max-width:960px;margin:0 auto;font-size:21px;font-weight:300;line-height:32px}.media-detail-content h2{color:#121212;margin:44px 0 18px;font-size:34px;line-height:42px}.media-detail-content p+p,.media-detail-content p+ul,.media-detail-content ul+p{margin-top:24px}.media-detail-content ul{padding-left:24px}.media-detail-content li{margin-top:12px}.media-detail-content li::marker{color:var(--deep-green)}.media-detail-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;max-width:1312px;margin:0 auto;display:grid}.media-detail-column{color:var(--black);font-size:24px;font-weight:300;line-height:32px}.media-detail-column p+p{margin-top:24px}@media (max-width:1280px){.content-frame{width:calc(100% - 48px)}.team-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.about-copy{left:48px}.about-figure{left:auto;right:-140px}.merch-grid,.gallery-grid{grid-template-columns:repeat(4,minmax(210px,1fr))}.contact-layout{grid-template-columns:minmax(320px,414px) minmax(0,787px);width:calc(100% - 48px)}}@media (max-width:1024px){.site-header{height:82px;padding:14px 28px}.site-logo{flex-basis:auto}.site-logo img{width:83px;height:48px}.nav-links{opacity:0;pointer-events:none;visibility:hidden;background:#fffffffa;border:1px solid #1f293714;border-radius:16px;gap:4px;padding:10px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:76px;left:28px;right:28px;overflow:hidden;transform:translateY(-10px);box-shadow:0 22px 60px #1118271f}.nav-links.open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.nav-links a{border-radius:10px;padding:12px 14px}.nav-links a:after{display:none}.nav-links a.active{background:var(--teal-light)}.mobile-menu-button{order:3;display:inline-flex}.mobile-join-link{background:var(--green);text-align:center;display:block;color:var(--white)!important}.header-button{display:none}.hero-copy{width:calc(100% - 48px)}.hero-copy h1,.page-hero-copy h1{font-size:44px;line-height:50px}.about-strip{height:auto;min-height:640px}.about-copy{width:calc(100% - 96px);max-width:560px}.about-figure{opacity:.55;right:-260px}.what-we-do{padding-bottom:72px}.impact-grid,.drive-grid,.news-grid,.media-detail-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.media-featured h1{font-size:36px;line-height:44px}.media-featured-copy{max-width:calc(100% - 128px)}.stats-grid,.merch-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-grid{grid-template-columns:repeat(2,minmax(0,287px))}.programs-heading{gap:32px}.program-strip{grid-template-columns:repeat(5,288px);justify-content:flex-start;overflow-x:auto}.featured-story{min-height:0}.footer-frame,.footer-links{gap:56px}.focus-grid,.contact-layout,.founder-card{grid-template-columns:1fr}.focus-card{width:100%}.contact-card{height:520px}.contact-layout.join .contact-card,.contact-layout.merch .contact-card{height:560px}.contact-card>img{width:100%}}@media (max-width:760px){.site-header{height:82px;padding:14px 20px}.nav-links{left:20px;right:20px}.button{width:100%;min-width:0}.site-header .header-button{width:auto}.hero{height:780px}.hero-pattern{width:100%;height:720px}.hero-copy{top:132px}.hero-copy h1,.page-hero-copy h1{text-wrap:balance;font-size:36px;line-height:42px}.hero-copy p,.page-hero-copy p{font-size:18px;line-height:26px}.hero-actions,.cta-actions{flex-direction:column;align-items:stretch;width:min(100%,320px)}.hero-carousel{width:calc(100% - 32px);top:560px;left:16px;overflow-x:auto}.hero-carousel img{flex-basis:300px;width:300px}.about-strip{min-height:620px}.about-copy{width:calc(100% - 48px);top:88px;left:24px}.about-copy h2,.section-heading h2,.programs-heading h2,.featured-copy h2,.final-cta-copy h2,.story-cta-copy h2,.story-copy h2,.stats-heading h2,.founder-copy h2{font-size:30px;line-height:38px}.about-figure{width:484px;height:500px;top:auto;bottom:-90px;right:-180px}.what-we-do,.drives-section,.focus-section{min-height:0;padding:72px 0}.content-frame{width:calc(100% - 32px)}.impact-grid,.drive-grid,.news-grid,.stats-grid,.merch-grid,.gallery-grid,.field-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:minmax(0,287px);justify-content:center}.impact-card,.image-card{height:auto;min-height:264px}.image-card,.featured-image,.about-hero-image{aspect-ratio:438/304;height:auto}.programs-top{height:auto;padding:56px 0}.programs-heading{flex-direction:column;align-items:flex-start}.programs-heading .button{max-width:260px}.story-band,.gallery-section,.founder-section,.team-section{padding:64px 16px}.featured-story,.gallery-panel,.founder-card{border-radius:20px;padding:32px 20px}.founder-image{min-height:720px}.featured-image{aspect-ratio:1034/484}.final-cta{height:820px}.final-cta-copy{top:72px}.final-cta-image{object-position:center bottom;height:620px}.footer-frame{flex-direction:column;width:calc(100% - 48px);padding:64px 0}.footer-links{flex-direction:column}.about-page-hero,.contact-hero{padding-top:120px}.stats-section{padding:64px 24px}.stat-card strong{font-size:84px}.merch-item,.gallery-item,.news-card figure,.team-photo{aspect-ratio:322/304;height:auto}.team-member h3{white-space:normal}.team-grid .team-photo{aspect-ratio:287/356;height:auto}.story-cta{height:760px}.story-cta-image{object-position:bottom;height:560px}.media-hero,.latest-news{width:100%;max-width:100vw;padding-left:16px;padding-right:16px;overflow-x:hidden}.media-featured{width:100%;max-width:100%;height:460px}.media-detail-hero{padding:120px 16px 48px}.media-detail-intro h1{font-size:36px;line-height:42px}.media-detail-intro p{font-size:18px;line-height:26px}.media-detail-image{aspect-ratio:1358/732;border-radius:20px;height:auto}.media-detail-body{padding:56px 24px}.media-detail-columns{grid-template-columns:1fr;gap:32px}.media-detail-column,.media-detail-content{font-size:18px;line-height:28px}.media-detail-content h2{margin-top:36px;font-size:28px;line-height:36px}.media-featured h1{font-size:28px;line-height:35px}.media-featured-copy{max-width:calc(100% - 48px);bottom:88px;left:24px}.media-featured-summary{display:none}.media-featured .tag{left:24px}.media-meta{flex-direction:column;align-items:flex-start;gap:6px;padding:14px 24px}.media-page .content-frame,.media-page .gallery-panel{width:100%;min-width:0;max-width:100%}.contact-layout{width:calc(100% - 32px)}.contact-card{height:540px}.contact-layout.join .contact-card,.contact-layout.merch .contact-card{height:560px}.form-flow-tabs{grid-template-columns:1fr}.contact-card>img{object-fit:contain;object-position:center bottom;height:360px}.form-field.half{grid-column:1/-1}.form-submit{width:100%}.success-dialog{gap:24px;padding:44px 20px 40px}.success-mark{width:120px;height:120px}.success-copy h2{font-size:30px;line-height:38px}.success-whatsapp{width:100%}.back-to-top{width:50px;height:50px;bottom:20px;right:18px}}@media (max-width:430px){.hero-copy h1,.page-hero-copy h1{font-size:32px;line-height:38px}.hero-copy p,.page-hero-copy p{font-size:16px;line-height:24px}.header-button{min-width:112px;padding-inline:16px}.program-card{width:288px}.media-featured{height:500px}.media-featured h1{font-size:25px;line-height:31px}.latest-news .section-heading h2{font-size:28px;line-height:34px}.media-page .pill-row{flex-wrap:wrap}}
