.journey-hero {
  margin: 0 0 var(--space-3xl);
}

.journey-hero figure {
  max-width: 720px;
  margin: 0 auto;
}

.journey-hero img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  object-position: center 44%;
}

.journey-grid {
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-3xl);
}

.recovery-callout {
  margin-top: 0;
  margin-bottom: var(--space-3xl);
}

.recovery-callout p {
  font-family: var(--font-subtle);
  font-size: clamp(19px, 2.4vw, 23px);
  line-height: 1.5;
}

.journey-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.journey-grid figure {
  display: flex;
  flex-direction: column;
}

.journey-grid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.journey-grid img.journey-focus-high {
  object-position: center 30%;
}

.journey-grid figcaption {
  flex: 1;
}

.xray-figure {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 760px) {
  .journey-hero img {
    max-height: 620px;
  }

  .journey-grid img {
    aspect-ratio: 3 / 2;
  }

  .journey-grid-three,
  .journey-grid-four {
    grid-template-columns: 1fr;
  }
}
