:root{--sky: #dcebfa;--cloud: #f7fbff;--blue: #8fc1ea;--deep: #0b2360;--gold: #e9c46a;--ink: #1b2733;--ink-soft: #41506180;--font-display: "Fraunces", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--maxw: 1180px;--pad: clamp(1.25rem, 4vw, 3.5rem)}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--sky);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}.canvas{position:fixed!important;top:0;right:0;bottom:0;left:0;width:100vw!important;height:100vh!important;z-index:0;pointer-events:none}.overlay{position:relative;z-index:1}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.topbar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:.7rem var(--pad);pointer-events:none;transition:background .4s ease,backdrop-filter .4s ease,box-shadow .4s ease}.topbar.is-scrolled{background:#f7fbff99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #1b27330f}.topbar__logo{pointer-events:auto;padding:0;display:flex;align-items:center}.topbar__logo img{height:clamp(34px,5vw,46px);width:auto;filter:drop-shadow(0 2px 6px rgba(27,39,51,.12))}.topbar__nav{display:flex;align-items:center;gap:clamp(.5rem,2vw,1.6rem)}.topbar__nav button,.topbar__nav a{pointer-events:auto;font-size:.82rem;letter-spacing:.04em;font-weight:500;color:var(--ink);padding:.4rem .2rem;opacity:.8;transition:opacity .2s ease;text-decoration:none}.topbar__nav button:hover,.topbar__nav a:hover{opacity:1}.topbar__cta{border:1.5px solid var(--ink)!important;border-radius:999px;padding:.45rem 1.1rem!important;opacity:1!important}.overlay{width:100%}.section{width:100%;min-height:100vh;display:flex;align-items:center;padding:6rem var(--pad) 4rem}.section--center{justify-content:center;text-align:center}.section--left{justify-content:flex-start;text-align:left}.section--right{justify-content:flex-end;text-align:right}.section__inner{width:100%;max-width:var(--maxw);display:flex;flex-direction:column;gap:1.3rem}.section--left .section__inner,.section--right .section__inner{max-width:560px}.section--center .section__inner{align-items:center}.kicker{text-transform:uppercase;letter-spacing:.28em;font-size:.74rem;font-weight:600;opacity:.7}.kicker--gold{color:var(--gold);opacity:1}.display{font-family:var(--font-display);font-weight:300;line-height:.98;letter-spacing:-.02em;font-size:clamp(3rem,11vw,8.5rem)}.display--md{font-size:clamp(2.2rem,6.5vw,4.6rem);line-height:1.02}.lede{font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.6;max-width:46ch;color:#2a3a49}.section--center .lede{margin-inline:auto}.note{font-size:.85rem;letter-spacing:.04em;opacity:.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;font-size:.92rem;letter-spacing:.02em;padding:.85rem 1.8rem;border-radius:999px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;will-change:transform}.btn--primary{background:var(--deep);color:var(--cloud);box-shadow:0 10px 30px #0b236038}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0b23604d}.btn--gold{background:var(--gold);color:var(--deep);box-shadow:0 10px 30px #e9c46a59}.btn--gold:hover{transform:translateY(-2px)}.btn--ghost{border:1.5px solid currentColor;padding:.6rem 1.2rem;font-size:.82rem;background:transparent}.btn--ghost:hover{background:var(--ink);color:var(--cloud)}.section.hero{align-items:flex-start}.section.hero .section__inner{margin-top:3vh;gap:.9rem}.hero__logo{width:min(680px,78vw);height:auto;margin-inline:auto;margin-bottom:.4rem;filter:drop-shadow(0 12px 34px rgba(27,39,51,.18))}.hero__subtitle{text-transform:uppercase;letter-spacing:.34em;font-size:clamp(.72rem,1.4vw,.95rem);font-weight:600;color:var(--ink);opacity:.82}.hero__offer{margin:.5rem 0 1rem;font-size:clamp(.82rem,1.5vw,1rem);color:var(--ink);opacity:.85;max-width:30em}.impact__grid{margin-top:1.4rem;width:100%;max-width:880px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(.8rem,2vw,1.4rem)}.impact__card{position:relative;width:100%;min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f7fbff9e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.7);border-radius:18px;padding:1.2rem 1.1rem;text-align:center;cursor:pointer;touch-action:manipulation;box-shadow:0 12px 30px #1b27331a;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.impact__card:hover{transform:translateY(-6px);box-shadow:0 22px 48px #1b273329;background:#f7fbffc7}.impact__card:active{transform:translateY(-2px)}.impact__card:has(.impact__cardCta:focus-visible),.project-modal :focus-visible{outline:3px solid var(--deep);outline-offset:3px}.impact__cardCta:focus-visible{outline:none}.impact__name{display:block;font-family:var(--font-display);font-weight:600;font-size:1.05rem;color:var(--deep);margin-bottom:.45rem}.impact__desc{display:block;font-size:.86rem;line-height:1.5;opacity:.78}.impact__cardCta{display:inline-flex;align-items:center;gap:.35rem;margin-top:1rem;color:var(--deep);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.impact__cardCta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.impact__cardCta svg{flex:none;transition:transform .2s ease}.impact__card:hover .impact__cardCta svg,.impact__cardCta:focus-visible svg{transform:translate(3px)}.impact__outro{margin-top:1.2rem;max-width:560px}.section.impact .btn--primary{margin-top:1rem}.project-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));background:#0b2360ad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:project-backdrop-in .2s ease-out both}.project-modal{position:relative;width:min(960px,100%);max-height:calc(100dvh - 2rem);overflow:hidden;border:1px solid rgba(255,255,255,.8);border-radius:24px;background:var(--cloud);color:var(--ink);box-shadow:0 30px 90px #0b236061;animation:project-modal-in .26s cubic-bezier(.16,1,.3,1) both}.project-modal__scroll{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);max-height:calc(100dvh - 2rem);overflow:auto;overscroll-behavior:contain}.project-modal__close{position:absolute;top:.85rem;right:.85rem;z-index:2;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(11,35,96,.12);border-radius:50%;background:#f7fbfff0;color:var(--deep);box-shadow:0 8px 24px #0b236029;transition:background .2s ease,color .2s ease;touch-action:manipulation}.project-modal__close:hover{background:var(--deep);color:var(--cloud)}.project-modal__media{min-height:100%;background:var(--sky);overflow:hidden}.project-modal__media img{width:100%;height:100%;min-height:100%;object-fit:cover}.project-modal__content{display:flex;flex-direction:column;align-items:flex-start;padding:clamp(2rem,5vw,4rem);padding-right:clamp(4.5rem,7vw,5.5rem);text-align:left}.project-modal__title{margin-top:.55rem;font-family:var(--font-display);font-size:clamp(2rem,5vw,3.7rem);font-weight:500;line-height:1;color:var(--deep)}.project-modal__intro{margin-top:1rem;max-width:52ch;font-size:1rem;line-height:1.62;color:#2a3a49}.project-modal__facts{width:100%;margin-top:1.5rem}.project-modal__facts>div{padding:.9rem 0;border-top:1px solid rgba(11,35,96,.14)}.project-modal__facts dt{margin-bottom:.3rem;color:var(--deep);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.project-modal__facts dd{font-size:.9rem;line-height:1.5;color:#2a3a49}.project-modal__link{min-height:48px;margin-top:1rem;text-decoration:none}@keyframes project-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes project-modal-in{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}.section.footer .section__inner{min-height:84vh;justify-content:space-between;gap:2.5rem}.footer__logo{width:min(820px,86vw);height:auto;margin:auto;filter:drop-shadow(0 12px 30px rgba(27,39,51,.16))}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:1.1rem;width:100%}.footer__trust{list-style:none;display:flex;gap:.6rem 1.6rem;flex-wrap:wrap;justify-content:center;padding:0;font-size:.88rem;font-weight:500;color:var(--ink)}.footer__trust li{display:flex;align-items:center;gap:.45rem}.footer__trust li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);flex:none}.footer__meta{display:flex;gap:1.2rem;flex-wrap:wrap;justify-content:center;font-size:.78rem;letter-spacing:.04em;opacity:.6;margin-top:1rem}.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.section.in .reveal{opacity:1;transform:none}.section.in .reveal:nth-child(1){transition-delay:.05s}.section.in .reveal:nth-child(2){transition-delay:.16s}.section.in .reveal:nth-child(3){transition-delay:.27s}.section.in .reveal:nth-child(4){transition-delay:.38s}.section.in .reveal:nth-child(5){transition-delay:.49s}.impact__card.reveal{transition-delay:calc(var(--i, 0) * .07s)}@media (max-width: 768px){.canvas{height:100dvh!important}.section{padding:5rem 1.25rem 3.5rem}.section--left,.section--right{justify-content:center;text-align:center}.section--left .section__inner,.section--right .section__inner{align-items:center;margin-inline:auto}.lede{margin-inline:auto}.topbar__logo img{width:clamp(84px,24vw,110px)}.topbar__logo{min-width:44px;min-height:44px}.topbar__nav{gap:.35rem}.topbar__nav button,.topbar__nav a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;font-size:.78rem;padding:.7rem .55rem}.topbar__cta{padding:.55rem .95rem!important}.impact__card{min-height:168px;padding:1.3rem 1.15rem}.project-modal__backdrop{align-items:end;padding:max(.5rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-right)) max(.5rem,env(safe-area-inset-bottom)) max(.5rem,env(safe-area-inset-left))}.project-modal{width:100%;max-height:calc(100dvh - 1rem);border-radius:20px}.project-modal__scroll{grid-template-columns:1fr;max-height:calc(100dvh - 1rem)}.project-modal__media{min-height:0;aspect-ratio:3 / 2}.project-modal__media img{min-height:0}.project-modal__content{padding:1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}.project-modal__title{padding-right:3.2rem;font-size:clamp(2rem,11vw,3rem)}}@media (max-height: 520px) and (orientation: landscape){.project-modal__backdrop{align-items:center}.project-modal{max-height:calc(100dvh - 1rem)}.project-modal__scroll{grid-template-columns:minmax(240px,.85fr) minmax(0,1.15fr);max-height:calc(100dvh - 1rem)}.project-modal__media{aspect-ratio:auto;min-height:100%}.project-modal__content{padding:1.5rem 4.5rem 1.5rem 1.5rem}.project-modal__title{padding-right:0;font-size:clamp(1.9rem,5vw,2.7rem)}}@media (max-width: 480px){.topbar__nav .topbar__link--sm{display:none}}@media (prefers-reduced-motion: reduce){.reveal{transition:opacity .4s ease;transform:none}.impact__card,.impact__cardCta svg,.project-modal__backdrop,.project-modal,.project-modal__close{animation:none;transition:none}.impact__card:hover,.impact__card:active,.impact__card:hover .impact__cardCta svg,.impact__cardCta:focus-visible svg{transform:none}}.footer__social a{color:inherit;text-decoration:underline;text-underline-offset:3px}.footer__social a:hover{color:var(--gold, #e9c46a)}
