.lh-phase-final-records__grid,
.lh-india-story__card-grid,
.lh-india-story__gallery {
  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;
}

.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 28%;
  filter: saturate(.75) contrast(1.08) sepia(.08);
}

.lh-india-story__hero-scrim {
  background: linear-gradient(90deg, rgba(30, 30, 31, .93) 0%, rgba(30, 30, 31, .78) 42%, rgba(168, 3, 3, .18) 72%, rgba(30, 30, 31, .18) 100%);
}

.lh-india-story__hero-content {
  position: relative;
  z-index: 1;
  width: min(44rem, 100%);
  padding: clamp(8rem, 14vw, 12rem) max(1.25rem, calc((100vw - 76rem) / 2));
  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,
.lh-india-story__gallery {
  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;
  }

}
