.hero {
  min-height: 790px;
  display: flex;
  align-items: flex-end;
  padding: 126px 0 0;
}

.hero::after {
  background:
    linear-gradient(90deg, #000000f5 0%, #000000cc 34%, #00000042 69%, #0000006b),
    linear-gradient(0deg, #050505, transparent 38%, #0003);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 36px;
  align-items: end;
}

.hero-copy {
  width: 100%;
  min-width: 0;
  padding: 32px 0 104px;
}

.hero h1 {
  font-size: clamp(3.2rem, 7.3vw, 7rem);
  letter-spacing: -.06em;
}

.hero h1 .thin {
  font-size: .49em;
  letter-spacing: .08em;
}

.hero-copy > p:not(.eyebrow) { max-width: 520px; }

.hero-portrait {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: clamp(560px, 47vw, 670px);
  min-width: 0;
  margin: 0;
}

.hero-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(-12px 7px 26px #0009);
}

.hero-portrait::after {
  content: "";
  position: absolute;
  inset: 64% -10px 0;
  pointer-events: none;
  background: linear-gradient(transparent, #050505 96%);
}

.hero .hero-credit {
  position: absolute;
  display: block;
  z-index: 1;
  left: 4%;
  right: 4%;
  bottom: 29px;
  text-align: center;
  color: #f6ead6;
  text-transform: none;
  letter-spacing: normal;
}

.hero-credit::before { content: none; }

.hero-credit span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-lite);
  font-size: .875rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-credit strong {
  font: 600 clamp(1rem, 1.5vw, 1.3rem)/1.4 Cinzel, Georgia, serif;
}

@media (max-width: 820px) {
  .hero { min-height: 0; padding: 92px 0 0; }
  .hero-layout { display: flex; flex-direction: column; gap: 0; }
  .hero-portrait { order: 0; width: 100%; height: clamp(340px, 66vw, 470px); }
  .hero-copy { order: 1; padding: 18px 0 46px; max-width: 630px; margin: auto; }
  .hero h1 { font-size: clamp(3.4rem, 10vw, 5.4rem); }
  .hero h1 .thin { font-size: .45em; letter-spacing: .09em; }
  .hero-copy > p:not(.eyebrow) { margin: 20px 0 25px; }
  .hero .hero-credit { bottom: 9px; }
  .hero-credit strong { font-size: 1rem; }
  .hero-video { height: min(710px, 100%); object-position: 68% top; }
  .hero::after {
    background: linear-gradient(0deg, #050505 2%, #050505 34%, #0000002e 78%, #0000005c);
  }
  .hero-actions .text-link, .hero-actions .gold-button { font-size: .875rem; }
}
