.home-hero {
  min-height: min(780px, calc(100svh - 84px));
  grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
  gap: clamp(34px, 5vw, 88px);
  padding-block: clamp(54px, 7vh, 86px);
}

.home-hero:before {
  width: 460px;
  height: 460px;
  opacity: .85;
}

.home-hero h1 {
  max-width: 690px;
  margin: 24px 0 20px;
  font-size: clamp(70px, 8.2vw, 128px);
  line-height: .82;
  overflow: visible;
}

.home-hero-copy > p {
  max-width: 650px;
}

.home-hero-subline {
  margin-top: 9px;
  color: var(--cream) !important;
  font-weight: 600;
}

.home-hero-actions {
  flex-wrap: wrap;
}

.home-hero-actions .button {
  min-height: 48px;
  padding-inline: 20px;
}

.home-hero-art {
  aspect-ratio: 1.5 / 1;
  min-height: 0;
}

.home-hero-art img {
  display: block;
  width: min(100%, 880px);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, .78));
}

.home-results-context {
  display: flex;
  align-items: baseline;
  gap: 13px;
  margin-top: 16px;
  margin-bottom: 14px;
}

.home-results-context strong {
  color: var(--cream);
  font: 900 23px 'Barlow Condensed';
  text-transform: uppercase;
}

.home-stats-strip {
  margin-bottom: clamp(90px, 9vw, 120px);
}

.home-format-section {
  align-items: start;
}

.home-prize-section {
  isolation: isolate;
}

.home-board-preview .table-wrap {
  overflow-x: auto;
}

@media (min-width: 1600px) {
  .home-hero {
    grid-template-columns: minmax(520px, .82fr) minmax(650px, 1.18fr);
  }

  .home-hero-art img {
    width: min(100%, 960px);
  }
}

@media (max-width: 1080px) {
  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-hero-copy {
    max-width: 780px;
  }

  .home-hero-art {
    width: min(900px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .home-hero {
    width: min(100% - 24px, var(--max));
    padding-top: 42px;
    gap: 28px;
  }

  .home-hero h1 {
    font-size: clamp(58px, 17vw, 88px);
  }

  .home-hero-art {
    width: 112%;
    margin-left: -6%;
  }

  .home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero-actions .button {
    width: 100%;
  }

  .mini-links {
    gap: 14px 20px;
    flex-wrap: wrap;
  }

  .home-results-context {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

.home-global-leaderboard {
  margin-top: 30px;
}

.home-global-leaderboard-podium {
  margin-bottom: 24px;
}

.home-global-leaderboard-table-wrap {
  margin-top: 0;
}

@media (max-width: 760px) {
  .home-results-context {
    margin-bottom: 10px;
  }

  .home-global-leaderboard {
    margin-top: 22px;
  }
}
