@font-face {
  font-family: "GT Standard";
  src: url("GT-Standard-L-Standard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Standard";
  src: url("GT-Standard-L-Standard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-page: #07060a;
  --dark-card: #000;
  --ink-mute: #828282;
  --ink-soft: #f3eeea;
  --ink-body: #cccfd1;
  --ink-active: #e7e7e7;
  --gold: #ddc67c;
  --gold-deep: #7e650d;
  --border-subtle: rgba(255, 255, 255, 0.09);
  --border-hair-dark: rgba(255, 255, 255, 0.1);
  --border-hair-light: rgba(0, 0, 0, 0.12);
  --light-surface: #e7e7e7;
  --step-inactive: #202020;
  --radius-md: 10px;
  --radius-pill: 67.431px;
  --gutter: 20px;
}

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg-page);
  color: var(--ink-soft);
  font-family: "GT Standard", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }

/* ── Text style atomic classes ── */
.h1 { font-size: 62px; font-weight: 400; line-height: normal; letter-spacing: -1.86px; }
.h2 { font-size: 48px; font-weight: 400; line-height: 52px; letter-spacing: -1.44px; }
.h3 { font-size: 32px; font-weight: 400; line-height: 36px; letter-spacing: -0.64px; }
.h4 { font-size: 22px; font-weight: 400; line-height: 26px; letter-spacing: -0.44px; }
.body { font-size: 16px; font-weight: 400; line-height: 24px; }
.body-bold { font-size: 16px; font-weight: 700; line-height: 24px; }
.small { font-size: 12px; font-weight: 400; line-height: 18px; }
.small-hero { font-size: 14; line-height: 24px; }
.small-bold { font-size: 12px; font-weight: 700; line-height: 18px; }

/* ── Utility classes ── */
.uppercase { text-transform: uppercase; letter-spacing: 0.6px; }
.c-gold { color: var(--gold); }
.c-white { color: #fff; }
.c-mute { color: var(--ink-mute); }
.c-body { color: var(--ink-body); }
.c-gold-deep { color: var(--gold-deep); }
.c-dark { color: #07060a; }
.c-rank { color: #7c7478; }
.c-soft { color: var(--ink-soft); }
.bg-page { background: var(--bg-page); }
.bg-dark { background: var(--dark-card); }
.text-center { text-align: center; }

/* ── Layout ── */
.container {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section { padding: 40px 26px 40px 20px; }
.section-intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--gold);
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 40px;
  border-radius: var(--radius-pill);
  font-family: "GT Standard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}
.btn-primary {
  background-image: linear-gradient(180deg, var(--gold-deep) 0%, rgba(126, 101, 13, 0) 100%),
    linear-gradient(90deg, #000 0%, #000 100%);
}
.btn-secondary { background: #000; }
.btn:hover { box-shadow: 0 6px 24px rgba(221, 198, 124, 0.18); }

.btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 12px;
  border-radius: 29px;
  font-family: "GT Standard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid var(--gold);
  color: var(--gold);
  white-space: nowrap;
  transition: box-shadow 0.2s ease;
}
.btn-sm-primary {
  background-image: linear-gradient(to top, var(--gold-deep) 0%, rgba(0, 0, 0, 0) 96%);
}
.btn-sm:hover { box-shadow: 0 4px 16px rgba(221, 198, 124, 0.18); }

/* ── Header ── */
.site-header {
  position: absolute;
  top: 0;
  left:0;
  right:0;
  z-index: 10;
  padding: 16px var(--gutter);
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to bottom, #000 3.89%, rgba(0, 0, 0, 0.00) 95.89%);
}
.site-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}

.site-header .logo .logo-mark { width: 24px; height: 24px; }
.site-header .logo-wordmark { display: none; }
.site-header nav { display: flex; gap: 10px; }

/* ── Hero ── */
.hero-wrap {
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 195/82;

}
/* .hero-wrap::before { */
/*   content: ""; */
/*   position: absolute; */
/*   inset: 0; */
/*   pointer-events: none; */
/*   z-index: 1; */
/*   background: */
/*     radial-gradient(ellipse 80% 50% at 10% 0%, rgba(221, 198, 124, 0.22) 0%, transparent 55%), */
/*     radial-gradient(ellipse 80% 55% at 90% 0%, rgba(221, 198, 124, 0.22) 0%, transparent 55%), */
/*     radial-gradient(ellipse 120% 70% at 50% 120%, rgba(126, 101, 13, 0.28) 0%, transparent 60%); */
/* } */
.hero {
  margin-top: 100px;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 24px 0 60px;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .supported {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.hero .supported img { height: 18px; width: auto; }
.hero .h1 {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.8px;
}
.hero .h1 .gold { color: var(--gold); }
.hero .subtitle { margin-top: 20px; max-width: 300px; }
.hero-ctas {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Hero stats */
.hero-stats {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 8px;
  text-align: center;
  position: relative;
}

.hero-stat::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--border-hair-dark);
}
.hero-stat:nth-child(2n)::after,
.hero-stat:last-child::after { display: none; }
.hero-stat:nth-child(-n+2) { border-bottom: 1px solid var(--border-hair-dark); }

/* ── Dark section ── */
.dark-section { background: var(--dark-card); }

/* ── Steps ── */
.steps { display: flex; flex-direction: column; }
.step {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
}
.step-num-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-num {
  width: 30px;
  height: 30px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: 1px solid var(--step-inactive);
  color: var(--ink-mute);
}
.step.is-active .step-num {
  border-color: var(--gold);
  color: var(--ink-active);
}
.step-line {
  flex: 1;
  width: 1px;
  background: var(--step-inactive);
  min-height: 60px;
}
.step.is-active .step-line {
background: linear-gradient(to top, var(--Black, #000) 0%, var(--reward-large-primary, #DDC67C) 100%), var(--content-secondary, #202020);
}
.step:last-child .step-line { display: none; }
.step-body { padding: 4px 0 40px; }
.step:last-child .step-body { padding-bottom: 0; }
.step-desc { margin-top: 6px; }
.step-cta {
  display: inline-block;
  margin-top: 20px;
  color: var(--gold);
}

/* ── Mechanic cards ── */
.mechanics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.mechanic-card {
  border: 1px solid var(--gold-deep);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mechanic-card-head { display: flex; flex-direction: column; gap: 20px; }
.mechanic-card-head .eyebrow { margin-bottom: 0; }
.mechanic-card-title { margin-top: 0; }
.mechanic-card-desc { margin-top: 12px; }
.mechanic-rows { margin-top: 12px; }
.mechanic-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-hair-dark);
}
.mechanic-row:last-child { border-bottom: 0; }

/* ── Boost ── */
.boost {
  margin-top: 20px;
  background: rgba(126, 101, 13, 0.3);
  border: 1px solid var(--gold);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.boost-icon { flex: 0 0 auto; width: 40px; height: 40px; scale: 2;}

/* ── Leaderboard ── */
.gradient-transition {
  width: 100%;
  aspect-ratio: 394 / 80;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.leaderboard-wrap {
  position: relative;
  background: var(--light-surface);
  color: #07060a;
}
.leaderboard { padding: 40px 26px 40px 20px; }
.leaderboard .eyebrow { color: var(--gold-deep); }
.lb-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 12px;
}
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 38px;
  padding: 0 12px;
  border-radius: 29px;
  border: 1px solid var(--gold-deep);
  color: var(--gold-deep);
}
.live-badge img { width: 20px; height: 20px; }

/* Leaderboard table */
.lb-table { width: 100%; border-collapse: collapse; }
.lb-table th,
.lb-table td {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid var(--border-hair-light);
}
.lb-table td:first-child,
.lb-table th:first-child {
  text-align: left;
}
.lb-table td:last-child,
.lb-table th:last-child {
  text-align: right;
}
.lb-table th {
  font-weight: 700;
  color: #07060a;
}
.lb-rank { width: 48px; color: #7c7478; }
.lb-name { color: #07060a; }
.lb-refs { text-align: right; }
.lb-sol { text-align: right; color: var(--gold-deep); font-weight: 700; }
.lb-table th.lb-refs,
.lb-table th.lb-sol { text-align: right; }

/* Tier progress */
.tier-section { margin-top: 40px; }
.tier-big {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.tier-big .num {
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -1.92px;
  color: var(--gold-deep);
}
.tier-big .of {
  color: var(--ink-mute);
}
.tier-progress { margin-top: 24px; }
.tier-next {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.tier-bar {
  width: 100%;
  height: 10px;
  background: rgba(126, 101, 13, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.tier-bar-fill {
  height: 100%;
  background: var(--gold-deep);
  border-radius: 5px;
  width: 13%;
}
.tier-markers {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.tier-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.tier-marker .amt { font-size: 13px; line-height: 18px; color: #07060a; }
.tier-marker.is-done .amt { color: var(--gold-deep); }
.tier-marker .lbl {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 700;
}

/* Tier table */
.tier-table { width: 100%; border-collapse: collapse; margin-top: 24px; }
.tier-table th,
.tier-table td {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid var(--border-hair-light);
}
.tier-table th {
  font-weight: 700;
  color: #07060a;
}
.tier-table td.tier-label { color: var(--ink-mute); font-weight: 700; width: 84px; }
.tier-table td.tier-thresh { color: #07060a; }
.tier-table td.tier-budget { color: var(--gold-deep); font-weight: 700; text-align: right; }
.tier-table .tier-split,
.tier-table .tier-random { display: none; }
.tier-table-note {
  margin-top: 16px;
  text-align: center;
  color: var(--ink-mute);
}

/* ── Rules ── */
.rules { display: flex; flex-direction: column; gap: 24px; }
.rule { display: flex; gap: 16px; }
.rule-bar {
  flex: 0 0 4px;
  background: var(--gold-deep);
  border-radius: 33px;
  min-height: 48px;
}
.rule-body { display: flex; flex-direction: column; gap: 8px; }

/* ── About / What You're Promoting ── */
.about-wrap {
  position: relative;
  background: var(--dark-card);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.about-card {
  border: 1px solid var(--gold-deep);
  border-radius: var(--radius-md);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-card .icon { width: 24px; height: 24px; }
.press {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  padding-top: 16px;
}

/* ── Final CTA ── */
.final-cta {
  padding: 40px 0;
  text-align: center;
}
.final-cta .hero-ctas { margin-top: 40px; }
.final-cta-desc { margin: 12px auto 0; max-width: 540px; }

/* ── Fine print ── */
.fine-print { padding: 40px 26px 40px 20px; }
.fine-print-list {
  list-style: none;
  counter-reset: fp;
  margin-top: 24px;
}
.fine-print-list li {
  counter-increment: fp;
  display: flex;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.fine-print-list li::before {
  content: counter(fp, decimal-leading-zero);
  font-size: 12px;
  line-height: 18px;
  color: var(--ink-mute);
  letter-spacing: 0.6px;
  min-width: 32px;
  padding-top: 1px;
}

/* ── Footer ── */
.site-footer {
  border-top: 1px solid var(--border-subtle);
  padding: 24px var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.socials { display: inline-flex; gap: 10px; }
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--ink-body);
  transition: color 0.2s ease;
}
.social-link:hover { color: var(--gold); }
.social-link img { width: 100%; height: 100%; }

/* ── Desktop ≥ 900px ── */
@media (min-width: 900px) {
  :root { --gutter: 48px; }

  .site-header {
    height: 155px;
  }
  .site-header .logo .logo-mark { width: 15px; height: 15px; transform: translateY(-1px);}
  .site-header .logo-wordmark {
    display: inline-block;
    width: 62px;
    height: 14px;
  }

  .section { padding: 100px 0; }

  .hero { padding: 80px 0 100px; }
  .hero .hero-line-1 { display: block; }
  .hero-bg { aspect-ratio: 481/202; }
  .hero .h1 {
    font-size: 62px;
    line-height: normal;
    letter-spacing: -1.86px;
  }
  .hero-stats {
    grid-template-columns: repeat(4, 1fr);
    max-width: 605px;
  }
  .hero-stat:nth-child(-n+2) { border-bottom: 0; }
  .hero-stat:nth-child(2n)::after { display: block; }
  .hero-stat:last-child::after { display: none; }

  .section-heading {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.44px;
  }

  .step {
    grid-template-columns: 48px 1fr;
    gap: 28px;
  }
  .step-body { padding-bottom: 60px; }

  .mechanics { grid-template-columns: 1fr 1fr; }

  .leaderboard { padding: 80px 0; }

  .lb-table th,
  .lb-table td { padding: 28px 20px; }

  .tier-table th,
  .tier-table td { padding: 28px 20px; }
  .tier-table .tier-split,
  .tier-table .tier-random { display: table-cell; }
  .tier-big .num {
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -2.4px;
  }
  .tier-big .of {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.64px;
  }

  .rules { gap: 30px; }

  .about-grid { grid-template-columns: 1fr 1fr; }
  .about-card { padding: 20px; gap: 20px; }

  .final-cta { padding: 100px 0; }

  .fine-print { padding: 100px 0; }
  .fine-print-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }

  .site-footer {
    padding: 32px var(--gutter);
    flex-direction: row;
    align-items: center;
  }

  .press { justify-content: space-between; flex-wrap: nowrap; gap: 0; }

  .gradient-transition { aspect-ratio: 1440 / 290; }
  .gradient-gray-top    { background-image: url('gradient_gray 1 desktop.png'); }
  .gradient-gray-bottom { background-image: url('gradient_gray 2 desktop.png'); }
  .gradient-gold-top    { background-image: url('gradient_gold 1 desktop.png'); }
  .gradient-gold-bottom { background-image: url('gradient_gold 2 desktop.png'); }

  .lb-table td:nth-child(2),
  .lb-table th:nth-child(2) { text-align: left; }
  .lb-table td:nth-child(3),
  .lb-table th:nth-child(3) { text-align: right; }

  .tier-table td.tier-random,
  .tier-table th.tier-random { text-align: right; }
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
