.disaster-response-hero::after {
  background: linear-gradient(90deg, rgba(7, 31, 57, 0.96) 0%, rgba(11, 45, 79, 0.72) 52%, rgba(11, 45, 79, 0.2) 100%);
}

.disaster-response-hero img {
  object-position: center 62%;
}

.disaster-response-hero h1 {
  max-width: 900px;
}

.response-photo img {
  aspect-ratio: 4 / 3;
}

.response-interior-row {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.response-gallery-section {
  color: var(--white);
  background: var(--forest-deep);
}

.response-gallery-section .eyebrow,
.response-gallery-section figcaption strong {
  color: #8fd3ff;
}

.response-gallery-section h2 {
  color: var(--white);
}

.response-gallery-section .article-heading > p:not(.eyebrow),
.response-gallery-section figcaption {
  color: rgba(255, 255, 255, 0.68);
}

.response-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.response-photo-pair figure {
  min-width: 0;
  margin: 0;
}

.response-photo-pair img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.response-photo-pair figcaption {
  padding-top: 14px;
  font-size: 0.76rem;
  line-height: 1.6;
}

.response-photo-pair figcaption strong {
  display: block;
  margin-bottom: 4px;
}

.response-related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.response-related-links a {
  display: grid;
  min-width: 0;
  align-items: start;
  padding: 28px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 26px minmax(0, 1fr) 20px;
  gap: 14px;
}

.response-related-links a:hover {
  background: #f6f9fc;
}

.response-related-links svg {
  width: 20px;
  height: 20px;
  color: var(--forest);
}

.response-related-links strong,
.response-related-links small {
  display: block;
}

.response-related-links strong {
  color: var(--forest-deep);
  font-size: 0.9rem;
}

.response-related-links small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .response-interior-row,
  .response-related-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .disaster-response-hero {
    height: 690px;
  }

  .disaster-response-hero img {
    object-position: 58% center;
  }

  .response-photo-pair {
    grid-template-columns: 1fr;
  }

  .response-related-links a {
    padding: 22px 18px;
  }
}
