/* Foundation homepage discovery layer — keeps the shared shell tokens, changes only homepage composition. */
.impact-foundation-home .foundation-home-landing {
  --home-paper: #e7f0f8;
  --home-ink: #071a2b;
  --home-muted: #496275;
  --home-blue: #1e73be;
  --home-sky: #7dc4ff;
  --home-line: rgba(7,26,43,.16);
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: var(--youth-body);
}
.impact-foundation-home > #main-content > .hero,
.impact-foundation-home > #main-content > .modern-design { display: none; }
.impact-foundation-home .foundation-home-landing a { color: inherit; text-decoration: none; }
.impact-foundation-home .home-discovery-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
  min-height: min(820px, 100svh);
  padding: clamp(138px, 13vw, 188px) clamp(24px, 6vw, 96px) clamp(48px, 6vw, 78px);
  gap: clamp(36px, 6vw, 96px);
  align-items: end;
  border-bottom: 1px solid var(--home-line);
}
.impact-foundation-home .home-discovery-intro {
  max-width: 750px;
  align-self: center;
}
.impact-foundation-home .home-kicker,
.impact-foundation-home .home-index-label,
.impact-foundation-home .home-section-kicker {
  color: var(--home-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.impact-foundation-home .home-discovery-intro h1 {
  max-width: 720px;
  margin: 34px 0 24px;
  color: var(--home-ink);
  font-family: var(--youth-display);
  font-size: clamp(4.2rem, 7.4vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -.085em;
  line-height: .86;
}
.impact-foundation-home .home-discovery-intro h1 em { color: var(--home-blue); font-style: normal; }
.impact-foundation-home .home-discovery-intro > p:not(.home-kicker) {
  max-width: 570px;
  margin: 0;
  color: var(--home-muted);
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  line-height: 1.6;
}
.impact-foundation-home .home-action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.impact-foundation-home .home-action-row .btn { border-radius: 999px; }
.impact-foundation-home .home-action-row .btn-outline { border-color: var(--home-blue); color: var(--home-ink); }
.impact-foundation-home .home-action-row .btn-outline:hover { background: var(--home-blue); color: #fff; }
.impact-foundation-home .home-discovery-visual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-self: end;
}
.impact-foundation-home .home-visual-index {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.impact-foundation-home .home-visual-index strong { color: var(--home-blue); font-weight: 800; }
.impact-foundation-home .home-hero-image {
  position: relative;
  min-height: clamp(300px, 39vw, 490px);
  margin: 0;
  overflow: hidden;
  background: var(--home-ink);
}
.impact-foundation-home .home-hero-image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.impact-foundation-home .home-hero-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7,26,43,.86)); content: ""; }
.impact-foundation-home .home-hero-image figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: #fff; }
.impact-foundation-home .home-hero-image figcaption span { color: var(--home-sky); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.impact-foundation-home .home-hero-image figcaption strong { max-width: 12ch; font-family: var(--youth-display); font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; text-align: right; }
.impact-foundation-home .home-browse,
.impact-foundation-home .home-focus,
.impact-foundation-home .home-roles,
.impact-foundation-home .home-closing { padding: clamp(72px, 9vw, 126px) clamp(24px, 6vw, 96px); }
.impact-foundation-home .home-browse { background: #f7fafc; }
.impact-foundation-home .home-section-shell { width: 100%; max-width: none; margin: 0 auto; }
.impact-foundation-home .home-section-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr); gap: 52px; align-items: end; margin-bottom: 48px; }
.impact-foundation-home .home-section-heading h2,
.impact-foundation-home .home-focus-copy h2,
.impact-foundation-home .home-closing h2 {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--home-ink);
  font-family: var(--youth-display);
  font-size: clamp(3rem, 5.2vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .91;
}
.impact-foundation-home .home-section-heading > p { max-width: 390px; margin: 0; color: var(--home-muted); font-size: 15px; line-height: 1.65; }
.impact-foundation-home .home-route-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--home-line); border-left: 1px solid var(--home-line); }
.impact-foundation-home .home-route { display: grid; grid-template-columns: 56px minmax(0, 1fr) 24px; gap: 14px; min-height: 176px; padding: 24px; border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); transition: background .2s ease, color .2s ease; }
.impact-foundation-home .home-route:hover { background: var(--home-blue); color: #fff; }
.impact-foundation-home .home-route:hover .home-route-index-no,
.impact-foundation-home .home-route:hover small { color: rgba(255,255,255,.72); }
.impact-foundation-home .home-route-index-no { color: var(--home-blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.impact-foundation-home .home-route strong { display: block; font-family: var(--youth-display); font-size: clamp(1.7rem, 2.7vw, 2.9rem); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.impact-foundation-home .home-route small { display: block; max-width: 28ch; margin-top: 13px; color: var(--home-muted); font-size: 12px; line-height: 1.5; }
.impact-foundation-home .home-route-arrow { align-self: start; color: var(--home-blue); font-size: 20px; font-weight: 700; }
.impact-foundation-home .home-route:hover .home-route-arrow { color: #fff; }
.impact-foundation-home .home-focus { background: #071a2b; color: #fff; }
.impact-foundation-home .home-focus-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(24px, 5vw, 80px); align-items: stretch; }
.impact-foundation-home .home-focus-copy h2 { color: #fff; }
.impact-foundation-home .home-focus-copy .home-section-kicker { color: var(--home-sky); }
.impact-foundation-home .home-focus-copy > p { max-width: 560px; margin: 26px 0 0; color: rgba(244,247,251,.7); font-size: 16px; line-height: 1.65; }
.impact-foundation-home .home-pathway-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 44px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.16); }
.impact-foundation-home .home-pathway-node { min-height: 122px; padding: 18px; background: #10283a; }
.impact-foundation-home .home-pathway-node span { color: var(--home-sky); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.impact-foundation-home .home-pathway-node strong { display: block; margin-top: 25px; color: #fff; font-family: var(--youth-display); font-size: 1.55rem; font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.impact-foundation-home .home-focus-note { display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; padding: 26px; border: 1px solid rgba(125,196,255,.28); background: rgba(125,196,255,.08); }
.impact-foundation-home .home-focus-note strong { color: var(--home-sky); font-family: var(--youth-display); font-size: clamp(2.4rem, 4vw, 4.5rem); font-weight: 400; letter-spacing: -.065em; line-height: .9; }
.impact-foundation-home .home-focus-note p { margin: 24px 0 0; color: rgba(244,247,251,.7); font-size: 13px; line-height: 1.55; }
.impact-foundation-home .home-focus-note a { align-self: start; margin-top: 38px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.impact-foundation-home .home-roles { background: #f7fafc; }
.impact-foundation-home .home-role-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--home-line); border-left: 1px solid var(--home-line); }
.impact-foundation-home .home-role { min-height: 240px; padding: 23px; border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.impact-foundation-home .home-role span { color: var(--home-blue); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.impact-foundation-home .home-role h3 { margin: 38px 0 12px; color: var(--home-ink); font-family: var(--youth-display); font-size: clamp(1.7rem, 2.5vw, 2.7rem); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
.impact-foundation-home .home-role p { min-height: 58px; margin: 0; color: var(--home-muted); font-size: 12px; line-height: 1.5; }
.impact-foundation-home .home-role a { display: inline-block; margin-top: 22px; color: var(--home-blue); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.impact-foundation-home .home-closing { background: var(--home-blue); color: #fff; }
.impact-foundation-home .home-closing-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: clamp(36px, 8vw, 130px); align-items: end; }
.impact-foundation-home .home-closing .home-section-kicker { color: #d5edff; }
.impact-foundation-home .home-closing h2 { color: #fff; }
.impact-foundation-home .home-closing-copy p { max-width: 540px; margin: 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.65; }
.impact-foundation-home .home-closing-copy .btn { margin-top: 26px; border-radius: 999px; background: #fff; color: var(--home-ink); }
@media (max-width: 900px) {
  .impact-foundation-home .home-discovery-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 126px; }
  .impact-foundation-home .home-discovery-intro h1 { max-width: 650px; font-size: clamp(4rem, 12vw, 7rem); }
  .impact-foundation-home .home-section-heading,
  .impact-foundation-home .home-focus-grid,
  .impact-foundation-home .home-closing-grid { grid-template-columns: 1fr; }
  .impact-foundation-home .home-role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .impact-foundation-home .home-discovery-hero { padding: 118px 24px 38px; gap: 38px; }
  .impact-foundation-home .home-discovery-intro h1 { margin-top: 28px; font-size: clamp(3.4rem, 15vw, 5.4rem); }
  .impact-foundation-home .home-hero-image { min-height: 330px; }
  .impact-foundation-home .home-section-heading { gap: 22px; margin-bottom: 30px; }
  .impact-foundation-home .home-section-heading h2,
  .impact-foundation-home .home-focus-copy h2,
  .impact-foundation-home .home-closing h2 { font-size: clamp(3rem, 13vw, 4.8rem); }
  .impact-foundation-home .home-route-index,
  .impact-foundation-home .home-pathway-map { grid-template-columns: 1fr; }
  .impact-foundation-home .home-route { min-height: 148px; padding: 20px; }
  .impact-foundation-home .home-route strong { font-size: 2.2rem; }
  .impact-foundation-home .home-role-grid { grid-template-columns: 1fr; }
  .impact-foundation-home .home-role { min-height: 0; }
  .impact-foundation-home .home-role p { min-height: 0; }
  .impact-foundation-home .home-focus-note { min-height: 300px; }
}
html:not([data-theme="light"]) .impact-foundation-home .foundation-home-landing { --home-paper: #071a2b; --home-ink: #f4f7fb; --home-muted: rgba(244,247,251,.68); --home-line: rgba(255,255,255,.16); }
html:not([data-theme="light"]) .impact-foundation-home .home-browse,
html:not([data-theme="light"]) .impact-foundation-home .home-roles { background: #10283a; }
html:not([data-theme="light"]) .impact-foundation-home .home-discovery-intro h1,
html:not([data-theme="light"]) .impact-foundation-home .home-section-heading h2,
html:not([data-theme="light"]) .impact-foundation-home .home-role h3 { color: #f4f7fb; }
html:not([data-theme="light"]) .impact-foundation-home .home-route,
html:not([data-theme="light"]) .impact-foundation-home .home-role { border-color: rgba(255,255,255,.16); }
html:not([data-theme="light"]) .impact-foundation-home .home-route:hover { background: #1e73be; }

/* The homepage uses the shared light editorial header over its discovery surface. */
.impact-foundation-home .site-header {
  background: var(--home-paper, #e7f0f8);
  border-bottom: 1px solid rgba(7,26,43,.14);
  color: var(--home-ink, #071a2b);
}
.impact-foundation-home .site-brand span,
.impact-foundation-home .site-nav-item > summary,
.impact-foundation-home .site-theme-toggle,
.impact-foundation-home .site-theme-toggle .theme-toggle-label { color: var(--home-ink, #071a2b); }
.impact-foundation-home .site-brand img { filter: invert(1); }
.impact-foundation-home .site-menu-toggle { border-color: rgba(7,26,43,.22); background: transparent; color: var(--home-ink, #071a2b); }
.impact-foundation-home .site-menu-toggle span { background: currentColor; }
.impact-foundation-home .home-action-row .btn,
.impact-foundation-home .home-closing-copy .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border: 1px solid var(--home-blue); border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .02em; text-decoration: none; }
.impact-foundation-home .home-action-row .btn-primary { background: var(--home-blue); color: #fff; }
.impact-foundation-home .home-action-row .btn-primary:hover { background: var(--home-ink); border-color: var(--home-ink); }
.impact-foundation-home .home-action-row .btn-outline { background: transparent; color: var(--home-ink); }
.impact-foundation-home .home-closing-copy .btn { background: #fff; color: #071a2b; }
html:not([data-theme="light"]) .impact-foundation-home .site-header { background: #071a2b; border-bottom-color: rgba(255,255,255,.15); }
html:not([data-theme="light"]) .impact-foundation-home .site-brand span,
html:not([data-theme="light"]) .impact-foundation-home .site-nav-item > summary,
html:not([data-theme="light"]) .impact-foundation-home .site-theme-toggle,
html:not([data-theme="light"]) .impact-foundation-home .site-theme-toggle .theme-toggle-label { color: #f4f7fb; }
html:not([data-theme="light"]) .impact-foundation-home .site-menu-toggle { border-color: rgba(255,255,255,.25); color: #f4f7fb; }
@media (max-width: 900px) {
  .impact-foundation-home .site-header.menu-open .site-nav-item > summary,
  .impact-foundation-home .site-header.menu-open .site-theme-toggle,
  .impact-foundation-home .site-header.menu-open .site-theme-toggle .theme-toggle-label { color: #f4f7fb !important; }
}

/* Restored homepage hero: the front door uses the original moving headline/video language. */
.impact-foundation-home .foundation-home-landing > .home-discovery-hero { display: none; }
.impact-foundation-home .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 200;
  background: transparent !important;
  border-bottom-color: transparent !important;
  color: #fff;
}
html[data-theme="light"] .impact-foundation-home .site-header,
html:not([data-theme="light"]) .impact-foundation-home .site-header { background: transparent !important; border-bottom-color: transparent !important; }
.impact-foundation-home .site-brand span,
.impact-foundation-home .site-nav-item > summary,
.impact-foundation-home .site-theme-toggle,
.impact-foundation-home .site-theme-toggle .theme-toggle-label { color: #fff; }
.impact-foundation-home .site-brand img { filter: none; }
.impact-foundation-home .site-menu-toggle { border-color: rgba(255,255,255,.36); background: transparent; color: #fff; }
.impact-foundation-home .site-menu-toggle span { background: currentColor; }
.impact-foundation-home .site-header.is-scrolled {
  background: rgba(3,11,19,.74) !important;
  border-bottom-color: rgba(255,255,255,.14) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.14);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}
@media (max-width: 960px) {
  .impact-foundation-home .site-header.menu-open {
    background: rgba(3,11,19,.96) !important;
    border-bottom-color: rgba(255,255,255,.14) !important;
  }
}
.impact-foundation-home .home-video-hero {
  position: relative;
  display: flex;
  min-height: min(860px, 100svh);
  align-items: center;
  overflow: hidden;
  padding: clamp(150px, 15vw, 220px) clamp(24px, 7vw, 112px) clamp(100px, 10vw, 150px);
  background: #030b13;
  color: #fff;
}
.impact-foundation-home .home-video-bg,
.impact-foundation-home .home-video-overlay,
.impact-foundation-home .home-video-orbs { position: absolute; inset: 0; }
.impact-foundation-home .home-video-bg { z-index: 0; overflow: hidden; pointer-events: none; }
.impact-foundation-home .home-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  opacity: .72;
  pointer-events: none;
}
.impact-foundation-home .home-video-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
  filter: saturate(.9) contrast(1.05);
}
.impact-foundation-home .home-video-overlay { z-index: 1; background: linear-gradient(90deg, rgba(0,8,20,.88) 0%, rgba(0,8,20,.58) 48%, rgba(0,8,20,.28) 100%), linear-gradient(0deg, rgba(0,8,20,.72), transparent 50%); }
.impact-foundation-home .home-video-orbs { z-index: 1; overflow: hidden; pointer-events: none; }
.impact-foundation-home .home-video-orbs span { position: absolute; display: block; border-radius: 50%; filter: blur(2px); opacity: .42; mix-blend-mode: screen; }
.impact-foundation-home .home-video-orbs span:nth-child(1) { width: 38vw; height: 38vw; top: -20%; right: -10%; background: radial-gradient(circle, rgba(30,115,190,.8), transparent 68%); animation: homeOrbOne 16s ease-in-out infinite alternate; }
.impact-foundation-home .home-video-orbs span:nth-child(2) { width: 27vw; height: 27vw; top: 16%; right: 28%; background: radial-gradient(circle, rgba(125,196,255,.54), transparent 70%); animation: homeOrbTwo 12s ease-in-out infinite alternate; }
.impact-foundation-home .home-video-orbs span:nth-child(3) { width: 22vw; height: 22vw; bottom: -20%; left: 42%; background: radial-gradient(circle, rgba(10,54,110,.75), transparent 70%); animation: homeOrbThree 18s ease-in-out infinite alternate; }
@keyframes homeOrbOne { to { transform: translate(-5vw, 4vh) scale(1.1); } }
@keyframes homeOrbTwo { to { transform: translate(4vw, -5vh) scale(.9); } }
@keyframes homeOrbThree { to { transform: translate(-3vw, -4vh) scale(1.12); } }
.impact-foundation-home .home-video-content { position: relative; z-index: 3; width: min(760px, 100%); }
.impact-foundation-home .home-video-content .home-kicker { color: var(--home-sky); }
.impact-foundation-home .home-video-content h1 { max-width: 900px; margin: 28px 0 20px; color: #fff; font-family: var(--youth-display); font-size: clamp(3.8rem, 7.2vw, 8.2rem); font-weight: 400; letter-spacing: -.08em; line-height: .88; text-shadow: 0 4px 30px rgba(0,0,0,.42); }
.impact-foundation-home .rotating-word { display: inline-block; min-width: 8.8ch; color: var(--home-sky); white-space: nowrap; transition: opacity .28s ease, transform .28s ease; }
.impact-foundation-home .rotating-word.exit { opacity: 0; transform: translateY(-12px); }
.impact-foundation-home .rotating-word.enter { opacity: 0; transform: translateY(12px); transition: none; }
.impact-foundation-home .home-video-subhead { max-width: 540px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.6; }
.impact-foundation-home .home-video-cta { display: inline-flex; align-items: center; gap: 12px; margin-top: 34px; padding: 14px 25px; border: 1px solid var(--home-sky); background: var(--home-blue); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.impact-foundation-home .home-video-cta:hover { background: #fff; border-color: #fff; color: var(--home-ink); }
.impact-foundation-home .home-video-stats { position: absolute; z-index: 3; right: clamp(24px, 7vw, 112px); bottom: 36px; left: clamp(24px, 7vw, 112px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.24); }
.impact-foundation-home .home-video-stats div { display: flex; align-items: baseline; gap: 14px; padding: 17px 18px 0 0; border-right: 1px solid rgba(255,255,255,.2); }
.impact-foundation-home .home-video-stats div + div { padding-left: 18px; }
.impact-foundation-home .home-video-stats div:last-child { border-right: 0; }
.impact-foundation-home .home-video-stats strong { color: var(--home-sky); font-family: var(--youth-display); font-size: clamp(2rem, 3.5vw, 4rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.impact-foundation-home .home-video-stats span { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Additional visual breathing room and proof band. */
.impact-foundation-home .home-photo-stat-band { padding: clamp(72px, 9vw, 126px) clamp(24px, 6vw, 96px); background: #f7fafc; }
.impact-foundation-home .home-photo-stat-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.impact-foundation-home .home-photo-collage { display: grid; grid-template-columns: minmax(0, 1.34fr) minmax(150px, .66fr); grid-template-rows: 1fr 1fr; gap: 14px; min-height: 560px; }
.impact-foundation-home .home-photo { margin: 0; overflow: hidden; background: var(--home-ink); }
.impact-foundation-home .home-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .5s ease; }
.impact-foundation-home .home-photo:hover img { transform: scale(1.045); }
.impact-foundation-home .home-photo-large { grid-row: 1 / span 2; }
.impact-foundation-home .home-photo-small { min-height: 0; }
.impact-foundation-home .home-photo-wide { grid-column: 2; }
.impact-foundation-home .home-proof-panel { padding: clamp(24px, 4vw, 48px); border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.impact-foundation-home .home-proof-panel h2 { max-width: 560px; margin: 18px 0 34px; color: var(--home-ink); font-family: var(--youth-display); font-size: clamp(2.8rem, 4.6vw, 5.8rem); font-weight: 400; letter-spacing: -.075em; line-height: .91; }
.impact-foundation-home .home-proof-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--home-line); border-left: 1px solid var(--home-line); }
.impact-foundation-home .home-proof-stats div { min-height: 138px; padding: 18px; border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.impact-foundation-home .home-proof-stats strong { display: block; color: var(--home-blue); font-family: var(--youth-display); font-size: clamp(2rem, 3.3vw, 3.8rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.impact-foundation-home .home-proof-stats span { display: block; margin-top: 15px; color: var(--home-ink); font-size: 11px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.impact-foundation-home .home-proof-stats small { display: block; margin-top: 7px; color: var(--home-muted); font-size: 10px; }
.impact-foundation-home .home-proof-link { display: inline-block; margin-top: 28px; color: var(--home-blue); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
html:not([data-theme="light"]) .impact-foundation-home .home-photo-stat-band { background: #0d2132; }
html:not([data-theme="light"]) .impact-foundation-home .home-proof-panel h2,
html:not([data-theme="light"]) .impact-foundation-home .home-proof-stats span { color: #f4f7fb; }
html:not([data-theme="light"]) .impact-foundation-home .home-proof-stats small { color: rgba(244,247,251,.62); }

@media (max-width: 900px) {
  .impact-foundation-home .home-video-hero { min-height: 760px; padding: 154px 24px 130px; }
  .impact-foundation-home .home-video-content h1 { font-size: clamp(3.7rem, 12vw, 6.8rem); }
  .impact-foundation-home .home-video-stats { right: 24px; bottom: 28px; left: 24px; }
  .impact-foundation-home .home-photo-stat-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .impact-foundation-home .home-video-hero { display: flex; flex-direction: column; align-items: stretch; min-height: 720px; padding: 148px 24px 150px; }
  .impact-foundation-home .home-video-content { display: flex; flex-direction: column; }
  .impact-foundation-home .home-video-content h1 { margin-top: 22px; font-size: clamp(2.8rem, 13vw, 4.5rem); letter-spacing: -.07em; line-height: .9; }
  .impact-foundation-home .rotating-word { min-width: 0; }
  .impact-foundation-home .home-video-subhead { font-size: 1rem; }
  .impact-foundation-home .home-video-stats { grid-template-columns: 1fr; right: 24px; bottom: 22px; left: 24px; }
  .impact-foundation-home .home-video-stats div { min-height: 0; padding: 8px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .impact-foundation-home .home-video-stats div + div { padding-left: 0; }
  .impact-foundation-home .home-video-stats div:last-child { border-bottom: 0; }
  .impact-foundation-home .home-video-stats strong { min-width: 56px; font-size: 2rem; }
  .impact-foundation-home .home-video-stats span { font-size: 9px; }
  .impact-foundation-home .home-photo-collage { grid-template-columns: 1.15fr .85fr; min-height: 410px; gap: 9px; }
  .impact-foundation-home .home-photo-stat-band { padding: 64px 24px; }
  .impact-foundation-home .home-proof-panel { padding: 32px 0 0; border-bottom: 0; }
  .impact-foundation-home .home-proof-panel h2 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .impact-foundation-home .home-proof-stats div { min-height: 126px; padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .impact-foundation-home .home-video-orbs span,
  .impact-foundation-home .rotating-word { animation: none; transition: none; }
}

/* Spacious editorial expansion — homepage only. */
@media (min-width: 901px) {
  .impact-foundation-home .home-photo-stat-band,
  .impact-foundation-home .home-browse,
  .impact-foundation-home .home-focus,
  .impact-foundation-home .home-roles,
  .impact-foundation-home .home-closing { padding-top: clamp(112px, 11vw, 220px); padding-bottom: clamp(112px, 11vw, 220px); }

  .impact-foundation-home .home-photo-stat-band { min-height: 100svh; display: flex; align-items: center; }
  .impact-foundation-home .home-photo-stat-grid { gap: clamp(64px, 8vw, 150px); }
  .impact-foundation-home .home-photo-collage { min-height: clamp(620px, 42vw, 820px); }
  .impact-foundation-home .home-proof-panel { padding: clamp(42px, 5vw, 88px); }

  .impact-foundation-home .home-browse { min-height: 100svh; display: flex; align-items: center; }
  .impact-foundation-home .home-section-heading { margin-bottom: clamp(60px, 6vw, 104px); }
  .impact-foundation-home .home-route-index { grid-template-columns: 1fr; border-left: 0; }
  .impact-foundation-home .home-route { grid-template-columns: clamp(64px, 5vw, 100px) minmax(0, 1fr) 48px; min-height: clamp(156px, 12vw, 220px); padding: clamp(30px, 3vw, 52px) 0; border-right: 0; }
  .impact-foundation-home .home-route strong { font-size: clamp(2rem, 3.8vw, 4.5rem); line-height: .9; }
  .impact-foundation-home .home-route small { max-width: 48ch; margin-top: 18px; font-size: 14px; line-height: 1.6; }
  .impact-foundation-home .home-route-arrow { align-self: center; font-size: 28px; }

  .impact-foundation-home .home-focus { min-height: 90svh; display: flex; align-items: center; }
  .impact-foundation-home .home-pathway-map { margin-top: clamp(52px, 5vw, 88px); }
  .impact-foundation-home .home-pathway-node { min-height: clamp(148px, 11vw, 190px); padding: clamp(22px, 2vw, 34px); }
  .impact-foundation-home .home-pathway-node strong { margin-top: 42px; font-size: clamp(1.6rem, 2.3vw, 2.8rem); }

  .impact-foundation-home .home-roles { min-height: 90svh; display: flex; align-items: center; }
  .impact-foundation-home .home-role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .impact-foundation-home .home-role { min-height: clamp(290px, 22vw, 380px); padding: clamp(30px, 3vw, 52px); }
  .impact-foundation-home .home-role h3 { margin-top: clamp(48px, 5vw, 84px); font-size: clamp(2rem, 3.2vw, 4rem); }
  .impact-foundation-home .home-role p { max-width: 34ch; min-height: 0; font-size: 14px; line-height: 1.6; }
  .impact-foundation-home .home-role a { margin-top: 34px; }

  .impact-foundation-home .home-closing { min-height: 68svh; display: flex; align-items: center; }
  .impact-foundation-home .home-closing-grid { width: 100%; }
}

@media (max-width: 900px) and (min-width: 601px) {
  .impact-foundation-home .home-route-index { grid-template-columns: 1fr; border-left: 0; }
  .impact-foundation-home .home-route { min-height: 170px; border-right: 0; }
}

@media (max-width: 600px) {
  .impact-foundation-home .home-photo-stat-band { padding-top: 88px; padding-bottom: 88px; }
  .impact-foundation-home .home-photo-collage { min-height: 470px; }
  .impact-foundation-home .home-browse,
  .impact-foundation-home .home-focus,
  .impact-foundation-home .home-roles,
  .impact-foundation-home .home-closing { padding-top: 88px; padding-bottom: 88px; }
  .impact-foundation-home .home-route-index { border-left: 1px solid var(--home-line); }
  .impact-foundation-home .home-route { min-height: 176px; padding: 26px 20px; border-right: 1px solid var(--home-line); }
  .impact-foundation-home .home-route strong { font-size: 2.35rem; }
  .impact-foundation-home .home-pathway-node { min-height: 142px; }
  .impact-foundation-home .home-pathway-node strong { margin-top: 30px; }
}

/* Foundation narrative pass — spacious sections for the approved homepage argument. */
.impact-foundation-home .home-glance-copy { max-width: 54ch; margin: 0 0 16px; color: var(--home-muted); font-size: 16px; line-height: 1.65; }
.impact-foundation-home .home-glance-copy + .home-glance-copy { margin-top: 0; }
.impact-foundation-home .home-glance .home-proof-stats { margin-top: 36px; }
.impact-foundation-home .home-initiative-list { grid-template-columns: 1fr; border-left: 0; }
.impact-foundation-home .home-initiative-list .home-route { grid-template-columns: clamp(54px, 5vw, 92px) minmax(0, 1fr); min-height: 0; padding: clamp(34px, 4vw, 66px) 0; border-right: 0; }
.impact-foundation-home .home-initiative-list .home-route > span:nth-child(2) { min-width: 0; }
.impact-foundation-home .home-initiative-list .home-route strong { font-size: clamp(2.25rem, 4vw, 5rem); line-height: .9; }
.impact-foundation-home .home-initiative-list .home-route small { max-width: 56ch; margin-top: 18px; font-size: 14px; line-height: 1.55; }
.impact-foundation-home .home-initiative-list .home-route em { display: block; max-width: 34ch; margin-top: 22px; color: var(--home-ink); font-family: var(--youth-display); font-size: clamp(1.15rem, 1.8vw, 1.8rem); font-style: normal; letter-spacing: -.04em; line-height: 1; }
.impact-foundation-home .home-initiative-list .home-route-cta { display: inline-block; margin-top: 28px; color: var(--home-blue); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.impact-foundation-home .home-initiative-list .home-route:hover em,
.impact-foundation-home .home-initiative-list .home-route:hover .home-route-cta { color: #fff; }
.impact-foundation-home .home-focus-prose { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; max-width: 650px; margin-top: 28px; }
.impact-foundation-home .home-focus-prose p { margin: 0; color: rgba(244,247,251,.72); font-size: 16px; line-height: 1.55; }
.impact-foundation-home .home-focus-prose p:last-child { grid-column: 1 / -1; margin-top: 24px; color: #fff; font-family: var(--youth-display); font-size: clamp(1.45rem, 2.2vw, 2.4rem); letter-spacing: -.045em; line-height: 1; }
.impact-foundation-home .home-pathway-node { min-height: 242px; }
.impact-foundation-home .home-pathway-node p { max-width: 24ch; margin: 18px 0 0; color: rgba(244,247,251,.68); font-size: 12px; line-height: 1.5; }
.impact-foundation-home .home-focus-emphasis { max-width: 520px; margin: 38px 0 0; color: var(--home-sky); font-family: var(--youth-display); font-size: clamp(1.8rem, 3vw, 3.2rem); letter-spacing: -.055em; line-height: .95; }
.impact-foundation-home .home-role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.impact-foundation-home .home-role { min-height: 390px; padding: clamp(30px, 4vw, 62px); }
.impact-foundation-home .home-role h3 { max-width: 14ch; margin-top: clamp(54px, 6vw, 92px); font-size: clamp(2rem, 3.5vw, 4.4rem); }
.impact-foundation-home .home-role p { max-width: 38ch; min-height: 0; font-size: 14px; line-height: 1.6; }
.impact-foundation-home .home-role a { margin-top: 28px; }
.impact-foundation-home .home-evidence { padding: clamp(112px, 11vw, 220px) clamp(24px, 6vw, 96px); background: #f7fafc; color: var(--home-ink); }
.impact-foundation-home .home-evidence .home-section-heading h2 { max-width: 900px; }
.impact-foundation-home .home-evidence-copy { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; max-width: 1100px; margin: 0 0 clamp(58px, 7vw, 110px) auto; color: var(--home-muted); font-size: 16px; line-height: 1.65; }
.impact-foundation-home .home-evidence-copy p { margin: 0; }
.impact-foundation-home .home-evidence-copy strong { color: var(--home-ink); }
.impact-foundation-home .home-evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--home-line); border-left: 1px solid var(--home-line); }
.impact-foundation-home .home-evidence-grid article { min-height: 330px; padding: clamp(24px, 2.6vw, 42px); border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.impact-foundation-home .home-evidence-grid article > strong { display: block; color: var(--home-blue); font-family: var(--youth-display); font-size: clamp(2.8rem, 4.2vw, 5rem); font-weight: 400; letter-spacing: -.07em; line-height: .88; }
.impact-foundation-home .home-evidence-grid h3 { margin: 58px 0 14px; color: var(--home-ink); font-family: var(--youth-display); font-size: clamp(1.4rem, 1.8vw, 2rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.impact-foundation-home .home-evidence-grid p { max-width: 25ch; margin: 0; color: var(--home-muted); font-size: 13px; line-height: 1.55; }
.impact-foundation-home .home-evidence-grid small { display: block; margin-top: 26px; color: var(--home-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.impact-foundation-home .home-section-link { display: inline-block; margin-top: 30px; color: var(--home-blue); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.impact-foundation-home .home-commitments { padding: clamp(112px, 11vw, 220px) clamp(24px, 6vw, 96px); background: #071a2b; color: #fff; }
.impact-foundation-home .home-commitments .home-section-heading h2 { max-width: 760px; color: #fff; }
.impact-foundation-home .home-commitments .home-section-heading > p { color: rgba(244,247,251,.72); }
.impact-foundation-home .home-commitments .home-section-kicker { color: var(--home-sky); }
.impact-foundation-home .home-commitment-list { border-top: 1px solid rgba(255,255,255,.2); }
.impact-foundation-home .home-commitment-list article { display: grid; grid-template-columns: clamp(90px, 11vw, 190px) minmax(0, 1fr); gap: 28px; padding: clamp(34px, 4vw, 64px) 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.impact-foundation-home .home-commitment-list article > span { color: var(--home-sky); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.impact-foundation-home .home-commitment-list h3 { max-width: 18ch; margin: 0; color: #fff; font-family: var(--youth-display); font-size: clamp(2rem, 3.4vw, 4rem); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
.impact-foundation-home .home-commitment-list p { max-width: 54ch; margin: 20px 0 0; color: rgba(244,247,251,.72); font-size: 15px; line-height: 1.6; }
.impact-foundation-home .home-commitment-list strong { display: inline-block; margin-top: 20px; color: var(--home-sky); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.impact-foundation-home .home-commitments .home-section-link { color: var(--home-sky); }
.impact-foundation-home .home-closing-copy > p { max-width: 48ch; margin: 0 0 18px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.6; }
.impact-foundation-home .home-closing-copy .home-closing-emphasis { color: #fff; font-family: var(--youth-display); font-size: clamp(1.6rem, 2.7vw, 3rem); letter-spacing: -.045em; line-height: .98; }
.impact-foundation-home .home-closing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.impact-foundation-home .home-closing-actions .btn { margin-top: 0; }
.impact-foundation-home .home-closing-actions .btn-secondary { border: 1px solid rgba(255,255,255,.7); background: transparent; color: #fff; }
.impact-foundation-home .home-closing-text-link { color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

html:not([data-theme="light"]) .impact-foundation-home .home-evidence { background: #10283a; color: #f4f7fb; }
html:not([data-theme="light"]) .impact-foundation-home .home-evidence .home-section-heading h2,
html:not([data-theme="light"]) .impact-foundation-home .home-evidence-copy strong,
html:not([data-theme="light"]) .impact-foundation-home .home-evidence-grid h3 { color: #f4f7fb; }
html:not([data-theme="light"]) .impact-foundation-home .home-evidence-copy,
html:not([data-theme="light"]) .impact-foundation-home .home-evidence-grid p { color: rgba(244,247,251,.72); }
html:not([data-theme="light"]) .impact-foundation-home .home-evidence-grid,
html:not([data-theme="light"]) .impact-foundation-home .home-evidence-grid article { border-color: rgba(255,255,255,.16); }
html:not([data-theme="light"]) .impact-foundation-home .home-initiative-list .home-route em { color: #f4f7fb; }

@media (max-width: 900px) {
  .impact-foundation-home .home-evidence-copy { grid-template-columns: 1fr; margin-left: 0; }
  .impact-foundation-home .home-evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .impact-foundation-home .home-commitment-list article { grid-template-columns: 100px minmax(0, 1fr); }
}
@media (max-width: 600px) {
  .impact-foundation-home .home-video-content h1 { max-width: none; width: 100%; }
  .impact-foundation-home .home-glance-copy { font-size: 15px; }
  .impact-foundation-home .home-initiative-list .home-route { grid-template-columns: 42px minmax(0, 1fr); padding: 30px 0; }
  .impact-foundation-home .home-initiative-list .home-route strong { font-size: clamp(2rem, 10vw, 3rem); }
  .impact-foundation-home .home-initiative-list .home-route em { margin-top: 18px; font-size: 1.3rem; }
  .impact-foundation-home .home-initiative-list .home-route-cta { margin-top: 22px; }
  .impact-foundation-home .home-focus-prose { grid-template-columns: 1fr; gap: 8px; }
  .impact-foundation-home .home-focus-prose p:last-child { grid-column: auto; margin-top: 18px; }
  .impact-foundation-home .home-pathway-node { min-height: 0; padding: 24px 20px 28px; }
  .impact-foundation-home .home-pathway-node strong { margin-top: 28px; font-size: 2rem; }
  .impact-foundation-home .home-pathway-node p { max-width: 32ch; }
  .impact-foundation-home .home-role { min-height: 0; padding: 30px 24px 36px; }
  .impact-foundation-home .home-role h3 { margin-top: 48px; }
  .impact-foundation-home .home-evidence-grid { grid-template-columns: 1fr; }
  .impact-foundation-home .home-evidence-grid article { min-height: 0; padding: 30px 24px 38px; }
  .impact-foundation-home .home-evidence-grid h3 { margin-top: 42px; }
  .impact-foundation-home .home-commitment-list article { grid-template-columns: 1fr; gap: 18px; padding: 34px 0; }
  .impact-foundation-home .home-commitment-list h3 { max-width: 14ch; }
  .impact-foundation-home .home-closing-actions { align-items: stretch; flex-direction: column; }
  .impact-foundation-home .home-closing-actions .btn { width: 100%; }
}

/* Consolidated homepage composition: foundation system, route index, and measurement ledger. */
.impact-foundation-home .home-foundation-glance,
.impact-foundation-home .home-routes-pathway,
.impact-foundation-home .home-measure { padding: clamp(78px, 9vw, 150px) clamp(24px, 6vw, 96px); }
.impact-foundation-home .home-foundation-glance { background: #f7fafc; color: var(--home-ink); }
.impact-foundation-home .home-foundation-glance-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 9vw, 150px); align-items: center; }
.impact-foundation-home .home-foundation-lead h2 { max-width: 560px; margin: 18px 0 30px; color: var(--home-ink); font-family: var(--youth-display); font-size: clamp(3rem, 4.7vw, 5.8rem); font-weight: 400; letter-spacing: -.075em; line-height: .91; }
.impact-foundation-home .home-foundation-lead p { max-width: 47ch; margin: 0 0 16px; color: var(--home-muted); font-size: 15px; line-height: 1.65; }
.impact-foundation-home .home-infrastructure-system { position: relative; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; padding: 42px 0 0; border-top: 1px solid var(--home-line); }
.impact-foundation-home .home-infrastructure-line { position: absolute; top: 58px; right: 8%; left: 8%; height: 1px; background: var(--home-blue); opacity: .55; }
.impact-foundation-home .home-infrastructure-step { position: relative; z-index: 1; min-width: 0; }
.impact-foundation-home .home-infrastructure-step span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--home-blue); border-radius: 50%; background: #f7fafc; color: var(--home-blue); font-size: 10px; font-weight: 800; }
.impact-foundation-home .home-infrastructure-step strong { display: block; margin-top: 22px; color: var(--home-ink); font-family: var(--youth-display); font-size: clamp(1.35rem, 2vw, 2.4rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.impact-foundation-home .home-infrastructure-step small { display: block; max-width: 15ch; margin-top: 12px; color: var(--home-muted); font-size: 10px; line-height: 1.4; }
.impact-foundation-home .home-glance-footnote { grid-column: 2; display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 24px; padding-top: 32px; border-top: 1px solid var(--home-line); }
.impact-foundation-home .home-glance-footnote strong { color: var(--home-ink); font-family: var(--youth-display); font-size: 1.5rem; font-weight: 400; letter-spacing: -.04em; }
.impact-foundation-home .home-glance-footnote span { color: var(--home-muted); font-size: 11px; }
.impact-foundation-home .home-glance-footnote strong .foundation-scroll-word { font-size: inherit; }
.impact-foundation-home .home-glance-footnote a,
.impact-foundation-home .home-pathway-ribbon a,
.impact-foundation-home .home-benchmarks > a,
.impact-foundation-home .home-targets > a { color: var(--home-blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.impact-foundation-home .home-routes-pathway { background: #071a2b; color: #fff; }
.impact-foundation-home .home-routes-heading { margin-bottom: 54px; }
.impact-foundation-home .home-routes-heading h2 { color: #fff; }
.impact-foundation-home .home-routes-heading > p { color: rgba(244,247,251,.72); }
.impact-foundation-home .home-route-list { border-top: 1px solid rgba(255,255,255,.22); }
.impact-foundation-home .home-route-line { display: grid; grid-template-columns: 54px minmax(190px, .8fr) minmax(180px, 1fr) minmax(145px, .7fr); gap: 20px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.22); color: #fff; text-decoration: none; }
.impact-foundation-home .home-route-line > span { color: var(--home-sky); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.impact-foundation-home .home-route-line strong { font-family: var(--youth-display); font-size: clamp(1.55rem, 2.5vw, 3rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.impact-foundation-home .home-route-line small { color: rgba(244,247,251,.66); font-size: 12px; line-height: 1.45; }
.impact-foundation-home .home-route-line em { justify-self: end; color: var(--home-sky); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.impact-foundation-home .home-route-line:hover strong { color: var(--home-sky); }
.impact-foundation-home .home-pathway-ribbon { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px 28px; margin-top: 42px; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.22); }
.impact-foundation-home .home-pathway-ribbon span { color: rgba(244,247,251,.58); font-size: 11px; }
.impact-foundation-home .home-pathway-ribbon strong { color: #fff; font-family: var(--youth-display); font-size: clamp(1.3rem, 2.3vw, 2.4rem); font-weight: 400; letter-spacing: -.04em; }
.impact-foundation-home .home-measure { background: #f7fafc; color: var(--home-ink); }
.impact-foundation-home .home-measure .home-section-heading h2 { color: var(--home-ink); }
.impact-foundation-home .home-measure .home-section-heading > p { color: var(--home-muted); }
.impact-foundation-home .home-measure-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 8vw, 130px);
  padding-top: clamp(28px, 3.5vw, 52px);
}
.impact-foundation-home .home-measure-label { display: block; margin-bottom: 18px; color: var(--home-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.impact-foundation-home .home-benchmarks,
.impact-foundation-home .home-targets { border-top: 1px solid var(--home-line); }
.impact-foundation-home .home-benchmark-row { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 2px 18px; padding: 22px 0; border-bottom: 1px solid var(--home-line); }
.impact-foundation-home .home-benchmark-row strong { grid-row: span 2; color: var(--home-blue); font-family: var(--youth-display); font-size: clamp(2.3rem, 4vw, 4.5rem); font-weight: 400; letter-spacing: -.07em; line-height: .85; }
.impact-foundation-home .home-benchmark-row span { color: var(--home-ink); font-size: 13px; font-weight: 800; }
.impact-foundation-home .home-benchmark-row small { color: var(--home-muted); font-size: 10px; line-height: 1.3; }
.impact-foundation-home .home-benchmarks > a,
.impact-foundation-home .home-targets > a { display: inline-block; margin-top: 24px; }
.impact-foundation-home .home-target-row { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 4px 16px; padding: 18px 0; border-bottom: 1px solid var(--home-line); }
.impact-foundation-home .home-target-row > span { color: var(--home-blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.impact-foundation-home .home-target-row strong { color: var(--home-ink); font-family: var(--youth-display); font-size: clamp(1.35rem, 2.2vw, 2.5rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.impact-foundation-home .home-target-row small { grid-column: 2; color: var(--home-muted); font-size: 10px; }
html:not([data-theme="light"]) .impact-foundation-home .home-foundation-glance,
html:not([data-theme="light"]) .impact-foundation-home .home-measure { background: #10283a; }
html:not([data-theme="light"]) .impact-foundation-home .home-foundation-lead h2,
html:not([data-theme="light"]) .impact-foundation-home .home-infrastructure-step strong,
html:not([data-theme="light"]) .impact-foundation-home .home-glance-footnote strong,
html:not([data-theme="light"]) .impact-foundation-home .home-measure .home-section-heading h2,
html:not([data-theme="light"]) .impact-foundation-home .home-benchmark-row span,
html:not([data-theme="light"]) .impact-foundation-home .home-target-row strong { color: #f4f7fb; }
html:not([data-theme="light"]) .impact-foundation-home .home-infrastructure-step span { background: #10283a; }
@media (max-width: 900px) {
  .impact-foundation-home .home-foundation-glance-grid,
  .impact-foundation-home .home-measure-grid { grid-template-columns: 1fr; }
  .impact-foundation-home .home-glance-footnote { grid-column: auto; }
  .impact-foundation-home .home-infrastructure-system { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 34px; }
  .impact-foundation-home .home-infrastructure-line { right: 5%; left: 5%; }
  .impact-foundation-home .home-route-line { grid-template-columns: 42px minmax(180px, 1fr) minmax(140px, 1fr); }
  .impact-foundation-home .home-route-line em { justify-self: start; }
}
/* Centered Foundation at a glance composition. */
.impact-foundation-home .home-foundation-glance-grid { display: block; max-width: 1440px; margin: 0 auto; }
.impact-foundation-home .home-foundation-lead { max-width: 820px; margin: 0 auto; text-align: center; }
.impact-foundation-home .home-foundation-lead h2,
.impact-foundation-home .home-foundation-lead p { margin-right: auto; margin-left: auto; }
.impact-foundation-home .home-foundation-lead h2 { max-width: 760px; }
.impact-foundation-home .home-infrastructure-system { max-width: 1240px; margin: clamp(58px, 7vw, 100px) auto 0; }
.impact-foundation-home .home-infrastructure-step small { margin-right: auto; margin-left: auto; }
.impact-foundation-home .home-glance-footnote { grid-column: auto; justify-content: center; max-width: 1240px; margin: 38px auto 0; text-align: center; }

@media (max-width: 600px) {
  .impact-foundation-home .home-foundation-glance,
  .impact-foundation-home .home-routes-pathway,
  .impact-foundation-home .home-measure { padding-top: 88px; padding-bottom: 88px; }
  .impact-foundation-home .home-foundation-lead h2 { font-size: clamp(2.75rem, 11vw, 4.2rem); line-height: .94; }
  .impact-foundation-home .home-infrastructure-system { grid-template-columns: 1fr 1fr; gap: 26px 18px; padding-top: 32px; }
  .impact-foundation-home .home-infrastructure-line { top: 48px; right: 10%; left: 10%; }
  .impact-foundation-home .home-infrastructure-step span { width: 30px; height: 30px; }
  .impact-foundation-home .home-infrastructure-step strong { margin-top: 16px; font-size: 1.8rem; }
  .impact-foundation-home .home-infrastructure-step small { max-width: 18ch; }
  .impact-foundation-home .home-glance-footnote { display: grid; gap: 10px; }
  .impact-foundation-home .home-route-line { grid-template-columns: 34px minmax(0, 1fr); gap: 8px 12px; padding: 24px 0; }
  .impact-foundation-home .home-route-line small,
  .impact-foundation-home .home-route-line em { grid-column: 2; }
  .impact-foundation-home .home-route-line strong { font-size: 2rem; }
  .impact-foundation-home .home-pathway-ribbon { display: grid; gap: 10px; }
  .impact-foundation-home .home-benchmark-row { grid-template-columns: 92px 1fr; }
  .impact-foundation-home .home-target-row { grid-template-columns: 52px 1fr; }
  .impact-foundation-home .home-target-row small { grid-column: 2; }
}

/* Scroll chapter: the centered copy holds in place while each editorial beat enters in sequence. */
@media (min-width: 901px) {
  .impact-foundation-home .home-foundation-glance { min-height: 270vh; padding: 0 clamp(24px, 6vw, 96px); }
  .impact-foundation-home .home-foundation-glance-grid { position: sticky; top: 0; display: flex; min-height: 100vh; max-width: 1440px; margin: 0 auto; flex-direction: column; justify-content: center; }
  .impact-foundation-home .home-foundation-lead { max-width: 1400px; }
  .impact-foundation-home .home-foundation-lead h2 { max-width: 1380px; margin-top: 22px; font-size: clamp(4rem, 5.7vw, 7.2rem); line-height: .9; }
  .impact-foundation-home .home-foundation-lead p { max-width: 62ch; }
  .impact-foundation-home .home-infrastructure-system { max-width: 1240px; width: 100%; margin-top: clamp(48px, 5vw, 84px); }
  .impact-foundation-home .home-glance-footnote { width: 100%; max-width: 1240px; margin-top: 30px; }
}
.impact-foundation-home .foundation-scroll-target { opacity: calc(var(--foundation-target-progress, 0) * 1); filter: blur(calc((1 - var(--foundation-target-progress, 0)) * 3px)); transform: translateY(calc((1 - var(--foundation-target-progress, 0)) * 24px)); transition: none; }
.impact-foundation-home .foundation-motion-unit { display: inline-block; opacity: calc(var(--foundation-unit-progress, 0) * 1); filter: blur(calc((1 - var(--foundation-unit-progress, 0)) * 4px)); transform: translateY(calc((1 - var(--foundation-unit-progress, 0)) * .55em)); transition: none; }
.impact-foundation-home .home-infrastructure-step span.foundation-motion-word,
.impact-foundation-home .home-glance-footnote span.foundation-motion-word { display: inline; width: auto; height: auto; min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: inherit; font: inherit; letter-spacing: inherit; line-height: inherit; place-items: unset; vertical-align: baseline; }
.impact-foundation-home .home-infrastructure-step span.foundation-motion-unit,
.impact-foundation-home .home-glance-footnote span.foundation-motion-unit { display: inline-block; width: auto; height: auto; min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: inherit; font: inherit; letter-spacing: inherit; line-height: inherit; place-items: unset; }
.impact-foundation-home .foundation-motion-word,
.impact-foundation-home .foundation-motion-unit { background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; outline: 0 !important; }
@media (max-width: 900px) {
  .impact-foundation-home .home-foundation-glance { min-height: 0; }
  .impact-foundation-home .home-foundation-lead h2 { max-width: 1000px; }
  .impact-foundation-home .foundation-scroll-target { transform: translateY(calc((1 - var(--foundation-target-progress, 0)) * 24px)); }
}
@media (prefers-reduced-motion: reduce) {
  .impact-foundation-home .foundation-scroll-target,
  .impact-foundation-home .foundation-motion-unit { opacity: 1 !important; filter: none !important; transform: none !important; }
}

.impact-foundation-home .home-routes-pathway,
.impact-foundation-home .home-closing { position: relative; isolation: isolate; overflow: hidden; }
.impact-foundation-home .home-routes-pathway::before,
.impact-foundation-home .home-closing::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('/images/initiative/homepage-studio.jpg') center / cover no-repeat;
  content: '';
}
.impact-foundation-home .home-routes-pathway::after,
.impact-foundation-home .home-closing::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: '';
}
.impact-foundation-home .home-routes-pathway::after { background: rgba(7,26,43,.9); }
.impact-foundation-home .home-closing::before {
  background-image: url('/assets/quotes/deresiewicz.png');
  background-position: center 42%;
}
.impact-foundation-home .home-closing::after { background: rgba(30,115,190,.84); }
.impact-foundation-home .home-routes-pathway > .home-section-shell,
.impact-foundation-home .home-closing > .home-section-shell { position: relative; z-index: 1; }

