.hero-premium {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  color: var(--ivory);
}

.hero-premium-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 68% center;
  transform: scale(1.015);
}

.hero-premium-vignette {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, .98) 0%, rgba(8, 8, 8, .9) 34%, rgba(8, 8, 8, .3) 61%, rgba(8, 8, 8, .1) 100%),
    linear-gradient(0deg, rgba(7, 7, 7, .55) 0%, transparent 37%, rgba(7, 7, 7, .15) 100%);
}

.hero-premium-layout {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--header) + 52px);
  padding-bottom: 46px;
}

.hero-premium-panel {
  width: min(760px, 61%);
  padding: clamp(36px, 5vw, 72px) clamp(28px, 5.2vw, 76px) clamp(34px, 4.5vw, 64px) 0;
  border-right: 1px solid rgba(183, 154, 100, .48);
}

.hero-premium-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
  color: var(--champagne);
  font-size: .68rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero-premium-kicker i {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.hero-premium h1 {
  max-width: 720px;
  font-size: clamp(3.45rem, 6.1vw, 7rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .96;
  text-wrap: balance;
}

.hero-premium h1 span {
  color: var(--champagne);
}

.hero-premium-copy {
  max-width: 610px;
  margin: 28px 0 34px;
  color: rgba(244, 240, 232, .76);
  font-size: clamp(.98rem, 1.35vw, 1.14rem);
  line-height: 1.75;
}

.hero-premium-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hero-primary {
  min-height: 54px;
  padding-inline: 26px;
}

.hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0 9px;
  border-bottom: 1px solid rgba(183, 154, 100, .75);
  color: var(--ivory);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .2s, gap .2s;
}

.hero-secondary:hover {
  gap: 17px;
  color: var(--champagne);
}

.hero-premium-facts {
  display: grid;
  grid-template-columns: .65fr .75fr 1fr 1.35fr;
  gap: 0;
  margin: clamp(38px, 5vh, 66px) 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(183, 154, 100, .35);
}

.hero-premium-facts div {
  min-width: 0;
  padding: 0 15px;
  border-right: 1px solid rgba(244, 240, 232, .14);
}

.hero-premium-facts div:first-child { padding-left: 0; }
.hero-premium-facts div:last-child { padding-right: 0; border-right: 0; }

.hero-premium-facts dt {
  color: var(--ivory);
  font: 500 clamp(1.25rem, 1.8vw, 1.65rem)/1 var(--serif);
  letter-spacing: -.02em;
}

.hero-premium-facts dd {
  margin: 8px 0 0;
  color: rgba(244, 240, 232, .52);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-premium-caption {
  position: absolute;
  right: 0;
  bottom: 28px;
  margin: 0;
  color: rgba(255, 255, 255, .56);
  font-size: .61rem;
  letter-spacing: .06em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .9);
}

@media (max-width: 1000px) {
  .hero-premium-image { object-position: 61% center; }
  .hero-premium-panel { width: min(680px, 70%); }
  .hero-premium h1 { font-size: clamp(3.5rem, 7.5vw, 6rem); }
}

@media (max-width: 760px) {
  .hero-premium { min-height: 850px; }
  .hero-premium-image { object-position: 65% center; }
  .hero-premium-vignette {
    background:
      linear-gradient(0deg, rgba(8, 8, 8, .98) 0%, rgba(8, 8, 8, .93) 47%, rgba(8, 8, 8, .4) 73%, rgba(8, 8, 8, .2) 100%),
      linear-gradient(90deg, rgba(8, 8, 8, .42), transparent);
  }

  .hero-premium-layout {
    min-height: 850px;
    align-items: flex-end;
    padding-top: calc(var(--header) + 190px);
    padding-bottom: 35px;
  }

  .hero-premium-panel {
    width: 100%;
    padding: 42px 0 28px;
    border-top: 1px solid rgba(183, 154, 100, .42);
    border-right: 0;
  }

  .hero-premium h1 {
    max-width: 590px;
    font-size: clamp(3rem, 11vw, 5rem);
  }

  .hero-premium-copy { max-width: 570px; margin: 22px 0 28px; }
  .hero-premium-facts { margin-top: 38px; }
  .hero-premium-caption { display: none; }
}

@media (max-width: 520px) {
  .hero-premium { min-height: 820px; }
  .hero-premium-layout { min-height: 820px; padding-top: calc(var(--header) + 145px); }
  .hero-premium-kicker { gap: 9px; font-size: .58rem; letter-spacing: .14em; }
  .hero-premium-kicker i { width: 18px; }
  .hero-premium h1 { font-size: clamp(2.75rem, 13.5vw, 4.15rem); }
  .hero-premium-copy { font-size: .91rem; line-height: 1.65; }
  .hero-premium-actions { align-items: stretch; gap: 17px; }
  .hero-primary { width: 100%; }
  .hero-secondary { width: max-content; }
  .hero-premium-facts { grid-template-columns: repeat(2, 1fr); row-gap: 18px; padding-top: 18px; }
  .hero-premium-facts div { padding: 0 12px; }
  .hero-premium-facts div:nth-child(2) { border-right: 0; }
  .hero-premium-facts div:nth-child(3) { padding-left: 0; }
  .hero-premium-facts dt { font-size: 1.2rem; }
}

@media (max-width: 380px) {
  .hero-premium,
  .hero-premium-layout { min-height: 790px; }
  .hero-premium-layout { padding-top: calc(var(--header) + 120px); padding-bottom: 24px; }
  .hero-premium-panel { padding: 32px 0 22px; }
  .hero-premium-kicker { margin-bottom: 18px; }
  .hero-premium-kicker i { display: none; }
  .hero-premium h1 { font-size: 2.65rem; line-height: .98; }
  .hero-premium-copy { margin: 18px 0 23px; font-size: .86rem; }
  .hero-premium-facts { margin-top: 28px; row-gap: 14px; }
  .hero-premium-facts dt { font-size: 1.05rem; }
  .hero-premium-facts dd { font-size: .53rem; }
}

@media (max-width: 900px) and (max-height: 620px) and (orientation: landscape) {
  .hero-premium,
  .hero-premium-layout { min-height: 720px; }
}
