:root {
  color-scheme: dark;
  --ink: #061108;
  --panel: #0d1f12;
  --panel-2: #142b17;
  --felt: #0f5b28;
  --felt-soft: #1c7a37;
  --gold: #f5c04f;
  --amber: #ff7a1a;
  --cream: #fff3c8;
  --muted: #c9d9c1;
  --line: rgba(245, 192, 79, .32);
  --shadow: 0 24px 80px rgba(0, 0, 0, .42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7ffe9;
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 173, 35, .26), transparent 30rem),
    radial-gradient(circle at 88% 15%, rgba(29, 143, 49, .32), transparent 34rem),
    linear-gradient(145deg, #040807 0%, #0a160d 45%, #180b03 100%);
  overflow-x: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.skip {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--gold);
  color: #1a1200;
  padding: .75rem 1rem;
  border-radius: 999px;
}

.skip:focus {
  top: 1rem;
}

.shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1220px, calc(100% - 24px));
  margin: 12px auto 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(4, 12, 7, .82);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-width: 0;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  object-fit: cover;
}

.brand span {
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: .15rem;
}

.nav a {
  position: relative;
  padding: .65rem .85rem;
  color: var(--muted);
  border-radius: 999px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.nav a:hover,
.nav a.active {
  color: #101000;
  background: linear-gradient(135deg, var(--gold), #fff2a6);
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  cursor: pointer;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  margin: 5px auto;
  background: var(--cream);
  transition: transform .2s ease, opacity .2s ease;
}

.hero {
  display: grid;
  grid: auto / minmax(0, 1.04fr) minmax(310px, .96fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: calc(100vh - 86px);
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.hero-copy {
  position: relative;
}

.kicker {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  text-transform: uppercase;
}

h1 span,
.page-hero h1 span {
  display: block;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  text-transform: uppercase;
}

h3 {
  font-size: 1.12rem;
}

.lead {
  max-width: 680px;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #111000;
  background: linear-gradient(135deg, #ffd15c, #fff4b5 52%, #ff8a22);
  box-shadow: 0 14px 38px rgba(245, 192, 79, .24);
}

.button.ghost {
  color: var(--cream);
  background: rgba(255, 255, 255, .05);
}

.hero-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
  isolation: isolate;
}

.hero-orbit::before {
  content: "";
  position: absolute;
  width: min(100%, 470px);
  aspect-ratio: 1;
  border: 1px solid rgba(245, 192, 79, .38);
  border-radius: 50%;
  box-shadow:
    inset 0 0 50px rgba(245, 192, 79, .12),
    0 0 80px rgba(20, 128, 51, .28);
  animation: spinSlow 18s linear infinite;
}

.hero-orbit::after {
  content: "";
  position: absolute;
  width: min(82%, 380px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 192, 79, .32), transparent 67%);
  filter: blur(10px);
  z-index: -1;
}

.hero-orbit img {
  width: min(72%, 340px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: var(--shadow);
  animation: floatCard 5.5s ease-in-out infinite;
}

.orbit-chip {
  position: absolute;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  border: 1px solid rgba(245, 192, 79, .5);
  border-radius: 50%;
  color: var(--cream);
  background: linear-gradient(145deg, rgba(13, 43, 20, .92), rgba(104, 55, 8, .82));
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.orbit-chip.one {
  left: 0;
  top: 16%;
}

.orbit-chip.two {
  right: 2%;
  top: 26%;
}

.orbit-chip.three {
  left: 20%;
  bottom: 8%;
}

.fan-nav {
  display: grid;
  grid: auto / repeat(4, 1fr);
  gap: .85rem;
  margin-bottom: clamp(3rem, 7vw, 5.2rem);
}

.fan-nav a {
  min-height: 112px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 999px 999px 20px 20px;
  background: linear-gradient(155deg, rgba(17, 63, 27, .88), rgba(72, 37, 10, .76));
  color: var(--cream);
  font-weight: 900;
  text-align: center;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 45px rgba(0, 0, 0, .22);
  transition: transform .2s ease, border-color .2s ease;
}

.fan-nav a:hover {
  transform: translateY(-5px) rotate(-1deg);
  border-color: rgba(255, 244, 181, .9);
}

.split {
  display: grid;
  grid: auto / 1fr 1fr;
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.logo-panel {
  position: relative;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(15, 91, 40, .34), rgba(255, 122, 26, .08));
  overflow: hidden;
}

.logo-panel::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 40deg, transparent, rgba(245, 192, 79, .28), transparent, rgba(28, 122, 55, .26), transparent);
  animation: spinSlow 14s linear infinite;
}

.logo-panel img {
  position: relative;
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.copy-stack p,
.body-card p,
.pill-card p,
.step-card p,
.faq p {
  color: var(--muted);
  line-height: 1.75;
}

.copy-stack p {
  max-width: 640px;
}

.ribbon-band {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background:
    linear-gradient(90deg, rgba(245, 192, 79, .12), transparent 24%, rgba(15, 91, 40, .24) 50%, transparent 78%, rgba(255, 122, 26, .14)),
    rgba(2, 6, 3, .35);
  border-block: 1px solid rgba(245, 192, 79, .14);
}

.step-grid,
.pill-grid {
  display: grid;
  grid: auto / repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.step-card {
  position: relative;
  min-height: 290px;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(18, 54, 25, .92), rgba(27, 15, 6, .9));
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
}

.step-card::before {
  content: attr(data-mark);
  position: absolute;
  right: .8rem;
  bottom: -.8rem;
  color: rgba(245, 192, 79, .08);
  font-size: 9rem;
  font-weight: 950;
}

.step-card:hover,
.pill-card:hover,
.body-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 244, 181, .8);
}

.step-card h3 {
  position: relative;
  margin-top: 6.8rem;
  color: var(--cream);
}

.step-card .mini {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: radial-gradient(circle, rgba(245, 192, 79, .28), rgba(15, 91, 40, .5));
  border: 1px solid rgba(245, 192, 79, .35);
  font-size: 2rem;
}

.pill-grid {
  grid: auto / repeat(4, 1fr);
}

.pill-card {
  min-height: 190px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 999px 999px 30px 30px;
  background: rgba(7, 28, 12, .82);
  transition: transform .2s ease, border-color .2s ease;
}

.pill-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: #160f00;
  background: var(--gold);
  font-weight: 950;
}

.faq {
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(6, 24, 10, .7);
  margin-top: .8rem;
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  padding: 1.1rem 1.25rem;
  font-weight: 900;
  transition: background .2s ease, color .2s ease;
}

.faq summary:hover,
.faq details[open] summary {
  color: #151000;
  background: linear-gradient(135deg, var(--gold), #fff1a3);
}

.faq p {
  margin: 0;
  padding: 1rem 1.25rem 1.25rem;
}

.page-hero {
  display: grid;
  grid: auto / 1fr 260px;
  align-items: center;
  gap: 2rem;
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.page-hero img {
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.body-copy {
  display: grid;
  gap: 1rem;
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.body-card {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(8, 26, 12, .72);
  transition: transform .2s ease, border-color .2s ease;
}

.body-card ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.8;
}

.footer {
  border-top: 1px solid rgba(245, 192, 79, .18);
  background: rgba(2, 6, 3, .72);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 0;
}

.footer img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
  margin-bottom: .55rem;
}

.footer p {
  margin: .35rem 0 0;
  color: var(--muted);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.footer a {
  color: var(--muted);
  transition: color .2s ease;
}

.footer a:hover {
  color: var(--gold);
}

.reveal {
  opacity: 1;
  transform: none;
  animation: riseIn .72s ease both;
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

@keyframes spinSlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}

@keyframes riseIn {
  from {
    opacity: .58;
    transform: translateY(24px) scale(.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 920px) {
  .menu-button {
    display: block;
  }

  .nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 8px;
    right: 8px;
    width: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: .8rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(4, 12, 7, .96);
  }

  body.nav-open .nav {
    display: flex;
  }

  body.nav-open .menu-button::before {
    transform: translateY(7px) rotate(45deg);
  }

  body.nav-open .menu-button span {
    opacity: 0;
  }

  body.nav-open .menu-button::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero,
  .split,
  .page-hero {
    grid: auto / 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-orbit {
    min-height: 430px;
  }

  .fan-nav,
  .pill-grid,
  .step-grid {
    grid: auto / repeat(2, 1fr);
  }

  .page-hero img {
    width: min(260px, 70vw);
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .brand span {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
    max-width: 100%;
  }

  h2 {
    font-size: clamp(1.75rem, 10vw, 2.6rem);
  }

  .fan-nav,
  .pill-grid,
  .step-grid {
    grid: auto / 1fr;
  }

  .hero-orbit {
    min-height: 360px;
  }

  .orbit-chip {
    width: 88px;
    height: 88px;
    font-size: .68rem;
  }

  .kicker {
    font-size: .7rem;
    line-height: 1.45;
  }

  .orbit-chip.one {
    left: 1%;
    top: 10%;
  }

  .orbit-chip.two {
    right: 0;
    top: 24%;
    transform: translateX(-10px);
  }

  .orbit-chip.three {
    left: 12%;
    bottom: 5%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
