:root {
  --obsidian: #101414;
  --surface: #17201e;
  --surface-2: #202a26;
  --paper: #f7f2e6;
  --muted: #b8c3bd;
  --jade: #00a878;
  --gold: #e2b646;
  --turquoise: #31c4c6;
  --coral: #e45f4f;
  --scroll-progress: 0;
  --pointer-x: 0;
  --pointer-y: 0;
}

@property --coin-turn {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --forge-lift {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --forge-scale {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  background: var(--obsidian);
  color: var(--paper);
  overflow-x: hidden;
}

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

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 74px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 44px;
  background: rgba(16, 20, 20, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(247, 242, 230, 0.1);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold), var(--jade));
}

.nav nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
  color: var(--muted);
}

.mobile-menu-cta {
  display: none;
}

.menu-toggle {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: 0;
  border: 1px solid rgba(247, 242, 230, 0.2);
  border-radius: 999px;
  background: rgba(247, 242, 230, 0.06);
  color: var(--paper);
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 901px) {
  .menu-toggle {
    display: none;
  }
}

.nav-cta,
.primary,
.secondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 900;
}

.nav-cta,
.primary {
  background: var(--gold);
  color: #171106;
}

.secondary {
  border: 1px solid rgba(247, 242, 230, 0.24);
  color: var(--paper);
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
  padding: 56px 72px 42px;
  background:
    radial-gradient(circle at 75% 18%, rgba(226, 182, 70, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(0, 168, 120, 0.15), transparent 38%);
}

.hero > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 950;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(58px, 7vw, 112px);
  line-height: 0.96;
  letter-spacing: 0;
}

.lede {
  max-width: 600px;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.hero-shot {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
  padding: 42px;
  background:
    radial-gradient(circle at 50% 38%, rgba(226, 182, 70, 0.24), transparent 34%),
    linear-gradient(145deg, #0b1010, #18221f);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.45);
}

.hero-shot::before {
  content: "";
  position: absolute;
  inset: 12% 8% 18%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 211, 104, 0.46), transparent 18%),
    radial-gradient(circle at 50% 62%, rgba(255, 91, 34, 0.34), transparent 30%),
    radial-gradient(circle at 50% 78%, rgba(124, 28, 10, 0.5), transparent 42%);
  filter: blur(18px);
  opacity: 0;
  animation: forgeHeatBloom 3.4s ease-out 0.15s both;
}

.hero-product {
  position: sticky;
  top: 112px;
  display: grid;
  place-items: center;
  perspective: 1100px;
  min-height: 560px;
}

.hero-product::before,
.hero-product::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.hero-product::before {
  width: min(78%, 520px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(255, 230, 132, 0.34), transparent 22%),
    radial-gradient(circle, rgba(255, 95, 38, 0.3), transparent 48%),
    conic-gradient(from 210deg, transparent, rgba(226, 182, 70, 0.34), rgba(255, 105, 42, 0.38), transparent);
  filter: blur(14px);
  opacity: 0;
  animation: forgeRing 3.8s ease-out 0.2s both;
}

.hero-product::after {
  width: min(92%, 620px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 223, 134, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 24%, rgba(255, 130, 61, 0.92) 0 2px, transparent 3px),
    radial-gradient(circle at 31% 78%, rgba(226, 182, 70, 0.88) 0 1px, transparent 3px),
    radial-gradient(circle at 79% 69%, rgba(255, 210, 118, 0.8) 0 1px, transparent 3px),
    radial-gradient(circle at 54% 18%, rgba(255, 89, 32, 0.82) 0 1px, transparent 3px);
  opacity: 0;
  animation: forgeSparks 2.8s ease-out 0.35s both;
}

.hero-forge-base {
  position: absolute;
  left: 50%;
  bottom: 98px;
  z-index: 0;
  width: min(66%, 430px);
  aspect-ratio: 2.8 / 1;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  animation: forgeBaseRise 3.4s ease-out 0.05s both;
}

.hero-forge-base::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255, 210, 112, 0.58), rgba(117, 52, 18, 0.28) 42%, rgba(10, 14, 14, 0.1)),
    repeating-linear-gradient(to bottom, rgba(247, 242, 230, 0.18) 0 1px, transparent 1px 12px),
    linear-gradient(135deg, rgba(226, 182, 70, 0.64), rgba(124, 55, 20, 0.48));
  clip-path: polygon(50% 0, 60% 17%, 57% 17%, 68% 34%, 64% 34%, 78% 52%, 73% 52%, 88% 72%, 82% 72%, 100% 100%, 0 100%, 18% 72%, 12% 72%, 27% 52%, 22% 52%, 36% 34%, 32% 34%, 43% 17%, 40% 17%);
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.42));
}

.hero-forge-base::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -8px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 91, 34, 0.5), transparent 68%);
  filter: blur(8px);
}

.hero-product img {
  --forge-lift: 0px;
  --forge-scale: 1;
  position: relative;
  z-index: 1;
  display: block;
  width: min(86%, 560px);
  filter:
    drop-shadow(0 42px 54px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 72px rgba(226, 182, 70, 0.2));
  transform:
    translate3d(
      calc(var(--pointer-x) * 16px),
      calc((var(--pointer-y) * 14px) + (var(--scroll-progress) * -36px) + var(--forge-lift)),
      0
    )
    scale(var(--forge-scale))
    rotateX(calc((var(--pointer-y) * -5deg) + 1deg))
    rotateY(calc((var(--pointer-x) * 9deg) + var(--coin-turn, 0deg)))
    rotateZ(calc(var(--pointer-x) * 1.5deg));
  animation:
    forgeCoinSettle 3.2s cubic-bezier(0.2, 0.72, 0.2, 1) 0.1s both,
    medallionFloat 9s ease-in-out 3.25s infinite;
  will-change: transform, filter;
}

.hero-product-caption {
  max-width: 540px;
  margin-top: 24px;
}

.hero-product-caption span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-product-caption strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
}

.hero-product-caption p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

@keyframes medallionFloat {
  0%, 100% {
    --coin-turn: -5deg;
    filter:
      drop-shadow(0 42px 54px rgba(0, 0, 0, 0.48))
      drop-shadow(0 0 72px rgba(226, 182, 70, 0.18))
      brightness(1);
  }
  35% {
    --coin-turn: 7deg;
    filter:
      drop-shadow(0 46px 58px rgba(0, 0, 0, 0.5))
      drop-shadow(0 0 88px rgba(226, 182, 70, 0.24))
      brightness(1.08);
  }
  50% {
    --coin-turn: 10deg;
  }
  70% {
    --coin-turn: -3deg;
  }
}

@keyframes forgeCoinSettle {
  0% {
    --forge-lift: 42px;
    --forge-scale: 0.82;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  48% {
    --forge-lift: -18px;
    --forge-scale: 1.06;
  }
  72% {
    --forge-lift: 5px;
    --forge-scale: 0.99;
  }
  100% {
    --forge-lift: 0px;
    --forge-scale: 1;
    opacity: 1;
  }
}

@keyframes forgeHeatBloom {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  22% {
    opacity: 1;
  }
  58% {
    opacity: 0.74;
    transform: scale(1.06);
  }
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes forgeRing {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-18deg);
  }
  22% {
    opacity: 0.85;
  }
  62% {
    opacity: 0.5;
    transform: scale(1.08) rotate(18deg);
  }
  100% {
    opacity: 0;
    transform: scale(1.24) rotate(34deg);
  }
}

@keyframes forgeSparks {
  0% {
    opacity: 0;
    transform: scale(0.74) rotate(-8deg);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.28) rotate(18deg);
  }
}

@keyframes forgeBaseRise {
  0% {
    opacity: 0;
    transform: translate(-50%, 18px) scaleX(0.88);
  }
  26% {
    opacity: 0.98;
  }
  72% {
    opacity: 0.82;
    transform: translate(-50%, 0) scaleX(1);
  }
  100% {
    opacity: 0.22;
    transform: translate(-50%, 0) scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-shot::before,
  .hero-product::before,
  .hero-product::after,
  .hero-forge-base {
    animation: none;
    opacity: 0;
  }

  .hero-product img {
    animation: none;
    transform: none;
  }
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(247, 242, 230, 0.1);
  border-bottom: 1px solid rgba(247, 242, 230, 0.1);
}

.proof-strip div {
  padding: 28px 44px;
  border-right: 1px solid rgba(247, 242, 230, 0.1);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--gold);
  font-size: 30px;
}

.proof-strip span {
  color: var(--muted);
}

.section {
  padding: 90px 72px;
}

.section h2 {
  max-width: 880px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
}

.steps,
.route-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.steps article,
.route-cards article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(247, 242, 230, 0.12);
  border-radius: 8px;
  background: var(--surface);
}

.steps span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--jade);
  color: #05120f;
  font-weight: 950;
}

.steps h3,
.route-cards h3 {
  font-size: 28px;
}

.steps p,
.route-cards p,
.section-head p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.section-head p {
  max-width: 420px;
}

.screens {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
  margin-top: 38px;
}

figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: var(--surface-2);
  border: 1px solid rgba(247, 242, 230, 0.1);
}

figure img {
  width: 100%;
  display: block;
}

figcaption {
  padding: 16px 18px;
  color: var(--muted);
  font-weight: 800;
}

.routes {
  background:
    linear-gradient(135deg, rgba(49, 196, 198, 0.11), transparent 44%),
    #121716;
}

.route-cards {
  grid-template-columns: repeat(2, 1fr);
}

.route-cards article {
  min-height: 330px;
}

.badge {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold), #7c571a);
  color: #171106;
  font-weight: 950;
  font-size: 22px;
}

.route-cards strong {
  color: var(--gold);
}

.collectibles {
  background:
    radial-gradient(circle at 18% 20%, rgba(226, 182, 70, 0.15), transparent 26%),
    radial-gradient(circle at 80% 32%, rgba(49, 196, 198, 0.1), transparent 24%),
    #0d1212;
}

.medallions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.medallions article {
  overflow: hidden;
  border: 1px solid rgba(247, 242, 230, 0.12);
  border-radius: 12px;
  background: var(--surface);
}

.medallions img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
}

.medallions div {
  padding: 28px;
}

.medallions span {
  color: var(--gold);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.medallions h3 {
  margin: 12px 0 10px;
  font-size: 32px;
}

.medallions p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--paper);
  color: var(--obsidian);
}

.partners h2 {
  margin-bottom: 0;
}

.partners .primary {
  flex: 0 0 auto;
  background: var(--obsidian);
  color: var(--paper);
}

.partner-hero {
  min-height: 620px;
  padding: 120px 72px 80px;
  background:
    radial-gradient(circle at 72% 26%, rgba(226, 182, 70, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(0, 168, 120, 0.14), transparent 38%);
}

.gallery-hero {
  min-height: 660px;
  padding: 120px 72px 80px;
  background:
    radial-gradient(circle at 72% 28%, rgba(226, 182, 70, 0.2), transparent 26%),
    radial-gradient(circle at 18% 48%, rgba(49, 196, 198, 0.13), transparent 28%),
    linear-gradient(145deg, #0d1212, #17120d);
}

.gallery-hero h1 {
  max-width: 1060px;
}

.gallery-section {
  background: #0d1212;
}

.poll-status {
  margin: 28px 0 22px;
  padding: 18px 22px;
  border: 1px solid rgba(226, 182, 70, 0.38);
  border-radius: 8px;
  background: rgba(226, 182, 70, 0.08);
  color: var(--gold);
  font-weight: 950;
}

.privacy-note {
  max-width: 980px;
  margin: -10px 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.coin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.coin-grid article {
  overflow: hidden;
  border: 1px solid rgba(247, 242, 230, 0.12);
  border-radius: 12px;
  background: var(--surface);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.coin-grid article:hover,
.coin-grid article.selected {
  transform: translateY(-3px);
  border-color: rgba(226, 182, 70, 0.62);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.coin-grid article.selected {
  background:
    linear-gradient(145deg, rgba(226, 182, 70, 0.14), transparent 42%),
    var(--surface);
}

.coin-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.coin-grid div {
  padding: 24px;
}

.coin-grid span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.coin-grid h3 {
  margin: 12px 0 10px;
  font-size: 28px;
}

.coin-grid p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.42;
}

.coin-grid button {
  width: 100%;
  min-height: 46px;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #171106;
  font-weight: 950;
  cursor: pointer;
}

.coin-grid article.selected button {
  background: var(--jade);
  color: #05120f;
}

.partner-hero h1 {
  max-width: 980px;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.tier-grid article {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(247, 242, 230, 0.12);
  border-radius: 8px;
  background: var(--surface);
}

.tier-grid .featured-tier {
  border-color: rgba(226, 182, 70, 0.55);
  background:
    linear-gradient(180deg, rgba(226, 182, 70, 0.12), transparent 36%),
    var(--surface);
}

.tier-label {
  color: var(--gold);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.tier-grid h3 {
  margin: 18px 0 14px;
  font-size: 32px;
}

.tier-price {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 24px;
  font-weight: 950;
}

.tier-grid p,
.partner-safe p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.tier-grid ul {
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.tier-grid li {
  min-height: 46px;
  border-bottom: 1px solid rgba(247, 242, 230, 0.12);
  font-size: 17px;
}

.tier-grid a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 999px;
  background: var(--gold);
  color: #171106;
  font-weight: 950;
}

.partner-safe {
  background: var(--paper);
  color: var(--obsidian);
}

.ambassador {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: start;
  background: #121716;
}

.ambassador p {
  max-width: 780px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
}

.rules {
  display: grid;
  gap: 12px;
}

.rules span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid rgba(247, 242, 230, 0.12);
  border-radius: 8px;
  background: var(--surface);
  color: var(--paper);
  font-weight: 900;
}

.partner-safe .eyebrow {
  color: #8b651f;
}

.partner-safe p {
  max-width: 940px;
  color: #46534e;
}

.site-footer {
  padding: 26px 72px;
  border-top: 1px solid rgba(247, 242, 230, 0.12);
  background: #0b0f0f;
}

.site-footer p {
  max-width: 1120px;
  margin: 0;
  color: #9ca8a2;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer a,
.privacy-note a,
.privacy-page a {
  color: var(--gold);
  font-weight: 900;
}

.privacy-page {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-page article {
  padding: 34px 0;
  border-bottom: 1px solid rgba(247, 242, 230, 0.1);
}

.privacy-page h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 44px);
}

.privacy-page li {
  margin-bottom: 10px;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .nav {
    gap: 12px;
    padding: 0 12px;
  }

  .nav nav {
    display: none;
  }

  .menu-toggle {
    position: static;
    width: 46px;
    height: 46px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: 6px;
    border: 1px solid rgba(247, 242, 230, 0.2);
    border-radius: 999px;
    background: rgba(247, 242, 230, 0.06);
    color: var(--paper);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .menu-open .nav nav {
    position: fixed;
    top: 74px;
    left: 12px;
    right: 12px;
    z-index: 20;
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(247, 242, 230, 0.14);
    border-radius: 18px;
    background: rgba(11, 15, 15, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(20px);
  }

  .menu-open .nav nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 12px;
    color: var(--paper);
    font-weight: 900;
  }

  .menu-open .nav nav a:hover,
  .menu-open .nav nav a:focus-visible {
    background: rgba(247, 242, 230, 0.08);
  }

  .menu-open .nav nav .mobile-menu-cta {
    display: flex;
    justify-content: center;
    margin-top: 4px;
    background: var(--gold);
    color: #171106;
  }

  .brand {
    gap: 10px;
    font-size: 15px;
  }

  .brand span {
    flex: 0 0 28px;
  }

  .nav-cta {
    padding: 0 16px;
    font-size: 15px;
  }

  .nav-cta {
    font-size: 0;
  }

  .nav-cta::after {
    content: "Partner";
    font-size: 15px;
  }

  .hero,
  .steps,
  .screens,
  .route-cards,
  .medallions,
  .coin-grid,
  .tier-grid,
  .ambassador,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .hero,
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    gap: 36px;
    min-height: auto;
    max-width: 100vw;
    overflow: hidden;
    padding-top: 58px;
  }

  h1 {
    max-width: calc(100vw - 48px);
    font-size: clamp(44px, 13vw, 56px);
    line-height: 1;
  }

  .lede {
    max-width: 320px;
    font-size: 18px;
    overflow-wrap: break-word;
  }

  .hero-shot {
    max-width: calc(100vw - 48px);
    padding: 24px;
    border-radius: 18px;
  }

  .hero-product {
    position: relative;
    top: auto;
    min-height: 360px;
  }

  .hero-product img {
    width: min(88%, 360px);
  }

  .hero-product-caption strong {
    font-size: 24px;
  }

  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-head,
  .partners {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .nav-cta {
    display: none;
  }
}
