:root{--navy:#0d2137;--navy-mid:#0f2a45;--navy-deep:#081a2c;--navy-card:#0d2a40;--teal:#1a9e8f;--teal-bright:#22b5a3;--teal-dark:#147a6e;--teal-card:#1e6e64;--cream:#f0ede6;--cream-dark:#e8e4dc;--cream-light:#faf8f4;--white:#fff;--grey-300:#c8c4bc;--grey-500:#8a8680;--grey-700:#4a4740;--text:#1a1916;--surface-page:var(--cream);--surface-header:var(--white);--surface-header-scrolled:#fffffff7;--surface-footer:var(--navy);--surface-footer-bar:var(--navy-deep);--surface-elevated:var(--white);--border-subtle:#0d213714;--border-header:var(--cream-dark);--border-footer:#ffffff1a;--text-on-dark:#ffffffe0;--text-on-dark-muted:#ffffff8c;--text-on-dark-faint:#ffffff61;--bg-off-white:var(--cream-dark);--bg-white:var(--white);--grey-100:var(--cream-dark);--grey-200:var(--grey-300);--grey-400:var(--grey-500);--text-dark:var(--text);--teal-light:#1a9e8f26;--navy-dark:var(--navy-mid);--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", sans-serif;--hero-title:clamp(3rem, 5.5vw, 5rem);--section-title:clamp(2.4rem, 4vw, 3.6rem);--body-size:1rem;--body-lh:1.8;--label-size:.72rem;--label-spacing:.18em;--btn-size:.88rem;--radius-card:22px;--radius-pill:9999px;--max-width:72rem;--section-pad-y:clamp(4rem, 8vw, 6.5rem);--section-pad-x:clamp(1.25rem, 4vw, 2rem);--header-height:4.75rem;--header-height-scrolled:4.25rem;--shadow-header:0 1px 0 var(--border-subtle), 0 4px 20px #0d21370f;--shadow-header-scrolled:0 1px 0 var(--border-header), 0 8px 28px #0d213714}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:300;font-size:var(--body-size);line-height:var(--body-lh);color:var(--grey-700);background:var(--surface-page);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.container{width:100%;max-width:var(--max-width);padding-inline:var(--section-pad-x);margin-inline:auto}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(22px)}.section-label--light{color:var(--teal)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.section-label{font-family:var(--font-body);font-size:var(--label-size);letter-spacing:var(--label-spacing);text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;font-weight:500}.display-title{font-family:var(--font-display);font-weight:400;font-size:var(--section-title);color:var(--navy);line-height:1.12}.display-title em,.display-title .accent{color:var(--teal);font-style:italic;font-weight:400}.display-title--light{color:var(--white)}.display-title--light em{color:var(--teal)}.body-lg{font-size:1.05rem;line-height:var(--body-lh);color:var(--grey-700);max-width:42rem}.section--cream{background:var(--cream)}.section--cream-dark{background:var(--cream-dark)}.section--navy{background:var(--navy);color:var(--white)}.section-pad{padding-block:var(--section-pad-y)}.btn{font-family:var(--font-body);font-size:var(--btn-size);letter-spacing:.02em;border-radius:var(--radius-pill);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.65rem;font-weight:400;text-decoration:none;transition:background .2s,color .2s,opacity .2s;display:inline-flex}.btn--primary{background:var(--navy);color:var(--white)}.btn--primary:hover{background:var(--navy-mid)}.btn--teal{background:var(--teal);color:var(--white)}.btn--teal:hover{background:var(--teal-bright)}.btn--ghost{color:var(--navy);background:0 0;padding-inline:0}.btn--ghost:before{content:"— ";color:var(--teal)}.btn--ghost:hover{color:var(--teal-dark)}.btn--arrow:after{content:" →"}.btn:disabled{opacity:.6;cursor:not-allowed}.section-intro{margin-bottom:2.5rem}.section-intro--split{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.section-intro__aside{color:var(--grey-500);text-align:right;max-width:22rem;font-size:.95rem;line-height:1.65}.page-hero{padding-top:calc(var(--header-height) + 3rem);background:var(--cream);padding-bottom:clamp(2.5rem,5vw,3.5rem)}.page-hero__inner{max-width:40rem}.page-hero__title{font-family:var(--font-display);font-weight:400;font-size:var(--section-title);color:var(--navy);margin-bottom:1rem;line-height:1.12}.page-hero__title em{color:var(--teal);font-style:italic}.page-hero__lead{font-size:1.05rem;line-height:var(--body-lh);color:var(--grey-700)}@media (width<=768px){.section-intro__aside{text-align:left}}@media (width<=480px){:root{--hero-title:2rem;--section-title:1.8rem;--section-pad-y:2.75rem}}html{overflow-x:hidden}.site-logo{object-fit:contain;flex-shrink:0;width:auto;max-width:min(220px,42vw);height:2.75rem;display:block}.site-logo--mark{object-fit:cover;object-position:left center;border-radius:50%;max-width:2.25rem;height:2.25rem}.site-footer{background:var(--surface-footer);margin-top:auto;position:relative}.site-footer:before{content:"";background:linear-gradient(90deg, var(--teal) 0%, var(--teal-bright) 50%, var(--teal) 100%);height:3px;position:absolute;top:0;left:0;right:0}.site-footer__main{grid-template-columns:1.35fr 1fr 1fr;gap:2.5rem;padding-block:3.75rem 2.5rem;display:grid}.site-footer__logo{align-items:center;margin-bottom:1rem;display:inline-flex}.site-footer__logo .site-logo{background:var(--white);border-radius:10px;max-width:240px;height:3rem;padding:.4rem .65rem;box-shadow:0 4px 16px #00000026}.site-footer__tagline{color:var(--text-on-dark-muted);max-width:22rem;font-size:.92rem;font-weight:300;line-height:1.7}.site-footer__heading{font-size:var(--label-size);letter-spacing:var(--label-spacing);text-transform:uppercase;color:var(--teal-bright);margin-bottom:1rem;font-weight:500}.site-footer__col a,.site-footer__col p{color:var(--text-on-dark-muted);margin-bottom:.35rem;font-size:.92rem;font-weight:300;line-height:1.7;transition:color .2s;display:block}.site-footer__col a:hover{color:var(--white)}.site-footer__bar{background:var(--surface-footer-bar);border-top:1px solid var(--border-footer);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.25rem 1.75rem;display:flex}.site-footer__bar p{color:var(--text-on-dark-faint);font-size:.8rem;font-weight:300}.site-footer__social{gap:.65rem;display:flex}.site-footer__icon{border:1px solid var(--border-footer);width:2.25rem;height:2.25rem;color:var(--text-on-dark-muted);letter-spacing:.02em;text-transform:lowercase;border-radius:50%;justify-content:center;align-items:center;font-size:.72rem;font-weight:500;transition:border-color .2s,color .2s,background .2s;display:flex}.site-footer__icon:hover{border-color:var(--teal-bright);color:var(--white);background:#1a9e8f33}@media (width<=900px){.site-footer__main{grid-template-columns:1fr;gap:2rem}}@media (width<=480px){.site-footer__main{padding-block:2.5rem 1.75rem}.site-footer__bar{flex-direction:column;align-items:flex-start;gap:.75rem}}.site-header{z-index:100;height:var(--header-height);background:var(--surface-header);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-header);transition:background .35s,border-color .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0}.site-header--scrolled{background:var(--surface-header-scrolled);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--border-header);box-shadow:var(--shadow-header-scrolled)}.site-header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.site-header__logo{color:var(--navy);align-items:center;display:flex}.site-header__logo .site-logo{height:clamp(2.25rem,5vw,2.85rem)}.site-header__nav,.site-header__links{align-items:center;gap:1.75rem;display:flex}.site-header__link{color:var(--grey-500);font-size:.9rem;font-weight:400;transition:color .2s}.site-header__link:hover{color:var(--teal-dark)}.site-header__link--active{color:var(--navy);font-weight:500}.site-header__link--mobile-only{display:none}.site-header__cta{margin-left:1.5rem;padding:.65rem 1.35rem;font-size:.85rem}.site-header__toggle{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.25rem;height:2.25rem;padding:0;display:none}.site-header__toggle span{background:var(--navy);width:1.35rem;height:1.5px;transition:transform .3s,opacity .3s;display:block}.site-header__close{display:none}@media (width<=900px){.site-header__toggle{display:flex}.site-header__link--mobile-only{display:block}.site-header__cta{display:none}.site-header__nav{padding:5rem var(--section-pad-x) 2rem;-webkit-backdrop-filter:blur(14px);opacity:0;visibility:hidden;pointer-events:none;background:linear-gradient(#fffffffc,#f4f0eafc);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:opacity .35s,visibility .35s;position:fixed;inset:0;overflow-y:auto;box-shadow:inset 0 1px #0d213714}.site-header__nav.is-open{opacity:1;visibility:visible;pointer-events:auto}.site-header__close{top:1.25rem;right:var(--section-pad-x);width:2.5rem;height:2.5rem;color:var(--navy);cursor:pointer;z-index:111;background:#ffffffb3;border:1px solid #0d21371f;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1.25rem;line-height:1;display:flex;position:absolute}.site-header__links{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.site-header__link{font-family:var(--font-display);color:var(--navy);font-size:clamp(1.75rem,6vw,2.25rem);font-weight:400}.site-header__link:hover,.site-header__link--active{color:var(--teal-dark)}}.cta-section{background:var(--cream)}.cta-card{background:var(--navy);text-align:center;border-radius:24px;max-width:52rem;margin-inline:auto;padding:clamp(3rem,6vw,4.5rem) clamp(2rem,5vw,3rem)}.cta-card__title{margin:.5rem 0 1rem}.cta-card__body{font-size:1.05rem;font-weight:300;line-height:var(--body-lh);color:#fff9;max-width:32rem;margin:0 auto 1.75rem}@media (width<=640px){.cta-card{border-radius:18px;padding:2rem 1.25rem}.cta-card .btn{justify-content:center;width:100%}}@keyframes ecoRingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ecoPathDraw{0%{stroke-dashoffset:1px;opacity:.15}to{stroke-dashoffset:0;opacity:1}}@keyframes ecoNodeIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}@keyframes ecoNodeInRight{0%{opacity:0;transform:translate(6px)}to{opacity:1;transform:translate(0)}}.ecosystem{width:100%;max-width:36rem;margin-inline:auto;position:relative}.ecosystem__svg{width:100%;height:auto;display:block;overflow:visible}.eco-path{stroke-dasharray:1;stroke-dashoffset:1px;opacity:.15}.ecosystem--live .eco-path{animation:1.1s forwards ecoPathDraw;animation-delay:var(--eco-delay,0s)}.eco-hub-ring{transform-origin:190px 165px}.ecosystem--live .eco-hub-ring{animation:36s linear infinite ecoRingSpin}.eco-node{opacity:0}.ecosystem--live .eco-node:nth-child(n+14):nth-child(-n+17){animation:.55s forwards ecoNodeInRight;animation-delay:var(--eco-node-delay,0s)}.ecosystem--live .eco-node{animation:.55s forwards ecoNodeIn;animation-delay:var(--eco-node-delay,0s)}@media (width<=540px){.eco-sub,.eco-hub-sub,.eco-col-label{display:none}.ecosystem{max-width:100%}}@media (prefers-reduced-motion:reduce){.eco-path{stroke-dashoffset:0;opacity:1;animation:none}.eco-hub-ring{animation:none}.eco-node{opacity:1;animation:none}}@keyframes fadeUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes heroKenBurnsA{0%{opacity:1;transform:scale(1.05)translate(0)}45%{opacity:1}50%{opacity:0}to{opacity:0;transform:scale(1.12)translate(-1%,-1%)}}@keyframes heroKenBurnsB{0%{opacity:0;transform:scale(1.08)translate(1%)}50%{opacity:0}55%{opacity:1}to{opacity:1;transform:scale(1.14)translate(-.5%,-1.5%)}}@keyframes homeMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollPulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:.7;transform:translateY(4px)}}.hero-anim{opacity:0;animation:.8s forwards fadeUp}.home{background:var(--surface-page)}.home-hero{min-height:min(92svh,52rem);padding-top:calc(var(--header-height) + 1.5rem);align-items:center;padding-bottom:2rem;display:flex;position:relative;overflow:hidden}.home-hero__media{pointer-events:none;position:absolute;inset:0}.home-hero__media .about-image{margin:0}.home-hero__image{width:100%;height:100%;position:absolute;inset:0}.home-hero__image img,.home-hero__image .about-image__placeholder{object-fit:cover;object-position:center 35%;width:100%;height:100%}.home-hero__image--a img,.home-hero__image--a .about-image__placeholder{animation:24s ease-in-out infinite heroKenBurnsA}.home-hero__image--b img,.home-hero__image--b .about-image__placeholder{animation:24s ease-in-out infinite heroKenBurnsB}.home-hero__scrim{pointer-events:none;background:linear-gradient(105deg,#0d2137eb 0%,#0d2137b8 42%,#0d213773 100%);position:absolute;inset:0}.home-hero__content{z-index:2;width:100%;position:relative}.home-hero__layout{grid-template-columns:1fr minmax(280px,22rem);align-items:center;gap:clamp(1.5rem,4vw,2.5rem);margin-bottom:2rem;display:grid}.home-hero__panel{-webkit-backdrop-filter:blur(12px);background:#0d2a40e0;border:1px solid #ffffff1f;border-radius:20px;padding:clamp(1.35rem,2.5vw,1.75rem)}.home-hero__panel-label{font-size:var(--label-size);letter-spacing:var(--label-spacing);text-transform:uppercase;color:var(--teal-bright);margin-bottom:.65rem;font-weight:500}.home-hero__panel-title{font-family:var(--font-display);color:var(--white);margin-bottom:.75rem;font-size:clamp(1.25rem,2vw,1.45rem);font-weight:400;line-height:1.3}.home-hero__panel-text{color:#ffffffad;margin-bottom:1rem;font-size:.88rem;font-weight:300;line-height:1.65}.home-hero__panel-list{flex-direction:column;gap:.45rem;list-style:none;display:flex}.home-hero__panel-list li{color:#ffffffd9;padding-left:1rem;font-size:.82rem;font-weight:400;position:relative}.home-hero__panel-list li:before{content:"";background:var(--teal-bright);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.home-hero__title{font-family:var(--font-display);font-weight:400;font-size:var(--hero-title);color:var(--white);max-width:14ch;margin-bottom:1.15rem;line-height:1.08}.home-hero__title em{color:var(--teal-bright);font-style:italic}.home-hero__body{font-size:1.08rem;font-weight:300;line-height:var(--body-lh);color:#ffffffbf;max-width:36rem;margin-bottom:1.75rem}.home-hero__actions{flex-wrap:wrap;gap:1rem 1.5rem;display:flex}.btn--ghost--light{color:#ffffffd9}.btn--ghost--light:before{color:var(--teal-bright)}.btn--ghost--light:hover{color:var(--white)}.home-hero__stats{border-top:1px solid #ffffff26;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.25rem;display:grid}.home-hero-stat__value{font-family:var(--font-display);color:var(--white);margin-bottom:.35rem;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1}.home-hero-stat__value--accent em{color:var(--teal-bright);font-style:italic}.home-hero-stat__label{color:#ffffff80;font-size:.78rem;font-weight:300}.home-hero__scroll{bottom:1.25rem;right:var(--section-pad-x);z-index:2;letter-spacing:.14em;text-transform:uppercase;color:#fff6;font-size:.68rem;animation:2s ease-in-out infinite scrollPulse;position:absolute}.home-marquee{background:var(--surface-elevated);border-block:1px solid var(--border-subtle);padding-block:1rem;overflow:hidden}.home-marquee__label-wrap{margin-bottom:.85rem}.home-marquee__label{justify-content:center;align-items:center;gap:1rem;margin:0;padding:.5rem 0;display:flex}.home-marquee__label-line{background:linear-gradient(90deg, transparent, var(--teal) 80%);flex:1;max-width:5rem;height:1px}.home-marquee__label-line:last-child{background:linear-gradient(270deg, transparent, var(--teal) 80%)}.home-marquee__label-text{letter-spacing:.14em;text-transform:uppercase;color:var(--navy);border-radius:var(--radius-pill);white-space:nowrap;background:linear-gradient(135deg,#1a9e8f1f 0%,#1a9e8f0a 100%);border:1px solid #1a9e8f59;align-items:center;gap:.35rem;padding:.45rem 1.1rem;font-size:.78rem;font-weight:500;display:inline-flex;box-shadow:0 2px 12px #1a9e8f1f}.home-marquee__label-in{letter-spacing:.08em;min-width:1.65rem;color:var(--white);background:linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);border-radius:var(--radius-pill);justify-content:center;align-items:center;padding:.15rem .45rem;font-style:normal;font-weight:500;display:inline-flex;box-shadow:0 2px 8px #1a9e8f59}.home-marquee__track{gap:3rem;width:max-content;animation:40s linear infinite homeMarquee;display:flex}.home-marquee__item{color:var(--navy);white-space:nowrap;opacity:.75;font-size:.9rem;font-weight:400}.home-marquee__item:after{content:"◆";color:var(--teal);vertical-align:middle;margin-left:3rem;font-size:.45rem}.home-approach{background:var(--surface-page)}.home-approach__grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.home-approach__visual{flex-direction:column;gap:clamp(2rem,5vw,3rem);display:flex;position:relative}.home-approach__image{aspect-ratio:4/3;border-radius:22px;overflow:hidden;box-shadow:0 20px 50px #0d21371f}.home-approach__image img{transition:transform .6s}.home-approach__visual:hover .home-approach__image img{transform:scale(1.04)}.home-approach__diagram{margin-inline:auto;background:linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);border:1px solid var(--border-subtle);border-radius:18px;width:100%;max-width:36rem;margin-top:.25rem;padding:clamp(1.25rem,3vw,1.75rem);transition:box-shadow .35s;box-shadow:0 16px 40px #0d21371a}.home-approach__visual:hover .home-approach__diagram{box-shadow:0 20px 48px #1a9e8f1f}.home-approach__diagram .ecosystem{max-width:100%}.home-approach__headline{max-width:20ch;margin-bottom:1rem}.home-approach__intro{color:var(--grey-700);font-weight:300;line-height:var(--body-lh);max-width:32rem;margin-bottom:1.75rem}.home-steps{margin-bottom:1.75rem;list-style:none}.home-step{border-top:1px solid var(--cream-dark);grid-template-columns:2.5rem 1fr;gap:.75rem 1rem;padding:1.15rem 0;display:grid}.home-step__num{font-family:var(--font-display);color:var(--teal);font-size:1.2rem;line-height:1.2}.home-step__title{color:var(--navy);margin-bottom:.3rem;font-size:.95rem;font-weight:500}.home-step__text{color:var(--grey-500);font-size:.9rem;font-weight:300;line-height:1.6}.home-explore{background:var(--cream-dark);padding-block:clamp(2.5rem,5vw,3.5rem)}.home-explore__grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.home-explore-card{background:var(--white);border:1px solid var(--border-subtle);border-radius:14px;justify-content:space-between;align-items:center;gap:.5rem;padding:1.25rem 1.15rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.home-explore-card:hover{border-color:var(--teal);transform:translateY(-3px);box-shadow:0 10px 28px #0d213714}.home-explore-card__label{font-family:var(--font-display);color:var(--navy);font-size:1.15rem;line-height:1.25}.home-explore-card__arrow{color:var(--teal);font-size:1.1rem;transition:transform .2s}.home-explore-card:hover .home-explore-card__arrow{transform:translate(4px)}.home-outcomes{background:var(--surface-page)}.home-outcomes-band{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 55%, var(--teal-card) 100%);border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;padding:clamp(2.5rem,5vw,3.5rem);transition:transform .25s,box-shadow .25s;display:flex}.home-outcomes-band:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0d213733}.home-outcomes-band__copy .section-label{color:#ffffff80}.home-outcomes-band__copy .display-title{max-width:18ch;margin:.35rem 0 .65rem}.home-outcomes-band__text{color:#ffffffa6;max-width:32rem;font-weight:300;line-height:1.6}.home-outcomes-band__cta{font-family:var(--font-display);color:var(--teal-bright);white-space:nowrap;font-size:1.25rem}.home-impact{background:var(--cream-dark)}.home-impact__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.home-impact__headline{max-width:22ch;margin-top:.35rem}.home-impact__cards{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.home-impact-card{background:var(--white);border:1px solid var(--border-subtle);border-radius:20px;flex-direction:column;transition:transform .35s,box-shadow .35s;display:flex;overflow:hidden}.home-impact-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #0d21371f}.home-impact-card__visual{min-height:11rem;position:relative;overflow:hidden}.home-impact-card__image{height:100%;min-height:11rem}.home-impact-card:hover .home-impact-card__image img{transform:scale(1.06)}.home-impact-card__scrim{pointer-events:none;background:linear-gradient(#0000 45%,#0d2137bf 100%);position:absolute;inset:0}.home-impact-card__tag{z-index:2;border-radius:var(--radius-pill);color:var(--white);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff26;padding:.3rem .65rem;font-size:.72rem;position:absolute;bottom:.85rem;left:.85rem}.home-impact-card__body{flex-direction:column;flex:1;padding:1.35rem 1.4rem 1.5rem;display:flex}.home-impact-card__title{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:1.3rem;font-weight:400;line-height:1.3}.home-impact-card__text{color:var(--grey-500);flex:1;margin-bottom:1rem;font-size:.9rem;font-weight:300;line-height:1.65}.home-impact-card__link{color:var(--teal);font-size:.88rem;font-weight:400}.home-impact-card__link:hover{color:var(--teal-dark)}.home-newsletter{background:var(--surface-page);padding-block:0 1rem}.home-newsletter-band{background:var(--white);border:1px solid var(--cream-dark);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.25rem;padding:1.75rem 1.5rem;transition:border-color .2s,transform .2s;display:flex}.home-newsletter-band:hover{border-color:var(--teal);transform:translateY(-2px)}.home-newsletter-band .display-title{margin:.25rem 0 .4rem;font-size:clamp(1.5rem,3vw,2rem)}.home-newsletter-band__text{color:var(--grey-500);font-size:.92rem;font-weight:300}.home-newsletter-band__cta{color:var(--teal);font-weight:400}@media (prefers-reduced-motion:reduce){.home-hero__image--a img,.home-hero__image--a .about-image__placeholder,.home-hero__image--b img,.home-hero__image--b .about-image__placeholder{opacity:1;animation:none}.home-hero__image--b{display:none}.home-marquee__track{flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;width:100%;animation:none}.home-marquee__item:after{display:none}.home-hero__scroll{animation:none}}@media (width<=1024px){.home-explore__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.home-hero{align-items:flex-start;min-height:auto;padding-bottom:2.5rem}.home-hero__layout{grid-template-columns:1fr}.home-hero__title{max-width:none}.home-hero__stats{grid-template-columns:repeat(3,1fr);gap:.75rem}.home-approach__grid,.home-impact__cards{grid-template-columns:1fr}.home-approach__diagram{max-width:100%;padding:.75rem}.home-impact__header .btn{justify-content:center;width:100%}}@media (width<=640px){.home-explore__grid{grid-template-columns:repeat(2,1fr)}.home-hero__actions .btn{justify-content:center;width:100%}.home-outcomes-band,.home-newsletter-band{flex-direction:column;align-items:flex-start}.home-outcomes-band__cta,.home-newsletter-band__cta{align-self:flex-start}}@media (width<=480px){.home-hero{padding-top:calc(var(--header-height) + 1rem);padding-bottom:2rem}.home-hero__panel{display:none}.home-hero__stats{gap:.5rem}.home-hero-stat__value{font-size:1.35rem}.home-hero-stat__label{font-size:.68rem}.home-explore__grid{grid-template-columns:1fr}.home-impact-card__body{padding:1rem 1.1rem 1.25rem}.home-outcomes-band{border-radius:18px;padding:1.75rem 1.25rem}.home-newsletter-band{border-radius:14px;padding:1.35rem 1.1rem}}@keyframes aboutFadeUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.about-anim{opacity:0;animation:.8s forwards aboutFadeUp}.about-page{background:var(--cream)}.about-image{border-radius:inherit;width:100%;height:100%;margin:0;overflow:hidden}.about-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.33,1,.68,1);display:block}.about-image__placeholder{background:linear-gradient(145deg, var(--navy-card) 0%, var(--navy) 55%, #0a3d4a 100%);justify-content:flex-start;align-items:flex-end;width:100%;height:100%;min-height:100%;padding:1.25rem;display:flex;position:relative;overflow:hidden}.about-image__pattern{background:radial-gradient(circle at 20% 30%,#1a9e8f59 0%,#0000 45%),radial-gradient(circle at 80% 70%,#ffffff14 0%,#0000 40%);animation:8s ease-in-out infinite alternate aboutShimmer;position:absolute;inset:-20%}@keyframes aboutShimmer{0%{transform:translate(0)scale(1)}to{transform:translate(3%,2%)scale(1.05)}}.about-image__label{z-index:1;font-family:var(--font-display);color:#ffffff73;font-size:1.5rem;font-style:italic;position:relative}.about-hero{background:var(--cream);padding-top:9rem;padding-bottom:clamp(2rem,4vw,3rem)}.about-hero__title{font-family:var(--font-display);font-weight:400;font-size:var(--section-title);color:var(--navy);max-width:20ch;margin-bottom:1rem;line-height:1.12}.about-hero__title em{color:var(--teal);font-style:italic}.about-hero__sub{font-size:1.05rem;font-weight:300;line-height:var(--body-lh);color:var(--grey-700);max-width:38rem}.about-who{background:var(--cream-dark);padding-top:0}.about-who__layout{grid-template-columns:.95fr 1.05fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.about-who__visual{position:relative}.about-who__image{aspect-ratio:4/5;border-radius:20px;box-shadow:0 20px 50px #0d21371f}.about-who__layout:hover .about-who__image img{transform:scale(1.04)}.about-who__visual-accent{border:2px solid var(--teal);z-index:-1;opacity:.5;border-radius:20px;width:45%;height:40%;position:absolute;bottom:-1rem;right:-1rem}.about-who__lead{font-family:var(--font-display);color:var(--navy);margin-bottom:1.75rem;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:400;line-height:1.4}.about-who__steps{flex-direction:column;gap:0;list-style:none;display:flex}.about-who__step{border-top:1px solid var(--grey-300);grid-template-columns:2.5rem 1fr;gap:1rem;padding:1.15rem 0;display:grid}.about-who__step:last-child{border-bottom:1px solid var(--grey-300)}.about-who__step-num{font-family:var(--font-display);color:var(--teal);font-size:1.35rem;font-weight:400;line-height:1.3}.about-who__step p{color:var(--grey-700);font-size:.95rem;font-weight:300;line-height:1.7}.about-vm{background:var(--cream)}.about-vm__headline{margin-bottom:1.75rem}.vm-panels{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.vm-panel{border-radius:20px;align-items:flex-end;min-height:20rem;display:flex;position:relative;overflow:hidden}.vm-panel__bg{border-radius:0;position:absolute;inset:0}.vm-panel__bg img,.vm-panel__bg .about-image__placeholder{transition:transform .6s}.vm-panel:hover .vm-panel__bg img,.vm-panel:hover .vm-panel__bg .about-image__placeholder{transform:scale(1.05)}.vm-panel--vision .vm-panel__bg .about-image__placeholder{background:linear-gradient(160deg, var(--navy) 0%, var(--navy-card) 100%)}.vm-panel--mission .vm-panel__bg .about-image__placeholder{background:linear-gradient(160deg, var(--teal-card) 0%, var(--teal-dark) 100%)}.vm-panel:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#0d213759 45%,#0d2137eb 100%);transition:opacity .4s;position:absolute;inset:0}.vm-panel--mission:after{background:linear-gradient(#0000 0%,#1e6e6466 45%,#0d2137e0 100%)}.vm-panel:hover:after{opacity:.85}.vm-panel__content{z-index:2;padding:clamp(1.5rem,3vw,2rem);position:relative}.vm-panel__tag{font-size:var(--label-size);letter-spacing:var(--label-spacing);text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;font-weight:500;display:inline-block}.vm-panel__text{font-family:var(--font-display);color:var(--white);font-size:clamp(1.15rem,2vw,1.4rem);font-weight:400;line-height:1.45}.about-what{background:var(--cream-dark)}.about-what__headline{margin-bottom:2rem}.what-rows{flex-direction:column;gap:1.5rem;display:flex}.what-row{background:var(--white);border:1px solid var(--cream-dark);border-radius:20px;grid-template-columns:1fr 1fr;gap:0;transition:box-shadow .35s;display:grid;overflow:hidden}.what-row:hover{box-shadow:0 14px 36px #0d21371a}.what-row--reverse{direction:rtl}.what-row--reverse>*{direction:ltr}.what-row__media{min-height:14rem;position:relative;overflow:hidden}.what-row__image{height:100%;min-height:14rem}.what-row:hover .what-row__image img{transform:scale(1.06)}.what-row__num{font-family:var(--font-display);color:#ffffff40;z-index:2;pointer-events:none;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:400;line-height:1;position:absolute;top:1rem;left:1rem}.what-row--reverse .what-row__num{left:auto;right:1rem}.what-row__copy{border-left:1px solid var(--cream-dark);flex-direction:column;justify-content:center;padding:clamp(1.5rem,3vw,2.25rem);display:flex}.what-row--reverse .what-row__copy{border-left:none;border-right:1px solid var(--cream-dark)}.what-row__title{font-family:var(--font-display);color:var(--navy);border-bottom:2px solid #0000;margin-bottom:.65rem;padding-bottom:.65rem;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:400;line-height:1.3;transition:border-color .35s}.what-row:hover .what-row__title{border-bottom-color:var(--teal)}.what-row__text{color:var(--grey-700);font-size:.95rem;font-weight:300;line-height:1.7}.about-partners-bar{background:var(--cream);border-bottom:1px solid var(--cream-dark);padding-block:2rem 2.5rem}.about-partners-bar .container{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;display:flex}.about-partners-bar__label{font-size:var(--label-size);letter-spacing:var(--label-spacing);text-transform:uppercase;color:var(--teal);flex-shrink:0;font-weight:500}.about-partners-bar__chips{flex-wrap:wrap;gap:.45rem;display:flex}.partner-chip{color:var(--navy);background:var(--white);border:1px solid var(--cream-dark);border-radius:var(--radius-pill);padding:.4rem .75rem;font-size:.78rem;font-weight:400;transition:background .2s,color .2s,border-color .2s}.partner-chip:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}.about-focus{background:var(--cream)}.about-focus__headline{margin-bottom:1.75rem}.focus-mosaic{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}.focus-tile{background:var(--white);border:1px solid var(--cream-dark);cursor:pointer;border-radius:16px;outline:none;min-height:8.5rem;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.focus-tile:hover,.focus-tile:focus-within{border-color:#0000;transform:translateY(-4px)scale(1.02);box-shadow:0 12px 28px #0d21371a}.focus-tile:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.focus-tile__top{z-index:2;padding:1.15rem 1rem 1rem;position:relative}.focus-tile__dot{background:var(--teal);border-radius:50%;width:8px;height:8px;margin-bottom:.65rem;transition:transform .4s,box-shadow .4s,background .35s;display:block}.focus-tile:hover .focus-tile__dot,.focus-tile:focus-within .focus-tile__dot{background:var(--white);transform:scale(1.25);box-shadow:0 0 0 6px #fff3}.focus-tile__name{color:var(--navy);font-size:.88rem;font-weight:500;line-height:1.3}.focus-tile__reveal{z-index:1;align-items:center;height:0;padding:0 1rem;transition:height .45s cubic-bezier(.33,1,.68,1);display:flex;position:absolute;bottom:0;left:0;right:0}.focus-tile--navy .focus-tile__reveal{background:var(--navy-card)}.focus-tile--teal .focus-tile__reveal{background:var(--teal-card)}.focus-tile:hover .focus-tile__reveal,.focus-tile:focus-within .focus-tile__reveal{height:48%}.focus-tile__tagline{color:#ffffffe6;opacity:0;font-size:.78rem;font-weight:300;line-height:1.45;transition:opacity .35s 80ms,transform .35s 80ms;transform:translateY(10px)}.focus-tile:hover .focus-tile__tagline,.focus-tile:focus-within .focus-tile__tagline{opacity:1;transform:translateY(0)}.about-people-link,.about-audited-accounts-link,.about-policies-link{background:var(--cream);padding-block:0 1rem}.about-people-link__card,.about-audited-accounts-link__card,.about-policies-link__card{background:var(--navy);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;padding:1.35rem 1.5rem;transition:background .2s,transform .2s;display:flex}.about-people-link__card:hover,.about-audited-accounts-link__card:hover,.about-policies-link__card:hover{background:var(--navy-card);transform:translateY(-2px)}.about-people-link__label,.about-audited-accounts-link__label,.about-policies-link__label{font-size:var(--label-size);letter-spacing:var(--label-spacing);text-transform:uppercase;color:var(--teal);font-weight:500}.about-people-link__title,.about-audited-accounts-link__title,.about-policies-link__title{font-family:var(--font-display);color:var(--white);font-size:1.35rem;font-weight:400}@media (prefers-reduced-motion:reduce){.about-image__pattern{animation:none}.focus-tile:hover,.focus-tile:focus-within{transform:none}.focus-tile__reveal{background:0 0;height:auto;padding:0 1rem 1rem;position:relative}.focus-tile--navy .focus-tile__reveal,.focus-tile--teal .focus-tile__reveal{background:0 0}.focus-tile__tagline{opacity:1;color:var(--grey-500);transform:none}}@media (width<=1024px){.about-who__layout{grid-template-columns:1fr}.about-who__visual-accent{display:none}.vm-panels{grid-template-columns:1fr}.focus-mosaic{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.about-hero__title{max-width:none}.what-row,.what-row--reverse{direction:ltr;grid-template-columns:1fr}.what-row__copy,.what-row--reverse .what-row__copy{border-left:none;border-right:none;border-top:1px solid var(--cream-dark)}.what-row__media{min-height:12rem}}@media (width<=640px){.about-hero{padding-top:calc(var(--header-height) + 2rem)}.focus-mosaic{grid-template-columns:repeat(2,1fr)}.vm-panel{min-height:16rem}}@media (width<=480px){.about-hero{padding-top:calc(var(--header-height) + 1.5rem)}.about-who__lead{font-size:1.25rem}.focus-mosaic{grid-template-columns:1fr 1fr;gap:.5rem}.focus-tile{min-height:7rem}.about-people-link__title{font-size:1.1rem}.about-partners-bar .container{gap:.75rem 1rem}}@keyframes impactFadeUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.impact-anim{opacity:0;animation:.8s forwards impactFadeUp}.impact-page{background:var(--cream)}.impact-hero{background:var(--navy);padding-top:9rem;padding-bottom:clamp(2.5rem,5vw,3.5rem)}.impact-hero__title{font-family:var(--font-display);font-weight:400;font-size:var(--section-title);color:var(--white);margin-bottom:1rem;line-height:1.12}.impact-hero__sub{font-size:1.05rem;font-weight:300;line-height:var(--body-lh);color:#ffffffa6;max-width:40rem}.impact-stats{background:var(--navy);padding-bottom:clamp(2.5rem,5vw,3.5rem)}.impact-stats__inner{border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,1fr);gap:0;padding-top:2rem;display:grid}.impact-stat{text-align:center;border-right:1px solid #ffffff1f;padding:0 1.5rem}.impact-stat:last-child{border-right:none}.impact-stat__value{font-family:var(--font-display);color:var(--white);margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:400;line-height:1}.impact-stat__value--teal,.impact-stat__value em{color:var(--teal);font-style:italic}.impact-stat__label{color:#ffffff73;max-width:14rem;margin-inline:auto;font-size:.8rem;font-weight:300;line-height:1.45}.impact-featured{background:var(--cream)}.impact-featured__headline{max-width:36rem;margin-bottom:2rem}.featured-cases{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem;display:grid}.featured-case{border-radius:20px;flex-direction:column;padding:clamp(1.75rem,3vw,2.25rem);display:flex}.featured-case--teal{background:var(--teal-card)}.featured-case--navy{background:var(--navy-card)}.featured-case__tag{border-radius:var(--radius-pill);color:var(--white);background:#ffffff1a;align-self:flex-start;margin-bottom:1rem;padding:.35rem .8rem;font-size:.78rem;display:inline-block}.featured-case__title{font-family:var(--font-display);color:var(--white);margin-bottom:1.5rem;font-size:1.8rem;font-weight:400;line-height:1.3}.featured-case__block{margin-bottom:1.25rem}.featured-case__block-label{letter-spacing:.14em;text-transform:uppercase;color:#fff6;margin-bottom:.4rem;font-size:.65rem;font-weight:500}.featured-case__block-text{color:#ffffffb8;font-size:.92rem;font-weight:300;line-height:1.7}.featured-case__partners{flex-wrap:wrap;gap:.45rem;margin-top:auto;padding-top:1.25rem;display:flex}.partner-pill{color:var(--white);border-radius:var(--radius-pill);background:#ffffff1a;padding:.3rem .65rem;font-size:.72rem;font-weight:400}.impact-other{background:var(--cream-dark)}.impact-other__headline{margin-bottom:1.75rem}.other-work-grid{background:var(--cream-dark);border:1px solid var(--cream-dark);border-radius:var(--radius-card);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.other-work-tile{background:var(--cream);padding:1.35rem 1.25rem;transition:background .2s}.other-work-tile:hover{background:var(--white)}.other-work-tile__tag{font-size:var(--label-size);letter-spacing:var(--label-spacing);text-transform:uppercase;color:var(--teal);margin-bottom:.45rem;font-weight:500;display:block}.other-work-tile__title{color:var(--navy);margin-bottom:.4rem;font-size:.95rem;font-weight:500;line-height:1.35}.other-work-tile__text{color:var(--grey-500);font-size:.88rem;font-weight:300;line-height:1.65}.impact-newsletter{background:var(--cream-dark)}.impact-newsletter-promo{background:var(--navy);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;padding:clamp(1.75rem,4vw,2.5rem);transition:background .2s,transform .2s;display:flex}.impact-newsletter-promo:hover{background:var(--navy-card);transform:translateY(-2px)}.impact-newsletter-promo .section-label{color:#ffffff80}.impact-newsletter-promo__title{color:var(--white);max-width:22ch;margin:.35rem 0 .65rem}.impact-newsletter-promo__text{color:#fff9;max-width:32rem;font-size:.95rem;font-weight:300;line-height:1.6}.impact-newsletter-promo__cta{font-family:var(--font-display);color:var(--teal);white-space:nowrap;font-size:1.15rem}@media (width<=1024px){.other-work-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.featured-cases,.impact-stats__inner{grid-template-columns:1fr}.impact-stat{border-bottom:1px solid #ffffff1f;border-right:none;padding-block:1.5rem}.impact-stat:last-child{border-bottom:none}}@media (width<=640px){.impact-hero{padding-top:calc(var(--header-height) + 2rem)}.other-work-grid{grid-template-columns:1fr}.impact-newsletter-promo{flex-direction:column;align-items:flex-start}}@media (width<=480px){.impact-hero{padding-top:calc(var(--header-height) + 1.5rem)}.impact-stats__inner{gap:0;grid-template-columns:repeat(3,1fr)!important}.impact-stat{border-bottom:none;border-right:1px solid #ffffff1f;padding:0 .5rem}.impact-stat:last-child{border-right:none}.impact-stat__value{font-size:1.75rem}.featured-case__title{font-size:1.45rem}}@keyframes connectFadeUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.connect-anim{opacity:0;animation:.8s forwards connectFadeUp}.connect-page{background:var(--cream)}.connect-hero{background:var(--navy);padding-top:9rem;padding-bottom:clamp(2.5rem,5vw,3.5rem)}.connect-hero__title{font-family:var(--font-display);font-weight:400;font-size:var(--section-title);color:var(--white);margin-bottom:1rem;line-height:1.12}.connect-hero__sub{font-size:1.05rem;font-weight:300;line-height:var(--body-lh);color:#ffffffa6;max-width:42rem}.connect-main{background:var(--cream)}.connect-layout{grid-template-columns:1fr 1.05fr;align-items:start;gap:clamp(2.5rem,6vw,5rem);display:grid}.connect-details__title{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:2rem;font-weight:400;line-height:1.2}.connect-details__intro{font-size:1rem;font-weight:300;line-height:var(--body-lh);color:var(--grey-700);max-width:28rem;margin-bottom:2rem}.connect-contact-rows{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.connect-contact-row{grid-template-columns:7.5rem 1fr;align-items:baseline;gap:1rem;display:grid}.connect-contact-row__label{font-size:var(--label-size);letter-spacing:var(--label-spacing);text-transform:uppercase;color:var(--teal);font-weight:500}.connect-contact-row__value{color:var(--grey-700);font-size:.95rem;font-weight:300;line-height:1.55}.connect-contact-row__value a{color:var(--navy);border-bottom:1px solid var(--grey-300);transition:color .2s,border-color .2s}.connect-contact-row__value a:hover{color:var(--teal);border-color:var(--teal)}.connect-quote{border-left:3px solid var(--teal);max-width:28rem;margin:0;padding-left:1rem}.connect-quote p{font-family:var(--font-display);color:var(--grey-700);font-size:1.15rem;font-style:italic;font-weight:300;line-height:1.55}.connect-form-wrap .section-label{margin-bottom:1.25rem}.connect-form{flex-direction:column;gap:1rem;display:flex}.connect-form__split{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.connect-form__field{flex-direction:column;gap:.4rem;display:flex}.connect-form__field label{letter-spacing:.06em;text-transform:uppercase;color:var(--navy);font-size:.75rem;font-weight:500}.connect-form__field input,.connect-form__field textarea{background:var(--cream-dark);width:100%;color:var(--text);border:1px solid #0000;border-radius:8px;padding:.85rem 1rem;font-weight:300;transition:background .2s,border-color .2s}.connect-form__field textarea{resize:vertical;min-height:130px}.connect-form__field input:focus,.connect-form__field textarea:focus{border-color:var(--teal);background:var(--white);outline:none}.connect-form .btn--primary{align-self:flex-start;margin-top:.25rem}.connect-form .btn--primary:hover:not(:disabled){background:var(--teal)}.connect-form__honeypot{opacity:0;pointer-events:none;position:absolute;left:-9999px}.connect-form__error{color:#b33;font-size:.9rem}.connect-success{background:var(--teal-card);border-radius:var(--radius-card);padding:2rem 1.75rem}.connect-success p{font-family:var(--font-display);color:var(--white);font-size:1.5rem;font-weight:400;line-height:1.4}.connect-newsletter-cta{background:var(--cream);padding-top:0}.newsletter-cta-card{background:var(--navy);text-align:center;border-radius:24px;max-width:52rem;margin-inline:auto;padding:clamp(3rem,6vw,4.5rem) clamp(2rem,5vw,3rem)}.newsletter-cta-card__title{margin:.5rem 0 1rem}.newsletter-cta-card__body{font-size:1.05rem;font-weight:300;line-height:var(--body-lh);color:#fff9;max-width:32rem;margin:0 auto 1.75rem}@media (width<=900px){.connect-layout{grid-template-columns:1fr}}@media (width<=600px){.connect-hero{padding-top:calc(var(--header-height) + 2rem)}.connect-form__split{grid-template-columns:1fr}.connect-contact-row{grid-template-columns:1fr;gap:.25rem}.connect-form .btn--primary{justify-content:center;align-self:stretch;width:100%}}@media (width<=480px){.connect-details__title{font-size:1.6rem}.newsletter-cta-card{border-radius:18px;padding:2rem 1.25rem}}@keyframes teamFadeUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.team-anim{opacity:0;animation:.8s forwards teamFadeUp}.team-page{background:var(--cream)}.team-hero{background:var(--cream);padding-top:9rem;padding-bottom:clamp(2rem,4vw,3rem)}.team-hero__title{font-family:var(--font-display);font-weight:400;font-size:var(--section-title);color:var(--navy);margin-bottom:1rem;line-height:1.12}.team-hero__title em{color:var(--teal);font-style:italic}.team-hero__sub{font-size:1.05rem;font-weight:300;line-height:var(--body-lh);color:var(--grey-700);max-width:34rem;margin-bottom:1.25rem}.team-hero__jump{flex-wrap:wrap;gap:.75rem 1.25rem;display:flex}.team-hero__jump a{color:var(--teal);border-bottom:1px solid #0000;font-size:.88rem;font-weight:400;transition:border-color .2s,color .2s}.team-hero__jump a:hover{color:var(--teal-dark);border-bottom-color:var(--teal)}.team-section__headline{margin-bottom:.65rem}.team-section__intro{color:var(--grey-500);max-width:32rem;margin-bottom:2rem;font-size:.95rem;font-weight:300}.team-board{background:var(--cream-dark)}.board-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.board-card{background:var(--white);border:1px solid var(--cream-dark);border-radius:18px;outline:none;transition:transform .4s,box-shadow .4s;overflow:hidden}.board-card:hover,.board-card:focus-within{transform:translateY(-6px);box-shadow:0 16px 40px #0d21371f}.board-card:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.board-card--chairman{grid-column:1/-1;grid-template-columns:minmax(220px,280px) 1fr;display:grid}.board-card--chairman .board-card__frame{aspect-ratio:4/5;border-radius:18px 0 0 18px}.board-card--chairman .board-card__meta{flex-direction:column;justify-content:center;padding:clamp(1.5rem,3vw,2.25rem);display:flex}.board-card__frame{aspect-ratio:3/4;background:var(--navy);position:relative;overflow:hidden}.board-photo{width:100%;height:100%}.board-photo img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .55s cubic-bezier(.33,1,.68,1)}.board-photo__initials{width:100%;height:100%;font-family:var(--font-display);color:#ffffff59;background:linear-gradient(145deg, var(--navy-card) 0%, var(--navy) 100%);justify-content:center;align-items:center;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;display:flex}.board-card__spotlight{opacity:0;pointer-events:none;background:radial-gradient(circle at 50% 100%,#1a9e8f8c 0%,#0000 65%);transition:opacity .45s;position:absolute;inset:0}.board-card:hover .board-card__spotlight,.board-card:focus-within .board-card__spotlight{opacity:1}.board-card:hover .board-photo img,.board-card:focus-within .board-photo img{transform:scale(1.08)}.board-card__overlay{opacity:0;background:linear-gradient(#0000 0%,#0d213780 55%,#0d2137f0 100%);align-items:flex-end;padding:1.1rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.board-card:hover .board-card__overlay,.board-card:focus-within .board-card__overlay{opacity:1}.board-card__bio{color:#ffffffeb;font-size:.82rem;font-weight:300;line-height:1.6;transition:transform .45s cubic-bezier(.33,1,.68,1);transform:translateY(12px)}.board-card:hover .board-card__bio,.board-card:focus-within .board-card__bio{transform:translateY(0)}.board-card__meta{padding:1.1rem 1.15rem 1.25rem}.board-card__badge{letter-spacing:.14em;text-transform:uppercase;color:var(--white);background:var(--teal);border-radius:var(--radius-pill);align-self:flex-start;margin-bottom:.5rem;padding:.25rem .6rem;font-size:.65rem;font-weight:500;display:inline-block}.board-card__name{font-family:var(--font-display);color:var(--navy);margin-bottom:.3rem;font-size:1.2rem;font-weight:400;line-height:1.25}.board-card--chairman .board-card__name{font-size:clamp(1.5rem,2.5vw,1.85rem)}.board-card__role{letter-spacing:.1em;text-transform:uppercase;color:var(--teal);font-size:.75rem;font-weight:500}.board-card__subtitle{color:var(--grey-500);margin-top:.35rem;font-size:.82rem;font-weight:300;line-height:1.45}.team-leaders{background:var(--cream)}.leader-grid{flex-direction:column;gap:.85rem;display:flex}.leader-card{border:1px solid var(--cream-dark);border-radius:16px;outline:none;grid-template-columns:auto 1fr;align-items:start;gap:1.25rem;padding:1.25rem 1.35rem;transition:border-color .35s,box-shadow .35s,background .35s;display:grid;position:relative;overflow:hidden}.leader-card--cream{background:var(--cream-dark)}.leader-card--white{background:var(--white)}.leader-card:before{content:"";background:var(--teal);transform-origin:top;width:3px;transition:transform .4s cubic-bezier(.33,1,.68,1);position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.leader-card:hover,.leader-card:focus-within{border-color:var(--teal);box-shadow:0 10px 28px #0d213714}.leader-card:hover:before,.leader-card:focus-within:before{transform:scaleY(1)}.leader-card__photo{flex-shrink:0}.leader-card__avatar.board-photo{border:2px solid var(--white);border-radius:50%;width:4.5rem;height:4.5rem;transition:transform .4s;overflow:hidden;box-shadow:0 4px 14px #0d21371a}.leader-card:hover .leader-card__avatar,.leader-card:focus-within .leader-card__avatar{transform:scale(1.06)}.leader-card__avatar .board-photo__initials{font-size:1.15rem}.leader-card__avatar img{object-position:center}.leader-card__name{font-family:var(--font-display);color:var(--navy);margin-bottom:.2rem;font-size:1.2rem;font-weight:400;line-height:1.25}.leader-card__role{letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.5rem;font-size:.72rem;font-weight:500}.leader-card__expand{opacity:0;max-height:0;transition:max-height .45s cubic-bezier(.33,1,.68,1),opacity .35s;overflow:hidden}.leader-card:hover .leader-card__expand,.leader-card:focus-within .leader-card__expand{opacity:1;max-height:6rem}.leader-card__bio{color:var(--grey-700);padding-top:.15rem;font-size:.9rem;font-weight:300;line-height:1.65}.leader-card__hint{color:var(--grey-300);font-size:1.25rem;font-weight:300;line-height:1;transition:transform .35s,color .35s;position:absolute;top:1.1rem;right:1.15rem}.leader-card:hover .leader-card__hint,.leader-card:focus-within .leader-card__hint{color:var(--teal);transform:rotate(45deg)}@media (prefers-reduced-motion:reduce){.board-card:hover,.board-card:focus-within{transform:none}.board-card__overlay{opacity:1;background:var(--cream-dark);padding:0 1.15rem 1rem;position:relative}.board-card__frame{aspect-ratio:auto}.board-card--chairman{grid-template-columns:1fr}.board-card--chairman .board-card__frame{aspect-ratio:3/4;border-radius:0}.board-card__bio{color:var(--grey-700);transform:none}.board-card__spotlight{display:none}.leader-card__expand{opacity:1;max-height:none}.leader-card__hint{display:none}}@media (width<=900px){.board-grid{grid-template-columns:repeat(2,1fr)}.board-card--chairman{grid-template-columns:1fr}.board-card--chairman .board-card__frame{border-radius:0}}@media (width<=640px){.team-hero{padding-top:calc(var(--header-height) + 2rem)}.board-grid{grid-template-columns:repeat(2,1fr)}.leader-card{text-align:center;grid-template-columns:1fr}.leader-card__avatar.board-photo{margin-inline:auto}.leader-card__hint{display:none}}@media (width<=480px){.team-hero{padding-top:calc(var(--header-height) + 1.5rem)}.board-grid,.board-card--chairman{grid-template-columns:1fr}}@keyframes nlFadeUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes nlTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.nl-anim{opacity:0;animation:.8s forwards nlFadeUp}.newsletter-page{background:var(--cream)}.nl-hero{background:var(--navy);padding-top:9rem;padding-bottom:clamp(3rem,6vw,4.5rem);position:relative;overflow:hidden}.nl-hero__mesh{pointer-events:none;background:radial-gradient(80% 60% at 10% 90%,#1a9e8f59 0%,#0000 55%),radial-gradient(50% 40% at 90% 20%,#ffffff0f 0%,#0000 50%),radial-gradient(40% 50% at 70% 80%,#1e6e6440 0%,#0000 45%);position:absolute;inset:0}.nl-hero__inner{grid-template-columns:1fr auto;align-items:end;gap:2rem;display:grid;position:relative}.nl-hero__title{font-family:var(--font-display);font-weight:400;font-size:var(--section-title);color:var(--white);max-width:16ch;margin-bottom:1rem;line-height:1.1}.nl-hero__title em{color:var(--teal);font-style:italic}.nl-hero__sub{font-size:1.05rem;font-weight:300;line-height:var(--body-lh);color:#ffffffa6;max-width:36rem;margin-bottom:1.5rem}.nl-hero__actions{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;display:flex}.nl-hero__note{color:#ffffff73;font-size:.82rem;font-weight:300}.nl-hero__issue{background:#ffffff0a;border:1px solid #ffffff26;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:8.5rem;height:8.5rem;display:flex}.nl-hero__issue-label{letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;margin-bottom:.15rem;font-size:.6rem;font-weight:500}.nl-hero__issue-num{font-family:var(--font-display);color:var(--teal);font-size:2.75rem;font-weight:400;line-height:1}.nl-hero__issue-month{color:#ffffff8c;margin-top:.2rem;font-size:.72rem;font-weight:300}.nl-featured{background:var(--cream);z-index:2;margin-top:-2rem;padding-top:0;position:relative}.nl-featured-card{background:var(--white);border:1px solid var(--cream-dark);border-radius:24px;grid-template-columns:1.15fr 1fr;gap:0;transition:transform .35s,box-shadow .35s;display:grid;overflow:hidden;box-shadow:0 24px 60px #0d21371a}.nl-featured-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px #0d213724}.nl-featured-card__visual{min-height:20rem;overflow:hidden}.nl-featured-card__image{height:100%;min-height:20rem}.nl-featured-card:hover .nl-featured-card__image img{transform:scale(1.05)}.nl-featured-card__body{flex-direction:column;justify-content:center;padding:clamp(1.75rem,4vw,2.5rem);display:flex}.nl-featured-card__meta{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:1rem;display:flex}.nl-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--teal);border-radius:var(--radius-pill);padding:.3rem .65rem;font-size:.68rem;font-weight:500}.nl-tag--small{padding:.25rem .55rem;font-size:.62rem}.nl-meta{color:var(--grey-500);font-size:.78rem;font-weight:300}.nl-featured-card__title{font-family:var(--font-display);color:var(--navy);margin-bottom:.85rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.25}.nl-featured-card__excerpt{color:var(--grey-700);flex:1;margin-bottom:1rem;font-size:1rem;font-weight:300;line-height:1.7}.nl-featured-card__project{color:var(--teal);margin-bottom:1rem;font-size:.8rem;font-weight:500}.nl-read-link{color:var(--teal);font-size:.9rem;font-weight:400;transition:color .2s}.nl-featured-card:hover .nl-read-link{color:var(--teal-dark)}.nl-feed{background:var(--cream-dark)}.nl-feed__layout{grid-template-columns:1fr minmax(260px,300px);align-items:start;gap:clamp(2rem,4vw,3rem);display:grid}.nl-feed__header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:1.25rem;display:flex}.nl-feed__title{margin:0}.nl-feed__count{color:var(--grey-500);font-size:.85rem;font-weight:300}.nl-filters{flex-wrap:wrap;gap:.45rem;margin-bottom:1.75rem;display:flex}.nl-filter{color:var(--grey-700);background:var(--cream);border:1px solid var(--grey-300);border-radius:var(--radius-pill);cursor:pointer;padding:.45rem .9rem;font-size:.8rem;font-weight:400;transition:background .2s,color .2s,border-color .2s}.nl-filter:hover{border-color:var(--teal);color:var(--navy)}.nl-filter.is-active{background:var(--navy);border-color:var(--navy);color:var(--white)}.nl-masonry{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.nl-card{background:var(--white);border:1px solid var(--cream-dark);border-radius:18px;flex-direction:column;transition:transform .35s,box-shadow .35s;display:flex;overflow:hidden}.nl-card:hover{transform:translateY(-5px);box-shadow:0 14px 36px #0d21371a}.nl-card--tall{grid-row:span 2}.nl-card--tall .nl-card__visual{flex:1;min-height:14rem}.nl-card--wide{grid-column:span 2}.nl-card--wide .nl-card__visual{min-height:11rem}.nl-card__visual{min-height:9rem;position:relative;overflow:hidden}.nl-card__image{height:100%;min-height:9rem}.nl-card:hover .nl-card__image img{transform:scale(1.06)}.nl-card__shade{opacity:0;background:linear-gradient(#0000 50%,#0d213780 100%);transition:opacity .35s;position:absolute;inset:0}.nl-card:hover .nl-card__shade{opacity:1}.nl-card__body{flex-direction:column;flex:1;padding:1.15rem 1.2rem 1.25rem;display:flex}.nl-card__meta{flex-wrap:wrap;gap:.4rem .6rem;margin-bottom:.6rem;display:flex}.nl-card__title{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:1.15rem;font-weight:400;line-height:1.3}.nl-card--wide .nl-card__title{font-size:1.35rem}.nl-card__excerpt{color:var(--grey-500);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.88rem;font-weight:300;line-height:1.6;transition:color .2s;display:-webkit-box;overflow:hidden}.nl-card:hover .nl-card__excerpt{color:var(--grey-700)}.nl-card__footer{border-top:1px solid var(--cream-dark);color:var(--grey-500);justify-content:space-between;align-items:center;margin-top:.85rem;padding-top:.75rem;font-size:.78rem;font-weight:300;display:flex}.nl-card__arrow{color:var(--teal);font-size:1.1rem;transition:transform .25s}.nl-card:hover .nl-card__arrow{transform:translate(4px)}.nl-empty{text-align:center;color:var(--grey-500);grid-column:1/-1;padding:3rem;font-weight:300}.nl-sidebar{top:calc(var(--header-height) + 1.5rem);flex-direction:column;gap:1.25rem;display:flex;position:sticky}.nl-sidebar__subscribe,.nl-sidebar__projects{background:var(--white);border:1px solid var(--cream-dark);border-radius:18px;padding:1.5rem}.nl-sidebar__subscribe{background:var(--navy);border-color:var(--navy)}.nl-sidebar__subscribe .section-label{color:#ffffff80}.nl-sidebar__title{font-family:var(--font-display);margin-bottom:.65rem;font-size:1.35rem;font-weight:400;line-height:1.25}.nl-sidebar__subscribe .nl-sidebar__title{color:var(--white)}.nl-sidebar__projects .nl-sidebar__title{color:var(--navy)}.nl-sidebar__text{color:#fff9;margin-bottom:1.25rem;font-size:.9rem;font-weight:300;line-height:1.65}.nl-sidebar__subscribe .btn{width:100%}.nl-project-list{flex-direction:column;gap:.65rem;margin-bottom:1rem;list-style:none;display:flex}.nl-project-pill{background:var(--cream);border:1px solid #0000;border-radius:12px;padding:.85rem 1rem;transition:background .2s,border-color .2s,transform .2s;display:block}.nl-project-pill:hover{background:var(--white);border-color:var(--teal);transform:translate(4px)}.nl-project-pill__tag{letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.25rem;font-size:.65rem;font-weight:500;display:block}.nl-project-pill__title{color:var(--navy);margin-bottom:.2rem;font-size:.9rem;font-weight:500;line-height:1.35;display:block}.nl-project-pill__summary{color:var(--grey-500);font-size:.78rem;font-weight:300;line-height:1.45;display:block}.nl-sidebar__impact-link{color:var(--teal);font-size:.85rem;font-weight:400}.nl-sidebar__impact-link:hover{color:var(--teal-dark)}.nl-ticker{background:var(--teal-card);padding-block:1rem;overflow:hidden}.nl-ticker__track{gap:3rem;width:max-content;animation:28s linear infinite nlTicker;display:flex}.nl-ticker__item{font-family:var(--font-display);color:#ffffffd9;white-space:nowrap;font-size:1.25rem;font-weight:400}.nl-ticker__item:after{content:"·";color:#ffffff59;margin-left:3rem}.nl-bottom-cta{background:var(--cream)}.nl-bottom-cta__card{text-align:center;background:var(--navy);border-radius:24px;max-width:40rem;margin-inline:auto;padding:clamp(3rem,6vw,4rem) clamp(1.5rem,4vw,2rem)}.nl-bottom-cta__card .display-title{margin:.5rem 0 1rem}.nl-bottom-cta__text{font-size:1.05rem;font-weight:300;line-height:var(--body-lh);color:#fff9;max-width:28rem;margin:0 auto 1.5rem}@media (prefers-reduced-motion:reduce){.nl-ticker__track{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;animation:none}.nl-ticker__item:after{display:none}}@media (width<=1024px){.nl-feed__layout{grid-template-columns:1fr}.nl-sidebar{grid-template-columns:1fr 1fr;display:grid;position:static}}@media (width<=900px){.nl-hero__inner{grid-template-columns:1fr}.nl-hero__issue{align-self:flex-start;width:6.5rem;height:6.5rem}.nl-featured-card,.nl-masonry{grid-template-columns:1fr}.nl-card--wide,.nl-card--tall{grid-area:auto}}@media (width<=640px){.nl-hero{padding-top:calc(var(--header-height) + 2rem)}.nl-sidebar{grid-template-columns:1fr}.nl-hero__title{max-width:none}.nl-hero__actions .btn{justify-content:center;width:100%}}@media (width<=480px){.nl-hero{padding-top:calc(var(--header-height) + 1.5rem)}.nl-bottom-cta__card{border-radius:18px;padding:2rem 1.25rem}.nl-bottom-cta__card .btn{justify-content:center;width:100%}.nl-masonry{gap:.85rem}.nl-hero__issue{display:none}}@keyframes ocFadeUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.oc-anim{opacity:0;animation:.8s forwards ocFadeUp}.outcomes-page{background:var(--cream)}.oc-hero{align-items:flex-end;min-height:28rem;padding-top:9rem;padding-bottom:clamp(2.5rem,5vw,4rem);display:flex;position:relative;overflow:hidden}.oc-hero__bg{position:absolute;inset:0}.oc-hero__image{width:100%;height:100%}.oc-hero__image img{object-position:center 30%}.oc-hero__scrim{background:linear-gradient(#0d213759 0%,#0d21378c 55%,#0d2137f2 100%);position:absolute;inset:0}.oc-hero__inner{z-index:2;position:relative}.oc-hero__title{font-family:var(--font-display);font-weight:400;font-size:var(--section-title);color:var(--white);max-width:18ch;margin-bottom:1rem;line-height:1.1}.oc-hero__title em{color:var(--teal);font-style:italic}.oc-hero__sub{font-size:1.05rem;font-weight:300;line-height:var(--body-lh);color:#ffffffb3;max-width:36rem}.oc-stats{background:var(--navy);margin-top:-1px;padding-block:clamp(2rem,4vw,2.75rem)}.oc-stats__inner{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);gap:0;padding-top:.5rem;display:grid}.oc-stat{text-align:center;border-right:1px solid #ffffff1a;padding:1rem 1.5rem}.oc-stat:last-child{border-right:none}.oc-stat__value{font-family:var(--font-display);color:var(--white);margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:400;line-height:1}.oc-stat__value--teal em{color:var(--teal);font-style:italic}.oc-stat__label{color:#ffffff73;font-size:.8rem;font-weight:300;line-height:1.45}.oc-ambition{background:var(--cream);z-index:3;margin-top:-2.5rem;padding-top:0;position:relative}.oc-ambition__card{text-align:center;background:var(--teal-card);border-radius:24px;padding:clamp(2.5rem,5vw,3.5rem) clamp(1.5rem,4vw,2rem);box-shadow:0 20px 50px #0d21371f}.oc-ambition__eyebrow{font-size:var(--label-size);letter-spacing:var(--label-spacing);text-transform:uppercase;color:#ffffff8c;margin-bottom:.75rem;font-weight:500}.oc-ambition__stat{font-family:var(--font-display);color:var(--white);margin-bottom:.75rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1}.oc-ambition__stat em{font-style:italic}.oc-ambition__text{color:#ffffffd1;max-width:36rem;margin-inline:auto;font-size:1.05rem;font-weight:300;line-height:1.7}.oc-grid-section{background:var(--cream-dark)}.oc-grid__headline{margin-bottom:.5rem}.oc-grid__intro{color:var(--grey-500);max-width:28rem;margin-bottom:2rem;font-weight:300}.oc-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(16rem,auto);gap:1rem;display:grid}.oc-card{background:var(--white);border:1px solid var(--cream-dark);border-radius:18px;outline:none;transition:transform .4s,box-shadow .4s;overflow:hidden}.oc-card:hover,.oc-card:focus-within{transform:translateY(-6px);box-shadow:0 18px 44px #0d21371f}.oc-card--feature{grid-column:span 2}.oc-card--feature .oc-card__visual{min-height:13rem}.oc-card__visual{min-height:10rem;position:relative;overflow:hidden}.oc-card__image{height:100%;min-height:10rem}.oc-card:hover .oc-card__image img{transform:scale(1.08)}.oc-card__overlay{opacity:0;background:linear-gradient(#0000 40%,#0d2137eb 100%);align-items:flex-end;padding:1rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.oc-card:hover .oc-card__overlay,.oc-card:focus-within .oc-card__overlay{opacity:1}.oc-card__description{color:#ffffffeb;font-size:.82rem;font-weight:300;line-height:1.6;transition:transform .4s;transform:translateY(8px)}.oc-card:hover .oc-card__description,.oc-card:focus-within .oc-card__description{transform:translateY(0)}.oc-card__meta{padding:1rem 1.1rem 1.15rem}.oc-card__title{font-family:var(--font-display);color:var(--navy);margin-bottom:.2rem;font-size:1.2rem;font-weight:400;line-height:1.25}.oc-card__tagline{color:var(--grey-500);font-size:.78rem;font-weight:300}.oc-pathway{background:var(--cream)}.oc-pathway__layout{grid-template-columns:1fr 1.1fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.oc-pathway__text{color:var(--grey-700);max-width:28rem;margin:1rem 0 1.5rem;font-weight:300;line-height:1.7}.oc-pathway__steps{flex-direction:column;gap:0;list-style:none;display:flex}.oc-pathway-step{border-top:1px solid var(--cream-dark);grid-template-columns:3rem 1fr;gap:1rem;padding:1.25rem 0;display:grid}.oc-pathway-step:last-child{border-bottom:1px solid var(--cream-dark)}.oc-pathway-step__num{font-family:var(--font-display);color:var(--teal);font-size:1.5rem;line-height:1}.oc-pathway-step__title{color:var(--navy);margin-bottom:.3rem;font-size:.95rem;font-weight:500}.oc-pathway-step__text{color:var(--grey-500);font-size:.88rem;font-weight:300;line-height:1.55}.oc-proof{background:var(--cream-dark)}.oc-proof__card{background:var(--navy);border-radius:22px;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;padding:clamp(2rem,4vw,2.75rem);transition:background .2s,transform .2s;display:flex}.oc-proof__card:hover{background:var(--navy-card);transform:translateY(-3px)}.oc-proof__title{max-width:20ch;margin:.35rem 0 .65rem}.oc-proof__text{color:#fff9;max-width:32rem;font-size:.95rem;font-weight:300;line-height:1.6}.oc-proof__cta{font-family:var(--font-display);color:var(--teal);white-space:nowrap;font-size:1.2rem}@media (prefers-reduced-motion:reduce){.oc-card__overlay{opacity:1}.oc-card__description{transform:none}}@media (width<=1024px){.oc-grid{grid-template-columns:repeat(2,1fr)}.oc-card--feature{grid-column:span 2}.oc-pathway__layout{grid-template-columns:1fr}}@media (width<=900px){.oc-stats__inner{grid-template-columns:1fr}.oc-stat{border-bottom:1px solid #ffffff1a;border-right:none}.oc-stat:last-child{border-bottom:none}}@media (width<=640px){.oc-hero{min-height:22rem;padding-top:calc(var(--header-height) + 2rem)}.oc-grid{grid-template-columns:repeat(2,1fr)}.oc-card--feature{grid-column:span 2}.oc-proof__card{flex-direction:column;align-items:flex-start}}@media (width<=480px){.oc-hero{min-height:18rem;padding-top:calc(var(--header-height) + 1.5rem)}.oc-stats__inner{grid-template-columns:repeat(3,1fr)!important}.oc-stat{border-bottom:none;border-right:1px solid #ffffff1a;padding:1rem .4rem}.oc-stat:last-child{border-right:none}.oc-stat__value{font-size:1.75rem}.oc-grid{grid-template-columns:1fr}.oc-card--feature{grid-column:auto}.oc-ambition__card{border-radius:18px;padding:2rem 1.25rem}}.ns-page{min-height:100vh;padding-top:calc(var(--header-height) + 1.5rem);background-color:#f0f4f9;font-family:DM Sans,sans-serif}.ns-main{min-height:100vh}.ns-topbar{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#f0f4f9eb;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:16px;padding:16px 32px;display:flex;position:relative}.ns-back-btn{color:#0d7c66;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:6px;padding:0;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:600;display:flex}.ns-title{color:#0a2540;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:26px;font-weight:600;line-height:1.1}.ns-subtitle{color:#94a3b8;margin:2px 0 0;font-size:12px}.ns-new-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0a2540;border:none;border-radius:9px;flex-shrink:0;align-items:center;gap:7px;padding:10px 20px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .15s;display:flex}.ns-new-btn:hover{background:#0d7c66}.ns-content{padding:28px 32px}.ns-filters{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.ns-search-wrap{flex:220px;position:relative}.ns-search-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.ns-search-input{color:#0a2540;background:#fff;border:1.5px solid #dde3ea;border-radius:8px;outline:none;width:100%;padding:9px 12px 9px 34px;font-family:DM Sans,sans-serif;font-size:13.5px;transition:border-color .15s}.ns-search-input:focus{border-color:#0c7b6e}.ns-category-select{color:#0a2540;cursor:pointer;background:#fff;border:1.5px solid #dde3ea;border-radius:8px;outline:none;padding:9px 12px;font-family:DM Sans,sans-serif;font-size:13.5px;transition:border-color .15s}.ns-category-select:focus{border-color:#0c7b6e}.ns-empty{text-align:center;background:#fff;border:1.5px solid #e8ecf1;border-radius:16px;padding:72px 24px}.ns-empty-title{color:#cbd5e1;margin:0 0 8px;font-family:Cormorant Garamond,serif;font-size:22px}.ns-empty-desc{color:#94a3b8;margin:0;font-size:13px}.ns-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.ns-card{cursor:default;background:#fff;border:1.5px solid #e8ecf1;border-radius:14px;flex-direction:column;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;overflow:hidden;box-shadow:0 1px 4px #0a25400a}.ns-card:hover{border-color:#0a2540;transform:translateY(-2px);box-shadow:0 8px 24px #0a25401a}.ns-card-image-wrap{background-color:#dde3ea;flex-shrink:0;height:160px;position:relative;overflow:hidden}.ns-card-image{object-fit:cover;width:100%;height:100%;display:block}.ns-card-content{flex-direction:column;flex:1;gap:8px;padding:18px 20px 14px;display:flex}.ns-card-meta-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ns-card-badge{letter-spacing:.05em;text-transform:uppercase;color:var(--cat-color);background:var(--cat-bg);border-radius:20px;padding:2px 10px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;display:inline-block}.ns-card-title{color:#0a2540;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:19px;font-weight:600;line-height:1.3}.ns-card-excerpt{color:#64748b;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-family:DM Sans,sans-serif;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.ns-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:4px;padding-top:12px;display:flex}.ns-card-author,.ns-card-date{color:#94a3b8;font-family:DM Sans,sans-serif;font-size:12px}.ns-card-actions{border-top:1px solid #f1f5f9;gap:0;display:flex}.ns-card-action-btn{cursor:pointer;background:#fff;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:11px 0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:flex}.ns-card:hover .ns-card-action-btn{background:#f8fafc}.ns-card-action-btn--edit{color:#0a2540;border-right:1px solid #f1f5f9}.ns-card-action-btn--edit:hover{color:#fff;background:#0a2540!important}.ns-card-action-btn--delete{color:#94a3b8}.ns-card-action-btn--delete:hover{color:#dc2626;background:#fef2f2!important}.ns-modal-overlay{z-index:120;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#0514288c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ns-modal{background-color:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:480px;max-height:92vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 70px #0a254047}.ns-modal--wide{max-width:760px}.ns-modal-header{border-bottom:1px solid #e8ecf1;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ns-modal-title{color:#0a2540;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:600}.ns-modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .15s;display:flex}.ns-modal-close:hover{background-color:#f1f5f9}.ns-modal-body{flex:1;overflow-y:auto}.ns-form-grid{grid-template-columns:1fr 1fr;align-items:start;gap:18px;padding:24px;display:grid}.ns-form-field--full{grid-column:1/-1}.ns-label{letter-spacing:.06em;text-transform:uppercase;color:#475569;margin-bottom:5px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;display:block}.ns-input{color:#0a2540;background-color:#fff;border:1.5px solid #dde3ea;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:DM Sans,sans-serif;font-size:14px;transition:border-color .15s}.ns-input:focus{border-color:#0c7b6e}.ns-input--error{border-color:#dc2626!important}.ns-input--select{cursor:pointer}.ns-input--file{background-color:#f8fafc;padding:8px}.ns-input-error-text{color:#dc2626;margin-top:3px;font-family:DM Sans,sans-serif;font-size:12px}.ns-image-preview-wrap{margin-top:12px}.ns-image-preview{object-fit:cover;border:1px solid #dde3ea;border-radius:10px;width:100%;max-height:180px;display:block}.ns-form-footer{border-top:1px solid #e8ecf1;flex-shrink:0;justify-content:flex-end;gap:12px;padding:18px 24px;display:flex}.ns-btn-cancel{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #dde3ea;border-radius:8px;min-width:108px;padding:9px 20px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;transition:border-color .15s}.ns-btn-cancel:hover{border-color:#94a3b8}.ns-btn-submit{color:#fff;cursor:pointer;background:#0a2540;border:none;border-radius:8px;min-width:132px;padding:9px 22px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .15s}.ns-btn-submit:hover{background:#0d7c66}.ns-delete-body{flex-direction:column;gap:20px;padding:24px 28px;display:flex}.ns-delete-text{color:#334155;margin:0;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.6}.ns-delete-text strong{color:#0a2540}.ns-delete-actions{justify-content:flex-end;gap:12px;display:flex}.ns-btn-keep{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #dde3ea;border-radius:8px;padding:9px 20px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500}.ns-btn-delete{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:9px 22px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600}.ns-toast{z-index:100;color:#fff;opacity:0;pointer-events:none;background:#0a2540;border-radius:10px;padding:11px 20px;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:500;transition:opacity .3s,transform .3s;position:fixed;bottom:28px;right:28px;transform:translateY(8px);box-shadow:0 8px 24px #0a254040}.ns-toast--visible{opacity:1;transform:translateY(0)}.admin-page{background:var(--cream);padding:2rem 0 4rem}.admin-page--login{place-items:center;min-height:100vh;padding-inline:1rem;display:grid}.admin-login-card{background:var(--white);border:1px solid #0f1f3c29;border-radius:24px;width:min(100%,460px);padding:2rem;box-shadow:0 20px 60px #0f1f3c1f}.admin-login-card__header h1{font-size:2rem;font-family:var(--font-display);color:var(--navy);margin:.25rem 0 .5rem}.admin-login-card__header p{color:var(--grey-600);margin:0}.admin-login-card__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin:0;font-size:.78rem;font-weight:700}.admin-login-form{gap:1rem;margin-top:1.5rem;display:grid}.admin-login-form label{color:var(--navy);gap:.4rem;font-weight:600;display:grid}.admin-login-form input{background:var(--cream);width:100%;font:inherit;color:var(--navy);border:1px solid #0f1f3c3d;border-radius:14px;padding:.85rem .95rem}.admin-login-form__error{color:#b42318;margin:0;font-weight:600}.btn--secondary{color:var(--navy);background:#0f1f3c14}.btn--secondary:hover{background:#0f1f3c24}.admin-page__header,.admin-section__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-page__header{margin-bottom:1rem}.admin-page__actions{gap:.75rem;display:flex}.admin-page__summary,.admin-page__message{color:var(--navy);margin:0 0 1rem}.admin-page__message{font-weight:600}.admin-section{margin-top:2rem}.admin-section--reset{margin-bottom:2rem}.admin-list{gap:1rem;display:grid}.admin-card{background:var(--white);border:1px solid #0f1f3c29;border-radius:18px;grid-template-columns:180px 1fr;gap:1rem;padding:1rem;display:grid;box-shadow:0 8px 26px #0f1f3c0f}.admin-card__preview{justify-content:center;align-items:center;display:flex}.admin-card__preview--spotlight{background:linear-gradient(#0f1f3c14,#0f1f3c05);border-radius:14px}.admin-card__preview-pill{background:var(--navy);color:var(--white);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:.45rem .85rem;font-size:.8rem;font-weight:600}.admin-card__form{gap:1rem;display:grid}.admin-card__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.admin-card__grid label{color:var(--navy);gap:.35rem;font-size:.95rem;font-weight:600;display:grid}.admin-card__full{grid-column:1/-1}.admin-card__grid input,.admin-card__grid textarea{width:100%;font:inherit;color:var(--navy);background:var(--cream);border:1px solid #0f1f3c3d;border-radius:12px;padding:.75rem .9rem}.admin-card__checkbox{align-items:center;gap:.6rem;display:flex!important}.admin-card__checkbox input{width:auto}.admin-card__actions{justify-content:flex-end;display:flex}@media (width<=760px){.admin-page__header,.admin-section__header,.admin-page__actions{flex-direction:column;align-items:stretch}.admin-card,.admin-card__grid{grid-template-columns:1fr}}.audit-reports-page{background:var(--cream)}.audit-reports-hero{padding:5rem 0 2rem}.audit-reports-hero__sub{max-width:44rem;color:var(--grey-700);margin-top:1rem;font-size:1rem}.audit-reports-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.audit-reports-card{background:var(--white);border:1px solid #0f264014;border-radius:18px;padding:1.5rem;box-shadow:0 18px 40px #0f26400f}.audit-reports-card__title{font-family:var(--font-display);color:var(--navy);margin:0 0 .75rem;font-size:1.5rem}.audit-reports-card__text{color:var(--grey-700);margin:0 0 1rem}.audit-reports-card__link{color:var(--navy);font-weight:600}
