.page-home .hero-shell {
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 179, 0, 0.12), transparent 14%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.94), rgba(8, 19, 35, 0.98));
  padding-bottom: clamp(6rem, 11vw, 9rem);
}

.page-home .hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(2rem, 3vw, 3.5rem);
  align-items: center;
}

.page-home .hero-copy {
  max-width: 35rem;
  padding-bottom: clamp(1rem, 2vw, 1.75rem);
}

.page-home .hero-title {
  max-width: 10.1ch;
  gap: 0.02em 0.12em;
}

.page-home .hero-subtitle {
  max-width: 35rem;
}

.page-home .hero-stack {
  min-height: 590px;
  width: min(520px, 100%);
  justify-self: end;
  margin-right: clamp(0rem, 1vw, 0.5rem);
  overflow: visible;
}

.page-home .hero-photo-card {
  width: min(388px, 81%);
}

.page-home .hero-photo-card.is-back {
  transform: perspective(1400px) translate3d(54px, -32px, -172px) rotateY(-22deg) rotateX(9deg) scale(0.76);
}

.page-home .hero-photo-card.is-mid {
  transform: perspective(1400px) translate3d(18px, -2px, -74px) rotateY(-15deg) rotateX(5deg) scale(0.88);
}

.page-home .hero-photo-card.is-front {
  transform: perspective(1400px) translate3d(-8px, 4px, 0) rotateY(-6deg) rotateX(2deg) scale(1);
}

.three-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-about-strip {
  text-align: center;
}

.page-home .home-about-strip.section-merge {
  margin-top: clamp(-6rem, -9vw, -4.75rem);
  padding: 0 0 clamp(4.5rem, 7vw, 5.5rem);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.page-home .home-about-strip.section-merge::before,
.page-home .home-about-strip.section-merge::after {
  display: none;
}

.home-about-strip .container {
  position: relative;
  display: grid;
  gap: 1rem;
  justify-items: center;
  width: min(960px, calc(100vw - 2rem));
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.4rem, 4vw, 3.6rem);
  border-radius: 36px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  background:
    radial-gradient(circle at 14% 18%, rgba(66, 165, 245, 0.18), transparent 26%),
    radial-gradient(circle at 86% 0%, rgba(255, 179, 0, 0.12), transparent 24%),
    linear-gradient(145deg, rgba(18, 46, 83, 0.94), rgba(8, 21, 38, 0.98) 58%, rgba(18, 43, 78, 0.95));
  box-shadow: 0 32px 88px rgba(3, 12, 24, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.home-about-strip .container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.home-about-strip__eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--color-wing-gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-about-strip__eyebrow::before,
.home-about-strip__eyebrow::after {
  content: "";
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 179, 0, 0.82));
}

.home-about-strip__eyebrow::after {
  background: linear-gradient(90deg, rgba(255, 179, 0, 0.82), transparent);
}

.home-about-strip p {
  max-width: 43rem;
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 2.35vw, 1.9rem);
  line-height: 1.48;
  letter-spacing: -0.018em;
  margin: 0;
  text-wrap: balance;
}

.home-about-strip__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.home-about-strip__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.68rem 0.96rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(227, 234, 244, 0.92);
  font-size: 0.88rem;
}

.home-about-strip__meta span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(66, 165, 245, 1), rgba(255, 179, 0, 1));
}

.founder-section__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: center;
}

.founder-portrait {
  position: relative;
  aspect-ratio: 0.9;
  border-radius: 38% 62% 58% 42% / 42% 42% 58% 58%;
  overflow: hidden;
  border: 1px solid rgba(66, 165, 245, 0.25);
  box-shadow: 0 30px 60px rgba(10, 22, 40, 0.14), 0 0 0 16px rgba(66, 165, 245, 0.08);
  animation: floatSoft 4s ease-in-out infinite;
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-copy {
  position: relative;
  display: grid;
  gap: 1.15rem;
}

@media (max-width: 768px) {
  .page-home .hero-shell {
    padding-bottom: 3.25rem;
  }

  .page-home .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
  }

  .page-home .hero-copy,
  .page-home .hero-subtitle {
    max-width: none;
  }

  .page-home .hero-copy {
    gap: 1rem;
  }

  .page-home .hero-title {
    max-width: 9.2ch;
  }

  .page-home .hero-subtitle {
    font-size: 1rem;
    line-height: 1.72;
  }

  .page-home .hero-stack {
    min-height: 420px;
    width: min(360px, 100%);
    justify-self: center;
    margin-right: 0;
    margin-top: 0.2rem;
  }

  .page-home .hero-photo-card {
    width: min(280px, 82%);
  }

  .page-home .hero-photo-card.is-back {
    transform: perspective(1400px) translate3d(40px, -26px, -150px) rotateY(-21deg) rotateX(8deg) scale(0.76);
  }

  .page-home .hero-photo-card.is-mid {
    transform: perspective(1400px) translate3d(10px, 0, -60px) rotateY(-14deg) rotateX(5deg) scale(0.87);
  }

  .page-home .hero-photo-card.is-front {
    transform: perspective(1400px) translate3d(0, 6px, 0) rotateY(-7deg) rotateX(2deg) scale(1);
  }

  .page-home .btn-row {
    gap: 0.75rem;
  }

  .page-home .scroll-indicator {
    display: none;
  }

  .page-home .home-about-strip.section-merge {
    margin-top: -3.6rem;
    padding-bottom: 3.5rem;
  }

  .home-about-strip .container {
    width: min(100%, calc(100vw - 1.25rem));
    padding: 1.5rem 1.2rem 1.6rem;
    border-radius: 28px;
    justify-items: start;
    text-align: left;
  }

  .home-about-strip__eyebrow::before,
  .home-about-strip__eyebrow::after {
    width: 28px;
  }

  .home-about-strip p {
    max-width: 27rem;
    font-size: clamp(1.14rem, 4.25vw, 1.55rem);
    line-height: 1.46;
  }

  .home-about-strip__meta {
    gap: 0.6rem;
    justify-content: flex-start;
  }

  .home-about-strip__meta span {
    font-size: 0.84rem;
    padding: 0.62rem 0.82rem;
  }

  .stats-section__highlight {
    grid-template-columns: 1fr;
    padding: 1.3rem 1.1rem;
  }

  .stats-section__highlight-tags {
    justify-content: flex-start;
  }

  .stats-metrics-grid {
    grid-template-columns: 1fr;
  }

  .stats-section .metric-card {
    min-height: auto;
  }
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.program-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-card);
  transform-style: preserve-3d;
  isolation: isolate;
}

.program-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 40, 0.05), rgba(10, 22, 40, 0.88));
  z-index: 1;
}

.program-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(255, 179, 0, 0.95), transparent);
  transform: translateX(-100%);
  transition: transform 500ms ease;
  z-index: 2;
}

.program-card:hover::after {
  transform: translateX(100%);
}

.program-card__image {
  position: absolute;
  inset: 0;
}

.program-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 600ms ease;
}

.program-card__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1.5rem;
}

.program-card__content p {
  color: rgba(227, 234, 244, 0.86);
}

.program-card:hover .program-card__image img {
  transform: scale(1.08);
}

.program-card:hover {
  box-shadow: 0 20px 60px rgba(3, 12, 24, 0.45), 0 0 0 1px rgba(255, 179, 0, 0.18);
}

.program-card__bokeh {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--bokeh-x, 50%) var(--bokeh-y, 50%), rgba(255, 255, 255, 0.13), transparent 24%);
  z-index: 1;
  pointer-events: none;
}

.stats-section {
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.92), rgba(7, 17, 31, 0.96)),
    url("../../assets/images/programs/program-3.jpg") center/cover no-repeat fixed;
}

.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(66, 165, 245, 0.12), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(255, 179, 0, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.14), rgba(10, 22, 40, 0.34));
  pointer-events: none;
}

.stats-section__shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}

.stats-section__intro {
  max-width: 56rem;
  margin-bottom: 0;
}

.stats-section__intro h2 {
  max-width: 15ch;
  margin-inline: auto;
}

.stats-section__intro .lede {
  max-width: 46rem;
  margin-inline: auto;
  color: rgba(227, 234, 244, 0.8);
}

.stats-section__highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1.45rem 1.6rem;
  border-radius: 28px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  background:
    radial-gradient(circle at 10% 16%, rgba(66, 165, 245, 0.14), transparent 24%),
    linear-gradient(140deg, rgba(13, 43, 94, 0.72), rgba(8, 21, 38, 0.92));
  box-shadow: 0 24px 70px rgba(3, 12, 24, 0.34);
}

.stats-section__highlight-copy {
  display: grid;
  gap: 0.7rem;
}

.stats-section__highlight-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-wing-gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stats-section__highlight-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 179, 0, 0.2), rgba(255, 179, 0, 0.9));
}

.stats-section__highlight-copy p {
  margin: 0;
  max-width: 46rem;
  color: rgba(227, 234, 244, 0.84);
  line-height: 1.75;
}

.stats-section__highlight-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.stats-section__highlight-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(227, 234, 244, 0.94);
  font-size: 0.92rem;
}

.stats-metrics-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.stats-section .metric-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.72rem;
  min-height: 240px;
  padding: 1.45rem 1.35rem 1.4rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(10, 22, 40, 0.18)),
    rgba(7, 17, 31, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.09);
  text-align: left;
  overflow: hidden;
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.stats-section .metric-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 179, 0, 0.08), transparent 24%),
    radial-gradient(circle at 10% 90%, rgba(66, 165, 245, 0.09), transparent 26%);
  pointer-events: none;
}

.stats-section .metric-card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 1.35rem;
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-wing-gold), rgba(66, 165, 245, 0.28));
  border-radius: 999px;
}

.stats-section .metric-card > * {
  position: relative;
  z-index: 1;
}

.metric-card__index {
  color: rgba(227, 234, 244, 0.42);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stats-section .metric-number {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  line-height: 0.98;
}

.stats-section .metric-label {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--color-white);
}

.metric-note {
  margin: 0;
  color: rgba(227, 234, 244, 0.74);
  font-size: 0.94rem;
  line-height: 1.6;
}

.stats-section .metric-card:nth-child(2) .metric-number,
.stats-section .metric-card:nth-child(5) .metric-number {
  color: #ffd166;
}

.stats-section .metric-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 179, 0, 0.18);
  box-shadow: 0 28px 74px rgba(3, 12, 24, 0.42), 0 0 0 1px rgba(255, 179, 0, 0.08);
}

@media (max-width: 1024px) {
  .stats-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .stats-section__highlight {
    grid-template-columns: 1fr;
    padding: 1.3rem 1.1rem;
  }

  .stats-section__highlight-tags {
    justify-content: flex-start;
  }

  .stats-metrics-grid {
    grid-template-columns: 1fr;
  }

  .stats-section .metric-card {
    min-height: auto;
  }
}

.achiever-marquee {
  display: grid;
  gap: 1rem;
  overflow: hidden;
}

.achiever-track {
  display: flex;
  gap: 1rem;
  width: max-content;
}

.achiever-track--left {
  animation: marqueeLeft 28s linear infinite;
}

.achiever-track--right {
  animation: marqueeRight 32s linear infinite;
}

.achiever-chip {
  min-width: 220px;
  padding: 1rem 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.achiever-chip__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(66, 165, 245, 0.18);
  color: var(--color-wing-gold);
  font-weight: 700;
}

.testimonial-shell {
  position: relative;
  display: grid;
  gap: 2rem;
}

.testimonial-stage {
  position: relative;
  min-height: 460px;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  overflow: hidden;
  isolation: isolate;
  perspective: 1400px;
}

.testimonial-card {
  position: absolute;
  inset: 0;
  width: min(540px, calc(100% - 5rem));
  margin: auto;
  padding: 2rem;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: blur(6px);
  transform: translateX(0) scale(0.88);
  will-change: transform, opacity, filter;
  transition: transform var(--transition-slow), opacity var(--transition-slow), filter var(--transition-slow), visibility 0s linear 700ms;
}

.testimonial-card.is-active,
.testimonial-card.is-left,
.testimonial-card.is-right {
  visibility: visible;
  transition-delay: 0s, 0s, 0s, 0s;
}

.testimonial-card.is-active {
  opacity: 1;
  pointer-events: auto;
  filter: blur(0);
  transform: rotateY(0deg) translateZ(0) scale(1);
  z-index: 3;
}

.testimonial-card.is-left {
  opacity: 0.34;
  filter: blur(1.5px);
  transform: translateX(-56%) rotateY(28deg) scale(0.84);
  z-index: 2;
}

.testimonial-card.is-right {
  opacity: 0.34;
  filter: blur(1.5px);
  transform: translateX(56%) rotateY(-28deg) scale(0.84);
  z-index: 2;
}

.testimonial-card.is-hidden {
  opacity: 0;
  visibility: hidden;
  filter: blur(8px);
  transform: translateY(20px) scale(0.76);
  z-index: 1;
}

.testimonial-card.is-left p,
.testimonial-card.is-right p,
.testimonial-card.is-left .testimonial-card__profile,
.testimonial-card.is-right .testimonial-card__profile {
  opacity: 0.4;
}

.testimonial-card__quote {
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 0.8;
  color: rgba(255, 179, 0, 0.34);
}

.testimonial-card__profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-card__avatar {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 3px solid rgba(255, 179, 0, 0.45);
  background:
    radial-gradient(circle at 30% 30%, rgba(125, 211, 252, 0.32), transparent 34%),
    radial-gradient(circle at 74% 22%, rgba(255, 179, 0, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(17, 46, 88, 0.96), rgba(7, 19, 35, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(0, 0, 0, 0.28);
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card p {
  max-width: 33ch;
}

.testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
}

.testimonial-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-white);
}

.testimonial-dots {
  display: flex;
  gap: 0.6rem;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.testimonial-dots button.is-active {
  width: 32px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-sky-bright), var(--color-wing-gold));
}

.donation-banner {
  overflow: hidden;
  background: linear-gradient(135deg, #0d2b5e, #065c74);
}

.donation-banner::before,
.donation-banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(4px);
  animation: bokehFloat 7s ease-in-out infinite;
}

.donation-banner::before {
  width: 220px;
  height: 220px;
  top: -70px;
  left: 8%;
}

.donation-banner::after {
  width: 160px;
  height: 160px;
  bottom: -40px;
  right: 10%;
  animation-delay: 1.4s;
}

.donation-banner__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  text-align: center;
  justify-items: center;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.trust-badge {
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
}

.partner-preview {
  display: grid;
  gap: 1.25rem;
}

.partner-preview__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.partner-logo {
  min-height: 110px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(227, 234, 244, 0.48);
  filter: grayscale(1);
  transition: filter var(--transition-fast), transform var(--transition-fast), color var(--transition-fast);
}

.partner-logo:hover {
  filter: grayscale(0);
  transform: translateY(-4px);
  color: var(--color-text-light);
}

@media (max-width: 1024px) {
  .founder-section__grid,
  .program-grid,
  .partner-preview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-card {
    width: min(500px, calc(100% - 3rem));
  }

  .testimonial-card.is-left {
    transform: translateX(-60%) rotateY(26deg) scale(0.82);
  }

  .testimonial-card.is-right {
    transform: translateX(60%) rotateY(-26deg) scale(0.82);
  }
}

@media (max-width: 768px) {
  .founder-section__grid,
  .program-grid,
  .partner-preview__grid {
    grid-template-columns: 1fr;
  }

  .program-grid {
    overflow-x: auto;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 84%);
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
  }

  .program-card {
    scroll-snap-align: center;
  }

  .testimonial-stage {
    min-height: 420px;
    padding-inline: 0;
  }

  .testimonial-card.is-left,
  .testimonial-card.is-right {
    opacity: 0;
    visibility: hidden;
    filter: blur(0);
    transform: translateY(12px) scale(0.94);
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .page-home .hero-grid,
  .founder-section__grid,
  .stats-section__highlight {
    grid-template-columns: 1fr;
  }

  .page-home .hero-copy {
    max-width: none;
  }

  .page-home .hero-title {
    max-width: 9.4ch;
  }

  .page-home .hero-stack {
    justify-self: center;
    min-height: 560px;
    margin-right: 0;
  }

  .home-about-strip .container {
    width: min(100%, calc(100vw - 2rem - var(--safe-left) - var(--safe-right)));
  }

  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-preview__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .home-about-strip p {
    font-size: clamp(1.14rem, 3.6vw, 1.6rem);
  }

  .testimonial-stage {
    min-height: 480px;
  }

  .testimonial-card {
    width: min(500px, calc(100% - 2.5rem));
  }
}

@media (max-width: 640px) {
  .page-home .hero-shell {
    padding-bottom: 2.75rem;
  }

  .page-home .three-particles {
    opacity: 0.4;
  }

  .page-home .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .page-home .btn-row {
    flex-direction: column;
  }

  .page-home .btn-row .btn {
    width: 100%;
  }

  .page-home .hero-copy {
    position: relative;
    gap: 0.9rem;
    padding: 1.25rem 1rem 1.15rem;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      radial-gradient(circle at 78% 18%, rgba(255, 179, 0, 0.12), transparent 24%),
      linear-gradient(180deg, rgba(12, 30, 56, 0.92), rgba(8, 20, 37, 0.9));
    box-shadow: 0 20px 54px rgba(3, 12, 24, 0.34);
    backdrop-filter: blur(10px);
  }

  .page-home .hero-overline {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    line-height: 1.45;
  }

  .page-home .hero-title {
    max-width: 100%;
    font-size: clamp(2.9rem, 13vw, 4rem);
    gap: 0.02em 0.1em;
    line-height: 0.92;
  }

  .page-home .hero-stack {
    min-height: auto;
    width: min(250px, 68vw);
    margin-top: 0.1rem;
  }

  .page-home .hero-photo-card {
    position: relative;
    inset: auto;
    margin: 0;
    width: 100%;
    padding: 0.45rem;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    box-shadow: 0 18px 46px rgba(3, 12, 24, 0.34), rgba(66, 165, 245, 0.12) 0 0 24px;
  }

  .page-home .hero-stack .hero-photo-card:nth-child(n + 2) {
    display: none;
  }

  .page-home .hero-stack.is-ready .hero-photo-card {
    display: block;
  }

  .page-home .hero-stack.is-ready .hero-photo-card.is-back,
  .page-home .hero-stack.is-ready .hero-photo-card.is-mid {
    display: none;
  }

  .page-home .hero-photo-card img {
    border-radius: 22px;
  }

  .page-home .home-about-strip.section-merge {
    margin-top: -1.8rem;
  }

  .home-about-strip__eyebrow {
    gap: 0.5rem;
    letter-spacing: 0.16em;
  }

  .home-about-strip__eyebrow::before,
  .home-about-strip__eyebrow::after {
    width: 18px;
  }

  .home-about-strip__meta {
    justify-content: flex-start;
  }

  .home-about-strip__meta span {
    width: 100%;
    justify-content: flex-start;
  }

  .founder-portrait {
    aspect-ratio: 0.88;
    border-radius: 28px;
  }

  .founder-copy {
    gap: 0.9rem;
  }

  .founder-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 0.98;
  }

  .program-grid {
    grid-auto-columns: minmax(260px, 88%);
  }

  .program-card {
    min-height: 330px;
    border-radius: 24px;
  }

  .program-card__content {
    padding: 1.2rem;
  }

  .stats-section__intro h2 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .stats-section__highlight {
    gap: 1rem;
    padding: 1.15rem 1rem;
    border-radius: 24px;
  }

  .stats-section__highlight-tags span {
    width: 100%;
    justify-content: flex-start;
  }

  .testimonial-stage {
    min-height: 390px;
  }

  .testimonial-card {
    width: min(100%, calc(100% - 1rem));
    padding: 1.5rem;
    border-radius: 28px;
  }

  .testimonial-card__quote {
    font-size: 3.8rem;
  }

  .testimonial-card__profile {
    align-items: flex-start;
  }

  .testimonial-card__avatar {
    width: 60px;
    height: 60px;
  }

  .testimonial-card p {
    max-width: none;
    font-size: 0.98rem;
  }

  .partner-preview__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .page-home .hero-copy {
    padding: 1.1rem 0.9rem 1rem;
  }

  .page-home .hero-title {
    font-size: clamp(2.65rem, 12.5vw, 3.5rem);
  }

  .page-home .hero-subtitle {
    font-size: 0.98rem;
  }

  .page-home .hero-stack {
    width: min(220px, 64vw);
  }

  .home-about-strip p {
    font-size: clamp(1.02rem, 5vw, 1.28rem);
  }
}

@media (hover: none), (pointer: coarse) {
  .stats-section {
    background-attachment: scroll;
  }
}
