:root {
  --ink: #f7f5ec;
  --muted: #b8d7c7;
  --deep: #003f2d;
  --deep-2: #062217;
  --panel: #0b3b2a;
  --panel-2: #edf7f2;
  --line: rgba(247, 245, 236, 0.16);
  --line-dark: rgba(6, 21, 15, 0.14);
  --gold: #cda85a;
  --gold-2: #f3d993;
  --emerald: #00875f;
  --emerald-soft: #55d99a;
  --danger: #744a4a;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  --header-height: 76px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--deep);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 18% 12%, rgba(85, 217, 154, 0.24), transparent 28rem),
    radial-gradient(circle at 82% 0%, rgba(243, 217, 147, 0.14), transparent 24rem),
    linear-gradient(180deg, #003f2d 0%, #062217 47%, #001f16 100%);
}

body.home-page {
  background: #06150f;
}

body::selection {
  color: #06150f;
  background: var(--gold-2);
}

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

button,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 54px);
  color: var(--ink);
  border-bottom: 1px solid transparent;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header[data-elevated="true"] {
  background: rgba(6, 21, 15, 0.82);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark strong,
.brand-mark em {
  display: block;
  line-height: 1;
}

.brand-mark strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(20px, 2.3vw, 32px);
  letter-spacing: 0;
}

.brand-mark em {
  margin-top: 4px;
  color: var(--gold-2);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-crown {
  position: relative;
  width: 34px;
  height: 26px;
  display: inline-block;
}

.brand-crown::before,
.brand-crown::after {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 4px solid var(--gold-2);
  clip-path: polygon(0 100%, 14% 16%, 31% 100%, 50% 0, 69% 100%, 86% 16%, 100% 100%);
  background: linear-gradient(90deg, transparent 0 8%, var(--ink) 8% 14%, transparent 14% 28%, var(--ink) 28% 34%, transparent 34% 47%, var(--ink) 47% 53%, transparent 53% 66%, var(--ink) 66% 72%, transparent 72% 86%, var(--ink) 86% 92%, transparent 92%);
}

.brand-crown::after {
  filter: blur(10px);
  opacity: 0.45;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(247, 245, 236, 0.28);
  border-radius: 999px;
  padding: 0 16px;
  color: rgba(247, 245, 236, 0.88);
  font-size: 14px;
  font-weight: 700;
  background: rgba(6, 21, 15, 0.3);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.nav-links a:hover {
  transform: translateY(-1px);
  background: rgba(247, 245, 236, 0.13);
  border-color: rgba(247, 245, 236, 0.5);
}

.nav-links a.active {
  color: #07130f;
  border-color: var(--gold-2);
  background: var(--gold-2);
}

.page-main {
  padding-top: var(--header-height);
}

.page-section {
  min-height: calc(100svh - var(--header-height));
}

.page-title {
  max-width: 960px;
  margin-bottom: 16px;
  font-size: clamp(44px, 6.8vw, 88px);
  line-height: 0.92;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.vote-page {
  background:
    radial-gradient(circle at 88% 12%, rgba(243, 217, 147, 0.22), transparent 25rem),
    linear-gradient(180deg, #06150f 0%, #0b2a1e 44%, #06150f 100%);
}

.vote-hero-band {
  position: relative;
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(22px, 4vw, 46px);
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(34px, 5vw, 68px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(247, 245, 236, 0.12);
}

.vote-hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/pageant-hero.png");
  background-size: cover;
  background-position: center 42%;
  opacity: 0.55;
}

.vote-hero-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 21, 15, 0.96), rgba(6, 21, 15, 0.75) 44%, rgba(6, 21, 15, 0.28)),
    linear-gradient(180deg, rgba(6, 21, 15, 0.1), #06150f 100%);
}

.vote-hero-copy {
  width: min(760px, 100%);
}

.vote-hero-copy p:last-child {
  width: min(620px, 100%);
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
}

.vote-hero-score {
  justify-self: end;
  width: min(360px, 100%);
  border-top: 1px solid rgba(247, 245, 236, 0.28);
  padding-top: 18px;
}

.vote-hero-score span,
.vote-hero-score small {
  display: block;
  color: rgba(247, 245, 236, 0.66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vote-hero-score strong {
  display: block;
  margin: 6px 0;
  color: var(--gold-2);
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1;
}

.vote-board-section {
  padding: clamp(34px, 5vw, 64px) clamp(20px, 5vw, 72px) clamp(74px, 9vw, 120px);
}

.vote-controls {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(240px, 390px) auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(247, 245, 236, 0.14);
  border-radius: 8px;
  padding: 16px;
  background: rgba(247, 245, 236, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.vote-controls strong {
  display: block;
  margin-top: 5px;
  font-size: 22px;
}

.vote-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(247, 245, 236, 0.18);
  border-radius: 8px;
  padding: 0 15px;
  color: var(--ink);
  background: rgba(6, 21, 15, 0.54);
  font-weight: 800;
  outline: none;
}

.vote-search input::placeholder {
  color: rgba(247, 245, 236, 0.52);
}

.vote-search input:focus {
  border-color: rgba(243, 217, 147, 0.74);
  box-shadow: 0 0 0 3px rgba(243, 217, 147, 0.12);
}

.refresh-button,
.vote-now {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: #07130f;
  background: var(--gold-2);
  font-weight: 1000;
}

.leaderboard-list {
  display: grid;
  gap: 14px;
}

.leaderboard-card {
  display: grid;
  grid-template-columns: 58px 112px minmax(0, 1fr) minmax(150px, 210px) auto;
  align-items: center;
  gap: 20px;
  min-height: 166px;
  border: 1px solid rgba(247, 245, 236, 0.14);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(247, 245, 236, 0.11), rgba(247, 245, 236, 0.055)),
    rgba(6, 21, 15, 0.74);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.2);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.leaderboard-card:hover {
  transform: translateY(-3px);
  border-color: rgba(243, 217, 147, 0.5);
  background:
    linear-gradient(90deg, rgba(243, 217, 147, 0.13), rgba(247, 245, 236, 0.06)),
    rgba(6, 21, 15, 0.78);
}

.leaderboard-card.is-hidden {
  display: none;
}

.rank-badge {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 217, 147, 0.42);
  border-radius: 50%;
  color: var(--gold-2);
  background: rgba(243, 217, 147, 0.08);
  font-weight: 1000;
}

.contestant-copy h2 {
  margin-bottom: 7px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.15;
}

.contestant-copy p {
  margin: 0;
  color: var(--muted);
}

.score-block {
  text-align: right;
}

.score-block span,
.score-block small {
  display: block;
  color: rgba(247, 245, 236, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.score-block strong {
  display: block;
  margin: 6px 0;
  color: var(--gold-2);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: calc(var(--header-height) + 46px) clamp(20px, 6vw, 88px) 64px;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background-image: url("assets/pageant-hero.png");
  background-position: center 43%;
  background-size: cover;
  transform: scale(1.03);
  animation: heroDrift 1200ms ease-out both;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 8, 6, 0.96) 0%, rgba(3, 8, 6, 0.82) 31%, rgba(3, 8, 6, 0.32) 62%, rgba(3, 8, 6, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 8, 6, 0.12) 0%, rgba(3, 8, 6, 0.04) 52%, #06150f 100%);
}

.hero-content {
  width: min(650px, 100%);
  padding-top: 4vh;
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(52px, 8vw, 116px);
  line-height: 0.9;
}

.home-page h1 {
  font-size: clamp(52px, 7.2vw, 104px);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.96;
}

.hero-copy,
.section-heading p,
.scope-copy p,
.stage-intro p,
.crown-moment-copy p,
.closing-section p {
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
}

.hero-copy {
  width: min(560px, 100%);
  margin-bottom: 30px;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button-primary {
  color: #07130f;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 16px 38px rgba(215, 180, 106, 0.3);
}

.button-ghost {
  border: 1px solid rgba(247, 245, 236, 0.32);
  color: var(--ink);
  background: rgba(247, 245, 236, 0.08);
}

.button:hover {
  transform: translateY(-2px);
}

.hero-meta {
  position: absolute;
  right: clamp(20px, 6vw, 88px);
  bottom: clamp(28px, 5vw, 68px);
  width: min(260px, calc(100% - 40px));
  border-top: 1px solid rgba(247, 245, 236, 0.32);
  padding-top: 18px;
}

.home-page .hero-meta {
  width: min(300px, calc(100% - 40px));
}

.hero-meta span,
.hero-meta small {
  display: block;
  color: rgba(247, 245, 236, 0.68);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-meta strong {
  display: block;
  margin: 6px 0;
  color: var(--gold-2);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
}

.scope-section,
.finale-stage-section,
.contestants-section,
.ticket-section,
.closing-section {
  padding: clamp(68px, 10vw, 130px) clamp(20px, 5vw, 72px);
}

#scope,
#vote,
#tickets {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.section-heading {
  width: min(860px, 100%);
  margin-bottom: clamp(28px, 5vw, 52px);
}

.scope-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.74fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  border-top: 1px solid rgba(247, 245, 236, 0.08);
  background: #06150f;
}

.scope-copy {
  width: min(840px, 100%);
}

.scope-board {
  border-top: 1px solid rgba(247, 245, 236, 0.24);
}

.metric-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.92fr) minmax(160px, 1fr);
  gap: 18px;
  align-items: baseline;
  border-bottom: 1px solid rgba(247, 245, 236, 0.14);
  padding: 20px 0;
}

.metric-row span,
.metric-row small,
.requirement-list article span {
  color: rgba(247, 245, 236, 0.6);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-row strong {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 0.95;
}

.metric-row small {
  grid-column: 2;
  margin-top: -8px;
  color: var(--gold-2);
}

.metric-row.highlight strong {
  color: var(--gold-2);
}

.requirement-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(10px, 2vw, 18px);
  border: 1px solid rgba(247, 245, 236, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(247, 245, 236, 0.12);
}

.requirement-list article {
  min-height: 210px;
  padding: 22px;
  background: rgba(6, 21, 15, 0.74);
}

.stage-program article {
  background: rgba(0, 48, 34, 0.82);
}

.requirement-list h3 {
  margin: 32px 0 10px;
  color: var(--gold-2);
  font-size: 20px;
}

.requirement-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.finale-stage-section {
  border-top: 1px solid rgba(247, 245, 236, 0.08);
  background: #06150f;
}

.stage-intro {
  width: min(1080px, 100%);
  margin-bottom: clamp(30px, 4.6vw, 58px);
}

.stage-intro h2 {
  max-width: 980px;
  font-size: clamp(40px, 5.2vw, 76px);
}

.stage-intro p {
  width: min(760px, 100%);
  margin-bottom: 0;
}

.stage-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.stage-photo {
  position: relative;
  min-height: clamp(420px, 42vw, 580px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 217, 147, 0.22);
  border-radius: 8px;
  background: #06150f;
  box-shadow: 0 26px 84px rgba(0, 0, 0, 0.32);
}

.stage-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: 68% 56%;
  transform: scale(1.02);
  transition: transform 600ms ease;
}

.stage-photo:hover img {
  transform: scale(1.055);
}

.stage-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 21, 15, 0.02) 38%, rgba(6, 21, 15, 0.84) 100%),
    linear-gradient(90deg, rgba(6, 21, 15, 0.16), transparent 44%);
  pointer-events: none;
}

.stage-photo figcaption {
  position: absolute;
  z-index: 1;
  left: clamp(18px, 2.5vw, 34px);
  right: clamp(18px, 2.5vw, 34px);
  bottom: clamp(18px, 2.5vw, 34px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(243, 217, 147, 0.38);
  padding-top: 16px;
}

.stage-photo figcaption span,
.show-timeline > li > span,
.crown-moment-copy .kicker {
  color: rgba(247, 245, 236, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stage-photo figcaption strong {
  color: var(--gold-2);
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1;
}

.show-timeline {
  display: grid;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(247, 245, 236, 0.16);
}

.show-timeline li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  border-bottom: 1px solid rgba(247, 245, 236, 0.16);
  padding: clamp(22px, 3vw, 36px) 0;
  transition:
    border-color 220ms ease,
    transform 220ms ease;
}

.show-timeline li:hover {
  border-color: rgba(243, 217, 147, 0.54);
  transform: translateX(5px);
}

.show-timeline > li > span {
  color: var(--gold-2);
}

.show-timeline strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.1;
}

.show-timeline p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
}

.crown-moment-section {
  position: relative;
  min-height: clamp(520px, 72svh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(247, 245, 236, 0.08);
  padding: clamp(70px, 10vw, 136px) clamp(20px, 6vw, 88px);
  background: #06150f;
}

.crown-moment-media,
.crown-moment-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.crown-moment-media {
  background-image: url("assets/crown-moment-v2.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.05);
  filter: saturate(1.04) contrast(1.04);
}

.crown-moment-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 8, 6, 0.96) 0%, rgba(3, 8, 6, 0.76) 43%, rgba(3, 8, 6, 0.16) 100%),
    linear-gradient(180deg, rgba(3, 8, 6, 0.12), rgba(3, 8, 6, 0.84));
}

.crown-moment-copy {
  width: min(720px, 100%);
}

.crown-moment-copy h2 {
  max-width: 720px;
}

.crown-moment-copy p:last-child {
  width: min(620px, 100%);
  margin-bottom: 0;
}

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

.contestant-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 18px;
  min-height: 170px;
  border: 1px solid rgba(247, 245, 236, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: rgba(247, 245, 236, 0.07);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.17);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.contestant-card:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 217, 147, 0.48);
  background: rgba(247, 245, 236, 0.1);
}

.contestant-photo {
  position: relative;
  align-self: stretch;
  min-height: 132px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(243, 217, 147, 0.44);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), transparent 42%),
    radial-gradient(circle at 50% 28%, rgba(247, 245, 236, 0.9) 0 16%, transparent 17%),
    linear-gradient(150deg, #304538, #d8b971 52%, #104131);
}

.contestant-photo.has-image {
  background: #06150f;
}

.contestant-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.02);
  transition: transform 260ms ease;
}

.leaderboard-card:hover .contestant-photo img {
  transform: scale(1.06);
}

.photo-two {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(circle at 50% 28%, rgba(247, 245, 236, 0.9) 0 16%, transparent 17%),
    linear-gradient(150deg, #20332b, #dec89b 50%, #0d5b42);
}

.photo-three {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(circle at 50% 28%, rgba(247, 245, 236, 0.9) 0 16%, transparent 17%),
    linear-gradient(150deg, #384033, #ecd9ac 50%, #102b23);
}

.photo-four {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(circle at 50% 28%, rgba(247, 245, 236, 0.9) 0 16%, transparent 17%),
    linear-gradient(150deg, #24322e, #ddc583 50%, #135b4c);
}

.photo-five {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(circle at 50% 28%, rgba(247, 245, 236, 0.9) 0 16%, transparent 17%),
    linear-gradient(150deg, #31302c, #ead4a2 50%, #0f4039);
}

.contestant-photo::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 54px;
  height: 74px;
  transform: translateX(-50%);
  border-radius: 28px 28px 10px 10px;
  background: linear-gradient(180deg, #11231c, #0a1512);
  box-shadow: 0 -36px 0 -24px #14110f;
}

.contestant-photo.has-image::before {
  display: none;
}

.contestant-photo span {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 999px;
  padding: 5px 6px;
  color: #07130f;
  background: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.contestant-card h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.contestant-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.contestant-code {
  color: var(--gold-2) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.contestant-card strong {
  color: var(--gold-2);
  font-size: 28px;
}

.contestant-card button {
  grid-column: 2 / 4;
  width: fit-content;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: #07130f;
  background: var(--emerald-soft);
  font-weight: 900;
}

.ticket-section {
  background:
    radial-gradient(circle at 78% 8%, rgba(243, 217, 147, 0.26), transparent 28rem),
    radial-gradient(circle at 8% 32%, rgba(22, 164, 116, 0.18), transparent 24rem),
    linear-gradient(180deg, #07130f 0%, #0a1b15 44%, #040907 100%);
}

.ticket-topper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: clamp(22px, 5vw, 64px);
  margin-bottom: clamp(26px, 5vw, 54px);
}

.ticket-topper p:not(.kicker) {
  width: min(720px, 100%);
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
}

.gala-pass {
  border: 1px solid rgba(243, 217, 147, 0.34);
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(243, 217, 147, 0.17), rgba(247, 245, 236, 0.055)),
    rgba(6, 21, 15, 0.66);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.gala-pass span,
.gala-pass small {
  display: block;
  color: rgba(247, 245, 236, 0.66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gala-pass strong {
  display: block;
  margin: 8px 0 5px;
  color: var(--gold-2);
  font-size: 34px;
  line-height: 1;
}

.booking-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  align-items: start;
  gap: 22px;
}

.booking-main,
.booking-sidebar {
  border: 1px solid rgba(243, 217, 147, 0.2);
  border-radius: 8px;
  background: rgba(247, 245, 236, 0.08);
  box-shadow: var(--shadow);
}

.booking-main {
  min-width: 0;
  overflow: hidden;
  padding: clamp(16px, 2vw, 26px);
  background:
    linear-gradient(180deg, rgba(247, 245, 236, 0.09), rgba(247, 245, 236, 0.035)),
    radial-gradient(circle at 50% 0, rgba(243, 217, 147, 0.16), transparent 26rem),
    rgba(4, 12, 9, 0.8);
}

.price-tier-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(243, 217, 147, 0.22);
  border-radius: 8px;
  margin-bottom: 22px;
  background: rgba(243, 217, 147, 0.2);
}

.price-tier-strip div {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px;
  background: rgba(6, 21, 15, 0.82);
}

.price-tier-strip span {
  color: rgba(247, 245, 236, 0.62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-tier-strip strong {
  color: var(--gold-2);
  font-size: 22px;
}

.stage-wrap {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 8px 0 28px;
}

.stage-wrap::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 8%;
  right: 8%;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(243, 217, 147, 0.22), transparent 68%);
  filter: blur(16px);
  pointer-events: none;
}

.stage-eyebrow {
  position: relative;
  z-index: 1;
  color: rgba(247, 245, 236, 0.62);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stage-label {
  position: relative;
  z-index: 1;
  width: min(660px, 92%);
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 217, 147, 0.42);
  border-radius: 999px;
  color: #07130f;
  background:
    linear-gradient(90deg, #9d7326, #fff0b6 32%, var(--gold) 68%, #8c651f);
  font-weight: 1000;
  text-transform: uppercase;
  box-shadow:
    0 14px 42px rgba(215, 180, 106, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.runway {
  position: relative;
  z-index: 1;
  width: min(520px, 78%);
  height: 118px;
  clip-path: polygon(43% 0, 57% 0, 80% 100%, 20% 100%);
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(243, 217, 147, 0.8) 12% 13%, transparent 13% 87%, rgba(243, 217, 147, 0.8) 87% 88%, transparent 88%),
    linear-gradient(180deg, rgba(243, 217, 147, 0.22), rgba(247, 245, 236, 0.03));
  opacity: 0.9;
}

.booking-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.label,
.field span,
.selected-heading span,
.sidebar-topline span,
.seat-stats span {
  display: block;
  color: rgba(247, 245, 236, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.segmented-control {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.segmented-control button {
  min-height: 38px;
  border: 1px solid rgba(247, 245, 236, 0.18);
  border-radius: 999px;
  padding: 0 13px;
  color: rgba(247, 245, 236, 0.82);
  background: rgba(6, 21, 15, 0.42);
  font-weight: 800;
}

.segmented-control button.active {
  color: #07130f;
  border-color: var(--gold-2);
  background: var(--gold-2);
}

.seat-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  color: rgba(247, 245, 236, 0.7);
  font-size: 13px;
  font-weight: 700;
}

.seat-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.seat-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.seat-dot.available {
  background: rgba(247, 245, 236, 0.82);
}

.seat-dot.selected {
  background: var(--gold-2);
}

.seat-dot.sold {
  background: var(--danger);
}

.seat-grid-shell {
  overflow-x: auto;
  padding: 8px 0 4px;
}

.seat-grid {
  width: max-content;
  min-width: min(100%, 720px);
  display: grid;
  grid-template-columns: 34px repeat(4, 34px) 22px repeat(4, 34px) 22px repeat(4, 34px);
  grid-auto-rows: 34px;
  gap: 9px;
  align-items: center;
  margin: 0 auto;
}

.row-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(247, 245, 236, 0.52);
  font-size: 12px;
  font-weight: 900;
}

.aisle {
  width: 22px;
  height: 1px;
}

.seat {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 245, 236, 0.18);
  border-radius: 8px 8px 12px 12px;
  color: #07130f;
  background: rgba(247, 245, 236, 0.82);
  font-size: 11px;
  font-weight: 900;
  transition:
    transform 140ms ease,
    background 140ms ease,
    border-color 140ms ease,
    opacity 140ms ease;
}

.seat[data-tier="vip"] {
  background: linear-gradient(180deg, var(--gold-2), #c99e4f);
}

.seat[data-tier="premium"] {
  background: #aef5d0;
}

.seat[data-tier="standard"] {
  background: #d6e8df;
}

.seat[data-tier="balcony"] {
  background: #c7d5d0;
}

.seat:hover:not(:disabled) {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.82);
}

.seat.is-selected {
  color: #07130f;
  background: #fff3b7;
  box-shadow: 0 0 0 3px rgba(243, 217, 147, 0.18);
  transform: translateY(-2px);
}

.seat.is-sold,
.seat:disabled {
  color: rgba(247, 245, 236, 0.42);
  background: var(--danger);
  cursor: not-allowed;
  opacity: 0.6;
}

.seat.is-filtered {
  opacity: 0.24;
}

.booking-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 22px);
  padding: 24px;
  color: #07130f;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 252, 244, 0.96)),
    var(--panel-2);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.sidebar-topline {
  margin-bottom: 18px;
  color: #07130f;
}

.sidebar-topline span,
.field span,
.selected-heading span,
.seat-stats span {
  color: rgba(6, 21, 15, 0.52);
}

.sidebar-topline strong {
  display: block;
  margin-top: 6px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  line-height: 1;
}

.concierge-note {
  border: 1px solid rgba(144, 107, 37, 0.22);
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 13px;
  background: linear-gradient(135deg, rgba(215, 180, 106, 0.18), rgba(255, 255, 255, 0.56));
}

.concierge-note span {
  display: block;
  color: rgba(6, 21, 15, 0.52);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concierge-note strong {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(144, 107, 37, 0.22);
  border-radius: 8px;
  padding: 0 12px;
  color: #07130f;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.seat-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.seat-stats div {
  border: 1px solid rgba(144, 107, 37, 0.2);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.seat-stats strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
}

.selected-panel {
  border-top: 1px solid rgba(144, 107, 37, 0.2);
  border-bottom: 1px solid rgba(144, 107, 37, 0.2);
  padding: 18px 0;
}

.selected-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.selected-heading button {
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  color: #07130f;
  background: rgba(215, 180, 106, 0.22);
  font-size: 12px;
  font-weight: 900;
}

.selected-seats {
  display: grid;
  gap: 8px;
  min-height: 94px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.selected-seats li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  border-radius: 8px;
  padding: 0 10px;
  background: rgba(6, 21, 15, 0.08);
  font-size: 14px;
  font-weight: 800;
}

.selected-seats .empty-seat {
  justify-content: center;
  color: rgba(6, 21, 15, 0.5);
  background: transparent;
}

.price-summary {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.price-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price-summary dt {
  color: rgba(6, 21, 15, 0.58);
  font-weight: 800;
}

.price-summary dd {
  margin: 0;
  font-weight: 900;
}

.price-summary .total {
  border-top: 1px solid rgba(144, 107, 37, 0.24);
  padding-top: 14px;
  font-size: 22px;
}

.checkout-button {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  color: #07130f;
  background: linear-gradient(135deg, #fff0b6, var(--gold) 54%, #b88732);
  font-weight: 1000;
  box-shadow: 0 18px 42px rgba(144, 107, 37, 0.28);
}

.checkout-button:disabled {
  color: rgba(6, 21, 15, 0.42);
  background: rgba(6, 21, 15, 0.12);
  box-shadow: none;
  cursor: not-allowed;
}

.closing-section {
  width: min(980px, 100%);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 26px clamp(20px, 5vw, 72px);
  color: rgba(247, 245, 236, 0.66);
  background: rgba(0, 0, 0, 0.24);
}

.site-footer a {
  color: var(--gold-2);
  font-weight: 900;
}

.contestants-only-page {
  min-height: calc(100svh - var(--header-height));
  background:
    radial-gradient(circle at 82% 8%, rgba(243, 217, 147, 0.24), transparent 28rem),
    radial-gradient(circle at 12% 20%, rgba(22, 164, 116, 0.18), transparent 26rem),
    linear-gradient(180deg, #06150f 0%, #082018 46%, #050b08 100%);
}

.contestants-showcase {
  min-height: calc(100svh - var(--header-height));
  padding: clamp(34px, 5vw, 72px) clamp(20px, 5vw, 72px) clamp(58px, 7vw, 96px);
}

.showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  align-items: end;
  gap: clamp(22px, 5vw, 68px);
  margin-bottom: clamp(22px, 3vw, 34px);
}

.showcase-heading .page-title {
  margin-bottom: 0;
}

.showcase-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.6;
}

.contestants-showcase .vote-controls {
  grid-template-columns: minmax(190px, 1fr) minmax(240px, 420px);
  border-inline: 0;
  border-radius: 0;
  padding: 17px 0;
  background: transparent;
  box-shadow: none;
}

.contestants-showcase .leaderboard-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 22px);
  align-items: stretch;
}

.contestants-showcase .leaderboard-card {
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(122px, auto) auto auto;
  align-items: stretch;
  gap: 0;
  min-height: clamp(560px, calc(100svh - 270px), 720px);
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(247, 245, 236, 0.08), rgba(247, 245, 236, 0.03)),
    rgba(6, 21, 15, 0.82);
}

.contestants-showcase .leaderboard-card:hover {
  transform: translateY(-5px);
}

.contestants-showcase .rank-badge {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  border-color: rgba(255, 240, 182, 0.62);
  background: rgba(6, 21, 15, 0.58);
  backdrop-filter: blur(12px);
}

.contestants-showcase .leaderboard-card .contestant-photo {
  align-self: auto;
  min-height: clamp(360px, 52svh, 600px);
  border: 0;
  border-radius: 0;
}

.contestants-showcase .contestant-photo::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(6, 21, 15, 0.82));
  pointer-events: none;
}

.contestants-showcase .contestant-photo span {
  z-index: 2;
  left: 14px;
  right: auto;
  min-width: 78px;
  padding-inline: 10px;
}

.contestants-showcase .contestant-copy {
  padding: 18px 18px 10px;
}

.contestants-showcase .contestant-copy h2 {
  font-size: clamp(22px, 1.8vw, 28px);
}

.contestants-showcase .score-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px 18px;
  text-align: left;
}

.contestants-showcase .score-block strong {
  font-size: clamp(30px, 2.7vw, 42px);
}

.contestants-showcase .vote-now {
  width: calc(100% - 36px);
  min-height: 50px;
  margin: 0 18px 18px;
  border-radius: 8px;
}

.reference-vote-page {
  min-height: calc(100svh - var(--header-height));
  padding: calc(var(--header-height) + clamp(22px, 3vw, 36px)) clamp(16px, 3.4vw, 40px)
    clamp(42px, 5vw, 72px);
  color: #24282e;
  background:
    radial-gradient(circle at 96% 8%, rgba(22, 164, 116, 0.36), transparent 26rem),
    linear-gradient(145deg, #003f2d 0%, #062217 46%, #0b5d43 100%);
}

.reference-vote-board {
  width: min(1900px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(6, 21, 15, 0.18);
  border-radius: 8px;
  padding: clamp(26px, 3.2vw, 56px) clamp(18px, 3vw, 48px);
  background: #f4f6f7;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.reference-vote-page .vote-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.reference-vote-page .vote-controls h1 {
  margin: 0;
  color: #667079;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(32px, 2.7vw, 46px);
  line-height: 1.1;
}

.vote-toolbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.reference-vote-page .vote-search {
  width: min(390px, 46vw);
}

.reference-vote-page .vote-search input {
  min-height: 68px;
  border: 1px solid #d8dee4;
  border-radius: 10px;
  padding: 0 22px;
  color: #24282e;
  background: #fff;
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: 500;
  box-shadow: inset 0 1px 2px rgba(6, 21, 15, 0.04);
}

.reference-vote-page .vote-search input::placeholder {
  color: #5f666d;
}

.reference-vote-page .refresh-button {
  min-height: 68px;
  border-radius: 10px;
  padding-inline: 28px;
  color: #fff;
  background: linear-gradient(135deg, #00a76f 0%, #007a55 70%, #cda85a 128%);
  font-size: clamp(18px, 1.5vw, 26px);
  box-shadow: 0 8px 18px rgba(0, 135, 95, 0.24);
}

.reference-vote-page .leaderboard-list {
  gap: 30px;
}

.reference-vote-page .leaderboard-card {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) minmax(260px, 360px);
  grid-template-rows: 1fr auto;
  align-items: center;
  column-gap: clamp(32px, 4.4vw, 84px);
  row-gap: 18px;
  min-height: 340px;
  border: 1px solid #d9dfe4;
  border-radius: 8px;
  padding: 28px clamp(28px, 4vw, 72px);
  color: #24282e;
  background: #fff;
  box-shadow: 0 6px 18px rgba(6, 21, 15, 0.08);
}

.reference-vote-page .leaderboard-card:hover {
  transform: none;
  border-color: #cfd7de;
  background: #fff;
}

.reference-vote-page .rank-badge {
  display: none;
}

.reference-vote-page .contestant-photo {
  grid-row: 1 / 3;
  width: min(190px, 100%);
  min-height: 238px;
  align-self: center;
  justify-self: center;
  border: 0;
  border-radius: 0;
  background: #f1f4f6;
}

.reference-vote-page .contestant-photo img {
  object-position: center 16%;
}

.reference-vote-page .contestant-photo span {
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  padding: 9px 8px;
  color: #fff;
  background: linear-gradient(90deg, #00875f, #0f9f6e);
  font-size: 17px;
  box-shadow: none;
}

.reference-vote-page .contestant-copy {
  align-self: center;
}

.reference-vote-page .contestant-code {
  margin: 0 0 18px;
  color: #24282e !important;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  letter-spacing: 0;
}

.reference-vote-page .contestant-copy h2 {
  display: none;
}

.reference-vote-page .contestant-copy p:not(.contestant-code) {
  color: #5f666d;
  font-size: clamp(20px, 1.7vw, 30px);
  font-weight: 700;
  line-height: 1.75;
}

.reference-vote-page .score-block {
  align-self: center;
  text-align: center;
}

.reference-vote-page .score-block span {
  color: #198754;
  font-size: clamp(22px, 1.6vw, 30px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.reference-vote-page .score-block strong {
  margin: 24px 0 16px;
  color: #1f242b;
  font-size: clamp(56px, 5.4vw, 82px);
  line-height: 0.95;
}

.reference-vote-page .score-block small {
  color: #5f666d;
  font-size: clamp(18px, 1.4vw, 28px);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.reference-vote-page .vote-now {
  grid-column: 2;
  justify-self: center;
  width: auto;
  min-height: 58px;
  margin: 0;
  border-radius: 8px;
  padding-inline: 22px;
  color: #fff;
  background: #28a745;
  font-size: clamp(20px, 1.45vw, 28px);
  box-shadow: inset 0 -2px 0 rgba(6, 21, 15, 0.18);
}

.nav-links a.active {
  color: #062217;
  border-color: #f3d993;
  background: linear-gradient(135deg, #fff3c4, #cda85a);
  box-shadow: 0 10px 26px rgba(205, 168, 90, 0.2);
}

.button-primary,
.reference-vote-page .refresh-button,
.reference-vote-page .vote-now,
.checkout-button {
  color: #ffffff;
  border: 1px solid rgba(243, 217, 147, 0.48);
  background: linear-gradient(135deg, #00a76f 0%, #007a55 68%, #cda85a 130%);
  box-shadow:
    0 14px 34px rgba(0, 135, 95, 0.22),
    inset 0 1px 0 rgba(255, 243, 196, 0.28);
}

.button-ghost {
  border-color: rgba(243, 217, 147, 0.34);
  background: rgba(0, 135, 95, 0.12);
}

.kicker,
.hero-meta strong,
.metric-row.highlight strong,
.metric-row small,
.requirement-list h3,
.contestant-code,
.contestant-card strong,
.price-tier-strip strong,
.gala-pass strong {
  color: #f3d993;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 8, 6, 0.96) 0%, rgba(3, 8, 6, 0.82) 31%, rgba(3, 8, 6, 0.32) 62%, rgba(3, 8, 6, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 8, 6, 0.12) 0%, rgba(3, 8, 6, 0.04) 52%, #06150f 100%);
}

.scope-section {
  background: #06150f;
}

.requirement-list article,
.booking-main,
.price-tier-strip div {
  background: rgba(0, 63, 45, 0.82);
}

.ticket-section {
  background:
    radial-gradient(circle at 78% 8%, rgba(85, 217, 154, 0.24), transparent 28rem),
    radial-gradient(circle at 8% 32%, rgba(0, 135, 95, 0.22), transparent 24rem),
    linear-gradient(180deg, #003f2d 0%, #062217 48%, #001f16 100%);
}

.gala-pass {
  border-color: rgba(243, 217, 147, 0.38);
  background:
    linear-gradient(145deg, rgba(243, 217, 147, 0.16), rgba(85, 217, 154, 0.1)),
    rgba(0, 63, 45, 0.68);
}

.price-tier-strip {
  border-color: rgba(243, 217, 147, 0.28);
  background: rgba(243, 217, 147, 0.2);
}

.stage-wrap::before {
  background: radial-gradient(ellipse at center, rgba(243, 217, 147, 0.24), transparent 68%);
}

.stage-label {
  border-color: rgba(243, 217, 147, 0.62);
  color: #003f2d;
  background: linear-gradient(90deg, #007a55 0%, #fff3c4 38%, #cda85a 66%, #00875f 100%);
  box-shadow:
    0 14px 42px rgba(205, 168, 90, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.runway {
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(243, 217, 147, 0.86) 12% 13%, transparent 13% 87%, rgba(243, 217, 147, 0.86) 87% 88%, transparent 88%),
    linear-gradient(180deg, rgba(243, 217, 147, 0.2), rgba(85, 217, 154, 0.05));
}

.seat[data-tier="vip"] {
  background: linear-gradient(180deg, #fff3c4, #cda85a);
}

.seat.is-selected {
  background: #fff3c4;
  box-shadow: 0 0 0 3px rgba(243, 217, 147, 0.22);
}

.booking-sidebar {
  color: #062217;
  background:
    linear-gradient(180deg, rgba(237, 247, 242, 0.9), rgba(246, 255, 250, 0.98)),
    var(--panel-2);
}

.concierge-note {
  border-color: rgba(205, 168, 90, 0.25);
  background: linear-gradient(135deg, rgba(243, 217, 147, 0.16), rgba(85, 217, 154, 0.1));
}

.selected-heading button {
  color: #003f2d;
  background: rgba(243, 217, 147, 0.24);
}

.checkout-button:disabled {
  color: rgba(6, 21, 15, 0.42);
  background: rgba(0, 63, 45, 0.12);
  box-shadow: none;
}

.reference-vote-page {
  background:
    radial-gradient(circle at 88% 4%, rgba(243, 217, 147, 0.22), transparent 22rem),
    radial-gradient(circle at 96% 8%, rgba(85, 217, 154, 0.38), transparent 26rem),
    radial-gradient(circle at 8% 72%, rgba(0, 135, 95, 0.32), transparent 30rem),
    linear-gradient(145deg, #003f2d 0%, #062217 46%, #0b5d43 100%);
}

.reference-vote-board {
  border-color: rgba(205, 168, 90, 0.28);
  background: #f5f7f2;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 243, 196, 0.68);
}

.reference-vote-page .vote-controls h1 {
  color: #49665a;
}

.reference-vote-page .vote-search input {
  border-color: #c8ded3;
}

.reference-vote-page .refresh-button {
  background: linear-gradient(135deg, #00a76f 0%, #007a55 70%, #cda85a 128%);
  box-shadow:
    0 10px 22px rgba(0, 135, 95, 0.22),
    inset 0 1px 0 rgba(255, 243, 196, 0.28);
}

.reference-vote-page .leaderboard-card {
  border-color: #ddd3b9;
  box-shadow:
    0 6px 18px rgba(0, 63, 45, 0.09),
    inset 0 1px 0 rgba(255, 243, 196, 0.45);
}

.reference-vote-page .leaderboard-card:hover {
  border-color: #cda85a;
}

.reference-vote-page .contestant-photo span {
  border-top: 2px solid #f3d993;
  background: linear-gradient(90deg, #007a55, #00a76f);
}

.reference-vote-page .score-block span {
  color: #00875f;
}

.reference-vote-page .vote-now {
  background: linear-gradient(135deg, #00a76f 0%, #00875f 74%, #cda85a 132%);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
}

@keyframes heroDrift {
  from {
    transform: scale(1.09) translateY(10px);
    filter: saturate(0.82);
  }
  to {
    transform: scale(1.03) translateY(0);
    filter: saturate(1);
  }
}

@media (max-width: 1320px) {
  .contestants-showcase .leaderboard-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1060px) {
  .vote-hero-band,
  .ticket-topper {
    grid-template-columns: 1fr;
  }

  .vote-hero-score {
    justify-self: start;
  }

  .vote-controls {
    grid-template-columns: 1fr;
  }

  .leaderboard-card {
    grid-template-columns: 50px 96px minmax(0, 1fr);
  }

  .score-block {
    grid-column: 3;
    text-align: left;
  }

  .vote-now {
    grid-column: 3;
    width: fit-content;
  }

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

  .stage-showcase {
    grid-template-columns: 1fr;
  }

  .stage-photo {
    min-height: clamp(380px, 58vw, 620px);
  }

  .scope-copy {
    position: static;
  }

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

  .contestant-rail,
  .booking-workspace {
    grid-template-columns: 1fr;
  }

  .booking-sidebar {
    position: static;
  }

  .showcase-heading,
  .contestants-showcase .vote-controls {
    grid-template-columns: 1fr;
  }

  .contestants-showcase .leaderboard-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-vote-page .vote-controls {
    grid-template-columns: 1fr;
  }

  .vote-toolbox {
    justify-content: stretch;
  }

  .reference-vote-page .vote-search {
    flex: 1;
    width: auto;
  }

  .reference-vote-page .leaderboard-card {
    grid-template-columns: 170px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    min-height: 0;
  }

  .reference-vote-page .contestant-photo {
    grid-row: 1 / 3;
    min-height: 212px;
  }

  .reference-vote-page .score-block {
    grid-column: 1 / -1;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid #e1e6ea;
    padding-top: 18px;
    text-align: left;
  }

  .reference-vote-page .score-block strong {
    margin: 0;
  }

  .reference-vote-page .vote-now {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    padding-inline: 16px;
  }

  .brand-crown {
    width: 28px;
  }

  .brand-mark strong {
    font-size: 20px;
  }

  .brand-mark em {
    display: none;
  }

  .nav-links {
    gap: 6px;
  }

  .nav-links a {
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .hero {
    min-height: 88svh;
    padding-inline: 18px;
  }

  .vote-hero-band,
  .vote-board-section {
    padding-inline: 18px;
  }

  .vote-hero-band {
    min-height: 520px;
  }

  .leaderboard-card {
    grid-template-columns: 44px 78px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .leaderboard-card .contestant-photo {
    min-height: 110px;
  }

  .contestant-copy h2 {
    font-size: 20px;
  }

  .score-block,
  .vote-now {
    grid-column: 1 / -1;
  }

  .score-block {
    text-align: left;
    border-top: 1px solid rgba(247, 245, 236, 0.12);
    padding-top: 12px;
  }

  .ticket-topper {
    margin-bottom: 28px;
  }

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

  .hero-media {
    background-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 8, 6, 0.96) 0%, rgba(3, 8, 6, 0.8) 48%, rgba(3, 8, 6, 0.24) 100%),
      linear-gradient(180deg, rgba(3, 8, 6, 0.22) 0%, #06150f 100%);
  }

  h1 {
    font-size: clamp(46px, 17vw, 72px);
  }

  .hero-meta {
    position: static;
    margin-top: 42px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .contestants-showcase {
    padding: 28px 18px 58px;
  }

  .showcase-heading {
    gap: 14px;
  }

  .showcase-heading > p {
    width: min(520px, 100%);
  }

  .contestants-showcase .vote-controls {
    gap: 12px;
    margin-bottom: 22px;
  }

  .contestants-showcase .leaderboard-list {
    grid-template-columns: 1fr;
  }

  .contestants-showcase .leaderboard-card {
    min-height: auto;
  }

  .contestants-showcase .leaderboard-card .contestant-photo {
    min-height: clamp(420px, 64svh, 620px);
  }

  .contestants-showcase .score-block,
  .contestants-showcase .vote-now {
    grid-column: auto;
  }

  .reference-vote-page {
    padding: calc(var(--header-height) + 16px) 16px 16px;
  }

  .reference-vote-board {
    padding: 22px 14px;
  }

  .reference-vote-page .vote-controls h1 {
    font-size: 32px;
  }

  .vote-toolbox {
    align-items: stretch;
    flex-direction: column;
  }

  .reference-vote-page .vote-search {
    width: 100%;
  }

  .reference-vote-page .vote-search input,
  .reference-vote-page .refresh-button {
    min-height: 54px;
    font-size: 17px;
  }

  .reference-vote-page .leaderboard-list {
    gap: 20px;
  }

  .reference-vote-page .leaderboard-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .reference-vote-page .contestant-photo {
    grid-row: auto;
    width: min(260px, 100%);
    min-height: 320px;
  }

  .reference-vote-page .score-block {
    grid-column: 1;
    display: block;
    text-align: center;
  }

  .reference-vote-page .score-block strong {
    margin: 10px 0 8px;
    font-size: 52px;
  }

  .reference-vote-page .vote-now {
    grid-column: 1;
    justify-self: center;
  }

  .scope-section,
  .finale-stage-section,
  .contestants-section,
  .ticket-section,
  .closing-section {
    padding-inline: 18px;
  }

  .stage-intro {
    margin-bottom: 30px;
  }

  .stage-photo {
    min-height: 430px;
  }

  .stage-photo img {
    object-position: 66% center;
  }

  .stage-photo figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .show-timeline li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .show-timeline li:hover {
    transform: none;
  }

  .crown-moment-section {
    min-height: 620px;
    padding-inline: 18px;
  }

  .crown-moment-media {
    background-position: 64% center;
  }

  .crown-moment-shade {
    background:
      linear-gradient(90deg, rgba(3, 8, 6, 0.96), rgba(3, 8, 6, 0.72)),
      linear-gradient(180deg, rgba(3, 8, 6, 0.1), rgba(3, 8, 6, 0.86));
  }

  .metric-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .metric-row small {
    grid-column: auto;
    margin-top: -2px;
  }

  .requirement-list {
    grid-template-columns: 1fr;
  }

  .requirement-list article {
    min-height: 0;
  }

  .contestant-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .contestant-card strong {
    grid-column: 2;
    font-size: 24px;
  }

  .contestant-card button {
    grid-column: 1 / 3;
  }

  .booking-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .seat-legend {
    justify-content: flex-start;
  }

  .booking-main,
  .booking-sidebar {
    border-radius: 8px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  :root {
    --header-height: 104px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    height: var(--header-height);
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 10px;
    padding: 10px 14px 12px;
    background: rgba(6, 21, 15, 0.9);
    border-color: rgba(247, 245, 236, 0.14);
    backdrop-filter: blur(16px);
  }

  .brand-mark {
    justify-content: center;
    gap: 8px;
    width: 100%;
  }

  .brand-crown {
    width: 24px;
    height: 20px;
  }

  .brand-mark strong {
    font-size: clamp(18px, 5.6vw, 22px);
  }

  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .nav-links a {
    justify-content: center;
    min-height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }

  .page-main {
    padding-top: var(--header-height);
  }

  .hero {
    min-height: 100svh;
    align-items: end;
    padding: calc(var(--header-height) + 20px) 16px 42px;
  }

  .home-page h1,
  h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: 0.92;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-copy,
  .stage-intro p,
  .crown-moment-copy p,
  .ticket-topper p:not(.kicker) {
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-meta {
    margin-top: 26px;
  }

  .finale-stage-section {
    padding: 48px 14px;
  }

  .ticket-section {
    padding: 30px 14px 42px;
  }

  .stage-intro h2,
  h2 {
    font-size: clamp(34px, 12vw, 50px);
    line-height: 0.98;
  }

  .stage-photo {
    min-height: min(66svh, 520px);
    border-radius: 7px;
  }

  .stage-photo img {
    object-position: 67% center;
  }

  .stage-photo figcaption strong {
    font-size: clamp(20px, 6.4vw, 26px);
  }

  .show-timeline strong {
    font-size: clamp(21px, 6.4vw, 28px);
  }

  .show-timeline p {
    font-size: 14px;
  }

  .crown-moment-section {
    min-height: calc(100svh - var(--header-height));
    padding: 58px 16px;
  }

  .crown-moment-media {
    background-position: 66% center;
  }

  .reference-vote-page {
    padding: calc(var(--header-height) + 12px) 10px 22px;
  }

  .reference-vote-board {
    width: 100%;
    border-radius: 8px;
    padding: 16px 10px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  }

  .reference-vote-page .vote-controls {
    gap: 14px;
    margin-bottom: 16px;
  }

  .reference-vote-page .vote-controls h1 {
    font-size: clamp(26px, 8vw, 32px);
  }

  .vote-toolbox {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .reference-vote-page .vote-search input,
  .reference-vote-page .refresh-button {
    min-height: 48px;
    border-radius: 8px;
    padding-inline: 14px;
    font-size: 16px;
  }

  .reference-vote-page .leaderboard-list {
    gap: 14px;
  }

  .reference-vote-page .leaderboard-card {
    grid-template-columns: minmax(96px, 32vw) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 12px;
    min-height: 0;
    padding: 12px;
  }

  .reference-vote-page .contestant-photo {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 100%;
    min-height: 158px;
    max-height: 172px;
    align-self: stretch;
  }

  .reference-vote-page .contestant-photo span {
    padding: 6px 5px;
    font-size: 12px;
  }

  .reference-vote-page .contestant-copy {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  .reference-vote-page .contestant-code {
    margin-bottom: 8px;
    font-size: clamp(17px, 5vw, 20px);
    font-weight: 700;
  }

  .reference-vote-page .contestant-copy p:not(.contestant-code) {
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.48;
  }

  .reference-vote-page .score-block {
    grid-column: 2;
    grid-row: 2;
    display: block;
    border-top: 0;
    padding-top: 0;
    text-align: left;
  }

  .reference-vote-page .score-block span,
  .reference-vote-page .score-block small {
    font-size: 12px;
  }

  .reference-vote-page .score-block strong {
    margin: 5px 0 2px;
    font-size: clamp(30px, 9vw, 40px);
  }

  .reference-vote-page .vote-now {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    min-height: 44px;
    font-size: 17px;
  }

  .ticket-topper {
    gap: 12px;
    margin-bottom: 18px;
  }

  .page-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .gala-pass,
  .booking-main,
  .booking-sidebar {
    border-radius: 8px;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2);
  }

  .gala-pass,
  .booking-main,
  .booking-sidebar {
    padding: 14px;
  }

  .gala-pass strong {
    font-size: 30px;
  }

  .price-tier-strip {
    margin-bottom: 18px;
  }

  .price-tier-strip div {
    min-height: 64px;
    padding: 10px;
  }

  .price-tier-strip strong {
    font-size: 18px;
  }

  .stage-wrap {
    gap: 8px;
    padding: 0 0 12px;
  }

  .stage-wrap::before {
    top: 4px;
    left: 16%;
    right: 16%;
    height: 82px;
    filter: blur(10px);
  }

  .stage-eyebrow {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .stage-label {
    width: 100%;
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .runway {
    width: 62%;
    height: 42px;
    opacity: 0.72;
  }

  .booking-toolbar {
    gap: 14px;
    margin-bottom: 16px;
  }

  .booking-toolbar > div {
    width: 100%;
  }

  .segmented-control {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .segmented-control button {
    justify-content: center;
    min-height: 40px;
    padding: 0 8px;
    font-size: 13px;
  }

  .seat-legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
    font-size: 11px;
  }

  .seat-grid-shell {
    overflow-x: visible;
    width: 100%;
  }

  .seat-grid {
    width: 100%;
    min-width: 0;
    grid-template-columns: 20px repeat(4, minmax(0, 1fr)) 7px repeat(4, minmax(0, 1fr)) 7px repeat(4, minmax(0, 1fr));
    grid-auto-rows: clamp(24px, 7vw, 30px);
    gap: clamp(3px, 1.15vw, 5px);
  }

  .seat {
    width: 100%;
    height: 100%;
    min-width: 0;
    border-radius: 6px 6px 9px 9px;
    padding: 0;
    font-size: 10px;
  }

  .aisle {
    width: auto;
  }

  .row-label {
    font-size: 10px;
  }

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

  .sidebar-topline strong {
    font-size: 32px;
  }

  .checkout-button {
    min-height: 50px;
  }

  .site-footer {
    padding: 20px 16px;
  }
}

@media (max-width: 380px) {
  .nav-links a {
    padding-inline: 6px;
  }

  .stage-wrap {
    gap: 7px;
    padding-bottom: 10px;
  }

  .stage-wrap::before {
    height: 66px;
  }

  .runway {
    width: 58%;
    height: 34px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
