.article-hero {
  padding: 8.5rem 0 0;
  background: #07110f;
  color: #f2faf6;
}
.article-hero__copy {
  display: grid;
  justify-items: center;
  text-align: center;
}
.article-hero__copy > a {
  margin-bottom: 3rem;
  color: #6f8b80;
  font-size: 0.72rem;
  text-decoration: none;
}
.article-hero__copy > p {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0;
  color: #789087;
  font:
    650 0.68rem ui-monospace,
    monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.article-hero__copy > p span {
  color: #62e5b3;
}
.article-hero h1 {
  max-width: 16ch;
  margin: 1.5rem 0 0;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 560;
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.article-hero__lead {
  max-width: 43rem;
  margin: 2rem 0 4rem;
  color: #9eb1aa;
  font-size: 1.12rem;
  line-height: 1.75;
}
.article-hero__image {
  height: clamp(22rem, 52vw, 42rem);
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.article-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
