* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Kallisto Light";
  src: url("/src/public/assets/fonts/fonnts.com-Kallisto_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/src/public/assets/fonts/SpaceGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/src/public/assets/fonts/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/src/public/assets/fonts/SpaceGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/src/public/assets/fonts/SpaceGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/src/public/assets/fonts/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bk-ink: #17120a;
  --bk-muted: #665941;
  --bk-cream: #f7f1e6;
  --bk-paper: #efe6d8;
  --bk-gold: #c89416;
  --bk-gold-2: #e8c66a;
  --bk-gold-3: #f7e8ad;
  --bk-dark: #080807;
  --bk-line: rgba(200, 148, 22, 0.32);
  --bk-glass: rgba(255, 255, 255, 0.48);
  --bk-glass-strong: rgba(255, 255, 255, 0.68);
  --bk-shadow: 0 30px 90px rgba(70, 53, 18, 0.18);
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: var(--bk-cream);
  color: var(--bk-ink);
  font-family: "Space Grotesk", Arial, sans-serif;
  letter-spacing: 0;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

::placeholder {
  color: rgba(102, 89, 65, 0.46);
}

input[type="checkbox"] {
  accent-color: var(--bk-gold);
  width: 17px;
  height: 17px;
}

image-slot {
  --is-bg: rgba(255, 255, 255, 0.24);
}

@keyframes bkFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--slot-rotate, 0deg));
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(var(--slot-rotate, 0deg));
  }
}

@keyframes bkSheen {
  0% {
    transform: translateX(-130%) rotate(10deg);
  }
  100% {
    transform: translateX(130%) rotate(10deg);
  }
}

@keyframes bkShake {
  10%,
  90% {
    transform: translateX(-2px);
  }
  20%,
  80% {
    transform: translateX(4px);
  }
  30%,
  50%,
  70% {
    transform: translateX(-7px);
  }
  40%,
  60% {
    transform: translateX(7px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.campaign-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.82), rgba(247, 241, 230, 0.88) 42%, rgba(229, 215, 190, 0.96)),
    radial-gradient(circle at 18% 14%, rgba(232, 198, 106, 0.36), transparent 32%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.8), transparent 28%),
    var(--bk-paper);
}

.campaign-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(200, 148, 22, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 148, 22, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, #000, transparent 84%);
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 84%);
}

.campaign-page.dark {
  background:
    linear-gradient(140deg, rgba(23, 18, 10, 0.96), rgba(8, 8, 7, 0.98)),
    radial-gradient(circle at 20% 8%, rgba(200, 148, 22, 0.24), transparent 34%),
    var(--bk-dark);
  color: var(--bk-cream);
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  padding: 28px 0 34px;
  display: flex;
  flex-direction: column;
}

.hero-reference.shell {
  width: min(1380px, calc(100% - 56px));
}

.hero-reference::before,
.hero-reference::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.hero-reference::before {
  left: -260px;
  bottom: -290px;
  width: 560px;
  height: 560px;
  border: 2px solid rgba(200, 148, 22, 0.52);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.28);
}

.hero-reference::after {
  right: 19%;
  top: 122px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent 68%);
}

.hero-nav,
.page-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
}

.nav-tour-button {
  min-height: 46px;
  padding-inline: 26px;
  color: #fff;
  background: linear-gradient(180deg, #c9922b, #a76805);
  box-shadow: 0 16px 34px rgba(122, 89, 11, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.brand-lockup.compact {
  justify-content: center;
}

.brand-bk {
  display: grid;
  place-items: center;
  width: 124px;
  min-height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.brand-bk img {
  width: 104px;
  height: auto;
}

.project-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.project-logos img:first-child {
  width: 98px;
}

.project-logos img:last-child {
  width: 174px;
}

.brand-divider {
  width: 1px;
  height: 32px;
  background: rgba(23, 18, 10, 0.26);
}

.brand-lockup img {
  filter: brightness(0) saturate(100%);
  opacity: 0.84;
}

.dark .brand-lockup img {
  filter: brightness(0) invert(1);
  opacity: 0.86;
}

.dark .brand-divider {
  background: rgba(247, 241, 230, 0.34);
}

.campaign-mark {
  margin: clamp(26px, 5vw, 70px) auto clamp(8px, 2vw, 20px);
  color: rgba(116, 84, 10, 0.9);
  font-family: "Kallisto Light", "Space Grotesk", Arial, sans-serif;
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 300;
  letter-spacing: 0.42em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding-left: 0.42em;
}

.page-mark {
  margin-top: clamp(26px, 4vw, 48px);
  margin-bottom: clamp(14px, 3vw, 28px);
  font-size: clamp(40px, 6vw, 72px);
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 18px;
  border: 1px solid rgba(200, 148, 22, 0.42);
  border-radius: 999px;
  color: #77570b;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 12px 35px rgba(122, 89, 11, 0.1);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 34px;
  align-items: center;
  padding-top: 22px;
}

.hero-composition {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(360px, 1fr) minmax(280px, 0.72fr);
  gap: clamp(18px, 2.8vw, 42px);
  align-items: center;
  padding-top: clamp(42px, 6vw, 88px);
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.hero-badge {
  gap: 10px;
  padding: 9px 19px;
  color: #4a3a20;
  background: rgba(255, 255, 255, 0.52);
}

.hero-title {
  max-width: 10.7ch;
  margin: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(3.65rem, 4.6vw, 5.1rem);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

.hero-title .title-soft {
  font-weight: 400;
}

.hero-title .title-strong {
  font-weight: 700;
}

.hero-title .title-medium {
  font-weight: 500;
}

.hero-title .gold {
  font-weight: 700;
  color: transparent;
  background: linear-gradient(180deg, #d19b2e 0%, #9f6404 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.35px rgba(96, 66, 5, 0.16);
  filter: drop-shadow(0 5px 8px rgba(122, 89, 11, 0.14));
}

.hero-title .gold-light {
  background: linear-gradient(180deg, #e4bd68 0%, #c9952f 68%, #a36905 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-text {
  max-width: 42ch;
  margin: 0;
  color: var(--bk-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.hero-text strong,
.gold-inline {
  color: #8b650d;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-validity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #76530a;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-validity span {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1.7px solid currentColor;
  border-radius: 3px;
}

.hero-validity span::before,
.hero-validity span::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  border-top: 1.7px solid currentColor;
}

.hero-validity span::before {
  top: 4px;
}

.hero-validity span::after {
  top: 8px;
}

.hero-start-button {
  color: #fff;
  background: linear-gradient(180deg, #d1a045, #b67808 58%, #8d5504);
}

.hero-how-button {
  padding-inline: 24px;
  color: #9b6709;
  background: rgba(255, 255, 255, 0.38);
}

.hero-visual {
  position: relative;
  min-height: 600px;
}

.portal-shell {
  position: absolute;
  top: 0;
  right: 16px;
  width: min(360px, 82%);
  height: 570px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 180px 180px 34px 34px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 34px 90px rgba(92, 66, 18, 0.18), inset 0 0 0 8px rgba(255, 255, 255, 0.44);
}

.portal-shell::before,
.portal-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.portal-shell::before {
  inset: 12px;
  border-radius: 164px 164px 24px 24px;
  border: 2px solid rgba(222, 170, 52, 0.72);
  box-shadow: 0 0 28px rgba(247, 232, 173, 0.82);
}

.portal-shell::after {
  left: 28px;
  right: 18px;
  bottom: 18px;
  height: 64%;
  border-radius: 999px;
  border-bottom: 7px solid rgba(255, 246, 205, 0.88);
  transform: rotate(-28deg);
  filter: blur(0.2px);
}

.portal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(0.98);
}

.tour-stamp {
  position: absolute;
  top: 28px;
  right: -10px;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: #8d650d;
  background: rgba(255, 247, 226, 0.8);
  box-shadow: 0 14px 32px rgba(122, 89, 11, 0.16), inset 0 0 0 1px rgba(200, 148, 22, 0.22);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.tour-stamp::before {
  content: "";
  width: 32px;
  height: 32px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 9px 0 0 rgba(200, 148, 22, 0.1);
}

.tour-stamp span {
  position: absolute;
}

.tour-stamp span:nth-child(1) {
  top: 10px;
}

.tour-stamp span:nth-child(2) {
  transform: rotate(90deg);
  right: -7px;
}

.tour-stamp span:nth-child(3) {
  bottom: 10px;
  transform: rotate(180deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(200, 148, 22, 0.34);
  border-radius: 999px;
  text-decoration: none;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.button.primary {
  color: #211806;
  background: linear-gradient(180deg, #fff5c8, var(--bk-gold-2) 48%, var(--bk-gold));
  box-shadow: 0 18px 42px rgba(122, 89, 11, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.button.secondary {
  color: #77570b;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(122, 89, 11, 0.22);
}

.hero-media {
  position: relative;
  min-height: 760px;
}

.lottie-stage {
  position: absolute;
  inset: 44px 76px auto auto;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.26)),
    linear-gradient(180deg, rgba(247, 232, 173, 0.28), rgba(200, 148, 22, 0.08));
  box-shadow: var(--bk-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(22px);
}

.prize-card::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -42%;
  width: 44%;
  transform: rotate(10deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  pointer-events: none;
  animation: bkSheen 8s ease-in-out infinite;
}

.lottie-stage .bk-lottie,
.lottie-stage .bk-lottie svg {
  width: 194px;
  height: 194px;
}

.hero-lottie-stage {
  inset: auto auto 54px 70px;
  z-index: 1;
  width: 118px;
  height: 118px;
  border: 0;
  background: radial-gradient(circle, rgba(247, 232, 173, 0.48), transparent 68%);
  box-shadow: none;
  opacity: 0.72;
  backdrop-filter: none;
}

.hero-lottie-stage .bk-lottie,
.hero-lottie-stage .bk-lottie svg {
  width: 112px;
  height: 112px;
}

.float-slot,
image-slot[classname~="float-slot"] {
  position: absolute;
  z-index: 2;
  border: 0;
  background: transparent;
  box-shadow: none;
  animation: bkFloat 7s ease-in-out infinite;
}

.slot-ball,
#bk-ball {
  --slot-rotate: -8deg;
  top: 94px;
  left: 4px;
  width: 120px;
  height: 120px;
}

.slot-trophy,
#bk-trophy-home {
  --slot-rotate: 8deg;
  top: 224px;
  left: 142px;
  right: auto;
  width: 78px;
  height: 118px;
  animation-delay: 0.8s;
}

.slot-mascot,
#bk-mascot {
  --slot-rotate: -4deg;
  top: 96px;
  left: 148px;
  width: 96px;
  height: 126px;
  animation-delay: 0.35s;
}

.slot-jersey,
#bk-jersey {
  --slot-rotate: 7deg;
  right: 0;
  top: 126px;
  width: 118px;
  height: 118px;
  animation-delay: 1.1s;
}

#bk-jersey {
  display: none !important;
}

.hero-visual #bk-ball {
  --slot-rotate: -10deg;
  top: 232px;
  left: 18px;
  width: 112px;
  height: 112px;
  z-index: 4;
}

.hero-visual #bk-mascot {
  --slot-rotate: 10deg;
  top: 286px;
  left: 152px;
  width: 92px;
  height: 120px;
  z-index: 6;
}

.hero-visual #bk-trophy-home {
  --slot-rotate: -6deg;
  top: 402px;
  left: 94px;
  width: 106px;
  height: 210px;
  z-index: 5;
  filter: drop-shadow(0 18px 22px rgba(74, 48, 10, 0.2));
}

.prize-wrap {
  position: absolute;
  left: 34px;
  right: 52px;
  top: 350px;
  z-index: 3;
}

.hero-prize-wrap {
  position: relative;
  z-index: 3;
  align-self: center;
}

.prize-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200, 148, 22, 0.46);
  border-radius: 8px;
  padding: 30px 28px 34px;
  color: var(--bk-ink);
  text-align: center;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.44)),
    linear-gradient(180deg, rgba(247, 232, 173, 0.3), rgba(200, 148, 22, 0.1));
  box-shadow: var(--bk-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(26px);
}

.prize-card > * {
  position: relative;
  z-index: 1;
}

.prize-card::after {
  z-index: 0;
}

.prize-eyebrow {
  margin: 0 0 8px;
  color: #75550a;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.prize-amount {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  max-width: 100%;
  overflow: visible;
  padding: 12px 4px 16px;
  line-height: 1.18;
  color: transparent;
  background: linear-gradient(180deg, #fff7cf 0%, var(--bk-gold-2) 32%, var(--bk-gold) 68%, #8b640d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 8px 12px rgba(122, 89, 11, 0.18));
}

.prize-currency,
.prize-cents {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

.prize-currency {
  margin-top: 24px;
  font-size: 2.8rem;
}

.prize-main {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 8.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

.prize-cents {
  margin-top: 16px;
  font-size: 2.8rem;
}

.prize-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(247, 232, 173, 0.3);
  border-radius: 999px;
  color: var(--bk-gold-3);
  background: linear-gradient(180deg, rgba(23, 18, 10, 0.96), rgba(8, 8, 7, 0.92));
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prize-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 58px;
  margin-top: 22px;
  padding: 0 24px;
  border-radius: 999px;
  color: #f7e8ad;
  background: linear-gradient(180deg, rgba(24, 20, 12, 0.97), rgba(8, 8, 7, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 34px rgba(8, 8, 7, 0.18);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.prize-card.hero-prize {
  width: min(300px, 100%);
  min-height: 368px;
  padding: 34px 28px 28px;
  border-color: rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42)),
    linear-gradient(180deg, rgba(247, 232, 173, 0.2), rgba(200, 148, 22, 0.06));
  box-shadow: 0 30px 82px rgba(70, 53, 18, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.prize-card.hero-prize::before {
  content: "✦";
  display: block;
  margin-bottom: 18px;
  color: #c89416;
  font-size: 1.25rem;
}

.prize-card.hero-prize .prize-eyebrow {
  margin-bottom: 18px;
  color: #4b3a21;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.prize-card.hero-prize .prize-amount {
  align-items: flex-start;
  gap: 10px;
  padding: 4px 0 8px;
  background: linear-gradient(180deg, #e7c874 0%, #c99635 42%, #8a5a09 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 9px 12px rgba(122, 89, 11, 0.16));
}

.prize-card.hero-prize .prize-currency {
  margin-top: 13px;
  font-size: 1.25rem;
}

.prize-card.hero-prize .prize-main {
  font-size: 5.65rem;
  line-height: 0.96;
}

.prize-card.hero-prize .prize-cents {
  display: none;
}

.prize-card.hero-prize .prize-label {
  min-height: auto;
  padding: 0;
  border: 0;
  color: var(--bk-ink);
  background: transparent;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
}

.prize-card.hero-prize .prize-logos {
  margin-top: 24px;
  padding-top: 20px;
}

.prize-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(122, 89, 11, 0.18);
}

.prize-logos img:first-child {
  width: 102px;
}

.prize-logos img:last-child {
  width: 188px;
}

.prize-card.compact {
  padding: 22px 18px 24px;
}

.prize-card.compact .prize-main {
  font-size: 5rem;
}

.prize-card.compact .prize-currency,
.prize-card.compact .prize-cents {
  font-size: 2rem;
}

.hero-flow-panel {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(970px, 84%);
  margin: 28px auto 0;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.38));
  box-shadow: 0 28px 82px rgba(70, 53, 18, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px);
}

.hero-flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 60px auto;
  grid-template-areas:
    "icon number"
    "icon text";
  column-gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 0 22px;
}

.hero-flow-step::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 12px;
  width: 1px;
  background: rgba(122, 89, 11, 0.22);
}

.hero-flow-step:last-child::after {
  display: none;
}

.hero-flow-icon {
  grid-area: icon;
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(200, 148, 22, 0.22);
  border-radius: 50%;
  color: #9a690a;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.86), rgba(239, 230, 216, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 26px rgba(122, 89, 11, 0.1);
}

.hero-flow-icon::before,
.hero-flow-icon::after {
  content: "";
  position: absolute;
}

.hero-flow-icon.tour::before {
  content: "360";
  position: static;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-flow-icon.tour::after {
  width: 28px;
  height: 17px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 999px 999px;
  transform: translateY(4px);
}

.hero-flow-icon.search::before {
  width: 21px;
  height: 21px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.hero-flow-icon.search::after {
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(13px, 13px) rotate(45deg);
}

.hero-flow-icon.form::before {
  width: 24px;
  height: 30px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.hero-flow-icon.form::after {
  width: 14px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateY(2px);
}

.hero-flow-icon.gift::before {
  width: 28px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.hero-flow-icon.gift::after {
  width: 3px;
  height: 30px;
  background: currentColor;
  box-shadow: -11px -9px 0 -5px transparent, 11px -9px 0 -5px transparent;
}

.hero-flow-number {
  grid-area: number;
  color: #9a690a;
  font-weight: 800;
  font-size: 0.82rem;
}

.hero-flow-text {
  grid-area: text;
  max-width: 14ch;
  color: var(--bk-ink);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.25;
}

.hero-footnote {
  position: relative;
  z-index: 2;
  margin: 24px 0 0;
  color: rgba(23, 18, 10, 0.52);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-align: center;
  text-transform: uppercase;
}

.section-band {
  position: relative;
  z-index: 2;
  padding: 28px 0 78px;
}

.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 22px;
  align-items: stretch;
}

.glass-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.34));
  box-shadow: var(--bk-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(24px);
}

.glass-panel.dark-panel {
  color: var(--bk-cream);
  border-color: rgba(247, 232, 173, 0.24);
  background: linear-gradient(145deg, rgba(23, 18, 10, 0.9), rgba(8, 8, 7, 0.72));
  box-shadow: 0 30px 90px rgba(8, 8, 7, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.panel-pad {
  padding: 30px;
}

.section-title {
  margin: 0 0 20px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.steps {
  display: grid;
  gap: 14px;
}

.step-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.step-number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(200, 148, 22, 0.42);
  border-radius: 8px;
  color: #6e5009;
  background: rgba(255, 255, 255, 0.42);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

.step-title {
  margin: 0 0 4px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step-text {
  margin: 0;
  color: var(--bk-muted);
  line-height: 1.55;
}

.step-link,
.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: #7a590d;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(122, 89, 13, 0.36);
}

.cta-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
}

.cta-panel p {
  margin: 0;
  color: var(--bk-muted);
  line-height: 1.6;
}

.validity {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(200, 148, 22, 0.34);
  border-radius: 999px;
  color: #75550a;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  font-weight: 800;
}

.fine-print {
  font-size: 0.85rem;
  color: rgba(102, 89, 65, 0.86);
}

.page-section {
  padding: 28px 0 72px;
}

.page-hero {
  display: grid;
  gap: 22px;
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}

.page-title {
  margin: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 3.25rem;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-lead {
  margin: 0 auto;
  max-width: 68ch;
  color: var(--bk-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.tour-frame {
  overflow: hidden;
  border: 1px solid rgba(200, 148, 22, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--bk-shadow);
  backdrop-filter: blur(24px);
}

.tour-frame iframe {
  display: block;
  width: 100%;
  height: 620px;
  border: 0;
}

.tour-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  color: var(--bk-muted);
}

.form-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.signup-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200, 148, 22, 0.28);
  border-radius: 8px;
  padding: 30px;
  color: var(--bk-ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.38)),
    linear-gradient(180deg, rgba(247, 232, 173, 0.24), rgba(200, 148, 22, 0.08));
  box-shadow: var(--bk-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(22px);
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-head {
  display: grid;
  gap: 12px;
}

.form-title {
  margin: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.form-copy {
  margin: 0;
  color: var(--bk-muted);
  line-height: 1.55;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.signup-card input:not([type="checkbox"]) {
  border-color: rgba(200, 148, 22, 0.24) !important;
  color: var(--bk-ink) !important;
  background: rgba(255, 255, 255, 0.58) !important;
}

.signup-card input:not([type="checkbox"]):hover {
  border-color: rgba(200, 148, 22, 0.48) !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

.signup-card input:not([type="checkbox"]):focus {
  border-color: rgba(200, 148, 22, 0.7) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 0 0 3px rgba(200, 148, 22, 0.14), 0 14px 32px rgba(122, 89, 11, 0.12) !important;
}

.terms-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--bk-muted);
  cursor: pointer;
  font-size: 0.86rem;
  line-height: 1.55;
}

.terms-row a {
  color: var(--bk-gold-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 198, 106, 0.42);
  font-weight: 800;
}

.slider-track {
  position: relative;
  height: 62px;
  overflow: hidden;
  border: 1px solid rgba(200, 148, 22, 0.42);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.32));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  touch-action: none;
  user-select: none;
}

.slider-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 58px;
  background: linear-gradient(90deg, rgba(200, 148, 22, 0.44), rgba(232, 198, 106, 0.18));
  pointer-events: none;
}

.slider-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 34px;
  color: rgba(91, 74, 42, 0.72);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  pointer-events: none;
}

.slider-knob {
  position: absolute;
  top: 5px;
  left: 5px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  color: #241a06;
  cursor: grab;
  background: radial-gradient(120% 120% at 30% 25%, #fff5c8, var(--bk-gold-2) 45%, var(--bk-gold) 100%);
  box-shadow: 0 6px 18px rgba(200, 148, 22, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  will-change: transform;
}

.success-state {
  text-align: center;
  padding: 28px 0;
}

.success-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 24px;
  border-radius: 50%;
  color: #241a06;
  background: radial-gradient(120% 120% at 30% 25%, #fff5c8, var(--bk-gold-2) 45%, var(--bk-gold) 100%);
  box-shadow: 0 0 50px rgba(200, 148, 22, 0.42);
}

.success-title {
  margin: 0 0 12px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.success-copy {
  max-width: 42ch;
  margin: 0 auto;
  color: var(--bk-muted);
  line-height: 1.55;
}

.ghost-button {
  margin-top: 28px;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid rgba(200, 148, 22, 0.5);
  border-radius: 999px;
  color: var(--bk-gold-2);
  background: transparent;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .hero-reference.shell {
    width: min(100% - 32px, 920px);
  }

  .hero-composition {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 44px;
  }

  .hero-copy {
    align-items: center;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
  }

  .hero-title {
    max-width: 12ch;
  }

  .hero-text {
    max-width: 56ch;
  }

  .hero-visual {
    width: min(620px, 100%);
    min-height: 620px;
    margin: 0 auto;
  }

  .portal-shell {
    left: 50%;
    right: auto;
    transform: translateX(-36%);
  }

  .tour-stamp {
    right: 88px;
  }

  .hero-prize-wrap {
    width: min(360px, 100%);
    margin: 0 auto;
  }

  .prize-card.hero-prize {
    margin: 0 auto;
  }

  .hero-flow-panel {
    width: 100%;
  }
}

@media (max-width: 1060px) {
  .hero-grid,
  .info-grid,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    align-items: center;
    text-align: center;
  }

  .hero-title {
    max-width: 13ch;
    font-size: 3.8rem;
  }

  .hero-media {
    min-height: 690px;
  }

  .prize-wrap {
    left: 50%;
    right: auto;
    top: 308px;
    width: min(620px, 94%);
    transform: translateX(-50%);
  }

  .lottie-stage {
    inset: 28px auto auto 50%;
    width: 220px;
    height: 220px;
    transform: translateX(-50%);
  }

  .lottie-stage .bk-lottie,
  .lottie-stage .bk-lottie svg {
    width: 196px;
    height: 196px;
  }

  .hero-lottie-stage {
    inset: auto auto 54px 104px;
    width: 118px;
    height: 118px;
    transform: none;
  }

  .hero-lottie-stage .bk-lottie,
  .hero-lottie-stage .bk-lottie svg {
    width: 112px;
    height: 112px;
  }

  .slot-ball,
  #bk-ball {
    left: 4px;
    top: 86px;
  }

  .slot-trophy,
  #bk-trophy-home {
    left: auto;
    right: 4px;
    top: 112px;
  }

  .slot-mascot,
  #bk-mascot,
  .slot-jersey,
  #bk-jersey {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 24px, 1180px);
  }

  .hero-reference.shell {
    width: min(100% - 24px, 560px);
  }

  .hero {
    padding-top: 18px;
  }

  .hero-nav,
  .page-nav {
    flex-direction: column;
  }

  .brand-lockup {
    flex-direction: column;
    width: 100%;
  }

  .project-logos {
    justify-content: center;
    width: 100%;
  }

  .hero-title,
  .page-title {
    font-size: 2.85rem;
  }

  .hero-composition {
    padding-top: 30px;
  }

  .hero-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-visual {
    min-height: 520px;
  }

  .portal-shell {
    width: min(300px, 86vw);
    height: 470px;
    left: 50%;
    transform: translateX(-50%);
  }

  .tour-stamp {
    top: 10px;
    right: 22px;
    width: 74px;
    height: 74px;
    font-size: 0.46rem;
  }

  .hero-lottie-stage {
    inset: auto auto 30px 16px;
  }

  .hero-flow-panel {
    grid-template-columns: 1fr 1fr;
    padding: 18px 14px;
  }

  .hero-flow-step {
    grid-template-columns: 52px auto;
    min-height: 72px;
    padding: 10px 8px;
  }

  .hero-flow-step::after {
    display: none;
  }

  .hero-flow-icon {
    width: 50px;
    height: 50px;
  }

  .hero-footnote {
    letter-spacing: 0.22em;
  }

  .hero-media {
    min-height: 650px;
  }

  .float-slot,
  image-slot[classname~="float-slot"] {
    opacity: 0.75;
  }

  #bk-ball,
  #bk-trophy-home {
    display: none !important;
  }

  .slot-ball,
  #bk-ball {
    width: 96px;
    height: 96px;
  }

  .slot-trophy,
  #bk-trophy-home {
    width: 96px;
    height: 150px;
  }

  .prize-card {
    padding: 24px 14px 26px;
  }

  .prize-amount {
    gap: 7px;
  }

  .prize-main {
    font-size: 5.4rem;
  }

  .prize-currency,
  .prize-cents {
    font-size: 2rem;
  }

  .prize-currency {
    margin-top: 18px;
  }

  .prize-cents {
    margin-top: 11px;
  }

  .prize-logos {
    flex-direction: column;
  }

  .panel-pad,
  .signup-card {
    padding: 22px;
  }

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

  .tour-frame iframe {
    height: 520px;
  }
}

@media (max-width: 430px) {
  .hero-title,
  .page-title {
    font-size: 2.35rem;
  }

  .hero-title {
    max-width: 10.8ch;
  }

  .hero-flow-panel {
    grid-template-columns: 1fr;
  }

  .hero-flow-step {
    grid-template-columns: 58px auto;
  }

  .portal-shell {
    width: min(270px, 88vw);
    height: 430px;
  }

  .hero-visual {
    min-height: 470px;
  }

  .tour-stamp,
  .hero-lottie-stage {
    display: none;
  }

  .badge-pill {
    width: 100%;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }

  .button {
    width: 100%;
  }

  .hero-media {
    min-height: 590px;
  }

  .prize-wrap {
    top: 286px;
  }

  .prize-main {
    font-size: 4.35rem;
  }

  .prize-currency,
  .prize-cents {
    font-size: 1.55rem;
  }

  .prize-label {
    width: 100%;
    font-size: 0.78rem;
  }

  .project-logos img:first-child {
    width: 82px;
  }

  .project-logos img:last-child {
    width: 142px;
  }
}
