:root {
  --bg: #f8f8f8;
  --blue: #0073EB;
  --pink: #EC2C79;
  --text: #141414;
  --glass: rgba(255, 255, 255, 0.7);
  --glass-border: rgba(255, 255, 255, 0.30);
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --max-width: 1280px;
  --hero-height: clamp(720px, 100svh, 1080px);
  --hero-top-curtain-height: clamp(112px, 13.2svh, 158px);
  --hero-top-curtain-overlap: clamp(20px, 2.8vw, 42px);
  --hero-side-space: clamp(210px, 25vw, 560px);
  --hero-side-curtain-height: 96%;
  --hero-logo-height: clamp(500px, 61svh, 650px);
  --hero-content-top: max(calc(var(--hero-top-curtain-height) + clamp(18px, 3svh, 34px)), clamp(138px, 16svh, 188px));
  --hero-content-width: min(calc(100% - (var(--hero-side-space) * 2)), 1100px);
  --hero-title-size: clamp(3.25rem, 8.1cqw, 5.65rem);
  --hero-title-scale: 1;
  --hero-title-min-scale: 0.82;
  --hero-title-safe-inset: 0px;
  --hero-title-max-width: 100%;
  --hero-logo-baseline-offset: 0px;
  --hero-logo-min-height: 300px;
  --hero-logo-min-scale: 0.38;
  --hero-logo-max-scale: 0.72;
  --hero-logo-gap: clamp(-42px, -3svh, -22px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--bg);
}

.container {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: var(--hero-height);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.96) 0 18%, rgba(248, 248, 248, 0) 42%),
    var(--bg);
}

.hero-curtains {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.curtain-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: calc(var(--hero-top-curtain-height) + 8px);
  overflow: hidden;
}

.curtain-top-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  min-width: calc(100vw + 520px);
  margin-left: 50%;
  transform: translateX(-50%);
}

.curtain-top-track img {
  flex: 0 0 auto;
  height: var(--hero-top-curtain-height);
  width: auto;
  display: block;
  margin-right: calc(var(--hero-top-curtain-overlap) * -1);
  filter: brightness(110%);
}

.curtain-side {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  height: var(--hero-side-curtain-height);
  width: auto;
  max-width: none;
  object-fit: contain;
  filter: brightness(110%);
}

.curtain-left {
  left: 0;
  object-position: top left;
}

.curtain-right {
  right: 0;
  object-position: top right;
}

body.mobile-curtains-active .curtain-left,
body.mobile-curtains-active .curtain-right {
  transform: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  align-self: start;
  width: var(--hero-content-width);
  padding-top: var(--hero-content-top);
  container-type: inline-size;
  text-align: center;
}

.hero-brand-link {
  position: relative;
  z-index: 4;
  display: block;
  width: clamp(240px, min(25vw, 23svh), 360px);
  max-width: var(--hero-title-max-width);
  aspect-ratio: 1200 / 177;
  margin-bottom: clamp(8px, 1svh, 14px);
}

.hero-brand-logo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.18em;
  width: 100%;
  max-width: var(--hero-title-max-width);
  margin: 0;
  color: #0e0e0f;
  font-family: "Dela Gothic One", sans-serif;
  font-size: calc(var(--hero-title-size) * var(--hero-title-scale));
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  white-space: normal;
}

.hero-title span {
  display: block;
  flex: 0 0 auto;
}

.hero-logo {
  position: relative;
  z-index: 3;
  display: block;
  aspect-ratio: 1281 / 2089;
  width: auto;
  max-width: 100%;
  height: var(--hero-logo-height-dynamic, var(--hero-logo-height));
  margin-top: var(--hero-logo-gap);
  pointer-events: none;
}

.home-bento-section {
  position: relative;
  z-index: 4;
  padding: clamp(34px, 5vw, 82px) clamp(14px, 4vw, 56px) clamp(56px, 7vw, 110px);
  background: var(--bg);
}

.home-bento-grid {
  --bento-gap: clamp(14px, 1.8vw, 24px);
  --bento-radius: clamp(20px, 2.6vw, 34px);
  --bento-row: clamp(250px, 22vw, 330px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, var(--bento-row)) clamp(250px, 21vw, 320px);
  gap: var(--bento-gap);
  width: min(100%, 1180px);
  margin: clamp(-82px, -4.6vw, -32px) auto 0;
}

.home-bento-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--bento-radius);
  border: 1px solid rgba(20, 20, 20, 0.055);
  background: #fff;
  box-shadow: 0 1px 4px rgba(20, 20, 20, 0.018);
  isolation: isolate;
}

.watch-card {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.winners-card {
  grid-column: 2 / span 2;
  grid-row: 1;
  container-type: inline-size;
}

.vote-card {
  grid-column: 2;
  grid-row: 2;
}

.next-card {
  grid-column: 3;
  grid-row: 2;
}

.about-card {
  grid-column: 1 / span 3;
  grid-row: 3;
}

.home-card-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 360px);
  padding: clamp(22px, 2.7vw, 34px);
}

.home-card-copy h2 {
  margin: 0 0 0.32em;
  color: #111;
  font-size: clamp(1.58rem, 1.4vw + 1rem, 2.25rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-card-copy p {
  max-width: 28ch;
  margin: 0;
  color: rgba(20, 20, 20, 0.68);
  font-size: clamp(1rem, 0.42vw + 0.9rem, 1.16rem);
  font-weight: 400;
  line-height: 1.18;
}

.home-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: clamp(16px, 2vw, 24px);
  padding: 0 20px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 160ms ease;
}

.home-card-button:hover,
.home-card-button:focus-visible {
  background: #1688ff;
}

.home-card-button:focus-visible {
  outline: 3px solid rgba(0, 115, 235, 0.24);
  outline-offset: 3px;
}

.watch-youtube-logo {
  display: block;
  width: min(58%, 180px);
  margin-bottom: clamp(14px, 2vw, 24px);
  border-radius: 6px;
  transition: opacity 0.2s ease;
}

.watch-youtube-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.watch-youtube-logo:hover {
  opacity: 0.82;
}

.watch-youtube-logo:focus-visible {
  outline: 3px solid rgba(0, 115, 235, 0.24);
  outline-offset: 4px;
}

.home-card-art {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  user-select: none;
}

.watch-card .home-card-copy {
  width: min(76%, 340px);
  min-height: 48%;
}

.watch-art {
  right: 0;
  bottom: 20px;
  width: min(116%, 570px);
  height: 56%;
  object-fit: contain;
  object-position: right bottom;
}

.winners-card .home-card-copy {
  width: 45%;
  min-width: 300px;
}

.winners-trophy-marquee {
  position: absolute;
  left: clamp(24px, 3vw, 36px);
  right: 50%;
  bottom: clamp(18px, 2.3vw, 28px);
  z-index: 2;
  height: clamp(54px, 6vw, 76px);
  overflow: hidden;
  opacity: 0.96;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.winners-trophy-track {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.7vw, 20px);
  width: max-content;
  height: 100%;
  animation: winners-trophy-scroll 26s linear infinite;
}

.winners-trophy-track img {
  flex: 0 0 auto;
  width: clamp(48px, 5.3vw, 68px);
  height: clamp(48px, 5.3vw, 68px);
  object-fit: contain;
  transform: rotate(-7deg);
  filter: drop-shadow(0 2px 4px rgba(20, 20, 20, 0.08));
}

.winners-trophy-track img:nth-child(12n + 1),
.winners-trophy-track img:nth-child(12n + 7) {
  transform: rotate(-7deg);
}

.winners-trophy-track img:nth-child(12n + 2),
.winners-trophy-track img:nth-child(12n + 8) {
  transform: rotate(6deg);
}

.winners-trophy-track img:nth-child(12n + 3),
.winners-trophy-track img:nth-child(12n + 9) {
  transform: rotate(-3deg);
}

.winners-trophy-track img:nth-child(12n + 4),
.winners-trophy-track img:nth-child(12n + 10) {
  transform: rotate(8deg);
}

.winners-trophy-track img:nth-child(12n + 5),
.winners-trophy-track img:nth-child(12n + 11) {
  transform: rotate(-5deg);
}

.winners-trophy-track img:nth-child(12n + 6),
.winners-trophy-track img:nth-child(12n) {
  transform: rotate(4deg);
}

@keyframes winners-trophy-scroll {
  to {
    transform: translateX(calc(-50% - clamp(6px, 0.85vw, 10px)));
  }
}

.winners-art {
  right: 0;
  bottom: 0;
  width: min(52%, 410px);
  height: 95%;
  object-fit: contain;
  object-position: right bottom;
}

@container (max-width: 720px) {
  .winners-trophy-marquee {
    display: none;
  }
}

@media (max-width: 1380px) {
  .winners-trophy-marquee {
    display: none;
  }
}

.vote-card .home-card-copy {
  width: min(62%, 300px);
  min-height: 44%;
  padding-right: clamp(18px, 2.4vw, 30px);
}

.next-card .home-card-copy {
  width: min(52%, 260px);
  min-height: 44%;
  padding-right: clamp(18px, 2.4vw, 30px);
}

.vote-card .home-card-copy p,
.next-card .home-card-copy p {
  max-width: 19ch;
}

.next-card .home-card-copy p {
  max-width: 13ch;
}

.vote-art {
  right: -8%;
  bottom: 0;
  width: 70%;
  height: 65%;
  object-fit: contain;
  object-position: right bottom;
}

.next-art {
  right: 0;
  bottom: 0;
  width: 44%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
}

.about-card .home-card-copy {
  width: min(36%, 390px);
  min-width: 320px;
  justify-content: center;
  min-height: 100%;
}

.about-art {
  right: 0;
  bottom: 0;
  width: min(62%, 760px);
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

@media (min-width: 1500px) {
  .home-bento-grid {
    width: min(76vw, 1240px);
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .home-bento-section {
    padding: clamp(34px, 4.6vw, 64px) clamp(18px, 4vw, 44px) clamp(56px, 7vw, 92px);
  }

  .home-bento-grid {
    --bento-gap: clamp(14px, 2.2vw, 22px);
    --bento-radius: clamp(22px, 3vw, 30px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows:
      clamp(330px, 35vw, 430px)
      clamp(300px, 31vw, 370px)
      clamp(280px, 28vw, 340px);
    grid-template-areas:
      "watch winners"
      "vote next"
      "about about";
    width: min(100%, 980px);
    margin-top: clamp(-58px, -4.6vw, -28px);
  }

  .watch-card,
  .winners-card,
  .vote-card,
  .next-card,
  .about-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .watch-card {
    grid-area: watch;
  }

  .winners-card {
    grid-area: winners;
  }

  .vote-card {
    grid-area: vote;
  }

  .next-card {
    grid-area: next;
  }

  .about-card {
    grid-area: about;
  }

  .home-card-copy,
  .watch-card .home-card-copy,
  .winners-card .home-card-copy,
  .vote-card .home-card-copy,
  .next-card .home-card-copy,
  .about-card .home-card-copy {
    width: min(64%, 350px);
    min-width: 0;
    min-height: auto;
    padding: clamp(22px, 3.1vw, 32px);
  }

  .home-card-copy h2 {
    font-size: clamp(2rem, 2.8vw, 2.65rem);
  }

  .home-card-copy p,
  .vote-card .home-card-copy p,
  .next-card .home-card-copy p,
  .about-card .home-card-copy p {
    max-width: 24ch;
    font-size: clamp(1.1rem, 1.35vw, 1.25rem);
    line-height: 1.16;
  }

  .home-card-button {
    min-height: 48px;
    padding: 0 22px;
    font-size: 1.08rem;
  }

  .watch-card .home-card-copy {
    width: 42%;
  }

  .watch-youtube-logo {
    width: 65%;
  }

  .watch-art {
    right: 0;
    bottom: 0;
    width: min(76%, 450px);
    height: 87%;
    bottom: 3%;
  }

  .winners-card .home-card-copy {
    width: 43%;
  }

  .winners-trophy-marquee {
    left: clamp(22px, 3vw, 32px);
    right: 34%;
    bottom: clamp(18px, 2.8vw, 26px);
    height: clamp(52px, 6.2vw, 68px);
  }

  .winners-art {
    right: 0;
    bottom: 0;
    width: min(58%, 330px);
    height: 84%;
    object-position: right bottom;
  }

  .vote-card .home-card-copy {
    width: min(58%, 300px);
  }

  .vote-art {
    right: -5%;
    bottom: 0;
    width: min(64%, 350px);
    height: 70%;
  }

  .next-card .home-card-copy {
    width: min(52%, 270px);
  }

  .next-card .home-card-copy p {
    max-width: 14ch;
  }

  .next-art {
    right: 0;
    bottom: 0;
    width: min(46%, 270px);
    height: 103%;
    object-position: right bottom;
  }

  .about-card .home-card-copy {
    width: min(44%, 390px);
    justify-content: center;
    min-height: 100%;
  }

  .about-card .home-card-copy p {
    max-width: 28ch;
  }

  .about-art {
    right: 0;
    bottom: 0;
    width: min(62%, 660px);
    height: 100%;
    object-position: right bottom;
  }
}

@media (min-width: 761px) and (max-width: 880px) {
  .watch-art {
    width: min(62%, 250px);
    bottom: 10%;
  }

  .about-art {
    width: min(75%, 620px);
  }
}

@media (max-width: 760px) {
  .home-bento-section {
    padding: clamp(28px, 7vw, 52px) clamp(12px, 4vw, 28px) clamp(48px, 9vw, 80px);
  }

  .home-bento-grid {
    --bento-gap: clamp(14px, 4vw, 20px);
    --bento-radius: clamp(20px, 5vw, 30px);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    width: min(100%, 620px);
    margin-top: clamp(-36px, -5vw, -16px);
  }

  .watch-card,
  .winners-card,
  .vote-card,
  .next-card,
  .about-card {
    grid-column: auto;
    grid-row: auto;
  }

  .home-card-copy,
  .watch-card .home-card-copy,
  .winners-card .home-card-copy,
  .vote-card .home-card-copy,
  .next-card .home-card-copy,
  .about-card .home-card-copy {
    width: min(76%, 430px);
    min-width: 0;
    min-height: auto;
    padding: clamp(24px, 6vw, 36px);
  }

  .home-card-copy h2 {
    font-size: clamp(2rem, 7.2vw, 2.85rem);
    line-height: 1;
  }

  .home-card-copy p,
  .vote-card .home-card-copy p,
  .next-card .home-card-copy p,
  .about-card .home-card-copy p {
    max-width: min(31ch, 72vw);
    font-size: clamp(1.08rem, 3.8vw, 1.38rem);
    line-height: 1.18;
  }

  .home-card-button {
    min-height: clamp(48px, 12vw, 58px);
    padding: 0 clamp(22px, 6vw, 30px);
    font-size: clamp(1.04rem, 3.5vw, 1.22rem);
  }

  .home-bento-card {
    min-height: clamp(340px, 78vw, 470px);
  }

  .watch-card {
    min-height: clamp(440px, 104vw, 570px);
  }

  .watch-card .home-card-copy {
    width: min(82%, 470px);
  }

  .watch-youtube-logo {
    width: min(65%, 150px);
    margin-bottom: clamp(14px, 4vw, 22px);
  }

  .watch-art {
    right: 0;
    bottom: 0;
    width: min(90%, 540px);
    height: 65%;
  }

  .winners-card {
    min-height: clamp(430px, 92vw, 560px);
  }

  .winners-card .home-card-copy {
    width: min(82%, 470px);
  }

  .winners-trophy-marquee {
    left: clamp(22px, 6vw, 36px);
    right: 34%;
    bottom: clamp(24px, 6vw, 34px);
    height: clamp(54px, 13vw, 78px);
  }

  .winners-art {
    --winners-art-top: clamp(220px, 36vw, 270px);
    top: var(--winners-art-top);
    right: 0;
    bottom: 0;
    width: min(58%, 380px);
    height: auto;
    max-height: calc(100% - var(--winners-art-top));
    object-position: right bottom;
  }

  .vote-card {
    min-height: clamp(300px, 63vw, 390px);
  }

  .next-card {
    min-height: clamp(300px, 62vw, 390px);
  }

  .vote-card .home-card-copy {
    width: min(70%, 380px);
  }

  .vote-art {
    right: -18px;
    bottom: 0;
    width: min(58%, 350px);
    height: 70%;
  }

  .next-card .home-card-copy {
    width: min(58%, 320px);
  }

  .next-card .home-card-copy p {
    max-width: 15ch;
  }

  .next-art {
    top: 0;
    right: 0;
    bottom: auto;
    width: min(46%, 290px);
    height: 93%;
    object-position: right top;
  }

  .about-card {
    min-height: clamp(340px, 78vw, 470px);
  }

  .about-card .home-card-copy {
    justify-content: flex-start;
    width: min(82%, 470px);
  }

  .about-art {
    right: -2%;
    bottom: 0;
    width: min(130%, 820px);
    height: 64%;
  }
}

@media (min-width: 630px) and (max-width: 760px) {
  .home-bento-section {
    padding-right: clamp(16px, 3vw, 24px);
    padding-left: clamp(16px, 3vw, 24px);
  }

  .home-bento-grid {
    --bento-gap: clamp(12px, 2vw, 16px);
    --bento-radius: clamp(20px, 3.5vw, 26px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows:
      clamp(420px, 62vw, 460px)
      clamp(290px, 42vw, 320px)
      clamp(310px, 44vw, 340px);
    grid-template-areas:
      "watch winners"
      "vote next"
      "about about";
    width: min(100%, 720px);
  }

  .watch-card,
  .winners-card,
  .vote-card,
  .next-card,
  .about-card {
    min-height: 0;
  }

  .watch-card {
    grid-area: watch;
  }

  .winners-card {
    grid-area: winners;
  }

  .vote-card {
    grid-area: vote;
  }

  .next-card {
    grid-area: next;
  }

  .about-card {
    grid-area: about;
  }

  .home-card-copy,
  .watch-card .home-card-copy,
  .winners-card .home-card-copy,
  .vote-card .home-card-copy,
  .next-card .home-card-copy,
  .about-card .home-card-copy {
    width: 100%;
    padding: clamp(20px, 3.2vw, 24px);
  }

  .home-card-copy h2 {
    font-size: clamp(1.75rem, 4.3vw, 2.05rem);
    line-height: 1;
  }

  .home-card-copy p,
  .vote-card .home-card-copy p,
  .next-card .home-card-copy p,
  .about-card .home-card-copy p {
    max-width: 24ch;
    font-size: clamp(0.98rem, 2.25vw, 1.08rem);
    line-height: 1.18;
  }

  .home-card-button {
    min-height: 44px;
    margin-top: clamp(14px, 2.4vw, 18px);
    padding: 0 20px;
    font-size: 1rem;
  }

  .watch-card .home-card-copy,
  .winners-card .home-card-copy {
    width: 92%;
  }

  .watch-youtube-logo {
    width: min(48%, 130px);
    margin-bottom: 14px;
  }

  .watch-art {
    top: clamp(184px, 28vw, 214px);
    right: 0;
    bottom: 0;
    width: min(96%, 350px);
    height: auto;
    max-height: calc(100% - clamp(175px, 19vw, 214px));
    object-position: right bottom;
  }

  .winners-art {
    --winners-art-top: clamp(190px, 27vw, 220px);
    top: var(--winners-art-top);
    right: 0;
    bottom: 0;
    width: min(90%, 330px);
    height: auto;
    max-height: calc(100% - var(--winners-art-top));
  }

  .vote-card .home-card-copy {
    width: 76%;
  }

  .vote-card .home-card-copy p {
    max-width: 18ch;
  }

  .vote-art {
    right: -6%;
    width: min(64%, 220px);
    height: 58%;
  }

  .next-card .home-card-copy {
    width: 62%;
  }

  .next-card .home-card-copy p {
    max-width: 13ch;
  }

  .next-art {
    top: 0;
    right: 0;
    bottom: auto;
    width: min(50%, 180px);
    height: 96%;
    object-position: right top;
  }

  .about-card .home-card-copy {
    justify-content: center;
    width: min(50%, 330px);
    min-height: 100%;
  }

  .about-card .home-card-copy p {
    max-width: 24ch;
  }

  .about-art {
    right: 0;
    width: 80%;
    height: 100%;
    object-position: right bottom;
  }
}

@media (min-width: 521px) and (max-width: 560px) {
  .home-bento-grid {
    width: min(100%, 480px);
  }

  .home-bento-card {
    min-height: clamp(330px, 78vw, 430px);
  }

  .home-card-copy,
  .watch-card .home-card-copy,
  .winners-card .home-card-copy,
  .vote-card .home-card-copy,
  .next-card .home-card-copy,
  .about-card .home-card-copy {
    width: min(82%, 360px);
    padding: clamp(22px, 5vw, 28px);
  }

  .home-card-copy h2 {
    font-size: clamp(1.9rem, 7vw, 2.48rem);
  }

  .home-card-copy p,
  .vote-card .home-card-copy p,
  .next-card .home-card-copy p {
    max-width: 25ch;
    font-size: clamp(1.03rem, 3.8vw, 1.22rem);
  }

  .home-card-button {
    min-height: 48px;
    font-size: 1.02rem;
  }

  .watch-card {
    min-height: clamp(430px, 104vw, 560px);
  }

  .watch-art {
    width: min(106%, 460px);
  }

  .winners-card {
    min-height: 400px;
  }

  .winners-art {
    --winners-art-top: 30%;
    top: auto;
    bottom: 0;
    width: min(80%, 360px);
    max-height: calc(100% - var(--winners-art-top));
  }

  .vote-card {
    min-height: clamp(260px, 63vw, 370px);
  }

  .next-card {
    min-height: clamp(300px, 70vw, 370px);
  }

  .about-card {
    min-height: clamp(330px, 78vw, 430px);
  }

  .vote-art {
    width: min(68%, 310px);
    height: 65%;
  }

  .next-card .home-card-copy {
    width: min(58%, 260px);
  }

  .next-art {
    width: min(50%, 230px);
    height: 96%;
  }

  .about-art {
    right: -8%;
    width: 130%;
  }
}

@media (max-width: 520px) {
  .home-bento-grid {
    width: 100%;
  }

  .home-bento-card {
    min-height: clamp(330px, 88vw, 430px);
  }

  .watch-card {
    min-height: clamp(430px, 116vw, 560px);
  }

  .home-card-copy,
  .watch-card .home-card-copy,
  .winners-card .home-card-copy,
  .vote-card .home-card-copy,
  .next-card .home-card-copy,
  .about-card .home-card-copy {
    width: min(82%, 360px);
    padding: clamp(22px, 6.2vw, 28px);
  }

  .home-card-copy h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.48rem);
  }

  .home-card-copy p,
  .vote-card .home-card-copy p,
  .next-card .home-card-copy p {
    max-width: 25ch;
    font-size: clamp(1.03rem, 4.5vw, 1.22rem);
  }

  .home-card-button {
    min-height: 48px;
    font-size: 1.02rem;
  }

  .watch-art {
    right: 0;
    width: min(106%, 460px);
    height: 65%;
  }

  .winners-card {
    min-height: clamp(470px, 126vw, 530px);
  }

  .winners-trophy-marquee {
    right: 28%;
    bottom: clamp(18px, 5.5vw, 26px);
    height: clamp(48px, 14vw, 62px);
  }

  .winners-art {
    --winners-art-top: clamp(198px, 45vw, 192px);
    top: auto;
    right: 0;
    bottom: 0;
    width: min(80%, 360px);
    height: auto;
    max-height: calc(100% - var(--winners-art-top));
  }

  .vote-card {
    min-height: clamp(260px, 63vw, 370px);
  }

  .next-card {
    min-height: clamp(300px, 76vw, 370px);
  }

  .about-card {
    min-height: clamp(330px, 88vw, 430px);
  }

  .vote-art {
    right: -18px;
    width: min(68%, 310px);
    height: 65%;
  }

  .next-card .home-card-copy {
    width: min(58%, 260px);
  }

  .next-art {
    top: 0;
    width: min(50%, 230px);
    height: 96%;
    bottom: auto;
    object-position: right top;
  }

  .about-art {
    right: -8%;
    width: 130%;
    height: 64%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .winners-trophy-track {
    animation: none;
    transform: translateX(-8%);
  }
}

@media (orientation: portrait) and (max-width: 430px) {
  :root {
    --hero-height: clamp(700px, 82svh, 790px);
    --hero-top-curtain-height: clamp(108px, 13.8svh, 132px);
    --hero-top-curtain-overlap: clamp(18px, 7vw, 36px);
    --hero-side-space: clamp(46px, 13.6vw, 62px);
    --hero-side-curtain-height: 92%;
    --hero-content-top: calc(var(--hero-top-curtain-height) + clamp(16px, 3svh, 26px));
    --hero-content-width: calc(100% - (var(--hero-side-space) * 2));
    --hero-title-size: clamp(2.55rem, 17.8cqw, 3.32rem);
    --hero-title-max-width: 100%;
    --hero-logo-height: clamp(330px, 47svh, 390px);
    --hero-logo-baseline-offset: 22px;
    --hero-logo-min-scale: 0.34;
    --hero-logo-max-scale: 0.58;
    --hero-logo-gap: clamp(-28px, -2.4svh, -18px);
  }

  .home-hero {
    background: var(--bg);
  }

  .curtain-top-track {
    min-width: calc(100vw + 360px);
  }

  .hero-brand-link {
    width: min(100%, clamp(180px, 53vw, 226px));
  }

  .hero-title {
    flex-direction: column;
    align-items: center;
    gap: 0;
    line-height: 0.91;
  }

  .hero-logo {
    max-width: calc(100vw - 46px);
  }
}

@media (orientation: portrait) and (min-width: 431px) and (max-width: 700px) {
  :root {
    --hero-height: clamp(760px, 82svh, 910px);
    --hero-top-curtain-height: clamp(112px, 13svh, 136px);
    --hero-side-space: clamp(54px, 14vw, 88px);
    --hero-side-curtain-height: 88%;
    --hero-content-top: calc(var(--hero-top-curtain-height) + clamp(18px, 2.8svh, 30px));
    --hero-content-width: calc(100% - (var(--hero-side-space) * 2));
    --hero-title-size: clamp(2.9rem, 13cqw, 3.82rem);
    --hero-logo-height: clamp(360px, 45svh, 455px);
    --hero-logo-min-scale: 0.38;
    --hero-logo-max-scale: 0.58;
    --hero-logo-gap: clamp(-30px, -2.5svh, -18px);
  }

  .home-hero {
    background: var(--bg);
  }

  .hero-title {
    flex-direction: column;
    align-items: center;
    gap: 0;
    line-height: 0.91;
  }

  .hero-logo {
    max-width: calc(100vw - 52px);
  }
}

@media (orientation: portrait) and (min-width: 701px) and (max-width: 999px) {
  :root {
    --hero-height: clamp(840px, 84svh, 960px);
    --hero-top-curtain-height: clamp(104px, 10.8svh, 128px);
    --hero-side-curtain-height: 90%;
    --hero-side-space: clamp(82px, 12vw, 128px);
    --hero-content-top: calc(var(--hero-top-curtain-height) + clamp(22px, 3svh, 38px));
    --hero-content-width: min(calc(100% - (var(--hero-side-space) * 2)), 720px);
    --hero-title-size: clamp(4rem, 10.3cqw, 5.15rem);
    --hero-title-max-width: 100%;
    --hero-logo-height: clamp(410px, 41svh, 500px);
    --hero-logo-min-scale: 0.34;
    --hero-logo-max-scale: 0.58;
    --hero-logo-gap: clamp(-28px, -2svh, -14px);
  }

  .hero-title {
    line-height: 0.9;
  }

  .hero-title span:last-child {
    flex-basis: 100%;
  }
}

@media (orientation: portrait) and (min-width: 1000px) and (max-width: 1300px) {
  :root {
    --hero-side-space: clamp(94px, 10vw, 132px);
    --hero-side-curtain-height: 96%;
    --hero-content-top: calc(var(--hero-top-curtain-height) + clamp(18px, 2.6svh, 34px));
    --hero-content-width: min(calc(100% - (var(--hero-side-space) * 2)), 980px);
    --hero-title-size: clamp(4.8rem, 7.9cqw, 5.95rem);
    --hero-title-safe-inset: clamp(112px, 11vw, 148px);
    --hero-title-max-width: min(82%, 820px);
    --hero-logo-height: clamp(520px, 45svh, 640px);
    --hero-logo-baseline-offset: 0px;
    --hero-logo-min-scale: 0.34;
    --hero-logo-max-scale: 0.72;
    --hero-logo-gap: clamp(-28px, -1.8svh, -18px);
  }

  .hero-title {
    line-height: 0.9;
  }

  .hero-logo {
    margin-top: var(--hero-logo-gap);
  }

  .curtain-left {
    transform: translateX(-24%);
  }

  .curtain-right {
    transform: translateX(24%);
  }
}

@media (orientation: landscape) and (max-width: 1100px) {
  :root {
    --hero-top-curtain-height: clamp(88px, 13svh, 108px);
    --hero-side-space: clamp(116px, 16vw, 204px);
    --hero-side-curtain-height: 93%;
    --hero-content-top: calc(var(--hero-top-curtain-height) + clamp(22px, 4svh, 34px));
    --hero-content-width: min(calc(100% - (var(--hero-side-space) * 2)), 760px);
    --hero-title-size: clamp(3rem, 7.2cqw, 4.05rem);
    --hero-title-max-width: min(76%, 540px);
    --hero-logo-baseline-offset: 34px;
    --hero-logo-min-scale: 0.34;
    --hero-logo-max-scale: 0.54;
    --hero-logo-gap: clamp(-18px, -1.2svh, -10px);
  }

  .hero-logo {
    margin-top: var(--hero-logo-gap);
  }

  .hero-title span:last-child {
    flex-basis: 100%;
  }
}

@media (orientation: landscape) and (min-width: 1101px) and (max-width: 1220px) {
  :root {
    --hero-side-space: clamp(190px, 18vw, 248px);
    --hero-content-top: calc(var(--hero-top-curtain-height) + clamp(40px, 5svh, 54px));
    --hero-content-width: min(calc(100% - (var(--hero-side-space) * 2)), 720px);
    --hero-title-size: clamp(3.1rem, 5.6cqw, 4.1rem);
    --hero-title-max-width: min(88%, 650px);
    --hero-title-safe-inset: clamp(190px, 18vw, 248px);
    --hero-logo-baseline-offset: 18px;
    --hero-logo-min-scale: 0.38;
    --hero-logo-max-scale: 0.58;
    --hero-logo-gap: clamp(-28px, -2.2svh, -16px);
  }
}

@media (orientation: landscape) and (min-width: 1221px) and (max-width: 1400px) {
  :root {
    --hero-side-space: clamp(240px, 22vw, 340px);
    --hero-content-top: calc(var(--hero-top-curtain-height) + clamp(34px, 5svh, 52px));
    --hero-content-width: min(calc(100% - (var(--hero-side-space) * 2)), 800px);
    --hero-title-size: clamp(3.85rem, 7.2cqw, 5.05rem);
    --hero-title-max-width: min(90%, 760px);
    --hero-title-safe-inset: clamp(240px, 22vw, 340px);
    --hero-logo-baseline-offset: 30px;
    --hero-logo-min-scale: 0.38;
    --hero-logo-max-scale: 0.72;
    --hero-logo-gap: clamp(-26px, -1.8svh, -14px);
  }

  .hero-logo {
    margin-top: var(--hero-logo-gap);
  }
}

@media (orientation: landscape) and (min-width: 1221px) and (max-width: 1400px) and (min-height: 900px) {
  :root {
    --hero-side-space: clamp(270px, 23.5vw, 360px);
    --hero-side-curtain-height: 90%;
    --hero-content-top: calc(var(--hero-top-curtain-height) + clamp(36px, 4.6svh, 50px));
    --hero-content-width: min(calc(100% - (var(--hero-side-space) * 2)), 720px);
    --hero-title-size: clamp(3.55rem, 6.4cqw, 4.65rem);
    --hero-title-max-width: min(88%, 680px);
    --hero-title-safe-inset: clamp(270px, 23.5vw, 360px);
    --hero-logo-max-scale: 0.68;
  }

  .home-bento-grid{
    margin: clamp(-138px, -10.6vw, -36px) auto 0;
  }

}

@media (max-width: 929px), (orientation: portrait) and (max-width: 900px) {
  :root {
    --hero-side-curtain-height: 96%;
  }

  body.mobile-curtains-active .curtain-side {
    height: var(--hero-side-curtain-height);
  }

  body.mobile-curtains-active .hero-title {
    max-width: min(100%, 760px);
  }
}

@media (orientation: landscape) and (min-width: 1401px) and (max-height: 760px) {
  :root {
    --hero-content-top: clamp(146px, 18svh, 174px);
    --hero-title-size: clamp(3.75rem, 5.1vw, 4.6rem);
    --hero-logo-baseline-offset: 26px;
    --hero-logo-min-scale: 0.36;
    --hero-logo-max-scale: 0.62;
  }
}

@media (orientation: landscape) and (min-width: 1500px) and (min-height: 1000px) {
  :root {
    --hero-side-space: clamp(290px, 24vw, 520px);
    --hero-content-top: calc(var(--hero-top-curtain-height) + clamp(44px, 4svh, 64px));
    --hero-content-width: min(calc(100% - (var(--hero-side-space) * 2)), 1040px);
    --hero-title-size: clamp(4.6rem, 6.9cqw, 5.8rem);
    --hero-title-max-width: min(94%, 980px);
    --hero-logo-baseline-offset: 0px;
    --hero-logo-min-scale: 0.36;
    --hero-logo-max-scale: 0.68;
    --hero-logo-gap: clamp(-30px, -1.9svh, -18px);
  }
}

@media (orientation: landscape) and (max-height: 640px) {
  :root {
    --hero-height: 640px;
    --hero-top-curtain-height: 94px;
    --hero-side-space: clamp(118px, 22vw, 260px);
    --hero-side-curtain-height: 95%;
    --hero-content-top: calc(var(--hero-top-curtain-height) + 16px);
    --hero-title-size: clamp(2.9rem, 9.5cqw, 4.35rem);
    --hero-logo-height: clamp(390px, 68svh, 470px);
    --hero-logo-max-scale: 0.72;
    --hero-logo-gap: clamp(-16px, -1.2svh, -8px);
  }

  .hero-brand-link {
    width: clamp(160px, 18vw, 220px);
  }
}

@media (orientation: landscape) and (min-width: 930px) and (max-width: 1160px) and (min-height: 641px) and (max-height: 680px) {
  :root {
    --hero-height: min(650px, 100vh);
    --hero-side-space: clamp(136px, 20vw, 230px);
    --hero-side-curtain-height: 100%;
    --hero-content-width: min(calc(100% - (var(--hero-side-space) * 2)), 690px);
    --hero-title-max-width: min(92%, 660px);
    --hero-logo-baseline-offset: 0px;
    --hero-logo-min-scale: 0.42;
    --hero-logo-max-scale: 0.74;
  }
}

@media (orientation: landscape) and (min-width: 930px) and (max-width: 1160px) and (max-height: 640px) {
  :root {
    --hero-side-curtain-height: 100%;
    --hero-logo-baseline-offset: 0px;
    --hero-logo-min-scale: 0.42;
    --hero-logo-max-scale: 0.74;
  }
}
