:root {
  --red: #e30a17;
  --deep-red: #79070f;
  --wine: #350309;
  --ink: #171717;
  --gold: #ffd23f;
  --gold-light: #ffe888;
  --amber: #d88a10;
  --cream: #fffaf0;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.22);
  --shadow-deep: rgba(31, 0, 3, 0.44);
  --font-body: var(--mrc-font-en), Arial, sans-serif;
  --font-display: var(--mrc-font-en), Arial, sans-serif;
  --footer-height: 58px;
  --page-pad: clamp(1.25rem, 5vw, 6.75rem);
  --radius-round: 999px;
  --transition: 180ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--wine);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--wine);
  color: var(--white);
  font-family: var(--font-body);
  font-family: var(--mrc-font-en);
  line-height: 1.5;
}

button,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-180%);
  border-radius: 0.35rem;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transition: transform var(--transition);
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: calc(100svh - var(--footer-height));
  overflow: hidden;
  background: var(--red);
}

.hero-background {
  position: absolute;
  z-index: -5;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hero-background--mobile {
  display: none;
}

.hero-tone {
  position: absolute;
  z-index: -4;
  inset: 0;
  pointer-events: none;
}

.hero-tone--left {
  background:
    linear-gradient(105deg, rgba(50, 1, 8, 0.93) 0%, rgba(110, 5, 15, 0.88) 42%, rgba(166, 7, 17, 0.45) 62%, transparent 78%);
  clip-path: polygon(0 0, 67% 0, 46% 100%, 0 100%);
}

.hero-tone--right {
  background:
    linear-gradient(122deg, transparent 19%, rgba(189, 8, 19, 0.16) 38%, rgba(116, 5, 15, 0.65) 70%, rgba(39, 2, 7, 0.92) 100%);
}

.hero-glow {
  position: absolute;
  z-index: -3;
  top: -17%;
  right: 8%;
  width: min(55vw, 830px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 210, 63, 0.28) 0%, rgba(255, 180, 29, 0.1) 31%, transparent 69%);
  filter: blur(9px);
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding: clamp(1.2rem, 3vw, 2.75rem) var(--page-pad) clamp(1.4rem, 4vw, 3.8rem);
}

.campaign-header {
  display: flex;
  align-items: center;
  min-height: 28px;
}

.campaign-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: var(--gold-light);
  font-size: clamp(0.67rem, 1vw, 0.76rem);
  font-weight: 800;
  letter-spacing: 0.19em;
}

.campaign-mark span {
  color: var(--white);
  font-size: 0.9em;
}

.hero-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 720px);
  padding: clamp(1.4rem, 4vh, 4rem) 0 0;
}

.eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 0.9rem;
  padding: 0.38rem 0.72rem;
  border: 1px solid rgba(255, 232, 136, 0.66);
  border-radius: var(--radius-round);
  background: rgba(30, 0, 4, 0.24);
  color: var(--gold-light);
  font-size: clamp(0.72rem, 1.25vw, 0.91rem);
  font-weight: 800;
  letter-spacing: 0.05em;
}

h1,
.hero-prize {
  margin: 0;
  font-family: var(--font-display);
  font-family: var(--mrc-font-en);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

h1 {
  max-width: 660px;
  color: var(--white);
  font-size: clamp(2.15rem, 5.1vw, 5.1rem);
  text-shadow: 0 4px 24px rgba(42, 0, 4, 0.38);
}

.hero-subheadline {
  max-width: 620px;
  margin: clamp(0.9rem, 2vw, 1.5rem) 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.96rem, 1.55vw, 1.17rem);
  font-weight: 650;
  line-height: 1.55;
}

.hero-support {
  max-width: 550px;
  margin: 0.72rem 0 0;
  color: rgba(255, 250, 240, 0.74);
  font-size: clamp(0.82rem, 1.2vw, 0.96rem);
  line-height: 1.5;
}

.hero-prize {
  max-width: 690px;
  margin-top: clamp(1rem, 2.5vw, 1.6rem);
  color: var(--gold);
  font-size: clamp(2.25rem, 5.6vw, 5.75rem);
  text-shadow: 0 4px 0 rgba(97, 47, 0, 0.32), 0 12px 36px rgba(28, 0, 4, 0.4);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: clamp(1.15rem, 2.9vw, 1.8rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 0;
  text-align: center;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition), color var(--transition);
}

.button:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 4px;
}

.button-primary {
  gap: 0.72rem;
  padding: 0.88rem clamp(1.45rem, 3.4vw, 2.45rem);
  border: 2px solid #fff0a5;
  border-radius: var(--radius-round);
  background: linear-gradient(145deg, #ffe998 0%, var(--gold) 44%, #e8aa1b 100%);
  box-shadow: 0 7px 0 #9b5600, 0 15px 26px rgba(28, 0, 4, 0.37);
  color: var(--ink);
  font-size: clamp(1rem, 1.55vw, 1.13rem);
  font-weight: 900;
  letter-spacing: 0.01em;
}

.button-arrow {
  display: inline-block;
  font-size: 1.35em;
  line-height: 0;
  transition: transform var(--transition);
}

.button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 0 #9b5600, 0 18px 30px rgba(28, 0, 4, 0.43);
}

.button-primary:hover .button-arrow {
  transform: translateX(4px);
}

.button-primary:active {
  transform: translateY(5px);
  box-shadow: 0 2px 0 #9b5600, 0 6px 12px rgba(28, 0, 4, 0.3);
}

.button-secondary {
  min-height: 48px;
  padding: 0.7rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--radius-round);
  background: rgba(53, 3, 9, 0.24);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
}

.button-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--gold-light);
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold-light);
}

.button-secondary:active {
  transform: translateY(1px);
}

.how-to-play {
  max-width: 520px;
  margin-top: 1rem;
  padding: 0.72rem 0.9rem;
  border-left: 3px solid var(--gold);
  background: rgba(38, 1, 6, 0.44);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
}

.how-to-play p {
  margin: 0;
}

.hero-medallion {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(3rem, 12vw, 14rem);
  width: clamp(230px, 30vw, 470px);
  aspect-ratio: 1;
  transform: translateY(-46%) rotate(-12deg);
  border: 1px solid rgba(255, 232, 136, 0.54);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 33%, rgba(255, 252, 223, 0.22) 0 1.5%, transparent 1.8%),
    radial-gradient(circle at 63% 27%, rgba(255, 210, 63, 0.31) 0 1.1%, transparent 1.5%),
    radial-gradient(circle at 73% 65%, rgba(255, 255, 255, 0.18) 0 1%, transparent 1.4%),
    linear-gradient(135deg, rgba(255, 226, 120, 0.18), rgba(255, 255, 255, 0.03) 58%, rgba(110, 3, 12, 0.18));
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.025), 0 0 0 19px rgba(255, 221, 100, 0.06), 0 25px 70px rgba(42, 0, 5, 0.28);
  pointer-events: none;
}

.crescent {
  position: absolute;
  top: 22%;
  left: 18%;
  width: 46%;
  aspect-ratio: 1;
  border: clamp(9px, 1.55vw, 19px) solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.2);
}

.crescent::after {
  position: absolute;
  top: -12%;
  right: -26%;
  width: 95%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(150, 7, 19, 0.82);
  content: "";
}

.star {
  position: absolute;
  top: 41%;
  left: 63%;
  width: 18%;
  aspect-ratio: 1;
  background: var(--white);
  clip-path: polygon(50% 0%, 61% 35%, 98% 38%, 68% 59%, 79% 96%, 50% 74%, 21% 96%, 32% 59%, 2% 38%, 39% 35%);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.32));
}

.medallion-line {
  position: absolute;
  width: 82%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 232, 136, 0.72), transparent);
}

.medallion-line--one {
  top: 20%;
  left: 9%;
  transform: rotate(37deg);
}

.medallion-line--two {
  right: 6%;
  bottom: 24%;
  transform: rotate(-41deg);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--footer-height);
  gap: 1rem;
  padding: 0.8rem var(--page-pad);
  border-top: 1px solid rgba(255, 210, 63, 0.21);
  background: #210206;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.68rem, 1vw, 0.78rem);
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  color: var(--gold-light);
  font-weight: 750;
}

@media (max-width: 760px) {
  :root {
    --footer-height: 56px;
  }

  .hero-background--desktop {
    display: none;
  }

  .hero-background--mobile {
    display: block;
  }

  .hero-tone--left {
    background: linear-gradient(145deg, rgba(53, 1, 8, 0.88) 0%, rgba(118, 4, 15, 0.75) 54%, rgba(166, 7, 17, 0.38) 100%);
    clip-path: none;
  }

  .hero-tone--right {
    background: linear-gradient(175deg, rgba(53, 1, 8, 0.12) 30%, rgba(38, 0, 6, 0.69) 100%);
  }

  .hero-shell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-content {
    justify-content: center;
    padding-top: 0.8rem;
  }

  .hero-medallion {
    top: 46%;
    right: -23%;
    width: min(84vw, 360px);
    opacity: 0.42;
    transform: translateY(-50%) rotate(-17deg);
  }

  .hero-glow {
    top: 4%;
    right: -42%;
    width: 105vw;
  }

  .site-footer {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }
}

@media (max-width: 420px) {
  .campaign-mark {
    font-size: 0.64rem;
  }

  .eyebrow {
    margin-bottom: 0.7rem;
  }

  h1 {
    font-size: clamp(2.05rem, 10vw, 2.55rem);
  }

  .hero-subheadline {
    margin-top: 0.72rem;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .hero-support {
    margin-top: 0.55rem;
    font-size: 0.78rem;
  }

  .hero-prize {
    margin-top: 0.85rem;
    font-size: clamp(2.08rem, 10.4vw, 2.55rem);
  }

  .hero-actions {
    gap: 0.55rem;
    margin-top: 1rem;
  }

  .button-primary {
    min-height: 52px;
    padding-right: 1.05rem;
    padding-left: 1.05rem;
  }

  .button-secondary {
    min-height: 44px;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-size: 0.81rem;
  }

  .site-footer {
    font-size: 0.64rem;
  }
}

@media (min-width: 1050px) {
  .hero-content {
    padding-left: clamp(0rem, 1.7vw, 2.1rem);
  }

  .hero-medallion {
    right: clamp(4rem, 12vw, 15rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}