.behind-teaser {
  background: #11110f;
  color: #eee9df;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(420px, 1.05fr);
  min-height: 650px;
}

.behind-teaser-photo {
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.behind-teaser-photo::after {
  background: linear-gradient(90deg, transparent 55%, rgba(17, 17, 15, .75));
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.behind-teaser-photo img {
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  width: 100%;
}

.behind-teaser-copy {
  align-self: center;
  max-width: 680px;
  padding: 90px clamp(34px, 8vw, 120px);
}

.behind-teaser-copy h2 {
  color: #eee9df;
  margin: 20px 0 30px;
}

.behind-teaser-copy > p:not(.section-number) {
  color: #bcb6ad;
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 36px;
  max-width: 560px;
}

.behind-teaser-copy a {
  border-bottom: 1px solid #e54b16;
  color: #eee9df;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  padding-bottom: 8px;
  text-transform: uppercase;
  transition: color .2s ease;
}

.behind-teaser-copy a:hover {
  color: #e54b16;
}

@media (max-width: 800px) {
  .behind-teaser {
    grid-template-columns: 1fr;
  }

  .behind-teaser-photo {
    min-height: 520px;
  }

  .behind-teaser-photo::after {
    background: linear-gradient(0deg, #11110f 0%, transparent 42%);
  }

  .behind-teaser-copy {
    margin-top: -80px;
    padding: 50px 24px 90px;
    position: relative;
  }
}
