:root {
  color-scheme: dark;
  --bg: #07090d;
  --panel: #10141d;
  --panel-2: #171b25;
  --text: #f7f4ee;
  --muted: #b9b4aa;
  --gold: #d8ad58;
  --gold-dark: #a9792d;
  --line: rgba(255, 255, 255, 0.13);
  --paper: #f4efe5;
  --ink: #1b1712;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(216, 173, 88, 0.12), transparent 32rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 36%, rgba(255, 255, 255, 0.03)),
    var(--bg);
}

.container {
  width: min(100% - 40px, 1040px);
  margin: 0 auto;
}

.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 52px 0 42px;
  text-align: center;
}

.hero__content {
  max-width: 980px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 940px;
  margin: 0 auto 22px;
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
}

h2 {
  font-size: 3.7rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.15;
}

p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.hero__subhead {
  max-width: 780px;
  margin: 0 auto 28px;
  color: #e8e0d3;
  font-size: 1.35rem;
  font-weight: 700;
}

.video-frame {
  width: min(100%, 860px);
  aspect-ratio: 16 / 9;
  margin: 32px auto 30px;
  border: 2px solid rgba(216, 173, 88, 0.72);
  border-radius: 8px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 42%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 16px),
    #151922;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.video-frame p {
  margin: 86px 0 0;
  color: #f6eddc;
  font-weight: 800;
  text-transform: uppercase;
}

.play-button {
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 14px rgba(216, 173, 88, 0.17);
}

.play-button::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 26px;
  border-left: 26px solid #19130a;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 17px 28px;
  border-radius: 4px;
  color: #14100a;
  background: linear-gradient(180deg, #f4cf7b, var(--gold));
  box-shadow: 0 12px 28px rgba(216, 173, 88, 0.24);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.button--light {
  background: var(--paper);
  color: var(--ink);
}

.microcopy,
.date,
.caption {
  margin-top: 14px;
  font-size: 0.95rem;
}

section {
  padding: 76px 0;
}

.copy-column {
  max-width: 780px;
}

.letter-section,
.program-section,
.faq-section {
  background: var(--paper);
  color: var(--ink);
}

.letter-section p,
.program-section p,
.faq-section p {
  color: #3d372f;
}

.highlight-box {
  margin-top: 36px;
  padding: 30px;
  border: 2px solid var(--gold-dark);
  background: #fffaf0;
}

.highlight-box h2 {
  margin-bottom: 16px;
  font-size: 2.75rem;
}

.proof-section {
  text-align: center;
}

.stats-grid,
.media-grid,
.wins-grid {
  display: grid;
  gap: 18px;
}

.stats-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  text-align: left;
}

.stats-grid > div {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.stats-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--gold);
  font-size: 2rem;
  font-weight: 900;
}

.media-proof {
  background: #0c0f15;
  text-align: center;
}

.media-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.image-placeholder,
.win-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #f3e7cf;
  font-weight: 900;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(216, 173, 88, 0.18), transparent),
    var(--panel-2);
}

.image-placeholder {
  aspect-ratio: 4 / 3;
}

.check-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  margin: 0 0 14px;
  padding: 18px 18px 18px 48px;
  border: 1px solid rgba(27, 23, 18, 0.15);
  background: #fffaf0;
  position: relative;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 13px;
  height: 13px;
  background: var(--gold-dark);
}

.cta-band {
  background: linear-gradient(135deg, #a9792d, #d8ad58);
  color: #17110a;
  text-align: center;
}

.cta-band p {
  max-width: 650px;
  margin: 0 auto 26px;
  color: #2c2113;
  font-weight: 700;
}

.wins-section {
  text-align: center;
}

.wins-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
}

.win-card {
  min-height: 160px;
}

details {
  border-top: 1px solid rgba(27, 23, 18, 0.18);
  padding: 22px 0;
}

details:last-child {
  border-bottom: 1px solid rgba(27, 23, 18, 0.18);
}

summary {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 900;
}

footer {
  padding: 36px 0;
  background: #050609;
}

footer p {
  max-width: 980px;
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .container {
    width: min(100% - 28px, 1040px);
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: 3.05rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  .hero__subhead {
    font-size: 1.15rem;
  }

  .highlight-box h2 {
    font-size: 2rem;
  }

  section {
    padding: 54px 0;
  }

  .stats-grid,
  .media-grid,
  .wins-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid > div {
    min-height: auto;
  }

  .stats-grid span {
    margin-bottom: 20px;
  }

  .highlight-box {
    padding: 22px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.95rem;
  }

  .button {
    width: 100%;
    padding-inline: 18px;
  }
}
