

.page-home {--closing-upper-surface: var(--paper);}
.page-home .home-hero {
  position: relative;
  min-height: calc(100svh - var(--global-nav-height, 64px));
  display: grid;
  align-items: start;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 7vh, 82px) var(--gutter) clamp(92px, 11vh, 124px);
  background:
    radial-gradient(circle at 11% 21%, rgba(230, 225, 185, .7) 0, rgba(230, 225, 185, .28) 17%, transparent 38%),
    radial-gradient(circle at 46% 42%, rgba(248, 249, 244, .98) 0, rgba(248, 249, 244, .72) 25%, rgba(248, 249, 244, .2) 50%, transparent 72%),
    radial-gradient(circle at 88% 25%, rgba(218, 232, 213, .45) 0, rgba(218, 232, 213, .17) 19%, transparent 40%),
    linear-gradient(180deg, #faf9f3 0%, #f7f8f2 58%, #f4f6ed 100%);
}
.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 48% 42%, rgba(255, 255, 255, .68) 0, rgba(255, 255, 255, .25) 29%, transparent 60%),
    linear-gradient(90deg, rgba(248, 247, 238, .14), transparent 34% 67%, rgba(237, 244, 233, .12));
}
.page-home .hero-canvas-wrap,
.page-home .hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-home .hero-canvas-wrap {z-index: 1; pointer-events: none; opacity: .94;}
.page-home .hero-canvas {opacity: 0; transition: opacity 250ms ease;}
.page-home .hero-canvas.is-ready {opacity: 1;}
.page-home .home-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1240px, 100%);
  margin-inline: auto;
  text-align: center;
}
.page-home .home-hero .hero-kicker {margin: 0 0 clamp(14px, 1.8vh, 20px); color: var(--forest);}
.page-home .home-hero .hero-title {
  max-width: 15.8ch;
  margin: 0 auto;
  font-size: var(--type-hero-standard, clamp(3.75rem, 6vw, 6.55rem));
  line-height: .92;
  letter-spacing: -.052em;
}
.page-home .hero-line {display: block;}
.page-home .home-hero .hero-copy {
  max-width: 51ch;
  margin: clamp(22px, 2.8vh, 30px) auto 0;
  text-align: center;
}
.page-home .home-hero .action-group {
  width: 100%;
  margin-inline: auto;
  align-items: center;
}
.page-home .home-hero .action-group > a {min-height: 46px;}
.page-home .home-hero .action-group > a.text-link {padding-block: 0;}

.page-home main > .section:not(.closing-section) {padding-block: var(--main-section-space, clamp(68px, 6.5vw, 100px));}
.page-home .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  align-items: end;
  gap: var(--main-head-gap, clamp(28px, 4vw, 56px));
  margin-bottom: clamp(30px, 3.5vw, 48px);
}
.page-home .section-head .section-kicker {margin-bottom: 14px;}
.page-home .section-head .section-title {max-width: 11.5ch; margin: 0;}
.page-home .section-intro {max-width: 46ch; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.15vw, 1.12rem); line-height: 1.62;}

.page-home .fronts {background: var(--paper);}
.page-home main > .fronts {padding-top: clamp(58px, 5.6vw, 82px); padding-bottom: clamp(56px, 5.4vw, 80px);}
.page-home .fronts .section-head {margin-bottom: clamp(24px, 2.8vw, 36px);}
.page-home .front-grid {display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(13px, 1.35vw, 20px);}
.page-home .front-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  box-shadow: 0 12px 30px rgba(20,30,23,.10);
  isolation: isolate;
}
.page-home .front-card picture {display: block; width: 100%; height: 100%;}
.page-home .front-card img {
  width: 100%;
  height: clamp(380px, 32vw, 490px);
  object-fit: cover;
  filter: saturate(.83) contrast(1.025) sepia(.05);
  transition: transform 600ms var(--ease), filter 450ms ease;
}
.page-home .front-card:nth-child(1) img {object-position: 50% 52%;}
.page-home .front-card:nth-child(2) img {object-position: 50% 42%;}
.page-home .front-card:nth-child(3) img {object-position: 52% 58%;}
.page-home .front-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(8, 18, 13, .95) 0%, rgba(8, 18, 13, .39) 54%, rgba(8, 18, 13, .03) 100%);
  transition: background 450ms ease;
}
.page-home .front-card:nth-child(3)::after {
  background: linear-gradient(to top, rgba(8, 18, 13, .91) 0%, rgba(8, 18, 13, .32) 54%, rgba(8, 18, 13, .02) 100%);
}
.page-home .front-copy {
  position: absolute;
  right: clamp(22px, 2.2vw, 30px);
  bottom: clamp(22px, 2.2vw, 30px);
  left: clamp(22px, 2.2vw, 30px);
  z-index: 2;
}
.page-home .front-copy small {display: block; margin-bottom: 10px; color: rgba(255,255,255,.68);}
.page-home .front-copy strong {
  min-height: 2.05em;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.35vw, 2.7rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.03em;
}
.page-home .front-arrow {flex: 0 0 auto; color: var(--close-accent); font-family: var(--sans); font-size: .75em; transition: transform 220ms var(--ease);}
.page-home .front-copy em {display: -webkit-box; max-width: 25ch; margin-top: 10px; overflow: hidden; color: rgba(255,255,255,.7); font-size: .88rem; font-style: normal; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
@media (hover:hover) and (pointer:fine) {
  .page-home .front-card:hover img,
  .page-home .front-card:focus-visible img {transform: scale(1.013); filter: saturate(.58) contrast(1.08) sepia(.27) brightness(.87);}
  .page-home .front-card:hover::after,
  .page-home .front-card:focus-visible::after {background: linear-gradient(to top, rgba(7,16,11,.98) 0%, rgba(7,16,11,.54) 58%, rgba(7,16,11,.08) 100%);}
  .page-home .front-card:hover .front-arrow,
  .page-home .front-card:focus-visible .front-arrow {transform: translateX(5px);}
}

.page-home .evidence {background: var(--forest-deep); color: #fff;}
.page-home main > .section.evidence {padding-block: clamp(48px, 4.4vw, 66px);}
.page-home .evidence .section-head {margin-bottom: clamp(20px, 2.2vw, 28px);}
.page-home .evidence .section-kicker {color: var(--close-accent);}
.page-home .evidence .section-title {max-width: none; color: #fff; font-size: clamp(2.65rem, 3.75vw, 4rem);}
.page-home .evidence .section-intro {color: rgba(255,255,255,.72);}
.page-home .funding {--section-surface: var(--paper); background: var(--section-surface);}

@media (max-width: 1100px) {
  .page-home .section-head {grid-template-columns: 1fr; gap: 20px;}
  .page-home .front-grid {grid-template-columns: 1fr;}
  .page-home .front-card img {height: auto; aspect-ratio: 16 / 9;}
  .page-home .front-copy strong {min-height: 0;}
}
@media (max-width: 760px) {
  .page-home .home-hero {min-height: calc(100svh - var(--global-nav-height, 56px)); padding: clamp(32px, 5vh, 48px) var(--gutter) 104px;}
  .page-home .home-hero-inner {min-width: 0; width: 100%;}
  .page-home .home-hero .hero-title {width: 100%; max-width: 100%; font-size: clamp(2.65rem, 10.4vw, 3.65rem); line-height: .98;}
  .page-home .home-hero .hero-copy {font-size: 1rem;}
  .page-home .front-copy strong {font-size: clamp(1.9rem, 8vw, 2.65rem);}
}
@media (min-width: 1000px) and (max-height: 820px) {
  .page-home .home-hero {padding-top: 42px; padding-bottom: 82px;}
  .page-home .home-hero .hero-title {font-size: clamp(3.65rem, 5.55vw, 5.95rem);}
  .page-home .home-hero .hero-copy {margin-top: 20px;}
  .page-home .front-card img {height: clamp(360px, 29vw, 440px);}
}
@media (prefers-reduced-motion: reduce) {
  .page-home .front-card img,
  .page-home .front-arrow {transition: none;}
}


/* Functional-close 2026-08-08 · desktop label floor. */
@media (min-width: 761px) {
  body.page-home .front-copy small,
  body.page-home .evidence-panel__metrics dd {
    font-size: 12px;
  }
}
