:root {
  color-scheme: dark;
  --bg: #08090b;
  --bg-2: #0d1015;
  --panel: #111419;
  --panel-2: #171b22;
  --line: #2c3340;
  --line-bright: #586374;
  --text: #f7f8fb;
  --muted: #a8b0bd;
  --subtle: #727d8c;
  --accent: #d5ff3f;
  --accent-2: #38bdf8;
  --danger: #f7c948;
  --shadow: rgba(0, 0, 0, 0.38);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

button,
input,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 11, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.site-nav a:hover {
  color: var(--accent);
}

.section-band {
  position: relative;
  padding: 86px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  letter-spacing: 0;
}

h1 {
  max-width: 1120px;
  margin-bottom: 20px;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.92;
}

.hero-title__line {
  display: block;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.15;
}

p {
  color: var(--muted);
  line-height: 1.55;
}

.fairness-band p,
.future-band p,
.all-fun-band p,
.mvotepro-band p,
.contact-band p,
#how-it-works p {
  color: rgba(247, 248, 251, 0.88);
  font-weight: 650;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);
}

.hero {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 96px 0 72px;
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: none;
}

.hero__content {
  position: relative;
  z-index: 1;
}

.hero__lede {
  max-width: 680px;
  color: rgba(247, 248, 251, 0.9);
  font-size: clamp(18px, 2.3vw, 25px);
  font-weight: 650;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);
}

.hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.hero__points span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 9, 11, 0.24);
  color: var(--text);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 900;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.44);
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(213, 255, 63, 0.78);
  background: var(--accent);
  color: #08090b;
  padding: 0 18px;
  font-weight: 900;
}

.primary-link:hover {
  background: var(--text);
  border-color: var(--text);
}

.section-heading {
  max-width: 760px;
}

.section-heading p {
  max-width: 700px;
  font-size: 18px;
}

.demo-band .section-heading p {
  color: rgba(247, 248, 251, 0.9);
  font-weight: 650;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);
}

.demo-band {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  gap: 56px;
  align-items: start;
}

.future-band .copy-stack,
.mvotepro-band .copy-stack,
.contact-band .contact-panel {
  padding-top: 16px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

.process-list article {
  min-height: 150px;
  border: 0;
  background: transparent;
  padding: 8px 0;
}

.step-number {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(56, 189, 248, 0.7);
  color: var(--accent-2);
  font-weight: 900;
}

.three-column {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.three-column > p {
  padding-top: 16px;
}

.fairness-band,
.future-band,
.all-fun-band,
.mvotepro-band,
.contact-band,
#how-it-works {
  position: relative;
  overflow: hidden;
}

.fairness-band,
.mvotepro-band {
  background: #0b0d11;
}

.future-band,
.contact-band {
  background: var(--panel);
}

.all-fun-band {
  background:
    linear-gradient(90deg, rgba(213, 255, 63, 0.1), rgba(56, 189, 248, 0.1)),
    #0b0d11;
}

.demo-band::before,
#how-it-works::before,
.fairness-band::before,
.future-band::before,
.all-fun-band::before,
.mvotepro-band::before,
.contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  pointer-events: none;
}

.demo-band::before {
  background-image: url("./assets/backgrounds/chicago.jpg");
  background-position: center center;
  filter: none;
  opacity: 1;
}

#how-it-works::before {
  background-image: url("./assets/backgrounds/stadium.jpg");
  background-position: center center;
  filter: none;
  opacity: 1;
}

.fairness-band::before {
  background-image: url("./assets/backgrounds/baseball.jpg");
  background-position: center 34%;
  filter: none;
  opacity: 1;
}

.future-band::before {
  background-image: url("./assets/backgrounds/postgame.jpg");
  background-position: center 48%;
  filter: none;
  opacity: 1;
}

.all-fun-band::before {
  background-image: url("./assets/backgrounds/hollywood.jpg");
  background-position: center 62%;
  filter: none;
  opacity: 1;
}

.mvotepro-band::before {
  background-image: url("./assets/backgrounds/celebration.jpg");
  background-position: center 76%;
  filter: none;
  opacity: 1;
}

.contact-band::before {
  background-image: url("./assets/backgrounds/contact.jpg");
  background-position: center bottom;
  filter: none;
  opacity: 1;
}

.fairness-band .kicker,
.future-band .kicker,
.all-fun-band .kicker,
.mvotepro-band .kicker,
.contact-band .kicker {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.fairness-band h2,
.future-band h2,
.all-fun-band h2,
.mvotepro-band h2,
.contact-band h2 {
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1;
}

.fairness-band p:not(.kicker),
.future-band p:not(.kicker),
.all-fun-band p:not(.kicker),
.mvotepro-band p:not(.kicker),
.contact-band p:not(.kicker) {
  max-width: 780px;
  font-size: 20px;
  line-height: 1.55;
}

.copy-stack p:last-child {
  margin-bottom: 0;
}

.big-line {
  color: var(--text);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.55;
}

.contact-panel {
  display: grid;
  gap: 22px;
  align-content: start;
  border: 0;
  background: transparent;
  padding: 0;
}

.contact-panel .primary-link {
  width: min(100%, 360px);
}

.site-footer {
  background: #090a0d;
  padding: 36px 0;
}

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

.footer-grid p {
  margin: 0;
  color: var(--subtle);
  font-size: 13px;
}

.widget {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

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

.widget__header {
  margin-bottom: 18px;
}

.widget__header h2 {
  margin: 0;
  font-size: clamp(24px, 3.5vw, 36px);
  line-height: 1.06;
  overflow-wrap: break-word;
}

.widget__header p {
  margin: 10px 0 0;
  color: rgba(247, 248, 251, 0.86);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.45;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.44);
}

.widget__header p:empty {
  display: none;
}

#contest-small-copy {
  color: rgba(247, 248, 251, 0.88);
  font-size: 18px;
  font-weight: 650;
}

.ballot,
.results-panel,
.winner-panel {
  border: 0;
  background: transparent;
  padding: 0;
}

.ballot h3,
.results-panel h3 {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.44);
}

.round-heading {
  display: grid;
  gap: 4px;
  margin: 0 0 10px;
  line-height: 1.05;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.44);
}

.round-heading__context {
  color: rgba(247, 248, 251, 0.92);
  font-size: clamp(17px, 2.1vw, 22px);
  font-weight: 850;
}

.round-heading__action {
  color: var(--accent);
  font-size: clamp(21px, 3vw, 32px);
  font-weight: 950;
}

.icon-button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-bright);
  background: rgba(13, 16, 21, 0.72);
  color: var(--text);
  cursor: pointer;
}

.icon-button:hover,
.candidate-button:hover {
  border-color: var(--accent);
}

.candidate-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.candidate-button {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line-bright);
  background: #0d1015;
  color: var(--text);
  padding: 14px;
  text-align: left;
  cursor: pointer;
}

.candidate-button:disabled {
  cursor: not-allowed;
}

.candidate-button__name {
  display: block;
  font-size: 18px;
  font-weight: 850;
}

.candidate-button__detail,
.candidate-button__mark {
  color: var(--muted);
  font-size: 13px;
}

.candidate-button__prior {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--score-color);
  font-size: 13px;
  font-weight: 850;
}

.candidate-button__tag {
  color: var(--danger);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.candidate-button__mark {
  color: var(--accent);
  font-weight: 900;
}

.candidate-button.is-eliminated {
  border-color: rgba(247, 201, 72, 0.58);
  color: var(--danger);
  opacity: 1;
}

.candidate-button.is-eliminated .candidate-button__detail {
  color: rgba(247, 201, 72, 0.72);
}

.candidate-button.is-eliminated:hover {
  border-color: rgba(247, 201, 72, 0.58);
}

.results-panel,
.winner-panel {
  margin-top: 14px;
}

.winner-panel {
  max-width: 820px;
}

.winner-panel__title {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: clamp(32px, 4.8vw, 58px);
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);
}

.winner-panel__subtitle {
  margin: 0;
  color: rgba(247, 248, 251, 0.92);
  font-size: clamp(18px, 2.3vw, 24px);
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);
}

.winner-panel__results {
  max-width: 680px;
}

.results-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.result-row {
  display: grid;
  grid-template-columns: minmax(110px, 170px) 1fr 54px;
  align-items: center;
  gap: 10px;
}

.result-row__name {
  font-weight: 750;
}

.result-row__name.is-eliminated {
  color: var(--danger);
}

.result-row__track {
  height: 10px;
  background: #0b0d11;
  border: 1px solid var(--line);
  overflow: hidden;
}

.result-row__bar {
  height: 100%;
  width: var(--pct);
  background: linear-gradient(90deg, var(--accent-2), var(--score-color));
}

.result-row__pct {
  color: var(--score-color);
  font-weight: 850;
  text-align: right;
}

.status-line {
  min-height: 28px;
  margin: 18px 0 0;
  color: rgba(247, 248, 251, 0.92);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 850;
  line-height: 1.35;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.status-line:empty {
  display: none;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 14px 24px;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .hero {
    min-height: 720px;
  }

  .split-layout,
  .three-column {
    grid-template-columns: 1fr;
  }

  .future-band .copy-stack,
  .mvotepro-band .copy-stack,
  .contact-band .contact-panel,
  .three-column > p {
    padding-top: 0;
  }

  .process-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .section-band {
    padding: 58px 0;
  }

  .section-inner {
    width: min(100% - 20px, var(--max));
  }

  h1 {
    font-size: clamp(36px, 9.8vw, 54px);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(28px, 10vw, 42px);
  }

  .hero {
    min-height: 540px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hero__image {
    object-position: center 62%;
  }

  .widget {
    padding: 0;
  }

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

  .result-row {
    grid-template-columns: 1fr 52px;
  }

  .result-row__track {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}
