/* Home-only reference palette: forest, ivory, soft blue, and terracotta. */
.site-shell {
  --paper: #eee9df;
  --paper-deep: #dce4dc;
  --ink: #213e38;
  --ink-soft: #5d7169;
  --signal: #79a8ff;
  --signal-pale: #dbe7ff;
  --ochre: #c77d58;
  --moss: #527064;
  --line: rgba(33, 62, 56, .2);
  --mapfix-paper: #eee9df;
  --mapfix-surface: #fbfaf5;
  --mapfix-surface-sage: #dce4dc;
  --mapfix-ink: #213e38;
  --mapfix-ink-soft: #5d7169;
  --mapfix-primary: #294b43;
  --mapfix-primary-text: #345c50;
  --mapfix-terracotta: #c77d58;
  --mapfix-terracotta-text: #96583f;
  --mapfix-border: rgba(33, 62, 56, .2);
  --mapfix-focus: #79a8ff;
}

html body .site-shell .site-header { background: rgba(245, 241, 233, .96) !important; }
.site-shell .wordmark-label b,
.site-shell .main-nav > a:not(.nav-account):hover,
.site-shell .nav-dev:hover { color: #4e76bb; }

.site-shell .hero-section { color: #fbfaf5; background: #213e38; }
.site-shell .hero-overlay {
  background:
    linear-gradient(90deg, rgba(31, 57, 51, .97) 0%, rgba(31, 57, 51, .91) 39%, rgba(31, 57, 51, .52) 68%, rgba(19, 33, 30, .38) 100%),
    linear-gradient(0deg, rgba(31, 57, 51, .7) 0%, transparent 43%);
}
.site-shell .hero-route { border-color: rgba(225, 236, 232, .34); }
.site-shell .hero-copy h1,
.site-shell .hero-evidence strong { color: #fbfaf5; }
.site-shell .hero-copy h1 em { color: #79a8ff; }
.site-shell .hero-intro,
.site-shell .hero-evidence,
.site-shell .hero-bottom-note { color: rgba(251, 250, 245, .82); }
.site-shell .hero-evidence,
.site-shell .hero-bottom-note { border-color: rgba(251, 250, 245, .34); }
.site-shell .evidence-line { color: #9dbbff; }
.site-shell .evidence-line i { background: rgba(251, 250, 245, .38); }
.site-shell .hero-actions .button--signal { color: #fbfaf5 !important; background: #c77d58 !important; }
.site-shell .hero-actions .button--signal:hover { color: #fbfaf5 !important; background: #d18b69 !important; }

.site-shell .process-section,
.site-shell .missions-section { background: #eee9df; }
.site-shell .missions-section {
  background: linear-gradient(180deg, #dce4dc 0%, #dce4dc 60%, #eee9df 100%);
}
.site-shell .missions-heading { display: block; text-align: center; }
.site-shell .mapping-paths {
  max-width: 1120px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}
.site-shell .mapping-path {
  overflow: hidden;
  border-radius: 0;
  background: #101710;
  color: #f4f1e9;
  display: flex;
  flex-direction: column;
}
.site-shell .mapping-path-image { position: relative; aspect-ratio: 1.6; flex-shrink: 0; }
.site-shell .mapping-path-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.site-shell .mapping-path-image video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: brightness(.9) saturate(.85); }
.site-shell .mapping-path-image:has(video)::after { pointer-events: none; bottom: 0; background: linear-gradient(to bottom, transparent 50%, rgba(16,23,16,.65)); }
.site-shell .mapping-path-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(16,23,16,.12) 25%, #101710 100%);
}
.site-shell .mapping-path-copy {
  padding: 0 clamp(24px, 3vw, 48px) 48px;
  text-align: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.site-shell .mapping-path-copy h3 { color: #f4f1e9; font-size: 20px; font-weight: 500; margin: 0 0 20px; }
.site-shell .mapping-path-copy p { color: #c1c8bd; font-size: 17px; line-height: 1.6; max-width: 440px; margin: 0 0 32px; }
.site-shell .mapping-path-copy a { color: #f4f1e9; font-size: 20px; font-weight: 600; margin-top: auto; padding: 10px 0; }
.site-shell .mapping-path-copy a:hover { text-decoration: underline; text-underline-offset: 6px; }
.site-shell .mapping-path-copy a:focus-visible { outline: 2px solid #f4f1e9; outline-offset: 6px; }
.site-shell .mapping-path:has(video) { position: relative; isolation: isolate; }
.site-shell .mapping-path:has(video)::before { content: ""; padding-top: 62.5%; }
.site-shell .mapping-path:has(video) .mapping-path-image {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
  z-index: -1;
}
.site-shell .mapping-path:has(video) .mapping-path-image::after {
  background: linear-gradient(to bottom, rgba(10, 20, 13, .12) 15%, rgba(10, 20, 13, .52) 52%, rgba(10, 20, 13, .82) 100%);
}
.site-shell .mapping-path:has(video) .mapping-path-copy { position: relative; text-shadow: 0 1px 8px rgba(0, 0, 0, .35); }
.site-shell .mapping-path:has(video) .mapping-path-copy p { color: #f4f1e9; }
@media (max-width: 760px) {
  .site-shell .mapping-paths { grid-template-columns: 1fr; }
  .site-shell .mapping-path-copy { padding-bottom: 32px; }
}
.site-shell .missions-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
  text-wrap: balance;
}
.site-shell .process-step:hover { background: #e2e8e1; }
.site-shell .story-section { color: #fbfaf5; background: #294b43; }
.site-shell .story-copy h2,
.site-shell .story-copy .section-marker--dark,
.site-shell .story-lead { color: #fbfaf5; }
.site-shell .story-copy .section-marker--dark b { color: #9dbbff; }
.site-shell .story-facts,
.site-shell .story-facts div + div { border-color: rgba(251, 250, 245, .24); }
.site-shell .story-facts span { color: rgba(251, 250, 245, .72); }
.site-shell .story-copy h2 { color: #f7f8f5; }
.site-shell .story-lead { color: #e0e9e6; }
html body .site-shell .story-copy .story-location { color: #9dbbff !important; }
.site-shell .story-copy .text-link--dark { color: #b9ccff; }
html body .site-shell .impact-section { color: #213e38; background: #f4f1e9 !important; }
@keyframes home-section-enter {
  from { opacity: 0; transform: translateY(36px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .site-shell .home-reveal-pending { opacity: 0; transform: translateY(36px); }
  .site-shell .home-reveal-pending:focus-within { opacity: 1; transform: none; }
  .site-shell .home-reveal { animation: home-section-enter 1000ms cubic-bezier(.22, 1, .36, 1) both; }
  .site-shell .home-reveal:focus-within { animation: none; }
}
.site-shell .impact-callout {
  padding: 0 0 clamp(240px, 27vw, 420px);
  scroll-margin-top: 120px;
}
html body .site-shell .impact-callout {
  background: linear-gradient(to bottom, #f4f1e9 0%, #eee9df 38%, #dce4dc 100%) bottom / 100% clamp(240px, 27vw, 420px) no-repeat, #f4f1e9 !important;
}
.site-shell .impact-callout > .content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(32px, 4vw, 64px);
  text-align: left;
}
.site-shell .impact-callout-media {
  position: relative;
  aspect-ratio: 1.42;
  width: 100%;
  overflow: hidden;
  background: #dce4dc;
  border: 1px solid rgba(33, 62, 56, .12);
}
.site-shell .impact-callout-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
}
@media (max-width: 760px) {
  .site-shell .impact-callout > .content-grid { grid-template-columns: 1fr; gap: 36px; }
}
.site-shell .impact-callout-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 32px;
  padding: 14px 28px;
  border: 1px solid #294b43;
  border-radius: 2px;
  color: #fbfaf5;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .025em;
  cursor: pointer;
  background: #294b43;
  transition: background-color 240ms ease, color 240ms ease;
  text-decoration: none;
}
.site-shell .impact-callout-link:is(:hover, :focus-visible) { background: #345c50; color: #fbfaf5; }
.site-shell .impact-link-label { transition: transform 240ms ease; }
.site-shell .impact-link-arrow {
  position: absolute;
  right: 12px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 240ms ease, transform 240ms ease;
}
.site-shell .impact-callout-link:is(:hover, :focus-visible) .impact-link-label { transform: translateX(-9px); }
.site-shell .impact-callout-link:is(:hover, :focus-visible) .impact-link-arrow { opacity: 1; transform: translateX(0); }
.site-shell .impact-callout-link:focus-visible { outline: 2px solid #4e76bb; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  .site-shell .impact-callout-link,
  .site-shell .impact-callout-link span { transition: none; }
}
.site-shell .impact-callout-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #17231a;
  font-size: clamp(32px, 3.3vw, 52px);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-wrap: pretty;
}
.site-shell .impact-callout-copy h2 span { color: #96583f; }
.site-shell .impact-callout-copy p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #3f4d42;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
  text-wrap: pretty;
}
.site-shell .impact-section::after { background-image: radial-gradient(circle, rgba(33, 62, 56, .13) 1px, transparent 1.5px); }
.site-shell .impact-stat strong { color: #4e76bb; }
.site-shell .mission-detail { background: #fbfaf5; }
.site-shell .community-cta { background: #294b43; }
.site-shell .community-cta:hover { background: #345c50; }
.site-shell .educators-section { color: #fbfaf5; background: #1d291b; }
.site-shell .educators-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  padding-block: 48px;
  text-align: left;
}
.site-shell .educators-copy { padding: 0; }
.site-shell .educators-copy h2 { margin: 0; font-size: clamp(32px, 3vw, 46px); }
.site-shell .educators-copy > p:last-child { max-width: 680px; margin: 16px 0 0; }
.site-shell .educators-actions { align-self: center; align-items: center; margin: 0; border: 0; }
@media (max-width: 760px) {
  .site-shell .educators-inner { grid-template-columns: 1fr; gap: 24px; }
  .site-shell .educators-actions { justify-self: start; }
}
.site-shell .educators-actions .motion-cta {
  display: inline-flex;
  position: relative;
  padding: 18px 32px;
  border: 1px solid #f4f1e9;
  border-radius: 2px;
  background: #f4f1e9;
  color: #1d291b;
  text-decoration: none;
  transform: none;
  transition: background-color 240ms ease;
}
.site-shell .educators-actions .motion-cta-label {
  font-weight: 500;
  letter-spacing: .02em;
  transition: transform 240ms ease;
}
.site-shell .educators-actions .motion-cta-icon {
  position: absolute;
  right: 18px;
  color: currentColor;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 240ms ease, transform 240ms ease;
}
.site-shell .educators-actions .motion-cta:hover,
.site-shell .educators-actions .motion-cta:focus-visible { background: #e2dfd5; color: #1d291b; transform: none; }
.site-shell .motion-cta:is(:hover, :focus-visible) .motion-cta-label { transform: translateX(-10px); }
.site-shell .motion-cta:is(:hover, :focus-visible) .motion-cta-icon { opacity: 1; transform: translateX(0); }
.site-shell .educators-actions .motion-cta:focus-visible { outline: 2px solid #f4f1e9; outline-offset: 5px; }
@media (prefers-reduced-motion: reduce) {
  .site-shell .educators-actions .motion-cta,
  .site-shell .educators-actions .motion-cta span { transition: none; }
}
.site-shell .educators-copy h2,
.site-shell .educators-copy p { color: #fbfaf5; }
.site-shell .site-footer {
  position: relative;
  background: #1d291b !important;
}
.site-shell .site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1360px, calc(100% - var(--space-18, 72px)));
  height: 1px;
  background: rgba(251, 250, 245, .22);
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 700px) {
  .site-shell .hero-overlay {
    background: linear-gradient(180deg, rgba(31, 57, 51, .9), rgba(31, 57, 51, .58));
  }
}

/* Full-screen landscape video with live, accessible foreground content. */
.home-video-page #main-content { margin-top: 0; }
html body.home-video-page .site-shell .site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  z-index: 30;
}
.site-shell .hero-section {
  display: flex;
  align-items: center;
  height: auto;
  min-height: calc(100vh + 160px);
  min-height: calc(100svh + 160px);
  max-height: none;
  padding: 152px 0 72px;
  overflow: hidden;
  isolation: isolate;
  background: #213e38;
}
.site-shell .hero-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.site-shell .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 27, 23, .78) 0%, rgba(9, 27, 23, .65) 34%, rgba(9, 27, 23, .18) 64%, rgba(9, 27, 23, .48) 100%),
    linear-gradient(180deg, rgba(9, 27, 23, .66) 0%, rgba(9, 27, 23, .12) 22%, transparent 62%);
  pointer-events: none;
}
.site-shell .hero-section::after {
  content: "";
  position: absolute;
  inset: 72vh 0 0;
  inset: 72svh 0 0;
  z-index: -1;
  height: auto;
  background: linear-gradient(to bottom, rgba(29, 41, 27, 0) 0%, rgba(29, 41, 27, .3) 38%, #1d291b 94%);
  pointer-events: none;
}
.site-shell .hero-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  height: auto;
  padding-top: 0;
  text-align: center;
  transform: translateY(-80px);
}
.site-shell .hero-copy {
  align-self: center;
  max-width: 1240px;
  padding: 0;
}
.site-shell .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fbfaf5;
  background: rgba(251, 250, 245, .1);
  backdrop-filter: blur(12px);
  font: 500 11px/1.5 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.site-shell .hero-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b9ccff;
  box-shadow: 0 0 0 5px rgba(185, 204, 255, .13);
}
.site-shell .hero-copy h1 {
  position: relative;
  z-index: 3;
  margin: 0;
  font-size: clamp(68px, 7.5vw, 116px);
  line-height: .9;
  letter-spacing: -.07em;
  text-wrap: balance;
  text-shadow: 0 10px 38px rgba(10, 31, 26, .28);
}
.site-shell .hero-copy h1 em {
  position: relative;
  color: #c6d8ff;
  font-style: normal;
}
.site-shell .hero-intro {
  max-width: 570px;
  margin: 28px auto 28px;
  color: #fbfaf5;
  font-size: 17px;
  line-height: 1.6;
  text-wrap: pretty;
  text-shadow: 0 2px 20px rgba(15, 42, 35, .55);
}
.site-shell .hero-actions { justify-content: center; align-items: center; }
.site-shell .hero-actions .button--signal {
  min-height: 54px;
  padding: 0 25px;
  border-radius: 6px;
  color: #213e38 !important;
  background: #fbfaf5 !important;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(11, 35, 29, .26), inset 0 0 0 1px rgba(255,255,255,.75);
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.site-shell .hero-actions .button--signal:hover {
  color: #213e38 !important;
  background: #dbe7ff !important;
  box-shadow: 0 20px 44px rgba(11, 35, 29, .32), inset 0 0 0 1px rgba(255,255,255,.75);
  transform: translateY(-2px);
}
.site-shell .hero-evidence {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  align-self: center;
  max-width: none;
  margin: 18px 0 0;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #fbfaf5;
  background: rgba(28, 64, 55, .42);
  backdrop-filter: blur(12px);
  font-size: 12px;
}
.site-shell .hero-evidence strong {
  margin: 0;
  padding: 0;
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0;
}
@media (min-width: 1600px) {
  .site-shell .hero-section { padding: 168px 0 88px; }
}
@media (max-width: 760px) {
  .site-shell .hero-section::before {
    background: linear-gradient(180deg, rgba(9, 27, 23, .72) 0%, rgba(9, 27, 23, .5) 22%, rgba(9, 27, 23, .72) 64%, rgba(9, 27, 23, .3) 100%);
  }
  .site-shell .hero-section {
    min-height: calc(100vh + 110px);
    min-height: calc(100svh + 110px);
    padding: 132px 0 52px;
  }
  .site-shell .hero-content { width: calc(100% - 40px); transform: translateY(-55px); }
  .site-shell .hero-copy h1 { font-size: clamp(51px, 14vw, 72px); line-height: .94; }
  .site-shell .hero-kicker { font-size: 10px; margin-bottom: 18px; }
  .site-shell .hero-intro { max-width: 440px; font-size: 16px; margin: 20px auto 24px; }
  .site-shell .hero-evidence { flex-wrap: wrap; gap: 5px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-shell .hero-actions .button--signal { transition: none; }
}

/* Reference-led hero composition: statement, primary action, then supporting copy. */
@media (min-width: 761px) {
  .site-shell .hero-content {
    padding-inline-end: clamp(48px, 8vw, 128px);
  }
}
html body .site-shell .hero-copy {
  width: min(100%, 1100px);
  max-width: 1100px;
}
html body .site-shell .hero-copy h1 {
  max-width: 100%;
  color: #fbfaf5;
  font-family: var(--mapfix-font-body);
  font-size: clamp(52px, 6vw, 94px) !important;
  font-weight: 500 !important;
  line-height: .88 !important;
  letter-spacing: -.065em !important;
  text-wrap: balance;
}
html body .site-shell .hero-copy h1 em {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.site-shell .hero-actions {
  margin-top: clamp(28px, 3vw, 40px);
}
html body .site-shell .hero-actions .button--signal {
  position: relative;
  overflow: hidden;
  min-width: min(225px, 100%);
  min-height: 58px;
  padding: 13px 26px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 6px !important;
  color: #172b26 !important;
  background: #fbfaf5 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(8, 25, 20, .25) !important;
  transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease !important;
}
.site-shell .hero-cta-label {
  display: inline-block;
  transition: transform 280ms cubic-bezier(.22, 1, .36, 1);
}
.site-shell .hero-cta-arrow {
  position: absolute;
  right: 24px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 220ms ease-out, transform 280ms cubic-bezier(.22, 1, .36, 1);
}
.site-shell .hero-cta-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-shell .hero-actions .button--signal:is(:hover, :focus-visible) .hero-cta-label {
  transform: translateX(-11px);
}
.site-shell .hero-actions .button--signal:is(:hover, :focus-visible) .hero-cta-arrow {
  opacity: 1;
  transform: translateX(0);
}
html body .site-shell .hero-actions .button--signal:hover {
  color: #172b26 !important;
  background: #e8eee9 !important;
  box-shadow: 0 22px 50px rgba(8, 25, 20, .31) !important;
  transform: none !important;
}
html body .site-shell .hero-intro {
  max-width: 540px;
  margin: clamp(22px, 2vw, 28px) auto 0;
  color: rgba(251,250,245,.94);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
}

@media (max-width: 760px) {
  html body .site-shell .hero-copy h1 {
    font-size: clamp(40px, 10vw, 52px) !important;
    line-height: .92 !important;
  }
  .site-shell .hero-actions { margin-top: 24px; }
  html body .site-shell .hero-actions .button--signal {
    min-width: min(205px, 100%);
    min-height: 52px;
    padding: 11px 19px;
    font-size: 11px !important;
  }
  .site-shell .hero-cta-arrow { right: 15px; width: 16px; height: 16px; }
  html body .site-shell .hero-intro {
    max-width: 36ch;
    margin-top: 19px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-shell .hero-cta-label,
  .site-shell .hero-cta-arrow { transition: none; }
}

/* Section two continues the landscape palette so the video dissolves into the page. */
.site-shell .process-section {
  position: relative;
  color: #f4f0e7;
  background: #1d291b;
}
.site-shell .process-heading h2 {
  color: #f4f0e7;
  font-size: clamp(38px, 3.8vw, 62px);
}
.site-shell .process-intro {
  color: #e0e9d9;
  border-left-color: rgba(232, 237, 223, .4);
}
.site-shell .process-section .process-grid,
.site-shell .process-section .process-step,
.site-shell .process-section .process-guide { border-color: rgba(232, 237, 223, .18); }
.site-shell .process-section .process-step p { color: #c8d0c1; }
.site-shell .process-section .process-step:hover { background: rgba(244, 240, 231, .055); }

@media (max-width: 760px) {
  .site-shell .process-intro {
    border-left: 0;
    border-top-color: rgba(232, 237, 223, .24);
  }
}

/* Editorial story rail; placeholder cards are ready for the next image set. */
.site-shell .story-showcase {
  position: relative;
  display: block;
  padding: clamp(120px, 13vw, 200px) 0 clamp(200px, 22vw, 340px);
  color: #1d291b;
  background: #f4f1e9;
}
.site-shell .section-divider {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  gap: 16px;
  pointer-events: none;
}
.site-shell .story-showcase > .section-divider { bottom: clamp(100px, 11vw, 170px); }
.site-shell .impact-callout > .section-divider { bottom: clamp(120px, 13.5vw, 210px); }
.site-shell .section-divider img { width: 22px; height: 22px; object-fit: contain; opacity: .45; }
.site-shell .section-divider::before,
.site-shell .section-divider::after { content: ""; width: 48px; height: 1px; background: rgba(33, 62, 56, .13); }
.site-shell .story-showcase-head {
  display: block;
  margin-bottom: clamp(58px, 6vw, 86px);
}
.site-shell .story-showcase-head h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #17231a;
  font-family: var(--sans);
  font-size: clamp(32px, 3.3vw, 52px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-align: center;
  text-wrap: balance;
}
.site-shell .story-showcase-intro {
  max-width: 560px;
  padding-top: 7px;
}
.site-shell .story-showcase-intro p {
  margin: 0 0 28px;
  color: #3f4d42;
  font-size: 17px;
  line-height: 1.55;
}
.site-shell .story-showcase-intro .text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: #1d291b;
  font-weight: 700;
}
.site-shell .story-card-track {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(42px, 3.5vw, 64px);
}
.site-shell .story-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  aspect-ratio: .78;
  overflow: hidden;
  border-radius: 0;
  isolation: isolate;
  color: #fbfaf5;
  background: #263229;
}
.site-shell .story-card img,
.site-shell .story-card-shade {
  border-radius: 0;
}
.site-shell .story-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--ease-out);
}
.site-shell .story-card:hover img { transform: scale(1.025); }
.site-shell .story-card-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(11,22,16,.9) 0%, rgba(11,22,16,.72) 25%, rgba(11,22,16,.12) 58%, rgba(11,22,16,.35) 100%);
}
.site-shell .story-card-copy { padding: 28px 27px; }
.site-shell .story-card-copy p {
  margin: 0;
  color: #fbfaf5;
  font: 500 13px/1.45 var(--sans);
  letter-spacing: 0;
  text-transform: none;
}
.site-shell .story-card-copy h3 {
  margin: 0 0 9px;
  color: #fbfaf5;
  font-size: clamp(20px, 1.65vw, 26px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.site-shell .story-card--placeholder::before,
.site-shell .story-card--placeholder::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(251,250,245,.2);
  border-radius: 50%;
}
.site-shell .story-card--placeholder::before { width: 80%; aspect-ratio: 1; right: -35%; bottom: 4%; }
.site-shell .story-card--placeholder::after { width: 46%; aspect-ratio: 1; left: 14%; bottom: 18%; }
.site-shell .story-card--sage { background: linear-gradient(145deg, #607264, #263a30); }
.site-shell .story-card--clay { background: linear-gradient(145deg, #a46d52, #4b3328); }
.site-shell .story-card--ink { background: linear-gradient(145deg, #263b40, #101b1e); }

@media (max-width: 900px) {
  .site-shell .story-showcase-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 52px; }
  .site-shell .story-showcase-intro { padding-top: 0; }
  .site-shell .story-card-track {
    width: 100%;
    padding: 0 20px 12px;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 72vw);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    column-gap: 28px;
  }
  .site-shell .story-card { min-height: 470px; scroll-snap-align: start; }
}

@media (max-width: 520px) {
  .site-shell .story-card-track { grid-auto-columns: 84vw; }
  .site-shell .story-card { min-height: 430px; }
  .site-shell .story-card-copy { padding: 23px 22px; }
}

/* At the exact top, let the hero show through the sticky navigation. */
html body.home-video-page.nav-at-top:not(.menu-open) .site-shell .site-header {
  background: transparent !important;
  border-bottom-color: transparent;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
html body.home-video-page.nav-at-top:not(.menu-open) .site-header .wordmark-label b,
html body.home-video-page.nav-at-top:not(.menu-open) .site-header .wordmark-label em,
html body.home-video-page.nav-at-top:not(.menu-open) .site-header .main-nav > a:not(.nav-account),
html body.home-video-page.nav-at-top:not(.menu-open) .site-header .main-nav > button,
html body.home-video-page.nav-at-top:not(.menu-open) .site-header .menu-button {
  color: #fbfaf5 !important;
}
html body.home-video-page.nav-at-top:not(.menu-open) .site-header .wordmark > img {
  filter: brightness(0) invert(1);
}
html body.home-video-page.nav-at-top:not(.menu-open) .site-header .menu-button {
  background: transparent;
  border-color: rgba(251, 250, 245, .45);
}

/* Left-aligned hero with a complementary impact statistic. */
html body .site-shell .hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(240px, 1fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
  padding-inline-end: 0;
  text-align: left;
}
html body .site-shell .hero-copy { width: 100%; min-width: 0; }
html body .site-shell .hero-copy h1 { font-size: clamp(48px, 6vw, 94px) !important; }
html body .site-shell .hero-actions { justify-content: flex-start; }
html body .site-shell .hero-intro { margin-inline: 0; }
.site-shell .hero-impact-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid rgba(251,250,245,.55);
  padding-left: clamp(40px, 4.5vw, 72px);
  color: #fbfaf5;
}
.site-shell .hero-impact-stat strong { font-size: clamp(36px, 3.5vw, 52px); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.site-shell .hero-impact-stat span { max-width: 250px; font-size: clamp(14px, 1.15vw, 17px); line-height: 1.4; margin-top: 16px; }
.site-shell .hero-impact-stat em { margin-top: 2px; font-size: 14px; opacity: .8; }
@media (max-width: 760px) {
  html body .site-shell .hero-content { grid-template-columns: 1fr; gap: 30px; transform: translateY(-20px); }
  html body .site-shell .hero-copy h1 { font-size: clamp(40px, 10vw, 62px) !important; }
  .site-shell .hero-impact-stat { padding-left: 18px; }
  .site-shell .hero-impact-stat strong { font-size: 32px; }
  .site-shell .hero-impact-stat span { max-width: none; margin-top: 8px; }
  .site-shell .hero-impact-stat em { margin-top: 2px; }
}

/* Assignment paths respond together to hover and keyboard focus. */
.site-shell .mapping-path-image video {
  transition: transform 550ms cubic-bezier(.22, 1, .36, 1), filter 400ms ease;
}
.site-shell .mapping-path-copy a {
  display: inline-flex;
  position: relative;
  justify-content: center;
  padding-inline: 20px;
  cursor: pointer;
}
.site-shell .mapping-path-copy a:hover { text-decoration: none; }
.site-shell .mapping-path-label {
  display: inline-block;
  transition: transform 300ms cubic-bezier(.22, 1, .36, 1);
}
.site-shell .mapping-path-arrow {
  position: absolute;
  right: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 240ms ease, transform 300ms cubic-bezier(.22, 1, .36, 1);
}
.site-shell .mapping-path:focus-within .mapping-path-image video {
  transform: scale(1.035);
  filter: brightness(1.02) saturate(.95);
}
.site-shell .mapping-path:focus-within .mapping-path-label { transform: translateX(-10px); }
.site-shell .mapping-path:focus-within .mapping-path-arrow { opacity: 1; transform: translateX(0); }
@media (hover: hover) {
  .site-shell .mapping-path:hover .mapping-path-image video {
    transform: scale(1.035);
    filter: brightness(1.02) saturate(.95);
  }
  .site-shell .mapping-path:hover .mapping-path-label { transform: translateX(-10px); }
  .site-shell .mapping-path:hover .mapping-path-arrow { opacity: 1; transform: translateX(0); }
}
@media (hover: none) {
  .site-shell .mapping-path-arrow { opacity: 1; transform: none; }
  .site-shell .mapping-path-label { transform: translateX(-10px); }
}
@media (prefers-reduced-motion: reduce) {
  .site-shell .mapping-path .mapping-path-image video,
  .site-shell .mapping-path .mapping-path-label,
  .site-shell .mapping-path .mapping-path-arrow { transition: none; transform: none; }
}
