:root {
  --teal: #27736d;
  --teal-dark: #1f625d;
  --gold: #FFBA23;
  --coral: #d96e58;
  --gold-ink: #34230a;
  --text: #26383b;
  --white: #ffffff;
  --soft-line: rgba(43, 43, 43, 0.22);
  --side-rail: clamp(170px, 12.22vw, 220px);
  --section-gutter: clamp(34px, 4.2vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background: var(--white);
  font-family: "Poppins", Arial, sans-serif;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.page,
.stage,
.hero-card {
  min-height: 100vh;
}

.stage {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.stage::before {
  content: none;
}

.stage::after {
  content: none;
}

.hero-card {
  position: relative;
  width: 100%;
  background: var(--white);
  z-index: 1;
}

.hero-shell {
  position: relative;
  width: calc(100% - var(--side-rail));
  min-height: 100vh;
  overflow: visible;
  background: #6f767b;
  box-shadow: none;
}

.hero-shell::before {
  content: none;
}

.hero-placeholder {
  position: absolute;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.hero-placeholder span {
  display: none;
}

.hero-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Replace this block with your hero background image. */
.hero-background {
  top: 0;
  right: calc(-1 * var(--side-rail));
  bottom: 0;
  left: min(0px, calc((1920px - 100vw) / 2));
  background:
    radial-gradient(circle at 72% 42%, rgba(255, 255, 255, 0.28), transparent 22rem),
    radial-gradient(circle at 70% 52%, rgba(255, 186, 35, 0.08), transparent 28rem),
    linear-gradient(90deg, #151515 0%, #242421 30%, #55534d 58%, #d6d3ca 83%, #ffffff 100%);
}

.hero-background::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.055;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffffff 96%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0 1px, transparent 1px 9px);
}

.hero-background::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(31, 31, 29, 0.08) 44%, rgba(255, 255, 255, 0.08) 72%, #ffffff 100%);
}

.hero-tint {
  position: absolute;
  top: 0;
  right: calc(-1 * var(--side-rail));
  bottom: 0;
  left: min(0px, calc((1920px - 100vw) / 2));
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 46%, rgba(255, 255, 255, 0.14) 72%, #ffffff 100%);
}

.nav-bar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  height: 84px;
  padding-left: 8.24vw;
  color: rgba(255, 255, 255, 0.54);
  font-size: clamp(15px, 1.14vw, 19px);
  font-weight: 400;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
}

.brand-copy {
  display: grid;
  gap: 1px;
  color: #fff;
  font-size: clamp(19px, 1.42vw, 24px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.brand-and {
  display: grid;
  place-items: center;
  width: 26px;
  height: 37px;
  color: var(--gold-ink);
  background: var(--gold);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.1vw, 52px);
  margin-left: clamp(54px, 6.2vw, 104px);
  white-space: nowrap;
}

.nav-links a:first-child {
  color: #fff;
}

.account-actions {
  position: absolute;
  top: clamp(30px, 4.8vh, 42px);
  right: -66px;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.35vw, 22px);
  color: #fff;
  white-space: nowrap;
}

.create-link {
  display: grid;
  place-items: center;
  width: clamp(158px, 11.4vw, 192px);
  height: 62px;
  border: 1px solid var(--gold);
  color: #C98700;
  background: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

.login-button {
  display: grid;
  place-items: center;
  width: clamp(158px, 11.4vw, 192px);
  height: 62px;
  color: var(--gold-ink);
  background: var(--gold);
  font-weight: 500;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.copy-block {
  position: absolute;
  left: 8.24vw;
  top: clamp(228px, 27vh, 252px);
  width: min(50vw, 860px);
}

.copy-block h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 3.45vw, 58px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  white-space: nowrap;
}

.copy-block p {
  width: min(100%, 790px);
  margin: clamp(22px, 2.6vh, 30px) 0 0;
  color: #fff;
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 400;
  line-height: 1.55;
}

.image-stack {
  position: absolute;
  top: 50%;
  right: calc(-1 * var(--side-rail));
  z-index: 2;
  display: block;
  overflow: visible;
  perspective: 1100px;
  width: clamp(560px, 40.7vw, 680px);
  height: clamp(520px, 65.3vh, 610px);
  transform: translateY(-50%);
}

.product-slide {
  position: absolute;
  inset: 0;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  justify-items: center;
  align-content: center;
  row-gap: clamp(18px, 3vh, 32px);
  width: 100%;
  height: 100%;
  overflow: visible;
  padding: clamp(30px, 3vw, 48px);
  background: #fff;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  transition:
    transform 820ms cubic-bezier(0.22, 0.72, 0.18, 1),
    opacity 820ms cubic-bezier(0.22, 0.72, 0.18, 1),
    filter 820ms cubic-bezier(0.22, 0.72, 0.18, 1);
}

.product-slide::before {
  content: none;
}

.product-slide::after {
  content: none;
}

.product-slide.is-active {
  z-index: 3;
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0) scale(1);
}

.product-slide.is-prev {
  z-index: 2;
  opacity: 0.88;
  pointer-events: none;
  filter: saturate(0.82) brightness(0.96);
  transform: translate3d(-40%, 0, -155px) scale(0.86);
  transform-origin: right center;
}

.product-slide.is-next {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  filter: saturate(0.75) brightness(0.92);
  transform: translate3d(33%, 0, -210px) scale(0.82);
  transform-origin: left center;
}

.product-slide.is-hidden {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(44%, 0, -260px) scale(0.78);
}

.product-copy {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  align-self: center;
  width: 100%;
  transform: translateY(clamp(18px, 3vh, 34px));
  padding-top: 0;
  text-align: center;
}

.contest-badge {
  display: inline-grid;
  place-items: center;
  min-height: 28px;
  padding: 0 12px;
  color: var(--gold-ink);
  background: var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
}

.product-copy h3 {
  width: min(100%, 500px);
  margin: 0;
  color: #111312;
  font-size: clamp(28px, 2.15vw, 36px);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
  white-space: pre-line;
}

.product-slide:has(.product-orbit.is-pack) .product-copy h3 {
  width: min(100%, 480px);
  font-size: clamp(27px, 1.9vw, 32px);
}

.product-meta {
  position: absolute;
  left: clamp(30px, 3vw, 48px);
  bottom: clamp(30px, 3vw, 48px);
  z-index: 4;
  margin: 0;
  text-align: left;
  color: rgba(17, 19, 18, 0.68);
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 500;
}

.product-meta time {
  color: #111312;
  font-weight: 700;
}

.product-orbit {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  align-self: center;
  width: 100%;
  min-height: 0;
  padding-top: 0;
}

.product-orbit::before {
  content: none;
}

.product-orbit::after {
  content: "";
  position: absolute;
  bottom: 38px;
  width: clamp(150px, 12vw, 205px);
  height: 34px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  filter: blur(14px);
  transform: rotate(-7deg);
}

.product-orbit img {
  position: relative;
  z-index: 2;
  display: block;
  transition: transform 220ms ease, max-width 220ms ease, max-height 220ms ease;
}

.product-orbit.is-can img {
  max-width: clamp(150px, 13.2vw, 220px);
  max-height: min(88%, 520px);
  transform: rotate(-8deg) translate(-24px, 8px);
  transform-origin: 50% 62%;
  filter: drop-shadow(24px 28px 22px rgba(0, 0, 0, 0.38));
}

.product-orbit.is-pack img {
  max-width: clamp(396px, 31.7vw, 535px);
  max-height: min(96%, 568px);
  transform: rotate(4deg) translate(0, 0);
  transform-origin: 50% 50%;
  filter: drop-shadow(22px 28px 22px rgba(0, 0, 0, 0.35));
}

.product-orbit.is-wide img {
  max-width: clamp(360px, 29.2vw, 492px);
  max-height: min(84%, 464px);
  transform: rotate(-3deg) translate(0, 0);
  transform-origin: 50% 50%;
  filter: drop-shadow(22px 28px 22px rgba(0, 0, 0, 0.35));
}

.search-panel {
  position: absolute;
  left: 0;
  top: clamp(438px, 51.1vh, 477px);
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) 146px;
  align-items: center;
  width: clamp(680px, 49vw, 900px);
  height: 111px;
  padding: 0 20px 0 0;
  background: #fff;
  box-shadow: 0 18px 32px rgba(39, 46, 47, 0.06);
}

.mobile-search-title {
  display: none;
}

.search-field {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  height: 74px;
  padding: 0 clamp(34px, 2.6vw, 44px) 0 28px;
}

.search-field + .search-field {
  border-left: 1px solid var(--soft-line);
}

.search-field span {
  color: #c8c8c8;
  font-size: clamp(13px, 0.9vw, 15px);
  font-weight: 400;
  line-height: 1;
}

.search-field strong {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  color: #373737;
  font-size: clamp(16px, 1.05vw, 18px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.search-field select {
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 0 28px 0 0;
  border: 0;
  outline: 0;
  color: #373737;
  background: transparent;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  appearance: none;
}

.search-field strong::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #252b2d;
  border-bottom: 2px solid #252b2d;
  transform: translateY(-68%) rotate(45deg);
  opacity: 0.92;
  pointer-events: none;
}

.search-field:focus-within span {
  color: #9c9c9c;
}

.search-field:focus-within strong::after {
  border-color: var(--gold);
}

.search-field select:focus-visible {
  color: #1f1f1f;
}

.search-panel button {
  justify-self: start;
  width: 140px;
  height: 56px;
  border: 0;
  color: var(--gold-ink);
  background: var(--gold);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  cursor: pointer;
}

.partners {
  position: absolute;
  left: 8.24vw;
  top: auto;
  bottom: clamp(145px, 18vh, 176px);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: clamp(26px, 3.1vw, 52px);
  width: min(42vw, 680px);
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(21px, 1.55vw, 26px);
  font-weight: 700;
  white-space: nowrap;
}

.partner {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  letter-spacing: 0;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.partner-lunter {
  font-weight: 800;
  text-transform: uppercase;
}

.partner-mondelez {
  gap: 7px;
  font-weight: 700;
}

.partner-mondelez small {
  font-size: 0.48em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateY(2px);
}

.partner-mars {
  font-style: italic;
  font-weight: 800;
}

.social-links {
  position: absolute;
  right: calc(-1 * var(--side-rail));
  bottom: clamp(34px, 5.4vh, 58px);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: clamp(560px, 40.7vw, 680px);
}

.social-links a {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #111312;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.all-contests-link {
  position: absolute;
  left: calc(50% + (var(--side-rail) / 2));
  bottom: clamp(28px, 4vh, 42px);
  z-index: 8;
  display: grid;
  justify-items: center;
  color: rgba(255, 255, 255, 0.86);
  transform: translateX(-50%);
}

.all-contests-link b {
  position: relative;
  display: block;
  width: 14px;
  height: 26px;
  color: rgba(255, 255, 255, 0.38);
  background: transparent;
  border: 0;
  font-size: 0;
  animation: arrowFloat 1.6s ease-in-out infinite;
}

.all-contests-link b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 19px;
  background: rgba(255, 255, 255, 0.36);
  transform: translateX(-50%);
}

.all-contests-link b::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  transform: translateX(-50%) rotate(45deg);
}

@keyframes arrowFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(7px);
  }
}

.hero-slider {
  position: absolute;
  top: 40.1vh;
  right: -28px;
  z-index: 6;
  display: grid;
  justify-items: center;
  gap: 26px;
  width: var(--side-rail);
  color: var(--teal-dark);
  font-size: 16px;
  font-weight: 400;
}

.slider-arrow {
  display: grid;
  place-items: center;
  width: 32px;
  height: 22px;
  border: 0;
  color: var(--teal-dark);
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.seo-divider {
  display: grid;
  place-items: center;
  min-height: var(--side-rail);
  padding: 34px clamp(24px, 8vw, 140px);
  background: #fff;
  color: rgba(50, 85, 88, 0.58);
  text-align: center;
}

.seo-divider p {
  max-width: 860px;
  margin: 0;
  font-size: clamp(12px, 0.92vw, 15px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contests-section {
  position: relative;
  background:
    linear-gradient(90deg, #ffffff 0 var(--side-rail), transparent var(--side-rail) 100%),
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.28), transparent 22rem),
    radial-gradient(circle at 30% 42%, rgba(255, 186, 35, 0.08), transparent 28rem),
    linear-gradient(270deg, #151515 0%, #242421 30%, #55534d 58%, #d6d3ca 83%, #ffffff 100%);
  color: #fff;
  padding: 92px 0 27px;
}

.contests-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--side-rail);
  z-index: 0;
  background:
    linear-gradient(270deg, rgba(0, 0, 0, 0.28), rgba(31, 31, 29, 0.08) 44%, rgba(255, 255, 255, 0.08) 72%, #ffffff 100%);
  pointer-events: none;
}

.contests-rail {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: var(--side-rail);
  height: min(100vh, 760px);
  color: var(--teal-dark);
  pointer-events: none;
}

.contests-rail span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
}

.contests-inner {
  position: relative;
  z-index: 1;
  width: min(1520px, calc(100% - var(--side-rail) - var(--section-gutter) - var(--section-gutter)));
  margin-left: calc(var(--side-rail) + var(--section-gutter));
  margin-right: auto;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}

.section-kicker {
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: var(--gold-ink);
  background: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.section-heading h2 {
  margin: 18px 0 0;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.62;
}

.filters-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 44px;
}

.filter-pill {
  height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.filter-pill.is-active,
.filter-pill:hover {
  border-color: var(--gold);
  color: var(--gold-ink);
  background: var(--gold);
}

.contest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.contest-tile {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(190px, 1fr) auto;
  align-items: stretch;
  min-height: 380px;
  overflow: visible;
  padding: 28px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.tile-link {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.contest-tile:hover {
  border-color: rgba(255, 186, 35, 0.52);
}

.contest-tile:nth-child(n+7) {
  display: none;
}

.contest-tile.is-hidden {
  display: none;
}

.tile-image {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  place-items: center;
  align-self: stretch;
  overflow: visible;
  min-height: 210px;
  background: transparent;
}

.tile-image::after {
  content: "";
  position: absolute;
  bottom: 18px;
  width: min(132px, 86%);
  height: 24px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  filter: blur(12px);
  transform: rotate(-7deg);
}

.tile-image img {
  display: block;
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 170px;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(18px 22px 18px rgba(0, 0, 0, 0.36));
  transform: rotate(-7deg);
}

.contest-tile:nth-child(2) .tile-image img {
  max-width: 230px;
  max-height: 175px;
  transform: rotate(4deg);
}

.contest-tile:nth-child(3) .tile-image img {
  max-width: 220px;
  max-height: 170px;
  transform: rotate(-3deg);
}

.tile-placeholder {
  z-index: 2;
  color: rgba(255, 255, 255, 0.86);
  font-size: 34px;
  font-weight: 700;
  background: transparent;
}

.tile-placeholder.accent {
  color: var(--gold);
  background: transparent;
}

.tile-placeholder.soft {
  background: transparent;
}

.tile-placeholder.gold {
  color: var(--gold);
}

.tile-body {
  position: relative;
  display: contents;
  z-index: 3;
}

.tile-tag {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: max-content;
  min-height: 26px;
  padding: 0 10px;
  display: inline-grid;
  place-items: center;
  color: var(--gold-ink);
  background: var(--gold);
  font-size: 11px;
  font-weight: 700;
}

.tile-body h3 {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  grid-row: 3;
  align-self: start;
  justify-self: center;
  margin: 22px 0 0;
  max-width: 100%;
  min-height: 0;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 1.28vw, 25px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.contest-tile:nth-child(3n + 1) .tile-body h3 {
  color: #2A2926;
}

.tile-body p {
  display: none;
}

.tile-body time {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold);
}

.detail-page {
  min-height: 100vh;
  background: #3f464a;
  color: #fff;
  overflow-x: hidden;
}

.detail-hero {
  --detail-card-width: clamp(560px, 40.7vw, 680px);
  --detail-card-gap: clamp(64px, 6vw, 116px);
  position: relative;
  isolation: isolate;
  min-height: max(720px, 100vh);
  overflow: hidden;
  padding: 0 0 80px;
}

.detail-hero .hero-background,
.detail-hero .hero-tint {
  inset: 0;
}

.detail-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: calc(100% - var(--side-rail));
  height: 84px;
  padding-left: 8.24vw;
}

.detail-nav .account-actions {
  position: absolute;
  top: clamp(30px, 4.8vh, 42px);
  right: -66px;
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(52px, 7vw, 110px);
  width: min(
    calc(100% - 8.24vw - var(--detail-card-width) - var(--detail-card-gap)),
    860px
  );
  margin-left: 8.24vw;
  margin-right: auto;
  padding-top: clamp(56px, 8vh, 92px);
}

.detail-copy {
  position: relative;
  z-index: 2;
}

.detail-back {
  display: inline-flex;
  width: max-content;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 600;
}

.detail-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.detail-kicker span {
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: var(--gold-ink);
  background: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.detail-kicker time {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.detail-copy h1 {
  max-width: min(780px, 100%);
  margin: 0;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.detail-copy > p {
  max-width: min(720px, 100%);
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.7;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: min(760px, 100%);
  margin: 42px 0 0;
}

.detail-meta div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.detail-meta dt {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.detail-meta dd {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.detail-product-card {
  position: absolute;
  top: calc(50% + clamp(24px, 3.8vh, 38px));
  right: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  justify-items: center;
  align-content: center;
  row-gap: clamp(18px, 3vh, 32px);
  width: var(--detail-card-width);
  height: clamp(520px, 65.3vh, 610px);
  padding: clamp(30px, 3vw, 48px);
  border: 0;
  background: #fff;
  box-shadow: none;
  transform: translateY(-50%);
}

.detail-product-card img {
  grid-row: 2;
  place-self: center;
  max-width: min(82%, 360px);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(22px 28px 22px rgba(0, 0, 0, 0.35));
  transform: rotate(-4deg);
}

.detail-product-card.is-pack img {
  max-width: clamp(396px, 31.7vw, 535px);
  max-height: min(96%, 568px);
  transform: rotate(4deg) translate(0, 0);
}

.detail-product-card.is-wide img {
  max-width: clamp(360px, 29.2vw, 492px);
  max-height: min(84%, 464px);
  transform: rotate(-3deg) translate(0, 0);
}

.detail-product-card.is-can img {
  max-width: clamp(150px, 13.2vw, 220px);
  max-height: min(88%, 520px);
  transform: rotate(-8deg) translate(-24px, 8px);
}

.detail-product-card.is-placeholder::before {
  content: "KP";
  place-self: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 72px;
  font-weight: 800;
}

.detail-product-card p {
  grid-row: 1;
  width: min(100%, 500px);
  margin: 0;
  color: #111312;
  font-size: clamp(28px, 2.15vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transform: translateY(clamp(18px, 3vh, 34px));
}

.detail-product-card.is-pack p {
  width: min(100%, 480px);
  font-size: clamp(27px, 1.9vw, 32px);
}

.detail-content {
  padding: 76px max(28px, calc((100vw - 1520px) / 2 + 28px)) 70px;
  background: #fff;
  color: var(--text);
}

.countdown-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  margin-bottom: 46px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.13), transparent 18rem),
    radial-gradient(circle at 82% 12%, rgba(255, 186, 35, 0.13), transparent 18rem),
    linear-gradient(135deg, #111211 0%, #242421 46%, #55534d 100%);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.12);
}

.countdown-card > span {
  color: #f4f1e8;
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 800;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(78px, 1fr));
  gap: 10px;
}

.countdown-grid div {
  display: grid;
  place-items: center;
  min-height: 82px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.countdown-grid strong {
  font-size: 28px;
  line-height: 1;
}

.countdown-grid small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
}

.detail-panel,
.detail-side-panel {
  border: 1px solid rgba(38, 56, 59, 0.12);
  padding: 30px;
}

.detail-panel h2 {
  margin: 0 0 18px;
  color: #2a2926;
  font-size: 24px;
  line-height: 1.2;
}

.detail-side-panel h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.detail-panel p,
.detail-panel li {
  color: rgba(38, 56, 59, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.detail-panel ol {
  margin: 0;
  padding-left: 20px;
}

.detail-side-panel {
  grid-column: 2;
  grid-row: 1 / span 3;
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.12), transparent 16rem),
    radial-gradient(circle at 82% 10%, rgba(255, 186, 35, 0.12), transparent 18rem),
    linear-gradient(135deg, #111211 0%, #242421 48%, #55534d 100%);
  color: #fff;
}

.detail-side-panel ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-side-panel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-side-panel span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 700;
}

.detail-side-panel strong,
.detail-side-panel a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.detail-cta {
  display: grid;
  place-items: center;
  height: 56px;
  margin-top: 28px;
  background: var(--gold);
  color: var(--gold-ink);
  font-weight: 800;
}

.detail-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px max(28px, calc((100vw - 1520px) / 2 + 28px));
  background: #fff;
  border-top: 1px solid rgba(38, 56, 59, 0.12);
  color: rgba(38, 56, 59, 0.56);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .hero-shell {
    width: 100%;
    min-height: 100vh;
    padding-bottom: 58px;
  }

  .account-actions {
    right: 24px;
  }

  .hero-slider {
    display: none;
  }

  .contests-rail {
    display: none;
  }

  .image-stack {
    right: 36px;
    width: min(58vw, 640px);
  }

  .product-slide {
    width: 100%;
  }

  .search-panel {
    left: 0;
    width: min(64vw, 760px);
  }

  .contest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-hero-grid,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-hero {
    min-height: auto;
  }

  .detail-hero-grid {
    width: min(100% - 16.48vw, 760px);
  }

  .detail-product-card {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 680px);
    height: auto;
    min-height: 520px;
    margin: 46px auto 0;
    transform: none;
  }

  .detail-side-panel {
    grid-column: auto;
    grid-row: auto;
  }

  .countdown-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1500px) and (min-width: 901px) {
  .product-slide.is-prev {
    transform: translate3d(-30%, 0, -155px) scale(0.86);
  }

  .search-panel {
    width: clamp(620px, 48vw, 720px);
  }
}

@media (min-width: 1680px) {
  .contest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .page,
  .stage,
  .hero-card {
    min-height: auto;
  }

  .stage {
    overflow: visible;
  }

  .hero-shell {
    width: 100%;
    min-height: 100svh;
    padding-bottom: 0;
  }

  .hero-shell {
    overflow: hidden;
  }

  .nav-bar {
    height: 82px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    padding: 16px 26px 0;
  }

  .nav-links {
    grid-column: 1 / -1;
    gap: 26px;
    margin-left: 0;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .account-actions {
    position: static;
    justify-self: end;
    align-self: center;
    gap: 5px;
    font-size: 12px;
  }

  .create-link {
    display: grid;
    place-items: center;
    width: 118px;
    min-height: 40px;
    height: 40px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
  }

  .login-button {
    width: 112px;
    height: 40px;
    font-size: 12px;
  }

  .hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - 82px);
    padding: 34px 26px 18px;
  }

  .copy-block,
  .image-stack,
  .mobile-search-title,
  .search-panel,
  .partners,
  .social-links {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .copy-block {
    display: none;
  }

  .copy-block h1 {
    font-size: clamp(34px, 9.8vw, 50px);
    line-height: 1.1;
    white-space: normal;
  }

  .copy-block p {
    width: min(100%, 430px);
    margin-top: 14px;
    font-size: clamp(14px, 3.8vw, 17px);
    line-height: 1.52;
  }

  .image-stack {
    display: block;
    width: 100%;
    height: clamp(360px, 45svh, 460px);
    margin-top: clamp(34px, 7svh, 72px);
    transform: none;
  }

  .product-slide {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(180px, 1fr);
    row-gap: 14px;
    width: 100%;
    height: clamp(360px, 45svh, 460px);
    min-height: clamp(360px, 45svh, 460px);
    padding: 24px 0 18px;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    overflow: visible;
    transform: none;
    transition: none;
  }

  .product-slide::before {
    content: none;
  }

  .product-slide::after {
    content: none;
  }

  .product-slide:not(.is-active) {
    display: none;
  }

  .product-copy {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-copy h3,
  .product-slide:has(.product-orbit.is-pack) .product-copy h3 {
    grid-column: 1;
    justify-self: center;
    width: min(100%, 420px);
    margin-top: 0;
    text-align: center;
    color: #fff;
    font-size: clamp(23px, 6vw, 31px);
    line-height: 1.12;
  }

  .contest-badge {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    width: max-content;
    min-height: 27px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .product-meta {
    position: absolute;
    top: 24px;
    right: 0;
    left: auto;
    bottom: auto;
    margin: 0;
    text-align: right;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.25;
  }

  .product-meta time {
    display: block;
    color: #fff;
  }

  .product-orbit {
    grid-row: 2;
    display: grid;
    place-items: center;
    min-height: 0;
    overflow: visible;
    padding: 8px 0 14px;
  }

  .product-orbit.is-can img {
    max-width: clamp(128px, 32vw, 170px);
    max-height: min(100%, 300px);
    transform: rotate(-7deg);
  }

  .product-orbit.is-pack img {
    max-width: clamp(220px, 56vw, 310px);
    max-height: min(100%, 225px);
    transform: rotate(3deg);
  }

  .product-orbit.is-wide img {
    max-width: clamp(220px, 56vw, 310px);
    max-height: min(100%, 225px);
    transform: rotate(-2deg);
  }

  .search-panel {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 20px;
    padding: 16px;
    gap: 12px;
    background: #fff;
    box-shadow: 0 18px 32px rgba(39, 46, 47, 0.06);
  }

  .mobile-search-title {
    display: block;
    width: 100%;
    margin: 22px 0 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }

  .search-field {
    height: 64px;
    padding: 0 10px;
    background: transparent;
    box-shadow: none;
  }

  .search-field + .search-field {
    border-left: 0;
    border-top: 0;
    padding-top: 0;
    height: 64px;
  }

  .search-field span {
    font-size: 12px;
  }

  .search-field strong {
    margin-top: 7px;
  }

  .search-field select {
    font-size: 15px;
  }

  .search-panel button {
    grid-column: 1 / -1;
    width: 100%;
    height: 48px;
  }

  .partners {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(14px, 4vw, 24px);
    width: 100%;
    margin-top: auto;
    padding-top: 18px;
    font-size: clamp(15px, 4.4vw, 20px);
    white-space: nowrap;
  }

  .social-links {
    justify-content: center;
    gap: 24px;
    margin-top: 18px;
  }

  .all-contests-link {
    position: relative;
    left: auto;
    bottom: auto;
    width: max-content;
    margin: 14px auto 0;
    transform: none;
  }

  .seo-divider {
    min-height: 112px;
    padding: 26px 18px;
  }

  .seo-divider p {
    font-size: 10px;
    line-height: 1.65;
    letter-spacing: 0.1em;
  }

  .contests-section {
    background:
      radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.28), transparent 22rem),
      radial-gradient(circle at 30% 42%, rgba(255, 186, 35, 0.08), transparent 28rem),
      linear-gradient(270deg, #151515 0%, #242421 30%, #55534d 58%, #d6d3ca 83%, #ffffff 100%);
  }

  .contests-section::before {
    left: 0;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .contests-inner {
    width: min(100% - 36px, 740px);
    margin-left: auto;
    margin-right: auto;
  }

  .contest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contest-tile {
    min-height: 300px;
  }

  .site-footer {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 12px;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-left: 18px;
    padding-right: 18px;
  }

  .detail-hero {
    min-height: auto;
    padding: 0 22px 52px;
  }

  .detail-nav {
    width: 100%;
    height: 86px;
    padding-left: 0;
  }

  .detail-nav .account-actions {
    position: static;
    display: flex;
    gap: 5px;
  }

  .detail-hero-grid {
    width: 100%;
    margin-left: 0;
    gap: 30px;
    padding-top: 36px;
  }

  .detail-back {
    margin-bottom: 24px;
  }

  .detail-copy h1 {
    font-size: clamp(34px, 9vw, 52px);
  }

  .detail-copy > p {
    font-size: 15px;
  }

  .detail-meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .detail-product-card {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    min-height: 420px;
    padding: 28px;
    transform: none;
  }

  .detail-content {
    padding: 42px 18px 48px;
  }

  .countdown-card {
    padding: 22px;
  }

  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-panel,
  .detail-side-panel {
    padding: 24px;
  }

  .detail-footer {
    display: grid;
    justify-items: center;
    text-align: center;
    padding: 24px 18px;
  }
}

@media (max-width: 560px) {
  .nav-bar {
    height: 78px;
    padding: 14px 18px 0;
    gap: 8px;
  }

  .brand {
    gap: 8px;
  }

  .brand-and {
    width: 22px;
    height: 31px;
    font-size: 18px;
  }

  .brand-copy {
    font-size: 16px;
  }

  .account-actions {
    display: flex;
    gap: 4px;
  }

  .create-link {
    width: 104px;
    min-height: 40px;
    height: 40px;
    font-size: 11px;
  }

  .login-button {
    width: 100px;
    height: 40px;
    font-size: 11px;
  }

  .hero-content {
    min-height: calc(100svh - 78px);
    padding: 24px 24px 14px;
  }

  .image-stack {
    height: clamp(340px, 43svh, 430px);
    margin-top: clamp(28px, 5.5svh, 56px);
  }

  .product-slide {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(170px, 1fr);
    height: clamp(340px, 43svh, 430px);
    min-height: clamp(340px, 43svh, 430px);
    padding: 20px 0 16px;
  }

  .product-copy h3 {
    width: min(100%, 360px);
    margin-top: 16px;
    font-size: clamp(22px, 5.8vw, 29px);
  }

  .product-meta {
    position: absolute;
    top: 20px;
    right: 0;
    left: auto;
    bottom: auto;
    margin: 0;
    text-align: right;
    font-size: 12px;
    line-height: 1.25;
  }

  .product-orbit {
    min-height: 0;
  }

  .product-orbit img {
    max-width: 156px;
    max-height: 300px;
  }

  .product-orbit.is-pack img,
  .product-orbit.is-wide img {
    max-width: 260px;
    max-height: 215px;
    transform: rotate(3deg);
  }

  .search-panel {
    margin-top: 0;
    padding: 14px;
    gap: 10px;
  }

  .search-field {
    height: 58px;
  }

  .search-field + .search-field {
    height: 58px;
  }

  .search-panel button {
    height: 44px;
  }

  .partners {
    display: flex;
    font-size: clamp(13px, 3.8vw, 17px);
    gap: 12px;
  }

  .social-links {
    margin-top: 14px;
  }

  .all-contests-link {
    margin-top: 12px;
  }

  .contests-section {
    padding: 70px 0 24px;
  }

  .contest-grid {
    grid-template-columns: 1fr;
  }

  .contest-tile {
    grid-template-columns: 1fr;
    min-height: 430px;
  }

  .site-footer {
    gap: 12px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .tile-image {
    min-height: 230px;
  }

  .tile-body {
    min-height: 180px;
  }
}

@media (max-width: 380px) {
  .nav-bar {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
  }

  .brand {
    gap: 7px;
  }

  .brand-and {
    width: 20px;
    height: 29px;
    font-size: 17px;
  }

  .brand-copy {
    font-size: 14px;
  }

  .create-link {
    width: 96px;
    font-size: 10px;
  }

  .login-button {
    width: 92px;
    font-size: 10px;
  }

  .product-slide {
    min-height: 320px;
  }

  .partners {
    font-size: 12px;
    gap: 6px;
  }
}
