.home-hero { color: var(--white); min-height: 690px; overflow: hidden; position: relative; }
.home-hero__image, .home-hero__wash { inset: 0; position: absolute; }
.home-hero__image { background-position: center 42%; background-size: cover; }
.home-hero__wash { background: linear-gradient(90deg, rgba(17, 45, 42, .9) 0%, rgba(17, 45, 42, .52) 49%, rgba(17, 45, 42, .04) 100%); }
.home-hero__content { padding-bottom: 116px; padding-top: 118px; position: relative; }
.home-hero h1 { max-width: 740px; margin-bottom: 26px; }
.home-hero__lede { color: rgba(255,255,255,.86); font-size: 18px; max-width: 465px; }
.home-hero__actions { align-items: center; display: flex; gap: 26px; margin-top: 36px; }
.home-hero__note { align-items: center; color: rgba(255,255,255,.72); display: flex; font-size: 12px; gap: 9px; margin-top: 104px; }
.home-hero__dot { background: var(--gold); border-radius: 50%; height: 7px; width: 7px; }
.impact-strip { background: var(--coral); color: var(--white); }
.impact-strip__grid { align-items: center; display: grid; gap: 36px; grid-template-columns: 1.5fr repeat(3, 1fr); min-height: 180px; }
.impact-strip__label { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.impact-strip__intro p { font-family: var(--serif); font-size: 22px; line-height: 1.1; margin: 10px 0 0; max-width: 250px; }
.impact-stat { border-left: 1px solid rgba(255,255,255,.38); display: flex; flex-direction: column; padding-left: 28px; }
.impact-stat strong { font-family: var(--serif); font-size: 45px; font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.impact-stat span { color: rgba(255,255,255,.76); font-size: 12px; margin-top: 8px; }
.home-story__grid { align-items: center; display: grid; gap: clamp(60px, 10vw, 150px); grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); }
.home-story__visual { position: relative; }
.home-story__visual img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.home-story__badge { align-items: center; background: var(--gold); bottom: -26px; display: flex; gap: 10px; padding: 19px 22px; position: absolute; right: -22px; }
.home-story__badge span { font-family: var(--serif); font-size: 40px; line-height: 1; }
.home-story__badge small { font-size: 11px; font-weight: 700; line-height: 1.25; max-width: 65px; text-transform: uppercase; }
.home-story__copy h2 { max-width: 510px; }
.home-story__copy p:not(.eyebrow) { color: var(--ink-soft); max-width: 490px; }
.home-story__copy .text-link { margin-top: 14px; }
.video-card { color: var(--white); min-height: 560px; overflow: hidden; position: relative; }
.video-card > img, .video-card__overlay { inset: 0; position: absolute; }
.video-card > img { height: 100%; object-fit: cover; width: 100%; }
.video-card__overlay { background: linear-gradient(90deg, rgba(17,45,42,.86), rgba(17,45,42,.18)); }
.video-card__content { bottom: 70px; left: 70px; position: absolute; }
.video-card__content h2 { font-size: clamp(34px, 4vw, 56px); max-width: 570px; margin-bottom: 22px; }
.play-button { align-items: center; background: var(--coral); border-radius: 50%; display: flex; font-size: 14px; height: 62px; justify-content: center; margin-bottom: 35px; padding-left: 3px; width: 62px; }
.video-card__duration { bottom: 24px; color: rgba(255,255,255,.78); font-size: 12px; position: absolute; right: 28px; }
.program-preview-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.program-preview { border-top: 1px solid var(--line); padding: 28px 24px 20px 0; position: relative; }
.program-preview__number { color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.icon-shape { align-items: center; border-radius: 50%; display: flex; font-size: 27px; height: 62px; justify-content: center; margin: 26px 0 22px; width: 62px; }
.icon-shape--sun { background: var(--gold); }
.icon-shape--leaf { background: var(--mint); }
.icon-shape--book { background: #f5d5c8; }
.program-preview h3 { font-size: 29px; max-width: 240px; }
.program-preview p { color: var(--ink-soft); font-size: 14px; max-width: 270px; }
.testimonial-layout { display: grid; gap: 110px; grid-template-columns: .8fr 1.2fr; }
.testimonial-layout__intro h2 { font-size: clamp(38px, 4vw, 54px); }
.testimonial { margin: 0; }
.testimonial > p { font-family: var(--serif); font-size: clamp(29px, 3.4vw, 44px); letter-spacing: -.04em; line-height: 1.15; }
.testimonial footer { align-items: center; display: flex; gap: 14px; margin-top: 34px; }
.testimonial__avatar { align-items: center; background: var(--coral); border-radius: 50%; color: var(--white); display: flex; font-size: 12px; font-weight: 700; height: 44px; justify-content: center; width: 44px; }
.testimonial cite { display: flex; flex-direction: column; font-size: 13px; font-style: normal; }
.testimonial cite small { color: var(--ink-soft); font-size: 12px; }
.home-cta { background: var(--ink); color: var(--white); }
.home-cta__inner { align-items: end; display: flex; justify-content: space-between; }
.home-cta h2 { font-size: clamp(42px, 5vw, 66px); margin-bottom: 0; max-width: 650px; }
.home-cta__actions { align-items: flex-start; display: flex; flex-direction: column; gap: 20px; }

@media (max-width: 800px) {
  .home-hero { min-height: 650px; }
  .home-hero__content { padding-top: 90px; }
  .home-hero__note { margin-top: 70px; }
  .impact-strip__grid { grid-template-columns: 1fr 1fr; padding-bottom: 35px; padding-top: 35px; }
  .impact-strip__intro { grid-column: span 2; }
  .home-story__grid, .testimonial-layout { gap: 55px; grid-template-columns: 1fr; }
  .home-story__badge { right: 10px; }
  .video-card { min-height: 460px; }
  .video-card__content { bottom: 44px; left: 32px; right: 24px; }
  .program-preview-grid { gap: 12px; grid-template-columns: 1fr; }
  .program-preview { padding: 22px 0; }
  .program-preview h3 { margin-bottom: 10px; }
  .home-cta__inner { align-items: flex-start; flex-direction: column; gap: 34px; }
}

@media (max-width: 520px) {
  .home-hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .impact-strip__grid { gap: 24px 12px; }
  .impact-stat { padding-left: 14px; }
  .impact-stat strong { font-size: 34px; }
  .impact-stat span { font-size: 11px; }
  .video-card__content h2 { font-size: 36px; }
}
