@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=IBM+Plex+Sans:wght@400;500&family=IBM+Plex+Mono:wght@500&display=swap";@import "https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Inter:wght@400;500&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.navbar{--nav-bg:#fff;--nav-ink:#14170f;--nav-muted:#5c6357;--nav-accent:#7fa651;--nav-border:#ece7d8;--navbar-h:85px;z-index:50;background:var(--nav-bg);border-bottom:1px solid var(--nav-border);position:fixed;top:0;left:0;right:0}.navbar__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;max-width:100%;margin:0 auto;padding:14px clamp(16px,4vw,48px);display:grid}.navbar__side{min-width:0}.navbar__side--right{justify-content:flex-end;align-items:center;display:flex}.navbar__center{align-items:center;gap:48px;display:flex}.brand{color:var(--nav-ink);flex-shrink:0;align-items:center;text-decoration:none;display:flex}.brand__logo{width:auto;height:60px;display:block}.navlinks ul{align-items:center;gap:14px;margin:0;padding:0;list-style:none;display:flex}.navlinks__item{position:relative}.navlinks__link{color:var(--nav-ink);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:12px 16px;font-family:Inter,-apple-system,sans-serif;font-size:16.5px;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:inline-flex}.navlinks__link:hover{color:var(--nav-accent);background:#7fa65114}.navlinks__chevron{width:11px;height:8px;color:var(--nav-muted);flex-shrink:0;transition:transform .2s}.navlinks__chevron.is-open{transform:rotate(180deg)}.submenu{background:var(--nav-bg);border:1px solid var(--nav-border);opacity:0;visibility:hidden;z-index:60;border-radius:12px;flex-direction:column;align-items:center;width:max-content;min-width:200px;max-width:280px;margin:0;padding:8px;list-style:none;transition:opacity .18s,transform .18s,visibility .18s;display:flex;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(-6px);box-shadow:0 16px 32px #14170f1f}.submenu.is-open{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.submenu__item{width:100%}.submenu__link{width:100%;color:var(--nav-ink);text-align:center;white-space:nowrap;box-sizing:border-box;border-radius:8px;padding:10px 12px;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.submenu__link:hover{color:var(--nav-accent);background:#7fa6511a}.megamenu{top:var(--navbar-h);background:var(--nav-bg);border:1px solid var(--nav-border);opacity:0;visibility:hidden;z-index:60;border-radius:14px;grid-template-columns:repeat(3,minmax(200px,240px));gap:0;width:max-content;padding:24px 0;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:fixed;left:50%;transform:translate(-50%)translateY(-6px);box-shadow:0 20px 40px #14170f24}.megamenu.is-open{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.megamenu__col{border-right:1px solid var(--nav-border);min-width:0;padding:0 24px}.megamenu__col:last-child{border-right:none}.megamenu__coltitle{letter-spacing:.04em;text-transform:uppercase;color:var(--nav-accent);border-bottom:1px solid var(--nav-border);white-space:nowrap;margin-bottom:6px;padding-bottom:10px;font-family:Inter,-apple-system,sans-serif;font-size:12.5px;font-weight:700;text-decoration:none;display:block}.megamenu__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.megamenu__item{width:100%}.megamenu__link{width:100%;color:var(--nav-ink);box-sizing:border-box;padding:8px 4px;font-family:Inter,-apple-system,sans-serif;font-size:13.5px;font-weight:500;line-height:1.35;text-decoration:none;transition:color .15s;display:block}.megamenu__link:hover{color:var(--nav-accent)}.navtoggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;padding:0;display:none}.navtoggle span{background:var(--nav-ink);border-radius:2px;height:2px;transition:transform .25s,opacity .25s;display:block}.navtoggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navtoggle.is-open span:nth-child(2){opacity:0}.navtoggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navmobile{display:none}@media (width<=900px){.navlinks{display:none}.navtoggle{display:flex}.navmobile{border-top:1px solid var(--nav-border);max-height:0;transition:max-height .3s;display:block;overflow:hidden}.navmobile.is-open{max-height:80vh;overflow-y:auto}.navmobile ul{margin:0;padding:8px clamp(16px,4vw,48px) 16px;list-style:none}.navmobile__link{color:var(--nav-ink);border-bottom:1px solid var(--nav-border);padding:12px 4px;font-family:Inter,-apple-system,sans-serif;font-size:15px;font-weight:600;text-decoration:none;display:block}.navmobile__submenu{margin:0;padding:2px 0 8px 14px;list-style:none}.navmobile__submenu>li>a{color:var(--nav-muted);padding:9px 4px;font-family:Inter,-apple-system,sans-serif;font-size:14px;text-decoration:none;display:block}.navmobile__group{padding:8px 0 2px}.navmobile__grouptitle{letter-spacing:.02em;text-transform:uppercase;color:var(--nav-accent);padding:4px;font-family:Inter,-apple-system,sans-serif;font-size:13px;font-weight:700;display:block}.navmobile__subsubmenu{margin:0;padding:0 0 4px 14px;list-style:none}.navmobile__subsubmenu a{color:var(--nav-muted);padding:8px 4px;font-family:Inter,-apple-system,sans-serif;font-size:13.5px;text-decoration:none;display:block}}@media (prefers-reduced-motion:reduce){.submenu,.megamenu,.navlinks__chevron,.navtoggle span,.navmobile{transition:none}}@media (width<=1100px){.navbar__inner{gap:12px;padding:14px clamp(12px,3vw,32px)}.navbar__center{gap:24px}.navlinks ul{gap:4px}.navlinks__link{padding:12px 10px;font-size:15px}.brand__logo{height:48px}}.footer{background:var(--moss);color:var(--ivory);padding:clamp(56px,7vw,80px) clamp(16px,4vw,64px) clamp(28px,3vw,36px)}.footer__inner{max-width:1300px;margin:0 auto}.footer__grid{grid-template-columns:minmax(260px,1.4fr) 1fr 1fr 1fr;gap:clamp(44px,6vw,72px);display:grid}.footer__col{min-width:0}.footer__logo{align-items:center;gap:12px;margin-bottom:22px;text-decoration:none;display:inline-flex}.footer__logo img{width:auto;height:64px;display:block}.footer__logo span{font-family:var(--font-display);text-transform:uppercase;color:#fff;font-size:26px;font-weight:700}.footer__desc{color:#fbf8f2c7;max-width:360px;margin:0 0 26px;font-size:16.5px;line-height:1.8}.footer__quicklinks{flex-wrap:wrap;gap:14px 28px;margin:0;padding:0;list-style:none;display:flex}.footer__quicklinks a{color:#fff;opacity:.85;font-size:15.5px;font-weight:600;text-decoration:none;transition:opacity .2s}.footer__quicklinks a:hover{opacity:1;color:var(--ember)}.footer__heading{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:#fff;margin:0 0 26px;font-size:18px;font-weight:700}.footer__contact{flex-direction:column;gap:22px;margin:0;padding:0;list-style:none;display:flex}.footer__contact li{color:#fbf8f2d1;align-items:flex-start;gap:14px;font-size:16px;line-height:1.65;display:flex}.footer__contact a{color:#fbf8f2d1;text-decoration:none;transition:color .2s}.footer__contact a:hover{color:var(--ember)}.footer__contact-icon{width:20px;height:20px;color:var(--ember);flex-shrink:0;margin-top:1px}.footer__social-copy{color:#fbf8f2c7;margin:0 0 22px;font-size:16px;line-height:1.7}.footer__social-icons{flex-wrap:wrap;gap:14px;display:flex}.footer__social-icon{color:#fff;background:#fbf8f21a;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,transform .2s,color .2s;display:flex}.footer__social-icon svg{width:19px;height:19px}.footer__social-icon:hover{background:var(--ember);color:#fff;transform:translateY(-2px)}.footer__newsletter{background:#fbf8f21a;border:1px solid #fbf8f240;border-radius:999px;align-items:center;padding:5px 5px 5px 20px;display:flex}.footer__newsletter input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 0;font-size:15.5px}.footer__newsletter input::placeholder{color:#fbf8f28c}.footer__newsletter button{background:var(--ember);color:#fff;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,transform .2s;display:flex}.footer__newsletter button svg{width:17px;height:17px}.footer__newsletter button:hover{color:var(--moss);background:#fff;transform:translate(2px)}.footer__newsletter-success{color:var(--ember);margin:14px 0 0;font-size:14.5px;font-weight:600}.footer__divider{background:#fbf8f22e;height:1px;margin:clamp(48px,6vw,64px) 0 28px}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.footer__copyright{color:#fbf8f2b8;align-items:center;gap:10px;margin:0;font-size:15px;display:inline-flex}.footer__copyright-icon{width:18px;height:18px;color:var(--ember)}.footer__legal{color:#fbf8f2b8;align-items:center;gap:14px;font-size:15px;display:flex}.footer__legal a{color:#fbf8f2b8;text-decoration:none;transition:color .2s}.footer__legal a:hover{color:var(--ember)}@media (width<=980px){.footer__grid{grid-template-columns:1fr 1fr;row-gap:52px}.footer__col--brand{grid-column:1/-1}}@media (width<=560px){.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start}}@media (width<=1200px){.footer{padding:56px clamp(24px,4vw,48px) 30px}.footer__grid{grid-template-columns:minmax(220px,1.3fr) minmax(180px,1fr) minmax(180px,1fr) minmax(220px,1fr);gap:36px}.footer__logo img{height:56px}.footer__logo span{font-size:23px}.footer__desc{max-width:320px;font-size:15px;line-height:1.7}.footer__heading{margin-bottom:20px;font-size:16px}.footer__contact{gap:17px}.footer__contact li{gap:11px;font-size:14.5px}.footer__social-copy{font-size:14.5px}.footer__social-icons{gap:11px}.footer__social-icon{width:40px;height:40px}.footer__social-icon svg{width:17px;height:17px}.footer__newsletter{padding:4px 4px 4px 16px}.footer__newsletter input{padding:10px 0;font-size:14px}.footer__newsletter button{width:38px;height:38px}}@media (width<=980px){.footer{padding:54px clamp(24px,5vw,44px) 30px}.footer__grid{grid-template-columns:1fr 1fr;gap:42px 50px}.footer__col--brand{grid-column:1/-1}.footer__logo{margin-bottom:18px}.footer__logo img{height:58px}.footer__logo span{font-size:24px}.footer__desc{max-width:600px;font-size:15px}.footer__quicklinks{gap:10px 22px}.footer__quicklinks a{font-size:14px}.footer__heading{margin-bottom:20px;font-size:16px}.footer__contact{gap:17px}.footer__contact li{gap:11px;font-size:14.5px}.footer__contact-icon{width:18px;height:18px}.footer__social-copy{max-width:320px;font-size:14.5px}.footer__social-icons{gap:10px}.footer__social-icon{width:40px;height:40px}.footer__social-icon svg{width:17px;height:17px}.footer__newsletter{max-width:360px}.footer__divider{margin:44px 0 24px}.footer__copyright,.footer__legal{font-size:13.5px}}@media (width<=560px){.footer{text-align:center;padding:48px 20px 28px}.footer__inner{width:100%;margin:0 auto}.footer__grid{grid-template-columns:1fr;justify-items:center;gap:38px}.footer__col--brand{flex-direction:column;grid-column:auto;align-items:center;width:100%;display:flex}.footer__logo{justify-content:center;align-items:center;gap:10px;margin-bottom:18px;display:inline-flex}.footer__logo img{width:auto;height:52px}.footer__logo span{font-size:21px}.footer__desc{max-width:360px;margin:0 auto 20px;font-size:14px;line-height:1.7}.footer__quicklinks{justify-content:center;gap:10px 18px}.footer__quicklinks a{font-size:13.5px}.footer__col{flex-direction:column;align-items:center;width:100%;display:flex}.footer__heading{margin-bottom:18px;font-size:15px}.footer__contact{gap:16px;width:100%;max-width:360px}.footer__contact li{text-align:left;justify-content:center;align-items:flex-start;gap:10px;font-size:14px;line-height:1.6}.footer__contact-icon{flex-shrink:0;width:18px;height:18px}.footer__social-copy{max-width:340px;margin:0 auto 18px;font-size:14px;line-height:1.65}.footer__social-icons{justify-content:center;gap:10px}.footer__social-icon{width:40px;height:40px}.footer__social-icon svg{width:17px;height:17px}.footer__newsletter{box-sizing:border-box;width:100%;max-width:360px;margin:0 auto;padding:4px 4px 4px 16px}.footer__newsletter input{text-align:left;padding:10px 0;font-size:14px}.footer__newsletter button{width:38px;height:38px}.footer__newsletter-success{margin-top:10px;font-size:13px}.footer__divider{margin:40px 0 24px}.footer__bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.footer__copyright{justify-content:center;font-size:12.5px;line-height:1.5}.footer__legal{flex-wrap:wrap;justify-content:center;gap:8px 14px;font-size:12.5px}}@media (width<=400px){.footer{padding:42px 16px 22px}.footer__grid{gap:30px}.footer__logo img{height:48px}.footer__logo span{font-size:19px}.footer__desc{font-size:13.5px;line-height:1.65}.footer__quicklinks{gap:9px 16px}.footer__quicklinks a{font-size:13px}.footer__heading{margin-bottom:14px;font-size:14px}.footer__contact li,.footer__social-copy{font-size:13.5px}.footer__social-icon{width:38px;height:38px}.footer__social-icon svg{width:16px;height:16px}.footer__newsletter input{font-size:13.5px}.footer__newsletter button{width:36px;height:36px}.footer__copyright,.footer__legal{font-size:12px}}:root{--ink:#14170f;--paper:#f4f2e8;--ember:#7fa651;--moss:#33452a;--sand:#dfe4cf;--ivory:#fbf8f2;--font-display:"Barlow Condensed", "Arial Narrow", sans-serif;--font-body:"Inter", -apple-system, sans-serif;--font-serif:"Playfair Display", Georgia, serif;--radius-lg:20px}.home{background:var(--paper);width:100%;color:var(--ink);font-family:var(--font-body);margin:0;padding:0}.hero{width:100%;max-width:none;margin:0;padding:0}.hero__frame{background:var(--paper);perspective:1600px;grid-template-columns:52% 48%;width:100%;min-height:700px;margin:0;padding:0;display:grid;position:relative;overflow:hidden}.hero__content{z-index:10;background:var(--paper);flex-direction:column;justify-content:center;padding:clamp(40px,5vw,72px) clamp(0px,1vw,16px) clamp(40px,5vw,72px) clamp(120px,8vw,155px);animation:.9s cubic-bezier(.22,1,.36,1) both heroContentIn;display:flex;position:relative}.hero__content:after{content:"";filter:blur(25px);pointer-events:none;background:linear-gradient(90deg,#fff0,#33452a0d,#fff0);width:180px;height:84%;position:absolute;top:8%;right:-80px}@keyframes heroContentIn{0%{opacity:0;transform:translate(-35px)translateZ(-80px)}to{opacity:1;transform:translate(0)translateZ(0)}}.hero__eyebrow-wrap{align-items:center;gap:12px;margin-bottom:18px;animation:.8s .12s both heroFadeUp;display:flex}.hero__eyebrow{font-family:var(--font-body);letter-spacing:.22em;text-transform:uppercase;color:var(--moss);white-space:nowrap;font-size:14px;font-weight:800}.hero__small-line{background:var(--ember);border-radius:999px;flex-shrink:0;width:36px;height:2px;position:relative;overflow:hidden}.hero__small-line:after{content:"";background:#fff;animation:2.5s ease-in-out infinite lineSweep;position:absolute;inset:0;transform:translate(-100%)}@keyframes lineSweep{0%,45%{transform:translate(-100%)}70%,to{transform:translate(100%)}}.hero__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.005em;color:var(--ink);max-width:680px;margin:0 0 22px;font-size:clamp(42px,4.5vw,68px);font-weight:700;line-height:1;animation:.8s .2s both heroFadeUp;position:relative}.hero__subtitle{font-family:var(--font-body);color:var(--moss);max-width:650px;margin:0 0 20px;font-size:clamp(22px,2.1vw,30px);font-weight:800;line-height:1.2;animation:.8s .28s both heroFadeUp}.hero__description{font-family:var(--font-body);color:#4a5142;max-width:560px;margin:0 0 34px;font-size:17.5px;line-height:1.8;animation:.8s .36s both heroFadeUp}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(22px)translateZ(-30px)}to{opacity:1;transform:translateY(0)translateZ(0)}}.hero__stats{border-top:1px solid #14170f1f;align-items:flex-start;gap:32px;width:100%;max-width:100%;margin:0 0 34px;padding-top:22px;animation:.8s .44s both heroFadeUp;display:flex}.hero__stat{min-width:90px;transition:transform .3s,filter .3s}.hero__stat:hover{filter:drop-shadow(0 8px 12px #33452a1f);transform:translateY(-5px)}.hero__stat-value{font-family:var(--font-display);color:var(--moss);margin-bottom:5px;font-size:26px;font-weight:700;line-height:1;display:block}.hero__stat-label{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:#5c6357;font-size:12px;font-weight:600;display:block}.hero__cta{background:var(--moss);color:#fff;font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;border-radius:6px;justify-content:center;align-self:flex-start;align-items:center;gap:12px;padding:18px 32px;font-size:14.5px;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s;animation:.8s .52s both heroFadeUp;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 14px 28px #33452a3d}.hero__cta:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:80%;height:100%;transition:left .7s;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.hero__cta:hover:before{left:140%}.hero__cta:hover{background:var(--ink);transform:translateY(-4px)translateZ(12px);box-shadow:0 22px 42px #14170f4d}.hero__cta-arrow{transition:transform .3s}.hero__cta:hover .hero__cta-arrow{transform:translate(6px)}.hero__visual{isolation:isolate;perspective:1400px;justify-content:center;align-items:center;min-width:0;display:flex;position:relative;overflow:hidden}.hero__visual:before{content:"";clip-path:polygon(5% 0,100% 0,100% 100%,0% 100%);z-index:-5;background:radial-gradient(circle at 70% 45%,#ffffff61,#0000 30%),radial-gradient(circle at 25% 75%,#33452a24,#0000 35%),#b9c9a6;animation:8s ease-in-out infinite visualBreath;position:absolute;inset:-5%}@keyframes visualBreath{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}.hero__visual:after{content:"";filter:blur(8px);z-index:-3;background:radial-gradient(circle,#ffffff94 0%,#fff3 35%,#0000 70%);border-radius:50%;width:420px;height:420px;animation:7s ease-in-out infinite heroOrbFloat;position:absolute}@keyframes heroOrbFloat{0%,to{transform:translate(20px,-10px)scale(1)}50%{transform:translate(-20px,18px)scale(1.12)}}.hero__visual .hero-grid{opacity:.35;transform-origin:bottom;pointer-events:none;background-image:linear-gradient(#33452a17 1px,#0000 1px),linear-gradient(90deg,#33452a17 1px,#0000 1px);background-size:45px 45px;animation:14s linear infinite gridMove;position:absolute;inset:0;transform:perspective(500px)rotateX(55deg)scale(1.5);-webkit-mask-image:radial-gradient(circle,#000,#0000 75%);mask-image:radial-gradient(circle,#000,#0000 75%)}@keyframes gridMove{0%{background-position:0 0}to{background-position:0 45px}}.hero__image-card{width:70%;height:84%;transform-style:preserve-3d;border-radius:10px;margin:0 auto;animation:.9s cubic-bezier(.22,1,.36,1) both heroImageIn,6s ease-in-out 1s infinite heroImageFloat;position:relative;overflow:hidden;transform:perspective(1200px)rotateY(-7deg)rotateX(3deg)rotate(4deg)translateZ(30px);box-shadow:22px 28px #33452a8c,0 35px 65px #14170f40}@keyframes heroImageIn{0%{opacity:0;transform:perspective(1200px)rotateY(-22deg)rotateX(8deg)rotate(7deg)scale(.88)translateZ(-100px)}to{opacity:1;transform:perspective(1200px)rotateY(-7deg)rotateX(3deg)rotate(4deg)scale(1)translateZ(30px)}}@keyframes heroImageFloat{0%,to{transform:perspective(1200px)rotateY(-7deg)rotateX(3deg)rotate(4deg)translateZ(30px)}50%{transform:perspective(1200px)rotateY(-4deg)rotateX(5deg)rotate(3deg)translate3d(-5px,-14px,45px)}}.hero__image-card img{object-fit:cover;width:100%;height:100%;transition:transform 1s cubic-bezier(.22,1,.36,1),filter .8s;display:block;transform:scale(1.04)}.hero__image-card:hover img{filter:saturate(1.08)contrast(1.03);transform:scale(1.1)}.hero__image-card:after{content:"";pointer-events:none;mix-blend-mode:screen;background:linear-gradient(120deg,#fff3,#0000 28% 70%,#ffffff14);position:absolute;inset:0}.hero__shape{pointer-events:none;z-index:1;transform-style:preserve-3d;position:absolute}.hero__shape--diamond{border:2px solid #33452a59;width:46px;height:46px;animation:5s ease-in-out infinite diamondFloat;top:12%;left:20%;transform:rotate(45deg)translateZ(40px)}@keyframes diamondFloat{0%,to{transform:rotate(45deg)translateZ(40px)}50%{transform:rotate(135deg)translate3d(8px,-15px,70px)}}.hero__shape--square{border:1px solid #33452a2e;width:120px;height:120px;animation:7s ease-in-out infinite squareFloat;bottom:16%;left:16%;transform:rotateX(55deg)rotate(20deg)translateZ(20px)}@keyframes squareFloat{0%,to{transform:rotateX(55deg)rotate(20deg)translateZ(20px)}50%{transform:rotateX(55deg)rotate(65deg)translate3d(10px,-20px,50px)}}.hero__visual::marker{display:none}.hero__floating-card{z-index:8;-webkit-backdrop-filter:blur(16px);font-family:var(--font-body);letter-spacing:.05em;color:var(--ink);background:#ffffffc7;border:1px solid #ffffffb3;border-radius:12px;align-items:center;gap:10px;padding:14px 20px;font-size:12px;font-weight:700;line-height:1.35;animation:5s ease-in-out infinite floatingBadge;display:flex;position:absolute;bottom:8%;right:6%;transform:translateZ(100px);box-shadow:0 20px 40px #14170f2e}@keyframes floatingBadge{0%,to{transform:translateZ(100px)}50%{transform:translate3d(0,-12px,130px)}}.hero__floating-dot{background:var(--ember);border-radius:999px;width:10px;min-width:10px;height:10px;animation:2s ease-in-out infinite dotPulse;position:relative;box-shadow:0 0 0 5px #d380461f,0 0 20px #d3804680}@keyframes dotPulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.hero__slide-counter{font-family:var(--font-display);color:#fff;z-index:10;align-items:baseline;gap:4px;font-weight:700;display:flex;position:absolute;top:24px;right:32px}.hero__slide-counter .current{font-size:26px}.hero__slide-counter .total{opacity:.7;font-size:14px}.hero__slide-counter .sep{background:#ffffff80;align-self:center;width:20px;height:1px;margin:0 4px}.hero__arrow{z-index:15;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:46px;height:46px;color:var(--ink);cursor:pointer;background:#ffffffdb;border:1px solid #ffffffa6;border-radius:999px;justify-content:center;align-items:center;font-size:18px;transition:background .25s,transform .25s,box-shadow .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)translateZ(100px);box-shadow:0 12px 28px #14170f2e}.hero__arrow--prev{left:4%}.hero__arrow--next{right:4%}.hero__arrow:hover{background:var(--sand);transform:translateY(-50%)scale(1.12)translateZ(120px);box-shadow:0 18px 36px #14170f3d}.hero__arrow:focus-visible{outline:2px solid var(--ember);outline-offset:2px}.hero__dots{z-index:20;align-items:center;gap:8px;display:flex;position:absolute;bottom:clamp(28px,4vw,48px);left:clamp(150px,12vw,210px)}.hero__dot{cursor:pointer;background:#14170f2e;border:none;border-radius:999px;width:22px;height:3px;padding:0;transition:background .25s,width .25s,transform .25s}.hero__dot.is-active{background:var(--ember);width:34px;box-shadow:0 0 10px #d380464d}.hero__dot:hover{transform:scaleY(1.8)}@media (width>=1400px){.hero__frame{grid-template-columns:52% 48%;min-height:760px}.hero__content{padding-left:clamp(130px,8vw,165px);padding-right:10px}.hero__title{max-width:700px;font-size:clamp(52px,4.2vw,72px)}.hero__subtitle{max-width:680px}.hero__description{max-width:570px;font-size:18px}.hero__image-card{width:72%;height:84%}}@media (width<=1399px) and (width>=1201px){.hero__frame{grid-template-columns:52% 48%;min-height:680px}.hero__content{padding-left:clamp(90px,7vw,135px);padding-right:10px}.hero__title{max-width:650px;font-size:clamp(44px,4.3vw,62px)}.hero__description{max-width:520px}.hero__image-card{width:70%;height:82%}}@media (width<=1200px){.hero__frame{grid-template-columns:51% 49%;min-height:660px}.hero__content{padding-left:clamp(55px,6vw,90px);padding-right:10px}.hero__title{max-width:600px;font-size:clamp(38px,4.4vw,56px)}.hero__subtitle{font-size:clamp(20px,2.2vw,27px)}.hero__description{max-width:450px;font-size:16px}.hero__stats{gap:25px;margin-bottom:28px}.hero__stat-value{font-size:24px}.hero__image-card{width:72%;height:80%}}@media (width<=1024px){.hero__frame{grid-template-columns:50% 50%;min-height:620px}.hero__content{padding-left:clamp(40px,5vw,65px);padding-right:8px}.hero__title{max-width:500px;font-size:clamp(32px,4.4vw,46px)}.hero__subtitle{font-size:22px}.hero__description{max-width:390px;margin-bottom:26px;font-size:15.5px;line-height:1.7}.hero__stats{gap:22px;margin-bottom:28px}.hero__stat-value{font-size:24px}.hero__image-card{width:74%;height:78%}.hero__floating-card{padding:12px 16px;font-size:11px;right:4%}}@media (width<=860px){.hero__frame{grid-template-rows:auto 500px;grid-template-columns:1fr;min-height:0}.hero__content{text-align:center;align-items:center;padding:50px 40px 40px}.hero__eyebrow-wrap{justify-content:center}.hero__title{max-width:700px;font-size:clamp(38px,6vw,54px)}.hero__subtitle{max-width:700px;font-size:24px}.hero__description{max-width:650px;margin-left:auto;margin-right:auto;font-size:16px}.hero__stats{justify-content:center;max-width:650px}.hero__cta{align-self:center}.hero__visual{min-height:380px}.hero__visual:before{clip-path:none}.hero__image-card{width:65%;height:82%;transform:perspective(1000px)rotateY(-5deg)rotate(3deg)translateZ(20px)}@keyframes heroImageFloat{0%,to{transform:perspective(1000px)rotateY(-5deg)rotate(3deg)translateZ(20px)}50%{transform:perspective(1000px)rotateY(-2deg)rotate(2deg)translate3d(0,-10px,35px)}}.hero__floating-card{padding:10px 14px;font-size:10.5px;bottom:6%;right:6%}.hero__slide-counter{display:none}.hero__arrow{width:38px;height:38px;top:auto;bottom:12px;transform:none}.hero__arrow--prev{left:24px}.hero__arrow--next{right:24px}.hero__arrow:hover{transform:scale(1.08)}.hero__dots{display:none}}@media (width<=600px){.hero__frame{grid-template-rows:auto 320px}.hero__content{text-align:center;align-items:center;padding:38px 24px 32px}.hero__eyebrow-wrap{justify-content:center}.hero__eyebrow{letter-spacing:.18em;font-size:12px}.hero__small-line{width:28px}.hero__title{margin-bottom:18px;margin-left:auto;margin-right:auto;font-size:clamp(34px,9vw,46px);line-height:1.02}.hero__subtitle{margin-bottom:15px;margin-left:auto;margin-right:auto;font-size:21px}.hero__description{max-width:100%;margin-bottom:24px;font-size:15px;line-height:1.65}.hero__stats{justify-content:center;gap:22px;margin-bottom:26px;padding-top:18px}.hero__stat{text-align:center}.hero__stat-value{font-size:22px}.hero__stat-label{font-size:10px}.hero__cta{align-self:center;padding:15px 24px;font-size:13px}.hero__visual{min-height:320px}.hero__image-card{width:76%;height:78%;transform:perspective(900px)rotateY(-4deg)rotate(3deg);box-shadow:16px 20px #33452a8c,0 20px 40px #14170f33}.hero__floating-card{border-radius:9px;padding:9px 12px;font-size:9px;bottom:8%;right:5%}.hero__floating-dot{width:8px;min-width:8px;height:8px}.hero__arrow{width:34px;height:34px;font-size:15px;bottom:10px}.hero__arrow--prev{left:18px}.hero__arrow--next{right:18px}.hero__shape{display:none}.hero__visual:after{width:260px;height:260px}}@media (width<=480px){.hero__frame{grid-template-rows:auto 360px}.hero__content{text-align:center;align-items:center;padding:32px 20px 28px}.hero__eyebrow-wrap{justify-content:center;gap:8px;margin-bottom:12px}.hero__eyebrow{font-size:11px}.hero__title{margin-bottom:16px;margin-left:auto;margin-right:auto;font-size:clamp(31px,9.5vw,40px);line-height:1.03}.hero__subtitle{margin-bottom:14px;margin-left:auto;margin-right:auto;font-size:19px}.hero__description{margin-bottom:22px;font-size:14px;line-height:1.6}.hero__stats{flex-wrap:wrap;justify-content:center;gap:14px 18px;margin-bottom:24px;padding-top:16px}.hero__stat-value{font-size:21px}.hero__stat-label{font-size:9px}.hero__cta{align-self:center;gap:9px;padding:13px 20px;font-size:12px}.hero__image-card{width:80%;height:72%;transform:perspective(800px)rotateY(-3deg)rotate(3deg)}.hero__floating-card{padding:8px 10px;font-size:8.5px;bottom:7%;right:4%}.hero__arrow{width:32px;height:32px;font-size:14px}.hero__arrow--prev{left:14px}.hero__arrow--next{right:14px}}@media (width<=360px){.hero__content{padding:28px 18px 24px}.hero__title{font-size:29px}.hero__subtitle{font-size:18px}.hero__description{font-size:13.5px}.hero__stats{gap:15px}.hero__cta{padding:12px 18px}.hero__image-card{width:82%}}@media (prefers-reduced-motion:reduce){.hero__content,.hero__image-card,.hero__arrow,.hero__dot,.hero__floating-card,.hero__cta,.hero__visual:before,.hero__visual:after,.hero__shape--diamond,.hero__shape--square,.hero__small-line:after{transition:none!important;animation:none!important}}.hero__content{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;transform-style:flat!important;perspective:none!important;backface-visibility:visible!important;transform:none!important}.hero__eyebrow-wrap,.hero__eyebrow,.hero__title,.hero__subtitle,.hero__description,.hero__stats,.hero__stat,.hero__stat-value,.hero__stat-label,.hero__cta{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;transform-style:flat!important;backface-visibility:visible!important;perspective:none!important;transform:none!important}@keyframes heroFadeSharp{0%{opacity:0}to{opacity:1}}.hero__eyebrow-wrap{animation:.55s both heroFadeSharp!important}.hero__title{animation:.65s 80ms both heroFadeSharp!important}.hero__subtitle{animation:.65s .14s both heroFadeSharp!important}.hero__description{animation:.65s .2s both heroFadeSharp!important}.hero__stats{animation:.65s .26s both heroFadeSharp!important}.hero__cta{animation:.65s .32s both heroFadeSharp!important}.hero__content:after{opacity:.35;filter:none!important}@media (width>=1367px) and (width<=1600px){.hero__frame{perspective:none!important}.hero__content{padding-left:clamp(70px,7vw,110px);padding-right:30px;transform:none!important}.hero__title{max-width:680px;line-height:1.02;font-size:clamp(46px,4vw,60px)!important}.hero__subtitle{line-height:1.2;font-size:clamp(22px,2vw,28px)!important}.hero__description{max-width:560px;line-height:1.65;font-size:16px!important}.hero__eyebrow-wrap,.hero__title,.hero__subtitle,.hero__description,.hero__stats,.hero__cta{transform:none!important}}@media (width>=1200px) and (width<=1366px){.hero__frame{perspective:none!important}.hero__content{padding-left:clamp(60px,6vw,95px);padding-right:25px;transform:none!important}.hero__title{line-height:1.02;font-size:clamp(42px,4vw,56px)!important}.hero__subtitle{font-size:clamp(21px,2vw,27px)!important}.hero__description{line-height:1.65;font-size:15.5px!important}}@media (width>=601px) and (width<=1199px){.hero__frame{perspective:none!important}.hero__content{padding-left:clamp(35px,5vw,70px);padding-right:25px;transform:none!important}.hero__title{line-height:1.04;font-size:clamp(34px,4.8vw,50px)!important}.hero__subtitle{line-height:1.25;font-size:clamp(20px,2.8vw,25px)!important}.hero__description{line-height:1.65;font-size:15px!important}.hero__eyebrow-wrap,.hero__title,.hero__subtitle,.hero__description,.hero__stats,.hero__cta{transform:none!important}}@media (width<=860px){.hero__frame{perspective:none!important}.hero__content{text-align:center;align-items:center;padding:44px 30px 38px;transform:none!important}.hero__eyebrow-wrap{justify-content:center}.hero__title{line-height:1.04;font-size:clamp(34px,6vw,48px)!important}.hero__subtitle{font-size:clamp(20px,3vw,24px)!important}.hero__description{line-height:1.65;font-size:15px!important}.hero__stats{justify-content:center}}@media (width<=600px){.hero__frame{perspective:none!important}.hero__content{text-align:center;align-items:center;padding:34px 22px 30px;transform:none!important}.hero__eyebrow-wrap{justify-content:center}.hero__eyebrow{letter-spacing:.16em;font-size:11px!important}.hero__title{max-width:100%;margin-left:auto;margin-right:auto;line-height:1.05;font-size:clamp(30px,8.5vw,42px)!important}.hero__subtitle{line-height:1.25;font-size:clamp(19px,5vw,22px)!important}.hero__description{max-width:100%;line-height:1.6;font-size:14px!important}.hero__stats{justify-content:center;gap:20px}.hero__stat-value{font-size:21px!important}.hero__stat-label{font-size:9.5px!important}.hero__cta{padding:14px 22px;font-size:12.5px;transform:none!important}}@media (width<=480px){.hero__content{padding:30px 18px 26px}.hero__title{letter-spacing:0;line-height:1.05;font-size:clamp(29px,9vw,39px)!important}.hero__subtitle{font-size:18px!important}.hero__description{line-height:1.6;font-size:13.5px!important}.hero__stats{gap:18px}.hero__cta{padding:13px 20px}}@media (width<=360px){.hero__content{padding:26px 16px 24px}.hero__title{line-height:1.05;font-size:28px!important}.hero__subtitle{font-size:17px!important}.hero__description{font-size:13px!important}}.hero__visual,.hero__image-card{transform-style:preserve-3d}.hero__content,.hero__content *{backface-visibility:visible!important}@media (prefers-reduced-motion:reduce){.hero__eyebrow-wrap,.hero__title,.hero__subtitle,.hero__description,.hero__stats,.hero__cta{opacity:1!important;animation:none!important;transform:none!important}}.about{background:#fff;padding:56px clamp(16px,4vw,64px) 120px;position:relative;overflow:hidden}.about__corner-leaf{width:46px;height:46px;color:var(--ember,#7fa651);opacity:.7;position:absolute;top:32px;right:clamp(16px,5vw,72px);transform:rotate(8deg)}.about__inner{grid-template-columns:minmax(360px,600px) minmax(0,760px);justify-content:center;align-items:center;gap:clamp(56px,8vw,130px);max-width:1500px;margin:0 auto;display:grid;position:relative}.about__visual{padding:8px 0 40px 46px;position:relative}.about__bar{background:var(--ember,#7fa651);border-radius:999px;width:8px;height:260px;position:absolute;top:0;left:0}.about__dots{background-image:radial-gradient(var(--moss,#33452a) 1.6px, transparent 1.6px);opacity:.55;background-size:12px 12px;width:40px;height:280px;position:absolute;top:284px;left:-2px}.about__frame{z-index:1;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 30px 60px #14170f2e}.about__frame img{object-fit:cover;width:100%;height:640px;display:block}.about__content{color:var(--ink,#14170f);font-family:Inter,-apple-system,sans-serif}.about__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--ember,#7fa651);align-items:center;gap:8px;margin:0 0 16px;font-size:12.5px;font-weight:700;display:inline-flex}.about__eyebrow-icon{width:16px;height:16px}.about__heading{color:var(--ink,#14170f);max-width:780px;margin:0 0 20px;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:clamp(36px,4.6vw,58px);font-weight:700;line-height:1.12}.about__intro{color:#5c6357;max-width:700px;margin:0 0 32px;font-size:16px;line-height:1.75}.about__features{flex-direction:column;gap:22px;margin:0 0 36px;padding:0;list-style:none;display:flex}.about__feature{border-bottom:1px solid #14170f1a;align-items:flex-start;gap:16px;padding-bottom:22px;display:flex}.about__feature:last-child{border-bottom:none;padding-bottom:0}.about__feature-icon{width:42px;height:42px;color:var(--ember,#7fa651);background:#7fa65124;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about__feature-icon svg{width:22px;height:22px}.about__feature h3{margin:0 0 6px;font-size:18px;font-weight:600}.about__feature p{color:#5c6357;max-width:640px;margin:0;font-size:14.5px;line-height:1.6}.about__cta-row{align-items:center;gap:20px;display:flex}.about__cta{background:var(--ember,#7fa651);color:#fff;border-radius:999px;align-items:center;gap:10px;padding:14px 24px;font-size:14.5px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 14px 28px #7fa65152}.about__cta:hover{transform:translateY(-2px);box-shadow:0 18px 34px #7fa65166}.about__cta-icon{width:16px;height:16px}.about__squiggle{width:60px;height:40px;color:var(--ember,#7fa651);opacity:.7}@media (width<=980px){.about__inner{grid-template-columns:1fr}.about__heading,.about__intro{max-width:none}.about__frame img{height:440px}}@media (width<=720px){.about{margin-top:80px;padding:60px 20px 90px}.about__corner-leaf{width:36px;height:36px;top:20px}.about__frame img{height:360px}.about__features{gap:18px}.about__cta-row{flex-wrap:wrap;gap:14px}}@media (width<=560px){.about{margin-top:64px;padding:64px 20px 80px}.about__visual{padding-left:30px}.about__frame img{height:300px}.about__badge{padding:10px 14px;font-size:12px}.about__bar{height:200px}.about__dots{height:220px;top:224px}.about__dots{z-index:0;background-size:11px 11px;width:34px;height:190px;top:220px;left:0}.about{margin-top:40px;padding:40px 16px 70px;overflow:hidden}.about__inner{flex-direction:column;gap:36px;width:100%;display:flex}.about__visual{width:100%;padding:0;position:relative}.about__bar{z-index:2;border-radius:999px;width:7px;height:200px;top:0;left:0}.about__dots{z-index:0;background-size:11px 11px;width:34px;height:auto;top:220px;bottom:0;left:0}.about__frame{z-index:1;border-radius:18px;width:calc(100% - 26px);margin-left:26px;position:relative;overflow:hidden;box-shadow:0 20px 40px #14170f24}.about__frame img{aspect-ratio:1;object-fit:cover;object-position:center;width:100%;height:auto;display:block}.about__content{width:100%;padding:0}.about__eyebrow{letter-spacing:.12em;margin-bottom:14px;font-size:12px}.about__heading{max-width:100%;margin-bottom:18px;font-size:clamp(30px,8vw,38px);line-height:1.08}.about__intro{max-width:100%;font-size:15px;line-height:1.7}.about__features{gap:16px}.about__cta-row{gap:12px}}@media (width>=1000px) and (width<=1100px){.about__inner{grid-template-columns:minmax(0,40fr) minmax(0,60fr);align-items:center;gap:40px;width:100%;max-width:1100px}.about__visual{box-sizing:border-box;width:100%;padding:8px 0 40px 36px}.about__frame{width:100%;max-width:none}.about__frame img{object-fit:cover;object-position:center;width:100%;height:400px}.about__content{width:100%;max-width:none}.about__heading,.about__intro,.about__feature p{max-width:100%}}@media (width<=560px){.about__content{text-align:center;flex-direction:column;align-items:center;display:flex}.about__eyebrow{justify-content:center}.about__heading,.about__intro{max-width:100%;margin-left:auto;margin-right:auto}.about__features{width:100%}.about__feature{text-align:center;flex-direction:column;align-items:center;gap:10px}.about__feature h3{text-align:center}.about__feature p{text-align:center;max-width:100%;margin-left:auto;margin-right:auto}.about__cta-row{justify-content:center;width:100%}}.vm{--vm-bg:#88ad8d;--vm-card-bg:#fff;isolation:isolate;background-image:linear-gradient(#ffffff2e,#ffffff2e),url(/vm.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:clamp(50px,6vw,80px) clamp(16px,4vw,64px);position:relative;overflow:hidden}.vm:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#ffffff1f,#e6f5e814);position:absolute;inset:0}.vm__inner{grid-template-columns:repeat(2,1fr);gap:clamp(20px,3vw,32px);max-width:1300px;margin:0 auto;display:grid}.vm__card{background:var(--vm-card-bg);text-align:left;border-radius:18px;flex-direction:row;align-items:center;gap:24px;padding:36px clamp(24px,3vw,44px);display:flex;box-shadow:0 10px 30px #62cf8326,0 4px 12px #00000014}.vm__iconbox{width:90px;height:90px;color:var(--ink);border:2px solid #186405;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.vm__iconbox svg{width:42px;height:42px}.vm__content{min-width:0}.vm__title{font-family:var(--font-body);color:var(--ink);margin:0 0 10px;font-size:20px;font-weight:800}.vm__text{font-family:var(--font-body);color:#5c6357;text-align:left;max-width:460px;margin:0;font-size:14.5px;line-height:1.75}@media (width<=800px){.vm__inner{grid-template-columns:1fr}.vm__text{text-align:left}}@media (width<=480px){.vm__card{gap:16px;padding:28px 20px}.vm__iconbox{border-radius:12px;width:66px;height:66px}.vm__iconbox svg{width:30px;height:30px}.vm__title{margin-bottom:8px;font-size:18px}.vm__text{margin-bottom:0;font-size:14px}}@media (width<=640px){.vm{padding:40px 16px 48px}.vm__inner{gap:16px}.vm__card{text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:14px;padding:24px 20px}.vm__iconbox{border-radius:12px;width:56px;height:56px}.vm__iconbox svg{width:26px;height:26px}.vm__content{width:100%}.vm__title{text-align:center;margin-bottom:8px;font-size:17px}.vm__text{text-align:center;-webkit-line-clamp:5;-webkit-box-orient:vertical;max-width:100%;font-size:13.5px;line-height:1.6;display:-webkit-box;overflow:hidden}}@media (width<=400px){.vm__card{gap:12px;padding:20px 16px}.vm__iconbox{border-radius:10px;width:48px;height:48px}.vm__iconbox svg{width:22px;height:22px}.vm__title{font-size:16px}.vm__text{-webkit-line-clamp:4;font-size:13px}}.climate{isolation:isolate;background:radial-gradient(circle at 50% 0,#e4ddb68c,#0000 45%),radial-gradient(circle at 8% 85%,#b4cd8c2e,#0000 40%),radial-gradient(circle at 92% 15%,#b4cd8c29,#0000 40%),linear-gradient(#f4f0da 0%,#f0ecd6 100%);padding:clamp(58px,7vw,82px) clamp(16px,4vw,64px) clamp(110px,10vw,150px);position:relative;overflow:hidden}.climate__background{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.climate__leaf{color:#6f9450;opacity:.85;pointer-events:none;z-index:1;position:absolute}.climate__leaf--tl{width:120px;height:120px;top:-20px;left:-10px;transform:rotate(-15deg)}.climate__leaf--tr{width:150px;height:150px;top:-30px;right:-20px;transform:rotate(200deg)}.climate__leaf--bl{width:150px;height:150px;bottom:-30px;left:-20px;transform:rotate(20deg)}.climate__leaf--br{width:130px;height:130px;bottom:-20px;right:-10px;transform:rotate(160deg)}@media (width<=768px){.climate__leaf{display:none}}.climate__glow{pointer-events:none;filter:blur(65px);opacity:.4;border-radius:50%;position:absolute}.climate__glow--one{background:#c8d2a04d;width:320px;height:320px;animation:8s ease-in-out infinite glowMoveOne;top:40px;left:-120px}.climate__glow--two{background:#c8d2a047;width:360px;height:360px;animation:10s ease-in-out infinite glowMoveTwo;top:20%;right:-130px}.climate__glow--three{background:#c8d2a038;width:300px;height:300px;animation:9s ease-in-out infinite glowMoveThree;bottom:-160px;left:42%}@keyframes glowMoveOne{0%,to{transform:translate(0)}50%{transform:translate(80px,40px)}}@keyframes glowMoveTwo{0%,to{transform:translate(0)}50%{transform:translate(-80px,50px)}}@keyframes glowMoveThree{0%,to{transform:translate(0)}50%{transform:translate(50px,-40px)}}.climate__particles{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.climate__particle{pointer-events:none;border-radius:50%;animation-name:goldenParticleFloat;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:both;display:block;position:absolute}.climate__particle--dot{opacity:.85;background:radial-gradient(circle,#fff8cf 0%,#f4d56b 30%,#d6a928 65%,#d6a92826 100%);box-shadow:0 0 5px #f4d56be6,0 0 12px #d6a928a6,0 0 22px #d6a9284d}.climate__particle--glow{opacity:.85;background:radial-gradient(circle,#eafccb 0%,#a9d96c 30%,#6fa83a 62%,#6fa83a1a 100%);box-shadow:0 0 7px #a9d96ce6,0 0 18px #6fa83a99,0 0 32px #6fa83a4d}@keyframes goldenParticleFloat{0%{opacity:0;transform:translateY(35px)scale(.5)rotate(0)}15%{opacity:.75}30%{opacity:1;transform:translate(22px,-5px)scale(1.15)rotate(45deg)}45%{opacity:.9;transform:translate(-18px,-35px)scale(.9)rotate(90deg)}60%{opacity:.8;transform:translate(25px,-65px)scale(1.25)rotate(135deg)}75%{opacity:.55;transform:translate(-20px,-95px)scale(.85)rotate(180deg)}90%{opacity:.3}to{opacity:0;transform:translate(15px,-135px)scale(.35)rotate(270deg)}}.climate__sparkles{pointer-events:none;z-index:5;position:absolute;inset:0}.climate__sparkles span{background:#f4d56b;width:10px;height:10px;animation:2.2s ease-in-out infinite sparklePulse;position:absolute;transform:rotate(45deg);box-shadow:0 0 10px #ffe78b,0 0 22px #e0b131e6,0 0 40px #d6a9288c}.climate__sparkles span:nth-child(13){animation-delay:-.3s;top:35%;left:11%}.climate__sparkles span:nth-child(14){animation-delay:-1.1s;top:55%;left:21%}.climate__sparkles span:nth-child(15){animation-delay:-2.4s;top:88%;left:24%}.climate__sparkles span:nth-child(16){animation-delay:-.9s;top:25%;left:34%}.climate__sparkles span:nth-child(17){animation-delay:-1.6s;top:52%;left:42%}.climate__sparkles span:nth-child(18){animation-delay:-2.1s;top:91%;left:45%}.climate__sparkles span:nth-child(19){animation-delay:-.6s;top:8%;left:53%}.climate__sparkles span:nth-child(20){animation-delay:-1.4s;top:38%;left:63%}.climate__sparkles span:nth-child(21){animation-delay:-2.5s;top:67%;left:65%}.climate__sparkles span:nth-child(22){animation-delay:-.4s;top:27%;left:73%}.climate__sparkles span:nth-child(23){animation-delay:-1.9s;top:48%;left:82%}.climate__sparkles span:nth-child(24){animation-delay:-1s;top:89%;left:84%}.climate__sparkles span:nth-child(25){animation-delay:-2.7s;top:34%;left:91%}.climate__sparkles span:nth-child(26){animation-delay:-1.3s;top:78%;left:97%}.climate__sparkles span:nth-child(27){animation-delay:-2s;top:88%;left:8%}.climate__sparkles span:nth-child(28){animation-delay:-.7s;top:14%;left:18%}.climate__sparkles span:nth-child(29){animation-delay:-1.8s;top:10%;left:39%}.climate__sparkles span:nth-child(30){animation-delay:-2.6s;top:57%;left:57%}@keyframes sparklePulse{0%,to{opacity:.2;transform:rotate(45deg)scale(.4)}50%{opacity:1;transform:rotate(225deg)scale(2.8)}}.climate__inner{z-index:3;max-width:1500px;margin:0 auto;position:relative}.climate__eyebrow{text-align:center;font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--moss);text-shadow:0 1px 1px #ffffffb3;margin:0;padding:0;font-size:clamp(24px,2.2vw,30px);font-weight:700;position:relative}.climate__divider{justify-content:center;align-items:center;gap:12px;margin:12px auto clamp(30px,3vw,38px);display:flex}.climate__divider span{background:linear-gradient(90deg,#0000,#54743f73);border-radius:20px;width:70px;height:2px}.climate__divider span:last-child{background:linear-gradient(90deg,#54743f73,#0000)}.climate__divider i{color:#547d38b3;font-size:15px;font-style:normal;animation:2s ease-in-out infinite leafPulse}@keyframes leafPulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)}}.climate__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(18px,2.2vw,28px);width:100%;display:grid}.climate__card{z-index:4;text-align:center;background:#fffffff7;border:1px solid #fffffff2;border-radius:18px;flex-direction:column;align-items:center;width:100%;min-height:350px;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #27371b1a,0 4px 12px #27371b0f}.climate__card:hover{transform:translateY(-7px);box-shadow:0 20px 44px #27371b26,0 8px 20px #27371b14}.climate__imagebox{flex-shrink:0;width:100%;height:180px;position:relative;overflow:hidden}.climate__imagebox img{object-fit:cover;width:100%;height:100%;transition:transform .55s;display:block}.climate__card:hover .climate__imagebox img{transform:scale(1.06)}.climate__title{z-index:5;font-family:var(--font-body);color:var(--moss);margin:20px 20px 10px;font-size:20px;font-weight:700;line-height:1.3;position:relative}.climate__copy{z-index:5;color:#182e09;margin:0 20px 26px;font-size:14px;line-height:1.6;position:relative}@media (width<=1100px){.climate__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.climate{padding:55px 20px 70px}.climate__eyebrow{letter-spacing:.12em;font-size:25px}.climate__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.climate__network{opacity:.3}}@media (width<=560px){.climate{padding:48px 16px 65px}.climate__eyebrow{letter-spacing:.09em;font-size:21px}.climate__divider{margin-bottom:28px}.climate__divider span{width:45px}.climate__grid{grid-template-columns:1fr;gap:20px}.climate__card{min-height:0}.climate__imagebox{height:200px}.climate__title{font-size:19px}.climate__copy{max-width:330px;margin-bottom:25px;font-size:14px}.climate__particle:nth-child(n+13){display:none}.climate__network{opacity:.12}}@media (prefers-reduced-motion:reduce){.climate__particle,.climate__sparkles span,.climate__glow,.climate__divider i{animation:none}.climate__particle{opacity:.6}.climate__card,.climate__imagebox img{transition:none}}@media (width>=561px) and (width<=1100px){.climate__grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.climate__card{min-height:320px}.climate__grid>:first-child,.climate__grid>:nth-child(2),.climate__grid>:nth-child(3){grid-column:span 2}.climate__grid>:nth-child(4){grid-column:2/span 2}.climate__grid>:nth-child(5){grid-column:4/span 2}}@media (width<=700px){.climate__grid{grid-template-columns:repeat(2,1fr)}.climate__imagebox{height:160px}.climate__title{margin:16px 16px 8px;font-size:18px}.climate__copy{margin:0 16px 20px}}@media (width<=480px){.climate__eyebrow{letter-spacing:.1em;margin-bottom:30px;padding-bottom:14px;padding-left:10px;padding-right:10px;font-size:23px;line-height:1.15}.climate__grid{grid-template-columns:1fr}.climate__card{min-height:0}}.joincta{margin-top:clamp(40px,6vw,72px);padding:0 clamp(16px,4vw,64px) clamp(40px,6vw,72px)}.joincta__card{background:linear-gradient(135deg,#7fa65138,#7fa6511a);border-radius:28px;justify-content:center;align-items:center;gap:clamp(18px,2.5vw,32px);max-width:1150px;margin:0 auto;padding:clamp(40px,6vw,64px);display:flex;position:relative;overflow:hidden}.joincta__leaf{pointer-events:none;z-index:0;width:130px;height:130px;position:absolute}.joincta__leaf--tl{top:-18px;left:-18px}.joincta__leaf--br{bottom:-18px;right:-18px;transform:rotate(180deg)}.joincta__content{z-index:1;flex-direction:column;flex:0 470px;justify-content:center;margin:0;display:flex;position:relative}.joincta__heading{font-family:var(--font-display);color:var(--moss);margin:0 0 16px;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.12}.joincta__copy{color:var(--ink);opacity:.82;max-width:450px;margin:0 0 26px;font-size:16.5px;line-height:1.65}.joincta__cta{background:var(--moss);color:#fff;border-radius:999px;align-self:flex-start;align-items:center;gap:10px;padding:14px 24px;font-size:14.5px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 14px 28px #33452a47}.joincta__cta:hover{background:var(--ink);transform:translateY(-2px);box-shadow:0 18px 34px #33452a57}.joincta__cta-icon{width:16px;height:16px}.joincta__media{z-index:1;border-radius:20px;flex:0 430px;align-self:center;max-width:430px;position:relative;overflow:hidden;box-shadow:0 24px 48px #14170f33}.joincta__media img{object-fit:cover;width:100%;height:300px;display:block}@media (width<=900px){.joincta__card{gap:20px;max-width:760px;padding:34px 30px}.joincta__content{flex:0 380px}.joincta__media{flex:0 360px;max-width:360px}.joincta__media img{height:270px}.joincta__heading{font-size:36px}.joincta__copy{font-size:15px}}@media (width<=700px){.joincta__card{border-radius:20px;flex-direction:column;gap:24px;max-width:500px;padding:28px 22px 32px}.joincta__media{flex:none;order:-1;width:100%;max-width:420px;margin:0 auto}.joincta__media img{height:230px}.joincta__content{flex:none;width:100%;max-width:420px;margin:0 auto}.joincta__heading{margin-bottom:12px;font-size:32px}.joincta__copy{margin-bottom:22px;font-size:15px}.joincta__leaf{width:80px;height:80px}}@media (width<=900px){.joincta{margin-top:clamp(28px,5vw,48px)}}@media (width<=700px){.joincta__card{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;margin-left:auto;margin-right:auto;padding:28px 22px 32px;display:flex}.joincta__media{justify-content:center;width:100%;max-width:420px;margin-left:auto;margin-right:auto;display:flex}.joincta__media img{object-fit:cover;width:100%;height:230px}.joincta__content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:420px;margin-left:auto;margin-right:auto;display:flex}.joincta__heading{text-align:center;width:100%;margin-left:auto;margin-right:auto}.joincta__copy{text-align:center;width:100%;max-width:370px;margin-left:auto;margin-right:auto}.joincta__actions{text-align:center;justify-content:center;align-items:center;width:100%;margin-left:auto;margin-right:auto;display:flex}.joincta__btn{margin-left:auto;margin-right:auto}.joincta__cta{text-align:center!important;justify-content:center!important;align-self:center!important;align-items:center!important;width:auto!important;margin:0 auto!important;display:inline-flex!important}.joincta__leaf{margin-left:auto}}@media (width<=560px){.joincta{margin-top:24px}.joincta__card{border-radius:20px;padding:26px 18px 32px}.joincta__content{max-width:360px}.joincta__heading{text-align:center;font-size:30px}.joincta__copy{text-align:center;max-width:320px;font-size:14px;line-height:1.6}.joincta__actions{justify-content:center}.joincta__btn{margin-left:auto;margin-right:auto}}@media (width<=400px){.joincta__card{padding:22px 16px 28px}.joincta__heading{text-align:center;font-size:28px}.joincta__copy{text-align:center;max-width:290px;font-size:13.5px}.joincta__actions{justify-content:center;width:100%}}.women-rise{background:#ffe0b8;grid-template-columns:50% 50%;width:100%;min-height:680px;display:grid;overflow:hidden}.women-rise__image{width:100%;min-height:680px;position:relative;overflow:hidden}.women-rise__image:after{content:"";background:linear-gradient(90deg,#0000000a,#0000);position:absolute;inset:0}.women-rise__image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .8s;display:block}.women-rise:hover .women-rise__image img{transform:scale(1.025)}.women-rise__content{background:#f1952c4b;flex-direction:column;justify-content:center;min-height:680px;padding:clamp(50px,6vw,90px) clamp(40px,6vw,90px);display:flex}.women-rise__top{flex-direction:column;align-items:flex-start;margin-bottom:28px;display:flex}.women-rise__label{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:#7a3e12;font-size:13px;font-weight:700}.women-rise__line{background:#b85c18;border-radius:999px;width:48px;height:3px;margin-top:18px}.women-rise__heading{font-family:var(--font-display,"Barlow Condensed", "Arial Narrow", sans-serif);letter-spacing:-.025em;color:#4a250f;margin:0 0 24px;font-size:clamp(42px,4.5vw,68px);font-weight:700;line-height:.98}.women-rise__heading span{color:#9a4810}.women-rise__intro{max-width:620px;font-family:var(--font-body);color:#4a250fc7;margin:0 0 42px;font-size:clamp(15px,1.3vw,17px);line-height:1.75}.women-rise__items{flex-direction:column;gap:28px;display:flex}.women-rise__item{align-items:center;gap:18px;min-height:70px;display:flex}.women-rise__icon{color:#7a3e12;background:#7a3e121a;border:1px solid #7a3e1240;border-radius:11px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;transition:background .25s,transform .25s;display:flex}.women-rise__icon svg{stroke-width:1.8px;width:22px;height:22px}.women-rise__item:hover .women-rise__icon{background:#7a3e122e;transform:translateY(-2px)}.women-rise__item-content{min-width:0}.women-rise__item-content h3{font-family:var(--font-body);color:#4a250f;margin:0 0 5px;font-size:16px;font-weight:700;line-height:1.3}.women-rise__item-content p{max-width:560px;font-family:var(--font-body);color:#4a250fb3;margin:0;font-size:13.5px;line-height:1.55}@media (width<=1100px){.women-rise{grid-template-columns:48% 52%}.women-rise__image,.women-rise__content{min-height:620px}.women-rise__content{padding:50px 45px}.women-rise__heading{font-size:clamp(40px,5vw,58px)}.women-rise__intro{margin-bottom:34px}.women-rise__items{gap:22px}}@media (width<=900px){.women-rise{grid-template-columns:1fr}.women-rise__image{height:500px}.women-rise__content{min-height:auto;padding:60px clamp(30px,7vw,70px)}.women-rise__heading{font-size:clamp(44px,7vw,62px)}.women-rise__intro,.women-rise__items{max-width:720px}}@media (width<=600px){.women-rise__image{width:100%;overflow:hidden;height:400px!important;min-height:400px!important}.women-rise__image img{object-fit:cover;object-position:center;width:100%;height:100%}.women-rise__content{text-align:center;flex-direction:column;align-items:center;width:100%;min-height:auto;padding:48px 24px 55px;display:flex}.women-rise__top{text-align:center;justify-content:center;align-items:center;width:100%;margin-bottom:22px}.women-rise__label{text-align:center}.women-rise__line{margin-left:auto;margin-right:auto}.women-rise__heading,.women-rise__intro{text-align:center;width:100%;max-width:520px;margin-left:auto;margin-right:auto}.women-rise__items{flex-direction:column;align-items:center;gap:25px;width:100%;max-width:420px;margin:0 auto;display:flex}.women-rise__item{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.women-rise__icon{flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto;display:flex}.women-rise__item-content{text-align:center;width:100%;min-width:0}.women-rise__item-content h3{text-align:center;margin:0 0 5px}.women-rise__item-content p{text-align:center;max-width:330px;margin:0 auto}}@media (width<=400px){.women-rise__content{padding:40px 20px 48px}.women-rise__heading{font-size:38px}.women-rise__intro{font-size:14px}.women-rise__items{gap:22px;max-width:340px}.women-rise__item{gap:9px}.women-rise__icon{flex-basis:40px;width:40px;height:40px}.women-rise__item-content h3{font-size:15px}.women-rise__item-content p{max-width:300px;font-size:12.5px;line-height:1.55}}@media (prefers-reduced-motion:reduce){.women-rise__image img,.women-rise__icon{transition:none}}.movement{background:var(--paper);padding:clamp(32px,5vw,56px) clamp(16px,4vw,64px) clamp(56px,7vw,88px)}.movement__card{background:#a5cf83;border-radius:28px;max-width:1300px;margin:0 auto;padding:clamp(56px,8vw,96px) clamp(24px,6vw,64px)}.movement__inner{text-align:center;max-width:760px;margin:0 auto}.movement__heading{font-family:var(--font-body);color:#173b24;margin:0 0 20px;font-size:clamp(30px,4.4vw,50px);font-weight:800;line-height:1.2}.movement__copy{color:#173b24c7;margin:0 0 36px;font-size:18px;line-height:1.7}.movement__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.movement__btn{border-radius:999px;align-items:center;gap:10px;padding:15px 30px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex}.movement__btn-icon{width:16px;height:16px}.movement__btn--solid{color:#fff;background:#173b24;box-shadow:0 14px 28px #173b2433}.movement__btn--solid:hover{color:#fff;background:#0f2d1a;transform:translateY(-2px);box-shadow:0 18px 34px #173b2447}.movement__btn--outline{color:#173b24;background:0 0;border:1.5px solid #173b248c}.movement__btn--outline:hover{color:#173b24;background:#173b2414;transform:translateY(-2px);box-shadow:0 10px 22px #173b241a}@media (width<=720px){.movement__card{padding:clamp(44px,7vw,72px) clamp(20px,5vw,40px)}.movement__heading{font-size:clamp(28px,5.5vw,40px)}.movement__copy{font-size:16px}}@media (width<=560px){.movement__card{border-radius:22px;padding:40px 22px}.movement__heading{font-size:clamp(28px,8vw,36px);line-height:1.2}.movement__copy{margin-bottom:30px;font-size:14.5px;line-height:1.65}.movement__actions{flex-direction:column;width:100%}.movement__btn{justify-content:center;width:100%;padding:14px 24px}}@media (width<=400px){.movement{padding:28px 14px 48px}.movement__card{border-radius:20px;padding:36px 18px}.movement__heading{font-size:27px}.movement__copy{font-size:14px}.movement__btn{padding:13px 20px;font-size:14px}}@media (prefers-reduced-motion:reduce){.movement__btn{transition:none}}.wwd{background:var(--paper);width:100%;padding:clamp(50px,7vw,90px) clamp(16px,4vw,64px);overflow:visible}.wwd__inner{width:100%;max-width:1300px;margin:0 auto}.wwd__head{text-align:center;width:100%;max-width:850px;margin:0 auto clamp(42px,5vw,58px)}.wwd__eyebrow{background:var(--ember);color:#fff;font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;margin:0 0 18px;padding:9px 19px;font-size:16px;font-weight:700;display:inline-flex}.wwd__heading{font-family:var(--font-display);letter-spacing:-.02em;color:var(--moss);white-space:nowrap;margin:0;font-size:clamp(34px,4.6vw,56px);font-weight:700;line-height:1.08}.wwd__heading em{font-family:var(--font-serif);color:var(--ink);margin-left:8px;font-style:italic;font-weight:600}.wwd__stack{isolation:isolate;flex-direction:column;gap:0;width:100%;display:flex;position:relative}.wwd__card{will-change:transform;background:#fff;border-radius:28px;grid-template-columns:50% 50%;align-items:stretch;width:100%;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 44px #14170f24,0 6px 18px #14170f0f}.wwd__card:last-child{margin-bottom:0}.wwd__panel{flex-direction:column;justify-content:center;min-height:398px;padding:clamp(38px,5vw,64px) clamp(28px,4vw,58px);display:flex}.wwd__tag{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--ink);opacity:.68;margin:0 0 12px;font-size:12.5px;font-weight:700}.wwd__title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--ink);margin:0;font-size:clamp(30px,3.2vw,44px);font-weight:700;line-height:1.05}.wwd__subtitle{font-family:var(--font-serif);color:var(--ink);opacity:.78;margin:7px 0 20px;font-size:clamp(17px,1.6vw,21px);font-style:italic;font-weight:600;line-height:1.25}.wwd__copy{max-width:440px;font-family:var(--font-body);color:var(--ink);opacity:.82;margin:0;font-size:15.5px;line-height:1.7}.wwd__media{width:100%;min-height:398px;position:relative;overflow:hidden}.wwd__media img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .7s;display:block}.wwd__card:hover .wwd__media img{transform:scale(1.035)}.wwd__panel--women{background:#f2a65a}.wwd__panel--education{background:#a9ce85}.wwd__panel--health{background:#ef9aa5}.wwd__panel--employment{background:#f6d186}.wwd__panel--art{background:#bba4e0}@media (width<=1024px){.wwd{padding:55px clamp(18px,4vw,40px)}.wwd__heading{white-space:normal}.wwd__stack{gap:0}.wwd__card{border-radius:24px;grid-template-columns:50% 50%}.wwd__panel{min-height:360px;padding:38px clamp(24px,4vw,44px)}.wwd__media{min-height:360px}.wwd__title{font-size:clamp(28px,3.5vw,38px)}.wwd__copy{font-size:15px}}@media (width<=860px){.wwd{padding:50px 22px}.wwd__head{margin-bottom:38px}.wwd__eyebrow{padding:8px 17px;font-size:14px}.wwd__heading{font-size:clamp(32px,6vw,46px)}.wwd__stack{gap:0}.wwd__card{border-radius:22px;grid-template-columns:1fr;display:grid}.wwd__media{order:-1;width:100%;height:340px;min-height:340px}.wwd__panel{min-height:unset;padding:38px 32px 44px}.wwd__copy{max-width:700px}}@media (width<=600px){.wwd{padding:46px 16px}.wwd__head{margin-bottom:32px}.wwd__eyebrow{letter-spacing:.14em;margin-bottom:14px;padding:7px 15px;font-size:11px}.wwd__heading{white-space:normal;font-size:clamp(30px,8vw,38px);line-height:1.12}.wwd__heading em{margin-left:5px;display:inline}.wwd__stack{gap:0}.wwd__card{border-radius:20px;grid-template-columns:1fr}.wwd__media{order:-1;height:260px;min-height:260px}.wwd__panel{min-height:unset;text-align:center;align-items:center;padding:30px 24px 34px}.wwd__tag{margin-bottom:9px;font-size:11px}.wwd__title{font-size:30px;line-height:1.08}.wwd__subtitle{margin:7px 0 16px;font-size:18px}.wwd__copy{text-align:center;max-width:520px;font-size:14px;line-height:1.7}}@media (width<=400px){.wwd{padding:40px 13px}.wwd__heading{font-size:29px}.wwd__stack{gap:0}.wwd__card{border-radius:18px}.wwd__media{height:220px;min-height:220px}.wwd__panel{padding:27px 19px 31px}.wwd__title{font-size:27px}.wwd__subtitle{font-size:17px}.wwd__copy{font-size:13.5px}}@media (prefers-reduced-motion:reduce){.wwd__media img{transition:none}}.partners{--partners-bg:#b7d6d0;--partners-card-bg:#fff;background:var(--partners-bg);padding:clamp(48px,7vw,80px) clamp(16px,4vw,64px)}.partners__inner{max-width:1300px;margin:0 auto}.partners__heading{text-align:center;font-family:var(--font-display);letter-spacing:.02em;color:var(--moss);margin:0 0 clamp(28px,4vw,44px);font-size:clamp(30px,4vw,46px);font-weight:700}.partners__grid{grid-template-columns:repeat(5,1fr);gap:clamp(14px,2vw,24px);height:clamp(320px,42vw,520px);display:grid;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(#0000 0,#000 8% 92%,#0000 100%)}.partners__col{height:100%;position:relative;overflow:hidden}.partners__track{flex-direction:column;gap:clamp(14px,1.8vw,22px);width:100%;animation-name:partners-scroll-up;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}@keyframes partners-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.partners__card{text-align:center;background:var(--partners-card-bg);border-bottom:1px solid #14170f14;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;min-height:106px;padding:14px 12px;display:flex}.partners__card span{font-family:var(--font-body);color:var(--ink);opacity:.82;font-size:14px;font-weight:700;line-height:1.3}.partners__col:hover .partners__track{animation-play-state:paused}@media (width<=900px){.partners__grid{grid-template-columns:repeat(3,1fr);height:clamp(380px,70vw,520px)}.partners__col:nth-child(4),.partners__col:nth-child(5){display:none}}@media (width<=560px){.partners__grid{grid-template-columns:repeat(2,1fr);height:clamp(340px,90vw,460px)}.partners__col:nth-child(3){display:none}.partners__card{min-height:78px}.partners__card span{font-size:12.5px}}@media (prefers-reduced-motion:reduce){.partners__track{animation:none}.partners__col{overflow:auto}}.recognition{background:#fff;width:100%;padding:clamp(40px,6vw,72px) clamp(16px,4vw,64px)}.recognition__viewport{border-radius:24px;max-width:1300px;height:clamp(460px,55vw,600px);margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 44px #14170f24}.recognition__slide{grid-template-columns:1fr minmax(300px,38%);display:grid;position:absolute;inset:0}.recognition__panel{flex-direction:column;justify-content:center;min-width:0;padding:clamp(32px,5vw,64px) clamp(28px,6vw,96px);display:flex}.recognition__title{font-family:var(--font-display);text-transform:uppercase;color:#fff;max-width:560px;margin:0 0 22px;font-size:clamp(24px,2.6vw,44px);font-weight:700;line-height:1.18}.recognition__copy{font-family:var(--font-body);color:#14170fb8;white-space:pre-line;max-width:560px;margin:0 0 24px;font-size:15px;line-height:1.7}.recognition__link{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:#fff;opacity:.9;border-bottom:1px solid #ffffff80;width:fit-content;padding-bottom:2px;font-size:13.5px;font-weight:700;text-decoration:none;transition:opacity .2s}.recognition__link:hover{opacity:1}.recognition__media{height:100%;position:relative;overflow:hidden}.recognition__media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.recognition__dots{z-index:4;gap:8px;display:flex;position:absolute;bottom:22px;left:clamp(28px,6vw,96px)}.recognition__dot{cursor:pointer;background:#ffffff80;border:none;border-radius:999px;width:22px;height:3px;padding:0;transition:background .25s,width .25s}.recognition__dot.is-active{background:var(--moss);width:34px}@media (width>=561px) and (width<=900px){.recognition{padding:40px 24px 60px}.recognition__viewport{border-radius:20px;width:100%;height:auto;min-height:1200px;overflow:hidden}.recognition__slide{grid-template-rows:780px auto;width:100%;min-height:1200px;overflow:hidden;grid-template-columns:1fr!important}.recognition__media{order:-1;height:790px;min-height:790px;overflow:hidden;width:100%!important}.recognition__media img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.recognition__panel{box-sizing:border-box;width:100%;height:auto;min-height:430px;padding:40px clamp(24px,5vw,45px) 75px}.recognition__title{margin-top:0;margin-bottom:18px;font-size:clamp(22px,4.4vw,30px);line-height:1.25}.recognition__copy{-webkit-line-clamp:unset;-webkit-box-orient:unset;height:auto;max-height:none;margin-bottom:22px;font-size:16px;line-height:1.65;display:block;overflow:visible}.recognition__link{font-size:13px}.recognition__dots{bottom:20px;left:50%;transform:translate(-50%)}}@media (width>=901px) and (width<=1100px){.recognition__slide{grid-template-columns:50% 50%!important}.recognition__media{height:100%;width:100%!important}.recognition__media img{object-fit:cover;object-position:center top;width:100%;height:100%}.recognition__panel{box-sizing:border-box;width:100%;padding:32px 30px 60px}}@media (width<=560px){.recognition{padding:clamp(28px,6vw,48px) 16px}.recognition__viewport{border-radius:16px;height:900px}.recognition__slide{grid-template-rows:450px 1fr;grid-template-columns:1fr}.recognition__media{order:-1;width:100%;height:450px}.recognition__media img{object-fit:cover;object-position:center top;width:100%;height:100%}.recognition__panel{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:28px 20px 60px;display:flex}.recognition__title{text-align:center;width:100%;max-width:350px;margin:0 auto 14px;font-size:clamp(18px,5.5vw,24px);line-height:1.25}.recognition__copy{text-align:center;-webkit-line-clamp:unset;-webkit-box-orient:unset;width:100%;max-width:350px;height:auto;max-height:none;margin:0 auto 18px;font-size:13.5px;line-height:1.6;display:block;overflow:visible}.recognition__link{text-align:center;width:fit-content;margin:0 auto;font-size:12px;display:inline-block}.recognition__dots{bottom:16px;left:50%;transform:translate(-50%)}}@media (width<=400px){.recognition__panel{padding:24px 16px 60px}.recognition__title{max-width:320px}.recognition__copy{max-width:310px}.recognition__link{font-size:12px}}@media (prefers-reduced-motion:reduce){.recognition__slide{transition:none!important}}.news{background:#f8dfbb;padding:clamp(48px,7vw,80px) clamp(16px,4vw,64px)}.news__inner{grid-template-columns:minmax(280px,380px) 1fr;align-items:start;gap:clamp(32px,5vw,64px);max-width:1300px;margin:0 auto;display:grid}.news__intro{flex-direction:column;display:flex}.news__heading{font-family:var(--font-display);color:var(--ink);margin:0 0 18px;font-size:clamp(32px,3.6vw,44px);font-weight:700;line-height:1.1}.news__copy{color:#5c6357;max-width:320px;margin:0 0 28px;font-size:15px;line-height:1.75}.news__cta{color:var(--ink);border-bottom:2px solid var(--ink);align-self:flex-start;align-items:center;gap:10px;padding-bottom:4px;font-size:14.5px;font-weight:700;text-decoration:none;display:inline-flex}.news__cta-icon{background:var(--ember);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .2s;display:flex}.news__cta-icon svg{width:14px;height:14px}.news__cta:hover .news__cta-icon{transform:translate(3px)}.news__list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.news__item{border-bottom:1px solid #14170f14;border-radius:16px;grid-template-columns:1fr auto;align-items:start;gap:10px 20px;padding:26px clamp(16px,3vw,32px);transition:background .2s;display:grid;position:relative}.news__item:hover{background:var(--paper)}.news__item-top{grid-column:1/2;align-items:center;gap:10px;display:flex}.news__item-category{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--ember);font-size:12px;font-weight:700}.news__item-dot{background:#14170f4d;border-radius:999px;width:4px;height:4px}.news__item-date{color:#5c6357;font-size:13px}.news__item-excerpt{color:var(--ink);opacity:.85;grid-column:1/2;max-width:620px;margin:0;font-size:15px;line-height:1.7}.news__item-arrow{width:40px;height:40px;color:var(--ember);opacity:0;background:#7fa6511f;border-radius:999px;flex-shrink:0;grid-area:1/2/3/3;justify-content:center;align-self:center;align-items:center;transition:opacity .2s,transform .2s,background .2s,color .2s;display:flex;transform:translate(-6px)}.news__item-arrow svg{width:18px;height:18px}.news__item:hover .news__item-arrow{opacity:1;background:var(--ember);color:#fff;transform:translate(0)}@media (width<=900px){.news__inner{grid-template-columns:1fr}.news__copy{max-width:none}}@media (width<=560px){.news__item{grid-template-columns:1fr}.news__item-arrow{display:none}.news__item{padding:20px 16px}.news__heading{font-size:28px}}.testimonials{padding:clamp(24px,4vw,48px) clamp(16px,4vw,48px) clamp(48px,6vw,72px)}.testimonials__card{background:#e2f0a3;border-radius:28px;grid-template-columns:minmax(320px,560px) 1fr;align-items:center;gap:clamp(24px,4vw,56px);max-width:1370px;margin:0 auto;padding:clamp(32px,5vw,56px);display:grid;position:relative;overflow:hidden}.testimonials__panel{flex-direction:column;display:flex}.testimonials__quote-icon{color:#fff;width:64px;height:50px;margin:0 0 12px}.testimonials__quote{font-family:var(--font-serif);color:var(--moss);margin:0 0 28px;font-size:clamp(20px,2.1vw,27px);line-height:1.5}.testimonials__name{font-family:var(--font-body);color:var(--ink);margin:0 0 4px;font-size:20px;font-weight:700}.testimonials__title{color:#5c6357;margin:0 0 26px;font-size:14.5px}.testimonials__cta{color:var(--ink);letter-spacing:.04em;text-transform:uppercase;background:#c2e66e;border-radius:999px;align-self:flex-start;align-items:center;padding:14px 26px;font-size:13.5px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.testimonials__cta:hover{transform:translateY(-2px);box-shadow:0 12px 24px #14170f2e}.testimonials__media{border-radius:18px;height:clamp(320px,30vw,460px);position:relative;overflow:hidden}.testimonials__media img{object-fit:cover;width:100%;height:100%;display:block}.testimonials__arrow{width:44px;height:44px;color:var(--moss);cursor:pointer;background:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:absolute;top:50%;right:clamp(16px,3vw,32px);transform:translateY(-50%);box-shadow:0 10px 22px #14170f24}.testimonials__arrow svg{width:18px;height:18px}.testimonials__arrow:hover{transform:translateY(-50%)scale(1.06)}.testimonials__dots{gap:8px;display:flex;position:absolute;bottom:clamp(20px,3vw,32px);left:50%;transform:translate(-50%)}.testimonials__dot{cursor:pointer;background:#14170f40;border:none;border-radius:999px;width:8px;height:8px;padding:0;transition:background .25s,width .25s}.testimonials__dot.is-active{background:var(--moss);width:22px}@media (width<=980px){.testimonials__card{grid-template-columns:minmax(280px,1fr) minmax(240px,320px);gap:28px}}@media (width<=860px){.testimonials__card{grid-template-columns:1fr;padding:28px 24px 64px}.testimonials__media{order:-1;height:280px}.testimonials__arrow{top:20px;right:20px;transform:none}.testimonials__arrow:hover{transform:scale(1.06)}}@media (width<=480px){.testimonials__card{border-radius:22px;padding:24px 18px 54px}.testimonials__media{height:220px}.testimonials__quote{font-size:17px}.testimonials__cta{padding:12px 22px;font-size:12.5px}}@media (prefers-reduced-motion:reduce){.testimonials__arrow,.testimonials__dot{transition:none}}.sdg{background:#fff;padding:clamp(40px,6vw,64px) 0 clamp(48px,7vw,72px)}.sdg__inner{flex-direction:column;align-items:center;max-width:100%;margin:0 auto;display:flex}.sdg__heading{font-family:var(--font-body);letter-spacing:.22em;text-transform:uppercase;color:#000;text-align:center;margin:0 0 clamp(28px,4vw,40px);font-size:25px;font-weight:800}.sdg__viewport{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 4% 96%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 4% 96%,#0000 100%)}.sdg__track{gap:clamp(14px,1.6vw,20px);width:max-content;padding:0 clamp(16px,4vw,48px);animation:42s linear infinite sdg-scroll-left;display:flex}@keyframes sdg-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.sdg__viewport:hover .sdg__track{animation-play-state:paused}.sdg__card{color:#fff;border-radius:8px;flex-direction:column;flex-shrink:0;width:150px;height:150px;padding:14px;display:flex;box-shadow:0 10px 22px #14170f1f}.sdg__number{font-family:var(--font-display);margin-bottom:2px;font-size:30px;font-weight:700;line-height:1}.sdg__icon{width:30px;height:30px;margin:auto 0 8px}.sdg__title{font-family:var(--font-body);letter-spacing:.01em;font-size:11.5px;font-weight:700;line-height:1.3}.sdg__cta{border:1.5px solid var(--moss);color:var(--moss);border-radius:999px;align-items:center;margin-top:clamp(28px,4vw,40px);padding:13px 30px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:inline-flex}.sdg__cta:hover{background:var(--moss);color:#fff;transform:translateY(-2px)}@media (width<=900px){.sdg__heading{letter-spacing:.16em;font-size:21px}.sdg__card{width:138px;height:138px}}@media (width<=560px){.sdg__heading{letter-spacing:.12em;font-size:17px}.sdg__card{width:128px;height:128px;padding:12px}.sdg__number{font-size:24px}.sdg__title{font-size:10.5px}}@media (prefers-reduced-motion:reduce){.sdg__track{animation:none;overflow-x:auto}}.connect{background:#eaf1e4;padding:clamp(56px,8vw,96px) clamp(16px,4vw,64px)}.connect__inner{grid-template-columns:minmax(280px,420px) 1fr;align-items:center;gap:clamp(40px,6vw,80px);max-width:1300px;margin:0 auto;display:grid}.connect__heading{font-family:var(--font-display);text-transform:uppercase;color:var(--ink);align-items:center;gap:14px;margin:0 0 24px;font-size:clamp(32px,3.6vw,44px);font-weight:700;line-height:1;display:flex}.connect__heading-accent{color:var(--moss)}.connect__slashes{gap:4px;display:inline-flex;transform:skew(-12deg)}.connect__slashes span{border-radius:2px;width:5px;height:34px;display:block}.connect__slashes span:first-child{background:var(--ember)}.connect__slashes span:last-child{background:var(--moss)}.connect__copy{color:var(--ink);opacity:.82;max-width:420px;margin:0 0 18px;font-size:16px;line-height:1.7}.connect__form{flex-direction:column;gap:22px;display:flex}.connect__row{grid-template-columns:1fr 1fr;gap:22px;display:grid}.connect__field{flex-direction:column;gap:8px;display:flex}.connect__field label{font-family:var(--font-body);color:var(--ink);font-size:14px;font-weight:600}.connect__required{color:var(--ember)}.connect__field input,.connect__field textarea{font-family:var(--font-body);color:var(--ink);background:#fff;border:1.5px solid #14170f26;border-radius:10px;outline:none;padding:14px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.connect__field input::placeholder,.connect__field textarea::placeholder{color:#14170f66}.connect__field input:focus,.connect__field textarea:focus{border-color:var(--moss);box-shadow:0 0 0 3px #33452a1f}.connect__field textarea{resize:vertical;min-height:120px}.connect__submit{background:var(--moss);color:#fff;cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:15px 40px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 14px 28px #33452a3d}.connect__submit:hover{background:var(--ink);transform:translateY(-2px);box-shadow:0 18px 34px #33452a4d}@media (width<=980px){.connect__inner{grid-template-columns:1fr}.connect__copy{max-width:none}}@media (width<=560px){.connect__row{grid-template-columns:1fr}.connect__submit{text-align:center;width:100%}.connect__heading{font-size:28px}}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .9s cubic-bezier(.16,.84,.44,1),transform .9s cubic-bezier(.16,.84,.44,1)}.reveal--up{transform:translateY(48px)}.reveal--left{transform:translate(-56px)}.reveal--right{transform:translate(56px)}.reveal--scale{transform:scale(.94)}.reveal--fade{transform:none}.reveal.is-inview{opacity:1;transform:none}.reveal--nolift{transform:none!important}.reveal .vm__card{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(32px)}.reveal.is-inview .vm__card{opacity:1;transform:none}.reveal.is-inview .vm__card:first-child{transition-delay:50ms}.reveal.is-inview .vm__card:nth-child(2){transition-delay:.2s}.reveal .climate__card{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(32px)}.reveal.is-inview .climate__card{opacity:1;transform:none}.reveal.is-inview .climate__card:first-child{transition-delay:50ms}.reveal.is-inview .climate__card:nth-child(2){transition-delay:.15s}.reveal.is-inview .climate__card:nth-child(3){transition-delay:.25s}.reveal.is-inview .climate__card:nth-child(4){transition-delay:.35s}.reveal.is-inview .climate__card:nth-child(5){transition-delay:.45s}.reveal .women-rise__image{opacity:0;transition:opacity .8s,transform .8s;transform:translate(-48px)}.reveal .women-rise__content{opacity:0;transition:opacity .8s .12s,transform .8s .12s;transform:translate(48px)}.reveal.is-inview .women-rise__image,.reveal.is-inview .women-rise__content{opacity:1;transform:none}.reveal .women-rise__item{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(18px)}.reveal.is-inview .women-rise__item{opacity:1;transform:none}.reveal.is-inview .women-rise__item:first-child{transition-delay:.3s}.reveal.is-inview .women-rise__item:nth-child(2){transition-delay:.42s}.reveal.is-inview .women-rise__item:nth-child(3){transition-delay:.54s}.reveal .news__item{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(22px)}.reveal.is-inview .news__item{opacity:1;transform:none}.reveal.is-inview .news__item:first-child{transition-delay:.1s}.reveal.is-inview .news__item:nth-child(2){transition-delay:.22s}.reveal.is-inview .news__item:nth-child(3){transition-delay:.34s}@media (prefers-reduced-motion:reduce){.reveal,.reveal .vm__card,.reveal .climate__card,.reveal .women-rise__image,.reveal .women-rise__content,.reveal .women-rise__item,.reveal .wwd__card,.reveal .news__item{opacity:1!important;transition:none!important;transform:none!important}}.wwa-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:var(--ink,#14170f);justify-content:center;align-items:center;width:100%;min-height:clamp(360px,44vw,520px);display:flex;position:relative;overflow:hidden}.wwa-hero__scrim{background:#06080494;position:absolute;inset:0}.wwa-hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:1060px;padding:clamp(32px,6vw,64px);display:flex;position:relative}.wwa-hero__eyebrow{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:.18em;text-transform:uppercase;color:var(--ember,#b5e282);margin:0 0 18px;font-size:20px;font-weight:700}.wwa-hero__headline{font-family:var(--font-serif,"Playfair Display", Georgia, serif);color:#fdfbf4;text-shadow:0 2px 20px #00000080;margin:0;font-size:clamp(36px,5.2vw,64px);font-weight:700;line-height:1.18}.wwa-hero__rule{background:var(--ember,#7fa651);border-radius:999px;width:72px;height:3px;margin-top:26px;display:block}@media (width>=641px) and (width<=1024px){.wwa-hero{min-height:clamp(340px,40vw,460px)}.wwa-hero__content{max-width:640px;padding:40px 32px}.wwa-hero__eyebrow{font-size:17px}.wwa-hero__headline{font-size:clamp(32px,4.6vw,46px);line-height:1.22}}@media (width<=640px){.wwa-hero{min-height:380px}.wwa-hero__content{max-width:none;padding:32px 22px}.wwa-hero__headline{font-size:30px;line-height:1.25}}.wwa .reveal{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.wwa .reveal--left{transform:translate(-64px)}.wwa .reveal--right{transform:translate(64px)}.wwa .reveal--fade{transform:translateY(36px)}.wwa .reveal.is-inview{opacity:1;transform:none}.aboutus{background:#fff;padding:clamp(48px,7vw,88px) clamp(16px,4vw,64px)}.aboutus__inner{grid-template-columns:minmax(280px,460px) 1fr;align-items:center;gap:clamp(40px,6vw,80px);max-width:1300px;margin:0 auto;display:grid}.aboutus__media{justify-content:center;align-items:center;display:flex}.aboutus__media img{object-fit:cover;object-position:center;border-radius:18px;width:100%;max-width:520px;height:520px;display:block}.aboutus__content{min-width:0}.aboutus__heading{font-family:var(--font-display,"Barlow Condensed", sans-serif);color:var(--ink,#14170f);margin:0 0 24px;font-size:clamp(32px,3.6vw,44px);font-weight:700;line-height:1.1}.aboutus__copy{font-family:var(--font-body,"Inter", sans-serif);text-align:justify;color:var(--moss,#33452a);margin:0 0 20px;font-size:15.5px;line-height:1.85}.aboutus__copy:last-child{margin-bottom:0}@media (width>=641px) and (width<=900px){.aboutus__media img{max-width:420px;height:420px}.aboutus__heading{text-align:left}}@media (width>=901px) and (width<=1024px){.aboutus__inner{grid-template-columns:minmax(260px,380px) 1fr;gap:clamp(32px,5vw,56px)}.aboutus__media img{max-width:380px;height:420px}.aboutus__heading{font-size:clamp(28px,3.2vw,36px)}.aboutus__copy{font-size:15px}}@media (width<=900px){.aboutus__inner{text-align:center;grid-template-columns:1fr}.aboutus__media img{max-width:320px;margin:0 auto}.aboutus__copy{text-align:center}}@media (width<=480px){.aboutus__heading{text-align:center}}.drive{background:#fadda0;padding:clamp(56px,7vw,88px) clamp(16px,4vw,64px)}.drive__inner{text-align:center;max-width:1200px;margin:0 auto}.drive__eyebrow{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:.16em;text-transform:uppercase;color:var(--ember,#7fa651);margin:0 0 14px;font-size:18px;font-weight:700}.drive__heading{font-family:var(--font-display,"Barlow Condensed", sans-serif);color:var(--ink,#14170f);margin:0 0 16px;font-size:clamp(30px,4vw,46px);font-weight:700;line-height:1.12}.drive__subheading{font-family:var(--font-body,"Inter", sans-serif);color:#5c6357;max-width:560px;margin:0 auto clamp(40px,5vw,56px);font-size:16px;line-height:1.6}.drive__grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:clamp(20px,2.6vw,32px);display:grid}.drive__card{background:#fff;border:1px solid #14170f14;border-radius:16px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #14170f0f}.drive__card:hover{transform:translateY(-4px);box-shadow:0 16px 38px #14170f1a}.drive__bar{z-index:1;width:100%;height:4px;position:relative}.drive__card--mission .drive__bar{background:linear-gradient(90deg, var(--ember,#7fa651), #4f7a2e)}.drive__card--vision .drive__bar{background:linear-gradient(90deg, var(--moss,#33452a), #1c2717)}.drive__card--approach .drive__bar{background:linear-gradient(90deg,#c98a2e,#8a5a17)}.drive__imagebox{width:100%;height:190px;overflow:hidden}.drive__imagebox img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.drive__card:hover .drive__imagebox img{transform:scale(1.05)}.drive__title{font-family:var(--font-body,"Inter", sans-serif);color:var(--ink,#14170f);margin:20px 24px 12px;font-size:19px;font-weight:700}.drive__text{font-family:var(--font-body,"Inter", sans-serif);color:#070706;margin:0 24px 28px;font-size:14.5px;line-height:1.7}@media (width>=641px) and (width<=900px){.drive__grid{grid-template-columns:repeat(3,1fr);gap:16px}.drive__imagebox{height:150px}.drive__title{margin:16px 18px 10px;font-size:17px}.drive__text{margin:0 18px 22px;font-size:14px}}@media (width>=901px) and (width<=1024px){.drive__grid{gap:20px}}@media (width<=900px){.drive__grid{grid-template-columns:1fr 1fr}}@media (width<=620px){.drive__grid{grid-template-columns:1fr}}.different{background:#fff;padding:clamp(56px,7vw,88px) clamp(16px,4vw,64px)}.different__inner{max-width:1200px;margin:0 auto}.different__eyebrow{text-align:center;font-family:var(--font-body,"Inter", sans-serif);letter-spacing:.16em;text-transform:uppercase;color:var(--ember,#7fa651);margin:0 0 14px;font-size:18px;font-weight:700}.different__heading{text-align:center;font-family:var(--font-display,"Barlow Condensed", sans-serif);color:var(--ink,#14170f);margin:0 0 clamp(40px,5vw,64px);font-size:clamp(30px,4vw,46px);font-weight:700;line-height:1.12}.different__rows{flex-direction:column;gap:clamp(48px,6vw,72px);display:flex}.different__row{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(32px,5vw,64px);display:grid}.different__row--reverse .different__content{order:2}.different__row--reverse .different__media{order:1}.different__content{min-width:0}.different__title{font-family:var(--font-body,"Inter", sans-serif);color:var(--ink,#14170f);margin:0 0 16px;font-size:clamp(22px,2.4vw,30px);font-weight:700;line-height:1.25}.different__text{font-family:var(--font-body,"Inter", sans-serif);color:#3b3d3a;max-width:480px;margin:0;font-size:18px;line-height:1.8}.different__media{aspect-ratio:4/3;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 20px 44px #14170f1f}.different__media img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.different__row:hover .different__media img{transform:scale(1.04)}@media (width>=861px) and (width<=1024px){.different__row{gap:clamp(28px,4vw,40px)}.different__title{font-size:clamp(20px,2.6vw,26px)}.different__text{max-width:none;font-size:16px;line-height:1.7}}@media (width>=641px) and (width<=860px){.different__rows{gap:44px}.different__row{gap:24px}.different__media{aspect-ratio:16/10}.different__title{font-size:clamp(22px,2.8vw,26px)}.different__text{max-width:560px;font-size:16.5px}}@media (width<=640px){.different__title{text-align:center;font-size:clamp(20px,6vw,24px)}.different__text{text-align:center;max-width:100%;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.6}}@media (width<=860px){.different__row{grid-template-columns:1fr}.different__row--reverse .different__content{order:initial}.different__row .different__media{order:-1}.different__text{max-width:none}.wwa .different__content.reveal,.wwa .different__media.reveal{transform:translateY(28px)}}@media (prefers-reduced-motion:reduce){.wwa-hero *,.aboutus *,.drive__card,.different__media img,.wwa .reveal{transition:none!important}.wwa .reveal{opacity:1;transform:none}}.wwa-hero,.aboutus,.drive,.different{overflow-x:hidden}@media (width<=900px){.wwa .reveal--left,.wwa .reveal--right{transform:translateY(28px)}}@media (width<=640px){.aboutus__media img{aspect-ratio:1;width:100%;max-width:100%;height:auto}.different__media{width:100%}.wwa{max-width:100vw;overflow-x:hidden}}@media (width>=641px) and (width<=900px){.aboutus{padding:58px 28px}.aboutus__inner{text-align:center;grid-template-columns:1fr;gap:34px;max-width:700px}.aboutus__media{justify-content:center}.aboutus__media img{width:min(420px,75vw);max-width:420px;height:420px;margin:0 auto}.aboutus__content{width:100%;max-width:680px;margin:0 auto}.aboutus__heading{margin-bottom:20px;font-size:clamp(30px,4.5vw,38px);line-height:1.1;text-align:center!important}.aboutus__copy{max-width:680px;margin-left:auto;margin-right:auto;font-size:15px;line-height:1.75;text-align:center!important}.drive{padding:60px 28px 70px}.drive__inner{max-width:760px;margin:0 auto}.drive__eyebrow{font-size:16px}.drive__heading{font-size:clamp(32px,5vw,42px);line-height:1.1}.drive__subheading{max-width:600px;margin-bottom:38px;font-size:15px}.drive__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:22px;width:100%;max-width:720px;margin:0 auto;display:grid}.drive__card:nth-child(3){grid-column:1/-1;justify-self:center;width:min(350px,100%)}.drive__imagebox{height:165px}.drive__title{margin:17px 20px 10px;font-size:18px}.drive__text{margin:0 20px 24px;font-size:14px;line-height:1.65}}@media (width>=901px) and (width<=1100px){.aboutus{padding-left:38px;padding-right:38px}.aboutus__inner{grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:38px}.aboutus__media img{width:100%;max-width:380px;height:400px}.aboutus__heading{font-size:clamp(30px,3.4vw,38px)}.aboutus__copy{font-size:14.5px;line-height:1.7}.drive{padding-left:32px;padding-right:32px}.drive__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.drive__imagebox{height:165px}.drive__title{margin-left:18px;margin-right:18px;font-size:17px}.drive__text{margin-left:18px;margin-right:18px;font-size:13.5px}}@media (width>=641px) and (width<=860px){.different{padding:58px 28px 70px}.different__inner{width:100%;max-width:720px;margin:0 auto}.different__eyebrow{font-size:16px}.different__heading{margin-bottom:42px;font-size:clamp(30px,5vw,40px);line-height:1.1}.different__rows{gap:52px}.different__row{text-align:center;grid-template-columns:1fr;gap:24px;width:100%;max-width:680px;margin:0 auto;display:grid}.different__media{aspect-ratio:16/9;border-radius:16px;width:100%;max-width:680px;margin:0 auto;order:-1!important}.different__content{text-align:center;width:100%;max-width:650px;margin:0 auto}.different__title{text-align:center;margin-bottom:12px;font-size:clamp(22px,3.2vw,28px);line-height:1.2}.different__text{text-align:center;max-width:620px;margin:0 auto;font-size:15.5px;line-height:1.7}}@media (width>=861px) and (width<=1024px){.different{padding:60px 32px 72px}.different__inner{max-width:960px;margin:0 auto}.different__heading{margin-bottom:46px}.different__rows{gap:54px}.different__row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:32px}.different__media{aspect-ratio:4/3;width:100%}.different__title{font-size:clamp(21px,2.6vw,27px)}.different__text{max-width:100%;font-size:15px;line-height:1.7}}@media (width>=641px) and (width<=1024px){.wwa,.wwa-hero,.aboutus,.drive,.different{width:100%;max-width:100%;overflow-x:hidden}.aboutus__inner,.drive__inner,.different__inner,.aboutus *,.drive *,.different *{box-sizing:border-box}}@media (width>=641px) and (width<=860px){.aboutus__heading{text-align:center!important}.drive__heading,.drive__eyebrow,.drive__subheading{text-align:center}.drive__card:nth-child(3){grid-column:1/-1;justify-self:center}.different__heading,.different__eyebrow,.different__content,.different__title,.different__text{text-align:center}}@media (width<=640px){.aboutus__heading{text-align:center!important}.drive__grid{grid-template-columns:1fr}.drive__card:nth-child(3){grid-column:auto;width:100%}.different__content,.different__title,.different__text{text-align:center}}@media (width<=600px){.drive__card{text-align:center;flex-direction:column;align-items:center;display:flex}.drive__imagebox{margin-left:auto;margin-right:auto}.drive__title{text-align:center;width:100%;margin-left:auto;margin-right:auto}.drive__text{text-align:center;width:100%;max-width:320px;margin-left:auto;margin-right:auto}}.ccp-page{--ccp-green:#5aa340;--ccp-green-dark:#3e7a2c;--ccp-ink:#1c1c1c;--ccp-white:#fff;--ccp-cream:#fdcaa0;--ccp-max-width:1280px;width:100%;max-width:100%;color:var(--ccp-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Helvetica Neue,Arial,sans-serif;overflow-x:clip}.ccp-page *,.ccp-page :before,.ccp-page :after{box-sizing:border-box;min-width:0}.ccp-hero,.ccp-content,.ccp-initiatives,.ccp-spotlight{width:100%;max-width:100%;overflow-x:clip}.ccp-hero__content,.ccp-content__inner,.ccp-initiatives__inner,.ccp-spotlight__inner{min-width:0;max-width:100%}.ccp-page img{max-width:100%}.ccp-hero{background-image:url(/carbonplans.jpg);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:480px;display:flex;position:relative;overflow:hidden}.ccp-hero__scrim{pointer-events:none;background:linear-gradient(#000000a8 0%,#000000a9 100%);position:absolute;inset:0}.ccp-hero__content{z-index:1;text-align:center;width:100%;max-width:900px;color:var(--ccp-white);margin:0 auto;padding:0 24px;position:relative}.ccp-hero__eyebrow{letter-spacing:.35em;text-transform:uppercase;color:var(--ccp-green);margin:0 0 18px;font-size:15px;font-weight:700}.ccp-hero__title{letter-spacing:-.01em;color:#fff;overflow-wrap:break-word;word-break:normal;width:100%;max-width:100%;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,5.2vw,64px);font-weight:700;line-height:1.18}.ccp-hero__subtitle{color:#ffffffdb;overflow-wrap:break-word;width:100%;max-width:620px;margin:20px auto 0;font-size:clamp(15px,1.6vw,18px);font-weight:400;line-height:1.6}.ccp-hero__divider{background:var(--ccp-green);border-radius:2px;width:56px;height:3px;margin-top:28px;display:inline-block}.ccp-content{background:var(--ccp-white);padding:88px 24px}.ccp-content__inner{width:100%;max-width:1200px;margin:0 auto}.ccp-content__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--ccp-green-dark);margin:0 0 12px;font-size:13px;font-weight:700}.ccp-content__heading{width:100%;max-width:100%;color:var(--ccp-ink);overflow-wrap:break-word;margin:0 0 32px;font-family:Georgia,Times New Roman,serif;font-size:clamp(26px,3.2vw,36px);font-weight:700;line-height:1.3}.ccp-content__inner p{color:#4a4a4a;overflow-wrap:break-word;width:100%;max-width:100%;margin:0 0 26px;font-size:16.5px;line-height:1.8}.ccp-content__inner p:first-of-type:first-letter{float:left;color:var(--ccp-green-dark);margin:6px 8px 0 0;font-family:Georgia,Times New Roman,serif;font-size:3.2em;font-weight:700;line-height:.85}.ccp-content__inner p:last-child{margin-bottom:0}.ccp-initiatives{background:var(--ccp-cream);padding:72px 20px 96px}.ccp-initiatives__inner{width:100%;max-width:1440px;margin:0 auto}.ccp-initiatives__heading{text-align:center;width:100%;max-width:900px;margin:0 auto 48px}.ccp-initiatives__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--ccp-green-dark);margin:0 0 12px;font-size:16px;font-weight:700}.ccp-initiatives__title{width:100%;max-width:100%;color:var(--ccp-ink);overflow-wrap:break-word;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.6vw,34px);font-weight:700;line-height:1.3}.ccp-initiatives__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 24px;width:100%;display:grid}.ccp-initiative{background:var(--ccp-white);border-radius:14px;flex-direction:column;width:100%;min-width:0;transition:box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #1414140f}.ccp-initiative:hover{box-shadow:0 20px 44px #14141424}.ccp-initiative__media{background-color:#dfe6da;background-position:50%;background-size:cover;width:100%;height:180px;position:relative;overflow:hidden}.ccp-initiative__media:before{content:"";background-position:50%;background-size:cover;background-image:inherit;transition:transform .5s;position:absolute;inset:0;transform:scale(1)}.ccp-initiative:hover .ccp-initiative__media:before{transform:scale(1.08)}.ccp-initiative__badge{background:var(--ccp-green);width:46px;height:46px;color:var(--ccp-white);z-index:1;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s,background .3s;display:flex;position:absolute;bottom:-22px;left:20px;box-shadow:0 6px 16px #3a7a2c59}.ccp-initiative:hover .ccp-initiative__badge{background:var(--ccp-green-dark);transform:scale(1.1)rotate(-8deg)}.ccp-initiative__body{flex-direction:column;flex:1;width:100%;padding:34px 20px 22px;display:flex}.ccp-initiative__title{color:var(--ccp-ink);overflow-wrap:break-word;margin:0 0 10px;font-size:17px;font-weight:700;line-height:1.35}.ccp-initiative__rule{background:var(--ccp-green);border-radius:2px;width:28px;height:2px;margin-bottom:14px;display:block}.ccp-initiative__desc{color:#6b6b6b;overflow-wrap:break-word;flex:1;width:100%;margin:0 0 20px;font-size:14px;line-height:1.65}.ccp-spotlight{background:var(--ccp-white);padding:88px 24px 100px}.ccp-spotlight__inner{width:100%;max-width:var(--ccp-max-width);margin:0 auto}.ccp-spotlight__heading{text-align:center;width:100%;max-width:900px;margin:0 auto 48px}.ccp-spotlight__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--ccp-green-dark);margin:0 0 12px;font-size:16px;font-weight:700}.ccp-spotlight__title-main{width:100%;max-width:100%;color:var(--ccp-ink);overflow-wrap:break-word;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.6vw,34px);font-weight:700;line-height:1.3}.ccp-spotlight__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 48px;width:100%;display:grid}.ccp-spotlight__item{width:100%;min-width:0}.ccp-spotlight__media{background-color:#e4e1d6;border-radius:4px;width:100%;height:340px;position:relative;overflow:hidden}.ccp-spotlight__media:before{content:"";background-position:50%;background-size:cover;background-image:inherit;transition:transform .6s;position:absolute;inset:0;transform:scale(1)}.ccp-spotlight__item:hover .ccp-spotlight__media:before{transform:scale(1.06)}.ccp-spotlight__index{width:64px;height:64px;color:var(--ccp-white);background:var(--ccp-green-dark);z-index:1;justify-content:center;align-items:center;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:700;transition:background .3s;display:flex;position:absolute;bottom:0;right:0}.ccp-spotlight__item:hover .ccp-spotlight__index{background:var(--ccp-green)}.ccp-spotlight__title{letter-spacing:.12em;text-transform:uppercase;width:100%;color:var(--ccp-green-dark);overflow-wrap:break-word;margin:28px 0 0;font-size:17px;font-weight:700;transition:color .3s}.ccp-spotlight__item:hover .ccp-spotlight__title{color:var(--ccp-green)}.ccp-spotlight__rule{background:var(--ccp-green);border-radius:2px;width:36px;height:2px;margin:14px 0 16px;display:block}.ccp-spotlight__desc{color:#5a5a5a;overflow-wrap:break-word;width:100%;margin:0;font-size:15.5px;line-height:1.75}@media (width>=901px) and (width<=1100px){.ccp-hero{background-position:50%;background-size:cover;min-height:500px}.ccp-hero__content{width:100%;max-width:820px;padding:0 32px}.ccp-hero__title{font-size:clamp(40px,5vw,58px);line-height:1.12}.ccp-hero__subtitle{max-width:650px;font-size:16px}.ccp-content{padding:70px 32px}.ccp-content__inner{max-width:900px}.ccp-initiatives{padding:64px 28px 80px}.ccp-initiatives__inner{max-width:1000px}.ccp-initiatives__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 22px}.ccp-initiative__media{height:190px}.ccp-spotlight{padding:70px 32px 80px}.ccp-spotlight__inner{max-width:1000px}.ccp-spotlight__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:45px 28px}.ccp-spotlight__media{height:300px}}@media (width>=641px) and (width<=900px){.ccp-hero{background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:500px;display:flex}.ccp-hero__content{text-align:center;width:100%;max-width:720px;margin:0 auto;padding:0 32px}.ccp-hero__eyebrow{letter-spacing:.25em;margin-bottom:16px;font-size:13px}.ccp-hero__title{overflow-wrap:break-word;width:100%;max-width:100%;font-size:clamp(34px,6vw,48px);line-height:1.12}.ccp-hero__subtitle{width:100%;max-width:600px;margin:18px auto 0;font-size:15px;line-height:1.65}.ccp-hero__divider{margin-top:24px}.ccp-content{width:100%;padding:60px 32px 70px}.ccp-content__inner{width:100%;max-width:720px;margin:0 auto}.ccp-content__eyebrow{font-size:12px}.ccp-content__heading{margin-bottom:26px;font-size:clamp(27px,4vw,34px);line-height:1.25}.ccp-content__inner p{font-size:15px;line-height:1.75}.ccp-initiatives{width:100%;padding:60px 28px 75px}.ccp-initiatives__inner{width:100%;max-width:760px;margin:0 auto}.ccp-initiatives__heading{width:100%;max-width:680px;margin:0 auto 38px}.ccp-initiatives__eyebrow{font-size:14px}.ccp-initiatives__title{font-size:clamp(25px,4vw,32px)}.ccp-initiatives__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px;width:100%;display:grid}.ccp-initiative{width:100%;min-width:0}.ccp-initiative__media{width:100%;height:175px}.ccp-initiative__badge{width:44px;height:44px;left:16px}.ccp-initiative__body{padding:32px 18px 22px}.ccp-initiative__title{font-size:16px}.ccp-initiative__desc{font-size:13.5px;line-height:1.65}.ccp-spotlight{width:100%;padding:60px 28px 75px}.ccp-spotlight__inner{width:100%;max-width:760px;margin:0 auto}.ccp-spotlight__heading{width:100%;max-width:680px;margin:0 auto 38px}.ccp-spotlight__eyebrow{font-size:14px}.ccp-spotlight__title-main{font-size:clamp(25px,4vw,32px)}.ccp-spotlight__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 22px;width:100%;display:grid}.ccp-spotlight__item{width:100%;min-width:0}.ccp-spotlight__media{width:100%;height:240px}.ccp-spotlight__index{width:56px;height:56px;font-size:18px}.ccp-spotlight__title{margin-top:20px;font-size:15px;line-height:1.4}.ccp-spotlight__desc{font-size:14px;line-height:1.7}}@media (width>=481px) and (width<=640px){.ccp-hero{background-position:50%;background-size:cover;width:100%;min-height:470px}.ccp-hero__content{width:100%;max-width:600px;padding:0 24px}.ccp-hero__eyebrow{letter-spacing:.22em;font-size:12px}.ccp-hero__title{font-size:clamp(30px,8vw,40px);line-height:1.12}.ccp-hero__subtitle{max-width:500px;font-size:14px;line-height:1.6}.ccp-hero__divider{margin-top:22px}.ccp-content{padding:50px 22px 60px}.ccp-content__heading{font-size:28px}.ccp-content__inner p{font-size:15px;line-height:1.75}.ccp-initiatives{padding:50px 20px 65px}.ccp-initiatives__grid{grid-template-columns:minmax(0,1fr);gap:24px}.ccp-initiative__media{height:210px}.ccp-spotlight{padding:50px 20px 65px}.ccp-spotlight__grid{grid-template-columns:minmax(0,1fr);row-gap:38px}.ccp-spotlight__media{height:270px}}@media (width<=480px){.ccp-page{width:100%;max-width:100%;overflow-x:clip}.ccp-hero{background-position:50%;background-size:cover;width:100%;max-width:100%;min-height:380px;overflow:hidden}.ccp-hero__content{width:100%;max-width:100%;margin:0 auto;padding:0 18px}.ccp-hero__eyebrow{letter-spacing:.18em;margin-bottom:14px;font-size:10px;line-height:1.5}.ccp-hero__title{letter-spacing:0;overflow-wrap:break-word;word-break:normal;width:100%;max-width:100%;font-size:clamp(28px,9vw,38px);line-height:1.12}.ccp-hero__subtitle{overflow-wrap:break-word;width:100%;max-width:100%;margin-top:16px;font-size:13.5px;line-height:1.6}.ccp-hero__divider{width:45px;height:2px;margin-top:22px}.ccp-content{text-align:center;width:100%;max-width:100%;padding:44px 18px 52px}.ccp-content__inner{text-align:center;width:100%;max-width:100%}.ccp-content__eyebrow{letter-spacing:.2em;margin-bottom:10px;font-size:10px}.ccp-content__heading{overflow-wrap:break-word;width:100%;max-width:100%;margin-bottom:22px;font-size:25px;line-height:1.25}.ccp-content__inner p{overflow-wrap:break-word;word-break:normal;width:100%;max-width:100%;font-size:14px;line-height:1.75}.ccp-content__inner p:first-of-type:first-letter{float:none;font-size:inherit;font-weight:inherit;color:inherit;margin:0}.ccp-initiatives{width:100%;max-width:100%;padding:44px 16px 58px}.ccp-initiatives__inner{width:100%;max-width:100%}.ccp-initiatives__heading{width:100%;max-width:100%;margin:0 auto 30px}.ccp-initiatives__eyebrow{letter-spacing:.2em;margin-bottom:10px;font-size:11px}.ccp-initiatives__title{overflow-wrap:break-word;width:100%;max-width:100%;font-size:25px;line-height:1.25}.ccp-initiatives__grid{grid-template-columns:minmax(0,1fr);gap:22px;width:100%;max-width:100%;display:grid}.ccp-initiative{text-align:center;width:100%;min-width:0;max-width:100%}.ccp-initiative__media{width:100%;height:190px}.ccp-initiative__badge{width:42px;height:42px;bottom:-20px;left:50%;transform:translate(-50%)}.ccp-initiative:hover .ccp-initiative__badge{transform:translate(-50%)scale(1.1)rotate(-8deg)}.ccp-initiative__body{align-items:center;width:100%;padding:30px 18px 20px}.ccp-initiative__title{overflow-wrap:break-word;width:100%;font-size:16px;line-height:1.35}.ccp-initiative__rule{margin-left:auto;margin-right:auto}.ccp-initiative__desc{overflow-wrap:break-word;width:100%;font-size:13.5px;line-height:1.65}.ccp-spotlight{width:100%;max-width:100%;padding:44px 18px 58px}.ccp-spotlight__inner{width:100%;max-width:100%}.ccp-spotlight__heading{width:100%;max-width:100%;margin:0 auto 30px}.ccp-spotlight__eyebrow{letter-spacing:.2em;margin-bottom:10px;font-size:11px}.ccp-spotlight__title-main{overflow-wrap:break-word;width:100%;max-width:100%;font-size:25px;line-height:1.25}.ccp-spotlight__grid{grid-template-columns:minmax(0,1fr);row-gap:34px;width:100%;max-width:100%;display:grid}.ccp-spotlight__item{text-align:center;width:100%;min-width:0;max-width:100%}.ccp-spotlight__media{border-radius:4px;width:100%;max-width:100%;height:230px}.ccp-spotlight__index{width:52px;height:52px;font-size:17px;left:50%;right:auto;transform:translate(-50%)}.ccp-spotlight__title{letter-spacing:.1em;overflow-wrap:break-word;width:100%;margin-top:18px;font-size:14px;line-height:1.4}.ccp-spotlight__rule{margin:10px auto 12px}.ccp-spotlight__desc{overflow-wrap:break-word;width:100%;font-size:13.5px;line-height:1.7}}@media (width<=360px){.ccp-hero{min-height:440px}.ccp-hero__content{padding:0 15px}.ccp-hero__eyebrow{letter-spacing:.16em;font-size:9px}.ccp-hero__title{font-size:27px;line-height:1.12}.ccp-hero__subtitle{font-size:13px;line-height:1.55}.ccp-content{padding:40px 15px 48px}.ccp-content__eyebrow{font-size:9px}.ccp-content__heading{font-size:23px}.ccp-content__inner p{font-size:13.5px}.ccp-initiatives{padding:40px 14px 52px}.ccp-initiatives__eyebrow{font-size:10px}.ccp-initiatives__title{font-size:23px}.ccp-initiative__media{height:175px}.ccp-initiative__body{padding:30px 16px 20px}.ccp-initiative__title{font-size:15px}.ccp-initiative__desc{font-size:13px}.ccp-spotlight{padding:40px 15px 52px}.ccp-spotlight__eyebrow{font-size:10px}.ccp-spotlight__title-main{font-size:23px}.ccp-spotlight__media{height:210px}.ccp-spotlight__title,.ccp-spotlight__desc{font-size:13px}}.ccp-hero__content,.ccp-content__inner,.ccp-initiatives__inner,.ccp-spotlight__inner,.ccp-initiatives__grid,.ccp-spotlight__grid,.ccp-initiative,.ccp-spotlight__item{min-width:0;max-width:100%}.ccp-hero__title,.ccp-hero__subtitle,.ccp-content__heading,.ccp-content__inner p,.ccp-initiatives__title,.ccp-spotlight__title-main,.ccp-initiative__title,.ccp-initiative__desc,.ccp-spotlight__title,.ccp-spotlight__desc{overflow-wrap:anywhere}.ccp-initiative__media,.ccp-spotlight__media{min-width:0;max-width:100%}@media (prefers-reduced-motion:reduce){.ccp-initiative,.ccp-initiative__media:before,.ccp-initiative__badge,.ccp-spotlight__media:before,.ccp-spotlight__index,.ccp-spotlight__title{transition:none!important}}.cth-hero{--bg-void:#060b09;--bg-panel:#0e1b15;--accent:#d4e9dc;--accent-dim:#1e8a6b;--text-primary:#f3f6f1;--text-muted:#d8ece1;background:var(--bg-void);isolation:isolate;justify-content:center;align-items:center;width:100%;min-height:480px;display:flex;position:relative;overflow:hidden}.cth-bg-image{z-index:0;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.cth-scrim{z-index:1;background:linear-gradient(#060b096b 0%,#060b099a 55%,#060b095b 100%);position:absolute;inset:0}.cth-content{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:820px;padding:0 24px;display:flex;position:relative}.cth-eyebrow{letter-spacing:.12em;color:var(--accent);margin-bottom:18px;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:500}.cth-title{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 20px;font-family:Space Grotesk,sans-serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;line-height:1.08}.cth-subtitle{color:var(--text-muted);max-width:580px;margin:0;font-family:IBM Plex Sans,sans-serif;font-size:clamp(1rem,1.6vw,1.15rem);font-weight:400;line-height:1.55}.cth-divider{background:var(--accent);width:56px;height:2px;margin-top:28px;box-shadow:0 0 8px #39ff8899}@media (width<=640px){.cth-hero{min-height:460px}.cth-content{padding:0 20px}}.cta-section{background:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1200px;margin:0 auto;padding:96px 24px;display:grid}.cta-text{flex-direction:column;align-items:flex-start;display:flex}.cta-eyebrow{letter-spacing:.12em;color:#1e8a6b;margin-bottom:14px;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:700}.cta-heading{color:#0e1b15;letter-spacing:-.01em;margin:0 0 24px;font-family:Space Grotesk,sans-serif;font-size:clamp(1.7rem,3vw,2.3rem);font-weight:700;line-height:1.15}.cta-text p{color:#4a5c53;margin:0 0 20px;font-family:IBM Plex Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.7}.cta-text p:last-child{margin-bottom:0}.cta-media{aspect-ratio:4/5;border-radius:12px;width:100%;position:relative;overflow:hidden}.cta-media:after{content:"";pointer-events:none;border:1px solid #0e1b1514;border-radius:12px;position:absolute;inset:0}.cta-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (width<=900px){.cta-section{grid-template-columns:1fr;gap:40px;padding:64px 20px}.cta-media{aspect-ratio:16/10;order:-1}}.ctp-section{background:#f4f2e8;width:100%;padding:96px 24px;position:relative}.ctp-section__inner{grid-template-columns:.85fr 1.15fr;gap:72px;max-width:1600px;margin:0 auto;display:grid}.ctp-text{flex-direction:column;align-items:flex-start;display:flex}.ctp-kicker{letter-spacing:.16em;text-transform:uppercase;color:#6b8177;margin-bottom:14px;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500}.ctp-kicker em{color:#1e8a6b;font-style:normal}.ctp-heading{color:#0e1b15;letter-spacing:-.01em;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,2.8vw,2.1rem);font-weight:700;line-height:1.2}.ctp-underline{background:#1e8a6b;width:48px;height:2px;margin:20px 0 26px;position:relative}.ctp-underline:after{content:"";background:#1e8a6b;border-radius:50%;width:4px;height:6px;position:absolute;top:-2px;left:54px}.ctp-text p{color:#4a5c53;margin:0 0 32px;font-family:IBM Plex Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.75}.ctp-cta{letter-spacing:.08em;text-transform:uppercase;color:#0e1b15;background:0 0;border:1px solid #0e1b15;border-radius:2px;align-items:center;gap:10px;padding:13px 26px;font-family:IBM Plex Sans,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.ctp-cta-arrow{transition:transform .2s}.ctp-cta:hover{color:#f4f2e8;background:#0e1b15;border-color:#0e1b15}.ctp-cta:hover .ctp-cta-arrow{transform:translate(3px)}.ctp-list{margin:0;padding:4px 0 4px 56px;list-style:none;position:relative}.ctp-list:before{content:"";background:linear-gradient(#0e1b1538,#0e1b1538 85%,#0e1b1505);width:1px;position:absolute;top:10px;bottom:10px;left:0}.ctp-item{color:#0e1b15;border-bottom:1px solid #0e1b151a;border-radius:10px;align-items:flex-start;gap:22px;padding:22px 34px 22px 8px;font-family:IBM Plex Sans,sans-serif;font-size:.95rem;font-weight:500;line-height:1.6;transition:background .25s,box-shadow .25s;display:flex;position:relative}.ctp-item:first-child{padding-top:4px}.ctp-item:last-child{border-bottom:none;padding-bottom:4px}.ctp-item:before{content:"";background:#f4f2e8;border:1.5px solid #1e8a6b8c;border-radius:50%;width:9px;height:9px;transition:background .25s,border-color .25s,box-shadow .25s;position:absolute;top:30px;left:-56px;transform:translate(-50%)}.ctp-item:after{content:"→";color:#1e8a6b;opacity:0;pointer-events:none;font-family:IBM Plex Mono,monospace;font-size:14px;transition:opacity .25s,transform .25s;position:absolute;top:50%;right:12px;transform:translate(6px,-50%)}.ctp-item:hover{background:linear-gradient(90deg,#1e8a6b12,#1e8a6b00 70%);box-shadow:inset 0 0 0 1px #1e8a6b24}.ctp-item:hover:before{background:#1e8a6b;border-color:#1e8a6b;box-shadow:0 0 0 5px #1e8a6b29}.ctp-item:hover:after{opacity:1;transform:translateY(-50%)}.ctp-number{color:#0000;-webkit-text-stroke:1.1px #1e8a6b73;flex-shrink:0;min-width:40px;font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:700;line-height:1.15;transition:-webkit-text-stroke-color .25s}@supports not (-webkit-text-stroke:1px black){.ctp-number{color:#1e8a6b73;-webkit-text-stroke:initial}}.ctp-item:hover .ctp-number{-webkit-text-stroke-color:#1e8a6bf2}@supports not (-webkit-text-stroke:1px black){.ctp-item:hover .ctp-number{color:#1e8a6b}}.ctp-reverse .ctp-section__inner .ctp-text{order:2}.ctp-reverse .ctp-section__inner .ctp-list{order:1}.ctp-dark{isolation:isolate;background:#1a1405;position:relative}.ctp-bg-image{z-index:0;object-fit:cover;object-position:bottom;width:100%;height:100%;position:absolute;inset:0}.ctp-scrim{z-index:1;background:linear-gradient(100deg,#1a1405f0 0%,#1a1405cc 55%,#1a14058c 100%);position:absolute;inset:0}.ctp-dark .ctp-text,.ctp-dark .ctp-list{z-index:2;position:relative}.ctp-dark .ctp-kicker{color:#9bb2a5}.ctp-dark .ctp-kicker em{color:#39ff88}.ctp-dark .ctp-heading{color:#9fe1cb}.ctp-dark .ctp-underline,.ctp-dark .ctp-underline:after{background:#39ff88}.ctp-dark .ctp-text p{color:#e3e8e1}.ctp-dark .ctp-cta{color:#f3f6f1;border-color:#f3f6f1}.ctp-dark .ctp-cta:hover{color:#0e1b15;background:#f3f6f1;border-color:#f3f6f1}.ctp-dark .ctp-list:before{background:linear-gradient(#f3f6f147,#f3f6f147 85%,#f3f6f105)}.ctp-dark .ctp-item{color:#f3f6f1;border-bottom-color:#f3f6f12e}.ctp-dark .ctp-item:before{background:#1a1405;border-color:#39ff8880}.ctp-dark .ctp-item:after{color:#39ff88}.ctp-dark .ctp-item:hover{background:linear-gradient(90deg,#39ff881a,#39ff8800 70%);box-shadow:inset 0 0 0 1px #39ff8833}.ctp-dark .ctp-item:hover:before{background:#39ff88;border-color:#39ff88;box-shadow:0 0 0 5px #39ff8833}.ctp-dark .ctp-number{-webkit-text-stroke-color:#39ff8880}@supports not (-webkit-text-stroke:1px black){.ctp-dark .ctp-number{color:#39ff8880}}.ctp-dark .ctp-item:hover .ctp-number{-webkit-text-stroke-color:#39ff88}@supports not (-webkit-text-stroke:1px black){.ctp-dark .ctp-item:hover .ctp-number{color:#39ff88}}@media (width<=900px){.ctp-section__inner{grid-template-columns:1fr;gap:40px}.ctp-list{padding-left:28px}.ctp-list:before{left:0}.ctp-item{padding-left:4px;padding-right:4px}.ctp-item:before{left:-28px}.ctp-item:after{display:none}.ctp-reverse .ctp-section__inner .ctp-text,.ctp-reverse .ctp-section__inner .ctp-list{order:initial}}@media (width>=1200px) and (width<=1600px){.cth-hero{min-height:460px}.cth-content{max-width:760px;padding:0 32px}.cth-title{font-size:clamp(2.4rem,4vw,3.3rem)}.cth-subtitle{max-width:620px;font-size:1.05rem}.cta-section{grid-template-columns:minmax(0,1fr) minmax(380px,.85fr);gap:55px;max-width:1280px;padding:80px 40px}.cta-media{max-width:500px;margin-left:auto}.cta-heading{font-size:clamp(1.8rem,2.5vw,2.2rem)}.ctp-section{padding:80px 40px}.ctp-section__inner{grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);gap:55px;max-width:1280px}.ctp-heading{font-size:clamp(1.75rem,2.4vw,2.1rem)}.ctp-text p{font-size:.98rem;line-height:1.7}.ctp-list{padding-left:50px}.ctp-item{gap:18px;padding:20px 30px 20px 8px;font-size:.94rem}.ctp-number{min-width:38px;font-size:28px}}@media (width>=901px) and (width<=1199px){.cth-hero{min-height:440px}.cta-section{gap:40px;max-width:1100px;padding:70px 30px}.ctp-section{padding:70px 30px}.ctp-section__inner{gap:40px}.ctp-list{padding-left:42px}.ctp-item{padding-right:20px}}@media (width<=900px){.cta-section{box-sizing:border-box;width:100%}.ctp-section{box-sizing:border-box}.ctp-section__inner{width:100%}}@media (width<=600px){.cth-hero{min-height:430px}.cth-title{font-size:2.15rem}.cth-subtitle{font-size:.95rem}.cta-section,.ctp-section{padding:55px 18px}.ctp-section__inner{gap:35px}.ctp-item{padding-right:0;font-size:.9rem}}@media (width>=1200px) and (width<=1600px){.ctp-section__inner{grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);gap:55px;max-width:1280px}.ctp-list{box-sizing:border-box;width:100%;padding:4px 0 4px 50px;position:relative}.ctp-list:before{content:"";background:linear-gradient(#0e1b1538,#0e1b1538 85%,#0e1b1505);width:1px;position:absolute;top:10px;bottom:10px;left:20px}.ctp-item{box-sizing:border-box;align-items:flex-start;gap:18px;padding:20px 30px 20px 8px;display:flex;position:relative}.ctp-item:first-child{padding-top:4px}.ctp-item:last-child{padding-bottom:4px}.ctp-item:before{content:"";background:#f4f2e8;border:1.5px solid #1e8a6b8c;border-radius:50%;width:9px;height:9px;transition:background .25s,border-color .25s,box-shadow .25s;position:absolute;top:30px;left:-30px;transform:translate(-50%)}.ctp-item:hover:before{background:#1e8a6b;border-color:#1e8a6b;box-shadow:0 0 0 5px #1e8a6b29}.ctp-number{min-width:38px;font-size:28px}}@media (width>=601px) and (width<=900px){.cth-hero{width:100%;min-height:500px;overflow:hidden}.cth-bg-image{object-fit:cover;object-position:center center;width:100%;height:100%}.cth-scrim{inset:0}.cth-content{width:100%;max-width:760px;margin:0 auto;padding:0 40px}.cth-eyebrow{margin-bottom:16px;font-size:12px}.cth-title{max-width:700px;margin-bottom:18px;font-size:clamp(2.1rem,5.5vw,3rem);line-height:1.08}.cth-subtitle{max-width:600px;font-size:1rem;line-height:1.6}.cth-divider{margin-top:24px}.cta-section{grid-template-columns:1fr;gap:42px;width:100%;max-width:100%;margin:0;padding:70px 40px;overflow:hidden}.cta-text{width:100%;max-width:720px;margin:0 auto}.cta-eyebrow{margin-bottom:12px;font-size:14px}.cta-heading{max-width:650px;font-size:clamp(1.8rem,4vw,2.25rem);line-height:1.18}.cta-text p{width:100%;font-size:.98rem;line-height:1.7}.cta-media{aspect-ratio:16/10;order:-1;width:100%;max-width:650px;margin:0 auto}.cta-image{object-fit:cover;object-position:center;width:100%;height:100%}.ctp-section{width:100%;padding:70px 40px;overflow:hidden}.ctp-section__inner{grid-template-columns:1fr;gap:48px;width:100%;max-width:760px;margin:0 auto}.ctp-text{width:100%;max-width:700px}.ctp-kicker{margin-bottom:12px;font-size:11px}.ctp-heading{max-width:650px;font-size:clamp(1.7rem,4vw,2.15rem);line-height:1.2}.ctp-text p{max-width:680px;font-size:.98rem;line-height:1.7}.ctp-cta{max-width:100%}.ctp-list{width:100%;max-width:700px;margin:0 auto;padding:4px 0 4px 42px}.ctp-list:before{top:10px;bottom:10px;left:14px}.ctp-item{overflow-wrap:anywhere;gap:16px;width:100%;min-width:0;padding:20px 18px 20px 4px;font-size:.94rem;line-height:1.6}.ctp-item:first-child{padding-top:4px}.ctp-item:last-child{padding-bottom:4px}.ctp-item:before{width:9px;height:9px;top:27px;left:-28px}.ctp-item:after{display:none}.ctp-number{min-width:36px;font-size:27px;line-height:1.1}.ctp-dark{min-height:auto}.ctp-bg-image{object-fit:cover;object-position:center;width:100%;height:100%}.ctp-scrim{inset:0}.ctp-dark .ctp-section__inner{z-index:2;position:relative}.ctp-dark .ctp-list:before{left:14px}.ctp-dark .ctp-item:before{background:#1a1405}.cta-section{text-align:center;box-sizing:border-box;grid-template-columns:1fr;justify-items:center;width:100%;margin-left:auto;margin-right:auto;display:grid}.cta-text{text-align:center;align-items:center;width:100%}.cta-eyebrow{text-align:center;width:100%}.cta-heading{text-align:center;width:100%;margin-left:auto;margin-right:auto}.cta-text p{text-align:center;width:100%;max-width:650px;margin-left:auto;margin-right:auto}.cta-media{width:100%;margin-left:auto;margin-right:auto}}@media (width<=600px){.cth-hero,.cta-section,.ctp-section{box-sizing:border-box;width:100%;min-width:0;max-width:100%;overflow:hidden}.cth-hero *,.cta-section *,.ctp-section *{box-sizing:border-box;max-width:100%}.cth-hero{width:100%;min-height:440px}.cth-bg-image{object-fit:cover;object-position:center center;width:100%;height:100%}.cth-content{width:100%;max-width:100%;margin:0;padding:0 18px}.cth-eyebrow{letter-spacing:.11em;text-align:center;margin-bottom:14px;font-size:10px}.cth-title{letter-spacing:-.02em;text-align:center;overflow-wrap:break-word;width:100%;max-width:380px;margin:0 auto 16px;font-size:clamp(1.9rem,9vw,2.35rem);line-height:1.08}.cth-subtitle{text-align:center;width:100%;max-width:350px;margin:0 auto;font-size:.92rem;line-height:1.55}.cth-divider{width:48px;height:2px;margin-top:22px}.cta-section{grid-template-columns:1fr;gap:32px;margin:0;padding:52px 18px;display:grid}.cta-text{align-items:flex-start;width:100%;max-width:100%}.cta-eyebrow{letter-spacing:.1em;margin-bottom:10px;font-size:12px}.cta-heading{overflow-wrap:break-word;width:100%;max-width:100%;margin-bottom:18px;font-size:clamp(1.55rem,7vw,2rem);line-height:1.17}.cta-text p{overflow-wrap:break-word;width:100%;max-width:100%;margin-bottom:16px;font-size:.92rem;line-height:1.65}.cta-media{aspect-ratio:16/10;border-radius:10px;order:-1;width:100%;max-width:100%;margin:0}.cta-image{object-fit:cover;object-position:center;width:100%;height:100%}.ctp-section{width:100%;padding:52px 18px}.ctp-section__inner{grid-template-columns:1fr;gap:36px;width:100%;max-width:100%;margin:0}.ctp-text{width:100%;max-width:100%}.ctp-kicker{letter-spacing:.13em;margin-bottom:10px;font-size:10px}.ctp-heading{overflow-wrap:break-word;width:100%;max-width:100%;font-size:clamp(1.45rem,7vw,1.9rem);line-height:1.2}.ctp-underline{width:42px;margin:17px 0 22px}.ctp-text p{overflow-wrap:break-word;width:100%;max-width:100%;margin-bottom:24px;font-size:.91rem;line-height:1.65}.ctp-cta{white-space:normal;max-width:100%;padding:12px 20px;font-size:11px}.cta-section{text-align:center;box-sizing:border-box;grid-template-columns:1fr;justify-items:center;width:100%;margin-left:auto;margin-right:auto;display:grid}.cta-text{text-align:center;align-items:center;width:100%}.cta-eyebrow{text-align:center;width:100%}.cta-heading{text-align:center;width:100%;margin-left:auto;margin-right:auto}.cta-text p{text-align:center;width:100%;max-width:520px;margin-left:auto;margin-right:auto}.cta-media{width:100%;margin-left:auto;margin-right:auto}.ctp-list{width:100%;max-width:100%;margin:0;padding:4px 0 4px 34px;position:relative;overflow:visible}.ctp-list:before{width:1px;top:8px;bottom:8px;left:10px}.ctp-item{overflow-wrap:anywhere;word-break:normal;border-radius:7px;align-items:flex-start;gap:12px;width:100%;min-width:0;max-width:100%;padding:17px 0 17px 2px;font-size:.87rem;line-height:1.55;display:flex}.ctp-item:first-child{padding-top:3px}.ctp-item:last-child{padding-bottom:3px}.ctp-item:before{width:8px;height:8px;top:24px;left:-24px;transform:translate(-50%)}.ctp-item:after{display:none}.ctp-number{flex:none;min-width:30px;font-size:23px;line-height:1.1}.ctp-dark{width:100%;min-height:auto}.ctp-bg-image{object-fit:cover;object-position:center;width:100%;height:100%}.ctp-scrim{inset:0}.ctp-dark .ctp-section__inner{z-index:2;position:relative}.ctp-dark .ctp-list:before{left:10px}.ctp-dark .ctp-item:before{background:#1a1405}.ctp-dark .ctp-heading,.ctp-dark .ctp-text p{max-width:100%}}@media (width<=400px){.cth-hero{min-height:400px}.cth-content{padding:0 15px}.cth-title{max-width:340px;font-size:1.85rem;line-height:1.08}.cth-subtitle{max-width:320px;font-size:.88rem}.cta-section{gap:28px;padding:46px 15px}.cta-heading{font-size:1.5rem}.cta-text p{font-size:.88rem}.cta-media{aspect-ratio:4/3;border-radius:8px}.ctp-section{padding:46px 15px}.ctp-section__inner{gap:30px}.ctp-heading{font-size:1.42rem}.ctp-text p{font-size:.87rem}.ctp-list{padding-left:30px}.ctp-list:before{left:9px}.ctp-item{gap:9px;padding-right:0;font-size:.84rem}.ctp-item:before{width:7px;height:7px;left:-21px}.ctp-number{min-width:27px;font-size:21px}}@media (width<=900px) and (orientation:landscape){.cth-hero{min-height:390px}.cta-section,.ctp-section{padding-top:45px;padding-bottom:45px}}html,body{width:100%;margin:0;padding:0}#root{text-align:left;width:100%;max-width:none;margin:0;padding:0}*{box-sizing:border-box}:root{--navbar-h:85px}.page-content{padding-top:var(--navbar-h)}html,body{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}#root{width:100%;max-width:100%;overflow-x:hidden}.earth-page{width:100%;max-width:100%;margin:0;padding:0;position:relative;overflow-x:clip}.earth-page *,.earth-page :before,.earth-page :after{box-sizing:border-box}.earth-page img{max-width:100%}.earth-page h1,.earth-page h2,.earth-page h3,.earth-page p{overflow-wrap:break-word;word-wrap:break-word}.earth{--deep-forest:#0b2016;--leaf:#6fcf67;--cream:#f4f6ef;--sage-muted:#f4f6efd9;background:var(--deep-forest);isolation:isolate;justify-content:center;align-items:center;width:100vw;min-height:480px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:72px 24px;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.earth__bg-image{z-index:0;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.earth__scrim{z-index:1;background:linear-gradient(#0b20168c 0%,#0b2016bf 55%,#0b201699 100%);position:absolute;inset:0}.earth__content{z-index:2;text-align:center;max-width:640px;position:relative}.earth__title{color:var(--cream);letter-spacing:-.01em;margin:0 0 18px;font-family:Sora,sans-serif;font-size:clamp(2rem,4.2vw,3.25rem);font-weight:800;line-height:1.15}.earth__subtitle{color:var(--sage-muted);max-width:550px;margin:0 auto;font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.6}.earth__underline{background:var(--leaf);border-radius:2px;width:48px;height:3px;margin:22px auto 0;display:block}@media (width<=720px){.earth{min-height:400px;padding:56px 20px}}.earth-about{background:var(--cream,#f4f6ef);width:100%;padding:64px 24px;font-family:Inter,sans-serif}.earth-about__container{max-width:1200px;margin:0 auto}.earth-about__paragraph{color:#2c3a30;margin:0 0 24px;font-size:clamp(.95rem,1.2vw,.9rem);line-height:1.75}.earth-about__paragraph:last-child{margin-bottom:0}@media (width<=720px){.earth-about{padding:48px 20px}}.earth-initiatives{background:#c1f3b5;width:100%;padding:72px 20px 96px;font-family:Inter,sans-serif}.earth-initiatives__container{max-width:1440px;margin:0 auto}.earth-initiatives__header{text-align:center;max-width:900px;margin:0 auto 48px}.earth-initiatives__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--leaf,#127708);margin:0 0 12px;font-size:.9rem;font-weight:700}.earth-initiatives__title{width:100%;max-width:800px;color:var(--deep-forest,#0b2016);margin:0;font-family:Sora,sans-serif;font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:700;line-height:1.3}.earth-initiatives__grid{grid-template-columns:repeat(4,1fr);gap:40px 24px;display:grid}.earth-initiatives__card{cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;transition:box-shadow .35s,transform .35s;display:flex;overflow:hidden;box-shadow:0 10px 30px #1414140f}.earth-initiatives__card:hover{z-index:2;transform:translateY(-8px)scale(1.03);box-shadow:0 20px 44px #14141424}.earth-initiatives__media{background-color:#dfe6da;background-position:50%;background-size:cover;flex-shrink:0;width:100%;height:180px;transition:transform .5s;position:relative;overflow:hidden}.earth-initiatives__card:hover .earth-initiatives__media{transform:scale(1.08)}.earth-initiatives__body{flex-direction:column;flex:1;padding:34px 20px 22px;display:flex}.earth-initiatives__card-title{color:var(--deep-forest,#0b2016);margin:0 0 10px;font-family:Sora,sans-serif;font-size:17px;font-weight:700;line-height:1.35;transition:color .3s}.earth-initiatives__card:hover .earth-initiatives__card-title{color:var(--leaf,#127708)}.earth-initiatives__underline{background:var(--leaf,#6fcf67);border-radius:2px;width:28px;height:2px;margin-bottom:14px;transition:width .35s;display:block}.earth-initiatives__card:hover .earth-initiatives__underline{width:48px}.earth-initiatives__card-text{color:#6b6b6b;flex:1;margin:0;font-size:14px;line-height:1.65}@media (width<=1080px){.earth-initiatives__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.earth-initiatives{padding:48px 20px 64px}.earth-initiatives__header{margin-bottom:32px}.earth-initiatives__grid{grid-template-columns:1fr}}.earth-spotlight{background:#fff;width:100%;padding:88px 24px 100px;font-family:Inter,sans-serif}.earth-spotlight__container{max-width:1200px;margin:0 auto}.earth-spotlight__header{text-align:center;max-width:900px;margin:0 auto 56px}.earth-spotlight__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--leaf,#127708);margin:0 0 12px;font-size:.9rem;font-weight:700}.earth-spotlight__heading{color:var(--deep-forest,#0b2016);text-align:center;width:100%;max-width:700px;margin:0 auto;font-family:Sora,sans-serif;font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:700;line-height:1.3}.earth-spotlight__list{flex-direction:column;gap:64px;display:flex}.earth-spotlight__item{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.earth-spotlight__item--reverse .earth-spotlight__media{order:2}.earth-spotlight__item--reverse .earth-spotlight__content{order:1}.earth-spotlight__media{aspect-ratio:4/3;background-color:#dfe6da;background-position:50%;background-size:cover;border-radius:4px;width:100%;position:relative;overflow:hidden}.earth-spotlight__index{color:#ebfced;font-family:Sora,sans-serif;font-size:.9rem;font-weight:700;position:absolute;top:16px;left:16px}.earth-spotlight__content{flex-direction:column;display:flex}.earth-spotlight__title{letter-spacing:.12em;text-transform:uppercase;color:var(--leaf,#127708);width:100%;max-width:900px;margin:0 0 10px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700}.earth-spotlight__underline{background:var(--leaf,#6fcf67);border-radius:2px;width:32px;height:2px;margin-bottom:16px;display:block}.earth-spotlight__text{color:#5a5a5a;margin:0;font-size:.95rem;line-height:1.8}@media (width<=800px){.earth-spotlight__item,.earth-spotlight__item--reverse{grid-template-columns:1fr}.earth-spotlight__item--reverse .earth-spotlight__media,.earth-spotlight__item--reverse .earth-spotlight__content{order:unset}.earth-spotlight__list{gap:48px}}@media (width<=768px){.earth-spotlight{padding:48px 20px 64px}.earth-spotlight__header{margin-bottom:32px}}@media (width>=769px) and (width<=1080px){.earth{width:100%;min-height:440px;margin-left:0;margin-right:0;padding:64px 40px}.earth__content{width:100%;max-width:680px}.earth__title{font-size:clamp(2rem,4.5vw,2.8rem);line-height:1.15}.earth__subtitle{max-width:600px;font-size:1rem;line-height:1.65}.earth-about{padding:60px 40px}.earth-about__container{max-width:900px}.earth-about__paragraph{margin-bottom:22px;font-size:.96rem;line-height:1.75}.earth-initiatives{padding:64px 32px 80px}.earth-initiatives__container{max-width:1000px}.earth-initiatives__header{max-width:760px;margin-bottom:40px}.earth-initiatives__eyebrow{letter-spacing:.25em;font-size:.82rem}.earth-initiatives__title{font-size:clamp(1.5rem,2.8vw,2rem)}.earth-initiatives__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.earth-initiatives__media{height:190px}.earth-initiatives__body{padding:28px 22px 24px}.earth-initiatives__card-title{font-size:16px}.earth-initiatives__card-text{font-size:14px;line-height:1.65}.earth-spotlight{padding:72px 40px 84px}.earth-spotlight__container{max-width:1000px}.earth-spotlight__header{max-width:760px;margin-bottom:48px}.earth-spotlight__heading{font-size:clamp(1.5rem,2.8vw,2rem)}.earth-spotlight__list{gap:52px}.earth-spotlight__item{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:36px}.earth-spotlight__text{font-size:.94rem;line-height:1.75}.earth-spotlight__title{font-size:.9rem}}@media (width>=601px) and (width<=768px){.earth{width:100%;min-height:400px;margin-left:0;margin-right:0;padding:56px 28px}.earth__content{width:100%;max-width:620px}.earth__title{font-size:clamp(1.9rem,5vw,2.5rem);line-height:1.16}.earth__subtitle{max-width:540px;font-size:.98rem;line-height:1.6}.earth-about{padding:50px 28px}.earth-about__container{max-width:680px}.earth-about__paragraph{margin-bottom:20px;font-size:.94rem;line-height:1.75}.earth-initiatives{padding:52px 28px 68px}.earth-initiatives__header{max-width:650px;margin-bottom:34px}.earth-initiatives__eyebrow{letter-spacing:.22em;font-size:.78rem}.earth-initiatives__title{font-size:1.65rem;line-height:1.3}.earth-initiatives__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.earth-initiatives__media{height:175px}.earth-initiatives__body{padding:26px 18px 22px}.earth-initiatives__card-title{font-size:15px}.earth-initiatives__card-text{font-size:13.5px;line-height:1.65}.earth-spotlight{padding:56px 28px 70px}.earth-spotlight__header{margin-bottom:38px}.earth-spotlight__heading{font-size:1.65rem}.earth-spotlight__list{gap:44px}.earth-spotlight__item{grid-template-columns:1fr;gap:24px}.earth-spotlight__item--reverse .earth-spotlight__media,.earth-spotlight__item--reverse .earth-spotlight__content{order:unset}.earth-spotlight__media{aspect-ratio:16/10}.earth-spotlight__content{width:100%}.earth-spotlight__text{font-size:.93rem;line-height:1.75}}@media (width<=600px){.earth{box-sizing:border-box;width:100%;min-height:390px;margin-left:0;margin-right:0;padding:52px 18px}.earth__bg-image{object-position:center center}.earth__scrim{background:linear-gradient(#0b201694 0%,#0b2016c7 55%,#0b2016ad 100%)}.earth__content{text-align:center;width:100%;max-width:100%;padding:0}.earth__title{letter-spacing:-.02em;width:100%;margin-bottom:16px;font-size:clamp(1.85rem,8vw,2.25rem);line-height:1.15}.earth__subtitle{width:100%;max-width:480px;font-size:.92rem;line-height:1.65}.earth__underline{width:42px;height:3px;margin-top:20px}.earth-about{box-sizing:border-box;text-align:center;width:100%;padding:42px 20px}.earth-about__container{width:100%;max-width:100%;margin:0 auto}.earth-about__paragraph{width:100%;margin-bottom:20px;font-size:.9rem;line-height:1.75}.earth-initiatives{box-sizing:border-box;width:100%;padding:46px 18px 60px}.earth-initiatives__container{width:100%;max-width:100%}.earth-initiatives__header{text-align:center;width:100%;max-width:100%;margin:0 auto 30px}.earth-initiatives__eyebrow{letter-spacing:.2em;margin-bottom:10px;font-size:.7rem;line-height:1.5}.earth-initiatives__title{width:100%;max-width:100%;font-size:1.4rem;line-height:1.3}.earth-initiatives__grid{grid-template-columns:1fr;gap:22px;display:grid}.earth-initiatives__card{text-align:center;border-radius:12px;width:100%}.earth-initiatives__card:hover{transform:translateY(-4px)scale(1.01)}.earth-initiatives__media{width:100%;height:190px}.earth-initiatives__body{align-items:center;padding:26px 20px 22px}.earth-initiatives__card-title{width:100%;margin-bottom:9px;font-size:16px;line-height:1.4}.earth-initiatives__underline{width:26px;margin-bottom:12px;margin-left:auto;margin-right:auto}.earth-initiatives__card-text{width:100%;font-size:13.5px;line-height:1.65}.earth-spotlight{box-sizing:border-box;width:100%;padding:46px 20px 60px}.earth-spotlight__container{width:100%;max-width:100%;margin:0 auto}.earth-spotlight__header{text-align:center;width:100%;max-width:100%;margin:0 auto 30px}.earth-spotlight__eyebrow{letter-spacing:.2em;margin-bottom:10px;font-size:.7rem;line-height:1.5}.earth-spotlight__heading{text-align:center;width:100%;max-width:100%;font-size:1.4rem;line-height:1.3}.earth-spotlight__list{gap:40px;width:100%}.earth-spotlight__item,.earth-spotlight__item--reverse{text-align:center;grid-template-columns:1fr;justify-items:center;gap:22px;width:100%;display:grid}.earth-spotlight__item--reverse .earth-spotlight__media,.earth-spotlight__item--reverse .earth-spotlight__content{order:unset}.earth-spotlight__media{aspect-ratio:16/10;border-radius:6px;width:100%}.earth-spotlight__index{font-size:.8rem;top:12px;left:50%;transform:translate(-50%)}.earth-spotlight__content{align-items:center;width:100%}.earth-spotlight__title{letter-spacing:.1em;width:100%;margin-bottom:8px;font-size:.8rem;line-height:1.4}.earth-spotlight__underline{width:28px;height:2px;margin-bottom:13px;margin-left:auto;margin-right:auto}.earth-spotlight__text{width:100%;font-size:.9rem;line-height:1.75}}@media (width<=380px){.earth{min-height:360px;padding:46px 16px}.earth__title{font-size:1.75rem}.earth__subtitle{font-size:.88rem;line-height:1.6}.earth-about{padding:38px 16px}.earth-about__paragraph{font-size:.87rem;line-height:1.7}.earth-initiatives{padding:42px 16px 54px}.earth-initiatives__title{font-size:1.3rem}.earth-initiatives__media{height:175px}.earth-initiatives__body{padding:24px 18px 20px}.earth-initiatives__card-title{font-size:15px}.earth-initiatives__card-text{font-size:13px}.earth-spotlight{padding:42px 16px 54px}.earth-spotlight__heading{font-size:1.3rem}.earth-spotlight__text{font-size:.87rem;line-height:1.7}}@media (hover:none) and (pointer:coarse){.earth-initiatives__card:hover{transform:none;box-shadow:0 10px 30px #1414140f}.earth-initiatives__card:hover .earth-initiatives__media{transform:none}.earth-initiatives__card:hover .earth-initiatives__underline{width:28px}.earth-initiatives__card:hover .earth-initiatives__card-title{color:var(--deep-forest,#0b2016)}}.empowerment-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.empowerment-hero__overlay{z-index:1;background:linear-gradient(#0000008c,#00000073);position:absolute;inset:0}.empowerment-hero__content{z-index:2;text-align:center;max-width:700px;padding:2rem 1.5rem;position:relative}.empowerment-hero__title{color:#f4f7ee;letter-spacing:-.5px;margin:0 0 2rem;font-family:Poppins,Segoe UI,sans-serif;font-size:3rem;font-weight:700}.empowerment-hero__subtitle{color:#dfe8dc;margin:0 0 1.5rem;font-family:Segoe UI,sans-serif;font-size:1.05rem;font-weight:450;line-height:1.6}.empowerment-hero__divider{background-color:#f3dae2;border-radius:2px;width:60px;height:3px;display:inline-block}@media (width<=640px){.empowerment-hero__title{font-size:2rem}.empowerment-hero__subtitle{font-size:.9rem}.empowerment-hero__subtitle br{display:none}}.empowerment-intro{background-color:#fff;justify-content:center;width:100%;padding:5rem 1.5rem;display:flex}.empowerment-intro__content{width:100%;max-width:1100px}.empowerment-intro__header{max-width:700px;margin-bottom:2.5rem}.empowerment-intro__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#e91e63;margin-bottom:.75rem;font-family:Segoe UI,sans-serif;font-size:.8rem;font-weight:700;display:inline-block}.empowerment-intro__heading{color:#111;margin:0;padding-bottom:1.25rem;font-family:Poppins,Segoe UI,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;position:relative}.empowerment-intro__heading:after{content:"";background-color:#e91e63;border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:0}.empowerment-intro__body{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:3rem;display:grid}.empowerment-intro__text{color:#444;margin:0;font-family:Segoe UI,sans-serif;font-size:1rem;line-height:1.8}.empowerment-intro__stats{border-top:1px solid #eee;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2.5rem;display:grid}.empowerment-intro__stat{flex-direction:column;gap:.5rem;display:flex}@media (width<=860px){.empowerment-intro{padding:3rem 1.25rem}.empowerment-intro__heading{font-size:1.75rem}.empowerment-intro__body{grid-template-columns:1fr;gap:1.5rem}.empowerment-intro__stats{grid-template-columns:1fr;gap:1.75rem}}@media (width<=640px){.empowerment-intro{padding:2.5rem 1.25rem}.empowerment-intro__text{font-size:.95rem;line-height:1.7}}.empowerment-programs{flex-direction:column;width:100%;display:flex}.empowerment-programs__band{background-color:#f5dcbf;justify-content:center;width:100%;padding:4rem 1.5rem;display:flex}.empowerment-programs__band--alt{background-color:#fff}.empowerment-programs__row{align-items:center;gap:3rem;width:100%;max-width:1200px;display:flex}.empowerment-programs__row--reverse{flex-direction:row-reverse}.empowerment-programs__text{flex:1;min-width:0}.empowerment-programs__badge{color:#fff;letter-spacing:.05em;background-color:#f5a623;border-radius:999px;margin-bottom:1.25rem;padding:.4rem 1rem;font-family:Segoe UI,sans-serif;font-size:.75rem;font-weight:700;display:inline-block}.empowerment-programs__title{color:#111;margin:0 0 1rem;font-family:Poppins,Segoe UI,sans-serif;font-size:2rem;font-weight:700;line-height:1.25}.empowerment-programs__description{color:#555;margin:0;font-family:Segoe UI,sans-serif;font-size:1rem;line-height:1.7}.empowerment-programs__image-wrap{flex:1;min-width:0}.empowerment-programs__image{object-fit:cover;border:1px solid #eee;border-radius:16px;width:100%;height:360px;display:block}@media (width<=860px){.empowerment-programs__band{padding:2.5rem 1.25rem}.empowerment-programs__row,.empowerment-programs__row--reverse{flex-direction:column}.empowerment-programs__image{height:260px}.empowerment-programs__title{font-size:1.6rem}}.empowerment-intro__stats{border-top:none;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:20px;padding-top:0;display:grid}.empowerment-intro__stat-card{background-color:#fbe4ec;border:1px solid #f6d0dd;border-radius:14px;flex-direction:column;gap:.6rem;padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #0000000f}.empowerment-intro__stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001a}.empowerment-intro__stat-number{color:#e91e63;font-family:Poppins,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700;line-height:1}.empowerment-intro__stat-label{color:#666;font-family:Segoe UI,sans-serif;font-size:.9rem;line-height:1.5}@media (width<=860px){.empowerment-intro__stats{grid-template-columns:1fr;gap:1.25rem}}@media (width>=861px) and (width<=1024px){.empowerment-hero{background-position:50%;width:100%;min-height:420px}.empowerment-hero__content{box-sizing:border-box;width:100%;max-width:680px;margin:0 auto;padding:2rem}.empowerment-hero__title{margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,2.8rem);line-height:1.15}.empowerment-hero__subtitle{font-size:1rem;line-height:1.65}.empowerment-intro{box-sizing:border-box;width:100%;padding:4rem 2rem}.empowerment-intro__content{width:100%;max-width:900px;margin:0 auto}.empowerment-intro__header{width:100%;max-width:720px;margin:0 auto 2rem}.empowerment-intro__heading{font-size:2rem;line-height:1.25}.empowerment-intro__body{grid-template-columns:1fr;gap:1.75rem;margin-bottom:2.5rem}.empowerment-intro__text{width:100%;font-size:.98rem;line-height:1.75}.empowerment-intro__stats{grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%;margin:20px auto 0;display:grid}.empowerment-intro__stat-card{box-sizing:border-box;border-radius:13px;width:100%;min-width:0;padding:1.5rem 1.25rem}.empowerment-intro__stat-number{font-size:2.15rem}.empowerment-intro__stat-label{font-size:.85rem;line-height:1.5}.empowerment-programs{width:100%;overflow:hidden}.empowerment-programs__band{box-sizing:border-box;width:100%;padding:3.5rem 2rem}.empowerment-programs__row,.empowerment-programs__row--reverse{justify-content:center;align-items:center;gap:2.5rem;width:100%;max-width:900px;margin:0 auto;display:flex}.empowerment-programs__text{flex:1;min-width:0;max-width:500px}.empowerment-programs__image-wrap{flex:0 0 40%;width:40%;max-width:380px}.empowerment-programs__image{object-fit:cover;border-radius:14px;width:100%;height:290px;display:block}.empowerment-programs__title{font-size:1.75rem;line-height:1.3}.empowerment-programs__description{font-size:.95rem;line-height:1.7}}@media (width>=641px) and (width<=860px){.empowerment-hero{background-position:50%;width:100%;min-height:400px}.empowerment-hero__content{box-sizing:border-box;width:100%;max-width:650px;margin:0 auto;padding:2rem 1.5rem}.empowerment-hero__title{font-size:clamp(2rem,5vw,2.6rem);line-height:1.18}.empowerment-hero__subtitle{font-size:.95rem;line-height:1.65}.empowerment-intro{box-sizing:border-box;width:100%;padding:3.5rem 1.5rem}.empowerment-intro__content{width:100%;max-width:720px;margin:0 auto}.empowerment-intro__header{width:100%;max-width:650px;margin:0 auto 2rem}.empowerment-intro__heading{font-size:1.9rem;line-height:1.3}.empowerment-intro__body{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.empowerment-intro__text{width:100%;font-size:.94rem;line-height:1.75}.empowerment-intro__stats{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:720px;margin:20px auto 0;display:grid}.empowerment-intro__stat-card{box-sizing:border-box;border-radius:13px;width:100%;min-width:0;padding:1.35rem 1rem}.empowerment-intro__stat-number{font-size:2rem}.empowerment-intro__stat-label{font-size:.82rem;line-height:1.5}.empowerment-programs{width:100%;overflow:hidden}.empowerment-programs__band{box-sizing:border-box;width:100%;padding:3rem 1.5rem}.empowerment-programs__row,.empowerment-programs__row--reverse{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:600px;margin-left:auto;margin-right:auto}.empowerment-programs__text{flex:none;width:100%;max-width:560px;margin-left:auto;margin-right:auto}.empowerment-programs__image-wrap{flex:none;justify-content:center;width:100%;max-width:560px;margin-left:auto;margin-right:auto;display:flex}.empowerment-programs__image{object-fit:cover;border-radius:14px;width:100%;max-width:560px;height:290px;margin-left:auto;margin-right:auto;display:block}.empowerment-programs__badge{padding:.4rem .9rem;font-size:.7rem}.empowerment-programs__title{font-size:1.65rem;line-height:1.3}.empowerment-programs__description{font-size:.94rem;line-height:1.7}}@media (width<=640px){.empowerment-hero{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:390px;display:flex;overflow:hidden}.empowerment-hero__content{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;margin:0 auto;padding:1.5rem 1.25rem;display:flex}.empowerment-hero__title{letter-spacing:-.3px;text-align:center;width:100%;max-width:500px;margin:0 auto 1.25rem;font-size:clamp(1.9rem,8vw,2.25rem);line-height:1.18}.empowerment-hero__subtitle{text-align:center;width:100%;max-width:480px;margin:0 auto 1.25rem;font-size:.92rem;line-height:1.65}.empowerment-hero__subtitle br{display:none}.empowerment-hero__divider{width:48px;height:2px;margin-left:auto;margin-right:auto}.empowerment-intro{box-sizing:border-box;text-align:center;justify-content:center;width:100%;padding:3rem 1.25rem;display:flex}.empowerment-intro__content{flex-direction:column;align-items:center;width:100%;max-width:520px;margin:0 auto;display:flex}.empowerment-intro__header{text-align:center;width:100%;max-width:500px;margin:0 auto 2rem}.empowerment-intro__eyebrow{letter-spacing:.07em;text-align:center;margin:0 auto .65rem;font-size:.72rem;display:block}.empowerment-intro__heading{text-align:center;width:100%;margin:0 auto;padding-bottom:1rem;font-size:1.65rem;line-height:1.3}.empowerment-intro__heading:after{width:48px;height:2px;left:50%;transform:translate(-50%)}.empowerment-intro__body{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:500px;margin:0 auto 2rem;display:flex}.empowerment-intro__text{text-align:center;width:100%;max-width:500px;margin:0 auto 1.5rem;font-size:.92rem;line-height:1.75}.empowerment-intro__stats{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:360px;margin:1rem auto 0;display:flex}.empowerment-intro__stat-card{box-sizing:border-box;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:360px;margin:0 auto;padding:1.4rem 1.25rem;display:flex}.empowerment-intro__stat-number{text-align:center;width:100%;font-size:2.15rem}.empowerment-intro__stat-label{text-align:center;width:100%;font-size:.85rem;line-height:1.5}.empowerment-programs{justify-content:center;width:100%;display:flex;overflow:hidden}.empowerment-programs__band{box-sizing:border-box;justify-content:center;width:100%;padding:2.75rem 1.25rem;display:flex}.empowerment-programs__row,.empowerment-programs__row--reverse{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;width:100%;max-width:520px;margin-left:auto;margin-right:auto;display:flex}.empowerment-programs__text{text-align:center;flex-direction:column;flex:none;align-items:center;width:100%;max-width:520px;margin-left:auto;margin-right:auto;display:flex}.empowerment-programs__badge{text-align:center;justify-content:center;align-items:center;width:fit-content;margin:0 auto 1rem;padding:.38rem .85rem;font-size:.68rem;display:inline-flex}.empowerment-programs__title{text-align:center;width:100%;max-width:500px;margin:0 auto .85rem;font-size:1.5rem;line-height:1.3}.empowerment-programs__description{text-align:center;width:100%;max-width:500px;margin-left:auto;margin-right:auto;font-size:.9rem;line-height:1.7}.empowerment-programs__image-wrap{flex:none;justify-content:center;align-items:center;width:100%;max-width:520px;margin-left:auto;margin-right:auto;display:flex}.empowerment-programs__image{object-fit:cover;border-radius:12px;width:100%;max-width:520px;height:250px;margin-left:auto;margin-right:auto;display:block}}@media (width<=400px){.empowerment-hero{min-height:360px}.empowerment-hero__content{padding:1.25rem 1rem}.empowerment-hero__title{text-align:center;max-width:340px;font-size:1.8rem}.empowerment-hero__subtitle{text-align:center;max-width:340px;font-size:.88rem}.empowerment-intro{text-align:center;padding:2.5rem 1rem}.empowerment-intro__content{align-items:center;max-width:350px}.empowerment-intro__header{text-align:center;max-width:340px}.empowerment-intro__heading{text-align:center;font-size:1.5rem}.empowerment-intro__text{text-align:center;max-width:340px;font-size:.88rem}.empowerment-intro__stats{align-items:center;width:100%;max-width:340px;margin-left:auto;margin-right:auto}.empowerment-intro__stat-card{text-align:center;width:100%;max-width:340px;margin-left:auto;margin-right:auto;padding:1.25rem 1rem}.empowerment-intro__stat-number{text-align:center;font-size:2rem}.empowerment-intro__stat-label{text-align:center}.empowerment-programs__band{justify-content:center;padding:2.5rem 1rem;display:flex}.empowerment-programs__row,.empowerment-programs__row--reverse{text-align:center;justify-content:center;align-items:center;width:100%;max-width:350px;margin-left:auto;margin-right:auto}.empowerment-programs__text{text-align:center;align-items:center;width:100%;max-width:340px;margin-left:auto;margin-right:auto}.empowerment-programs__badge{margin-left:auto;margin-right:auto}.empowerment-programs__title{text-align:center;width:100%;max-width:340px;margin-left:auto;margin-right:auto;font-size:1.4rem}.empowerment-programs__description{text-align:center;width:100%;max-width:340px;margin-left:auto;margin-right:auto;font-size:.88rem;line-height:1.7}.empowerment-programs__image-wrap{justify-content:center;align-items:center;width:100%;max-width:340px;margin-left:auto;margin-right:auto}.empowerment-programs__image{object-fit:cover;width:100%;max-width:340px;height:220px;margin-left:auto;margin-right:auto}}.education-hero{background-image:url(/books.avif);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.education-hero__overlay{z-index:1;background:linear-gradient(#000000b9 0%,#00000086 40%,#000000b6 100%);position:absolute;inset:0}.education-hero__content{z-index:2;text-align:center;color:#f4f1ea;max-width:700px;padding:0 24px;position:relative}.education-hero__title{color:#f6f4ee;letter-spacing:-.5px;margin:0 0 30px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}.education-hero__subtitle{color:#e7e5dd;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.education-hero__divider{background-color:#f7e3c7;border-radius:2px;width:64px;height:3px;margin-top:24px;display:inline-block}@media (width<=640px){.education-hero{min-height:320px}.education-hero__title{font-size:2rem}}.education-info{background-color:#fff;width:100%;padding:64px 24px}.education-info__content{flex-direction:column;gap:28px;max-width:1100px;margin:0 auto;display:flex}.education-info__paragraph{color:#4a4a4a;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.7}@media (width<=640px){.education-info{padding:40px 20px}.education-info__paragraph{font-size:.95rem;line-height:1.6}}.education-programs{background-color:#fff;width:100%;padding:0 24px 64px}.education-programs__grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1300px;margin:0 auto;display:grid}.program-card{flex-direction:column;display:flex}.program-card__inner{cursor:pointer;position:relative;overflow:hidden}.program-card__image{background-color:#e9e7e0;background-position:50%;background-repeat:no-repeat;background-size:cover;height:220px}.program-card__title{z-index:1;letter-spacing:.4px;color:#2f8f4e;text-transform:uppercase;margin:16px 0 0;padding:0 4px;font-family:Poppins,Segoe UI,sans-serif;font-size:.95rem;font-weight:700;transition:opacity .2s;position:relative}.program-card__description{opacity:0;visibility:hidden;pointer-events:none;z-index:2;background:#0c2902;align-items:center;height:0;padding:0 16px;transition:top .35s,height .35s,opacity .25s,visibility 0s linear .35s;display:flex;position:absolute;inset:100% 0 0;overflow:hidden}.program-card__description p{color:#f4f1ea;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:.85rem;line-height:1.5}.program-card__inner:hover .program-card__title{opacity:0}.program-card__inner:hover .program-card__description{opacity:1;visibility:visible;pointer-events:auto;height:100%;padding:16px;transition:top .35s,height .35s,opacity .25s,visibility linear;top:0}@media (width<=992px){.education-programs__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.education-programs__grid{grid-template-columns:1fr}}.education-initiatives{background-color:#f8ebcd;width:100%;padding:64px 24px}.education-initiatives__header{text-align:center;max-width:700px;margin:0 auto 40px}.education-initiatives__eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#2f8f4e;margin:0 0 14px;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;font-weight:700;display:block}.education-initiatives__title{color:#1f2d22;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,4vw,2rem);font-weight:700;line-height:1.25}.education-initiatives__grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:1300px;margin:0 auto;display:grid}.initiative-card{background-color:#fff;border-radius:10px;flex-direction:column;padding:24px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 2px 8px #0000000f}.initiative-card:hover{transform:translateY(-6px);box-shadow:0 14px 28px #0000001f}.initiative-card__title{letter-spacing:.4px;color:#2f8f4e;text-transform:uppercase;margin:0 0 8px;font-family:Poppins,Segoe UI,sans-serif;font-size:.95rem;font-weight:700}.initiative-card__description{color:#6b6b6b;margin:0 0 18px;font-family:Segoe UI,Arial,sans-serif;font-size:.9rem;line-height:1.6}.initiative-card__image{background-color:#e9e7e0;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;height:320px;transition:transform .35s;overflow:hidden}.initiative-card:hover .initiative-card__image{transform:scale(1.03)}@media (width<=768px){.education-initiatives__grid{grid-template-columns:1fr}.initiative-card__image{height:260px}}@media (width<=640px){.education-hero{text-align:center;background-position:50%;justify-content:center;align-items:center;width:100%;min-height:360px;display:flex}.education-hero__content{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;margin:0 auto;padding:0 20px;display:flex}.education-hero__title{text-align:center;width:100%;max-width:450px;margin:0 auto 22px;font-size:clamp(1.9rem,8vw,2.3rem);line-height:1.2}.education-hero__subtitle{text-align:center;width:100%;max-width:430px;margin:0 auto;font-size:.92rem;line-height:1.65}.education-hero__divider{width:50px;height:2px;margin:20px auto 0;display:block}.education-info{box-sizing:border-box;text-align:center;width:100%;padding:42px 20px}.education-info__content{text-align:center;flex-direction:column;align-items:center;gap:22px;width:100%;max-width:520px;margin:0 auto;display:flex}.education-info__paragraph{text-align:center;width:100%;max-width:500px;margin:0 auto;font-size:.93rem;line-height:1.7}.education-programs{box-sizing:border-box;justify-content:center;width:100%;padding:0 20px 45px;display:flex}.education-programs__grid{grid-template-columns:1fr;justify-items:center;gap:30px;width:100%;max-width:380px;margin:0 auto;display:grid}.program-card{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:360px;margin:0 auto;display:flex}.program-card__inner{text-align:center;width:100%;margin:0 auto}.program-card__image{background-position:50%;width:100%;height:220px}.program-card__title{text-align:center;width:100%;margin:14px auto 0;padding:0;font-size:.9rem}.program-card__description{box-sizing:border-box;text-align:center;justify-content:center;align-items:center;width:100%;padding:16px}.program-card__description p{text-align:center;width:100%;margin:0 auto;font-size:.84rem;line-height:1.55}.education-initiatives{box-sizing:border-box;text-align:center;width:100%;padding:45px 20px}.education-initiatives__header{text-align:center;width:100%;max-width:500px;margin:0 auto 32px}.education-initiatives__eyebrow{letter-spacing:2px;text-align:center;width:100%;margin:0 auto 12px;font-size:.78rem}.education-initiatives__title{text-align:center;width:100%;max-width:450px;margin:0 auto;font-size:1.65rem;line-height:1.3}.education-initiatives__grid{grid-template-columns:1fr;justify-items:center;gap:24px;width:100%;max-width:380px;margin:0 auto;display:grid}.initiative-card{box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:360px;margin:0 auto;padding:20px;display:flex}.initiative-card__title{text-align:center;width:100%;margin:0 auto 8px;font-size:.9rem}.initiative-card__description{text-align:center;width:100%;margin:0 auto 16px;font-size:.88rem;line-height:1.6}.initiative-card__image{background-position:50%;width:100%;height:260px;margin:0 auto}}@media (width<=400px){.education-hero{min-height:340px}.education-hero__content{max-width:350px;padding:0 16px}.education-hero__title{max-width:330px;margin-bottom:18px;font-size:1.8rem;line-height:1.2}.education-hero__subtitle{max-width:320px;font-size:.86rem;line-height:1.6}.education-info{padding:35px 16px}.education-info__content{gap:18px;max-width:350px}.education-info__paragraph{max-width:330px;font-size:.88rem;line-height:1.65}.education-programs{padding:0 16px 40px}.education-programs__grid{gap:26px;max-width:340px}.program-card{max-width:330px}.program-card__image{height:210px}.program-card__title{font-size:.85rem}.program-card__description p{font-size:.82rem}.education-initiatives{padding:40px 16px}.education-initiatives__header{max-width:340px;margin-bottom:28px}.education-initiatives__eyebrow{font-size:.72rem}.education-initiatives__title{max-width:330px;font-size:1.5rem}.education-initiatives__grid{gap:20px;max-width:340px}.initiative-card{max-width:330px;padding:18px}.initiative-card__title{font-size:.85rem}.initiative-card__description{font-size:.84rem;line-height:1.6}.initiative-card__image{height:230px}}.health-hero{background-image:url(/healthy%20green.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.health-hero__overlay{z-index:1;background:linear-gradient(#0000009c 0%,#0000009d 40%,#000000b6 100%);position:absolute;inset:0}.health-hero__content{z-index:2;text-align:center;color:#f4f1ea;max-width:700px;padding:0 24px;position:relative}.health-hero__title{color:#f6f4ee;letter-spacing:-.5px;margin:0 0 30px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}.health-hero__subtitle{color:#e7e5dd;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.health-hero__divider{background-color:#f7e3c7;border-radius:2px;width:64px;height:3px;margin-top:24px;display:inline-block}@media (width<=640px){.health-hero{min-height:320px}.health-hero__title{font-size:2rem}}.health-info{background-color:#fff;width:100%;padding:64px 24px}.health-info__content{flex-direction:column;gap:28px;max-width:1100px;margin:0 auto;display:flex}.health-info__paragraph{color:#4a4a4a;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.7}@media (width<=640px){.health-info{padding:40px 20px}.health-info__paragraph{font-size:.95rem;line-height:1.6}}.health-programs{background:radial-gradient(circle at 10% 15%,#7fa65124,#0000 32%),radial-gradient(circle at 90% 85%,#33452a1a,#0000 35%),linear-gradient(135deg,#f8f7f0 0%,#edf2e5 50%,#f6f5ed 100%);border-top:1px solid #33452a14;border-bottom:1px solid #33452a14;width:100%;padding:80px 24px}.health-programs__grid{counter-reset:program-count;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1300px;margin:0 auto;display:grid}.health-program-card{counter-increment:program-count;flex-direction:column;display:flex}.health-program-card__inner{cursor:pointer;isolation:isolate;background:linear-gradient(145deg,#55745a 0%,#3f6048 55%,#294634 100%);border-radius:16px;height:400px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 10px 30px #2a46321f,0 2px 8px #2a463214}.health-program-card__inner:hover{transform:translateY(-5px);box-shadow:0 18px 40px #2a46322e,0 4px 12px #2a46321a}.health-program-card__inner:hover:before{opacity:0;transform:translateY(-5px)}.health-program-card__image{z-index:0;background-color:#48664f;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform .6s,filter .4s;position:absolute;inset:0}.health-program-card__inner:after{content:"";z-index:1;background:linear-gradient(#223e2a05 20%,#1c342433 50%,#142a1cd1 100%);transition:opacity .4s;position:absolute;inset:0}.health-program-card__inner:hover .health-program-card__image{filter:brightness(.62)saturate(1.05);transform:scale(1.08)}.health-program-card__title{z-index:2;letter-spacing:.5px;color:#fff;text-transform:uppercase;margin:0;padding:20px 20px 22px;font-family:Poppins,Segoe UI,sans-serif;font-size:.9rem;font-weight:700;line-height:1.4;transition:opacity .25s,transform .25s;position:absolute;bottom:0;left:0;right:0}.health-program-card__inner:hover .health-program-card__title{opacity:0;transform:translateY(-8px)}.health-program-card__description{z-index:2;-webkit-backdrop-filter:blur(14px)saturate(130%);opacity:0;background:#2a4632bd;border-top:1px solid #ffffff40;align-items:center;padding:0 22px;transition:top .45s cubic-bezier(.22,1,.36,1),opacity .3s;display:flex;position:absolute;inset:100% 0 0}.health-program-card__description p{color:#f7faf4;letter-spacing:.1px;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:.85rem;line-height:1.65}.health-program-card__inner:hover .health-program-card__description{opacity:1;top:0}@media (width<=992px){.health-programs__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.health-programs{padding:60px 18px}.health-programs__grid{grid-template-columns:1fr;gap:20px}.health-program-card__inner{height:340px}}.health-initiatives{background-color:#fff;width:100%;padding:72px 24px}.health-initiatives__header{text-align:center;max-width:700px;margin:0 auto 40px}.health-initiatives__eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#2f8f4e;margin:0 0 14px;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;font-weight:700;display:block}.health-initiatives__title{color:#1f2d22;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,4vw,2rem);font-weight:700;line-height:1.25}.health-initiatives__grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:1300px;margin:0 auto;display:grid}.health-initiative-card{border-radius:12px;flex-direction:column;padding:12px;transition:transform .3s,box-shadow .3s;display:flex}.health-initiative-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #1f2d221f}.health-initiative-card__image{background-color:#e9e7e0;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;height:320px;margin-bottom:18px;transition:transform .5s;overflow:hidden}.health-initiative-card:hover .health-initiative-card__image{transform:scale(1.03)}.health-initiative-card__title{letter-spacing:.4px;color:#2f8f4e;text-transform:uppercase;margin:0 0 8px;font-family:Poppins,Segoe UI,sans-serif;font-size:.95rem;font-weight:700}.health-initiative-card__description{color:#302e2e;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:.9rem;line-height:1.6}@media (width<=768px){.health-initiatives__grid{grid-template-columns:1fr}.health-initiative-card__image{height:260px}}@media (width<=640px){.health-hero{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:360px;display:flex}.health-hero__content{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;margin:0 auto;padding:0 20px;display:flex}.health-hero__title{text-align:center;width:100%;max-width:450px;margin:0 auto 22px;font-size:clamp(1.9rem,8vw,2.3rem);line-height:1.2}.health-hero__subtitle{text-align:center;width:100%;max-width:430px;margin:0 auto;font-size:.92rem;line-height:1.65}.health-hero__divider{width:50px;height:2px;margin:20px auto 0;display:block}.health-info{box-sizing:border-box;text-align:center;width:100%;padding:42px 20px}.health-info__content{text-align:center;flex-direction:column;align-items:center;gap:22px;width:100%;max-width:520px;margin:0 auto;display:flex}.health-info__paragraph{text-align:center;width:100%;max-width:500px;margin:0 auto;font-size:.93rem;line-height:1.7}.health-programs{box-sizing:border-box;justify-content:center;width:100%;padding:55px 18px;display:flex}.health-programs__grid{grid-template-columns:1fr;justify-items:center;gap:22px;width:100%;max-width:380px;margin:0 auto;display:grid}.health-program-card{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:360px;margin:0 auto;display:flex}.health-program-card__inner{text-align:center;border-radius:14px;width:100%;max-width:360px;height:340px;margin:0 auto}.health-program-card__image{background-position:50%;background-size:cover;width:100%;height:100%}.health-program-card__title{box-sizing:border-box;text-align:center;width:100%;margin:0 auto;padding:18px 18px 20px;font-size:.88rem;line-height:1.4;left:0;right:0}.health-program-card__description{box-sizing:border-box;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:22px;display:flex;inset:0}.health-program-card__description p{text-align:center;width:100%;max-width:300px;margin:0 auto;font-size:.84rem;line-height:1.65}.health-initiatives{box-sizing:border-box;text-align:center;width:100%;padding:48px 18px}.health-initiatives__header{text-align:center;width:100%;max-width:500px;margin:0 auto 32px}.health-initiatives__eyebrow{letter-spacing:2px;text-align:center;width:100%;margin:0 auto 12px;font-size:.78rem}.health-initiatives__title{text-align:center;width:100%;max-width:450px;margin:0 auto;font-size:1.65rem;line-height:1.3}.health-initiatives__grid{grid-template-columns:1fr;justify-items:center;gap:24px;width:100%;max-width:380px;margin:0 auto;display:grid}.health-initiative-card{box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:360px;margin:0 auto;padding:10px;display:flex}.health-initiative-card__image{background-position:50%;background-size:cover;border-radius:8px;width:100%;height:260px;margin:0 auto 16px}.health-initiative-card__title{text-align:center;width:100%;margin:0 auto 8px;font-size:.9rem;line-height:1.4}.health-initiative-card__description{text-align:center;width:100%;max-width:330px;margin:0 auto;font-size:.88rem;line-height:1.6}}@media (width<=400px){.health-hero{min-height:340px}.health-hero__content{max-width:350px;padding:0 16px}.health-hero__title{max-width:330px;margin-bottom:18px;font-size:1.8rem;line-height:1.2}.health-hero__subtitle{max-width:320px;font-size:.86rem;line-height:1.6}.health-info{padding:35px 16px}.health-info__content{gap:18px;max-width:350px}.health-info__paragraph{max-width:330px;font-size:.88rem;line-height:1.65}.health-programs{padding:45px 16px}.health-programs__grid{gap:20px;max-width:340px}.health-program-card{max-width:330px}.health-program-card__inner{border-radius:13px;max-width:330px;height:320px}.health-program-card__title{padding:16px 14px 18px;font-size:.84rem}.health-program-card__description{padding:18px}.health-program-card__description p{max-width:285px;font-size:.8rem;line-height:1.6}.health-initiatives{padding:40px 16px}.health-initiatives__header{max-width:340px;margin-bottom:28px}.health-initiatives__eyebrow{font-size:.72rem}.health-initiatives__title{max-width:330px;font-size:1.5rem}.health-initiatives__grid{gap:20px;max-width:340px}.health-initiative-card{max-width:330px;padding:8px}.health-initiative-card__image{height:230px;margin-bottom:14px}.health-initiative-card__title{font-size:.84rem}.health-initiative-card__description{max-width:310px;font-size:.83rem;line-height:1.6}}.employment-hero{background-image:url(/employ.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.employment-hero__overlay{z-index:1;background:linear-gradient(#0000009c 0%,#0000009d 40%,#000000b6 100%);position:absolute;inset:0}.employment-hero__content{z-index:2;text-align:center;color:#f4f1ea;max-width:700px;padding:0 24px;position:relative}.employment-hero__title{color:#f6f4ee;letter-spacing:-.5px;margin:0 0 30px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}.employment-hero__subtitle{color:#e7e5dd;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.employment-hero__divider{background-color:#f7e3c7;border-radius:2px;width:64px;height:3px;margin-top:24px;display:inline-block}.employment-intro{background-color:#fff;justify-content:center;width:100%;padding:64px 24px;display:flex}.employment-intro__content{max-width:1200px}.employment-intro__text{color:#4a4a4a;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.7}.employment-programs{background-color:#f6f4ef;background-image:radial-gradient(circle at 10% 15%,#d4a55a14 0%,#0000 45%),radial-gradient(circle at 90% 85%,#3f8f4f12 0%,#0000 50%),linear-gradient(160deg,#f8f6f1 0%,#f3f1ea 55%,#eeece3 100%);flex-direction:column;align-items:center;width:100%;padding:96px 24px 120px;display:flex;position:relative;overflow:hidden}.employment-programs:before{content:"";opacity:.6;pointer-events:none;background-image:radial-gradient(#234d2b09 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0}.employment-programs__header{z-index:1;text-align:center;max-width:700px;margin-bottom:72px;position:relative}.employment-programs__title{color:#2f4a3d;letter-spacing:-.5px;margin:0 0 16px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;display:inline-block;position:relative}.employment-programs__title:after{content:"";background:linear-gradient(90deg,#b8863f,#d4a55a);border-radius:2px;width:56px;height:4px;margin:18px auto 0;display:block}.employment-programs__subtitle{color:#6b6a60;margin:0;font-size:clamp(1rem,1.6vw,1.125rem);line-height:1.7}.employment-program{z-index:1;background:#fff;border-radius:20px;align-items:center;gap:0;width:100%;max-width:1100px;margin-bottom:56px;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #2f4a3d14}.employment-program:hover{transform:translateY(-6px);box-shadow:0 20px 42px #2f4a3d24}.employment-program:last-child{margin-bottom:0}.employment-program--image-left{flex-direction:row}.employment-program--image-right{flex-direction:row-reverse}.employment-program__image-wrap{flex:45%;align-self:stretch;position:relative;overflow:hidden}.employment-program__image{object-fit:cover;width:100%;height:100%;min-height:260px;transition:transform .5s;display:block}.employment-program:hover .employment-program__image{transform:scale(1.06)}.employment-program__badge{color:#b8863f;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-family:Poppins,Segoe UI,sans-serif;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:18px;left:18px;box-shadow:0 3px 10px #00000024}.employment-program--image-right .employment-program__badge{left:auto;right:18px}.employment-program__content{flex:55%;padding:44px 48px;position:relative}.employment-program__eyebrow{letter-spacing:1.6px;text-transform:uppercase;color:#b8863f;margin-bottom:12px;font-family:Poppins,Segoe UI,sans-serif;font-size:.72rem;font-weight:700;display:inline-block}.employment-program__title{color:#2f4a3d;margin:0 0 16px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:700;line-height:1.35}.employment-program__text{color:#5f5e55;margin:0;font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.75}.employment-program__accent{background:linear-gradient(90deg,#b8863f,#d4a55a);border-radius:2px;width:40px;height:3px;margin-top:24px;transition:width .35s;display:block}.employment-program:hover .employment-program__accent{width:72px}@media (width<=640px){.employment-hero{min-height:320px}.employment-hero__title{font-size:2rem}.employment-intro{padding:40px 20px}.employment-programs{padding:64px 20px 80px}.employment-program,.employment-program--image-left,.employment-program--image-right{flex-direction:column;margin-bottom:32px}.employment-program__image{min-height:200px}.employment-program__content{padding:28px 24px 32px}.employment-hero{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:360px;display:flex}.employment-hero__content{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;margin:0 auto;padding:0 20px;display:flex}.employment-hero__title{text-align:center;width:100%;max-width:450px;margin:0 auto 20px;font-size:clamp(1.9rem,8vw,2.3rem);line-height:1.2}.employment-hero__subtitle{text-align:center;width:100%;max-width:430px;margin:0 auto;font-size:.92rem;line-height:1.65}.employment-hero__divider{width:50px;height:2px;margin:20px auto 0;display:block}.employment-intro{box-sizing:border-box;text-align:center;justify-content:center;align-items:center;width:100%;padding:42px 20px;display:flex}.employment-intro__content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:520px;margin:0 auto;display:flex}.employment-intro__text{text-align:center;width:100%;max-width:500px;margin:0 auto;font-size:.93rem;line-height:1.7}.employment-programs{box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;width:100%;padding:55px 18px 70px;display:flex}.employment-programs__header{text-align:center;width:100%;max-width:500px;margin:0 auto 42px}.employment-programs__title{text-align:center;width:100%;max-width:450px;margin:0 auto 14px;font-size:1.7rem;line-height:1.3;display:block}.employment-programs__title:after{width:48px;height:3px;margin:15px auto 0}.employment-programs__subtitle{text-align:center;width:100%;max-width:430px;margin:0 auto;font-size:.9rem;line-height:1.65}.employment-program{text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;margin:0 auto 32px;display:flex}.employment-program--image-left,.employment-program--image-right{flex-direction:column;margin-left:auto;margin-right:auto}.employment-program:last-child{margin-bottom:0}.employment-program__image-wrap{flex:none;justify-content:center;align-self:auto;align-items:center;width:100%;display:flex;overflow:hidden}.employment-program__image{object-fit:cover;width:100%;height:220px;min-height:220px;margin:0 auto;display:block}.employment-program__content{box-sizing:border-box;text-align:center;flex-direction:column;flex:none;align-items:center;width:100%;padding:28px 22px 30px;display:flex}.employment-program__eyebrow{letter-spacing:1.4px;text-align:center;width:100%;margin:0 auto 10px;font-size:.68rem;display:block}.employment-program__content .employment-program__title{text-align:center;width:100%;max-width:400px;margin:0 auto 14px;font-size:1.2rem;line-height:1.35}.employment-program__text{text-align:center;width:100%;max-width:430px;margin:0 auto;font-size:.9rem;line-height:1.7}.employment-program__accent{width:40px;margin:20px auto 0}.employment-program:hover .employment-program__accent{width:60px}}@media (width<=400px){.employment-hero{min-height:340px}.employment-hero__content{max-width:350px;padding:0 16px}.employment-hero__title{max-width:330px;font-size:1.8rem;line-height:1.2}.employment-hero__subtitle{max-width:320px;font-size:.86rem;line-height:1.6}.employment-intro{padding:35px 16px}.employment-intro__content{max-width:350px}.employment-intro__text{max-width:330px;font-size:.88rem;line-height:1.65}.employment-programs{padding:45px 16px 60px}.employment-programs__header{max-width:340px;margin-bottom:35px}.employment-programs__title{max-width:330px;font-size:1.5rem}.employment-programs__subtitle{max-width:320px;font-size:.85rem}.employment-program{border-radius:14px;width:100%;max-width:330px;margin-left:auto;margin-right:auto}.employment-program__image{height:200px;min-height:200px}.employment-program__content{padding:24px 18px 28px}.employment-program__eyebrow{font-size:.64rem}.employment-program__content .employment-program__title{max-width:300px;font-size:1.1rem}.employment-program__text{max-width:300px;font-size:.85rem;line-height:1.65}.employment-program__badge{width:38px;height:38px;font-size:.78rem}.employment-program__accent{margin-top:18px}}.art-culture-hero{background-image:url(/artcultures.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.art-culture-hero__overlay{z-index:1;background:linear-gradient(#0000009c 0%,#0000009d 40%,#000000b6 100%);position:absolute;inset:0}.art-culture-hero__content{z-index:2;text-align:center;color:#f4f1ea;max-width:700px;padding:0 24px;position:relative}.art-culture-hero__title{color:#f6f4ee;letter-spacing:-.5px;margin:0 0 30px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}.art-culture-hero__subtitle{color:#e7e5dd;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.art-culture-hero__divider{background-color:#f7e3c7;border-radius:2px;width:64px;height:3px;margin-top:24px;display:inline-block}.art-culture-intro{background-color:#fff;justify-content:center;width:100%;padding:64px 24px;display:flex}.art-culture-intro__content{max-width:1200px}.art-culture-intro__text{color:#4a4a4a;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.7}.art-culture-programs{background-color:#f4eef2;background-image:radial-gradient(circle at 8% 12%,#6b3e6b1f 0%,#0000 45%),radial-gradient(circle at 92% 88%,#c49b4a17 0%,#0000 50%),linear-gradient(160deg,#faf6f8 0%,#f4eef2 55%,#ede4ea 100%);flex-direction:column;align-items:center;width:100%;padding:88px 24px 110px;display:flex;position:relative;overflow:hidden}.art-culture-programs:before{content:"";opacity:.6;pointer-events:none;background-image:radial-gradient(#4a2a4a0a 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0}.art-culture-programs__header{z-index:1;text-align:center;max-width:1000px;margin-bottom:60px;position:relative}.art-culture-programs__title{color:#4a2a4a;letter-spacing:-.5px;margin:0 0 16px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;display:inline-block;position:relative}.art-culture-programs__subtitle{color:#7a6a75;margin:0;font-size:clamp(1rem,1.6vw,1.125rem);line-height:1.7}.art-culture-programs__grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:32px 28px;width:100%;max-width:1420px;display:grid;position:relative}.art-culture-card{cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 16px #2f4a3d17}.art-culture-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #2f4a3d29}.art-culture-card__image-wrap{background-color:#ece5dd;width:100%;height:180px;position:relative;overflow:hidden}.art-culture-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.art-culture-card:hover .art-culture-card__image{transform:scale(1.06)}.art-culture-card__content{flex-direction:column;flex:1;padding:20px 20px 24px;display:flex}.art-culture-card__title{color:#4a2a4a;margin:0 0 10px;font-family:Poppins,Segoe UI,sans-serif;font-size:1rem;font-weight:700;line-height:1.35}.art-culture-card__text{color:#5f5e55;margin:0;font-size:.8rem;line-height:1.6}@media (width<=1100px){.art-culture-programs__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.art-culture-hero{min-height:320px}.art-culture-hero__title{font-size:2rem}.art-culture-intro{padding:40px 20px}.art-culture-programs{padding:56px 20px 64px}.art-culture-programs__grid{grid-template-columns:1fr}.art-culture-card__image-wrap{height:200px}.art-culture-hero{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:360px;display:flex}.art-culture-hero__content{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;margin:0 auto;padding:0 20px;display:flex}.art-culture-hero__title{text-align:center;width:100%;max-width:450px;margin:0 auto 20px;font-size:clamp(1.9rem,8vw,2.3rem);line-height:1.2}.art-culture-hero__subtitle{text-align:center;width:100%;max-width:430px;margin:0 auto;font-size:.92rem;line-height:1.65}.art-culture-hero__divider{width:50px;height:2px;margin:20px auto 0;display:block}.art-culture-intro{box-sizing:border-box;text-align:center;justify-content:center;align-items:center;width:100%;padding:42px 20px;display:flex}.art-culture-intro__content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:520px;margin:0 auto;display:flex}.art-culture-intro__text{text-align:center;width:100%;max-width:500px;margin:0 auto;font-size:.93rem;line-height:1.7}.art-culture-programs{box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;width:100%;padding:55px 18px 70px;display:flex}.art-culture-programs__header{text-align:center;width:100%;max-width:500px;margin:0 auto 38px}.art-culture-programs__title{text-align:center;width:100%;max-width:450px;margin:0 auto 14px;font-size:1.7rem;line-height:1.3;display:block}.art-culture-programs__subtitle{text-align:center;width:100%;max-width:430px;margin:0 auto;font-size:.9rem;line-height:1.65}.art-culture-programs__grid{grid-template-columns:1fr;place-items:center;gap:22px;width:100%;max-width:380px;margin:0 auto;display:grid}.art-culture-card{text-align:center;border-radius:14px;flex-direction:column;align-items:center;width:100%;max-width:360px;margin:0 auto;display:flex}.art-culture-card__image-wrap{justify-content:center;align-items:center;width:100%;height:200px;margin:0 auto;display:flex;overflow:hidden}.art-culture-card__image{object-fit:cover;width:100%;height:100%;margin:0 auto;display:block}.art-culture-card__content{box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;width:100%;padding:20px 18px 22px;display:flex}.art-culture-card__title{text-align:center;width:100%;max-width:320px;margin:0 auto 10px;font-size:.95rem;line-height:1.4}.art-culture-card__text{text-align:center;width:100%;max-width:320px;margin:0 auto;font-size:.82rem;line-height:1.65}}@media (width<=400px){.art-culture-hero{min-height:340px}.art-culture-hero__content{max-width:350px;padding:0 16px}.art-culture-hero__title{max-width:330px;font-size:1.8rem;line-height:1.2}.art-culture-hero__subtitle{max-width:320px;font-size:.86rem;line-height:1.6}.art-culture-intro{padding:35px 16px}.art-culture-intro__content{max-width:350px}.art-culture-intro__text{max-width:330px;font-size:.88rem;line-height:1.65}.art-culture-programs{padding:45px 16px 60px}.art-culture-programs__header{max-width:340px;margin-bottom:32px}.art-culture-programs__title{max-width:330px;font-size:1.5rem}.art-culture-programs__subtitle{max-width:320px;font-size:.85rem;line-height:1.6}.art-culture-programs__grid{gap:20px;max-width:340px}.art-culture-card{max-width:330px;margin-left:auto;margin-right:auto}.art-culture-card__image-wrap{height:210px}.art-culture-card__content{padding:18px 16px 20px}.art-culture-card__title{max-width:300px;font-size:.88rem}.art-culture-card__text{max-width:300px;font-size:.8rem;line-height:1.6}}.leadership-hero{background-image:url(/leader.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.leadership-hero__overlay{z-index:1;background:linear-gradient(#0000009c 0%,#0000009d 40%,#000000b6 100%);position:absolute;inset:0}.leadership-hero__content{z-index:2;text-align:center;color:#f4f1ea;width:100%;max-width:700px;padding:0 24px;position:relative}.leadership-hero__title{color:#f6f4ee;letter-spacing:-.5px;margin:0 0 30px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}.leadership-hero__subtitle{color:#e7e5dd;margin:0 auto;font-family:Segoe UI,Arial,sans-serif;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.leadership-hero__divider{background-color:#f7e3c7;border-radius:2px;width:64px;height:3px;margin-top:24px;display:inline-block}.leadership-intro{background-color:#fff;justify-content:center;width:100%;padding:60px 24px;display:flex}.leadership-intro__content{width:100%;max-width:1200px}.leadership-intro__text{color:#4a4a4a;margin:0 0 18px;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.7}.leadership-intro__text:last-child{margin-bottom:0}.leadership-cards--overlay{background-color:#fff;justify-content:center;width:100%;padding:20px 24px 90px;display:flex}.leadership-cards--overlay .leadership-cards__grid{grid-template-columns:repeat(4,1fr);gap:24px;width:100%;max-width:1200px;display:grid}.overlay-card{aspect-ratio:3/4;cursor:pointer;isolation:isolate;-webkit-tap-highlight-color:transparent;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 10px 24px #0000001a}.overlay-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.overlay-card__scrim{z-index:1;background:linear-gradient(#0f1e1400 30%,#0f1e148c 65%,#0f1e14eb 100%);transition:background .4s;position:absolute;inset:0}.overlay-card__body{z-index:2;padding:20px;position:absolute;bottom:0;left:0;right:0}.overlay-card__title{color:#fff;text-transform:uppercase;letter-spacing:.4px;margin:0 0 8px;font-family:Poppins,Segoe UI,sans-serif;font-size:1rem;font-weight:700;line-height:1.3}.overlay-card__underline{background:#c9a86a;border-radius:2px;width:40px;height:3px;margin-bottom:10px;transition:width .4s;display:block}.overlay-card__description{color:#ffffffeb;opacity:0;background:#00000081;border-radius:8px;max-height:0;margin:0;padding:0 10px;font-family:Segoe UI,Arial,sans-serif;font-size:.82rem;font-weight:500;line-height:1.6;transition:max-height .5s,opacity .4s,padding .4s;overflow:hidden}@media (width>=601px) and (hover:hover) and (pointer:fine){.overlay-card:hover .overlay-card__image{transform:scale(1.08)}.overlay-card:hover .overlay-card__scrim{background:linear-gradient(#0f1e1426 0%,#0f1e14b3 55%,#0f1e14f2 100%)}.overlay-card:hover .overlay-card__underline{width:50px}.overlay-card:hover .overlay-card__description{opacity:1;max-height:300px;padding:10px}}@media (width<=1024px){.leadership-cards--overlay .leadership-cards__grid{grid-template-columns:repeat(2,1fr);row-gap:24px}}@media (width>=601px) and (width<=1024px){.leadership-hero{min-height:400px}.leadership-hero__content{max-width:600px}.leadership-intro{padding:50px 32px}.leadership-cards--overlay{padding:20px 32px 80px}.leadership-cards--overlay .leadership-cards__grid{gap:20px}.overlay-card{aspect-ratio:4/3.4}.overlay-card__title{font-size:.95rem}.overlay-card__description{font-size:.8rem}.leadership-final{padding:70px 32px 90px}.leadership-final__grid{grid-template-columns:1fr;gap:22px}.stack-card__text{min-height:0}.stack-card__title,.stack-card__description{-webkit-line-clamp:unset;line-clamp:unset}}@media (width>=601px) and (width<=1024px) and (hover:none),(width>=601px) and (width<=1024px) and (pointer:coarse){.overlay-card__description{opacity:0;max-height:0;padding:0 10px}.overlay-card--active .overlay-card__image{transform:scale(1.04)}.overlay-card--active .overlay-card__scrim{background:linear-gradient(#0f1e141a 0%,#0f1e14ad 50%,#0f1e14f5 100%)}.overlay-card--active .overlay-card__underline{width:50px}.overlay-card--active .overlay-card__description{opacity:1;max-height:300px;padding:10px}}@media (width>=1025px) and (width<=1366px){.leadership-cards--overlay .leadership-cards__grid{grid-template-columns:repeat(3,1fr)}.leadership-final__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.leadership-cards--overlay{padding:20px 24px 70px}.leadership-cards--overlay .leadership-cards__grid{grid-template-columns:1fr;gap:24px}.overlay-card{aspect-ratio:4/3;border-radius:16px;width:100%}.overlay-card__image{transition:transform .6s}.overlay-card__description{opacity:0;max-height:0;padding:0 10px}.overlay-card--active .overlay-card__description{opacity:1;max-height:300px;padding:10px}.overlay-card--active .overlay-card__image{transform:scale(1.04)}.overlay-card--active .overlay-card__scrim{background:linear-gradient(#0f1e141a 0%,#0f1e14ad 50%,#0f1e14f5 100%)}.overlay-card--active .overlay-card__underline{width:50px}}@media (width<=480px){.leadership-cards--overlay{padding-left:24px;padding-right:24px}.overlay-card{aspect-ratio:4/3;border-radius:15px}.overlay-card__body{padding:16px}.overlay-card__title{font-size:.95rem;line-height:1.3}.overlay-card__description{font-size:.78rem;line-height:1.55}}.leadership-final{background-color:#ffe1e1;flex-direction:column;align-items:center;width:100%;padding:80px 24px 100px;display:flex}.leadership-final__header{text-align:center;max-width:700px;margin-bottom:48px}.leadership-final__title{color:#7a2e2e;letter-spacing:-.3px;margin:0 0 16px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.leadership-final__subtitle{color:#8a5a5a;margin:0 auto;font-family:Segoe UI,Arial,sans-serif;font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.7}.leadership-final__divider{background-color:#b5715f;border-radius:2px;width:64px;height:3px;margin-top:24px;display:inline-block}.leadership-final__grid{grid-template-columns:repeat(2,1fr);align-items:start;gap:28px;width:100%;max-width:1400px;display:grid}.stack-card{background:#fff;border-radius:18px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 26px #00000014}.stack-card__image-wrap{aspect-ratio:16/7;width:100%;overflow:hidden}.stack-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.stack-card:hover .stack-card__image{transform:scale(1.06)}.stack-card__text{flex-direction:column;justify-content:flex-start;min-height:200px;padding:28px 28px 24px;display:flex;overflow:hidden}.stack-card__underline{background:#c9a86a;border-radius:2px;flex-shrink:0;width:40px;height:3px;margin-bottom:14px;display:block}.stack-card__title{color:#1a1a1a;text-transform:uppercase;letter-spacing:.3px;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 10px;font-family:Poppins,Segoe UI,sans-serif;font-size:1rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.stack-card__description{color:#5c5c5c;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:.85rem;line-height:1.7;display:-webkit-box;overflow:hidden}@media (width<=900px){.leadership-final__grid{grid-template-columns:1fr;gap:24px}.stack-card__text{min-height:0}.stack-card__title,.stack-card__description{-webkit-line-clamp:unset;line-clamp:unset}}@media (width<=600px){.leadership-hero{background-position:50%;min-height:380px}.leadership-hero__content{padding:0 20px}.leadership-hero__title{margin-bottom:20px;font-size:2.25rem}.leadership-hero__subtitle{font-size:.95rem;line-height:1.55}.leadership-intro{text-align:center;padding:40px 20px}.leadership-intro__text{margin-bottom:16px;font-size:.92rem;line-height:1.65}.leadership-final{padding:60px 20px 70px}.leadership-final__header{margin-bottom:36px}.leadership-final__title{font-size:1.7rem}.leadership-final__subtitle{font-size:.92rem;line-height:1.6}.stack-card__text{padding:22px 20px}}@media (width<=390px){.leadership-hero{min-height:350px}.leadership-hero__content{padding:0 18px}.leadership-hero__title{font-size:2rem}.leadership-hero__subtitle{font-size:.9rem}.leadership-cards--overlay{padding-left:24px;padding-right:24px}.overlay-card{aspect-ratio:4/3}.overlay-card__body{padding:16px}.overlay-card__title{font-size:.9rem}.overlay-card__description{font-size:.76rem;line-height:1.5}.leadership-final{padding-left:18px;padding-right:18px}}@media (width<=600px){.overlay-card__body{text-align:center;z-index:2;flex-direction:column;align-items:center;width:100%;padding:18px 16px;display:flex;position:absolute;bottom:0;left:50%;right:auto;transform:translate(-50%)}.overlay-card__title{text-align:center;width:100%;margin:0 0 8px;line-height:1.35}.overlay-card__underline{width:40px;margin:0 auto 10px}.overlay-card__description{text-align:center;opacity:0;width:100%;max-height:0;margin:0;padding:0 10px}.overlay-card--active .overlay-card__description{opacity:1;max-height:300px;padding:10px}.overlay-card--active .overlay-card__underline{width:50px;margin-left:auto;margin-right:auto}}@media (width>=601px) and (width<=1024px) and (hover:none),(width>=601px) and (width<=1024px) and (pointer:coarse){.overlay-card__body{text-align:center;z-index:2;flex-direction:column;align-items:center;width:100%;padding:20px 18px;display:flex;position:absolute;bottom:0;left:50%;right:auto;transform:translate(-50%)}.overlay-card__title{text-align:center;width:100%;margin:0 0 8px}.overlay-card__underline{width:40px;margin:0 auto 10px}.overlay-card__description{text-align:center;width:100%;margin:0}}@media (width<=390px){.overlay-card__body{text-align:center;flex-direction:column;align-items:center;width:100%;padding:16px 14px;display:flex;bottom:0;left:50%;right:auto;transform:translate(-50%)}.overlay-card__title{text-align:center;width:100%;margin-left:auto;margin-right:auto;font-size:.9rem;line-height:1.35}.overlay-card__underline{width:40px;margin-left:auto;margin-right:auto}.overlay-card__description{text-align:center;width:100%;margin-left:auto;margin-right:auto;font-size:.76rem;line-height:1.5}.overlay-card--active .overlay-card__description{opacity:1;max-height:300px;padding:10px}.overlay-card--active .overlay-card__underline{width:50px;margin-left:auto;margin-right:auto}}@media (width<=600px){.stack-card__text{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:22px 20px 24px;display:flex}.stack-card__title{text-align:center;width:100%;margin:0 0 10px;line-height:1.4}.stack-card__underline{flex-shrink:0;width:40px;margin:0 auto 14px}.stack-card__description{text-align:center;width:100%;margin:0;line-height:1.7}}@media (width>=601px) and (width<=1024px){.stack-card__text{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:26px;display:flex}.stack-card__title{text-align:center;width:100%;margin:0 0 12px;line-height:1.4}.stack-card__underline{flex-shrink:0;width:40px;margin:0 auto 14px}.stack-card__description{text-align:center;width:100%;margin:0;line-height:1.7}}@media (width<=390px){.stack-card__text{text-align:center;align-items:center;padding:20px 16px 22px}.stack-card__title{text-align:center;width:100%;margin-left:auto;margin-right:auto;font-size:.92rem;line-height:1.4}.stack-card__underline{width:40px;margin-left:auto;margin-right:auto}.stack-card__description{text-align:center;width:100%;margin-left:auto;margin-right:auto;font-size:.78rem;line-height:1.65}}.plant-earn-hero{background-image:url(/plants.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.plant-earn-hero__overlay{z-index:1;background:linear-gradient(#0000009c 0%,#0000009d 40%,#000000b6 100%);position:absolute;inset:0}.plant-earn-hero__content{z-index:2;text-align:center;color:#f4f1ea;max-width:700px;padding:0 24px;position:relative}.plant-earn-hero__title{color:#f6f4ee;letter-spacing:-.5px;margin:0 0 30px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}.plant-earn-hero__subtitle{color:#e7e5dd;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.plant-earn-hero__divider{background-color:#f7e3c7;border-radius:2px;width:64px;height:3px;margin-top:24px;display:inline-block}.plant-earn-intro{background-color:#fff;justify-content:center;width:100%;padding:60px 24px;display:flex}.plant-earn-intro__content{width:100%;max-width:1200px}.plant-earn-intro__text{color:#4a4a4a;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.7}.plant-earn-challenges{flex-direction:column;gap:0;width:100%;padding:0;display:flex}.challenge-row-wrap{width:100vw;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%}.challenge-row-wrap:nth-child(odd){background-color:#e0f7d7}.challenge-row-wrap:nth-child(2n){background-color:#fff}.challenge-row{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1500px;margin:0 auto;padding:60px 40px;display:grid}.challenge-row--reverse .challenge-row__image-wrap{order:2}.challenge-row--reverse .challenge-row__content{order:1}.challenge-row__image-wrap{aspect-ratio:16/7;background-color:#e2e2e2;border-radius:18px;width:100%;position:relative;overflow:hidden;box-shadow:0 16px 32px #0000001a}.challenge-row__image{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.challenge-row__image-wrap:hover .challenge-row__image{transform:scale(1.06)}.challenge-row__content{flex-direction:column;display:flex}.challenge-row__number{color:#c9a86a;margin-bottom:8px;font-family:Poppins,Segoe UI,sans-serif;font-size:2.2rem;font-weight:700;line-height:1}.challenge-row__title{color:#2e5b3c;text-transform:uppercase;letter-spacing:.3px;margin:0 0 14px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(1.3rem,2vw,1.6rem);font-weight:700;line-height:1.35}.challenge-row__underline{background:#c9a86a;border-radius:2px;width:48px;height:3px;margin-bottom:18px;display:block}.challenge-row__description{color:#555;max-width:560px;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.75}@media (width<=900px){.challenge-row{grid-template-columns:1fr;gap:24px;padding:36px 24px}.challenge-row--reverse .challenge-row__image-wrap,.challenge-row--reverse .challenge-row__content{order:initial}.challenge-row__image-wrap{aspect-ratio:16/9}.challenge-row__description{max-width:100%}}@media (width<=600px){.plant-earn-hero{background-position:50%;min-height:380px}.plant-earn-hero__content{padding:0 20px}.plant-earn-hero__title{margin-bottom:20px;font-size:2.25rem}.plant-earn-hero__subtitle{font-size:.95rem;line-height:1.55}.plant-earn-hero__divider{margin-left:auto;margin-right:auto}.plant-earn-intro{padding:40px 20px}.plant-earn-intro__content{text-align:center}.plant-earn-intro__text{font-size:.92rem;line-height:1.65}.challenge-row{text-align:center;flex-direction:column;grid-template-columns:1fr;align-items:center;gap:20px;padding:32px 20px;display:flex}.challenge-row--reverse .challenge-row__image-wrap,.challenge-row--reverse .challenge-row__content{order:initial}.challenge-row__image-wrap{aspect-ratio:4/3;width:100%}.challenge-row__content{align-items:center;width:100%}.challenge-row__number{margin-bottom:6px;font-size:1.8rem}.challenge-row__title{text-align:center;font-size:1.15rem}.challenge-row__underline{margin-left:auto;margin-right:auto}.challenge-row__description{text-align:center;max-width:100%;font-size:.92rem;line-height:1.65}}@media (width<=390px){.plant-earn-hero{min-height:350px}.plant-earn-hero__content{padding:0 18px}.plant-earn-hero__title{font-size:2rem}.plant-earn-hero__subtitle{font-size:.9rem}.plant-earn-intro{padding:32px 18px}.challenge-row{padding:28px 18px}.challenge-row__number{font-size:1.6rem}.challenge-row__title{font-size:1.05rem}.challenge-row__description{font-size:.88rem;line-height:1.6}}.carbon-warrior-hero{background-image:url(/warrior.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.carbon-warrior-hero__overlay{z-index:1;background:linear-gradient(#0000009c 0%,#0000009d 40%,#000000b6 100%);position:absolute;inset:0}.carbon-warrior-hero__content{z-index:2;text-align:center;color:#f4f1ea;max-width:900px;padding:0 24px;position:relative}.carbon-warrior-hero__eyebrow{letter-spacing:3px;text-transform:uppercase;color:#d9c58f;border:1px solid #d9c58f66;border-radius:999px;margin-bottom:22px;padding:7px 18px;font-family:Segoe UI,Arial,sans-serif;font-size:.72rem;font-weight:600;display:inline-block}.carbon-warrior-hero__title{color:#f6f4ee;letter-spacing:-.3px;margin:0 0 30px;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.4rem,5vw,3.5rem);font-weight:600;line-height:1.1}.carbon-warrior-hero__subtitle{color:#e7e5dd;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.carbon-warrior-hero__divider{background-color:#d9c58f;border-radius:1px;width:48px;height:2px;margin-top:28px;display:inline-block}.carbon-warrior-intro{background-color:#fff;justify-content:center;width:100%;padding:60px 24px;display:flex}.carbon-warrior-intro__content{width:100%;max-width:1200px}.carbon-warrior-intro__text{color:#4a4a4a;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.7}.form-filling{background-color:#f4f6f2;justify-content:center;width:100%;padding:96px 24px;display:flex}.form-filling__card{width:100%;max-width:1020px;box-shadow:none;background:0 0;grid-template-columns:1fr 1fr;align-items:stretch;gap:32px;display:grid}.form-filling__image{border:1px solid #d9c58f40;border-radius:10px;height:100%;min-height:480px;position:relative;overflow:hidden;box-shadow:0 24px 60px #14190f38}.form-filling__image img{object-fit:cover;width:100%;height:100%;display:block}.form-filling__image:after{content:"";background:linear-gradient(120deg,#1e281459 0%,#1e28140d 60%);position:absolute;inset:0}.form-filling__panel{box-sizing:border-box;background:#6f7a63;border:1px solid #d9c58f33;border-radius:10px;flex-direction:column;justify-content:center;height:100%;padding:48px 44px;display:flex;box-shadow:0 24px 60px #14190f38}.form-filling__header{text-align:left;margin-bottom:32px}.form-filling__title{color:#fff;letter-spacing:-.2px;margin:0 0 10px;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.7rem,3vw,2.1rem);font-weight:600}.form-filling__subtitle{color:#eef1ea;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:.98rem;font-style:italic;font-weight:400}.form-filling__form{flex-direction:column;gap:16px;display:flex}.form-filling__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-filling__field{flex-direction:column;display:flex;position:relative}.form-filling__label{color:#6b6b6b;pointer-events:none;margin:11px 0 0 16px;font-family:Segoe UI,Arial,sans-serif;font-size:.82rem;font-weight:600;transition:color .25s;position:absolute}.form-filling__input,.form-filling__textarea{color:#232323;box-sizing:border-box;background:#f6f5f2;border:1px solid #0000;border-radius:6px;width:100%;padding:27px 16px 9px;font-family:Segoe UI,Arial,sans-serif;font-size:.9rem;transition:box-shadow .3s,background .3s,border-color .3s;box-shadow:0 3px 8px #0000001f}.form-filling__textarea{resize:vertical;min-height:90px;padding-top:29px}.form-filling__input:hover,.form-filling__textarea:hover{box-shadow:0 4px 11px #00000029}.form-filling__input:focus,.form-filling__textarea:focus{background:#fff;border-color:#a68c4f;outline:none;box-shadow:0 5px 14px #0003}.form-filling__submit{cursor:pointer;letter-spacing:2px;text-transform:uppercase;color:#ecdcb0;background:linear-gradient(135deg,#2c3624 0%,#3a4830 100%);border:1px solid #e8c98759;border-radius:6px;margin-top:10px;padding:16px 24px;font-family:Poppins,Segoe UI,sans-serif;font-size:.9rem;font-weight:600;transition:box-shadow .35s,transform .2s,border-color .35s;box-shadow:0 8px 20px #00000047}.form-filling__submit:hover{border-color:#e8c987bf;transform:translateY(-2px);box-shadow:0 10px 24px #00000057}.form-filling__submit:active{transform:translateY(0);box-shadow:0 5px 12px #00000047}.form-filling__success{text-align:center;background:#ffffff14;border:1px solid #ffffff40;border-radius:10px;flex-direction:column;align-items:center;padding:30px 16px;display:flex}.form-filling__success-icon{color:#ecdcb0;background:#2c3624;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:14px;font-size:1.5rem;font-weight:700;display:flex}.form-filling__success-text{color:#f4f4f0;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:.95rem;line-height:1.6}@media (width<=800px){.carbon-warrior-hero{min-height:360px}.carbon-warrior-hero__content{padding:0 20px}.carbon-warrior-hero__title{margin-bottom:20px}.carbon-warrior-hero__divider{margin-top:22px}.carbon-warrior-intro{padding:44px 20px}.carbon-warrior-intro__text{text-align:center}.form-filling{padding:60px 20px}.form-filling__card{grid-template-columns:1fr;gap:20px}.form-filling__image{min-height:220px}.form-filling__panel{padding:36px 28px}.form-filling__row{grid-template-columns:1fr}}@media (width<=420px){.carbon-warrior-hero{min-height:300px}.carbon-warrior-hero__content{padding:0 16px}.carbon-warrior-hero__eyebrow{letter-spacing:2px;margin-bottom:16px;padding:6px 14px;font-size:.65rem}.carbon-warrior-hero__title{margin-bottom:16px}.carbon-warrior-hero__subtitle{line-height:1.5}.carbon-warrior-hero__divider{width:36px;margin-top:18px}.carbon-warrior-intro{padding:36px 16px}.carbon-warrior-intro__text{font-size:.95rem;line-height:1.6}.form-filling__panel{padding:28px 20px}.form-filling__image{min-height:160px}.form-filling__title{font-size:1.5rem}.form-filling__subtitle{font-size:.9rem}.form-filling__submit{letter-spacing:1.5px;padding:14px 20px}}*,:before,:after{box-sizing:border-box}.blog-hero{background-image:url(/blogs.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.blog-hero__overlay{z-index:1;background:linear-gradient(#0000009c 0%,#0000009d 40%,#000000b6 100%);position:absolute;inset:0}.blog-hero__content{z-index:2;text-align:center;color:#f4f1ea;width:100%;max-width:700px;padding:0 24px;position:relative}.blog-hero__title{color:#f6f4ee;letter-spacing:-.5px;margin:0 0 30px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}.blog-hero__subtitle{color:#e7e5dd;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.blog-hero__divider{background-color:#f7e3c7;border-radius:2px;width:64px;height:3px;margin-top:24px;display:inline-block}.blog-timeline{width:100%;max-width:1200px;margin:0 auto;padding:96px 24px 120px;font-family:Poppins,Segoe UI,sans-serif;position:relative}.blog-timeline__header{text-align:center;margin-bottom:88px}.blog-timeline__eyebrow{letter-spacing:2px;text-transform:uppercase;color:#4caf50;margin-bottom:12px;font-size:18px;font-weight:700;display:inline-block}.blog-timeline__heading{color:#1f2a1f;letter-spacing:-.5px;margin:0;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.blog-timeline__line{z-index:0;background:#4caf5026;border-radius:2px;width:2px;position:absolute;top:230px;bottom:100px;left:50%;overflow:hidden;transform:translate(-50%)}.blog-timeline__line-fill{background:linear-gradient(#4caf50 0%,#2f7d3c 100%);border-radius:2px;width:100%;height:100%;position:absolute;top:0;left:0}.blog-timeline__items{z-index:1;flex-direction:column;gap:88px;display:flex;position:relative}.timeline-item{width:100%;display:flex;position:relative}.timeline-item--left{justify-content:flex-start}.timeline-item--right{justify-content:flex-end}.timeline-item__node{z-index:2;background:#fff;border:3px solid #4caf50;border-radius:50%;width:20px;height:20px;transition:box-shadow .3s;position:absolute;top:120px;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 6px #4caf501f}.timeline-item:hover .timeline-item__node{box-shadow:0 0 0 10px #4caf502e}.timeline-item__dot{background:#4caf50;border-radius:50%;width:6px;height:6px;margin:4px auto;display:block}.timeline-item__card{border:1px solid #1f2a1f0f;border-radius:18px;width:100%;max-width:520px;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 8px 28px #1f2a1f17}.timeline-item__card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1f2a1f29}.timeline-item__media{border-radius:18px 18px 0 0;width:100%;height:260px;position:relative;overflow:hidden}.timeline-item__media img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.timeline-item__card:hover .timeline-item__media img{transform:scale(1.06)}.timeline-item__date-badge{z-index:3;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;width:78px;padding:10px 4px 12px;display:flex;position:absolute;top:216px;left:22px;box-shadow:0 10px 24px #1f2a1f38}.timeline-item__day{color:#1f2a1f;font-size:1.5rem;font-weight:700;line-height:1}.timeline-item__month{letter-spacing:.6px;color:#2f312f;margin-top:5px;font-size:.65rem;font-weight:700;line-height:1}.timeline-item__year{color:#8b968b;margin-top:2px;font-size:.65rem;font-weight:500;line-height:1}.timeline-item__body{background:var(--card-accent,#eef1ee);border-radius:0 0 18px 18px;padding:46px 26px 28px;position:relative}.timeline-item__title{color:var(--title-color,#1f2a1f);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:1.15rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.timeline-item__excerpt{color:#45524a;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0 0 18px;font-size:.9rem;line-height:1.7;display:-webkit-box;overflow:hidden}.timeline-item__link{letter-spacing:1px;text-transform:uppercase;color:var(--link-color,#256029);align-items:center;gap:6px;font-size:.78rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.timeline-item__link:hover{gap:10px}.timeline-item__link svg{transition:transform .2s}.timeline-item__link:hover svg{transform:translate(3px)}@media (width>=1025px){.timeline-item--left .timeline-item__card{margin-right:calc(50% + 48px)}.timeline-item--right .timeline-item__card{margin-left:calc(50% + 48px)}}@media (width>=768px) and (width<=1024px){.blog-hero{min-height:380px}.blog-hero__content{max-width:650px;padding:0 32px}.blog-timeline{padding:72px 32px 100px}.blog-timeline__header{margin-bottom:70px}.blog-timeline__line{top:215px;bottom:80px;left:32px}.blog-timeline__items{gap:64px}.timeline-item,.timeline-item--left,.timeline-item--right{justify-content:flex-start}.timeline-item__node{top:110px;left:32px}.timeline-item--left .timeline-item__card,.timeline-item--right .timeline-item__card{width:calc(100% - 72px);max-width:none;margin-left:72px;margin-right:0}.timeline-item__media{height:240px}.timeline-item__date-badge{top:200px;left:20px}.timeline-item__body{padding:42px 26px 28px}}@media (width>=1000px) and (width<=1024px) and (orientation:landscape){.blog-timeline__line{left:50%}.timeline-item--left{justify-content:flex-start}.timeline-item--right{justify-content:flex-end}.timeline-item__node{top:120px;left:50%}.timeline-item--left .timeline-item__card{width:460px;max-width:460px;margin-left:0;margin-right:calc(50% + 32px)}.timeline-item--right .timeline-item__card{width:460px;max-width:460px;margin-left:calc(50% + 32px);margin-right:0}}@media (width<=767px){.blog-hero{background-position:50%;min-height:360px}.blog-hero__content{text-align:center;width:100%;max-width:100%;padding:0 20px}.blog-hero__title{letter-spacing:-.3px;margin-bottom:20px;font-size:clamp(2rem,9vw,2.7rem);line-height:1.2}.blog-hero__subtitle{max-width:520px;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.6}.blog-hero__divider{width:54px;height:3px;margin-top:20px}.blog-timeline{width:100%;max-width:100%;margin:0;padding:60px 16px 80px}.blog-timeline__header{text-align:center;width:100%;margin-bottom:55px}.blog-timeline__eyebrow{letter-spacing:1.5px;margin-bottom:10px;font-size:14px}.blog-timeline__heading{text-align:center;font-size:clamp(1.55rem,7vw,2rem);line-height:1.3}.blog-timeline__line{width:2px;top:185px;bottom:65px;left:18px;transform:none}.blog-timeline__items{gap:48px;width:100%}.timeline-item,.timeline-item--left,.timeline-item--right{justify-content:flex-start;align-items:flex-start;width:100%}.timeline-item__node{border-width:2px;width:18px;height:18px;top:92px;left:18px;transform:translate(-50%,-50%);box-shadow:0 0 0 5px #4caf501f}.timeline-item__dot{width:5px;height:5px;margin:4px auto}.timeline-item--left .timeline-item__card,.timeline-item--right .timeline-item__card{width:calc(100% - 46px);max-width:none;margin-left:46px;margin-right:0}.timeline-item__card{border-radius:16px}.timeline-item__media{border-radius:16px 16px 0 0;width:100%;height:205px}.timeline-item__date-badge{border-radius:12px;width:68px;padding:8px 4px 10px;top:174px;left:16px}.timeline-item__day{font-size:1.3rem}.timeline-item__month,.timeline-item__year{font-size:.6rem}.timeline-item__body{text-align:left;border-radius:0 0 16px 16px;padding:40px 18px 22px}.timeline-item__title{text-align:left;margin-bottom:10px;font-size:1.05rem;line-height:1.45}.timeline-item__excerpt{text-align:left;margin-bottom:16px;font-size:.86rem;line-height:1.65}.timeline-item__link{gap:5px;font-size:.72rem}.timeline-item__nav{opacity:1;background:#00000080;width:32px;height:32px}.timeline-item__nav--prev{left:10px}.timeline-item__nav--next{right:10px}.timeline-item__dots{bottom:10px}}@media (width<=480px){.blog-hero{min-height:330px}.blog-hero__content{padding:0 16px}.blog-hero__title{margin-bottom:18px;font-size:2rem;line-height:1.18}.blog-hero__subtitle{font-size:.88rem;line-height:1.55}.blog-timeline{padding:52px 12px 70px}.blog-timeline__header{margin-bottom:48px}.blog-timeline__eyebrow{font-size:13px}.blog-timeline__heading{font-size:1.5rem}.blog-timeline__line{top:180px;bottom:55px;left:14px}.timeline-item__node{width:17px;height:17px;top:82px;left:14px}.timeline-item--left .timeline-item__card,.timeline-item--right .timeline-item__card{width:calc(100% - 34px);margin-left:34px}.timeline-item__media{border-radius:15px 15px 0 0;height:190px}.timeline-item__date-badge{border-radius:11px;width:64px;padding:7px 3px 9px;top:160px;left:14px}.timeline-item__day{font-size:1.2rem}.timeline-item__month,.timeline-item__year{font-size:.57rem}.timeline-item__body{padding:38px 16px 20px}.timeline-item__title{font-size:1rem}.timeline-item__excerpt{font-size:.82rem;line-height:1.6}.timeline-item__link{font-size:.68rem}}@media (width<=360px){.blog-hero{min-height:310px}.blog-hero__title{font-size:1.8rem}.blog-hero__subtitle{font-size:.82rem}.blog-timeline{padding-left:10px;padding-right:10px}.blog-timeline__line,.timeline-item__node{left:12px}.timeline-item--left .timeline-item__card,.timeline-item--right .timeline-item__card{width:calc(100% - 30px);margin-left:30px}.timeline-item__media{height:175px}.timeline-item__date-badge{top:145px;left:12px}.timeline-item__body{padding:36px 14px 18px}}.blog-modal__overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;background:#141a1499;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.blog-modal__panel{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:680px;max-height:86vh;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000004d}.blog-modal__close{color:#fff;cursor:pointer;z-index:3;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.blog-modal__close:hover{background:#000000b3}.blog-modal__media{flex-shrink:0;width:100%;height:260px;overflow:hidden}.blog-modal__media img{object-fit:cover;width:100%;height:100%;display:block}.blog-modal__scroll{overscroll-behavior:contain;padding:28px 32px 40px;overflow-y:auto}.blog-modal__scroll::-webkit-scrollbar{width:8px}.blog-modal__scroll::-webkit-scrollbar-thumb{background:#4caf5059;border-radius:8px}.blog-modal__scroll::-webkit-scrollbar-track{background:0 0}.blog-modal__date{letter-spacing:1px;text-transform:uppercase;color:#4caf50;margin-bottom:10px;font-size:.72rem;font-weight:700;display:inline-block}.blog-modal__title{color:#1f2a1f;margin:0 0 24px;font-size:1.5rem;font-weight:700;line-height:1.35}.blog-modal__body{font-family:Poppins,Segoe UI,sans-serif}.blog-modal__heading{color:#1f2a1f;margin:28px 0 12px;font-size:1.1rem;font-weight:700}.blog-modal__heading:first-child{margin-top:0}.blog-modal__subheading{color:#256029;margin:20px 0 8px;font-size:.95rem;font-weight:700}.blog-modal__paragraph{color:#45524a;margin:0 0 14px;font-size:.92rem;line-height:1.75}.blog-modal__list{margin:0 0 14px;padding-left:20px}.blog-modal__list li{color:#45524a;margin-bottom:6px;font-size:.92rem;line-height:1.75}.blog-modal__link{color:#2563eb;word-break:break-all;text-decoration:underline}.blog-modal__link:hover{color:#1d4ed8}@media (width<=600px){.blog-modal__overlay{padding:12px}.blog-modal__panel{border-radius:16px;max-height:92vh}.blog-modal__media{height:180px}.blog-modal__scroll{padding:22px 20px 32px}.blog-modal__title{font-size:1.25rem}.blog-modal__paragraph,.blog-modal__list li{font-size:.86rem;line-height:1.7}}@media (width<=400px){.blog-modal__overlay{padding:8px}.blog-modal__media{height:160px}.blog-modal__scroll{padding:20px 16px 28px}.blog-modal__title{font-size:1.15rem}}.careers-hero{background-image:url(/job.avif);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.careers-hero__overlay{z-index:1;background:linear-gradient(#000000b9 0%,#00000086 40%,#000000b6 100%);position:absolute;inset:0}.careers-hero__content{z-index:2;text-align:center;color:#f4f1ea;max-width:700px;padding:0 24px;position:relative}.careers-hero__title{color:#f6f4ee;letter-spacing:-.5px;margin:0 0 30px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}.careers-hero__subtitle{color:#e7e5dd;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.careers-hero__divider{background-color:#f7e3c7;border-radius:2px;width:64px;height:3px;margin-top:24px;display:inline-block}.join-team{background-color:#fff;justify-content:center;width:100%;padding:90px 24px;display:flex}.join-team__container{grid-template-columns:1.1fr .9fr;align-items:center;gap:56px;width:100%;max-width:1150px;display:grid}.join-team__content{text-align:left}.join-team__eyebrow{letter-spacing:1.2px;text-transform:uppercase;color:#1a1a1a;margin-bottom:12px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.3;display:inline-block}.join-team__title{letter-spacing:.5px;text-transform:uppercase;color:#6b8e6b;margin:0 0 20px;font-family:Poppins,Segoe UI,sans-serif;font-size:1.2rem;font-weight:700}.join-team__text{color:#565f54;margin:0;font-size:1rem;line-height:1.85}.join-team__image{width:100%;height:100%;min-height:300px}.join-team__image img{object-fit:cover;border-radius:18px;width:100%;height:100%;display:block;box-shadow:0 14px 34px #263b2e24}.join-cta{background:linear-gradient(160deg,#263b2e 0%,#34503d 55%,#3e5c46 100%);justify-content:center;align-items:center;width:100%;padding:70px 24px 50px;display:flex}.join-cta__content{text-align:center;max-width:1000px}.join-cta__title{color:#efe6c8;margin:0 0 16px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(1.6rem,3.2vw,2.3rem);font-weight:700;line-height:1.35}.join-cta__quote{color:#c9d6c4;margin:0 0 32px;font-size:1.02rem;font-style:italic}.join-cta__buttons{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.join-cta__btn{color:#c4a861;cursor:pointer;background:0 0;border:2px solid #c4a861;border-radius:8px;padding:13px 30px;font-size:.95rem;font-weight:600;transition:all .3s}.join-cta__btn:hover{background:#c4a8611f}.join-cta__btn.active{color:#1e2b20;background:#c4a861;border-color:#c4a861}.form-section{background:#f4f6f1;justify-content:center;width:100%;padding:60px 24px 90px;display:flex}.form-card{background:#fdfbf3;border:1px solid #e2e7dc;border-radius:20px;grid-template-columns:1.3fr 1fr;width:100%;max-width:1100px;min-height:560px;display:grid;overflow:hidden;box-shadow:0 20px 50px #263b2e29}.form-card__form{background:#eaf2e4;padding:48px 44px}.form-card__form h3{color:#26362a;margin:0 0 8px;font-family:Georgia,Playfair Display,serif;font-size:1.6rem}.form-card__subtitle{color:#566254;margin:0 0 28px;font-size:.92rem}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-group{flex-direction:column;margin-bottom:20px;display:flex}.form-group label{color:#2e3b2c;margin-bottom:7px;font-size:.83rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#26362a;resize:vertical;background:#fff;border:1.5px solid #c9d6c1;border-radius:7px;outline:none;padding:11px 13px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#93a28e}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#6b8e6b}.form-card__submit{color:#fff;cursor:pointer;background:#4e6b4e;border:none;border-radius:8px;width:100%;margin-top:6px;padding:14px;font-size:.97rem;font-weight:700;transition:background .3s,transform .15s}.form-card__submit:hover{background:#3f583f;transform:translateY(-1px)}.form-card__panel{min-height:100%;position:relative;overflow:hidden}.form-card__panel-img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=900px){.join-team__container{grid-template-columns:1fr;gap:36px}.join-team__image{order:-1;min-height:260px}}@media (width<=820px){.form-card{grid-template-columns:1fr;min-height:auto}.form-card__panel{order:-1;min-height:220px}.form-row{grid-template-columns:1fr}}@media (width<=480px){.join-team{padding:60px 20px}.join-team__image{min-height:220px}.join-team__content{text-align:center}.form-card__form{padding:36px 26px}.join-cta__buttons{flex-direction:column;align-items:center}.join-cta__btn{width:100%;max-width:260px}}.field-error{color:#d93025;margin-top:6px;font-size:13px;font-weight:500;line-height:1.4;display:block}.form-message{border-radius:6px;width:min(90%,900px);margin:0 auto 20px;padding:12px 16px;font-size:14px;line-height:1.5}.form-message--success{color:#2f6b3f;background:#e8f5e9;border:1px solid #b7d9be}.form-message--error{color:#d93025;background:#fff1f0;border:1px solid #f3b5b0}.form-card__submit:disabled{opacity:.65;cursor:not-allowed}@media only screen and (device-width>=768px) and (device-width<=1024px){@media (orientation:portrait){.careers-hero{min-height:380px}.join-team__container{grid-template-columns:1fr;gap:40px}.join-team__image{order:-1;min-height:320px}.form-card{grid-template-columns:1fr}.form-card__panel{order:-1;min-height:260px}.form-row{grid-template-columns:1fr 1fr}.form-card__form{padding:40px 34px}}@media (orientation:landscape){.join-team__container{grid-template-columns:1fr 1fr;gap:44px}.form-card{grid-template-columns:1.2fr 1fr}.form-card__form{padding:40px 36px}}}@media only screen and (device-width>=820px) and (device-width<=1180px){@media (orientation:portrait){.careers-hero{min-height:400px}.join-team__container{grid-template-columns:1fr;gap:44px}.join-team__image{order:-1;min-height:340px}.form-card{grid-template-columns:1fr}.form-card__panel{order:-1;min-height:280px}.form-row{grid-template-columns:1fr 1fr}.form-card__form{padding:44px 38px}}@media (orientation:landscape){.join-team__container{grid-template-columns:1.1fr .9fr;gap:48px}.form-card{grid-template-columns:1.3fr 1fr}.form-card__form{padding:44px 40px}}}@media only screen and (device-width>=768px) and (device-width<=1024px) and (orientation:portrait){.careers-hero{min-height:280px;max-height:340px}.join-team__image{min-height:unset;aspect-ratio:4/3;order:-1}.join-team__image img{object-fit:cover;width:100%;height:100%}.form-card__panel{min-height:unset;aspect-ratio:16/9;order:-1}}.contact-us-hero{background-image:url(/getin.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.contact-us-hero__overlay{z-index:1;background:linear-gradient(#00000057 0%,#00000086 40%,#00000060 100%);position:absolute;inset:0}.contact-us-hero__content{z-index:2;text-align:center;color:#f4f1ea;max-width:700px;padding:0 24px;position:relative}.contact-us-hero__title{color:#f6f4ee;letter-spacing:-.5px;margin:0 0 30px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}.contact-us-hero__subtitle{color:#e7e5dd;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.contact-us-hero__divider{background-color:#f7e3c7;border-radius:2px;width:64px;height:3px;margin-top:24px;display:inline-block}.contact-form-section{background:#fff;width:100%;padding:80px 24px}.contact-form-section__grid{grid-template-columns:1fr 1.15fr;align-items:stretch;gap:64px;max-width:1280px;margin:0 auto;display:grid}@media (width<=900px){.contact-form-section__grid{grid-template-columns:1fr;gap:48px}}.contact-info__heading{letter-spacing:-.5px;color:#1a1a1a;align-items:center;gap:14px;margin:0 0 24px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;display:flex}.contact-info__accent{color:#1e6091}.contact-info__slash{gap:4px;display:inline-flex;transform:skew(-12deg)}.contact-info__slash span{border-radius:2px;width:4px;height:34px;display:block}.contact-info__slash span:first-child{background:#e07a2e}.contact-info__slash span:last-child{background:#a03d8f}.contact-info__text{color:#333;max-width:480px;margin:0 0 44px;font-size:1rem;line-height:1.7}.contact-info__details{border-top:1px solid #e6e6e0;flex-direction:column;gap:8px;padding-top:28px;display:flex}.contact-info__item{border-radius:12px;align-items:center;gap:18px;padding:16px 18px;transition:background .25s,transform .25s;display:flex}.contact-info__item:hover{background:#eaf3fa;transform:translate(4px)}.contact-info__icon{color:#1e6091;background:#d7e8f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 2px 6px #1e609124}.contact-info__icon svg{width:22px;height:22px}.contact-info__lines{color:#1a1a1a;flex-direction:column;font-size:.98rem;font-weight:500;line-height:1.5;display:flex}.contact-info__label{letter-spacing:.08em;text-transform:uppercase;color:#8a9296;margin-bottom:3px;font-size:.72rem;font-weight:700}.contact-form{background:#c6e2f0;border-radius:12px;flex-direction:column;height:100%;padding:40px;display:flex}.contact-form form{flex-direction:column;flex:1;display:flex}@media (width<=480px){.contact-form{padding:28px 20px}}.contact-form__row{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:22px;display:grid}@media (width<=560px){.contact-form__row{grid-template-columns:1fr;gap:18px}}.contact-form__field{flex-direction:column;display:flex}.contact-form__field--full{flex:1;margin-bottom:28px}.contact-form__field--full textarea{height:100%;min-height:140px}.contact-form__field label{color:#1a1a1a;margin-bottom:8px;font-size:.9rem;font-weight:600}.contact-form__required{color:#c0392b}.contact-form__field input,.contact-form__field textarea{color:#1a1a1a;resize:none;background:#fff;border:none;border-radius:8px;width:100%;padding:13px 16px;font-family:inherit;font-size:.95rem;box-shadow:0 1px 2px #0000000a}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:#9aa3a7}.contact-form__field input:focus,.contact-form__field textarea:focus{outline-offset:1px;outline:2px solid #1e6091}.contact-form__submit{color:#fff;cursor:pointer;background:#2a6f9e;border:none;border-radius:24px;align-self:center;padding:14px 44px;font-size:1rem;font-weight:600;transition:background .2s}.contact-form__submit:hover{background:#1e5a80}.contact-form__submit:focus-visible{outline-offset:2px;outline:2px solid #1a1a1a}.contact-map-section{background:#fff;width:100%;padding:0 24px 80px}.contact-map-section__inner{border:1px solid #e6e6e0;border-radius:16px;max-width:1280px;margin:0 auto;overflow:hidden;box-shadow:0 8px 24px #00000014}.contact-map-section__frame{border:0;width:100%;height:420px;display:block}.contact-map-section__caption{background:#f7faf7;border-top:1px solid #e6e6e0;align-items:flex-start;gap:16px;padding:22px 28px;display:flex}.contact-map-section__pin{color:#1e6091;background:#d7e8f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.contact-map-section__pin svg{width:20px;height:20px}.contact-map-section__text{flex-direction:column;gap:4px;display:flex}.contact-map-section__name{color:#1a1a1a;font-size:1rem;font-weight:700}.contact-map-section__address{color:#555;max-width:640px;font-size:.9rem;line-height:1.5}.contact-map-section__directions{color:#1e6091;width:fit-content;margin-top:4px;font-size:.9rem;font-weight:600;text-decoration:none}.contact-map-section__directions:hover{text-decoration:underline}@media (width<=560px){.contact-map-section__frame{height:300px}.contact-map-section__caption{padding:18px 20px}}.contact-form__field{position:relative}.contact-form__error{color:#d93025;margin-top:6px;font-size:13px;line-height:1.4;display:block}.contact-form__input--error{border-color:#d93025!important}.contact-form__input--error:focus{outline:none;border-color:#d93025!important}.contact-form__submit:disabled{opacity:.65;cursor:not-allowed}.our-approach-hero,.mou-section,.mou-section__container,.mou-card,.mou-card__body{box-sizing:border-box}.our-approach-hero{background-image:url(/mou-image.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.our-approach-hero__overlay{z-index:1;background:linear-gradient(#000000c7 0%,#0000007a 48%,#000000c7 100%);position:absolute;inset:0}.our-approach-hero:after{content:"";filter:blur(10px);z-index:1;background:#7ea6512e;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-230px;right:-180px}.our-approach-hero__content{z-index:2;text-align:center;color:#f4f1ea;width:100%;max-width:760px;padding:0 24px;animation:.8s ease-out both heroContentFade;position:relative}@keyframes heroContentFade{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.our-approach-hero__title{color:#f6f4ee;letter-spacing:-.7px;text-shadow:0 4px 20px #0006;margin:0 0 24px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(2.3rem,5vw,3.5rem);font-weight:700;line-height:1.15}.our-approach-hero__subtitle{color:#e7e5dd;max-width:680px;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.7}.our-approach-hero__divider{background:#d8e6c9;border-radius:50px;width:70px;height:3px;margin:26px auto 0;display:block;box-shadow:0 0 12px #a8c28d73}.mou-section{width:100%;max-width:1500px;margin:0 auto;padding:75px 24px 90px}.mou-section__container{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:32px;width:100%;display:grid}.mou-card{background:linear-gradient(145deg,#f8f7f0 0%,#f1f0e6 100%);border:1px solid #4152391f;border-radius:18px;flex-direction:column;width:100%;height:720px;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000012,0 2px 6px #0000000a}.mou-card:before{content:"";z-index:5;background:linear-gradient(90deg,#6b8e63,#a8c28d,#6b8e63);height:4px;position:absolute;top:0;left:0;right:0}.mou-card:hover{border-color:#6b8e634d;transform:translateY(-7px);box-shadow:0 18px 42px #0000001f,0 5px 14px #49634214}.mou-card:last-child{grid-column:auto;justify-self:stretch;width:100%}.mou-card__image-wrap{background:#e9e7dd;flex-shrink:0;width:100%;height:320px;min-height:320px;position:relative;overflow:hidden}.mou-card__image-wrap:after{content:"";pointer-events:none;background:linear-gradient(#00000008,#0000001f);position:absolute;inset:0}.mou-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s,filter .4s;display:block}.mou-card:hover .mou-card__image{filter:saturate(1.04);transform:scale(1.045)}.mou-card__image-fallback{color:#777;text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#eeece3,#e5e3d8);justify-content:center;align-items:center;width:100%;height:100%;min-height:280px;padding:24px;font-size:.9rem;line-height:1.5;display:flex}.mou-card__body{scroll-behavior:smooth;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-width:thin;scrollbar-color:#9aaa91 transparent;flex-direction:column;flex:1;width:100%;min-height:0;padding:27px clamp(20px,3vw,34px) 25px;display:flex;overflow:hidden auto}.mou-card__body::-webkit-scrollbar{width:7px}.mou-card__body::-webkit-scrollbar-track{background:0 0;margin:8px 0}.mou-card__body::-webkit-scrollbar-thumb{background:linear-gradient(#a8b99e,#6b8e63);border:1px solid #ffffff80;border-radius:20px}.mou-card__body::-webkit-scrollbar-thumb:hover{background:#517349}.mou-card__meta{flex-shrink:0;align-items:center;margin-bottom:15px;display:flex}.mou-card__date{letter-spacing:.25px;color:#496345;white-space:nowrap;background:#e0ebdce6;border:1px solid #6b8e631f;border-radius:999px;align-items:center;gap:7px;padding:6px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.mou-card__date-icon{flex-shrink:0;width:13px;height:13px}.mou-card__title{color:#20231f;letter-spacing:-.35px;border-bottom:1px solid #00000014;flex-shrink:0;margin:0 0 19px;padding-bottom:16px;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(1.3rem,2vw,1.7rem);font-weight:700;line-height:1.35}.mou-card__text{color:#42463f;flex-shrink:0;margin:0 0 17px;font-size:.95rem;line-height:1.75}.mou-card__text--lead{color:#242821;margin-bottom:12px;font-weight:650}.mou-card__list{flex-shrink:0;margin:0 0 18px;padding:0;list-style:none}.mou-card__list li{color:#42463f;margin-bottom:10px;padding-left:26px;font-size:.95rem;line-height:1.6;position:relative}.mou-card__list li:before{content:"";background:linear-gradient(135deg,#7fa374,#557b4f);border-radius:50%;width:8px;height:8px;position:absolute;top:9px;left:0;box-shadow:0 0 0 3px #6b8e631a}.mou-card__toggle{color:#5c7e54;cursor:pointer;background:#6b8e6314;border:1px solid #6b8e632e;border-radius:8px;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;gap:8px;margin-top:4px;padding:8px 13px;font-size:.9rem;font-weight:650;transition:background .25s,color .25s,transform .25s,border-color .25s;display:inline-flex}.mou-card__toggle:hover{color:#fff;background:#6b8e63;border-color:#6b8e63;transform:translateY(-1px)}.mou-card__toggle:active{transform:translateY(0)}.mou-card__chevron{width:10px;height:8px;transition:transform .3s}.mou-card__chevron.is-open{transform:rotate(180deg)}@media (width<=1100px){.mou-section{padding-left:22px;padding-right:22px}.mou-section__container{gap:26px}.mou-card{height:680px}.mou-card__image-wrap{height:250px;min-height:250px}}@media (width<=900px){.mou-section{padding:55px 20px 65px}.mou-section__container{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.mou-card{height:660px}.mou-card__image-wrap{height:230px;min-height:230px}.mou-card__body{padding:24px 21px 22px}.mou-card__title{font-size:1.35rem}}@media (width<=700px){.our-approach-hero{background-position:50%;min-height:380px}.our-approach-hero__content{padding:0 20px}.our-approach-hero__title{margin-bottom:20px;font-size:2.2rem}.our-approach-hero__subtitle{font-size:1rem;line-height:1.6}.mou-section{padding:45px 16px 60px}.mou-section__container{grid-template-columns:1fr;gap:24px}.mou-card{border-radius:16px;width:100%;height:650px}.mou-card:last-child{grid-column:auto;justify-self:stretch;width:100%}.mou-card__image-wrap{height:220px;min-height:220px}.mou-card__body{padding:23px 20px}.mou-card__title{font-size:1.3rem;line-height:1.4}.mou-card__text,.mou-card__list li{font-size:.93rem}}@media (width<=480px){.our-approach-hero{min-height:350px}.our-approach-hero__title{font-size:2rem}.our-approach-hero__subtitle{font-size:.93rem;line-height:1.55}.our-approach-hero__divider{width:55px;margin-top:20px}.mou-section{padding:35px 12px 50px}.mou-section__container{gap:20px}.mou-card{border-radius:14px;height:620px}.mou-card__image-wrap{height:205px;min-height:205px}.mou-card__body{padding:20px 17px}.mou-card__title{margin-bottom:17px;padding-bottom:13px;font-size:1.22rem}.mou-card__text{font-size:.9rem;line-height:1.68}.mou-card__list li{font-size:.9rem;line-height:1.55}.mou-card__date{padding:5px 10px;font-size:.74rem}.mou-card__toggle{padding:7px 11px;font-size:.86rem}}@media (prefers-reduced-motion:reduce){.mou-card,.mou-card__image,.mou-card__toggle,.mou-card__chevron{transition:none}.mou-card__body{scroll-behavior:auto}.our-approach-hero__content{animation:none}}
