.production-hero {
  background: radial-gradient(circle at 78% 20%, #431618, transparent 34%), linear-gradient(120deg, #080808, #14100f);
}

.production-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 4rem;
  align-items: start;
}

.production-copy p {
  color: #c8c2ba;
  font-size: 1.08rem;
}

.production-copy .lead {
  color: var(--paper);
  font-size: 1.3rem;
}

.production-copy blockquote {
  margin: 2.5rem 0 0;
  padding: 2rem;
  border-left: 4px solid var(--gold);
  background: var(--panel2);
  color: var(--paper);
  font: clamp(1.8rem, 3vw, 2.8rem)/1.08 var(--display);
  text-transform: uppercase;
}

.production-image {
  position: sticky;
  top: 115px;
  margin: 0;
  padding: 1rem;
  background: var(--panel);
  border: 1px solid var(--line);
}

.production-image img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}

.production-image figcaption {
  padding: .9rem .25rem .2rem;
  color: var(--muted);
  font-size: .88rem;
}

.video-callout {
  margin: 2.5rem 0;
  padding: 2rem;
  border-left: 4px solid var(--red);
  background: var(--panel2);
}

.video-callout h3 {
  margin-top: .8rem;
}

.video-callout p {
  font-size: 1rem;
}

@media (max-width: 900px) {
  .production-intro {
    grid-template-columns: 1fr;
  }

  .production-image {
    position: static;
    max-width: 520px;
  }
}
