.config-image {
  overflow: hidden;
}

.hero-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.material-explainer {
  padding-bottom: clamp(32px, 3vw, 52px);
}

.configure-story {
  padding-top: clamp(32px, 3vw, 52px);
}

.hero-copy h1 > span,
.hero-copy h1 > em {
  display: block;
}

.config-image::after {
  content: "";
  position: absolute;
  inset: 30px;
  background: linear-gradient(180deg, rgba(33, 26, 22, 0.08) 35%, rgba(33, 26, 22, 0.78) 100%);
  pointer-events: none;
}

.config-image img {
  object-position: center 48%;
}

.config-image-title {
  position: absolute;
  z-index: 1;
  right: clamp(52px, 5vw, 82px);
  bottom: clamp(52px, 5vw, 78px);
  left: clamp(52px, 5vw, 82px);
  color: var(--white);
}

.config-image-title span {
  display: block;
  margin-bottom: 13px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.config-image-title strong {
  display: block;
  max-width: 520px;
  font: 400 clamp(40px, 4.4vw, 67px)/0.9 var(--serif);
  letter-spacing: -0.035em;
  text-wrap: balance;
}

@media (max-width: 720px) {
  .hero-picture {
    position: absolute;
    inset: 0;
  }

  .hero-picture .hero-image {
    height: 100%;
    object-position: center;
  }

  .hero-copy {
    top: 116px;
    bottom: auto;
  }

  .config-image::after {
    inset: 16px;
  }

  .config-image-title {
    right: 36px;
    bottom: 40px;
    left: 36px;
  }

  .config-image-title strong {
    font-size: 42px;
  }
}

.project-feature-reverse {
  grid-template-columns: 0.85fr 1.15fr;
  background: var(--espresso);
  border-top: 1px solid rgba(233, 190, 135, 0.22);
}

.project-feature-reverse > img {
  object-position: center;
}

@media (max-width: 1050px) {
  .project-feature-reverse {
    grid-template-columns: 1fr;
  }
}
