:root{--v-green:#256443;--v-deep:#173f2c;--v-ink:#243d30;--v-text:#627066;--v-paper:#fafbf7;--v-mist:#edf3e9;--v-line:#dde5d9;--v-lime:#d6e9b6;--v-header:88px}html{scroll-padding-top:calc(var(--v-header) + 20px)}body{margin:0}.site-container{width:min(1280px,100% - 96px);margin-inline:auto}.home-page,.site-header,.site-footer{font-family:var(--font-poppins),Arial,sans-serif}.home-page{background:var(--v-paper);color:var(--v-ink)}.home-page *,.site-header *,.site-footer *{box-sizing:border-box}.home-page img,.site-header img,.site-footer img{max-width:100%;display:block}.home-page button,.site-header button{cursor:pointer;font-family:inherit}.home-page a,.site-header a,.site-footer a{text-decoration:none}.home-page :focus-visible,.site-header :focus-visible,.site-footer :focus-visible{outline-offset:5px;outline:3px solid #b58735}.home-page section[id]{scroll-margin-top:16px}.home-page h1,.home-page h2,.home-page h3,.home-page p,.site-footer p{margin:0}.site-button{text-align:center;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:12px;min-height:54px;padding:15px 24px;font-size:16px;font-weight:500;line-height:1.5;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.site-button svg,.text-link svg{flex-shrink:0;transition:transform .2s}.site-button:hover svg,.text-link:hover svg{transform:translate(2px,-2px)}.button-primary{background:var(--v-green);color:#fff}.button-primary:hover{background:var(--v-deep)}.button-outline{color:var(--v-green);background:0 0;border-color:#b9c9b8}.button-outline:hover{border-color:var(--v-green);background:#e8efdf}.button-light{color:var(--v-deep);background:#f3f7e9}.button-light:hover{background:var(--v-lime)}.button-small{min-height:45px;padding:12px 19px;font-size:15px}.button-row{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.text-link{color:var(--v-green);align-items:center;gap:12px;min-height:44px;font-size:16px;font-weight:600;display:inline-flex}.text-link:hover{text-underline-offset:5px;text-decoration:underline}.eyebrow{color:var(--v-green);letter-spacing:2px;align-items:center;gap:10px;font-size:13px;font-weight:600;line-height:1.8;display:flex;margin-bottom:18px!important}.eyebrow-dot{background:var(--v-green);border-radius:50%;width:7px;height:7px;margin-right:4px;box-shadow:0 0 0 5px #dcebd5}.home-section{padding-block:100px}.home-page h2{letter-spacing:-1.7px;text-wrap:balance;font-size:clamp(30px,3vw,43px);font-weight:600;line-height:1.25}.home-page h2 span{color:var(--v-green)}.home-page h3.section-subheading{letter-spacing:-.25px;color:var(--v-green);text-wrap:balance;max-width:540px;margin-top:16px;font-size:clamp(18px,1.6vw,22px);font-weight:500;line-height:1.55}.mission-section h3.section-subheading{color:#d4e2cb}.section-copy>p:not(.eyebrow){color:var(--v-text);max-width:550px;margin-top:22px;font-size:16px;line-height:1.95}.section-copy>.text-link{margin-top:22px}.section-heading{margin-bottom:42px}.heading-split{justify-content:space-between;align-items:flex-end;gap:48px;display:flex}.heading-split>p{max-width:355px;color:var(--v-text);padding-bottom:6px;font-size:16px;line-height:1.9}.heading-split>.program-intro{max-width:470px}.program-intro strong{color:var(--v-green);font-weight:600}.centered{text-align:center;max-width:660px;margin-inline:auto}.centered .eyebrow{justify-content:center}.centered>p:last-child{color:var(--v-text);margin-top:20px;font-size:16px;line-height:1.85}.two-column{grid-template-columns:1fr 1fr;align-items:center;gap:88px;display:grid}.skip-link{color:var(--v-deep);z-index:110;border:2px solid var(--v-green);background:#fff;border-radius:6px;padding:12px 20px;position:fixed;top:-100px;left:20px}.skip-link:focus{top:10px}.site-header{z-index:60;color:var(--v-ink);background:#fff;position:sticky;top:0;box-shadow:0 2px 12px #173f2c06}.site-header .nav-row{grid-template-columns:minmax(220px,1fr) auto minmax(340px,1fr);align-items:center;gap:28px;width:calc(100% - 64px);max-width:none;min-height:88px;display:grid}.site-logo{flex-shrink:0;width:190px;display:block}.site-logo img{width:100%;height:auto}.primary-nav{display:contents}.nav-links,.nav-actions{align-items:center;gap:10px;display:flex}.nav-links{grid-column:2;justify-self:center}.nav-actions{grid-column:3;justify-self:end}.nav-item{position:relative}.nav-account-button{white-space:nowrap;padding-inline:15px}.nav-link,.nav-disclosure,.nav-donate{min-height:46px;color:var(--v-ink);background:0 0;border:0;border-radius:5px;align-items:center;gap:6px;padding:12px 11px;font-size:15px;font-weight:500;display:flex}.nav-link.active{color:var(--v-green)}.nav-link.active:after{content:"";background:var(--v-green);height:2px;position:absolute;bottom:2px;left:11px;right:11px}.nav-link:hover,.nav-disclosure:hover,.nav-disclosure[aria-expanded=true],.nav-donate:hover{background:var(--v-mist);color:var(--v-green)}.nav-disclosure[aria-expanded=true] svg{transform:rotate(180deg)}.nav-dropdown{border:1px solid var(--v-line);background:#fff;border-radius:9px;min-width:248px;padding:8px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 35px #173f2c15}.nav-dropdown[hidden]{display:none}.nav-dropdown a{border-radius:4px;padding:11px 13px;font-size:15px;display:block}.nav-dropdown a:hover{background:var(--v-mist);color:var(--v-green)}.mobile-toggle{display:none}.home-hero{background:linear-gradient(125deg,#f8f9f2 35%,#edf2e7);padding-top:62px}.hero-grid{grid-template-columns:1fr 1.02fr;align-items:center;gap:46px;padding-bottom:66px;display:grid}.hero-copy{padding:12px 0}.home-page h1{letter-spacing:-2.8px;font-size:clamp(42px,4.05vw,60px);font-weight:700;line-height:1.16}.home-page h1 span{color:var(--v-green)}.hero-eyebrow-icon{width:30px;height:30px;color:var(--v-green);background:#e3edd8;border-radius:50%;place-items:center;display:grid;box-shadow:0 0 0 5px #e3edd88c}.hero-subheading{color:#53685a;letter-spacing:2.6px;font-size:16px;font-weight:600;line-height:1.65;margin-top:24px!important}.hero-quotes{background:#fffef8e6;border:1px solid #d8e2d2;border-radius:14px 54px 14px 14px;max-width:535px;min-height:220px;margin-top:34px;padding:28px 30px 24px;position:relative;overflow:hidden;box-shadow:12px 12px #c9dcb12e,0 14px 34px #1d483012}.hero-quotes:before{content:"";background:#7da36c;border-radius:0 4px 4px 0;width:4px;position:absolute;top:28px;bottom:28px;left:0}.hero-quote-content{grid-template-columns:46px 1fr;gap:3px 15px;animation:.55s cubic-bezier(.22,1,.36,1) both hero-quote-enter;display:grid}.hero-quote-mark{width:42px;height:42px;color:var(--v-green);background:#e7efdc;border-radius:50%;grid-row:1/span 2;place-items:center;display:grid}.hero-quote-content blockquote{color:#344b3d;margin:0;font-size:17px;font-weight:500;line-height:1.8}.hero-quote-content cite{color:var(--v-green);grid-column:2;margin-top:9px;font-size:13px;font-style:normal;font-weight:600}.hero-quote-controls{align-items:center;gap:9px;margin:23px 0 0 61px;display:flex}.hero-quote-controls button{background:#b9c8b3;border:0;border-radius:50%;width:9px;height:9px;padding:0;transition:width .25s,background .25s}.hero-quote-controls button[aria-pressed=true]{background:var(--v-green);border-radius:999px;width:30px}@keyframes hero-quote-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1199px) and (min-width:900px){.hero-quotes{max-width:470px;min-height:240px;padding:25px 24px 22px}.hero-quote-content{grid-template-columns:42px 1fr;gap:3px 12px}.hero-quote-mark{width:38px;height:38px}.hero-quote-content blockquote{font-size:15px;line-height:1.75}.hero-quote-controls{margin-left:54px}}.hero-description{max-width:465px;color:var(--v-text);font-size:16px;line-height:1.95;margin-top:24px!important}.hero-location{align-items:center;gap:13px;margin-top:34px;display:flex}.round-icon{width:41px;height:41px;color:var(--v-green);border:1px solid #d9e2d3;border-radius:50%;place-items:center;display:grid}.hero-location strong{margin-bottom:4px;font-size:14px;font-weight:500;display:block}.hero-location div>span{color:var(--v-text);font-size:13px;display:block}.hero-visual{padding:12px 0 25px 10px;position:relative}.hero-photo{background:#d4dfc9;border-radius:100px 12px 12px;height:510px;position:relative;overflow:hidden}.hero-photo>img{object-fit:cover;object-position:54% center;width:100%;height:100%}.hero-photo:after{content:"";pointer-events:none;background:linear-gradient(#0000,#122b2380);position:absolute;inset:50% 0 0}.photo-label{z-index:1;color:#fff;align-items:center;gap:9px;font-size:14px;display:flex;position:absolute;bottom:29px;left:30px;right:20px}.photo-label-dot{background:var(--v-lime);border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-note{z-index:2;background:#fffef8;border-radius:8px;align-items:center;gap:14px;padding:17px 23px;display:flex;position:absolute;bottom:0;right:22px;box-shadow:0 12px 30px #18352412}.note-icon{width:43px;height:43px;color:var(--v-green);background:#edf3e2;border-radius:50%;place-items:center;display:grid}.hero-note strong{font-size:14px;font-weight:600;display:block}.hero-note div>span{color:var(--v-text);margin-top:4px;font-size:13px;display:block}.hero-stamp{background:var(--v-lime);width:95px;height:95px;color:var(--v-deep);z-index:2;border:6px solid #f3f6ec;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex;position:absolute;top:-13px;left:-15px;transform:rotate(-12deg)}.hero-stamp span{letter-spacing:1px;text-align:center;font-size:12px;font-weight:600;line-height:1.4}.hero-decoration{pointer-events:none;border:1px solid #8aa66f;border-radius:2px 60px;width:56px;height:56px;position:absolute;top:30px;right:-18px;transform:rotate(22deg)}.trust-strip{border-top:1px solid #d8e0d1;grid-template-columns:repeat(4,1fr);padding:29px 0;display:grid}.trust-strip>div{border-right:1px solid #d8e0d1;align-items:center;gap:16px;padding-inline:27px;display:flex}.trust-strip>div:first-child{padding-left:0}.trust-strip>div:last-child{border:0;padding-right:0}.trust-strip svg{color:var(--v-green);stroke-width:1.4px;flex-shrink:0;width:25px;height:25px}.trust-strip span{color:var(--v-text);font-size:13px;line-height:1.9}.trust-strip strong{color:var(--v-ink);font-size:14px;font-weight:500;display:block}.about-visual{padding:0 45px 55px 0;position:relative}.about-main{object-fit:cover;border-radius:12px 75px 12px 12px;width:100%;height:435px}.about-inset{border:7px solid var(--v-paper);border-radius:14px;width:49%;height:215px;position:absolute;bottom:0;right:0;overflow:hidden}.about-inset img{object-fit:cover;width:100%;height:100%}.since-card{background:var(--v-green);color:#fff;border-radius:7px;align-items:center;gap:17px;padding:20px 24px;display:flex;position:absolute;bottom:13px;left:20px}.since-card strong{letter-spacing:-1px;font-size:32px;font-weight:600}.since-card span{color:#e1eddc;font-size:13px;line-height:1.65}.check-list{gap:13px;margin-top:25px;display:grid}.check-list span{align-items:center;gap:10px;font-size:15px;display:flex}.check-list svg{width:19px;height:19px;color:var(--v-green);background:#e8f0df;border-radius:50%;padding:3px}.about-body{gap:18px;max-width:590px;margin-top:26px;display:grid}.about-body p{color:var(--v-text);font-size:16px;line-height:1.95}.about-actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.about-actions .site-button{min-height:48px;padding:12px 17px;font-size:13px}.programs-section{background:#f0f3eb}.program-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.program-card{background:#fff;border:1px solid #e2e8db;border-radius:10px;flex-direction:column;transition:box-shadow .25s,transform .25s;display:flex;overflow:hidden}.program-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #1835240b}.program-photo{height:186px;display:block;position:relative;overflow:hidden}.program-photo img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.program-card:hover .program-photo img{transform:scale(1.035)}.program-number{width:29px;height:29px;color:var(--v-green);background:#fffef4ed;border-radius:50%;place-items:center;font-size:13px;font-weight:600;display:grid;position:absolute;top:13px;left:13px}.program-body{flex-direction:column;flex:1;padding:23px 21px 17px;display:flex}.program-tag{letter-spacing:1.15px;text-transform:uppercase;color:var(--v-green);font-size:12px;font-weight:500;margin-bottom:10px!important}.program-body h3{letter-spacing:-.5px;margin-bottom:10px;font-size:19px;font-weight:600;line-height:1.5}.program-subtitle{color:var(--v-green);font-size:14px;font-weight:600;line-height:1.65;margin-bottom:12px!important}.program-description{flex:1;align-content:start;gap:12px;display:grid}.program-description p{color:var(--v-text);font-size:15px;line-height:1.85}.program-tags{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.program-tags span{color:#42634d;background:#f1f5ec;border:1px solid #d4e0ce;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:500;line-height:1.35}.program-body .text-link{border-top:1px solid #ebeee6;justify-content:space-between;margin-top:20px;padding-top:13px;font-size:14px}.program-guide{background:#e3ebd7;border:1px solid #cddac0;border-radius:10px;flex-direction:column;justify-content:center;align-items:flex-start;padding:30px 24px;display:flex}.guide-icon{color:var(--v-green);margin-bottom:20px}.program-guide h3{letter-spacing:-.7px;font-size:25px;font-weight:600;line-height:1.35}.program-guide p{color:#526447;margin:16px 0 22px;font-size:15px;line-height:1.8}.program-guide .site-button{width:100%;min-height:47px;padding:12px 15px;font-size:14px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{--feature-tint:#eef4e8;--feature-accent:#7da36c;isolation:isolate;background:linear-gradient(145deg,#fff 18%,var(--feature-tint) 145%);border:1px solid #dce5d6;border-radius:12px;padding:34px 30px 30px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden;box-shadow:0 8px 24px #1d48300b}.feature-card:before{content:"";background:var(--feature-accent);height:4px;position:absolute;inset:0 0 auto}.feature-card:after{content:"";z-index:-1;background:var(--feature-tint);opacity:.8;border-radius:50%;width:145px;height:145px;position:absolute;top:-72px;right:-72px}.feature-card:nth-child(2),.feature-card:nth-child(5){--feature-tint:#f2efe4;--feature-accent:#b19a61}.feature-card:nth-child(3),.feature-card:nth-child(6){--feature-tint:#e8f1ed;--feature-accent:#5f927b}.feature-card:hover{border-color:#c7d7c0;transform:translateY(-5px);box-shadow:0 16px 34px #1d483017}.feature-icon{background:var(--feature-tint);width:52px;height:52px;color:var(--v-green);border:1px solid #25644314;border-radius:14px;place-items:center;margin-bottom:23px;display:grid}.feature-card h3{margin-bottom:11px;font-size:18px;font-weight:600}.feature-card p{color:var(--v-text);font-size:15px;line-height:1.85}.features-section{background:#f7f8f2}.salient-heading{margin-bottom:46px}.salient-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;display:grid}.salient-card{background:#fff;border:1px solid #dbe4d4;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 10px 30px #1d48300e}.salient-card-compact{flex-direction:column;grid-column:span 2;display:flex}.salient-card-header{align-items:center;gap:12px;padding:22px 24px;display:flex}.salient-number{color:#809277;letter-spacing:1.2px;font-size:12px;font-weight:600}.salient-icon{width:42px;height:42px;color:var(--v-green);background:#e9f1e1;border-radius:11px;flex-shrink:0;place-items:center;display:grid}.salient-card h3{color:var(--v-ink);letter-spacing:.35px;text-transform:uppercase;font-size:17px;font-weight:600;line-height:1.4}.salient-photo-placeholder{color:#6f8f65;background:linear-gradient(90deg,#2564430b 1px,#0000 1px) 0 0/36px 36px,linear-gradient(#2564430b 1px,#0000 1px) 0 0/36px 36px,linear-gradient(145deg,#f1f5eb,#e7eee0);border-block:1px solid #dce5d5;place-items:center;min-height:190px;display:grid}.salient-photo-placeholder>span{text-align:center;flex-direction:column;align-items:center;gap:9px;padding:16px;display:flex}.salient-photo-placeholder small{letter-spacing:1.1px;text-transform:uppercase;font-size:12px;font-weight:600}.salient-preview-photo{position:relative;overflow:hidden}.salient-preview-photo>img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.salient-card-copy{padding:23px 24px 26px}.salient-card-copy p,.salient-app-details p{color:var(--v-text);font-size:15px;line-height:1.85}.salient-card-photo-only .salient-photo-placeholder{border-bottom:0;flex:1;min-height:267px}.salient-card-wide{grid-column:1/-1;grid-template-columns:minmax(290px,.78fr) minmax(0,1.22fr);display:grid}.salient-card-wide>.salient-photo-placeholder{border-block:0;border-right:1px solid #dce5d5;min-height:100%}.salient-card-wide>.salient-card-copy{padding:28px 32px 31px}.salient-card-wide .salient-card-header{padding:0 0 19px}.salient-card-app{grid-column:1/-1;padding:28px 30px 30px}.salient-card-app>.salient-card-header{padding:0 0 24px}.salient-app-layout{grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);gap:24px;display:grid}.salient-app-layout>.salient-photo-placeholder{border:1px solid #dce5d5;border-radius:10px;min-height:100%}.salient-app-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.salient-app-details>div{background:#f4f7ef;border:1px solid #e0e7d9;border-radius:10px;padding:23px}.salient-app-details h4{color:var(--v-green);letter-spacing:1px;text-transform:uppercase;margin-bottom:11px;font-size:16px;font-weight:700}.mission-section{background:var(--v-deep);color:#f4f6ed}.mission-grid{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.mission-section .eyebrow{color:#b5cc99}.mission-section h2 span{color:#c8dfac}.mission-section .section-copy>p:not(.eyebrow){color:#c6d3c7}.mission-section .site-button{margin-top:29px}.mission-heading{align-self:center}.home-page .mission-subheading{letter-spacing:-1.7px;text-wrap:balance;margin-top:22px;font-size:clamp(30px,3vw,43px);font-weight:600;line-height:1.25}.mission-subheading span{color:#c8dfac}.testimonials-section .testimonial-copy h3.section-subheading{color:#c9e0aa}.mission-statement{background:linear-gradient(145deg,#ffffff16,#ffffff09);border:1px solid #d5e5c23d;border-radius:14px 62px 14px 14px;padding:42px 42px 43px;position:relative;box-shadow:16px 16px #b7d29714}.mission-statement:before{content:"";background:#b8d394;border-radius:0 4px 4px 0;width:4px;position:absolute;top:38px;bottom:38px;left:0}.mission-statement-label{color:#214934;letter-spacing:1.2px;text-transform:uppercase;background:#dcebc9;border-radius:999px;margin-bottom:20px;padding:7px 11px;font-size:11px;font-weight:600;display:inline-block}.mission-statement p{color:#eef3e9;font-size:18px;line-height:1.95}.mission-points article{border-bottom:1px solid #ffffff20;gap:24px;padding:23px 0;display:flex}.mission-points article:first-child{padding-top:0}.mission-points article:last-child{border-bottom:0;padding-bottom:0}.mission-points article>span{color:#b5cc99;padding-top:4px;font-size:14px}.mission-points h3{margin-bottom:8px;font-size:18px;font-weight:500}.mission-points p{color:#c6d3c7;font-size:15px;line-height:1.8}.vision-list{gap:25px;margin-top:30px;display:grid}.vision-list>div{align-items:flex-start;gap:16px;display:flex}.vision-list svg{color:var(--v-green);flex-shrink:0;margin-top:4px}.vision-list span{color:var(--v-text);font-size:15px;line-height:1.85}.vision-list strong{color:var(--v-ink);margin-bottom:4px;font-size:16px;font-weight:500;display:block}.vision-photo{border-radius:12px 12px 85px;height:550px;position:relative;overflow:hidden}.vision-photo>img{object-fit:cover;width:100%;height:100%}.vision-caption{background:#fafbf3f2;border-radius:7px;align-items:center;gap:17px;padding:22px;display:flex;position:absolute;bottom:25px;left:25px;right:25px}.vision-caption svg{color:var(--v-green)}.vision-caption p{font-size:15px;line-height:1.7}.vision-caption strong{color:var(--v-green);font-weight:500}.vision-button{margin-top:30px}.mission-section .vision-list{margin-top:0}.mission-section .vision-list svg{color:#c8dfac}.mission-section .vision-list span{color:#eef3e9}.mission-section .vision-list strong{color:#c8dfac}.gallery-section{background:#edf1e7}.gallery-filters{flex-wrap:wrap;gap:9px;margin-bottom:30px;display:flex}.gallery-filters button{min-height:44px;color:var(--v-text);background:0 0;border:1px solid #d1dbca;border-radius:6px;padding:10px 20px;font-size:14px}.gallery-filters button[aria-pressed=true]{background:var(--v-green);border-color:var(--v-green);color:#fff}.gallery-filters button:hover:not([aria-pressed=true]){border-color:var(--v-green);color:var(--v-green)}.gallery-category-select{display:none}.gallery-select-trigger[data-slot=select-trigger]{color:#1c1330;width:100%;min-width:0;height:auto;min-height:54px;font-family:var(--font-poppins),sans-serif;text-align:left;background:#fffdf6;border:1px solid #cec4db;border-radius:14px;padding:14px 16px;font-size:15px;font-weight:500;box-shadow:0 4px 14px #1c133008}.gallery-select-trigger[data-state=open]{border-color:#6451ad;box-shadow:0 0 0 3px #6451ad1a}.gallery-select-trigger [data-slot=select-value]{text-overflow:ellipsis;min-width:0;overflow:hidden}.gallery-select-trigger>svg{color:#6451ad;opacity:1;flex-shrink:0}.gallery-category-menu[data-slot=select-content]{width:var(--radix-select-trigger-width);min-width:0;max-width:calc(100vw - 32px);max-height:min(340px,55dvh,var(--radix-select-content-available-height));color:#302447;font-family:var(--font-poppins),sans-serif;z-index:60;background:#fffdf6;border:1px solid #e4dcef;border-radius:14px;overflow:hidden;box-shadow:0 16px 40px #1c133026}.gallery-category-menu .gallery-category-option{cursor:pointer;overflow-wrap:anywhere;border-radius:9px;min-height:44px;margin-block:2px;padding:11px 36px 11px 12px;font-size:14px;line-height:1.5}.gallery-category-menu .gallery-category-option[data-highlighted]{color:#302447;background:#ede6f7}.gallery-category-menu .gallery-category-option[data-state=checked]{color:#fff;background:#6451ad}.gallery-category-menu .gallery-category-option[data-state=checked] svg{color:#fff}.gallery-category-menu [data-slot=select-scroll-up-button],.gallery-category-menu [data-slot=select-scroll-down-button]{color:#6451ad;background:#fffdf6}@media (max-width:599px){.home-page .gallery-filters{display:none}.gallery-category-select{color:var(--v-green);margin-bottom:24px;font-size:13px;font-weight:500;display:block}.gallery-select-field{margin-top:8px;display:block;position:relative}.gallery-select-field select{appearance:none;width:100%;min-width:0;min-height:54px;color:var(--v-green);font:inherit;cursor:pointer;background:#fafcf5;border:1px solid #b4c9a5;border-radius:10px;padding:14px 48px 14px 16px;font-size:16px;font-weight:500;display:block;box-shadow:0 3px 10px #173f2c08}.gallery-select-field select:focus-visible{outline:2px solid var(--v-green);outline-offset:3px}.gallery-select-field>svg{pointer-events:none;color:var(--v-green);position:absolute;top:50%;right:17px;transform:translateY(-50%)rotate(90deg)}.gallery-select-field option{color:var(--v-ink);background:#fafcf5}}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.gallery-tile{text-align:left;background:#d9e1ce;border:0;border-radius:8px;height:275px;padding:0;position:relative;overflow:hidden}.gallery-tile img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-tile:hover img{transform:scale(1.035)}.gallery-caption{color:#fff;background:linear-gradient(#0000,#102c22bd);justify-content:space-between;align-items:center;gap:12px;padding:42px 19px 19px;font-size:14px;display:flex;position:absolute;bottom:0;left:0;right:0}.gallery-caption svg{flex-shrink:0}.gallery-bottom{justify-content:space-between;align-items:center;gap:20px;margin-top:22px;display:flex}.gallery-bottom p{color:var(--v-text);font-size:14px}.photo-dialog{color:#fff;background:0 0;border:0;width:min(1100px,94vw);max-width:94vw;max-height:94dvh;margin:auto;padding:0;overflow:visible}.photo-dialog::backdrop{background:#102219ed}.photo-dialog-inner{position:relative}.photo-dialog-inner>img{object-fit:contain;border-radius:7px;width:100%;height:auto;max-height:76dvh}.dialog-close{width:44px;height:44px;color:var(--v-deep);z-index:1;background:#fff;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 2px 10px #0003}.dialog-bottom{justify-content:space-between;align-items:center;gap:15px;padding:15px 0;display:flex}.dialog-bottom p{text-align:center;font-size:16px}.dialog-bottom p span{color:#becdbb;margin-top:4px;font-size:13px;display:block}.circle-button{width:44px;height:44px;color:var(--v-green);background:0 0;border:1px solid #cbd7bf;border-radius:50%;flex-shrink:0;place-items:center;display:inline-grid}.circle-button:hover{background:var(--v-green);color:#fff}.dialog-bottom .circle-button{color:#fff;border-color:#ffffff60}.testimonials-section{color:#f6f8f1;background:linear-gradient(135deg,#173f2c 0%,#1d4c35 62%,#24583d 100%);position:relative;overflow:hidden}.testimonials-section:before{content:"";pointer-events:none;opacity:.45;background-color:#0000;background-image:linear-gradient(90deg,#ffffff06 1px,#0000 1px),linear-gradient(#ffffff06 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.testimonial-layout{grid-template-columns:.82fr 1.18fr;align-items:center;gap:90px;display:grid;position:relative}.testimonial-copy .eyebrow{color:#c8dda9}.testimonials-section .testimonial-copy h2{color:#fff}.testimonials-section .testimonial-copy h2 span{color:#c9e0aa}.testimonials-section .testimonial-copy>p:not(.eyebrow){color:#cbd8cc}.testimonials-section .testimonial-copy>.text-link{color:#eff6e8}.testimonial-photo{border:1px solid #ffffff29;border-radius:10px 62px 10px 10px;width:min(100%,430px);height:205px;margin-top:30px;position:relative;overflow:hidden}.testimonial-photo img{object-fit:cover;width:100%;height:100%}.testimonial-photo span{color:#f3f7ed;background:#133927e6;border-radius:5px;align-items:center;gap:8px;padding:9px 12px;font-size:12px;display:flex;position:absolute;bottom:14px;left:14px}.testimonial-photo span svg{color:#c8dda9}.testimonial-card{color:var(--v-ink);background:#fffdf6;border:1px solid #dce5d3;border-radius:16px 70px 16px 16px;min-height:425px;padding:38px 44px 42px;position:relative;box-shadow:18px 18px #c6dca62e,0 20px 50px #081c122e}.testimonial-card:after{content:"";background:#83a96e;border-radius:0 4px 4px 0;width:4px;position:absolute;top:74px;bottom:40px;left:0}.testimonial-card-top{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:8px;display:flex}.testimonial-card-top>span{color:var(--v-green);letter-spacing:1.4px;background:#eaf1df;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:600}.quote-mark{color:#aec493;stroke-width:1.5px;margin:0}.review-stars{color:#aa7525;gap:5px;margin-bottom:20px;display:flex}.testimonial-card blockquote{overflow-wrap:anywhere;white-space:pre-line;margin:0 0 26px;font-size:19px;font-weight:400;line-height:1.9}.testimonial-card blockquote.review-preview{-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;margin-bottom:12px;display:-webkit-box;overflow:hidden}.testimonial-read-more{color:var(--v-green);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin:0 0 25px;padding:7px 0;font-size:15px;font-weight:600;display:inline-flex}.testimonial-read-more:hover{text-underline-offset:4px;text-decoration:underline}.testimonial-read-more:focus-visible{outline:3px solid var(--v-green);outline-offset:4px;border-radius:3px}.testimonial-detail{width:min(720px,100% - 32px);max-width:720px;max-height:calc(100dvh - 32px);color:var(--v-ink);overscroll-behavior:contain;background:#fffdf6;border:1px solid #d5e0ca;border-radius:22px;margin:auto;padding:0;overflow-y:auto;box-shadow:0 24px 90px #071c2960}.testimonial-detail::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a1f17bf}.testimonial-detail-inner{padding:clamp(24px,5vw,44px)}.testimonial-detail-header{color:var(--v-green);letter-spacing:1.4px;justify-content:space-between;align-items:center;gap:16px;font-size:12px;font-weight:600;display:flex}.testimonial-detail-header button{width:42px;height:42px;color:var(--v-green);cursor:pointer;background:0 0;border:1px solid #cbd7bf;border-radius:50%;place-items:center;display:grid}.testimonial-detail-header button:hover{background:var(--v-green);color:#fff}.testimonial-detail-header button:focus-visible{outline:3px solid var(--v-green);outline-offset:3px}.testimonial-detail-quote{color:#a0b482;margin:10px 0 16px;display:block}.testimonial-detail blockquote{white-space:pre-line;overflow-wrap:anywhere;margin:0 0 30px;font-size:clamp(16px,2.1vw,19px);line-height:1.8}.testimonial-detail strong{border-top:1px solid var(--v-line);padding-top:18px;font-size:16px;display:block}.review-author{align-items:center;gap:12px;display:flex}.review-avatar{width:43px;height:43px;color:var(--v-green);background:#e9f0df;border-radius:50%;flex-shrink:0;place-items:center;font-size:18px;display:grid}.review-author strong{font-size:15px;font-weight:600;display:block}.review-author div>span,.review-author time{color:var(--v-text);font-size:13px;display:block}.review-author time{color:#718073;margin-top:3px;font-size:12px}.review-controls{border-top:1px solid var(--v-line);justify-content:space-between;align-items:center;margin-top:25px;padding-top:20px;font-size:15px;display:flex}.review-controls>span>span{color:#75806f}.review-controls>div{gap:8px;display:flex}.review-empty{color:var(--v-green);flex-direction:column;align-items:flex-start;gap:16px;display:flex}.review-empty h3{font-size:25px;font-weight:500}.review-empty p{color:var(--v-text);font-size:16px;line-height:1.85}.review-empty .site-button{font-size:15px}.review-content{animation:.55s cubic-bezier(.22,1,.36,1) both review-enter}.review-modal-trigger.text-link{text-align:left;background:0 0;border:0;padding:0}.review-modal{width:min(600px,100% - 32px);max-width:600px;max-height:calc(100dvh - 32px);color:var(--v-ink);overscroll-behavior:contain;text-align:left;background:#fafbf7;border:1px solid #d5e0ca;border-radius:20px;margin:auto;padding:0;overflow:auto;box-shadow:0 24px 90px #071c2960}.review-modal::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a1f17b8}.review-modal{scrollbar-width:thin;scrollbar-color:#668b59 #edf3e9;scrollbar-gutter:stable}.review-modal::-webkit-scrollbar{width:8px}.review-modal::-webkit-scrollbar-track{background:#edf3e9;border-radius:999px;margin-block:16px}.review-modal::-webkit-scrollbar-thumb{background:#668b59;border:2px solid #edf3e9;border-radius:999px}.review-modal::-webkit-scrollbar-thumb:hover{background:#256443}.review-modal-inner{padding:32px;position:relative}.review-modal-close{width:44px;height:44px;color:var(--v-green);background:#fff;border:1px solid #d5dfce;border-radius:50%;place-items:center;display:grid;position:absolute;top:16px;right:16px}.review-modal-close:hover{background:#edf3e9}.review-modal-symbol{width:48px;height:48px;color:var(--v-green);background:#e7efdb;border-radius:14px;place-items:center;margin-bottom:16px;display:grid}.home-page .review-modal-heading h2{letter-spacing:-1px;color:var(--v-ink);text-wrap:initial;margin:0;font-size:clamp(26px,4vw,34px);line-height:1.25}.home-page .review-modal-heading h2 span{color:var(--v-green)}.home-page .review-modal-heading p{color:var(--v-text);margin:12px 0 24px;font-size:15px;line-height:1.7}.review-modal-form{border-top:1px solid var(--v-line);padding-top:22px}.home-page .review-modal-form h3{color:var(--v-green);margin:0 0 20px;font-size:16px;font-weight:600}.review-modal-form>label{margin-bottom:18px;font-size:14px;font-weight:500;display:block}.review-modal-form input:not([type=radio]),.review-modal-form select,.review-modal-form textarea{width:100%;min-width:0;color:var(--v-ink);font:inherit;background:#fff;border:1px solid #cddbc4;border-radius:8px;margin-top:7px;padding:12px 14px;font-size:16px;line-height:1.5;display:block}.review-modal-form textarea{resize:vertical;min-height:105px;max-height:250px}.review-modal-rating{border:0;min-width:0;margin:0 0 20px;padding:0}.review-modal-rating legend{margin-bottom:7px;font-size:14px;font-weight:500}.review-modal-stars{gap:6px;display:flex}.review-modal-stars label{cursor:pointer;width:44px;height:44px;display:block;position:relative}.review-modal-stars input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.review-modal-stars label>span{color:#ab7623;pointer-events:none;border-radius:7px;place-items:center;width:100%;height:100%;display:grid}.review-modal-stars input:focus-visible+span{outline:3px solid var(--v-green);outline-offset:2px}.review-modal-stars label:hover>span{background:#f2ecd9}.home-page .review-modal-rating p{color:var(--v-text);margin:7px 0 0;font-size:13px}.home-page .review-modal-note{color:var(--v-text);margin:0 0 12px;font-size:12px;line-height:1.6}.review-modal-form>.site-button{width:100%}.home-page .review-modal-feedback{color:var(--v-green);background:#e8f1df;border-radius:8px;align-items:flex-start;gap:9px;margin-top:16px;padding:14px;font-size:14px;line-height:1.6;display:flex}.review-modal-feedback svg{flex-shrink:0;margin-top:2px}.review-confirmation{text-align:center;padding:26px 0 8px;animation:.35s ease-out review-confirmation-enter}.review-confirmation-mark{color:#fff;background:#256443;border:8px solid #e5efd9;border-radius:50%;place-items:center;width:88px;height:88px;margin:0 auto 28px;display:grid;box-shadow:0 0 0 10px #f0f5e9}.home-page .review-confirmation-kicker{color:#527344;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:600}.home-page .review-confirmation h2{color:#243d30;letter-spacing:-1px;font-size:clamp(27px,4vw,36px);line-height:1.3}.home-page .review-confirmation h2 span{color:#256443}.home-page .review-confirmation-message{color:#627066;overflow-wrap:anywhere;max-width:390px;margin:18px auto 24px;font-size:15px;line-height:1.8}.review-confirmation-receipt{text-align:left;color:#256443;background:#edf3e5;border:1px dashed #b6cba5;border-radius:12px;align-items:flex-start;gap:13px;margin-bottom:24px;padding:20px;display:flex}.review-confirmation-receipt>svg{flex-shrink:0;margin-top:3px}.review-confirmation-receipt strong{font-size:15px;font-weight:600}.home-page .review-confirmation-receipt p{color:#627066;margin-top:5px;font-size:13px;line-height:1.7}.review-confirmation>.site-button{width:100%}@keyframes review-confirmation-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:599px){.review-modal-inner{padding:24px 20px}.review-modal{border-radius:14px;max-height:calc(100dvh - 24px)}.review-modal-heading{padding-right:12px}}@keyframes review-enter{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}.loading-icon{animation:1s linear infinite vruksh-spin}@keyframes vruksh-spin{to{transform:rotate(360deg)}}.support-section{isolation:isolate;background:#e9efdf;position:relative;overflow:hidden}.support-section:before{content:"";z-index:-2;filter:saturate(.7)contrast(.95);background:url(/home/donation-1440.webp) 0/cover no-repeat;position:absolute;inset:0}.support-section:after{content:"";z-index:-1;background:linear-gradient(90deg,#e9efdfe6 0%,#e9efdfc2 48%,#e9efdfeb 100%);position:absolute;inset:0}.support-grid{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid;position:relative}.support-heart{color:var(--v-green);margin-bottom:22px;display:block}.support-copy h3{color:var(--v-green);margin-top:18px;font-size:20px;font-weight:600;line-height:1.55}.support-copy>p:not(.eyebrow){color:var(--v-text);max-width:440px;margin-top:23px;font-size:16px;line-height:1.9}.support-tags{flex-wrap:wrap;gap:8px;margin-top:25px;display:flex}.support-tags span{color:#4a6745;border:1px solid #c7d6b7;border-radius:4px;padding:8px 12px;font-size:13px}.support-copy p.support-certification{align-items:center;gap:8px;margin-top:34px;font-size:13px;display:flex}.support-certification svg{flex-shrink:0}.donation-card{background:#fffef8;border:1px solid #d8dfcc;border-radius:12px;padding:35px}.donation-card .eyebrow{font-size:12px;margin-bottom:12px!important}.donation-card h3{letter-spacing:-.6px;margin-bottom:7px;font-size:25px;font-weight:600}.donation-card>p:not(.eyebrow){color:var(--v-text);font-size:14px;line-height:1.7}.donation-card dl{margin:22px 0 0}.donation-card dl>div{border-bottom:1px solid #e6eadf;grid-template-columns:120px 1fr;align-items:center;gap:16px;padding:13px 0;font-size:14px;display:grid}.donation-card dt{color:var(--v-text)}.donation-card dd{overflow-wrap:anywhere;margin:0;font-weight:500}.account-number{justify-content:space-between;align-items:center;gap:7px;font-size:16px;display:flex}.account-number button{width:44px;height:44px;color:var(--v-green);background:0 0;border:0;border-radius:5px;place-items:center;margin:-10px -8px -10px 0;display:grid}.account-number button:hover{background:var(--v-mist)}.copy-status{min-height:20px;padding-top:3px}.donation-note{color:var(--v-text);background:#eff3e9;border-radius:5px;margin:8px 0 20px;padding:13px;font-size:13px;line-height:1.85}.donation-card>.site-button{width:100%;font-size:15px}.donation-notes{gap:9px;margin-top:8px;display:grid}.donation-notes p{color:var(--v-text);background:#eff3e9;border-radius:5px;padding:13px;font-size:13px;line-height:1.8}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:95px;display:grid}.contact-grid .enquiry-form{order:-1}.contact-information-title{color:var(--v-ink);margin-top:31px;font-size:17px;font-weight:600}.contact-details{gap:27px;margin-top:33px;display:grid}.contact-details>div{align-items:flex-start;gap:17px;min-width:0;display:flex}.contact-details>div>div{min-width:0}.contact-icon{border:1px solid var(--v-line);width:44px;height:44px;color:var(--v-green);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.contact-details h3{margin-bottom:7px;font-size:15px;font-weight:600}.contact-details a{color:var(--v-text);overflow-wrap:anywhere;padding-block:2px;font-size:15px;line-height:1.9;display:block}.contact-details a:hover{color:var(--v-green);text-decoration:underline}.contact-details address{color:var(--v-text);font-size:15px;font-style:normal;line-height:1.9}.contact-details a.text-link{color:var(--v-green);font-size:14px;display:inline-flex}.contact-value-row{color:#879187;flex-wrap:wrap;align-items:center;gap:4px 9px;display:flex}.contact-value-row a{display:inline!important}.contact-social-links{flex-wrap:nowrap;gap:9px;max-width:100%;margin-top:30px;padding-bottom:4px;display:flex;overflow-x:auto}.contact-social-links>a{border:1px solid var(--v-green);background:var(--v-green);color:#fff;text-align:center;white-space:nowrap;border-radius:6px;flex:1 0 auto;justify-content:center;align-items:center;gap:8px;min-width:0;min-height:54px;padding:10px 8px;font-size:12px;line-height:1.5;display:flex}.contact-social-links>a:hover{border-color:var(--v-deep);background:var(--v-deep)}.contact-social-links>a>svg{flex-shrink:0}@media (max-width:480px){.contact-social-links{gap:6px}.contact-social-links>a{gap:4px;padding:10px 4px;font-size:11px}.contact-social-links>a>svg{width:16px;height:16px}}.enquiry-form{border:1px solid var(--v-line);background:#fff;border-radius:10px;padding:35px}.enquiry-form h3{letter-spacing:-.6px;margin-bottom:8px;font-size:25px;font-weight:600}.enquiry-form>p{color:var(--v-text);margin-bottom:25px;font-size:14px;line-height:1.8}.enquiry-form fieldset{border:0;min-width:0;margin:0;padding:0}.form-grid{grid-template-columns:1fr 1fr;gap:0 18px;display:grid}.enquiry-form label{margin-bottom:18px;font-size:14px;font-weight:500;display:block}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;min-width:0;color:var(--v-ink);background:#fbfcf9;border:1px solid #dce3d7;border-radius:5px;margin-top:7px;padding:13px;font-family:inherit;font-size:15px;display:block}.enquiry-form input,.enquiry-form select{height:46px}.enquiry-form input::placeholder,.enquiry-form textarea::placeholder{color:#7c877b;font-weight:400}.enquiry-form textarea{resize:vertical;min-height:108px;max-height:400px}.enquiry-form select{text-overflow:ellipsis}.enquiry-form .site-button{border:0;width:100%}.enquiry-form :disabled{cursor:wait;opacity:.65}.enquiry-form .form-note{text-align:center;margin:13px 0 0;font-size:12px}.form-honeypot{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.form-feedback{border-radius:5px;margin-top:16px;padding:14px;font-size:15px;line-height:1.8}.form-feedback.success{color:#245132;background:#edf5e6}.form-feedback.error{color:#873920;background:#fff0e8}.contact-map{border:1px solid var(--v-line);background:#fff;border-radius:10px;margin-top:60px;overflow:hidden}.contact-map iframe{border:0;width:100%;height:280px;display:block}.map-caption{justify-content:space-between;align-items:center;gap:20px;padding:12px 22px;display:flex}.map-caption>span{color:var(--v-text);align-items:center;gap:9px;font-size:14px;display:flex}.map-caption svg{flex-shrink:0}.map-caption .text-link{font-size:14px}.site-footer{color:#eaf0e3;background:#153e2b}.footer-top{border-bottom:1px solid #ffffff20;justify-content:space-between;align-items:center;gap:30px;padding:36px 0;display:flex}.footer-top p{letter-spacing:-.8px;font-size:28px;font-weight:400;line-height:1.35}.footer-top strong{color:#c4daa8;font-weight:500}.footer-badge{color:#dcebcf;text-align:center;background:#ffffff0d;border:1px solid #d7e7c770;border-radius:6px;align-items:center;min-height:48px;padding:11px 18px;font-size:14px;font-weight:500;display:inline-flex}.footer-grid{grid-template-columns:1.15fr .62fr 1.45fr;gap:clamp(34px,4vw,72px);padding:40px 0;display:grid}.footer-logo{background:#fff;border-radius:7px;width:215px;max-width:100%;margin-bottom:16px;padding:9px 14px;display:block}.footer-logo img{width:100%;height:auto}.footer-brand p{color:#cad7c7;font-size:14px;line-height:1.9}.footer-brand p.footer-trust{color:#b4c7af;margin-top:14px;font-size:12px}.footer-socials{gap:8px;margin-top:18px;display:flex}.footer-socials a{color:#d8e5d0;border:1px solid #ffffff25;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.footer-socials a:hover{color:#fff;background:#ffffff12}.footer-grid h2{margin:4px 0 14px;font-size:15px;font-weight:500}.footer-grid ul{margin:0;padding:0;list-style:none}.footer-grid li a{color:#c5d3bf;padding-block:5px;font-size:14px;line-height:1.6;display:inline-block}.footer-grid li a:hover,.footer-contact a:hover{color:#fff;text-underline-offset:4px;text-decoration:underline}.footer-contact{grid-template-columns:1.05fr 1fr;align-content:start;gap:0 28px;display:grid}.footer-contact h2{grid-column:1/-1}.footer-contact address{color:#c5d3bf;grid-row:2/span 2;margin-bottom:7px;font-size:14px;font-style:normal;line-height:1.95}.footer-contact>a{color:#c5d3bf;overflow-wrap:anywhere;padding:6px 0;font-size:14px;display:block}.footer-contact>a.footer-directions{color:#d3e5ba;align-items:center;gap:5px;margin-bottom:12px;display:flex}.footer-contact-line{color:#c5d3bf;flex-wrap:wrap;align-items:center;gap:3px 8px;margin-top:9px;font-size:14px;line-height:1.8;display:flex}.footer-contact-line a{color:#c5d3bf;overflow-wrap:anywhere}.footer-contact-line a:hover{color:#fff;text-underline-offset:4px;text-decoration:underline}.footer-bottom{color:#b6c9b0;border-top:1px solid #ffffff20;justify-content:space-between;gap:20px;padding:18px 0;font-size:12px;display:flex}.site-footer.footer-with-map{background:linear-gradient(145deg,#153e2b,#123626);padding-top:clamp(28px,4vw,52px)}.footer-visit{color:#233e30;background:#f5f7ee;border:1px solid #dbe4d0;border-radius:18px 48px 18px 18px;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);display:grid;overflow:hidden}.footer-visit-copy{border-left:5px solid #abc68a;border-right:3px solid #256443;padding:clamp(24px,3vw,40px)}.footer-pin{color:#256443;background:#e4ecd8;border-radius:50%;place-items:center;width:46px;height:46px;margin-bottom:16px;display:grid}.footer-visit h2{margin:0 0 14px;font-size:clamp(25px,2.5vw,34px);font-weight:600;line-height:1.25}.footer-visit address{max-width:440px;font-size:16px;font-style:normal;font-weight:500;line-height:1.8}.footer-visit p{color:#5b6d5e;max-width:440px;margin:12px 0 20px;font-size:14px;line-height:1.8}.footer-visit iframe{background:#e3eadb;border:0;width:100%;height:100%;min-height:330px;display:block}.footer-with-map .footer-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.65fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);padding:36px 0}.footer-with-map .footer-grid>div{min-width:0}.footer-with-map .footer-brand h2{margin-bottom:7px;line-height:1.6}.footer-with-map .footer-brand p{max-width:360px}.footer-with-map .footer-badge{text-align:left;width:auto;min-height:0;margin-top:15px;padding:8px 11px;font-size:12px;line-height:1.6}.footer-with-map .footer-contact{grid-column:auto;display:block}.footer-with-map .footer-contact-line{margin-top:12px;display:block}.footer-with-map .footer-contact-line>span:first-child{color:#eaf0e3;margin-bottom:3px;font-weight:500;display:block}.footer-with-map .footer-contact-line a[href^=tel\:]{white-space:nowrap;display:inline-block}.footer-with-map .footer-bottom{line-height:1.8}.footer-with-map a:focus-visible{outline-offset:4px;outline:2px solid #b7d68f}@media (max-width:999px){.footer-with-map .footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px 36px}.footer-with-map .footer-brand{grid-column:1/-1}.footer-visit{grid-template-columns:1fr 1fr}}@media (max-width:599px){.footer-visit{border-radius:14px 32px 14px 14px;grid-template-columns:1fr}.footer-visit iframe{height:245px;min-height:245px}.footer-visit-copy{border-bottom:3px solid #256443;border-right:0;padding:24px 20px}.footer-visit .site-button{width:100%}.site-footer.footer-with-map .footer-grid{grid-template-columns:minmax(0,1fr);gap:26px;padding:28px 0}.footer-with-map .footer-grid>div{grid-column:1}.footer-with-map .footer-grid>div+div{border-top:1px solid #ffffff20;padding-top:24px}.footer-with-map .footer-grid ul{grid-template-columns:1fr 1fr;gap:0 16px;display:grid}}@media (min-width:1550px){.home-hero{padding-top:80px}.hero-photo{height:560px}.hero-grid{padding-bottom:80px}}@media (max-width:1199px){.site-container{width:calc(100% - 64px)}.primary-nav{border-top:1px solid var(--v-line);max-height:calc(100dvh - var(--v-header));overscroll-behavior:contain;background:#fff;padding:20px 32px 28px;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 15px 24px #173f2c12}.primary-nav.is-open{display:block}.mobile-toggle{border:1px solid var(--v-line);width:44px;height:44px;color:var(--v-green);background:#fff;border-radius:6px;place-items:center;display:grid}.nav-links{display:block}.nav-link,.nav-disclosure{justify-content:space-between;width:100%;min-height:48px;padding:12px;font-size:16px}.nav-link.active:after{display:none}.nav-link.active{background:var(--v-mist)}.nav-dropdown{box-shadow:none;border:0;border-left:2px solid #cbdaba;border-radius:0;min-width:0;margin:5px 12px 13px;padding:0 8px;position:static}.nav-dropdown a{padding:13px;font-size:16px}.nav-actions{border-top:1px solid var(--v-line);margin-top:17px;padding-top:17px}.nav-actions>a{flex:1;justify-content:center}.home-page h1{letter-spacing:-2px;font-size:46px}.hero-grid{gap:30px}.hero-photo{height:480px}.hero-copy .button-row{flex-direction:column;align-items:flex-start}.hero-copy .site-button{min-width:230px}.hero-note{padding:15px;right:10px}.hero-note strong{font-size:13px}.two-column,.mission-grid,.support-grid,.contact-grid,.testimonial-layout{gap:48px}.program-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.program-guide{grid-column:span 2;align-items:flex-start;padding:30px}.program-guide p{max-width:420px}.program-guide .site-button{width:auto}.trust-strip>div{gap:10px;padding-inline:17px}.trust-strip span{font-size:12px}.trust-strip strong{font-size:13px}.footer-grid{grid-template-columns:1.05fr .65fr 1.4fr;gap:28px}}@media (max-width:899px){:root{--v-header:108px}.nav-row{min-height:76px}.site-logo{width:175px}.home-section{padding-block:72px}.home-hero{padding-top:45px}.hero-grid{grid-template-columns:1fr;gap:35px;padding-bottom:42px}.hero-copy{max-width:620px}.home-page h1{font-size:clamp(43px,7vw,58px)}.hero-copy .button-row{flex-direction:row}.hero-copy .site-button{min-width:0}.hero-description{max-width:560px}.hero-visual{margin-left:10px;padding:12px 10px 22px}.hero-photo{border-top-left-radius:75px;height:440px}.hero-photo img{object-position:center 48%}.hero-note{right:28px}.hero-stamp{left:-15px}.hero-decoration{right:-7px}.trust-strip{grid-template-columns:repeat(2,1fr);row-gap:24px;padding-block:25px}.trust-strip>div{padding-inline:20px}.trust-strip>div:nth-child(odd){padding-left:0}.trust-strip>div:nth-child(2n){border-right:0}.trust-strip span{font-size:13px}.trust-strip strong{font-size:14px}.two-column{grid-template-columns:1fr;gap:42px}.about-visual{width:100%;max-width:600px;margin-inline:auto}.about-main{height:410px}.section-copy>p:not(.eyebrow){max-width:none}.heading-split{flex-direction:column;align-items:flex-start;gap:22px}.heading-split>p{max-width:550px}.program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.program-guide{grid-column:auto;padding:25px}.program-photo{height:205px}.feature-grid{grid-template-columns:repeat(2,1fr);gap:18px}.feature-card{padding:27px}.salient-card-compact{grid-column:span 3}.salient-card-photo-only{grid-column:1/-1}.salient-card-photo-only .salient-photo-placeholder{min-height:230px}.salient-card-wide{grid-template-columns:1fr}.salient-card-wide>.salient-photo-placeholder{border-bottom:1px solid #dce5d5;border-right:0;min-height:245px}.salient-app-layout{grid-template-columns:1fr}.salient-app-layout>.salient-photo-placeholder{min-height:245px}.salient-app-details{grid-template-columns:1fr 1fr}.mission-grid{grid-template-columns:1fr;gap:40px}.mission-points{grid-template-columns:1fr 1fr;gap:25px;display:grid}.mission-points article{gap:15px;padding:18px 0!important}.mission-points article:last-child{border-bottom:1px solid #ffffff20}.vision-photo{height:460px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-tile{height:270px}.testimonial-layout{grid-template-columns:1fr;gap:32px}.testimonial-card{max-width:100%}.support-grid,.contact-grid{grid-template-columns:1fr;gap:36px}.support-copy>p:not(.eyebrow){max-width:600px}.contact-details{grid-template-columns:1fr 1fr;gap:25px}.contact-details>div:last-child{grid-column:1/-1}.footer-grid{grid-template-columns:1fr .72fr;gap:34px 45px}.footer-contact{grid-column:1/-1}.footer-top p{font-size:26px}}@media (max-width:599px){:root{--v-header:100px}.site-container{width:calc(100% - 40px)}.nav-row{min-height:72px}.site-logo{width:166px}.primary-nav{padding:14px 20px 22px}.home-section{padding-block:58px}.home-hero{padding-top:30px}.hero-copy{padding:0}.eyebrow{letter-spacing:1.45px;font-size:12px;margin-bottom:15px!important}.home-page h1{letter-spacing:-1.9px;font-size:clamp(36px,9.7vw,53px);line-height:1.18}.hero-subheading{letter-spacing:1.8px;font-size:14px;margin-top:19px!important}.hero-quotes{border-radius:12px 38px 12px 12px;min-height:220px;margin-top:27px;padding:23px 20px 21px;box-shadow:8px 8px #c9dcb129,0 10px 26px #1d48300f}.hero-quotes:before{width:3px;top:22px;bottom:22px}.hero-quote-content{grid-template-columns:39px 1fr;gap:3px 10px}.hero-quote-mark{width:35px;height:35px}.hero-quote-mark svg{width:20px;height:20px}.hero-quote-content blockquote{font-size:15px;line-height:1.75}.hero-quote-content cite{grid-column:2;font-size:12px}.hero-quote-controls{margin-left:49px}.hero-description{font-size:16px;line-height:1.9;margin-top:21px!important}.button-row{gap:10px;margin-top:25px}.hero-copy .button-row{flex-direction:column;align-items:stretch}.site-button{min-height:52px;padding:14px 20px;font-size:15px}.hero-location{margin-top:23px}.hero-location strong{font-size:13px}.hero-location div>span{font-size:12px}.hero-grid{gap:31px;padding-bottom:35px}.hero-visual{margin-left:3px;padding:10px 0 21px 6px}.hero-photo{border-top-left-radius:64px;height:345px}.hero-photo img{object-position:50% center}.hero-stamp{border-width:4px;width:77px;height:77px;top:-7px;left:-7px}.hero-stamp svg{width:23px;height:23px}.hero-stamp span{font-size:7px}.hero-decoration{display:none}.hero-note{gap:10px;padding:12px 14px;bottom:0;right:12px}.note-icon{width:33px;height:33px}.note-icon svg{width:19px;height:19px}.hero-note strong,.hero-note div>span{font-size:12px}.photo-label{font-size:12px;bottom:44px;left:18px;right:12px}.trust-strip{row-gap:19px}.trust-strip>div{align-items:flex-start;gap:10px;padding-inline:12px}.trust-strip svg{width:20px;height:20px;margin-top:3px}.trust-strip span,.trust-strip strong{font-size:12px}.home-page h2{letter-spacing:-1.1px;font-size:30px;line-height:1.3}.vision-button{width:100%;margin-top:22px}.mission-heading h2 br{display:none}.mission-heading .site-button{width:100%}.mission-statement{border-radius:12px 42px 12px 12px;padding:29px 23px 30px;box-shadow:9px 9px #b7d29714}.mission-statement:before{width:3px;top:28px;bottom:28px}.mission-statement-label{margin-bottom:16px}.mission-statement p{font-size:16px;line-height:1.9}.salient-heading{margin-bottom:30px}.salient-grid{grid-template-columns:1fr;gap:16px}.salient-card-compact,.salient-card-photo-only{grid-column:1}.salient-card-header{gap:10px;padding:19px 18px}.salient-icon{width:39px;height:39px}.salient-card h3{font-size:15px}.salient-photo-placeholder,.salient-card-photo-only .salient-photo-placeholder{min-height:205px}.salient-card-copy{padding:20px 18px 23px}.salient-card-copy p,.salient-app-details p{font-size:14px;line-height:1.8}.salient-card-wide{grid-column:1}.salient-card-wide>.salient-photo-placeholder{min-height:205px}.salient-card-wide>.salient-card-copy{padding:22px 18px 24px}.salient-card-app{grid-column:1;padding:21px 18px 22px}.salient-card-app>.salient-card-header{padding:0 0 18px}.salient-app-layout{gap:16px}.salient-app-layout>.salient-photo-placeholder{min-height:205px}.salient-app-details{grid-template-columns:1fr;gap:12px}.salient-app-details>div{padding:19px 17px}.section-copy>p:not(.eyebrow){margin-top:18px;font-size:16px;line-height:1.9}.section-heading{margin-bottom:29px}.heading-split{gap:17px}.heading-split>p,.centered>p:last-child{font-size:15px}.about-visual{padding:0 30px 43px 0}.about-main{border-top-right-radius:55px;height:310px}.about-inset{border-width:5px;width:48%;height:160px}.since-card{gap:11px;padding:15px;bottom:5px;left:10px}.since-card strong{font-size:26px}.since-card span{font-size:12px}.check-list span{font-size:14px}.program-grid{grid-template-columns:1fr;gap:20px}.program-photo{height:220px}.program-body{padding:23px}.program-body h3{font-size:22px}.program-body>p:not(.program-tag){font-size:16px}.program-body .text-link{font-size:15px}.program-guide{padding:28px}.program-guide .site-button{width:100%}.feature-grid{gap:13px}.feature-card{padding:22px 17px}.feature-icon{border-radius:10px;width:40px;height:40px;margin-bottom:18px}.feature-icon svg{width:22px}.feature-card h3{font-size:16px;line-height:1.5}.feature-card p{font-size:14px;line-height:1.8}.mission-points{grid-template-columns:1fr;gap:0}.mission-points h3{font-size:17px}.vision-list{gap:22px}.vision-photo{border-bottom-right-radius:55px;height:370px}.vision-caption{padding:17px;bottom:16px;left:16px;right:16px}.gallery-filters{gap:7px;margin-bottom:22px}.gallery-filters button{padding:10px 14px;font-size:13px}.gallery-grid{grid-template-columns:1fr;gap:16px}.gallery-tile{height:260px}.gallery-bottom{flex-direction:column;align-items:flex-start;gap:5px}.gallery-bottom .text-link{font-size:14px}.testimonial-card{min-height:320px;padding:27px}.testimonial-card blockquote{font-size:17px}.support-tags span{padding:7px 10px;font-size:12px}.donation-card{padding:25px 22px}.donation-card h3{font-size:23px}.donation-card dl>div{grid-template-columns:100px 1fr;gap:12px;font-size:13px}.account-number{font-size:14px}.donation-card>.site-button{padding-inline:10px;font-size:14px}.contact-details{grid-template-columns:1fr;gap:23px}.contact-details a,.contact-details address{font-size:14px}.enquiry-form{padding:25px 22px}.form-grid{grid-template-columns:1fr;gap:0}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{font-size:18px}.enquiry-form label{font-size:14px}.contact-map{margin-top:35px}.contact-map iframe{height:240px}.map-caption{flex-direction:column;align-items:flex-start;gap:0;padding:16px}.map-caption>span{font-size:13px}.footer-top{flex-direction:column;align-items:flex-start;gap:18px;padding-block:28px}.footer-top p{font-size:24px}.footer-badge{justify-content:center;width:100%;font-size:13px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px;padding-block:30px}.footer-brand{grid-column:1/-1}.footer-logo{width:205px}.footer-grid h2{font-size:14px}.footer-grid li a{font-size:13px}.footer-contact{grid-column:1/-1;grid-template-columns:1fr}.footer-contact h2{grid-column:1}.footer-contact address{grid-row:auto}.footer-contact>a{padding:10px 0}.footer-bottom{flex-direction:column;gap:10px;padding-block:18px;font-size:12px}}@media (max-width:359px){.site-container{width:calc(100% - 32px)}.home-page h1{letter-spacing:-1.7px;font-size:34px}.home-page h2{font-size:27px}.feature-grid{grid-template-columns:1fr}.hero-photo{height:300px}.donation-card{padding:21px 16px}.donation-card dl>div{grid-template-columns:85px 1fr;gap:8px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header .nav-link,.site-header .nav-disclosure,.site-header .nav-donate,.site-header .nav-actions .site-button{font-family:var(--font-poppins),Arial,sans-serif;font-size:16px;font-weight:500;line-height:1.5}.site-header .nav-actions .site-button.nav-account-button{gap:7px;min-height:40px;padding:9px 14px;font-size:14px}.site-header .nav-account-button svg{width:16px;height:16px}.site-header .nav-dropdown a{font-size:15px;line-height:1.6}.nav-links{gap:10px}.primary-nav{gap:25px}.home-page .hero-stamp span{font-size:9px}.home-page .hero-stamp{width:100px;height:100px}.home-page .program-number{font-size:12px}.home-page .about-visual{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:stretch;gap:18px;padding:0;display:grid}.home-page .about-main{object-fit:contain;border-radius:14px;grid-column:1/-1;width:100%;height:auto}.home-page .about-inset{border:0;border-radius:12px;grid-area:2/2;align-self:center;width:100%;height:auto;position:static}.home-page .about-inset img{object-fit:contain;width:100%;height:auto}.home-page .since-card{text-align:center;border-radius:12px;flex-direction:column;grid-area:2/1;justify-content:center;align-items:center;gap:10px;min-width:0;padding:24px;position:static}.home-page .since-card strong{font-size:42px}.home-page .since-card span{font-size:16px;line-height:1.7}.home-page .donation-card dl>div{grid-template-columns:130px minmax(0,1fr)}.home-page .account-number{flex-wrap:wrap}.home-page .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:1199px){.nav-links{display:block}.site-header .nav-link,.site-header .nav-disclosure{min-height:50px}.home-page .donation-card dl>div{grid-template-columns:110px minmax(0,1fr)}}@media (max-width:599px){.home-page .feature-grid{grid-template-columns:1fr}.home-page .feature-card{padding:25px}.home-page .hero-stamp{width:83px;height:83px}.home-page .hero-stamp span{font-size:8px}.home-page .hero-note strong,.home-page .hero-note div>span{font-size:12px}.home-page .about-visual{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:12px}.home-page .since-card{gap:7px;padding:16px}.home-page .since-card strong{font-size:34px}.home-page .since-card span{font-size:14px}.home-page .donation-card dl>div{grid-template-columns:1fr;gap:5px;padding-block:14px}.home-page .account-number{flex-wrap:nowrap;font-size:16px}.home-page .form-grid{grid-template-columns:1fr}.home-page .enquiry-form input,.home-page .enquiry-form select,.home-page .enquiry-form textarea{font-size:16px}.site-footer .footer-grid{grid-template-columns:1fr}.site-footer .footer-grid li a{padding-block:10px;font-size:15px}}.home-page .home-hero{isolation:isolate;background:linear-gradient(90deg,#2564430a 1px,#0000 1px) 0 0/72px 72px,linear-gradient(#2564430a 1px,#0000 1px) 0 0/72px 72px,#f8f9f3;position:relative;overflow:hidden}.home-page .home-hero:before{content:none}.hero-foliage{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.home-hero>.hero-grid{z-index:1;position:relative}.hero-branch{opacity:.62;width:clamp(170px,19vw,310px);height:auto;position:absolute;overflow:visible}.hero-branch-left{bottom:-46px;left:-70px;transform:rotate(15deg)}.hero-branch-right{opacity:.55;bottom:-35px;right:-82px;transform:scaleX(-1)rotate(9deg)}.hero-branch-canopy{opacity:.48;width:180px;top:-228px;right:24%;transform:rotate(165deg)}.hero-branch-canopy .hero-branch-sway{animation-duration:13s;animation-delay:-4s}.hero-branch-stem{stroke:#426f49;stroke-width:2.5px;stroke-linecap:round}.hero-branch-leaves{fill:#83a566;stroke:#527c4c;stroke-width:1px}.hero-branch-leaves path:nth-child(3n){fill:#c1d2a2}.hero-leaf-veins{stroke:#5e8454;stroke-width:.9px;stroke-linecap:round}.hero-branch-sway{transform-origin:28px 440px;animation:11s ease-in-out infinite alternate hero-branch-breeze}.hero-branch-right .hero-branch-sway{animation-duration:14s;animation-delay:-6s}.hero-drifting-leaf{color:#83a566;opacity:.55;width:30px;height:40px;animation:16s ease-in-out infinite hero-leaf-drift;position:absolute}.hero-drifting-leaf-1{animation-delay:-3s;top:4%;left:38%}.hero-drifting-leaf-2{width:18px;animation-duration:20s;animation-delay:-10s;bottom:8%;left:48%}.hero-drifting-leaf-3{animation-duration:18s;animation-delay:-7s;top:12%;right:3%}.hero-drifting-leaf-4{width:23px;animation-duration:19s;animation-delay:-12s;top:9%;left:4%}.hero-drifting-leaf-5{width:20px;animation-duration:17s;animation-delay:-5s;top:49%;left:45%}@keyframes hero-branch-breeze{0%{transform:rotate(-2deg)}to{transform:rotate(3deg)}}@keyframes hero-leaf-drift{0%,to{opacity:.4;transform:translate(0)rotate(-18deg)}50%{opacity:.65;transform:translate(22px,30px)rotate(24deg)}}@media (max-width:899px){.hero-branch{width:190px}.hero-branch-left{left:-90px}.hero-branch-right{right:-100px}.hero-branch-canopy{width:130px;top:-176px;right:8%}.hero-drifting-leaf-2,.hero-drifting-leaf-5{display:none}}@media (max-width:599px){.hero-branch-left{opacity:.5;width:155px;bottom:-40px;left:-47px;transform:rotate(28deg)}.hero-branch-right,.hero-branch-canopy,.hero-drifting-leaf-1,.hero-drifting-leaf-2,.hero-drifting-leaf-4{display:none}.hero-drifting-leaf-3{width:21px;top:2%;right:3%}}@media (prefers-reduced-motion:reduce){.hero-branch-sway,.hero-drifting-leaf{animation:none}}.home-page .home-hero:after,.home-page .hero-visual:before{content:none}.home-page .hero-note .note-icon{flex-shrink:0}.home-page .hero-note>div{min-width:0}@media (max-width:599px){.home-page .home-hero{background-size:46px 46px,46px 46px,auto}}.home-page .home-hero.hero-artwork{background:#fafbf7 url(/images/home1.png) 50%/cover no-repeat;padding-top:0}.hero-artwork .hero-grid{min-height:max(640px,calc(100svh - var(--v-header)));justify-content:flex-start;padding-block:64px;display:flex}.hero-artwork .hero-copy{width:52%;max-width:660px;padding:0}.hero-artwork .hero-copy h1{letter-spacing:-1.8px;font-size:clamp(34px,3.4vw,54px);line-height:1.18}.hero-artwork .hero-quotes{background:#fffef8f0}.hero-artwork .hero-annual{align-self:center;width:48%;max-width:560px;margin-left:auto;animation:1.1s cubic-bezier(.22,1,.36,1) .3s both hero-annual-enter}.hero-artwork .hero-annual img{filter:drop-shadow(0 20px 24px #22472733);width:100%;height:auto;animation:3.2s ease-in-out 1.5s infinite hero-annual-bounce;display:block}@keyframes hero-annual-enter{0%{opacity:0;transform:translate(90px,24px)scale(.86)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes hero-annual-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (prefers-reduced-motion:reduce){.hero-artwork .hero-annual,.hero-artwork .hero-annual img{animation:none}}@media (min-width:1550px){.hero-artwork .hero-grid{min-height:max(710px,calc(100svh - var(--v-header)));padding-block:76px}}@media (max-width:1199px) and (min-width:900px){.hero-artwork .hero-copy{width:55%}.hero-artwork .hero-grid{min-height:610px;padding-block:48px}}@media (max-width:899px){.home-page .home-hero.hero-artwork{background-position:100% 0;background-size:auto 420px}.hero-artwork .hero-grid{flex-direction:column-reverse;align-items:center;gap:0;min-height:0;padding-top:28px;padding-bottom:48px;display:flex}.hero-artwork .hero-annual{justify-content:center;align-items:center;width:min(72%,440px);height:322px;margin:0 auto;animation-name:hero-annual-enter-mobile;display:flex}.hero-artwork .hero-copy{background:#fafbf7f5;border:1px solid #e1e8d8;border-radius:16px;width:100%;max-width:680px;margin-inline:auto;padding:28px;position:relative}.hero-artwork .hero-copy h1{font-size:clamp(34px,5.8vw,46px)}}@media (max-width:599px){.home-page .home-hero.hero-artwork{background-size:auto 300px}.hero-artwork .hero-grid{padding-top:12px;padding-bottom:30px}.hero-artwork .hero-annual{width:min(80%,330px);height:253px}.hero-artwork .hero-copy{padding:22px 18px}.hero-artwork .hero-copy h1{letter-spacing:-1.2px;font-size:clamp(28px,7.5vw,40px)}.hero-artwork .hero-quotes{min-height:220px;margin-top:24px;padding:20px 16px}}.hero-artwork .hero-grid{gap:clamp(20px,4vw,64px)}@media (max-width:899px){.hero-artwork .hero-grid{gap:0}@keyframes hero-annual-enter-mobile{0%{opacity:0;transform:translateY(36px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}}.home-page .photo-label{padding-bottom:0}.home-page .hero-visual{padding-right:42px}.home-page .hero-note{bottom:0;right:-28px}@media (max-width:899px){.home-page .hero-visual{padding-right:34px}.home-page .hero-note{right:-8px}}@media (max-width:599px){.home-page .hero-visual{padding-right:20px}.home-page .hero-note{right:-4px}}@media (max-width:899px){.testimonial-layout{gap:46px}.testimonial-copy{grid-template-columns:1fr 1fr;align-items:end;gap:0 28px;display:grid}.testimonial-copy .eyebrow,.testimonial-copy h2,.testimonial-copy h3,.testimonial-copy>p{grid-column:1}.testimonial-photo{grid-area:1/2/span 4;height:260px;margin-top:0}.testimonial-copy>.text-link{grid-column:1;margin-top:20px}.testimonial-card{min-height:390px}}@media (max-width:599px){.testimonials-section:before{background-size:46px 46px}.testimonial-copy{display:block}.testimonial-photo{height:205px;margin-top:26px}.testimonial-card{border-radius:14px 48px 14px 14px;min-height:360px;padding:28px 25px 30px;box-shadow:10px 10px #c6dca629,0 14px 34px #081c1229}.testimonial-card:after{width:3px;top:66px;bottom:30px}.testimonial-card-top>span{letter-spacing:1px;font-size:10px}.testimonial-card-top .quote-mark{width:42px;height:42px}}.credentials-layout{border-top:1px solid #d8e0d1;grid-template-columns:repeat(6,minmax(0,1fr));gap:28px 0;margin:0;padding:28px 0 0;list-style:none;display:grid}.home-page .credentials-layout>.credential{border-right:1px solid #d8e0d1;grid-column:span 2;gap:16px;width:auto;min-width:0;margin:0;padding:14px 28px}.home-page .credentials-layout>.credential:nth-child(3){border-right:0}.home-page .credentials-layout>.credential:nth-child(4){grid-column:2/span 2}.home-page .credentials-layout>.credential:last-child{border-right:0;grid-column:4/span 2}@media (max-width:1199px){.site-header .nav-row{justify-content:space-between;width:calc(100% - 64px);display:flex}.site-header .primary-nav{max-height:calc(100dvh - var(--mobile-header-height,120px));padding-bottom:calc(28px + env(safe-area-inset-bottom))}.site-header .nav-row{gap:16px}.site-header .mobile-toggle{flex-shrink:0}.site-header .nav-dropdown a{white-space:normal;overflow-wrap:anywhere}}@media (max-width:599px){.site-header .nav-row{width:calc(100% - 40px)}.credentials-layout{grid-template-columns:minmax(0,1fr);gap:0;padding-block:12px}.home-page .credentials-layout>.credential:nth-child(n){border-bottom:1px solid #d8e0d1;border-right:0;grid-column:1;width:100%;padding:22px 6px}.home-page .credentials-layout>.credential:last-child{border-bottom:0}.site-header .nav-actions{grid-template-columns:1fr;gap:10px;display:grid}.site-header .nav-actions>a{justify-content:center;width:100%;min-height:48px}}.credentials-marquee{padding:12px 0}.credentials-window{border-radius:16px;padding-block:14px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 24px calc(100% - 24px),#0000);mask-image:linear-gradient(90deg,#0000,#000 24px calc(100% - 24px),#0000)}.credentials-track{width:max-content;animation:55s linear infinite credentials-flow;display:flex}.credentials-group{flex:none;margin:0;padding:0;list-style:none;display:flex}.credential{border-right:1px solid #d8e0d1;flex:none;align-items:flex-start;gap:16px;width:310px;padding:12px 26px;display:flex}.credential>svg{color:var(--v-green);stroke-width:1.5px;flex-shrink:0;margin-top:3px}.credential strong{color:var(--v-green);margin-bottom:7px;font-size:17px;font-weight:600;line-height:1.5;display:block}.home-page .credential p{color:var(--v-text);font-size:14px;line-height:1.7}.home-page .credentials-layout .credential strong{margin:6px 0 0}.home-page .about-copy .credentials-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:30px;padding-top:18px}.home-page .about-copy .credentials-layout>.credential:nth-child(n){border-bottom:1px solid #d8e0d1;border-right:1px solid #d8e0d1;grid-column:auto;gap:12px;width:auto;padding:17px 18px}.home-page .about-copy .credentials-layout>.credential:nth-child(2n){border-right:0}.home-page .about-copy .credentials-layout>.credential:nth-child(5){border-bottom:0;border-right:0;grid-column:1/-1}.home-page .about-copy .credential>svg{width:23px;height:23px}.home-page .about-copy .credential p{font-size:13px;line-height:1.6}.home-page .about-copy .credential strong{font-size:15px}.home-page .about-copy .credential small{overflow-wrap:anywhere;font-size:15px}@media (max-width:599px){.home-page .about-copy .credentials-layout{grid-template-columns:1fr}.home-page .about-copy .credentials-layout>.credential:nth-child(n){border-right:0;grid-column:1;padding:18px 4px}.home-page .about-copy .credentials-layout>.credential:last-child{border-bottom:0}}.credential small{color:#495b4f;margin-top:8px;font-size:12px;font-weight:600;line-height:1.6;display:block}.credentials-marquee[data-paused=true] .credentials-track,.credentials-window:focus .credentials-track{animation-play-state:paused}@media (hover:hover){.credentials-window:hover .credentials-track{animation-play-state:paused}}@keyframes credentials-flow{to{transform:translate(-50%)}}@media (max-width:599px){.credential{gap:12px;width:280px;padding:12px 20px}.credential>svg{width:23px;height:23px}.credentials-window{-webkit-mask-image:linear-gradient(90deg,#0000,#000 12px calc(100% - 12px),#0000);mask-image:linear-gradient(90deg,#0000,#000 12px calc(100% - 12px),#0000)}}@media (prefers-reduced-motion:reduce){.credentials-group[aria-hidden=true]{display:none}.credentials-marquee{padding-block:24px}.credentials-window{overflow:visible;-webkit-mask-image:none;mask-image:none}.credentials-track{width:100%;animation:none;display:block}.credentials-group{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;display:grid}.credential{width:auto;min-width:0;margin:0}}.home-page .trust-strip{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.home-page .trust-strip>.trust-item{align-items:flex-start;min-width:0;padding:8px 22px}.home-page .trust-strip>.trust-item:first-child{padding-left:0}.home-page .trust-strip>.trust-item:last-child{padding-right:0}.home-page .trust-item>svg{margin-top:4px}.home-page .trust-item>span{min-width:0;line-height:1.5;display:block}.home-page .trust-item strong{color:var(--v-green);margin-bottom:5px;font-size:17px;font-weight:600;line-height:1.4;display:block}.home-page .trust-item small{color:var(--v-text);font-size:14px;line-height:1.6;display:block}.home-page .trust-item .darpan-badge{color:var(--v-green);letter-spacing:0;background:0 0;border-radius:0;padding:0;font-size:17px;display:block}.home-page .trust-item .darpan-id{color:#495b4f;overflow-wrap:anywhere;margin-top:7px;font-size:12px;font-weight:600;line-height:1.5}@media (max-width:1199px){.home-page .trust-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 0}.home-page .trust-strip>.trust-item{padding-inline:20px}.home-page .trust-strip>.trust-item:nth-child(3){border-right:0}.home-page .trust-strip>.trust-item:nth-child(4){padding-left:0}.home-page .trust-strip>.trust-item:last-child{grid-column:span 2}}@media (max-width:699px){.home-page .trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 0}.home-page .trust-strip>.trust-item{padding:6px 13px}.home-page .trust-strip>.trust-item:nth-child(odd){border-right:1px solid #d8e0d1;padding-left:0}.home-page .trust-strip>.trust-item:nth-child(2n){border-right:0;padding-right:0}.home-page .trust-strip>.trust-item:last-child{border-right:0;grid-column:1/-1;padding-right:0}.home-page .trust-item strong{font-size:15px}.home-page .trust-item small{font-size:13px}.home-page .trust-item .darpan-badge{font-size:15px}.home-page .trust-item .darpan-id{font-size:12px}}@media (max-width:599px){.about-actions{grid-template-columns:1fr;margin-top:24px;display:grid}.about-actions .site-button{width:100%}}.home-page .programs-section{background:#f2f5ed}.home-page .program-layout{flex-direction:column;gap:28px;display:flex}.home-page .program-layout .program-card{background:#fff;border:1px solid #dbe4d5;border-radius:18px;grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);align-items:stretch;min-width:0;display:grid;overflow:hidden;transform:none;box-shadow:0 4px 18px #173f2c05}.home-page .program-layout .program-card:hover{border-color:#b9ccb5;transform:none;box-shadow:0 8px 28px #173f2c10}.home-page .program-layout .program-photo{aspect-ratio:auto;background:#e2e9dd;align-self:stretch;height:auto;min-height:300px;display:block;position:relative;overflow:hidden}.home-page .program-layout .program-photo img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-page .program-layout .rotating-program-photos img{opacity:0;transition:opacity .6s}.home-page .program-layout .rotating-program-photos img.is-active{opacity:1}.home-page .program-layout .rotating-program-zoom{z-index:3;cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;position:absolute;inset:0}.home-page .program-layout .rotating-program-zoom:focus-visible{outline:3px solid var(--v-green);outline-offset:-5px}@media (prefers-reduced-motion:reduce){.home-page .program-layout .rotating-program-photos img{transition:none}}.home-page .program-layout .program-number{color:#20583b;background:#fffffff2;border-radius:12px;width:44px;height:44px;font-size:16px;top:20px;left:20px;box-shadow:0 2px 12px #173f2c15}.home-page .program-layout .program-body{flex-direction:column;flex:none;justify-content:center;min-width:0;padding:clamp(26px,3.2vw,46px);display:flex}.home-page .program-layout .program-tag{letter-spacing:1.6px;font-size:11px;font-weight:600;line-height:1.6;margin-bottom:10px!important}.home-page .program-layout .program-body h3{letter-spacing:-.65px;overflow-wrap:anywhere;margin-bottom:18px;font-size:clamp(24px,2.2vw,32px);line-height:1.25}.home-page .program-layout .program-subtitle{font-size:15px;line-height:1.7;margin-bottom:14px!important}.home-page .program-layout .program-description{flex:none;gap:14px;display:grid}.home-page .program-layout .program-description p{overflow-wrap:anywhere;font-size:15px;line-height:1.85}.home-page .program-layout .program-tags{gap:8px;margin-top:20px}.home-page .program-layout .program-tags span{padding:7px 11px;font-size:12px}.home-page .program-layout .program-body .text-link{border-top:1px solid #e4eadf;justify-content:space-between;align-items:center;min-height:44px;margin-top:24px;padding-top:18px;font-size:14px;display:flex}@media (max-width:899px){.home-page .program-layout{gap:24px}.home-page .program-layout .program-card{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.home-page .program-layout .program-body{padding:28px}}@media (max-width:699px){.home-page .program-layout{gap:22px}.home-page .program-layout .program-card{border-radius:14px;grid-template-columns:minmax(0,1fr)}.home-page .program-layout .program-photo{aspect-ratio:16/10;min-height:0}.home-page .program-layout .program-number{width:38px;height:38px;font-size:14px;top:16px;left:16px}.home-page .program-layout .program-body{padding:24px}.home-page .program-layout .program-body h3{font-size:25px}.home-page .program-layout .program-description p{line-height:1.8}}@media (prefers-reduced-motion:reduce){.home-page .program-layout .program-card,.home-page .program-layout .program-photo img{transition:none;transform:none}}.home-page .program-carousel{min-width:0}.home-page .program-carousel-controls{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.home-page .program-carousel-count{color:#6b7a6f;margin:0;font-size:15px}.home-page .program-carousel-count strong{color:var(--v-green);font-size:24px;font-weight:600}.home-page .program-carousel-arrows{gap:10px;display:flex}.home-page .program-carousel-arrows button{min-width:48px;min-height:48px;color:var(--v-green);font:inherit;cursor:pointer;background:#fff;border:1px solid #bed0b7;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:10px 18px;font-size:14px;font-weight:500;display:flex}.home-page .program-carousel-arrows button:hover:not(:disabled){background:var(--v-green);color:#fff}.home-page .program-carousel-arrows button:disabled{opacity:.4;cursor:default}.home-page .program-carousel button:focus-visible{outline:3px solid var(--v-green);outline-offset:3px}.home-page .program-carousel-viewport{touch-action:pan-y pinch-zoom;border-radius:18px;min-width:0;overflow:hidden}.home-page .program-carousel-track{touch-action:pan-y pinch-zoom;align-items:stretch;gap:24px;display:flex}.home-page .program-carousel-slide{flex:0 0 100%;min-width:0;display:flex}.home-page .program-carousel-slide>.program-card{grid-template-rows:auto;width:100%}.home-page .program-carousel-slide img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.home-page .program-carousel-dots{flex-wrap:wrap;justify-content:center;gap:0;margin-top:12px;display:flex}.home-page .program-carousel-dots button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;display:grid}.home-page .program-carousel-dots button span{background:#b7c8b0;border-radius:999px;width:8px;height:8px}.home-page .program-carousel-dots button[aria-current=true] span{background:var(--v-green);width:24px}@media (max-width:399px){.home-page .program-carousel-arrows button{padding:10px 12px}.home-page .program-carousel-arrows button span{display:none}.home-page .program-carousel-dots button{width:38px}}@media (max-width:599px){.home-page .program-carousel-arrows button span{display:none}.home-page .program-carousel-arrows{gap:8px}.home-page .program-carousel-arrows button{padding:10px 12px}}.home-page .purpose-section .section-copy h2{font-size:clamp(34px,3.5vw,50px)}.home-page .purpose-section .section-copy>p{font-size:clamp(18px,1.5vw,21px);line-height:1.85}.home-page .purpose-section .section-subheading{font-size:clamp(23px,2.2vw,31px);line-height:1.4}.vision-initiatives{gap:0;min-width:0;display:grid}.vision-initiatives article{grid-template-columns:46px minmax(0,1fr);gap:22px;padding:0 0 30px;display:grid;position:relative}.vision-initiatives article:last-child{padding-bottom:0}.vision-initiatives article:not(:last-child):before{content:"";background:#dcebc940;width:1px;position:absolute;top:46px;bottom:0;left:22px}.vision-initiative-icon{color:#dcebc9;border:1px solid #dcebc970;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:relative}.home-page .vision-initiatives h3{color:#dcebc9;margin:7px 0 10px;font-size:19px;font-weight:500;line-height:1.4}.home-page .vision-initiatives p{color:#e0e9df;font-size:15px;line-height:1.85}@media (max-width:599px){.vision-initiatives article{grid-template-columns:38px minmax(0,1fr);gap:16px;padding-bottom:26px}.vision-initiative-icon{width:38px;height:38px}.vision-initiatives article:not(:last-child):before{top:38px;left:18px}.home-page .vision-initiatives h3{margin-top:5px;font-size:17px}}[data-photo-preview=true]{cursor:zoom-in}[data-photo-preview=true]:focus-visible{outline:3px solid var(--v-green);outline-offset:-5px}.program-number,.vision-caption,.testimonial-photo>span,.since-card{pointer-events:none}.home-page .home-hero.hero-artwork{position:relative}.hero-photo-preview{cursor:zoom-in;z-index:2;background:0 0;border:0;position:absolute;inset:0 0 0 55%}.hero-photo-preview>span{color:var(--v-deep);background:#fafbf7eb;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex;position:absolute;bottom:24px;right:24px}.hero-photo-preview:focus-visible{outline:3px solid var(--v-green);outline-offset:-5px}.home-photo-dialog{width:100%;max-width:none;height:100dvh;max-height:none;padding:20px;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));color:#fff;font-family:var(--font-poppins),Arial,sans-serif;box-sizing:border-box;background:#0c1d17f5;border:0;margin:0;position:fixed;inset:0;overflow:hidden}.home-photo-dialog[open]{grid-template-rows:auto minmax(0,1fr) auto;gap:14px;display:grid}.home-photo-dialog::backdrop{background:#0c1d17}.home-photo-toolbar,.home-photo-controls{justify-content:space-between;align-items:center;gap:16px;width:min(1200px,100%);margin-inline:auto;display:flex}.home-photo-toolbar h2{margin:0;font-size:16px;font-weight:500}.home-photo-dialog button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff60;border-radius:50%;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.home-photo-dialog button:hover:not(:disabled){background:#ffffff25}.home-photo-dialog button:focus-visible{outline-offset:3px;outline:3px solid #dcebc9}.home-photo-dialog button:disabled{opacity:.3;cursor:default}.home-photo-stage{touch-action:pan-y pinch-zoom;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex;position:relative}.home-photo-stage>img{object-fit:contain;border-radius:6px;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.home-photo-status{text-align:center;justify-content:center;align-items:center;gap:10px;padding:20px;font-size:14px;display:flex;position:absolute}.home-photo-controls>div{text-align:center;min-width:0;max-width:800px}.home-photo-controls p{overflow-wrap:anywhere;max-height:4.5em;margin:0;font-size:15px;line-height:1.5;overflow:auto}.home-photo-controls span{color:#c9d7ca;margin-top:5px;font-size:12px;display:block}.gallery-empty{text-align:center;color:var(--v-text);padding:32px 16px}.gallery-empty .site-button{margin-top:18px}@media (max-width:899px){.hero-photo-preview{height:350px;inset:0 0 auto}.hero-photo-preview>span{bottom:12px;right:16px}}@media (max-width:599px){.hero-photo-preview{height:265px}.home-photo-dialog[open]{gap:10px}.home-photo-toolbar h2{font-size:14px}.home-photo-controls{gap:10px}.home-photo-controls p{font-size:13px}.home-photo-dialog button{width:44px;height:44px}}@media (max-height:499px){.home-photo-dialog[open]{gap:6px}.home-photo-dialog{padding:8px 16px}.home-photo-controls p{max-height:3em;font-size:12px}.home-photo-controls span{margin-top:0}.home-photo-dialog button{width:44px;height:44px}}.site-footer .vf-bottom{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;padding:18px 0;display:grid}.site-footer .vf-bottom>p{margin:0}.site-footer .vf-bottom .vf-maintenance{text-align:center;color:#fff;white-space:nowrap;border:0;justify-self:center;margin:0;padding:0;font-size:14px;line-height:1.6}.site-footer .vf-bottom>a{white-space:nowrap;justify-self:end}@media (max-width:1099px){.site-footer .vf-bottom{grid-template-columns:1fr auto;gap:12px 20px}.site-footer .vf-bottom>p:first-child{grid-column:1/-1}.site-footer .vf-bottom .vf-maintenance{justify-self:start}}@media (max-width:599px){.site-footer .vf-bottom{text-align:center;grid-template-columns:1fr}.site-footer .vf-bottom .vf-maintenance,.site-footer .vf-bottom>a{justify-self:center}}.site-footer .vf-maintenance strong{color:#d6e9b6;font-size:16px;font-weight:600}.site-footer .vf-bottom{grid-template-columns:minmax(0,1fr) auto}.site-footer .vf-bottom-actions{color:#b4c8aa;justify-content:flex-end;align-items:center;gap:12px;display:flex}.site-footer .vf-bottom-actions .vf-maintenance{white-space:nowrap}@media (max-width:1099px){.site-footer .vf-bottom-actions{grid-column:1/-1;justify-self:end}}@media (max-width:599px){.site-footer .vf-bottom{grid-template-columns:1fr}.site-footer .vf-bottom-actions{flex-wrap:wrap;gap:8px}.site-footer .vf-bottom-actions .vf-maintenance{font-size:12px}.site-footer .vf-bottom-actions .vf-maintenance strong{font-size:14px}}@media (min-width:900px){.home-page .about-section>.two-column{align-items:stretch}.home-page .about-section .about-visual{contain:size;grid-template-rows:minmax(0,1.65fr) minmax(0,1fr);align-self:stretch;min-height:0}.home-page .about-section .about-main{object-fit:cover;height:100%;min-height:0}.home-page .about-section .about-inset{align-self:stretch;height:100%;min-height:0}.home-page .about-section .about-inset img{object-fit:cover;height:100%}}.home-page .about-copy .credentials-layout>.credential:last-child{text-align:left;flex-direction:row;justify-content:center;align-items:flex-start;gap:12px}.home-page .about-copy .credentials-layout>.credential:last-child>div{max-width:360px}.home-page .mission-feature{background:#fafbf7}.mission-feature-heading{color:var(--v-green);align-items:center;gap:28px;margin-bottom:40px;display:flex}.home-page .mission-feature-heading h2{flex-shrink:0;font-size:clamp(34px,3.5vw,50px)}.mission-feature-line{background:#d4dfcc;flex:1;height:1px}.mission-feature-heading>svg{flex-shrink:0}.mission-feature-layout{isolation:isolate;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;padding-block:28px;display:grid}.mission-feature-photo{background:#dbe4d4;border-radius:20px;grid-area:1/1/auto/8;align-self:stretch;min-height:560px;margin:0;position:relative;overflow:hidden}.mission-feature-photo>img{object-fit:cover;object-position:40% center;width:100%;height:100%;position:absolute;inset:0}.mission-feature-photo:after{content:"";pointer-events:none;background:linear-gradient(#0000,#102e23e8);position:absolute;inset:50% 0 0}.mission-feature-photo figcaption{z-index:1;color:#fff;pointer-events:none;align-items:center;gap:16px;display:flex;position:absolute;bottom:32px;left:32px;right:26%}.mission-feature-photo figcaption>span{background:#d4e6b6;flex-shrink:0;width:3px;height:48px}.home-page .mission-feature-photo figcaption p{font-size:15px;line-height:1.75}.mission-feature-photo figcaption strong{color:#d4e6b6;font-weight:500}.mission-feature-statement{z-index:2;background:var(--v-deep);color:#fff;border-radius:4px 40px 4px 4px;grid-area:1/7/auto/-1;margin-block:44px;padding:clamp(30px,3.5vw,54px);position:relative;box-shadow:0 24px 60px #15392924}.mission-feature-statement:before{content:"";background:#c8dfac;width:3px;height:64px;position:absolute;top:48px;left:0}.mission-feature-symbol{color:#c8dfac;margin-bottom:24px;display:flex}.home-page .mission-feature-statement h3{letter-spacing:-.8px;margin:0 0 26px;font-size:clamp(25px,2.45vw,35px);font-weight:500;line-height:1.35}.mission-feature-statement h3 span{color:#c8dfac}.home-page .mission-feature-statement p{color:#dde7dc;margin:0;font-size:clamp(16px,1.3vw,18px);line-height:1.95}.mission-feature-statement p strong{color:#fff;font-weight:500}@media (max-width:1199px){.mission-feature-statement{grid-column:6/-1;padding:32px}.mission-feature-photo{grid-column:1/8}.mission-feature-photo figcaption{left:24px;right:40%}}@media (max-width:899px){.mission-feature-heading{gap:20px;margin-bottom:26px}.mission-feature-layout{grid-template-columns:1fr;padding:0}.mission-feature-photo{grid-area:1/1;height:420px;min-height:0}.mission-feature-photo figcaption{bottom:58px;left:24px;right:24px}.mission-feature-statement{border-radius:4px 30px 4px 4px;grid-area:2/1;margin:-30px 22px 0;padding:32px}}@media (max-width:599px){.mission-feature-photo{border-radius:14px;height:330px}.mission-feature-heading>svg{width:24px}.mission-feature-heading{gap:16px}.mission-feature-statement{margin:-24px 10px 0;padding:28px 23px}.mission-feature-symbol{margin-bottom:18px}.home-page .mission-feature-statement h3{margin-bottom:20px;font-size:25px}.home-page .mission-feature-statement p{font-size:16px;line-height:1.85}.mission-feature-photo figcaption{bottom:48px;left:20px}.home-page .mission-feature-photo figcaption p{font-size:14px}}
