.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.82fr) minmax(3.6rem, 0.6fr);
  align-items: start;
  gap: var(--hero-gap);
  min-height: var(--hero-min-height);
  padding: var(--hero-padding-top) var(--section-padding) 0;
  padding-right: 0;
}

.hero-media {
  align-self: stretch;
  position: relative;
  min-height: var(--hero-visual-min-height);
  overflow: visible;
}

.hero-cutout {
  --hero-cutout-bottom-crop: 200px;
  bottom: calc(0px - var(--hero-cutout-bottom-crop));
  position: absolute;
  left: clamp(-5rem, -4rem, -1rem);
  display: flex;
  align-items: flex-end;
  width: min(45rem, 112%);
  max-width: 45rem;
  margin: 0;
  z-index: -5;
}

.hero-cutout > img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.18));
  clip-path: inset(0 0 var(--hero-cutout-bottom-crop) 0);
}


.hero-copy {
  align-self: center;
  padding-top: var(--hero-copy-padding-top);
}

.eyebrow {
  color: #9a6619;
  font-size: clamp(1.08rem, 1.18vw, 1.38rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 10px rgba(255, 255, 255, 0.36);
  white-space: nowrap;
}

.hero-title {
  margin: 1.25rem 0 0.95rem;
  font-family: var(--font-serif);
  font-size: clamp(4.8rem, 8vw, 8.8rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  -webkit-text-stroke: 0.35px currentColor;
}

.hero-title span {
  display: block;
}

.hero-lead {
  max-width: 24rem;
  margin-bottom: 2.1rem;
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 1.9vw, 2.2rem);
  line-height: 1.18;
  text-transform: uppercase;
}

.hero-copy .button--large {
  min-width: 18rem;
}

.hero-monogram {
  align-self: center;
  --monogram-gap: var(--hero-monogram-gap);
  --monogram-padding-top: 0;
  --monogram-size: var(--hero-monogram-size);
  --monogram-line-height: var(--hero-monogram-line-height);
  --monogram-color: rgba(255, 255, 255, 0.86);
  --monogram-line-size: var(--hero-monogram-line-size);
  --monogram-line-offset: var(--hero-monogram-line-offset);
  font-weight: 400;
  -webkit-text-stroke: 0.3px currentColor;
}

.intro-band .section-text {
  max-width: 48rem;
  margin-inline: auto;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 1fr) 25rem minmax(15rem, 1fr);
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.info-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25rem var(--section-padding);
  min-height: var(--content-panel-min-height);
  text-align: center;
}

.info-panel .separator {
  margin-bottom: 1.8rem;
}

.panel-title {
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 0.95;
}

.panel-text,
.panel-lead {
  max-width: 18rem;
  margin-inline: auto;
}

.panel-text {
  margin-top: 2rem;
  font-size: clamp(1rem, 1.2vw, 1.22rem);
}

.panel-lead {
  margin-top: 1.2rem;
  color: var(--color-text-soft);
  font-size: clamp(1rem, 1.15vw, 1.25rem);
}

.panel-title--accent {
  margin-top: 1.1rem;
}

.panel-title--accent span {
  display: block;
}

.panel-title--accent span:last-child,
.prize-value {
  color: var(--color-gold);
}

.prize-value {
  margin: 1.4rem 0 0;
  font-family: var(--font-serif);
  font-size: clamp(3.6rem, 5vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
}

.runway-visual {
  min-height: var(--content-panel-min-height);
  border-inline: 1px solid rgba(180, 130, 54, 0.35);
  margin:0;
}

.media-slot--runway {
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 1), rgba(28, 28, 28, 0.96) 18%, rgba(235, 235, 235, 0.95) 50%, rgba(26, 26, 26, 0.96) 82%, rgba(9, 9, 9, 1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%);
}

.media-slot--runway > img {
  object-position: center center;
}

.concept-band {
  padding-top: 0.7rem;
  padding-bottom: 0.9rem;
}

.concept-band .section-kicker {
  text-transform: none;
  letter-spacing: 0.12em;
  font-size: clamp(1.92rem, 2.1vw, 2.15rem);
}

.section-kicker {
  padding: 1rem;
}

.concept-band .section-title {
  font-size: clamp(2rem, 3.5vw, 4.5rem);
  line-height: 1.08;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(22rem, 1.06fr) minmax(18rem, 0.94fr);
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.quote-visual {
  align-self: center;
  min-height: 0;
  aspect-ratio: 544 / 198;
  width: 100%;
  margin:0;
}

.quote-visual > img {
  object-fit: contain;
}

.media-slot--beauty {
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.16), transparent 18%),
    radial-gradient(circle at 45% 38%, rgba(255, 255, 255, 0.11), transparent 12%),
    radial-gradient(circle at 56% 34%, rgba(255, 255, 255, 0.11), transparent 12%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.22)),
    linear-gradient(130deg, rgba(17, 17, 17, 0.95), rgba(35, 35, 35, 0.82) 38%, rgba(8, 8, 8, 0.98));
}

.media-slot--beauty > img {
  object-position: center 28%;
}

.quote-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 0.5rem clamp(1.6rem, 4vw, 4rem);
}

.quote-mark {
  margin: 1rem 0 -1rem -2rem;
  font-family: var(--font-serif);
  font-size: clamp(4rem, 5vw, 6rem);
  line-height: 0.8;
  color: var(--color-gold);
}

.quote-text {
  margin: 0;
  max-width: 30rem;
  font-family: var(--font-serif);
  font-size: 2.5rem;
  line-height: 1.04;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.quote-author {
  margin-top: 1.9rem;
  color: var(--color-gold);
  font-size: clamp(0.95rem, 1vw, 1.15rem);
}

@media (max-width: 1180px) {
  .showcase-grid,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .runway-visual {
    order: -1;
    min-height: 32rem;
    border-inline: 0;
    border-top: 1px solid rgba(180, 130, 54, 0.35);
    border-bottom: 1px solid rgba(180, 130, 54, 0.35);
  }
}

@media (max-width: 720px) {
  .home-page .header-cta {
    display: none;
  }

  .home-hero {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    min-height: auto;
    padding: 0.45rem 1rem 0;
    overflow: hidden;
  }

  .home-hero > * {
    min-width: 0;
  }

  .hero-media {
    order: -1;
    width: min(100%, 25rem);
    min-height: clamp(22rem, 88vw, 31rem);
    margin: 0 auto;
    overflow: hidden;
  }

  .hero-copy {
    width: min(100%, 21rem);
    margin: 0 auto 1.2rem;
    padding-top: 0;
    text-align: center;
  }

  .hero-cutout {
    --hero-cutout-bottom-crop: 40px;
    top: 0;
    bottom: auto;
    left: 50%;
    width: min(22rem, 78vw);
    transform: translateX(-50%);
  }

  .hero-monogram {
    display: none;
  }

  .eyebrow {
    font-size: clamp(0.78rem, 3.1vw, 0.95rem);
    line-height: 1.35;
    letter-spacing: 0.075em;
    white-space: normal;
  }

  .hero-title {
    margin-top: 0.7rem;
    font-size: clamp(2.6rem, 12vw, 3.75rem);
    line-height: 0.92;
  }

  .hero-lead {
    max-width: 18rem;
    margin-inline: auto;
    font-size: clamp(1rem, 4.5vw, 1.35rem);
    line-height: 1.25;
  }

  .hero-copy .button--large {
    min-width: 0;
  }

  .showcase-grid {
    width: calc(100% - 2rem);
  }

  .quote-section {
    width: calc(100% - 2rem);
  }

  .quote-section > * {
    min-width: 0;
  }

  .info-panel,
  .quote-panel {
    padding-inline: 1.25rem;
  }

  .runway-visual,
  .quote-visual {
    min-height: 0;
  }

  .runway-visual {
    min-height: 24rem;
  }

  .quote-text {
    font-size: clamp(1.72rem, 8vw, 2.15rem);
    line-height: 1.12;
  }

  .quote-author {
    line-height: 1.35;
  }
}

@media (max-width: 420px) {
  .home-hero {
    padding-top: 0.25rem;
  }

  .hero-media {
    min-height: clamp(20rem, 86vw, 25rem);
  }
}
