:root{color-scheme:light;font-family:var(
    --font-dm-sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
  );--bg:#f7f9fc;--surface:#ffffff;--border:#d8e2ef;--text:#13202f;--muted:#53718f;--primary:#0b4f91;--radius:14px}*{box-sizing:border-box}html{margin:0;padding:0}body.siteBody,body.siteBody>div{margin:0;padding:0;min-height:100vh}body.siteBody{color:var(--text);background:var(--bg)}.siteLayout{margin:0;padding:0;display:flow-root}a{color:inherit}.siteNav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--hgp-white,#fff);border-bottom:1px solid var(--hgp-border,#e3e8ef);padding:0 56px;height:72px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 16px rgba(74,144,226,.08)}.siteNavLogo{text-decoration:none;display:flex;flex-direction:column;gap:2px}.siteNavLogoName{font-family:var(--font-dm-serif-display),Georgia,serif;font-size:16px;color:var(--hgp-blue,#4a90e2);line-height:1}.siteNavLogoSub{font-size:10px;font-weight:500;color:var(--hgp-muted,#6b7280);letter-spacing:.08em;text-transform:uppercase}.siteNavLinks{display:flex;gap:36px;list-style:none;margin:0;padding:0}.siteNavLinks a{text-decoration:none;color:var(--hgp-text,#374151);font-size:14px;font-weight:500;transition:color .2s}.siteNavLinks a:hover{color:var(--hgp-blue,#4a90e2)}.siteNavCta{display:flex;gap:10px;align-items:center}.siteNavCtaBtn{display:inline-flex;align-items:center;justify-content:center;padding:11px 26px;border-radius:6px;font-family:var(--font-dm-sans,sans-serif);font-size:14px;font-weight:700;color:var(--hgp-charcoal,#1c2333);background:var(--hgp-gold,#e8b628);text-decoration:none;transition:all .22s;letter-spacing:.01em;white-space:nowrap}.siteNavCtaBtn:hover{background:var(--hgp-gold-dark,#c99a18);transform:translateY(-1px);box-shadow:0 6px 20px rgba(232,182,40,.35)}.siteNavHamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.siteNavHamburger span{display:block;width:22px;height:2px;background:var(--hgp-charcoal,#1c2333);border-radius:2px}.siteMobileNav{display:none;position:fixed;inset:0;background:var(--hgp-white,#fff);z-index:200;flex-direction:column;padding:100px 40px 48px;gap:0}.siteMobileNav.open{display:flex}.siteMobileNavClose{position:absolute;top:22px;right:22px;background:none;border:none;font-size:28px;cursor:pointer;color:var(--hgp-charcoal,#1c2333);font-weight:300;line-height:1;padding:4px}.siteMobileNav a{font-family:var(--font-dm-serif-display),Georgia,serif;font-size:22px;color:var(--hgp-charcoal,#1c2333);text-decoration:none;padding:18px 0;border-bottom:1px solid var(--hgp-border,#e3e8ef);display:block;transition:color .2s}.siteMobileNav a:hover{color:var(--hgp-blue,#4a90e2)}.siteMobileNavCta{margin-top:28px;border-bottom:none}.siteMobileNavCta .siteNavCtaBtn{width:100%;justify-content:center}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btnPrimary{color:white;background:var(--primary)}.btnPrimary,.btnSecondary{border:1px solid var(--primary)}.btnSecondary{color:var(--primary);background:transparent}main{max-width:1100px;margin:0 auto;padding:1rem 1.25rem 3rem}.siteLayout main:has(>.homePageV2){padding-top:0;padding-left:0;padding-right:0;margin-top:0;max-width:none}.homePageV2>.hgpHeroSection{margin-top:0;padding-top:0}.section{margin:2.5rem 0;padding:1.25rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}.hero{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:1rem;gap:1rem}.ctaRow{display:flex;gap:.8rem;margin:1rem 0}.heroVisual{display:grid;place-items:center;position:relative;min-height:280px;border-radius:12px;overflow:hidden;border:1px solid #d4deea;background:#eef3fb}.placeholderVisual{width:100%;height:100%;min-height:280px;border-radius:12px;border:1px dashed #8ea6c1;background:linear-gradient(180deg,#f4f8ff,#eef3fb);display:grid;place-items:center;text-align:center;padding:1rem}.heroImage{width:100%;height:100%;min-height:280px;object-fit:cover;display:block}.heroVisual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,22,40,.08),rgba(8,22,40,.12) 48%,rgba(8,22,40,.6));pointer-events:none}.heroCopyOverlay{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;color:#ffffff;text-shadow:0 2px 10px rgba(8,22,40,.55);z-index:1}.heroCopyOverlay h1{margin:0 0 .5rem}.heroCopyOverlay p{margin:0;max-width:52ch}.cardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.8rem;gap:.8rem}.whatWeDoIntro,.whatWeDoTitle{text-align:center}.whatWeDoIntro{max-width:70ch;margin:.75rem auto 1.25rem}.whatWeDoList{display:grid;grid-gap:.9rem;gap:.9rem;justify-items:center}.whatWeDoItem{border:1px solid #e2eaf3;border-radius:12px;padding:.9rem;width:min(100%,760px)}.whatWeDoItem.hasImage{display:grid;grid-template-columns:clamp(112px,36%,156px) minmax(0,1fr);grid-gap:.85rem;gap:.85rem;align-items:center}.whatWeDoImage{width:100%;max-width:156px;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid #d4deea;background:#eef3fb;justify-self:center}.whatWeDoBody{display:grid;grid-gap:.4rem;gap:.4rem;align-content:start}.whatWeDoItemTitle{text-align:center;margin:0 0 .45rem}.whatWeDoItem.hasImage .whatWeDoItemTitle{text-align:left;font-size:1.05rem;line-height:1.18;margin-bottom:.2rem}.whatWeDoItem.hasImage .whatWeDoBody p{margin:0;font-size:.95rem;line-height:1.3}.card,.statCard{border:1px solid #e2eaf3;border-radius:12px;padding:1rem;overflow:hidden}.cardThumbImageWrapper{position:relative;overflow:hidden;width:100%;height:140px;border-radius:8px;margin:-1rem -1rem .75rem}.cardThumbImageWrapper-fit{background:transparent}.cardThumbImage{object-fit:cover}.cardThumbFallback{min-height:100px;margin:-1rem -1rem .75rem;padding:1rem;background:linear-gradient(135deg,#eef4fb,#f6f8fb);border-radius:12px 12px 0 0;display:flex;align-items:flex-start}.cardThumbTag{display:inline-flex;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid rgba(74,144,226,.2);color:var(--hgp-blue-dark,#2a5a8a);font-size:11px;font-weight:700;text-transform:capitalize}.eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.impactIntro,.impactTitle{text-align:center}.impactImage{display:block;width:min(100%,560px);max-height:260px;object-fit:cover;border-radius:12px;border:1px solid #d4deea;margin:.85rem auto 1rem;background:#eef3fb}.statsGrid{display:flex;flex-wrap:nowrap;gap:.75rem;overflow-x:auto;padding:.1rem 0 .35rem;scroll-snap-type:x proximity;scrollbar-width:thin}.statCardImage{display:block;width:100%;max-width:140px;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid #d4deea;margin:0 auto .55rem;background:#eef3fb}.statsGrid .statCard{flex:0 0 clamp(220px,27vw,280px);scroll-snap-align:start;display:grid;align-content:start}.statValue{display:flex;align-items:baseline;justify-content:center;gap:.22rem;flex-wrap:wrap;margin-bottom:.45rem;font-size:1.3rem;line-height:1.1;text-align:center}.statValueNumberGroup{display:inline-flex;align-items:baseline;gap:.03rem;white-space:nowrap}.statValueWord{font-weight:600}.statAnimatedNumber,.statValueSymbol{font-weight:700}.statAnimatedNumber{display:inline-block;min-width:.6ch}.siteFooter{background:#1c2333;padding:64px 56px 32px;color:rgba(255,255,255,.7)}.siteFooterGrid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:56px;gap:56px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.siteFooterBrandName{margin:0 0 8px;color:#fff;font-family:var(--font-dm-serif-display),Georgia,serif;font-size:18px;line-height:1.2}.siteFooterTagline{margin:0 0 24px;color:rgba(255,255,255,.38);font-size:12px;line-height:1.6;font-style:italic}.siteFooterSocial{display:flex;gap:10px}.siteFooterSocialIcon{width:38px;height:38px;border-radius:8px;border:1px solid rgba(255,255,255,.15);display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.55);text-decoration:none;transition:all .2s ease}.siteFooterSocialIcon svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}.siteFooterSocialIcon:hover{border-color:#e8b628;color:#e8b628;background:rgba(232,182,40,.1)}.siteFooterCol h5{margin:0 0 18px;color:rgba(255,255,255,.9);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.siteFooterCol a{display:block;margin-bottom:11px;color:rgba(255,255,255,.45);text-decoration:none;font-size:14px;font-weight:300;transition:color .2s ease}.siteFooterCol a:hover{color:#e8b628}.siteFooterBottom{max-width:1240px;margin:28px auto 0;display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;color:rgba(255,255,255,.24);font-size:12px}.siteFooterBottom a{color:rgba(255,255,255,.24);text-decoration:none}.siteFooterBottom a:hover{color:#e8b628}.siteFooterCredo{font-size:10px;letter-spacing:.1em;text-transform:uppercase}.siteFooterAssistive{max-width:1240px;margin:10px auto 0;display:flex;gap:12px;flex-wrap:wrap}.siteFooterAssistive a{color:rgba(255,255,255,.3);text-decoration:none;font-size:11px}.siteFooterAssistive a:hover{color:#e8b628}.joinGrid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1.3fr 1fr}.contactForm{display:grid;grid-gap:.55rem;gap:.55rem;align-content:start;padding:1rem;border:1px solid var(--border);border-radius:12px;background:#fbfdff}.contactForm input,.contactForm select,.contactForm textarea{width:100%;border:1px solid #bed0e3;border-radius:8px;padding:.6rem .7rem;font:inherit;background:#fff}.contactForm input:focus,.contactForm select:focus,.contactForm textarea:focus{outline:2px solid #9fc4e6;outline-offset:1px}.consentRow{display:flex;align-items:flex-start;gap:.5rem;font-size:.92rem;margin:.25rem 0}.consentRow input{width:auto;margin-top:.2rem}.successText{color:#0e6b33;font-size:.9rem}.errorText{color:#9b1122;font-size:.9rem}@media (max-width:900px){.hero{grid-template-columns:1fr}.hero .ctaRow{justify-content:center;flex-wrap:nowrap}.hero .ctaRow .btn{flex:1 1;min-width:0;justify-content:center;text-align:center}.joinGrid{grid-template-columns:1fr}.siteFooter{padding:56px 24px 28px}.siteFooterGrid{grid-template-columns:1fr 1fr;gap:36px}.whatWeDoItem.hasImage{grid-template-columns:108px minmax(0,1fr);gap:.75rem}.whatWeDoImage{max-width:108px}.whatWeDoItem.hasImage .whatWeDoItemTitle{font-size:.98rem;line-height:1.15}.whatWeDoItem.hasImage .whatWeDoBody p{font-size:.92rem;line-height:1.28}.siteNavCta,.siteNavLinks{display:none}.siteNavHamburger{display:flex}.siteNav{padding:0 24px}}@media (max-width:640px){.siteFooterGrid{grid-template-columns:1fr;gap:32px}.siteFooterBottom{flex-direction:column;text-align:center}.siteFooterAssistive{justify-content:center}}@media (min-width:861px){.siteMobileNav{display:none!important}}.homePageV2{--hgp-blue:#4a90e2;--hgp-blue-dark:#2d6fc7;--hgp-blue-light:#ebf3fc;--hgp-gold:#e8b628;--hgp-gold-dark:#c99a18;--hgp-gold-light:#fdf6dc;--hgp-forest:#1a4d2e;--hgp-green:#2e7d32;--hgp-mint:#66bb6a;--hgp-white:#ffffff;--hgp-off-white:#f7f8fa;--hgp-border:#e3e8ef;--hgp-charcoal:#1c2333;--hgp-text:#374151;--hgp-muted:#6b7280;--hgp-header-shell-bg:#f1f3f6;--hgp-header-shell-border:#d9dee7;--hgp-header-inner-border:#d6dbe4;--hgp-shadow:0 20px 48px rgba(74,144,226,0.12);position:relative;left:50%;right:50%;width:100vw;margin:0 -50vw -3rem;color:var(--hgp-text);background:var(--hgp-white);font-family:var(--font-dm-sans,ui-sans-serif,system-ui,sans-serif);overflow-x:clip}.homePageV2 h1,.homePageV2 h2,.homePageV2 h3,.homePageV2 h4{color:var(--hgp-charcoal)}.hgpHomeContainer{width:min(1240px,calc(100% - 48px));margin:0 auto}.hgpHomeSection{padding:92px 0}.hgpHomeTag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hgp-blue);margin-bottom:12px}.hgpHomeSectionTitle{font-family:var(--font-dm-serif-display),Georgia,serif;font-size:clamp(28px,3.2vw,46px);line-height:1.12;margin:0 0 18px;letter-spacing:-.01em}.hgpHomeSectionBody{margin:0;color:var(--hgp-muted);font-size:16px;line-height:1.8;max-width:640px}.hgpHomeHeader{display:flex;gap:20px;margin-bottom:48px}.hgpHomeHeaderSplit{justify-content:space-between;align-items:flex-end;flex-wrap:wrap}.hgpHomeHeaderCenter{display:grid;justify-items:center;text-align:center;margin-bottom:56px}.hgpHomeHeaderCenter p{margin:0;color:var(--hgp-muted);max-width:720px;line-height:1.8}.hgpBtn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:8px;padding:11px 22px;font-weight:700;font-size:14px;border:2px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}.hgpBtn:hover{transform:translateY(-1px)}.hgpBtnGold{background:var(--hgp-gold);color:var(--hgp-charcoal)}.hgpBtnGold:hover{background:var(--hgp-gold-dark);box-shadow:0 6px 20px rgba(232,182,40,.35)}.hgpBtnBlue{background:var(--hgp-blue);color:#fff}.hgpBtnBlue:hover{background:var(--hgp-blue-dark);box-shadow:0 6px 20px rgba(74,144,226,.35)}.hgpBtnOutlineLight{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}.hgpBtnOutlineLight:hover{background:rgba(255,255,255,.12);border-color:#fff}.hgpBtnSubtle{background:#fff;border-color:var(--hgp-border);color:var(--hgp-blue);white-space:nowrap}.hgpBtnSubtle:hover{border-color:var(--hgp-blue)}.hgpHeroSection{position:relative;background:var(--hgp-forest);min-height:620px;display:flex;align-items:center;padding:0;overflow:hidden}.hgpHeroBgGlow,.hgpHeroGridLines{position:absolute;inset:0;pointer-events:none}.hgpHeroBgGlow{background:radial-gradient(ellipse 55% 60% at 80% 50%,rgba(74,144,226,.22) 0,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(102,187,106,.12) 0,transparent 70%)}.hgpHeroGridLines{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:56px 56px}.hgpHeroInner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,1fr);grid-gap:64px;gap:64px;align-items:center;padding-top:82px;padding-bottom:82px}.hgpHeroText h1{margin:0 0 22px;font-family:var(--font-dm-serif-display),Georgia,serif;font-size:clamp(38px,5vw,66px);font-weight:600;line-height:1.05;letter-spacing:-.01em;color:#fff;max-width:14ch}.hgpHeroText h1 em{font-style:italic;font-weight:600;color:var(--hgp-gold)}.hgpHeroSubheadline{color:rgba(255,255,255,.75);font-size:16px;font-weight:300;line-height:1.78;margin:0 0 40px;max-width:460px}.hgpHeroEyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:6px 14px;margin-bottom:22px;background:rgba(232,182,40,.15);border:1px solid rgba(232,182,40,.35);color:var(--hgp-gold);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hgpHeroEyebrow:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--hgp-gold)}.hgpHeroCtas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.hgpHeroCtas .hgpBtn{padding:11px 26px;border-radius:6px;font-size:14px}.hgpHeroTrust{margin:0;color:rgba(255,255,255,.4);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.hgpHeroTrust strong{color:var(--hgp-mint);font-weight:500}.hgpHeroPanel{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 42px rgba(0,0,0,.18)}.hgpHeroPanelLabel{margin:0 0 20px;color:var(--hgp-mint);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hgpHeroBarRows{display:grid;grid-gap:14px;gap:14px;margin-bottom:22px}.hgpHeroBarRow{display:grid;grid-template-columns:94px minmax(0,1fr) 40px;grid-gap:10px;gap:10px;align-items:center}.hgpHeroBarName{color:rgba(255,255,255,.58);font-size:10px;text-align:right}.hgpHeroBarTrack{height:9px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.hgpHeroBarFill{height:100%;border-radius:inherit}.hgpHeroBarFill-gold{background:var(--hgp-gold)}.hgpHeroBarFill-blue{background:var(--hgp-blue)}.hgpHeroBarFill-muted{background:rgba(255,255,255,.22)}.hgpHeroBarPct{font-size:10px;font-weight:700;text-align:right}.hgpHeroBarPct-gold{color:var(--hgp-gold)}.hgpHeroBarPct-blue{color:#8cc0ff}.hgpHeroBarPct-muted{color:rgba(255,255,255,.45)}.hgpHeroPanelStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;border-top:1px solid rgba(255,255,255,.08);padding-top:22px}.hgpHeroPanelStatValue{font-family:var(--font-dm-serif-display),Georgia,serif;font-size:22px;line-height:1;color:var(--hgp-gold)}.hgpHeroPanelStatDesc{margin-top:6px;font-size:9px;line-height:1.4;color:rgba(255,255,255,.5)}.hgpWhatSection{background:var(--hgp-off-white)}.hgpWhatSection .hgpHomeSectionBody{font-size:15.5px}.hgpWhatGrid{margin-top:52px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.hgpWhatCard{background:#fff;border:1px solid var(--hgp-border);border-top:4px solid var(--hgp-blue);border-radius:14px;padding:28px 24px 24px;position:relative;overflow:hidden;box-shadow:0 2px 0 rgba(0,0,0,.01);transition:transform .2s ease,box-shadow .2s ease}.hgpWhatCard:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,var(--hgp-blue),var(--hgp-gold));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.hgpWhatCard:hover{transform:translateY(-4px);box-shadow:var(--hgp-shadow)}.hgpWhatCard:hover:after{transform:scaleX(1)}.hgpWhatNum{color:var(--hgp-gold);font-size:11px;letter-spacing:.1em;font-weight:700;margin-bottom:14px}.hgpWhatIconWrap{width:52px;height:52px;border-radius:12px;display:grid;place-items:center;background:var(--hgp-blue-light);margin-bottom:18px}.hgpWhatIconWrap svg{width:24px;height:24px;stroke:var(--hgp-blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hgpWhatImageWrap{margin-bottom:18px;border-radius:12px;overflow:hidden;border:1px solid var(--hgp-border);background:#eef2f8;aspect-ratio:16/9}.hgpWhatImage{width:100%;height:100%;object-fit:cover;display:block}.hgpWhatCard h3{margin:0 0 10px;font-family:var(--font-dm-serif-display),Georgia,serif;font-size:18px;line-height:1.25}.hgpWhatCard p{margin:0;color:var(--hgp-muted);font-size:13.5px;line-height:1.72}.hgpImpactSection{background:var(--hgp-white);padding:100px 0}.hgpImpactInner{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.hgpTimelineCard{background:var(--hgp-off-white);border:1px solid var(--hgp-border);border-radius:20px;padding:36px}.hgpTimelineLabel{margin:0 0 22px;color:var(--hgp-muted);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hgpLifeBar{display:flex;gap:2px;height:60px;border-radius:10px;overflow:hidden;margin-bottom:14px}.hgpLifeSeg{display:grid;place-items:center;text-align:center;padding:4px 6px;color:rgba(255,255,255,.92);font-size:10px;font-weight:700;letter-spacing:.05em}.hgpLifeSegGrowth{background:var(--hgp-forest);flex:2 1}.hgpLifeSegPrime{background:var(--hgp-green);flex:3 1}.hgpLifeSegHealth{background:var(--hgp-blue);flex:2.5 1}.hgpLifeSegDecline{background:#e57373;flex:2 1}.hgpLifeAges{display:flex;justify-content:space-between;color:var(--hgp-muted);font-size:11px;margin-bottom:24px}.hgpTimelineCallout{border-radius:10px;border:1px solid rgba(74,144,226,.2);background:var(--hgp-blue-light);padding:16px 18px;font-size:13px;line-height:1.6}.hgpTimelineCallout,.hgpTimelineCallout strong{color:var(--hgp-blue-dark)}.hgpImpactSupportImageWrapper{position:relative;overflow:hidden;width:100%;height:220px;margin-top:22px;border-radius:12px;border:1px solid var(--hgp-border)}.hgpImpactSupportImage{object-fit:cover}.hgpImpactText .hgpHomeSectionBody{margin-bottom:36px;line-height:1.82}.hgpWhyStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:40px}.hgpWhyStat{background:var(--hgp-off-white);border:1px solid var(--hgp-border);border-bottom:3px solid var(--hgp-gold);border-radius:12px;padding:22px 14px;text-align:center}.hgpWhyStat:hover{box-shadow:0 8px 24px rgba(232,182,40,.12)}.hgpWhyStatValue{display:block;color:var(--hgp-blue);font-family:var(--font-dm-serif-display),Georgia,serif;font-size:28px;line-height:1.1;margin-bottom:6px}.hgpWhyStat p{margin:0;color:var(--hgp-muted);font-size:12px;line-height:1.45}.hgpManifestoBand{position:relative;background:var(--hgp-forest);padding:72px 0;overflow:hidden}.hgpManifestoBand:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 85% at 80% 50%,rgba(74,144,226,.14) 0,transparent 70%);pointer-events:none}.hgpManifestoInner{position:relative;z-index:1;max-width:880px;margin:0 auto;text-align:center;color:rgba(255,255,255,.85)}.hgpManifestoTag{display:inline-block;color:var(--hgp-gold);text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;margin-bottom:12px}.hgpManifestoInner h2{margin:0 0 16px;color:#fff;font-family:var(--font-dm-serif-display),Georgia,serif;font-size:clamp(28px,3.6vw,44px)}.hgpManifestoInner p{margin:0 0 12px;line-height:1.8}.hgpManifestoCredo{margin-top:16px;color:var(--hgp-gold);font-weight:700;letter-spacing:.06em;text-align:center;font-size:15px}.hgpScienceSection{background:var(--hgp-off-white);padding:84px 0}.hgpScienceSection .hgpHomeSectionTitle{font-size:clamp(28px,3.5vw,46px);margin-bottom:14px}.hgpScienceSection .hgpHomeSectionBody{max-width:600px;font-size:16px;line-height:1.8;font-weight:300}.hgpScienceSection .hgpHomeHeaderSplit{align-items:flex-end;gap:24px;margin-bottom:56px}.hgpScienceSection .hgpBtnBlue{padding:10px 20px;border-radius:6px;font-size:12px;line-height:1;box-shadow:none}.hgpInsightsGrid{display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;grid-gap:28px;gap:28px}.hgpInsightCard{border:1px solid var(--hgp-border);background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.hgpInsightCard:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(74,144,226,.1)}.hgpInsightThumb{height:190px;padding:18px;position:relative;overflow:hidden;display:flex;align-items:flex-end;background:linear-gradient(145deg,#0d2236,#1a4a7a)}.hgpInsightCard:nth-child(2) .hgpInsightThumb{background:linear-gradient(145deg,var(--hgp-forest) 0,var(--hgp-green) 100%)}.hgpInsightCard:nth-child(3) .hgpInsightThumb{background:linear-gradient(145deg,#1c2a3e,#2d5fa0)}.hgpInsightThumb:before{top:-30px;right:-30px;width:120px;height:120px;background:rgba(255,255,255,.04)}.hgpInsightThumb:after,.hgpInsightThumb:before{content:"";position:absolute;border-radius:999px;pointer-events:none}.hgpInsightThumb:after{bottom:-20px;left:20px;width:80px;height:80px;background:rgba(255,255,255,.03)}.hgpInsightThumbImageWrapper{position:relative;overflow:hidden;width:100%;height:190px;border-radius:8px}.hgpInsightThumbImageWrapper-fit{height:100%;border-radius:0;background:transparent}.hgpInsightThumbImage{object-fit:cover}.hgpInsightThumb-fit{padding:0;align-items:stretch}.hgpInsightThumb.hgpInsightThumb-fit:after,.hgpInsightThumb.hgpInsightThumb-fit:before{display:none}.hgpInsightTagPill{display:inline-flex;align-items:center;border-radius:100px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;padding:4px 10px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hgpInsightBody{padding:26px;flex:1 1;display:flex;flex-direction:column}.hgpInsightBody h3{margin:0 0 12px;font-family:var(--font-dm-serif-display),Georgia,serif;font-size:13.5px;line-height:1.38}.hgpInsightBody p{margin:0 0 18px;color:var(--hgp-muted);line-height:1.68;font-size:13.5px;font-weight:300;flex:1 1}.hgpInsightBody a{color:var(--hgp-blue);text-decoration:none;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:5px}.hgpInsightBody a:after{content:"\2192";transition:transform .2s ease}.hgpInsightBody a:hover:after{transform:translateX(2px)}.hgpToolsSection{background:var(--hgp-white)}.hgpToolsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px;margin-top:30px}.hgpToolCard{position:relative;background:#fff;border:1px solid var(--hgp-border);border-radius:16px;padding:22px 20px 20px;transition:border-color .25s ease,box-shadow .25s ease}.hgpToolCard:hover{border-color:var(--hgp-gold);box-shadow:0 12px 40px rgba(232,182,40,.1)}.hgpToolIndex{display:block;color:var(--hgp-gold);font-size:11px;font-weight:700;letter-spacing:.1em;margin-bottom:12px}.hgpToolIconWrap{width:52px;height:52px;border-radius:12px;display:grid;place-items:center;background:var(--hgp-gold-light);margin-bottom:16px}.hgpToolIconWrap svg{width:24px;height:24px;stroke:var(--hgp-gold-dark);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hgpToolCard h3{margin:0 0 10px;font-family:var(--font-dm-serif-display),Georgia,serif;font-size:18px;line-height:1.25}.hgpToolCard p{margin:0;color:var(--hgp-muted);font-size:14px;line-height:1.7}.hgpSoonBadge{position:absolute;top:14px;right:14px;border-radius:999px;background:rgba(232,182,40,.14);color:#8f6d00;border:1px solid rgba(232,182,40,.28);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 8px}.hgpProgramsStrip{margin-top:28px;background:#fffdf7;border:1px solid rgba(232,182,40,.35);border-radius:16px;padding:18px}.hgpProgramsStripHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.hgpProgramsStripHeader h3{margin:0;font-family:var(--font-dm-serif-display),Georgia,serif;font-size:22px}.hgpProgramsStripHeader a{color:var(--hgp-gold-dark);text-decoration:none;font-weight:700}.hgpProgramsList{display:grid;grid-gap:12px;gap:12px}.hgpProgramItem{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;border:1px solid rgba(232,182,40,.2);border-radius:12px;padding:14px;background:#fff}.hgpProgramMeta{margin:0 0 6px;color:var(--hgp-gold-dark);text-transform:uppercase;font-size:11px;letter-spacing:.08em;font-weight:700}.hgpProgramItem h4{margin:0 0 8px;font-size:16px;line-height:1.2}.hgpProgramItem p:last-child{margin:0}.hgpProgramItem p{color:var(--hgp-muted);font-size:14px;line-height:1.55}.hgpToolsCtaRow{text-align:center;margin-top:26px}.hgpProgramsStrip .hgpBtnSubtle{background:transparent;color:var(--hgp-gold-dark);border-color:rgba(232,182,40,.45)}.hgpProgramsStrip .hgpBtnSubtle:hover{background:var(--hgp-gold);border-color:var(--hgp-gold);color:var(--hgp-charcoal)}.hgpPartnersInner{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:42px;gap:42px;align-items:center}.hgpPartnersSection{background:var(--hgp-off-white)}.hgpPartnersText .hgpHomeSectionBody{margin-bottom:24px}.hgpPartnerGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.hgpPartnerTile{background:var(--hgp-off-white);border:1px dashed #cfd8e4;border-radius:12px;padding:16px 14px;min-height:92px;display:grid;align-content:space-between;grid-gap:8px;gap:8px}.hgpPartnerTile span{font-weight:700;line-height:1.25}.hgpPartnerTile a{color:var(--hgp-blue);text-decoration:none;font-size:13px;font-weight:600}.hgpPartnerNote{margin:10px 2px 0;color:var(--hgp-muted);font-size:12px}.hgpHomeApproach{background:#fff}.hgpHomeApproach .hgpHomeHeaderCenter{margin-bottom:60px}.hgpHomeApproach .hgpHomeHeaderCenter h2{margin:0 0 18px;font-family:var(--font-dm-serif-display),Georgia,serif;font-size:clamp(28px,3.5vw,46px);color:var(--hgp-charcoal);line-height:1.12}.hgpHomeApproach .hgpHomeHeaderCenter p{max-width:600px;font-size:16px;line-height:1.8;font-weight:300;color:var(--hgp-muted)}.hgpPillarsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:60px}.hgpPillarCard{position:relative;background:var(--hgp-off-white);border-radius:14px;border:1px solid var(--hgp-border);border-left:4px solid var(--hgp-blue);padding:34px 26px;transition:background .22s ease,box-shadow .22s ease}.hgpPillarCard:hover{background:var(--hgp-blue-light);box-shadow:0 8px 28px rgba(74,144,226,.1)}.hgpPillarNum{font-family:var(--font-dm-serif-display),Georgia,serif;color:rgba(74,144,226,.15);font-size:36px;font-weight:400;line-height:1;margin-bottom:14px}.hgpPillarCard h3{margin:0 0 10px;font-size:15px;font-family:var(--font-dm-sans,ui-sans-serif,system-ui,sans-serif);font-weight:700;color:var(--hgp-blue-dark);line-height:1.3}.hgpPillarCard p{margin:0;color:var(--hgp-muted);font-size:13.5px;font-weight:300;line-height:1.68}.hgpJoinSection{background:var(--hgp-forest);padding:100px 0;position:relative;overflow:hidden}.hgpJoinSection:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 60% 70% at 90% 50%,rgba(74,144,226,.18) 0,transparent 65%),radial-gradient(ellipse 40% 50% at 10% 80%,rgba(102,187,106,.1) 0,transparent 70%)}.hgpJoinInner{position:relative;z-index:1;color:rgba(255,255,255,.9);display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:start}.hgpJoinText{margin-bottom:0}.hgpJoinTag{display:inline-block;color:var(--hgp-gold);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}.hgpJoinText h2{margin:0 0 18px;font-family:var(--font-dm-serif-display),Georgia,serif;font-size:clamp(30px,3.5vw,46px);color:#fff;line-height:1.15}.hgpJoinText p{margin:0 0 36px;max-width:62ch;font-size:16px;line-height:1.8;font-weight:300;color:rgba(255,255,255,.65)}.hgpJoinPrimaryCta{padding:14px 40px;font-size:15px}.hgpJoinGrid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;align-items:start}.hgpJoinOptions{display:flex;flex-direction:column;gap:16px}.hgpJoinOption{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:18px;gap:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:22px 24px;transition:all .22s ease}.hgpJoinOption:hover{background:rgba(255,255,255,.1);border-color:var(--hgp-gold)}.hgpJoinOptionIcon{width:44px;height:44px;border-radius:10px;background:rgba(232,182,40,.15);display:grid;place-items:center}.hgpJoinOptionIcon svg{width:20px;height:20px;stroke:var(--hgp-gold);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hgpJoinOptionBody h3{margin:0 0 3px;color:#fff;font-size:14px;font-weight:700;line-height:1.35}.hgpJoinOptionBody p{margin:0 0 8px;color:rgba(255,255,255,.48);line-height:1.45;font-size:13px;font-weight:300}.hgpJoinOptionBody a{color:var(--hgp-gold);text-decoration:none;font-weight:700;font-size:12px;letter-spacing:.01em}@media (max-width:1100px){.hgpPillarsGrid,.hgpWhatGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.hgpInsightsGrid,.hgpToolsGrid{grid-template-columns:1fr}.hgpImpactInner,.hgpJoinGrid,.hgpJoinInner,.hgpPartnersInner{grid-template-columns:1fr;gap:22px}.hgpHeroInner{grid-template-columns:1fr;gap:26px;padding-top:64px;padding-bottom:64px}.hgpHeroText h1{max-width:100%}}@media (max-width:780px){.hgpHomeContainer{width:min(1240px,calc(100% - 28px))}.hgpHomeSection{padding:68px 0}.hgpHeroPanel{padding:18px}.hgpHeroBarRow{grid-template-columns:76px minmax(0,1fr) 36px;gap:8px}.hgpHeroBarName,.hgpHeroBarPct{font-size:10px}.hgpHeroPanelStats{gap:12px}.hgpHeroPanelStats,.hgpPartnerGrid,.hgpWhyStats{grid-template-columns:1fr}.hgpProgramItem{flex-direction:column;align-items:stretch}.hgpProgramItem .hgpBtnSubtle{width:100%}.hgpPillarsGrid,.hgpWhatGrid{grid-template-columns:1fr}.hgpJoinSection{padding:72px 0}}@media (prefers-reduced-motion:reduce){.hgpBtn,.hgpWhatCard{transition:none}}.insightsHeroSection h1,.scienceInsightsLanding{text-align:left}.insightsHeroDescription{max-width:65ch;margin:0}.insightsArticlesSection{margin:2.5rem 0;padding:1.25rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}.insightsGridToolbar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.insightsGridToolbarTitle{margin:0;font-size:1.25rem}.insightsGridControls{display:flex;flex-wrap:wrap;gap:1rem}.insightsGridControl{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.insightsGridControlLabel{color:var(--muted)}.insightsGridSelect{min-width:8rem;padding:.35rem .5rem;border-radius:8px;border:1px solid var(--border);background:#fff;font:inherit}.insightsArticlesGrid{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:1fr}@media (min-width:1024px){.insightsArticlesGrid--grid_4_3{grid-template-columns:repeat(4,minmax(0,1fr))}.insightsArticlesGrid--grid_3_4{grid-template-columns:repeat(3,minmax(0,1fr))}.insightsArticlesGrid--grid_2_6{grid-template-columns:repeat(2,minmax(0,1fr))}}.insightsArticleCard{padding:0}.insightsArticleCardLink{display:flex;flex-direction:column;height:100%;padding:1rem;color:inherit;text-decoration:none}.insightsArticleCardLink:hover .insightsArticleCardCta{text-decoration:underline}.insightsArticleCardTitle{margin:.75rem 0 .35rem;font-size:1.05rem;line-height:1.25;text-align:left}.insightsArticleCardSummary{margin:0 0 .5rem;flex:1 1;font-size:.95rem;line-height:1.45;color:var(--muted);text-align:left}.insightsArticleCardDate{margin:0 0 .35rem;display:block;text-align:left}.insightsArticleCardCta{font-weight:600;color:var(--hgp-blue,#4a90e2);margin-top:auto;text-align:left}.insightsPagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.insightsPaginationStatus{font-size:.9rem}.insightsPaginationBtn:disabled{opacity:.45;cursor:not-allowed}.scienceInsightArticle{text-align:left;max-width:820px;margin-left:auto;margin-right:auto}.scienceInsightArticle .eyebrow a{color:inherit;text-decoration:underline}.scienceInsightArticleMeta{display:block;margin:.25rem 0 1rem;color:var(--muted)}.scienceInsightArticleHero{position:relative;width:100%;aspect-ratio:16/9;max-height:420px;border-radius:12px;overflow:hidden;margin:0 0 1rem;border:1px solid var(--border);background:#eef3fb}.scienceInsightArticleHero-fit .scienceInsightArticleHeroImage{object-fit:cover}.scienceInsightArticleHeroImage{object-fit:contain}.scienceInsightArticleSummary{font-size:1.05rem;line-height:1.5;margin:0 0 1.25rem}.insightArticleProse{line-height:1.65;font-size:1rem}.insightArticleProse>:first-child{margin-top:0}.insightArticleProse p{margin:0 0 1rem}.insightArticleProse h2{margin:1.5rem 0 .75rem;font-size:1.25rem}.insightArticleProse ol,.insightArticleProse ul{margin:0 0 1rem 1.25rem}.insightArticleProse a{color:var(--hgp-blue,#4a90e2);text-decoration:underline}@font-face{font-family:dmSans;src:url(/_next/static/media/44b834c3fd30accc-s.p.ttf) format("truetype");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:dmSans;src:url(/_next/static/media/9996aed861a31360-s.p.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:dmSans;src:url(/_next/static/media/7eff68d4e516be32-s.p.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:dmSans;src:url(/_next/static/media/a4ed3866ed8a2a11-s.p.ttf) format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:dmSans;src:url(/_next/static/media/9eed43cd39a35bdf-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:dmSans;src:url(/_next/static/media/37293f96069bb43e-s.p.ttf) format("truetype");font-display:swap;font-weight:300;font-style:italic}@font-face{font-family:dmSans;src:url(/_next/static/media/f80d98f82773baca-s.p.ttf) format("truetype");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:dmSans;src:url(/_next/static/media/e4ce4394a0261fb9-s.p.ttf) format("truetype");font-display:swap;font-weight:500;font-style:italic}@font-face{font-family:dmSans;src:url(/_next/static/media/f0b576cf99dbbb57-s.p.ttf) format("truetype");font-display:swap;font-weight:600;font-style:italic}@font-face{font-family:dmSans;src:url(/_next/static/media/5862a4582fabebc1-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:italic}@font-face{font-family:dmSans Fallback;src:local("Arial");ascent-override:94.36%;descent-override:29.49%;line-gap-override:0.00%;size-adjust:105.13%}.__className_f40f34{font-family:dmSans,dmSans Fallback}.__variable_f40f34{--font-dm-sans:"dmSans","dmSans Fallback"}@font-face{font-family:"DM Serif Display";font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/20fd6a0e301296d5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"DM Serif Display";font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/49eec060ce8bd0da-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ccc01da6a2b3d788-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fa3e259cafa8f47e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"DM Serif Display Fallback";src:local("Times New Roman");ascent-override:94.37%;descent-override:30.51%;line-gap-override:0.00%;size-adjust:109.78%}.__className_d501d1{font-family:"DM Serif Display","DM Serif Display Fallback";font-weight:400}.__variable_d501d1{--font-dm-serif-display:"DM Serif Display","DM Serif Display Fallback"}