.contest-hero {
  display: grid;
  grid-template-columns: minmax(20rem, 38rem) minmax(24rem, 44rem) minmax(4.75rem, 10.5rem);
  justify-content: center;
  align-items: stretch;
  column-gap: clamp(1.25rem, 7vw, 10rem);
  min-height: var(--hero-min-height);
  padding-left: var(--section-padding);
}

.contest-hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-top: var(--hero-copy-padding-top);
  text-align: center;
}

.contest-hero__eyebrow {
  color: var(--color-gold);
  font-size: clamp(1rem, 1.3vw, 1.45rem);
}

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

.contest-hero__title {
  margin: 1.5rem 0 0;
  font-family: var(--font-serif);
  font-size: clamp(4.2rem, 6vw, 6.8rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.contest-hero__separator {
  margin-top: 1.45rem;
  margin-bottom: 1.9rem;
}

.contest-hero__lead {
  max-width: 31rem;
  margin: 0 auto;
  font-size: clamp(1.15rem, 1.45vw, 1.6rem);
  line-height: 1.95;
  letter-spacing: 0.03em;
}

.contest-hero__visual {
  position: absolute;
  right: clamp(-3.5rem, -2.6vw, -1rem);
  bottom: 0;
  display: flex;
  align-items: flex-end;
  max-width: 47rem;
  height: 100%;
  margin: 0;
  z-index: -2;
}

.contest-hero__visual > img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.18));
}

.contest-hero__monogram {
  position: relative;
  z-index: 2;
  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: var(--hero-monogram-color);
  --monogram-line-size: var(--hero-monogram-line-size);
  --monogram-line-offset: var(--hero-monogram-line-offset);
}

.contest-section {
  width: 100%;
}

.process-section {
  padding: 1rem var(--section-padding) 2.3rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.process-card {
  position: relative;
  padding: 0 1.4rem;
  text-align: center;
}

.process-card + .process-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.6rem;
  bottom: 0.5rem;
  width: 1px;
  background: rgba(180, 130, 54, 0.78);
}

.process-step {
  margin: 0 0 0.8rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.icon-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: var(--color-gold);
}

.icon-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-title,
.criteria-title {
  margin: 0.45rem 0 0.9rem;
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-text,
.criteria-text {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 1.02rem;
  line-height: 1.6;
}

.benefits-section {
  display: grid;
  grid-template-columns: minmax(19rem, 1fr) minmax(19rem, 1fr);
  align-items: stretch;
}

.benefits-visual {
  margin: 0;
  min-height: var(--content-panel-min-height);
  background: linear-gradient(160deg, rgba(17, 17, 17, 1), rgba(6, 6, 6, 0.96) 65%, rgba(54, 54, 54, 0.84));
}

.benefits-visual > img {
  object-position: center top;
}

.benefits-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--content-panel-min-height);
  padding: 3rem clamp(1.5rem, 4vw, 4.5rem);
}

.benefits-list {
  display: grid;
  gap: 1.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.benefits-list li {
  position: relative;
  padding-left: 1.8rem;
  color: var(--color-text-soft);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.65;
}

.benefits-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-gold);
  font-size: 1.45rem;
  line-height: 1;
}

.criteria-section {
  padding: 1rem var(--section-padding) 1.9rem;
}

.criteria-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.85rem;
}

.criteria-card {
  text-align: center;
  padding-inline: 0.35rem;
}

.icon-mark--small {
  width: 4.75rem;
  height: 4.75rem;
}

.contest-cta {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 1.5rem 1.35rem;
  background: rgba(0, 0, 0, 0.98);
  color: #f4efe8;
  text-align: center;
}

.contest-cta__eyebrow {
  margin: 0;
  color: var(--color-gold);
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contest-cta__title {
  margin: 0.7rem 0 1.4rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.1vw, 3.35rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contest-cta__button {
  min-width: 13rem;
  color: #f4efe8;
}

@media (max-width: 1180px) {
  .contest-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 0;
  }

  .contest-hero__copy,
  .contest-hero-media {
    max-width: 48rem;
    width: 100%;
    margin: 0 auto;
  }

  .contest-hero-media {
    min-height: clamp(35rem, 76vw, 52rem);
    order: -1;
  }

  .contest-hero__visual {
    left: 50%;
    right: auto;
    width: min(36rem, 78vw);
    transform: translateX(-50%);
  }

  .contest-hero__copy {
    padding-top: 1rem;
  }

  .contest-hero__monogram {
    display: none;
  }

  .process-grid,
  .criteria-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 0;
  }

  .benefits-section {
    grid-template-columns: 1fr;
  }

  .benefits-visual {
    min-height: 31rem;
  }
}

@media (max-width: 720px) {
  .contest-hero {
    padding-inline: 1rem;
    gap: 1rem;
  }

  .contest-hero__copy,
  .contest-hero-media {
    min-width: 0;
    max-width: 100%;
  }

  .contest-hero__visual {
    width: min(24rem, 82vw);
  }

  .contest-hero-media {
    min-height: clamp(24rem, 94vw, 33rem);
  }

  .contest-hero__eyebrow {
    max-width: 18rem;
    margin-inline: auto;
    font-size: clamp(0.9rem, 3.7vw, 1rem);
    line-height: 1.35;
    letter-spacing: 0.075em;
    white-space: normal;
  }

  .contest-hero__title {
    max-width: 18rem;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.35rem, 10vw, 2.85rem);
    letter-spacing: -0.035em;
    white-space: normal;
  }

  .contest-hero__lead {
    max-width: 21rem;
    line-height: 1.62;
  }

  .process-section,
  .criteria-section {
    padding-inline: 1rem;
  }

  .process-grid,
  .criteria-grid {
    grid-template-columns: 1fr;
  }

  .process-card + .process-card::before {
    top: 0;
    left: 1rem;
    right: 1rem;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .benefits-copy {
    padding: 2rem 1rem;
  }

  .benefits-visual {
    min-height: 22rem;
  }

  .contest-cta {
    width: calc(100% - 2rem);
  }
}
