:root {
  --black: #050305;
  --panel: rgba(10, 7, 11, 0.82);
  --purple: #9b4bd6;
  --purple-bright: #bf72ff;
  --gold: #d89d27;
  --gold-soft: #ffd474;
  --white: #f8f3ea;
  --line: rgba(255, 207, 95, 0.72);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--black);
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

body {
  background:
    radial-gradient(circle at 86% 18%, rgba(113, 42, 161, 0.55), transparent 32%),
    radial-gradient(circle at 18% 10%, rgba(216, 157, 39, 0.28), transparent 26%),
    linear-gradient(120deg, #050305 0%, #0b070d 58%, #170b24 100%);
}

.giveaway {
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: 100vh;
  padding: clamp(28px, 5vw, 74px);
  gap: 24px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 196, 67, 0.72) 0 1px, transparent 2px),
    linear-gradient(100deg, rgba(255, 255, 255, 0.08), transparent 36%);
  background-size: 42px 42px, 100% 100%;
  opacity: 0.28;
  pointer-events: none;
}

.hero-copy,
.hero-art,
.application {
  position: relative;
  z-index: 1;
}

.kicker {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin: 0;
  color: var(--gold);
  font-size: clamp(5rem, 14vw, 13rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(216, 157, 39, 0.26);
}

h1 span {
  display: block;
}

.brush {
  margin: -10px 0 32px;
  color: var(--purple-bright);
  font-family: "Marker Felt", "Comic Sans MS", cursive;
  font-size: clamp(4rem, 11vw, 10rem);
  font-weight: 900;
  line-height: 0.72;
  text-transform: uppercase;
  transform: skew(-9deg) rotate(-4deg);
  text-shadow: 0 0 26px rgba(155, 75, 214, 0.58);
}

.details {
  display: grid;
  max-width: 760px;
  gap: 12px;
}

.detail-row {
  display: grid;
  grid-template-columns: 82px minmax(150px, 0.7fr) minmax(190px, 1fr);
  align-items: center;
  min-height: 72px;
  padding: 12px 18px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.54);
  box-shadow: 0 0 32px rgba(216, 157, 39, 0.18);
}

.detail-row span {
  color: var(--white);
  font-size: clamp(1.6rem, 4vw, 3rem);
  text-transform: uppercase;
}

.detail-row strong {
  color: var(--gold);
  font-size: clamp(1.5rem, 4vw, 3.35rem);
  text-transform: uppercase;
}

.icon {
  color: var(--purple-bright) !important;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.3rem !important;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  color: var(--white);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  background: linear-gradient(135deg, var(--purple), #5b1f80);
  box-shadow: 0 0 32px rgba(155, 75, 214, 0.45);
}

.button.ghost {
  background: rgba(0, 0, 0, 0.42);
}

.hero-art {
  display: grid;
  align-items: end;
  min-height: 560px;
}

.photo-card {
  position: relative;
  min-height: min(68vw, 760px);
  border: 2px solid rgba(216, 157, 39, 0.42);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 52%),
    radial-gradient(circle at 58% 28%, rgba(155, 75, 214, 0.9), transparent 38%),
    linear-gradient(160deg, #0a0509 0%, #1b0d28 100%);
  box-shadow: 0 0 70px rgba(155, 75, 214, 0.26);
}

.figure {
  position: absolute;
  bottom: 4%;
  width: 30%;
  border: 2px solid rgba(255, 212, 116, 0.35);
  background: linear-gradient(180deg, #d88b45, #20120d);
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.72));
}

.figure.athlete {
  right: 32%;
  height: 72%;
  border-radius: 44% 44% 18% 18%;
}

.figure.coach {
  right: 7%;
  height: 68%;
  border-radius: 38% 38% 14% 14%;
  background: linear-gradient(180deg, #201b1b, #050505);
}

.trophy {
  position: absolute;
  bottom: 39%;
  width: 42px;
  height: 88px;
  border-radius: 50% 50% 8px 8px;
  background: linear-gradient(90deg, #80581e, #ffd36a, #9d6e25);
  box-shadow: 0 0 24px rgba(255, 211, 106, 0.45);
}

.trophy-one {
  right: 37%;
}

.trophy-two {
  right: 12%;
}

.stage-light {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 12%, rgba(255, 255, 255, 0.18), transparent 28%);
}

.application {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 24px;
  padding: 0 clamp(18px, 5vw, 74px) 54px;
}

.overview {
  border: 2px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--panel);
}

.overview h2 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.overview p {
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.embed-shell {
  min-height: 680px;
  overflow: hidden;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #0b070d;
}

.embed-shell iframe {
  width: 100%;
  height: 100%;
  min-height: 680px;
  border: 0;
}

@media (max-width: 980px) {
  .hero,
  .application {
    grid-template-columns: 1fr;
  }

  .detail-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hero-art {
    min-height: 420px;
  }
}
