.lh-phase-final-records__grid,
.lh-india-story__card-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.lh-phase-final-records__grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
}

.lh-phase-final-record {
  overflow: hidden;
}

.lh-phase-final-record__art {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.lh-phase-final-record__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lh-phase-final-record__body {
  padding: 1.25rem;
}

.lh-phase-final-record__expected {
  margin-block: -.35rem .7rem;
  font-size: .8125rem;
  font-style: italic;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-poster__forecast-note,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-poster__last-occurrence,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-poster__forecast-note,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-poster__last-occurrence {
  color: var(--lh-charcoal-700) !important;
}

.lh-india-story__hero {
  position: relative;
  min-height: clamp(34rem, 65vw, 48rem);
  overflow: hidden;
  padding: 25rem max(1.25rem, calc((100vw - 76rem) / 2)) 3rem !important;
}

.lh-india-story__hero-image,
.lh-india-story__hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lh-india-story__hero-image {
  object-fit: cover;
  object-position: center 35%;
  filter: none;
}

.lh-india-story__hero-scrim {
  background: rgba(0, 0, 0, .16);
}

.lh-india-story__hero-content {
  position: relative;
  z-index: 1;
  width: min(54rem, 100%);
  margin-inline: auto;
  padding: 0;
  text-align: center;
  color: #fffdf8;
}

.lh-india-story__care {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .8fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.lh-india-story__feature-photo,
.lh-india-story__card,
.lh-india-story__gallery figure {
  margin: 0;
  overflow: hidden;
}

.lh-india-story__feature-photo img,
.lh-india-story__card img,
.lh-india-story__gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.lh-india-story__feature-photo img {
  aspect-ratio: 4 / 3;
}

.lh-india-story__feature-photo figcaption {
  display: grid;
  gap: .25rem;
  padding: 1rem 1.125rem;
  background: #fffdf8;
}

.lh-india-story__card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-india-story__card img {
  aspect-ratio: 4 / 3;
}

.lh-india-story__card > div {
  padding: 1.25rem;
}

.lh-india-story__gallery img {
  aspect-ratio: 4 / 3;
}

@media (max-width: 767px) {
  .lh-india-story__care,
  .lh-india-story__card-grid,
  .lh-india-story__gallery {
    grid-template-columns: 1fr;
  }

  .lh-india-story__hero-content {
    padding-inline: 1.25rem;
  }

}

.lh-phase-final-records--campaign .lh-phase-final-records__grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 24rem)); }
.lh-phase-final-records--campaign .lh-phase-final-record__art { aspect-ratio: 4 / 3; max-height: 18rem; }
.lh-phase-final-records--campaign .lh-phase-final-record__art img { object-fit: contain; background: #f4f0e9; }
.lh-india-story { --lh-crimson-600: #a7470e; --lh-crimson-700: #863806; --lh-charcoal-900: #163f30; --lh-stone-100: #f4f6f1; --lh-warm-white: #fff; color: #163f30; }
.lh-india-story .lh-section { background: #fff; }
.lh-india-story .lh-india-story__works, .lh-india-story .lh-india-story__support { background: #eef3eb; }
.lh-india-story .lh-eyebrow { color: #a7470e; }
.lh-india-story .lh-cta-primary { background: #a7470e !important; border-color: #a7470e !important; color: #fff !important; }
.lh-india-story .lh-cta-secondary { color: #16533d !important; border-color: #16533d !important; }
.lh-india-story__hero h1, .lh-india-story__hero p { color: #fff !important; }
.lh-india-story__hero .lh-button-row { justify-content: center; }
.lh-india-story__hero-content .lh-body-lg { max-width: 34rem; }
.lh-india-story__locations { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 2rem; }
.lh-india-story__locations img { width: 100%; height: auto; }
.lh-india-story__gallery { display: block; }
.lh-india-story__gallery figcaption { padding: 1rem; background: #eef3eb; }
@media (max-width: 767px) {
  .lh-india-story__locations { grid-template-columns: 1fr; }
  .lh-india-story__hero-content { padding: 0; }
  .lh-india-story__hero { padding-top: 22rem !important; padding-bottom: 3rem !important; min-height: 44rem; }
}
