:root {
  --signature-coral: #ff4b33;
  --signature-coral-dark: #e83f2a;
  --signature-teal: #0b3734;
  --signature-teal-deep: #062724;
  --signature-mist: #edf2ee;
  --signature-cream: #fbf8f2;
}

body {
  background: var(--signature-cream);
}

h1,
h2,
h3 {
  letter-spacing: 0;
  text-wrap: balance;
}

.section {
  width: min(1180px, calc(100% - 48px));
  padding-block: 120px;
}

.section-kicker {
  margin-bottom: 52px;
}

.section-kicker.centered {
  max-width: 860px;
}

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.site-header {
  top: 14px;
  width: min(1280px, calc(100% - 28px));
  min-height: 74px;
  border: 1px solid rgba(11, 55, 52, 0.1);
  border-radius: 6px;
  padding: 8px 10px 8px 12px;
  box-shadow: 0 16px 50px rgba(6, 39, 36, 0.12);
  transition:
    min-height 240ms ease,
    width 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.site-header.is-condensed {
  width: min(1160px, calc(100% - 28px));
  min-height: 64px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 13px 38px rgba(6, 39, 36, 0.16);
}

.brand {
  gap: 9px;
}

.brand-mark {
  width: 52px;
  height: 52px;
  transition: width 240ms ease, height 240ms ease;
}

.is-condensed .brand-mark {
  width: 45px;
  height: 45px;
}

.brand strong {
  font-size: 0.95rem;
}

.brand small {
  max-width: 245px;
  font-size: 0.54rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav {
  gap: 2px;
}

.site-nav a {
  position: relative;
  padding: 10px 9px;
  font-size: 0.78rem;
}

.site-nav a::after {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 2px;
  background: var(--signature-coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  gap: 7px;
}

.header-actions select {
  width: 142px;
  min-height: 48px;
  padding-inline: 13px 30px;
  font-size: 0.78rem;
}

.header-donate {
  flex: 0 0 auto;
  width: auto;
  min-width: 128px;
  min-height: 50px;
  border-radius: 5px;
  padding: 12px 17px;
  white-space: nowrap !important;
}

.header-donate span {
  white-space: nowrap !important;
}

.hero {
  --hero-x: 60%;
  --hero-y: 46%;
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  min-height: 920px;
  gap: clamp(36px, 6vw, 86px);
  padding-top: 142px;
  padding-bottom: 112px;
}

.hero-video {
  object-position: var(--hero-x) var(--hero-y);
  transform: scale(1.035) translate(var(--hero-shift-x), var(--hero-shift-y));
  animation: none;
  transition: object-position 350ms ease-out, transform 350ms ease-out;
}

.hero-tint {
  background:
    linear-gradient(90deg, rgba(4, 34, 32, 0.94) 0%, rgba(4, 34, 32, 0.83) 43%, rgba(4, 34, 32, 0.43) 74%, rgba(4, 34, 32, 0.26) 100%);
}

.hero-content {
  max-width: 735px;
}

.hero h1 {
  max-width: 730px;
  margin: 18px 0 24px;
  font-size: clamp(3.75rem, 5.7vw, 5.8rem);
  line-height: 0.99;
}

.hero-copy {
  max-width: 650px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-actions {
  gap: 10px;
  margin-top: 30px;
}

.hero-actions .button {
  min-height: 54px;
  border-radius: 5px;
}

.hero-proof-strip {
  gap: 0;
  max-width: 760px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(6, 39, 36, 0.7);
  backdrop-filter: blur(12px);
}

.hero-proof-strip span {
  min-height: 88px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 15px 18px;
}

.hero-proof-strip span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-proof-strip strong {
  font-size: 1.7rem;
}

.hero-proof-strip small {
  font-size: 0.67rem;
}

.hero-card {
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(6, 39, 36, 0.66);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  transform: none;
}

.hero-card img {
  aspect-ratio: 4 / 4.65;
}

.hero-stats {
  background: rgba(6, 39, 36, 0.96);
}

.hero-stats span {
  padding: 15px 12px;
}

.marquee {
  height: 42px;
  background: rgba(6, 39, 36, 0.94);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}

.magnetic-action {
  transform: translate(var(--magnetic-x, 0), var(--magnetic-y, 0));
  will-change: transform;
}

.magnetic-action:hover {
  transform: translate(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) - 2px));
}

.story-section,
.programs-section,
.fundraising-section,
.media-section,
.next-steps-section,
.contact-page-section {
  position: relative;
}

.story-grid {
  gap: clamp(48px, 8vw, 105px);
}

.story-copy {
  padding-top: 12px;
}

.story-copy > p {
  font-size: 1.05rem;
}

.quote-card {
  border-radius: 6px;
  padding: 30px;
  background: var(--signature-teal-deep);
}

.story-collage {
  min-height: 570px;
}

.story-collage img {
  border: 4px solid var(--white);
  border-radius: 5px;
}

.floating-note {
  border-radius: 5px;
}

.team-section {
  padding-top: 116px;
  padding-bottom: 116px;
}

.team-heading {
  margin-bottom: 46px;
}

.team-heading h2 {
  font-size: clamp(2.7rem, 4.4vw, 4.75rem);
}

.leader-card {
  border-radius: 6px;
  box-shadow: 0 18px 54px rgba(6, 39, 36, 0.1);
}

.leader-card-feature .leader-copy {
  background: var(--signature-teal-deep);
}

.team-principles {
  border-radius: 6px;
}

.impact-lens-section {
  width: 100%;
  padding: 120px max(24px, calc((100% - 1180px) / 2));
  background: var(--signature-teal-deep);
  color: var(--white);
}

.impact-lens-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.impact-lens-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.42fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
  margin-bottom: 50px;
}

.impact-lens-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -22px;
  color: #ff9b8b;
}

.impact-lens-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.8rem, 4.6vw, 5rem);
}

.impact-lens-heading > p:not(.eyebrow) {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.72;
}

.impact-lens-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.84fr);
  min-height: 660px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: #0d3d39;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.24);
}

.impact-lens-media {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: var(--signature-teal);
}

.impact-lens-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 39, 36, 0.02), rgba(6, 39, 36, 0.54));
  content: "";
}

.impact-lens-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 180ms ease;
}

.impact-lens-section.is-changing .impact-lens-media img {
  opacity: 0.22;
  filter: blur(8px);
  transform: scale(1.055);
}

.lens-focus-ring {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  box-shadow:
    0 0 0 999px rgba(6, 39, 36, 0.14),
    inset 0 0 44px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: lens-breathe 4s ease-in-out infinite;
}

.impact-lens-number {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 24px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  font-weight: 800;
  line-height: 1;
  opacity: 0.86;
}

.impact-lens-caption {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(6, 39, 36, 0.72);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.impact-lens-panel {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
}

.impact-lens-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.impact-lens-tabs button {
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 88px;
  place-items: center;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.impact-lens-tabs button:last-child {
  border-right: 0;
}

.impact-lens-tabs button svg {
  width: 20px;
  height: 20px;
}

.impact-lens-tabs button:hover,
.impact-lens-tabs button.is-active {
  background: var(--signature-coral);
  color: var(--white);
}

.impact-lens-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(34px, 5vw, 58px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.impact-lens-section.is-changing .impact-lens-copy {
  opacity: 0.25;
  transform: translateY(8px);
}

.impact-lens-copy > span {
  color: #ff9b8b;
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.impact-lens-copy h3 {
  margin: 16px 0 20px;
  color: var(--white);
  font-size: clamp(2.1rem, 3.6vw, 3.8rem);
}

.impact-lens-copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.impact-lens-proof {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  width: 100%;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 25px;
}

.impact-lens-proof strong {
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 2.8rem;
  line-height: 0.9;
}

.impact-lens-proof small {
  max-width: 190px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  line-height: 1.35;
}

.impact-lens-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin-top: 30px;
  border-radius: 5px;
  padding: 12px 16px;
  background: var(--signature-coral);
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.impact-lens-copy > a img,
.impact-lens-copy > a svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.proof-ribbon-section {
  overflow: hidden;
  padding: 50px 0 54px;
  background: var(--signature-coral);
  color: var(--white);
}

.proof-ribbon-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 30px;
}

.proof-ribbon-heading span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-ribbon-heading strong {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.proof-ribbon-window {
  overflow: hidden;
  transform: rotate(-1.1deg) scale(1.02);
}

.proof-ribbon-track {
  display: flex;
  width: max-content;
  animation: proof-drift 42s linear infinite;
}

.proof-ribbon-window:hover .proof-ribbon-track {
  animation-play-state: paused;
}

.proof-ribbon-track figure {
  position: relative;
  flex: 0 0 310px;
  height: 205px;
  overflow: hidden;
  margin: 0 7px;
  border: 4px solid rgba(255, 255, 255, 0.94);
  border-radius: 5px;
  background: var(--signature-teal);
  box-shadow: 0 18px 36px rgba(94, 24, 14, 0.22);
}

.proof-ribbon-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.proof-ribbon-track figure:hover img {
  filter: saturate(1.08);
  transform: scale(1.06);
}

.proof-ribbon-track figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(6, 39, 36, 0.82);
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.donor-impact-section {
  width: min(1180px, calc(100% - 48px));
}

.impact-grid {
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
}

.impact-card {
  min-height: 330px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 32px;
}

.impact-card:hover {
  box-shadow: none;
  transform: none;
}

.proof-strip {
  border-radius: 6px;
}

.program-grid {
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
}

.program-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.program-card:hover {
  box-shadow: none;
  transform: none;
}

.vision-section {
  width: min(1180px, calc(100% - 48px));
  padding-block: 120px;
}

.vision-media {
  border-radius: 6px;
}

.fundraising-section {
  width: min(1180px, calc(100% - 48px));
}

.needs-board,
.payment-card {
  border-radius: 6px;
}

.payment-grid {
  gap: 10px;
}

.payment-card {
  box-shadow: none;
}

.payment-card:hover {
  box-shadow: 0 18px 45px rgba(6, 39, 36, 0.12);
  transform: translateY(-4px);
}

.live-fundraisers {
  margin-top: 100px;
}

.public-fundraiser-card {
  min-height: 280px;
}

.pyramid-builder {
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
  gap: clamp(45px, 8vw, 105px);
  margin-top: 105px;
  padding-block: 90px;
}

.pyramid-legend {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.pyramid-legend span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--signature-teal);
}

.pyramid-legend svg {
  width: 18px;
  height: 18px;
  color: var(--signature-coral);
}

.pyramid-legend strong {
  font-size: 0.76rem;
}

.pyramid-visual {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 6px;
  background:
    linear-gradient(rgba(6, 39, 36, 0.28), rgba(6, 39, 36, 0.82)),
    url("assets/clon/training-ground-wide.webp") center / cover;
  box-shadow: 0 26px 70px rgba(6, 39, 36, 0.18);
}

.pyramid-aura {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 75, 51, 0.27), transparent 64%);
  transform: translateX(-50%);
  transition: transform 500ms ease, opacity 500ms ease;
}

.pyramid-builder.is-complete .pyramid-aura {
  opacity: 0.92;
  transform: translateX(-50%) scale(1.2);
}

.pyramid-person {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 56px;
  height: 74px;
  place-items: center;
  color: rgba(255, 255, 255, 0.2);
  opacity: 0.48;
  transform: translateY(10px) scale(0.88);
  transition:
    color 300ms ease var(--build-delay, 0ms),
    opacity 300ms ease var(--build-delay, 0ms),
    transform 400ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--build-delay, 0ms),
    filter 300ms ease var(--build-delay, 0ms);
}

.pyramid-person svg {
  width: 44px;
  height: 62px;
  stroke-width: 1.55;
}

.pyramid-person.is-built {
  color: #ffad9f;
  opacity: 1;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.24));
  transform: translateY(0) scale(1);
}

.pyramid-person-1 { bottom: 64px; left: calc(50% - 130px); }
.pyramid-person-2 { bottom: 64px; left: calc(50% - 68px); }
.pyramid-person-3 { bottom: 64px; left: calc(50% - 6px); }
.pyramid-person-4 { bottom: 64px; left: calc(50% + 56px); }
.pyramid-person-5 { bottom: 132px; left: calc(50% - 99px); }
.pyramid-person-6 { bottom: 132px; left: calc(50% - 37px); }
.pyramid-person-7 { bottom: 132px; left: calc(50% + 25px); }
.pyramid-person-8 { bottom: 200px; left: calc(50% - 68px); }
.pyramid-person-9 { bottom: 200px; left: calc(50% - 6px); }
.pyramid-person-10 { bottom: 268px; left: calc(50% - 37px); }

.pyramid-status {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 14px;
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 10px 13px;
  background: rgba(6, 39, 36, 0.76);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.pyramid-status strong {
  font-size: 0.8rem;
}

.pyramid-status small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.65rem;
}

.gift-planner-control {
  gap: 10px;
}

.gift-amounts {
  gap: 7px;
}

.gift-amounts button {
  min-height: 64px;
  border-radius: 5px;
}

.gift-result {
  border-radius: 5px;
  background: var(--signature-teal-deep);
}

.gift-result > a {
  border-radius: 5px;
}

.media-section {
  width: min(1320px, calc(100% - 48px));
}

.media-grid {
  gap: 8px;
}

.media-card {
  border-radius: 5px;
}

.video-template,
.proof-spotlight-card,
.booking-card,
.visit-card,
.next-step-card,
.contact-page-section .social-grid a {
  border-radius: 6px;
}

.video-template-grid {
  gap: 12px;
}

.next-step-grid {
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
}

.next-step-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.next-step-card:hover {
  box-shadow: none;
  transform: none;
}

.contact-page-grid {
  gap: 18px;
}

.social-grid {
  gap: 8px;
}

.site-footer {
  background: var(--signature-teal-deep);
}

.footer-links {
  justify-content: center;
}

:where(
  .impact-lens-heading,
  .impact-lens-stage,
  .impact-lens-panel,
  .impact-lens-copy,
  .proof-ribbon-heading,
  .pyramid-builder,
  .pyramid-visual,
  .pyramid-status
) {
  min-width: 0;
}

:where(
  .impact-lens-heading h2,
  .impact-lens-heading p,
  .impact-lens-copy h3,
  .impact-lens-copy p,
  .impact-lens-copy small,
  .impact-lens-tabs span,
  .proof-ribbon-heading span,
  .proof-ribbon-heading strong,
  .pyramid-builder h3,
  .pyramid-builder p,
  .pyramid-legend strong,
  .pyramid-status strong,
  .pyramid-status small
) {
  overflow-wrap: anywhere;
}

html[lang="ar"] :where(.impact-lens-heading, .impact-lens-copy, .proof-ribbon-heading, .pyramid-builder) {
  text-align: right;
}

html[lang="ar"] :where(.impact-lens-proof, .pyramid-legend span) {
  flex-direction: row-reverse;
}

html:not([lang="en"]) .header-donate {
  min-width: 142px;
}

@keyframes lens-breathe {
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes proof-drift {
  to {
    transform: translateX(calc(-50%));
  }
}

@media (max-width: 1180px) {
  .site-nav a {
    padding-inline: 7px;
    font-size: 0.73rem;
  }

  .header-actions select {
    width: 124px;
  }

  .header-donate {
    min-width: 112px;
    padding-inline: 13px;
  }
}

@media (max-width: 1040px) {
  .site-header,
  .site-header.is-condensed {
    min-height: 70px;
  }

  .header-donate {
    min-width: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 900px;
  }

  .hero-content {
    max-width: 780px;
  }

  .hero-card {
    display: none;
  }

  .impact-lens-stage {
    grid-template-columns: 1fr;
  }

  .impact-lens-media {
    min-height: 540px;
  }

  .impact-lens-panel {
    grid-template-rows: auto auto;
  }

  .impact-lens-copy {
    min-height: 470px;
  }
}

@media (max-width: 820px) {
  .section {
    width: min(100% - 30px, 1180px);
    padding-block: 90px;
  }

  .impact-lens-section {
    padding: 90px 15px;
  }

  .impact-lens-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .impact-lens-heading .eyebrow {
    grid-column: 1;
    margin-bottom: 0;
  }

  .proof-ribbon-heading {
    display: grid;
    width: calc(100% - 30px);
  }

  .pyramid-builder {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-header.is-condensed {
    top: 9px;
    width: calc(100% - 18px);
    min-height: 66px;
    padding: 7px 8px;
  }

  .brand-mark,
  .is-condensed .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 850px;
    padding: 118px 18px 88px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13.5vw, 4.1rem);
    line-height: 1;
  }

  .hero-copy {
    font-size: 0.98rem;
  }

  .hero-proof-strip {
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .hero-proof-strip span {
    min-height: 72px;
  }

  .hero-proof-strip span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .impact-lens-heading h2 {
    font-size: clamp(2.5rem, 11vw, 3.7rem);
  }

  .impact-lens-stage {
    min-height: 0;
  }

  .impact-lens-media {
    min-height: 420px;
  }

  .lens-focus-ring {
    width: 170px;
    height: 170px;
  }

  .impact-lens-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .impact-lens-tabs button:nth-child(2) {
    border-right: 0;
  }

  .impact-lens-tabs button:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .impact-lens-copy {
    min-height: 0;
    padding: 30px 24px 34px;
  }

  .proof-ribbon-section {
    padding-block: 40px;
  }

  .proof-ribbon-track figure {
    flex-basis: 245px;
    height: 164px;
  }

  .pyramid-builder {
    margin-top: 70px;
    padding-block: 64px;
  }

  .pyramid-visual {
    min-height: 350px;
  }

  .pyramid-person {
    width: 48px;
  }

  .pyramid-person svg {
    width: 38px;
  }

  .pyramid-person-1 { left: calc(50% - 112px); }
  .pyramid-person-2 { left: calc(50% - 58px); }
  .pyramid-person-3 { left: calc(50% - 4px); }
  .pyramid-person-4 { left: calc(50% + 50px); }
  .pyramid-person-5 { left: calc(50% - 85px); }
  .pyramid-person-6 { left: calc(50% - 31px); }
  .pyramid-person-7 { left: calc(50% + 23px); }
  .pyramid-person-8 { left: calc(50% - 58px); }
  .pyramid-person-9 { left: calc(50% - 4px); }
  .pyramid-person-10 { left: calc(50% - 31px); }
}

@media (prefers-reduced-motion: reduce) {
  .proof-ribbon-track,
  .lens-focus-ring {
    animation: none;
  }

  .proof-ribbon-window {
    overflow-x: auto;
  }
}
