:root {
  --ink: #050505;
  --ink-soft: #0b0b0a;
  --surface: #11110f;
  --surface-2: #171611;
  --paper: #f4f0e8;
  --muted: #aaa69e;
  --steel: #aeb4bb;
  --tone-ink: #050505;
  --tone-navy: #08131c;
  --tone-obsidian: #160d07;
  --gold: #d6a13a;
  --gold-hot: #ffe3a5;
  --gold-deep: #795218;
  --line: rgba(219, 178, 89, .2);
  --wrap: 1280px;
  --pad: clamp(24px, 4vw, 72px);
  --chapter-ratio: 0%;
  --story-progress: 0%;
  --discord-progress: 0%;
  color-scheme: dark;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 75% 10%, rgba(190, 128, 26, .055), transparent 30%),
    var(--ink);
  color: var(--paper);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.is-dragging,
body.is-dragging * {
  cursor: grabbing !important;
  user-select: none !important;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--ink);
}

.skip-link:focus {
  transform: none;
}

.wrap {
  width: min(calc(100% - (2 * var(--pad))), var(--wrap));
  margin-inline: auto;
}

.chapter {
  --section-edge: var(--tone-ink);
  position: relative;
  isolation: isolate;
}

.gold {
  color: var(--gold);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: #d6c49d;
  font-family: "Chakra Petch", monospace;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.display {
  margin: 0;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(4.7rem, 9vw, 9.5rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .78;
  text-transform: uppercase;
}

.display--small {
  font-size: clamp(4rem, 6.6vw, 7.5rem);
  line-height: .83;
}

.lede {
  max-width: 630px;
  margin: 30px 0 0;
  color: #c8c4bd;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.75;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .75s cubic-bezier(.2, .78, .2, 1),
    transform .75s cubic-bezier(.2, .78, .2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: #d1c6ae;
  font-family: "Chakra Petch", monospace;
  font-size: .78rem;
  letter-spacing: .08em;
  text-decoration: none;
}

.text-link span {
  color: var(--gold);
  transition: transform .25s ease;
}

.text-link:hover span {
  transform: translateY(4px);
}

/* Top bar */

.topbar {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 78px;
  align-items: center;
  justify-content: space-between;
  padding: 10px clamp(18px, 3vw, 52px);
  transition:
    background .3s ease,
    border-color .3s ease,
    backdrop-filter .3s ease;
}

.topbar.is-scrolled {
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: rgba(5, 5, 5, .82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
}

.brand b {
  color: var(--gold);
  font-weight: inherit;
}

.topbar-meta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.live-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b7b2a9;
  font-family: "Chakra Petch", monospace;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.live-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-hot);
  box-shadow: 0 0 14px var(--gold);
}

/* One button language, used on every conversion point */

.lumen {
  --mx: 50%;
  --my: 50%;
  position: relative;
  display: inline-grid;
  min-width: min(100%, 430px);
  grid-template-columns: 1fr 64px;
  align-items: center;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(244, 213, 145, .3);
  border-radius: 18px;
  background: linear-gradient(135deg, #1b1a15, #0b0b09 56%, #15130e);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, .42),
    inset 0 1px rgba(255, 255, 255, .06),
    inset 0 -14px 30px rgba(0, 0, 0, .28);
  color: var(--paper);
  text-decoration: none;
  transition:
    transform .3s cubic-bezier(.2, .78, .2, 1),
    border-color .3s ease,
    box-shadow .3s ease;
}

.lumen::before {
  position: absolute;
  z-index: 3;
  inset: -2px;
  padding: 2px;
  border-radius: inherit;
  animation: led-orbit 4.8s linear infinite;
  background: conic-gradient(
    from var(--led-turn),
    transparent 0 65%,
    rgba(255, 223, 154, .1) 72%,
    var(--gold-hot) 79%,
    var(--gold) 83%,
    transparent 91%
  );
  content: "";
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.lumen::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(180px circle at var(--mx) var(--my), rgba(255, 215, 125, .13), transparent 68%);
  content: "";
  pointer-events: none;
}

.lumen:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 225, 160, .52);
  box-shadow:
    0 24px 65px rgba(0, 0, 0, .52),
    0 0 28px rgba(214, 161, 58, .1),
    inset 0 1px rgba(255, 255, 255, .08);
}

.lumen:focus-visible,
.orbit-button:focus-visible,
.chapter-nav a:focus-visible,
.discord-subrail button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold-hot);
  outline-offset: 4px;
}

.lumen__text {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
  padding: 15px 24px;
}

.lumen__text strong {
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: 1.45rem;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.lumen__text small {
  margin-top: 4px;
  color: #a9a49b;
  font-family: "Chakra Petch", monospace;
  font-size: .67rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lumen__arrow {
  position: relative;
  z-index: 4;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 222, 151, .28);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
  color: var(--gold-hot);
}

.lumen__arrow svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.lumen__seam {
  position: absolute;
  z-index: 2;
  right: 12%;
  bottom: 0;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-hot), transparent);
  box-shadow: 0 0 18px var(--gold);
  opacity: .8;
}

.lumen--compact {
  min-width: 215px;
  grid-template-columns: 1fr 48px;
  margin: 0;
  border-radius: 14px;
}

.lumen--compact .lumen__text {
  min-height: 52px;
  padding: 8px 16px;
}

.lumen--compact .lumen__text strong {
  font-size: 1rem;
}

.lumen--compact .lumen__arrow {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.lumen--story {
  min-width: 0;
  width: 100%;
  margin-top: 30px;
}

@keyframes led-orbit {
  to { --led-turn: 360deg; }
}

/* Safe chapter progress */

.chapter-nav {
  position: fixed;
  z-index: 70;
}

.chapter-nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chapter-nav a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.chapter-nav a i {
  display: block;
  border-radius: 50%;
  background: #3d3b35;
  transition:
    transform .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.chapter-nav a.is-past i {
  background: #87703c;
}

.chapter-nav a.is-active i {
  transform: scale(1.55);
  background: var(--gold-hot);
  box-shadow: 0 0 16px rgba(255, 219, 139, .75);
}

.chapter-nav a span {
  font-family: "Chakra Petch", monospace;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Hero: copy and image never share the same column */

.hero {
  --section-edge: #050505;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  padding: 120px 0 78px;
  background:
    radial-gradient(circle at 12% 18%, rgba(184, 125, 35, .055), transparent 34%),
    linear-gradient(155deg, #060605 0%, #050505 52%, #020202 100%);
}

.hero__visual {
  position: relative;
  z-index: -1;
  grid-column: 2;
  grid-row: 1;
  width: 55vw;
  height: min(82vh, 900px);
  justify-self: end;
  overflow: hidden;
  border-radius: 48% 0 0 48%;
}

.hero__visual::after,
.community__visual::after,
.benefits__visual::after,
.education__visual::after,
.closing__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero__visual::after {
  background: linear-gradient(90deg, var(--section-edge) 0%, transparent 28%);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 50%;
}

.hero__layout {
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

.hero__copy {
  max-width: 660px;
}

.hero__copy .lede {
  max-width: 580px;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  margin-top: 30px;
}

.hero__proof span {
  position: relative;
  padding-left: 15px;
  color: #aaa69f;
  font-family: "Chakra Petch", monospace;
  font-size: .7rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hero__proof span::before {
  position: absolute;
  top: .43em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
  box-shadow: 0 0 10px var(--gold);
}

/* Alternating evidence sections */

.community,
.benefits,
.education {
  display: grid;
  min-height: 880px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  padding: 120px 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.community {
  --section-edge: #081620;
  background:
    radial-gradient(ellipse at 14% 44%, rgba(43, 91, 121, .3), transparent 39%),
    radial-gradient(ellipse at 88% 8%, rgba(37, 76, 103, .16), transparent 34%),
    linear-gradient(145deg, #0c1d28 0%, #07141d 54%, #090f15 100%);
}

.benefits {
  --section-edge: #170d07;
  background:
    radial-gradient(ellipse at 84% 42%, rgba(139, 78, 28, .24), transparent 38%),
    radial-gradient(ellipse at 12% 4%, rgba(102, 56, 20, .13), transparent 32%),
    linear-gradient(145deg, #1a100a 0%, #0e0906 56%, #140b07 100%);
}

.community__visual,
.education__visual {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: min(55vw, 980px);
  height: min(72vh, 730px);
  justify-self: start;
  overflow: hidden;
  border-radius: 0 180px 180px 0;
}

.community__visual img,
.education__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community__visual img {
  object-position: 62% 50%;
}

.education__visual img {
  object-position: 62% 50%;
}

.community__visual::after {
  background: linear-gradient(90deg, transparent 60%, var(--section-edge) 100%);
}

.education__visual::after {
  background: linear-gradient(90deg, transparent 60%, var(--section-edge) 100%);
}

.community__layout,
.education__layout {
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
}

.community__copy,
.education__copy {
  grid-column: 2;
  padding-left: clamp(30px, 6vw, 90px);
}

.community__number {
  margin: 0 0 18px;
  color: var(--gold-hot);
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(6rem, 12vw, 12rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: .7;
}

.community__facts {
  display: grid;
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.community__facts span {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  color: #918d85;
  font-family: "Chakra Petch", monospace;
  font-size: .76rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.community__facts b {
  color: var(--paper);
  font-weight: 500;
}

.benefits__visual {
  position: relative;
  z-index: -1;
  grid-column: 2;
  grid-row: 1;
  width: min(57vw, 1040px);
  height: min(72vh, 760px);
  justify-self: end;
  overflow: hidden;
  border-radius: 240px 0 0 240px;
}

.benefits__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 50%;
}

.benefits__visual::after {
  background: linear-gradient(90deg, var(--section-edge), transparent 34%);
}

.benefits__layout {
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
}

.benefits__intro,
.benefits-list {
  grid-column: 1;
}

.benefits-list {
  display: grid;
  max-width: 560px;
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.benefit-token {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.benefit-token > span {
  color: var(--gold);
  font-family: "Chakra Petch", monospace;
  font-size: .68rem;
  letter-spacing: .1em;
}

.benefit-token h3 {
  margin: -5px 0 2px;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.benefit-token p {
  margin: 0;
  color: #99958d;
  font-size: .88rem;
  line-height: 1.5;
}

/* Discord scrollytelling */

.discord-story {
  position: relative;
  height: 300vh;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background: #080808;
  isolation: isolate;
  overflow: clip;
}

.discord-story__sticky {
  position: sticky;
  z-index: 1;
  top: 0;
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: 104px 0 60px;
  overflow: hidden;
  isolation: isolate;
}

.discord-story__sticky::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 50% 44%, rgba(88, 101, 242, .18), transparent 27%),
    radial-gradient(ellipse at 48% 50%, rgba(214, 161, 58, .09), transparent 42%),
    radial-gradient(ellipse at 9% 18%, rgba(45, 58, 104, .2), transparent 34%),
    linear-gradient(132deg, #040507 0%, #0b0e17 46%, #07080d 72%, #030304 100%);
}

.discord-story__sticky::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 3, 3, .72) 0%, rgba(3, 3, 3, .25) 36%, rgba(3, 3, 3, .2) 60%, rgba(3, 3, 3, .7) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, .38), transparent 26%, transparent 72%, rgba(3, 3, 3, .6));
}

.discord-story__layout {
  display: grid;
  grid-template-columns: minmax(250px, .85fr) minmax(330px, .72fr) minmax(270px, .74fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
}

.discord-story__intro .display {
  font-size: clamp(3.8rem, 5.6vw, 6.5rem);
}

.discord-subrail {
  display: grid;
  margin-top: 36px;
}

.discord-subrail button {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: none;
  color: #78756e;
  cursor: pointer;
  font-family: "Chakra Petch", monospace;
  font-size: .72rem;
  letter-spacing: .075em;
  text-align: left;
  text-transform: uppercase;
  transition: color .3s ease;
}

.discord-subrail button i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #49463f;
}

.discord-subrail button.is-active {
  color: var(--paper);
}

.discord-subrail button.is-active i {
  background: var(--gold-hot);
  box-shadow: 0 0 13px var(--gold);
}

.discord-subrail button:focus-visible {
  outline: 1px solid rgba(255, 227, 165, .42);
  outline-offset: -1px;
  border-radius: 9px;
}

.phone-stage {
  position: relative;
  display: grid;
  min-height: min(76vh, 790px);
  place-items: center;
}

.discord-device {
  position: relative;
  width: auto;
  height: min(78vh, 820px);
  aspect-ratio: 916 / 1717;
  filter:
    drop-shadow(0 48px 54px rgba(0, 0, 0, .72))
    drop-shadow(0 0 28px rgba(207, 150, 47, .09));
}

.discord-device::before {
  position: absolute;
  z-index: 0;
  inset: 9% 10% 8%;
  border-radius: 34%;
  background: rgba(0, 0, 0, .58);
  box-shadow: 0 36px 88px rgba(0, 0, 0, .82);
  content: "";
}

.discord-device__frame {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.discord-screen {
  position: absolute;
  z-index: 1;
  inset: 7.55% 17.3% 8.35%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .045);
  border-radius: 11.5% / 5.6%;
  background: #111217;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, .9),
    inset 0 18px 32px rgba(0, 0, 0, .32);
}

.discord-mobile-bar {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 32px 1fr 9px;
  gap: 9px;
  align-items: center;
  height: 62px;
  padding: 11px 13px 9px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
  background: rgba(18, 19, 24, .96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .26);
}

.discord-mobile-bar__mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(235, 194, 105, .48);
  border-radius: 10px;
  background: linear-gradient(145deg, #2c251b, #111);
  color: #ffe3a5;
  font-family: "Chakra Petch", monospace;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.discord-mobile-bar strong,
.discord-mobile-bar small {
  display: block;
}

.discord-mobile-bar strong {
  color: #f1efe9;
  font-size: .66rem;
  letter-spacing: -.01em;
}

.discord-mobile-bar small {
  margin-top: 2px;
  color: #747781;
  font-size: .5rem;
}

.discord-mobile-bar > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #49b66b;
  box-shadow: 0 0 9px rgba(73, 182, 107, .48);
}

.channel-viewport {
  position: absolute;
  inset: 62px 0 54px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .012), transparent 20%),
    #111217;
}

.channel-scroll {
  padding: 13px 10px 80px;
  transform: translate3d(0, var(--channel-y, 0%), 0);
  will-change: transform;
}

.channel-group {
  margin-bottom: 13px;
}

.channel-group > p {
  margin: 0 7px 5px;
  color: #747781;
  font-family: "Chakra Petch", monospace;
  font-size: .43rem;
  font-weight: 600;
  letter-spacing: .12em;
}

.channel-row {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) auto;
  gap: 5px;
  align-items: center;
  min-height: 27px;
  padding: 4px 7px;
  border-radius: 7px;
  color: #92959e;
}

.channel-row:nth-child(3n + 2) {
  background: rgba(255, 255, 255, .023);
}

.channel-row > span {
  color: #686b74;
  font-family: "Chakra Petch", monospace;
  font-size: .75rem;
  font-weight: 600;
}

.channel-row > strong {
  overflow: hidden;
  font-size: .53rem;
  font-weight: 600;
  letter-spacing: -.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.channel-row > i {
  min-width: 16px;
  padding: 2px 4px;
  border-radius: 6px;
  background: rgba(214, 161, 58, .13);
  color: #d8bd87;
  font-family: "Chakra Petch", monospace;
  font-size: .38rem;
  font-style: normal;
  text-align: center;
}

.discord-story__copy {
  min-height: 430px;
  padding: 32px;
  border: 1px solid rgba(228, 192, 116, .2);
  border-radius: 30px 30px 70px 30px;
  background: rgba(17, 16, 13, .9);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .4);
}

.story-count {
  display: block;
  margin-bottom: 50px;
  color: var(--gold);
  font-family: "Chakra Petch", monospace;
  font-size: .74rem;
  letter-spacing: .15em;
}

.story-panel {
  display: none;
}

.story-panel.is-active {
  display: block;
  animation: panel-in .5s cubic-bezier(.2, .78, .2, 1);
}

.story-panel h3 {
  margin: 0;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(2.6rem, 3.7vw, 4.4rem);
  font-weight: 700;
  line-height: .92;
  text-transform: uppercase;
}

.story-panel p {
  margin: 22px 0 0;
  color: #aaa69e;
  font-size: .98rem;
  line-height: 1.7;
}

.discord-story__progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, .06);
}

.discord-story__progress i {
  display: block;
  width: var(--discord-progress);
  height: 100%;
  background: var(--gold);
  box-shadow: 0 0 15px var(--gold);
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* Education */

.education {
  --section-edge: #07141e;
  min-height: 1020px;
  background:
    radial-gradient(ellipse at 78% 32%, rgba(42, 84, 113, .27), transparent 38%),
    radial-gradient(ellipse at 18% 86%, rgba(21, 53, 77, .2), transparent 36%),
    linear-gradient(150deg, #07121a 0%, #0a1923 48%, #071017 100%);
}

.education__visual {
  height: min(78vh, 820px);
}

.education__steps {
  display: grid;
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.education-step {
  position: relative;
  padding: 20px 0 20px 92px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.education-step > span {
  position: absolute;
  top: 23px;
  left: 0;
  color: var(--gold);
  font-family: "Chakra Petch", monospace;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.education-step h3 {
  margin: 0;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.education-step p {
  margin: 5px 0 0;
  color: #96928a;
  font-size: .86rem;
  line-height: 1.55;
}

/* Leaders: approved orbit plus a permanently visible information console */

.leaders {
  --section-edge: #150c07;
  min-height: 980px;
  padding: 130px 0 140px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background:
    radial-gradient(ellipse at 44% 18%, rgba(129, 72, 25, .22), transparent 38%),
    radial-gradient(ellipse at 82% 72%, rgba(86, 47, 19, .14), transparent 34%),
    linear-gradient(155deg, #180f09 0%, #0f0a07 56%, #130b07 100%);
}

.leaders__head {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 70px;
  align-items: end;
}

.leaders__head .lede {
  margin-bottom: 8px;
}

.leaders-carousel {
  width: min(calc(100% - (2 * var(--pad))), 1420px);
  min-height: 650px;
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, .72fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  cursor: grab;
  touch-action: pan-y;
}

.leaders-orbit {
  position: relative;
  min-width: 0;
  height: 650px;
}

.leader-card {
  --x: 0px;
  --y: 0px;
  --z: 0px;
  --scale: 1;
  --rotate: 0deg;
  --opacity: 1;
  --stack: 1;
  position: absolute;
  z-index: var(--stack);
  top: 46%;
  left: 50%;
  width: clamp(220px, 18vw, 290px);
  height: clamp(330px, 27vw, 430px);
  transform:
    translate(calc(-50% + var(--x)), calc(-50% + var(--y)))
    translateZ(var(--z))
    rotate(var(--rotate))
    scale(var(--scale));
  opacity: var(--opacity);
  transition:
    transform .72s cubic-bezier(.2, .78, .2, 1),
    opacity .55s ease,
    filter .55s ease;
  will-change: transform, opacity;
}

.leader-card:not(.is-active) {
  filter: saturate(.4) brightness(.58);
}

.leader-card.is-active {
  filter: none;
}

.leader-portrait {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(231, 193, 110, .23);
  border-radius: 160px 160px 34px 34px;
  background: #0d0d0c;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, .62),
    inset 0 1px rgba(255, 255, 255, .05);
}

.leader-card.is-active .leader-portrait {
  border-color: rgba(255, 218, 139, .55);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .72),
    0 0 30px rgba(214, 161, 58, .1),
    inset 0 1px rgba(255, 255, 255, .08);
}

.leader-portrait::after {
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(transparent, rgba(5, 5, 5, .82));
  content: "";
}

.leader-portrait img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.leader-console {
  position: relative;
  z-index: 30;
  width: 100%;
  align-self: center;
}

.leader-bio {
  min-height: 330px;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(231, 193, 110, .24);
  border-radius: 34px 34px 90px 34px;
  background: rgba(18, 17, 14, .96);
  box-shadow:
    0 35px 90px rgba(0, 0, 0, .58),
    inset 0 1px rgba(255, 255, 255, .055);
}

.leader-bio > span {
  display: block;
  color: var(--gold);
  font-family: "Chakra Petch", monospace;
  font-size: .72rem;
  letter-spacing: .15em;
}

.leader-bio h3 {
  margin: 28px 0 4px;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(3.6rem, 5vw, 6.2rem);
  font-weight: 800;
  line-height: .82;
  text-transform: uppercase;
}

.leader-bio strong {
  display: block;
  margin-top: 14px;
  color: var(--gold-hot);
  font-family: "Chakra Petch", monospace;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.leader-bio p {
  margin: 24px 0 0;
  color: #d2cec6;
  font-size: .96rem;
  line-height: 1.72;
}

.leader-controls {
  display: grid;
  grid-template-columns: 58px 1fr 58px;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.leader-controls p {
  margin: 0;
  color: #77736c;
  font-family: "Chakra Petch", monospace;
  font-size: .65rem;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.orbit-button {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(227, 190, 108, .28);
  border-radius: 18px;
  background: #13120f;
  color: var(--gold-hot);
  cursor: pointer;
  transition:
    transform .25s ease,
    background .25s ease,
    border-color .25s ease;
}

.orbit-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 223, 151, .55);
  background: #1b1913;
}

.orbit-button svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

/* Founder: credibility without a fake portrait */

.founder {
  --section-edge: #09151c;
  min-height: 780px;
  display: grid;
  align-items: center;
  padding: 130px 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background:
    radial-gradient(circle at 78% 50%, rgba(214, 161, 58, .08), transparent 25%),
    radial-gradient(ellipse at 18% 38%, rgba(55, 91, 108, .25), transparent 38%),
    linear-gradient(145deg, #0c1a21 0%, #08131a 56%, #0b1115 100%);
}

.founder__layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .68fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.founder__quote {
  max-width: 650px;
  margin: 50px 0 0;
  color: #d6d1c8;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.7rem);
  font-style: normal;
  font-weight: 600;
  line-height: .98;
  text-transform: uppercase;
}

.founder__quote span {
  color: var(--gold);
}

.founder__facts {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(231, 193, 110, .22);
  border-radius: 90px 30px 30px 30px;
  background: linear-gradient(145deg, rgba(31, 28, 21, .92), rgba(12, 12, 11, .96));
  box-shadow: 0 38px 90px rgba(0, 0, 0, .45);
}

.founder__facts div {
  display: grid;
  gap: 5px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.founder__facts strong {
  color: var(--gold-hot);
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(2.6rem, 4vw, 4.5rem);
  font-weight: 700;
  line-height: .9;
  text-transform: uppercase;
}

.founder__facts span,
.founder__facts p {
  color: #aaa69e;
  font-size: .88rem;
  line-height: 1.6;
}

.founder__facts p {
  margin: 26px 0 0;
}

/* FAQ */

.faq {
  --section-edge: #150c07;
  min-height: 820px;
  padding: 130px 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background:
    radial-gradient(ellipse at 22% 20%, rgba(127, 68, 23, .2), transparent 36%),
    radial-gradient(ellipse at 88% 82%, rgba(78, 43, 18, .13), transparent 34%),
    linear-gradient(150deg, #170d07 0%, #0d0806 58%, #120a07 100%);
}

.faq > .wrap {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 130px);
}

.faq__head {
  position: sticky;
  top: 130px;
  align-self: start;
}

.faq__list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.faq summary {
  display: grid;
  min-height: 92px;
  grid-template-columns: 1fr 28px;
  gap: 20px;
  align-items: center;
  color: #e3dfd6;
  cursor: pointer;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1.05;
  list-style: none;
  text-transform: uppercase;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary i {
  position: relative;
  width: 20px;
  height: 20px;
}

.faq summary i::before,
.faq summary i::after {
  position: absolute;
  top: 9px;
  left: 2px;
  width: 16px;
  height: 1px;
  background: var(--gold);
  content: "";
  transition: transform .3s ease;
}

.faq summary i::after {
  transform: rotate(90deg);
}

.faq details[open] summary i::after {
  transform: rotate(0);
}

.faq details p {
  max-width: 680px;
  margin: -8px 0 28px;
  color: #9d9991;
  font-size: .96rem;
  line-height: 1.75;
}

/* Closing: image and conversion panel remain separate */

.closing {
  --section-edge: #050505;
  display: grid;
  min-height: 900px;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  padding-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background:
    radial-gradient(ellipse at 76% 48%, rgba(157, 103, 28, .08), transparent 31%),
    linear-gradient(150deg, #050505 0%, #030303 58%, #070604 100%);
}

.closing__visual {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: 58vw;
  height: min(78vh, 820px);
  overflow: hidden;
  border-radius: 0 220px 220px 0;
}

.closing__visual::after {
  background: linear-gradient(90deg, transparent 65%, var(--section-edge) 100%);
}

.closing__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
}

.closing__layout {
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  pointer-events: none;
}

.closing__copy {
  grid-column: 2;
  padding-left: clamp(34px, 6vw, 92px);
  pointer-events: auto;
}

.footer {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 2;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #77736d;
  font-size: .73rem;
  line-height: 1.5;
}

.footer p {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.footer > a:last-child {
  color: #c2bdaF;
  font-family: "Chakra Petch", monospace;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  z-index: 120;
  right: 24px;
  bottom: 24px;
  max-width: min(430px, calc(100vw - 48px));
  padding: 16px 20px;
  transform: translateY(130%);
  border: 1px solid rgba(231, 193, 110, .3);
  border-radius: 14px;
  background: #171510;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .6);
  color: #d7d2c9;
  font-size: .82rem;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transition:
    transform .35s cubic-bezier(.2, .78, .2, 1),
    opacity .35s ease;
}

.toast.is-visible {
  transform: none;
  opacity: 1;
}

/* The vertical rail only exists when there is a real outer gutter. */

@media (min-width: 1600px) {
  .chapter-nav {
    top: 50%;
    left: max(14px, calc((100vw - 1540px) / 2));
    width: 122px;
    transform: translateY(-50%);
    padding-left: 28px;
  }

  .chapter-nav::before,
  .chapter-nav::after {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 8px;
    width: 1px;
    content: "";
  }

  .chapter-nav::before {
    background: rgba(255, 255, 255, .11);
  }

  .chapter-nav::after {
    height: var(--chapter-ratio);
    bottom: auto;
    background: var(--gold-hot);
    box-shadow: 0 0 12px var(--gold);
    transition: height .5s cubic-bezier(.2, .78, .2, 1);
  }

  .chapter-nav ol {
    display: grid;
    gap: 17px;
  }

  .chapter-nav a {
    gap: 12px;
    min-height: 18px;
  }

  .chapter-nav a i {
    width: 6px;
    height: 6px;
  }

  .chapter-nav a span {
    color: #7f7b73;
    opacity: 0;
    transform: translateX(-8px);
    transition:
      opacity .2s ease,
      transform .2s ease,
      color .2s ease;
  }

  .chapter-nav:hover a span,
  .chapter-nav a:focus-visible span,
  .chapter-nav a.is-active span {
    opacity: 1;
    transform: none;
  }

  .chapter-nav a.is-active span {
    color: var(--paper);
  }
}

/* Below 1600px the navigation becomes a dedicated bottom strip, never an overlaying arrow. */

@media (max-width: 1599px) {
  body {
    padding-bottom: 54px;
  }

  .chapter-nav {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 54px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(5, 5, 5, .92);
    backdrop-filter: blur(16px);
  }

  .chapter-nav::before,
  .chapter-nav::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    content: "";
  }

  .chapter-nav::before {
    width: 100%;
    background: rgba(255, 255, 255, .08);
  }

  .chapter-nav::after {
    width: var(--chapter-ratio);
    background: var(--gold-hot);
    box-shadow: 0 0 12px var(--gold);
    transition: width .5s cubic-bezier(.2, .78, .2, 1);
  }

  .chapter-nav ol {
    display: grid;
    width: min(720px, calc(100% - 26px));
    height: 100%;
    grid-template-columns: repeat(9, 1fr);
    align-items: center;
    margin: auto;
  }

  .chapter-nav li {
    height: 100%;
  }

  .chapter-nav a {
    width: 100%;
    height: 100%;
    justify-content: center;
  }

  .chapter-nav a i {
    width: 5px;
    height: 5px;
  }

  .chapter-nav a span {
    display: none;
  }
}

@media (max-width: 1180px) {
  :root {
    --pad: clamp(22px, 4vw, 46px);
  }

  .display {
    font-size: clamp(4.5rem, 10vw, 7rem);
  }

  .display--small {
    font-size: clamp(4rem, 8.4vw, 6.4rem);
  }

  .hero {
    grid-template-columns: .92fr 1.08fr;
  }

  .hero__visual {
    width: 59vw;
  }

  .discord-story__layout {
    grid-template-columns: minmax(220px, .8fr) minmax(280px, .72fr) minmax(240px, .7fr);
    gap: 28px;
  }

  .discord-story__copy {
    padding: 24px;
  }

  .leaders-carousel {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 26px;
  }

  .leader-card {
    width: 240px;
    height: 370px;
  }
}

@media (max-width: 920px) {
  .topbar {
    height: 68px;
  }

  .live-status {
    display: none;
  }

  .hero,
  .community,
  .benefits,
  .education,
  .closing {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 100px 0 80px;
  }

  .hero__visual,
  .community__visual,
  .benefits__visual,
  .education__visual,
  .closing__visual {
    order: 1;
    width: calc(100% - var(--pad));
    height: min(62vw, 600px);
    min-height: 430px;
    margin: 0 0 46px;
  }

  .hero__visual,
  .benefits__visual {
    align-self: flex-end;
    border-radius: 140px 0 0 140px;
  }

  .community__visual,
  .education__visual,
  .closing__visual {
    align-self: flex-start;
    border-radius: 0 140px 140px 0;
  }

  .hero__layout,
  .community__layout,
  .benefits__layout,
  .education__layout,
  .closing__layout {
    display: block;
    order: 2;
  }

  .hero .hero__layout {
    order: 1;
  }

  .hero .hero__visual {
    order: 2;
    margin-top: 52px;
    margin-bottom: 0;
  }

  .community__copy,
  .education__copy,
  .closing__copy {
    padding-left: 0;
  }

  .community__visual::after,
  .benefits__visual::after,
  .education__visual::after,
  .closing__visual::after {
    background: linear-gradient(180deg, transparent 75%, var(--section-edge));
  }

  .discord-story {
    height: auto;
  }

  .discord-story__sticky {
    position: relative;
    padding: 110px 0 90px;
  }

  .discord-story__layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
    gap: 50px 32px;
  }

  .discord-story__intro {
    grid-column: 1 / -1;
  }

  .discord-subrail {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .discord-subrail button {
    grid-template-columns: 12px 1fr;
    border-top: 1px solid rgba(255, 255, 255, .07);
  }

  .phone-stage {
    min-height: 620px;
  }

  .discord-device {
    height: min(70vh, 660px);
  }

  .discord-story__copy {
    min-height: 430px;
  }

  .leaders {
    min-height: 0;
    padding: 110px 0;
  }

  .leaders__head {
    display: block;
  }

  .leaders-carousel {
    display: block;
    min-height: 0;
  }

  .leaders-orbit {
    height: 590px;
  }

  .leader-console {
    width: min(640px, 100%);
    margin: 10px auto 0;
  }

  .leader-bio {
    min-height: 280px;
  }

  .founder__layout,
  .faq > .wrap {
    grid-template-columns: 1fr;
  }

  .faq__head {
    position: relative;
    top: auto;
  }

  .closing {
    padding-bottom: 0;
  }

  .footer {
    order: 3;
    margin-top: 70px;
  }
}

@media (max-width: 660px) {
  :root {
    --pad: 20px;
  }

  .topbar {
    padding: 8px 14px;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .lumen--compact {
    min-width: 174px;
  }

  .lumen--compact .lumen__text strong {
    font-size: .9rem;
  }

  .lumen--compact .lumen__text small {
    display: none;
  }

  .display {
    font-size: clamp(4rem, 18vw, 6.2rem);
  }

  .display--small {
    font-size: clamp(3.7rem, 16vw, 5.7rem);
  }

  .lede {
    font-size: .98rem;
    line-height: 1.65;
  }

  .hero,
  .community,
  .benefits,
  .education,
  .closing {
    padding-top: 86px;
  }

  .hero__visual,
  .community__visual,
  .benefits__visual,
  .education__visual,
  .closing__visual {
    min-height: 320px;
    height: 72vw;
    border-radius: 0;
  }

  .hero__visual,
  .benefits__visual {
    width: calc(100% - 20px);
    border-radius: 90px 0 0 24px;
  }

  .community__visual,
  .education__visual,
  .closing__visual {
    width: calc(100% - 20px);
    border-radius: 0 90px 24px 0;
  }

  .community__number {
    font-size: 8.5rem;
  }

  .community__facts span {
    display: grid;
    gap: 4px;
  }

  .discord-story__layout {
    display: block;
  }

  .discord-subrail {
    display: grid;
    margin-bottom: 34px;
  }

  .discord-subrail button {
    font-size: .6rem;
  }

  .phone-stage {
    min-height: 560px;
    margin: 20px 0 40px;
  }

  .discord-device {
    width: min(116vw, 440px);
    height: auto;
  }

  .discord-story__copy {
    min-height: 0;
    border-radius: 26px 26px 58px 26px;
  }

  .story-count {
    margin-bottom: 30px;
  }

  .education-step {
    padding-left: 0;
    padding-top: 48px;
  }

  .education-step > span {
    top: 20px;
  }

  .leaders__head .lede {
    margin-top: 28px;
  }

  .leaders-carousel {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .leaders-orbit {
    order: 2;
    height: 500px;
  }

  .leader-card {
    width: min(68vw, 265px);
    height: min(102vw, 400px);
  }

  .leader-console {
    order: 1;
    width: calc(100% - 40px);
    margin-bottom: 28px;
  }

  .leader-bio {
    min-height: 300px;
    border-radius: 26px 26px 62px 26px;
  }

  .leader-controls {
    grid-template-columns: 52px 1fr 52px;
  }

  .orbit-button {
    width: 52px;
    height: 52px;
  }

  .founder {
    padding: 100px 0;
  }

  .founder__layout {
    gap: 48px;
  }

  .founder__facts {
    border-radius: 60px 24px 24px;
  }

  .faq {
    padding: 100px 0;
  }

  .faq > .wrap {
    gap: 48px;
  }

  .faq summary {
    min-height: 82px;
  }

  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer .brand {
    justify-self: center;
  }

  .footer p {
    order: 3;
  }

  .toast {
    right: 14px;
    bottom: 68px;
    left: 14px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

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

/* V8 — full-width cinematic direction */

.brand img {
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(214, 161, 58, .18));
}

.hero {
  position: relative;
  display: grid;
  min-height: max(820px, 100svh);
  grid-template-columns: 1fr;
  align-items: center;
  overflow: hidden;
  padding: 136px 0 82px;
  background: #030303;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, .99) 0%, rgba(3, 3, 3, .9) 29%, rgba(3, 3, 3, .32) 60%, rgba(3, 3, 3, .06) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, .62) 0%, transparent 20%, transparent 76%, #030303 100%);
}

.hero::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(transparent, #030303);
}

.hero__stage {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__layout {
  position: relative;
  z-index: 2;
  display: block;
}

.hero__copy {
  width: min(720px, 58vw);
  max-width: none;
}

.hero__copy .display {
  max-width: 760px;
  text-wrap: balance;
}

.hero__copy .lede {
  max-width: 660px;
  color: #d2cec6;
  text-wrap: pretty;
}

.discord-live-dock {
  --mx: 50%;
  --my: 50%;
  position: relative;
  display: grid;
  width: min(720px, 100%);
  min-height: 94px;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 228, 164, .19);
  border-radius: 28px;
  background:
    radial-gradient(230px circle at var(--mx) var(--my), rgba(255, 228, 164, .09), transparent 64%),
    linear-gradient(150deg, rgba(29, 27, 22, .94), rgba(9, 9, 9, .97));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .62),
    0 0 0 8px rgba(0, 0, 0, .16),
    inset 0 1px rgba(255, 255, 255, .075);
  color: var(--paper);
  text-decoration: none;
  transition:
    transform .35s cubic-bezier(.2, .78, .2, 1),
    border-color .35s ease,
    box-shadow .35s ease;
}

.discord-live-dock::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(105deg, transparent 28%, rgba(255, 255, 255, .035) 48%, transparent 66%);
  content: "";
  pointer-events: none;
}

.discord-live-dock:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 225, 157, .34);
  box-shadow:
    0 42px 110px rgba(0, 0, 0, .68),
    0 0 34px rgba(214, 161, 58, .08),
    inset 0 1px rgba(255, 255, 255, .1);
}

.discord-live-dock:focus-visible {
  outline: 2px solid var(--gold-hot);
  outline-offset: 5px;
}

.discord-live-dock__identity,
.discord-live-dock__metric,
.discord-live-dock__action {
  position: relative;
  z-index: 2;
}

.discord-live-dock__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.discord-live-dock__identity > img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(214, 161, 58, .2));
}

.discord-live-dock__identity small,
.discord-live-dock__identity strong,
.discord-live-dock__metric small,
.discord-live-dock__metric strong {
  display: block;
}

.discord-live-dock__identity small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8f8b83;
  font-family: "Chakra Petch", monospace;
  font-size: .61rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.discord-live-dock__identity small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #59c77a;
  box-shadow: 0 0 12px rgba(89, 199, 122, .72);
}

.discord-live-dock__identity strong {
  margin-top: 5px;
  overflow: hidden;
  font-size: .84rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.discord-live-dock__metric {
  min-width: 96px;
  padding: 4px 18px;
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.discord-live-dock__metric strong {
  color: var(--gold-hot);
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: 2.55rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: .8;
}

.discord-live-dock__metric small {
  margin-top: 7px;
  color: #8f8b83;
  font-family: "Chakra Petch", monospace;
  font-size: .57rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.discord-live-dock__action {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: linear-gradient(145deg, #626ee8, #4c57c7);
  box-shadow:
    0 13px 28px rgba(67, 76, 184, .28),
    inset 0 1px rgba(255, 255, 255, .18);
  color: #fff;
  font-family: "Chakra Petch", monospace;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition:
    background .25s ease,
    transform .25s ease;
}

.discord-live-dock:hover .discord-live-dock__action {
  transform: translateX(2px);
  background: linear-gradient(145deg, #6d78ee, #5662d4);
}

.discord-live-dock__action svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.discord-live-dock__led {
  position: absolute;
  z-index: 1;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--led-turn),
    transparent 0deg 268deg,
    rgba(214, 161, 58, .2) 294deg,
    var(--gold-hot) 318deg,
    rgba(214, 161, 58, .36) 338deg,
    transparent 360deg
  );
  animation: dock-led-orbit 6.5s linear infinite;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes dock-led-orbit {
  to { --led-turn: 360deg; }
}

.hero__proof {
  margin-top: 24px;
}

.founder {
  --section-edge: #08131c;
  min-height: 860px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 154px 0 126px;
  background:
    radial-gradient(circle at 77% 42%, rgba(73, 111, 133, .26), transparent 23%),
    radial-gradient(circle at 68% 65%, rgba(214, 161, 58, .11), transparent 27%),
    linear-gradient(145deg, #0d202b 0%, #07141d 52%, #071017 100%);
}

.founder__frame {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  align-items: center;
  overflow: visible;
  border: 1px solid rgba(233, 198, 122, .27);
  border-radius: 38px 126px 38px 38px;
  background:
    linear-gradient(115deg, rgba(7, 12, 15, .96) 0%, rgba(8, 15, 19, .88) 54%, rgba(7, 13, 17, .46) 100%);
  box-shadow:
    0 46px 120px rgba(0, 0, 0, .48),
    inset 0 1px rgba(255, 255, 255, .045);
}

.founder__frame::before {
  position: absolute;
  z-index: 5;
  top: -1px;
  left: 5%;
  width: 31%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-hot), var(--gold), transparent);
  box-shadow: 0 0 16px rgba(255, 227, 165, .42);
  content: "";
}

.founder__copy {
  position: relative;
  z-index: 4;
  padding: clamp(42px, 5.2vw, 78px) 0 clamp(42px, 5.2vw, 78px) clamp(38px, 5vw, 72px);
}

.founder__copy .display--small {
  font-size: clamp(4.2rem, 6vw, 7.2rem);
}

.founder__copy .lede {
  max-width: 620px;
  color: #cbc7bf;
}

.founder__quote {
  max-width: 600px;
  margin: 34px 0 0;
  color: #e4e0d7;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(2.15rem, 3vw, 3.65rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.founder__quote span {
  color: var(--gold);
}

.founder__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.founder__facts div {
  gap: 4px;
  padding: 0 22px 0 0;
  border: 0;
}

.founder__facts div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.founder__facts strong {
  font-size: clamp(2.1rem, 3vw, 3.4rem);
}

.founder__facts span {
  color: #8f9698;
  font-family: "Chakra Petch", monospace;
  font-size: .66rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.founder__portrait-stage {
  position: relative;
  z-index: 3;
  min-height: 620px;
  align-self: stretch;
  overflow: visible;
  pointer-events: none;
}

.founder__halo {
  position: absolute;
  top: 12%;
  right: 2%;
  width: min(40vw, 540px);
  height: min(40vw, 540px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 48%, rgba(214, 161, 58, .2), rgba(49, 87, 108, .14) 42%, transparent 70%);
  filter: blur(14px);
}

.founder-portrait {
  position: absolute;
  z-index: 2;
  right: clamp(-86px, -4vw, -30px);
  bottom: -38px;
  width: auto;
  max-width: none;
  height: min(83vh, 830px);
  object-fit: contain;
  object-position: center bottom;
  filter:
    drop-shadow(-32px 40px 46px rgba(0, 0, 0, .48))
    drop-shadow(0 0 22px rgba(86, 127, 149, .1));
}

.community {
  --section-edge: #160d07;
  background:
    radial-gradient(ellipse at 14% 44%, rgba(137, 77, 28, .27), transparent 39%),
    radial-gradient(ellipse at 88% 8%, rgba(105, 58, 21, .14), transparent 34%),
    linear-gradient(145deg, #1a100a 0%, #0e0906 54%, #120b08 100%);
}

.community__text {
  max-width: 670px;
  margin-top: 30px;
}

.community__text p {
  margin: 0;
  color: #c7c2b9;
  font-size: clamp(.96rem, 1.1vw, 1.08rem);
  line-height: 1.75;
}

.community__text p + p {
  margin-top: 15px;
}

.community__facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.community__facts span {
  display: grid;
  justify-content: start;
  gap: 4px;
  padding-right: 18px;
}

.benefits {
  --section-edge: #08131c;
  background:
    radial-gradient(ellipse at 84% 42%, rgba(43, 91, 121, .28), transparent 38%),
    radial-gradient(ellipse at 12% 4%, rgba(37, 76, 103, .14), transparent 32%),
    linear-gradient(145deg, #0d202b 0%, #07141d 56%, #091118 100%);
}

.benefit-token p {
  max-width: 440px;
  color: #b3afa7;
  font-size: .92rem;
}

.discord-mobile-bar__mark {
  overflow: hidden;
  padding: 3px;
}

.discord-mobile-bar__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.education {
  --section-edge: #160d07;
  background:
    radial-gradient(ellipse at 78% 32%, rgba(132, 72, 25, .23), transparent 38%),
    radial-gradient(ellipse at 18% 86%, rgba(91, 47, 18, .16), transparent 36%),
    linear-gradient(150deg, #160d07 0%, #0d0806 48%, #110a07 100%);
}

.leaders {
  --section-edge: #08131c;
  background:
    radial-gradient(ellipse at 44% 18%, rgba(43, 91, 121, .25), transparent 38%),
    radial-gradient(ellipse at 82% 72%, rgba(31, 70, 96, .16), transparent 34%),
    linear-gradient(155deg, #0d202b 0%, #07141d 56%, #091118 100%);
}

.leader-bio {
  background: rgba(8, 18, 25, .96);
}

.orbit-button {
  background: #0a171f;
}

@media (max-width: 1180px) {
  .hero__copy {
    width: min(660px, 64vw);
  }

  .discord-live-dock {
    grid-template-columns: minmax(190px, 1fr) auto auto;
  }

  .discord-live-dock__action {
    padding-inline: 14px;
  }

  .founder__frame {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr);
  }

  .founder-portrait {
    right: -13vw;
    height: min(78vh, 740px);
  }
}

@media (max-width: 920px) {
  .hero {
    display: block;
    min-height: 920px;
    padding: 124px 0 78px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(3, 3, 3, .98), rgba(3, 3, 3, .85) 52%, rgba(3, 3, 3, .28)),
      linear-gradient(180deg, rgba(3, 3, 3, .5), transparent 50%, #030303 100%);
  }

  .hero__copy {
    width: min(660px, 100%);
  }

  .discord-live-dock {
    grid-template-columns: minmax(190px, 1fr) auto;
  }

  .discord-live-dock__action {
    grid-column: 1 / -1;
    min-height: 54px;
  }

  .founder {
    min-height: 0;
    padding: 112px 0 90px;
  }

  .founder__frame {
    display: block;
    min-height: 1040px;
    border-radius: 36px 96px 36px 36px;
  }

  .founder__copy {
    width: min(700px, 100%);
    padding: 54px 50px 0;
  }

  .founder__portrait-stage {
    min-height: 500px;
  }

  .founder-portrait {
    right: -5vw;
    bottom: -38px;
    height: 650px;
  }

  .founder__halo {
    top: 5%;
    right: 10%;
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 660px) {
  .hero {
    min-height: 880px;
    padding-top: 112px;
  }

  .hero__copy .display {
    font-size: clamp(4.5rem, 21vw, 6.5rem);
  }

  .hero__copy .lede {
    margin-top: 24px;
    font-size: .95rem;
    line-height: 1.62;
  }

  .discord-live-dock {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
  }

  .discord-live-dock__identity {
    gap: 9px;
  }

  .discord-live-dock__identity > img {
    width: 46px;
    height: 46px;
  }

  .discord-live-dock__identity strong {
    font-size: .7rem;
  }

  .discord-live-dock__identity small {
    font-size: .52rem;
  }

  .discord-live-dock__metric {
    min-width: 78px;
    padding-inline: 12px 6px;
  }

  .discord-live-dock__metric strong {
    font-size: 2rem;
  }

  .discord-live-dock__action {
    border-radius: 16px;
  }

  .hero__proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founder {
    padding: 90px 0 72px;
  }

  .founder__frame {
    min-height: 960px;
    border-radius: 30px 70px 30px 30px;
  }

  .founder__copy {
    padding: 42px 24px 0;
  }

  .founder__copy .display--small {
    font-size: clamp(2.25rem, 11vw, 3.1rem);
    letter-spacing: -.025em;
    line-height: .86;
  }

  .founder__quote {
    font-size: 2rem;
  }

  .founder__facts {
    gap: 16px;
  }

  .founder__facts div {
    padding-right: 12px;
  }

  .founder__facts div + div {
    padding-left: 12px;
  }

  .founder__facts strong {
    font-size: 2rem;
  }

  .founder__portrait-stage {
    min-height: 430px;
  }

  .founder-portrait {
    right: -34px;
    height: 520px;
  }

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

  .community__facts span {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .discord-live-dock__led {
    animation: none;
    background: linear-gradient(90deg, transparent, rgba(255, 227, 165, .55), transparent);
  }
}

/* V8 visual corrections */

.hero {
  --hero-image-x: 0px;
  --hero-image-y: 0px;
  background: #030303;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, .99) 0%, rgba(3, 3, 3, .94) 24%, rgba(3, 3, 3, .78) 43%, rgba(3, 3, 3, .24) 69%, rgba(3, 3, 3, .08) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, .58) 0%, transparent 22%, transparent 72%, #030303 100%);
}

.hero-cinematic-layer {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(.82) contrast(1.05) brightness(.76);
  transform: translate3d(var(--hero-image-x), var(--hero-image-y), 0) scale(1.018);
  transition: transform 1.1s cubic-bezier(.2, .78, .2, 1);
  will-change: transform;
}

.community {
  position: relative;
  display: grid;
  min-height: 850px;
  grid-template-columns: 1fr;
  align-items: center;
  overflow: hidden;
  padding: 142px 0;
  background:
    radial-gradient(ellipse at 10% 54%, rgba(158, 87, 32, .22), transparent 34%),
    radial-gradient(ellipse at 86% 20%, rgba(91, 52, 26, .16), transparent 35%),
    linear-gradient(142deg, #1a100a 0%, #0d0806 56%, #120b08 100%);
}

.community::before {
  position: absolute;
  top: 50%;
  right: -9vw;
  width: min(56vw, 880px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 161, 58, .085), rgba(214, 161, 58, .025) 34%, transparent 68%);
  content: "";
  filter: blur(2px);
  pointer-events: none;
  transform: translateY(-50%);
}

.community__editorial {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(66px, 9vw, 148px);
  align-items: start;
}

.community__headline {
  position: sticky;
  top: 156px;
}

.community__headline .display {
  max-width: 680px;
  font-size: clamp(4.5rem, 7vw, 8.6rem);
}

.community__body {
  position: relative;
  max-width: 760px;
  padding: 34px 0 26px clamp(34px, 4vw, 68px);
}

.community__body::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 226, 157, .56) 22%, rgba(214, 161, 58, .2) 78%, transparent);
  box-shadow: 0 0 18px rgba(214, 161, 58, .12);
  content: "";
}

.community__text {
  max-width: 690px;
  margin-top: 0;
}

.community__text p {
  color: #d0cbc2;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.78;
}

.community__text p:first-child {
  color: #f0ece4;
  font-size: clamp(1.08rem, 1.32vw, 1.32rem);
  line-height: 1.66;
}

.community__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 44px;
  border: 0;
}

.community__facts span {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 9px;
  padding: 0 0 0 15px;
  border: 0;
  color: #999187;
  font-size: .7rem;
  white-space: nowrap;
}

.community__facts span::before {
  position: absolute;
  top: .56em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(214, 161, 58, .42);
  content: "";
}

.community__facts b {
  color: #f3dfae;
  font-size: 1rem;
}

.discord-story__sticky::before {
  background:
    radial-gradient(ellipse at 50% 47%, rgba(88, 101, 242, .2), transparent 24%),
    radial-gradient(ellipse at 50% 53%, rgba(116, 94, 172, .11), transparent 39%),
    radial-gradient(ellipse at 13% 19%, rgba(45, 58, 104, .21), transparent 33%),
    radial-gradient(ellipse at 90% 82%, rgba(214, 161, 58, .08), transparent 31%),
    linear-gradient(132deg, #040507 0%, #0c0f19 46%, #08090f 73%, #030304 100%);
}

.discord-story__sticky::after {
  background:
    linear-gradient(90deg, rgba(2, 3, 5, .7) 0%, rgba(2, 3, 5, .08) 35%, rgba(2, 3, 5, .08) 64%, rgba(2, 3, 5, .66) 100%),
    linear-gradient(180deg, rgba(2, 3, 5, .72) 0%, transparent 24%, transparent 74%, rgba(2, 3, 5, .86) 100%);
}

.phone-stage::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(48vw, 650px);
  height: min(72vh, 760px);
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(88, 101, 242, .22), rgba(88, 101, 242, .055) 42%, transparent 70%);
  content: "";
  filter: blur(24px);
  transform: translate(-50%, -50%);
}

.phone-stage::after {
  position: absolute;
  z-index: -1;
  right: 6%;
  bottom: 4%;
  left: 6%;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .76);
  content: "";
  filter: blur(20px);
}

.discord-device {
  filter:
    drop-shadow(0 50px 62px rgba(0, 0, 0, .76))
    drop-shadow(0 0 34px rgba(88, 101, 242, .13))
    drop-shadow(0 0 14px rgba(207, 150, 47, .08));
}

.channel-viewport {
  inset: 62px 0 0;
}

.channel-viewport::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 46px;
  background: linear-gradient(transparent, rgba(17, 18, 23, .95));
  content: "";
  pointer-events: none;
}

.founder {
  min-height: 980px;
  overflow: visible;
  padding: 224px 0 132px;
}

.founder__frame {
  min-height: 620px;
  align-items: stretch;
}

.founder__portrait-stage {
  min-height: 620px;
  align-self: stretch;
  overflow: visible;
}

.founder-portrait {
  right: clamp(-82px, -4vw, -28px);
  bottom: 0;
  height: clamp(730px, 63vw, 860px);
  object-position: center bottom;
}

.founder__halo {
  top: -12%;
  right: -2%;
  width: min(44vw, 620px);
  height: min(44vw, 620px);
}

@media (max-width: 1180px) {
  .hero-cinematic-layer {
    object-position: 61% center;
  }

  .community__editorial {
    gap: 60px;
  }

  .founder {
    padding-top: 206px;
  }

  .founder-portrait {
    right: -10vw;
    height: clamp(720px, 66vw, 800px);
  }
}

@media (max-width: 920px) {
  .hero-cinematic-layer {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 68% center;
    filter: saturate(.78) contrast(1.04) brightness(.65);
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(3, 3, 3, .98), rgba(3, 3, 3, .88) 54%, rgba(3, 3, 3, .28)),
      linear-gradient(180deg, rgba(3, 3, 3, .54), transparent 46%, #030303 100%);
  }

  .community {
    min-height: 0;
    padding: 112px 0;
  }

  .community__editorial {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .community__headline {
    position: static;
  }

  .community__headline .display {
    max-width: 760px;
  }

  .community__body {
    max-width: 760px;
    padding-left: 36px;
  }

  .founder {
    min-height: 0;
    overflow: hidden;
    padding: 132px 0 90px;
  }

  .founder__frame {
    min-height: 1080px;
  }

  .founder__portrait-stage {
    min-height: 510px;
    margin-top: 70px;
  }

  .founder-portrait {
    right: -4vw;
    bottom: 0;
    height: 620px;
  }
}

@media (max-width: 660px) {
  .hero-cinematic-layer {
    object-position: 71% center;
  }

  .community {
    padding: 94px 0;
  }

  .community__editorial {
    gap: 38px;
  }

  .community__headline .display {
    font-size: clamp(3.55rem, 17vw, 5.2rem);
  }

  .community__body {
    padding: 18px 0 12px 23px;
  }

  .community__text p,
  .community__text p:first-child {
    font-size: .96rem;
    line-height: 1.68;
  }

  .community__facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 34px;
  }

  .community__facts span {
    display: flex;
  }

  .founder {
    padding-top: 108px;
  }

  .founder__frame {
    min-height: 970px;
  }

  .founder__portrait-stage {
    min-height: 430px;
    margin-top: 64px;
  }

  .founder-portrait {
    right: -30px;
    bottom: 0;
    height: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cinematic-layer {
    transform: none;
    transition: none;
  }
}

/* V9 — layered scope Hero, angled Discord phone, compact founder */

.hero {
  --hero-bg-x: 0px;
  --hero-bg-y: 0px;
  --hero-scope-x: 0px;
  --hero-scope-y: 0px;
  isolation: isolate;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, .99) 0%, rgba(3, 3, 3, .95) 24%, rgba(3, 3, 3, .78) 43%, rgba(3, 3, 3, .19) 70%, rgba(3, 3, 3, .04) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, .5) 0%, transparent 20%, transparent 72%, #030303 100%);
}

.hero-atmosphere-layer,
.hero-scope-chart-layer {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}

.hero-atmosphere-layer {
  z-index: 0;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.06) brightness(.78);
  transform: translate3d(var(--hero-bg-x), var(--hero-bg-y), 0) scale(1.015);
  transition: transform 1.2s cubic-bezier(.2, .78, .2, 1);
}

.hero-scope-chart-layer {
  z-index: 1;
  top: -3%;
  right: -2%;
  bottom: -3%;
  left: 0;
  width: 105%;
  height: 106%;
  object-fit: cover;
  object-position: center;
  filter:
    saturate(1.08)
    contrast(1.05)
    drop-shadow(0 0 32px rgba(214, 161, 58, .12))
    drop-shadow(0 34px 70px rgba(0, 0, 0, .52));
  transform: translate3d(var(--hero-scope-x), var(--hero-scope-y), 0) scale(1.018);
  transition: transform 1s cubic-bezier(.2, .78, .2, 1);
}

.hero-scope-glint {
  position: absolute;
  z-index: 2;
  top: -3%;
  right: -5%;
  width: min(64vw, 1160px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(118deg, transparent 35%, rgba(255, 232, 177, .38) 47%, rgba(214, 161, 58, .08) 52%, transparent 62%);
  content: "";
  filter: blur(10px);
  mix-blend-mode: screen;
  opacity: .18;
  pointer-events: none;
  transform: translate3d(13%, -9%, 0);
  animation: hero-scope-glint 9s ease-in-out infinite;
  -webkit-mask-image: radial-gradient(circle, transparent 0 42%, #000 44% 46%, transparent 49%);
  mask-image: radial-gradient(circle, transparent 0 42%, #000 44% 46%, transparent 49%);
}

@keyframes hero-scope-glint {
  0%,
  100% {
    opacity: .09;
    transform: translate3d(7%, -11%, 0) rotate(-4deg);
  }

  50% {
    opacity: .26;
    transform: translate3d(15%, -6%, 0) rotate(4deg);
  }
}

.discord-story__sticky::before {
  background:
    linear-gradient(90deg, rgba(2, 3, 5, .83) 0%, rgba(2, 3, 5, .34) 29%, rgba(2, 3, 5, .12) 48%, rgba(2, 3, 5, .26) 69%, rgba(2, 3, 5, .78) 100%),
    linear-gradient(180deg, rgba(2, 3, 5, .54), transparent 22%, transparent 72%, rgba(2, 3, 5, .84));
}

.discord-story__sticky::after {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(88, 101, 242, .08), transparent 30%),
    linear-gradient(90deg, rgba(2, 3, 5, .36), transparent 36%, transparent 64%, rgba(2, 3, 5, .42));
}

.phone-stage {
  perspective: 1400px;
  transform-style: preserve-3d;
}

.phone-stage::before {
  width: min(46vw, 620px);
  height: min(70vh, 730px);
  background:
    radial-gradient(ellipse, rgba(88, 101, 242, .24), rgba(88, 101, 242, .07) 43%, transparent 72%);
  filter: blur(31px);
}

.phone-stage::after {
  right: 3%;
  bottom: 0;
  left: 3%;
  height: 68px;
  background: rgba(1, 2, 5, .8);
  filter: blur(24px);
  transform: perspective(900px) rotateZ(-3.2deg) rotateX(68deg);
}

.discord-device {
  transform: perspective(1400px) rotateY(-8deg) rotateZ(-3.2deg) translate3d(12px, -4px, 0);
  transform-origin: 50% 54%;
  transform-style: preserve-3d;
  transition: transform .8s cubic-bezier(.2, .78, .2, 1);
  will-change: transform;
  filter:
    drop-shadow(26px 52px 64px rgba(0, 0, 0, .8))
    drop-shadow(6px 0 34px rgba(88, 101, 242, .2))
    drop-shadow(-7px 0 15px rgba(207, 150, 47, .09));
}

.discord-device__frame {
  filter:
    drop-shadow(1px 0 0 rgba(255, 228, 174, .18))
    drop-shadow(7px 0 12px rgba(88, 101, 242, .12));
}

.founder {
  min-height: 840px;
  overflow: visible;
  padding: 240px 0 80px;
}

.founder__frame {
  min-height: 520px;
  grid-template-columns: minmax(0, .98fr) minmax(410px, 1.02fr);
  align-items: stretch;
  border-radius: 32px 108px 32px 32px;
}

.founder__copy {
  padding: 46px 0 42px 58px;
}

.founder__copy .display--small {
  font-size: clamp(3.6rem, 5vw, 5.8rem);
}

.founder__copy .lede {
  max-width: 570px;
  margin-top: 24px;
  font-size: clamp(.92rem, 1vw, 1.02rem);
  line-height: 1.62;
}

.founder__quote {
  max-width: none;
  margin-top: 24px;
  font-size: clamp(1.55rem, 2.45vw, 2.8rem);
  line-height: .98;
  white-space: nowrap;
}

.founder__facts {
  margin-top: 24px;
  padding-top: 16px;
}

.founder__facts strong {
  font-size: clamp(1.75rem, 2.35vw, 2.7rem);
}

.founder__facts span {
  font-size: .58rem;
}

.founder__portrait-stage {
  min-height: 520px;
  align-self: stretch;
  overflow: visible;
}

.founder-portrait {
  --founder-portrait-shift-x: -88px;
  right: clamp(-70px, -3.5vw, -24px);
  bottom: 0;
  height: clamp(720px, 59vw, 780px);
  object-position: center bottom;
  transform: translateX(var(--founder-portrait-shift-x));
}

.founder__halo {
  top: -26%;
  right: -2%;
  width: min(40vw, 540px);
  height: min(40vw, 540px);
}

@media (max-width: 1180px) {
  .founder {
    padding-top: 220px;
  }

  .founder__frame {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
  }

  .founder__copy {
    padding-left: 46px;
  }

  .founder-portrait {
    --founder-portrait-shift-x: -54px;
    right: -10vw;
    height: 720px;
  }
}

@media (max-width: 920px) {
  .hero-atmosphere-layer {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 68% center;
    filter: saturate(.76) contrast(1.05) brightness(.68);
  }

  .hero-scope-chart-layer {
    top: -1%;
    right: -48%;
    bottom: -1%;
    left: auto;
    width: 148%;
    height: 102%;
    object-fit: cover;
    object-position: 70% center;
    opacity: .82;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(3, 3, 3, .98), rgba(3, 3, 3, .9) 55%, rgba(3, 3, 3, .3)),
      linear-gradient(180deg, rgba(3, 3, 3, .56), transparent 44%, #030303 100%);
  }

  .hero-scope-glint {
    right: -42%;
    width: 118vw;
    opacity: .1;
  }

  .discord-device {
    transform: perspective(1400px) rotateY(-3deg) rotateZ(-1.2deg) translate3d(5px, -2px, 0);
  }

  .founder {
    min-height: 0;
    overflow: hidden;
    padding: 114px 0 72px;
  }

  .founder__frame {
    display: block;
    min-height: 900px;
    border-radius: 30px 82px 30px 30px;
  }

  .founder__copy {
    width: min(700px, 100%);
    padding: 40px 42px 0;
  }

  .founder__copy .display--small {
    font-size: clamp(3.2rem, 9.5vw, 5rem);
  }

  .founder__portrait-stage {
    min-height: 390px;
    margin-top: 52px;
  }

  .founder__quote {
    white-space: normal;
  }

  .founder-portrait {
    --founder-portrait-shift-x: -36px;
    right: -4vw;
    bottom: 0;
    height: 520px;
  }
}

@media (max-width: 660px) {
  .hero-scope-chart-layer {
    top: auto;
    right: -92vw;
    bottom: 1%;
    width: 178vw;
    height: auto;
    object-fit: contain;
    opacity: .72;
  }

  .hero-scope-glint {
    top: auto;
    right: -66%;
    bottom: -2%;
    width: 150vw;
  }

  .founder {
    padding: 92px 0 62px;
  }

  .founder__frame {
    min-height: 840px;
    border-radius: 26px 64px 26px 26px;
  }

  .founder__copy {
    padding: 34px 22px 0;
  }

  .founder__copy .display--small {
    font-size: clamp(2.2rem, 10.5vw, 2.9rem);
  }

  .founder__copy .lede {
    margin-top: 18px;
    font-size: .9rem;
    line-height: 1.56;
  }

  .founder__quote {
    margin-top: 18px;
    font-size: 1.72rem;
  }

  .founder__facts {
    margin-top: 18px;
    padding-top: 13px;
  }

  .founder__facts strong {
    font-size: 1.7rem;
  }

  .founder__portrait-stage {
    min-height: 350px;
    margin-top: 38px;
  }

  .founder-portrait {
    --founder-portrait-shift-x: -24px;
    right: -28px;
    height: 500px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-atmosphere-layer,
  .hero-scope-chart-layer {
    transform: none;
    transition: none;
  }

  .hero-scope-glint {
    animation: none;
    opacity: .12;
  }

  .discord-device {
    transition: none;
  }
}

/* V10 MOTION OVERRIDES */

:root {
  --section-progress: 0;
  --closing-progress: 0;
}

.motion-seam {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 1px;
  overflow: visible;
  background: rgba(255, 255, 255, .035);
}

.motion-seam::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(72vw, 1100px);
  height: 3px;
  content: "";
  transform: translateX(-50%) scaleX(.04);
  transform-origin: center;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(214, 161, 58, .3), #ffe3a5, rgba(214, 161, 58, .3), transparent);
  box-shadow: 0 0 26px rgba(214, 161, 58, .35);
  opacity: 0;
  transition:
    transform 1.15s cubic-bezier(.16, .78, .2, 1),
    opacity .5s ease;
}

.motion-seam.is-visible::before {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

/* Hero: clean photographic plate + independent instrument + SVG data layer */

.hero {
  min-height: max(760px, 100svh);
  overflow: hidden;
  background: #030303;
}

.hero::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(2, 2, 2, .97) 0%, rgba(2, 2, 2, .91) 36%, rgba(2, 2, 2, .46) 57%, rgba(2, 2, 2, .1) 78%),
    linear-gradient(180deg, rgba(2, 2, 2, .36), transparent 24%, transparent 70%, rgba(2, 2, 2, .88));
}

.hero::after {
  z-index: 3;
  background:
    radial-gradient(circle at 71% 49%, transparent 0 24%, rgba(2, 2, 2, .1) 39%, rgba(2, 2, 2, .64) 74%),
    linear-gradient(180deg, rgba(2, 2, 2, .22), transparent 30%, rgba(2, 2, 2, .28));
  mix-blend-mode: multiply;
}

.hero__stage {
  z-index: 0;
  opacity: 1;
  animation: hero-background-in .9s ease-out both;
}

.hero-workshop-layer {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.08) brightness(.72);
  transform: translate3d(var(--hero-bg-x, 0), var(--hero-bg-y, 0), 0) scale(1.015);
  transition: transform .55s cubic-bezier(.2, .78, .2, 1);
}

.hero-instrument {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(-125px, -4vw, -34px);
  width: min(66vw, 980px);
  aspect-ratio: 1;
  transform: translate3d(var(--hero-scope-x, 0), calc(-50% + var(--hero-scope-y, 0)), 0);
  transform-origin: center;
  transition: transform .55s cubic-bezier(.2, .78, .2, 1);
  filter: drop-shadow(0 48px 80px rgba(0, 0, 0, .76));
}

.hero-optic-layer,
.hero-market-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-optic-layer {
  z-index: 3;
  object-fit: contain;
  transform: scale(.88);
  opacity: 0;
  animation: hero-scope-assemble 1.25s .2s cubic-bezier(.16, .78, .2, 1) forwards;
}

.hero-market-layer {
  z-index: 2;
  padding: 12%;
  overflow: visible;
  opacity: 0;
  transform: scale(.82);
  animation: hero-market-in 1s .65s cubic-bezier(.16, .78, .2, 1) forwards;
}

.hero-market-grid,
.hero-market-crosshair,
.hero-market-trace {
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  animation: hero-line-draw 1.9s .8s cubic-bezier(.2, .78, .2, 1) forwards;
}

.hero-market-grid {
  opacity: .28;
}

.hero-market-crosshair {
  opacity: .72;
  animation-delay: 1.05s;
}

.hero-market-trace {
  opacity: .92;
  animation-delay: 1.25s;
}

.hero-market-candle {
  opacity: 0;
  transform: translateY(34px);
  transform-origin: center bottom;
  animation: hero-candle-rise .62s cubic-bezier(.16, .78, .2, 1) forwards;
  animation-delay: calc(1.05s + var(--candle) * 90ms);
}

.hero-scope-glint {
  z-index: 4;
  top: 2%;
  right: 0;
  bottom: 2%;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: linear-gradient(112deg, transparent 35%, rgba(255, 231, 174, .65) 48%, transparent 58%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-90%) rotate(-8deg);
  animation: hero-metal-glint 9s 2.5s ease-in-out infinite;
  pointer-events: none;
}

.hero__layout {
  z-index: 5;
}

.hero__copy {
  width: min(700px, 51vw);
}

.hero__copy .display {
  font-size: clamp(5rem, 8.4vw, 9rem);
}

.hero__copy .lede {
  max-width: 620px;
}

@keyframes hero-background-in {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: none; }
}

@keyframes hero-scope-assemble {
  from { opacity: 0; transform: scale(.74) rotate(-5deg); filter: blur(8px); }
  to { opacity: 1; transform: scale(.88) rotate(0); filter: none; }
}

@keyframes hero-market-in {
  to { opacity: 1; transform: scale(.82); }
}

@keyframes hero-line-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes hero-candle-rise {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-metal-glint {
  0%, 7%, 100% { opacity: 0; transform: translateX(-90%) rotate(-8deg); }
  10% { opacity: .12; }
  17% { opacity: .3; }
  23% { opacity: 0; transform: translateX(90%) rotate(-8deg); }
}

/* Benefits: compact live-signal stack with a calm, time-based ambient sequence. */

.benefits {
  --benefit-highlight: 1;
  min-height: 100svh;
  padding: clamp(82px, 10svh, 104px) 0 clamp(42px, 6svh, 66px);
  overflow: hidden;
}

.benefits__layout {
  grid-template-columns: minmax(420px, .84fr) minmax(0, 1.16fr);
  align-content: center;
}

.benefits__intro .eyebrow {
  margin-bottom: 14px;
}

.benefits__intro .display--small {
  max-width: 540px;
  font-size: clamp(3.6rem, 5.15vw, 5.6rem);
  line-height: .82;
}

.benefits__intro .lede {
  max-width: 500px;
  margin-top: 18px;
  font-size: clamp(.88rem, .95vw, 1rem);
  line-height: 1.55;
}

.benefits__highlight {
  display: inline;
  color: transparent;
  background:
    linear-gradient(90deg, #e0a42a, #f4d17d 52%, #d69a22) 0 0 /
      calc(var(--benefit-highlight) * 100%) 100% no-repeat,
    linear-gradient(90deg, #5e5b55, #8b8273) 0 0 / 100% 100% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 calc(var(--benefit-highlight) * 12px) rgba(227, 170, 53, .2));
}

.benefits-list {
  gap: 2px;
  max-width: 530px;
  margin-top: 20px;
  border-top: 0;
}

.benefit-token {
  --token-fill: 0;
  position: relative;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 13px;
  min-height: 57px;
  align-items: center;
  padding: 7px 14px 7px 0;
  overflow: hidden;
  border-bottom: 0;
  isolation: isolate;
  opacity: .82;
  transition:
    opacity .42s ease,
    transform .72s cubic-bezier(.16, .78, .2, 1);
}

.benefit-token__pulse {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(224, 164, 42, .42);
  border-radius: 50%;
  background: rgba(224, 164, 42, calc(.02 + var(--token-fill) * .14));
  box-shadow: 0 0 calc(var(--token-fill) * 18px) rgba(224, 164, 42, .56);
  transform: scale(calc(1 + var(--token-fill) * .18));
  transition:
    background .35s ease,
    box-shadow .35s ease,
    transform .35s ease;
}

.benefit-token__pulse::after {
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: #5a554b;
  content: "";
  transition: background .35s ease;
}

.benefit-token h3 {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 1px;
  color: transparent;
  background:
    linear-gradient(90deg, #d79a21 0%, #ffe291 52%, #d79a21 100%) 0 0 /
      calc(var(--token-fill) * 100%) 100% no-repeat,
    linear-gradient(90deg, #dedbd4, #aaa69d) 0 0 / 100% 100% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(
    0 0 calc(var(--token-fill) * 9px)
    rgba(227, 170, 53, calc(var(--token-fill) * .25))
  );
  font-size: clamp(1.18rem, 1.45vw, 1.48rem);
  line-height: 1;
  transition: color .35s ease;
}

.benefit-token p {
  max-width: 470px;
  color: #85837f;
  font-size: clamp(.72rem, .76vw, .82rem);
  line-height: 1.35;
  transition: color .35s ease;
}

.benefit-token.is-active {
  opacity: 1;
}

.benefit-token.is-active .benefit-token__pulse {
  transform: scale(calc(1 + var(--token-fill) * .18));
  background: rgba(224, 164, 42, calc(.02 + var(--token-fill) * .14));
  box-shadow: 0 0 calc(var(--token-fill) * 18px) rgba(224, 164, 42, .56);
}

.benefit-token.is-active .benefit-token__pulse::after {
  background: #e0a42a;
}

.benefit-token.is-active h3 {
  color: transparent;
}

.benefit-token.is-active p {
  color: #c8c4bd;
}

.benefit-token.reveal {
  opacity: 0;
  transform: translate3d(-72px, 0, 0);
}

.benefit-token.reveal.is-visible {
  opacity: .82;
  transform: none;
}

.benefit-token.reveal.is-visible.is-active {
  opacity: 1;
}

.benefit-token:nth-child(1) { transition-delay: 40ms; }
.benefit-token:nth-child(2) { transition-delay: 110ms; }
.benefit-token:nth-child(3) { transition-delay: 180ms; }
.benefit-token:nth-child(4) { transition-delay: 250ms; }
.benefit-token:nth-child(5) { transition-delay: 320ms; }

.benefits__visual {
  width: min(57vw, 1000px);
  height: min(64svh, 660px);
  border-radius: 210px 0 0 210px;
}

/* Coins: clean loop-ready fallback; clean MP4 replaces only this layer. */

.coins-motion {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.coins-motion__poster,
.coins-motion__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.coins-motion__poster {
  z-index: 0;
  transform: none;
  filter: saturate(.94) contrast(1.04);
}

.coins-motion__video {
  z-index: 1;
  transform: translate3d(-3.5%, 0, 0);
  background: #020202;
  filter: saturate(.94) contrast(1.04) brightness(.9);
  object-fit: contain;
}

/* Discord: real source captures inside a premium, scroll-controlled phone. */

.discord-story {
  height: 340vh;
  background: #070706;
}

.discord-story__sticky::before {
  background:
    radial-gradient(ellipse at 54% 48%, rgba(214, 161, 58, .12), transparent 28%),
    radial-gradient(ellipse at 13% 24%, rgba(36, 58, 70, .15), transparent 34%),
    linear-gradient(132deg, #050606 0%, #0b0c0d 48%, #070706 76%, #030303 100%);
}

.discord-story__sticky::after {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, .73) 0%, rgba(3, 3, 3, .18) 42%, rgba(3, 3, 3, .22) 68%, rgba(3, 3, 3, .74) 100%),
    radial-gradient(circle at 52% 51%, transparent 0 21%, rgba(0, 0, 0, .2) 48%, rgba(0, 0, 0, .62) 84%);
}

.phone-stage::before {
  width: min(47vw, 650px);
  height: min(47vw, 650px);
  border: 1px solid rgba(217, 170, 70, .16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(205, 148, 43, .08), transparent 64%);
  box-shadow: 0 0 100px rgba(172, 109, 24, .08);
}

.phone-stage::after {
  width: min(33vw, 470px);
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .84);
  filter: blur(19px);
  opacity: .86;
}

.discord-device {
  height: min(80vh, 830px);
  transform:
    perspective(1500px)
    rotateX(3deg)
    rotateY(-10deg)
    rotateZ(2.5deg)
    translate3d(8px, -4px, 0);
  transform-origin: 50% 82%;
  filter:
    drop-shadow(35px 52px 62px rgba(0, 0, 0, .75))
    drop-shadow(0 0 28px rgba(205, 149, 49, .12));
}

.discord-screen {
  background: #1e1f22;
}

.discord-mobile-bar {
  height: 58px;
  background: rgba(30, 31, 34, .97);
  border-bottom-color: rgba(255, 255, 255, .07);
}

.channel-viewport {
  inset: 58px 0 21px;
  background: #2b2d31;
}

.discord-shot-strip {
  display: grid;
  gap: 0;
  width: 100%;
  padding-bottom: 28px;
  transform: translate3d(0, var(--discord-strip-y, 0%), 0);
  will-change: transform;
}

.discord-shot-strip figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-bottom: 0;
  background: #1e1f22;
}

.discord-shot-strip img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: top center;
}

.discord-story__copy {
  border-radius: 32px 86px 32px 32px;
  background: linear-gradient(145deg, rgba(24, 23, 20, .94), rgba(10, 10, 9, .97));
  backdrop-filter: blur(18px);
}

/* Education: three acts, one entrance choreography, zero scroll state. */

.education {
  position: relative;
  display: block;
  min-height: max(680px, 100svh);
  padding: clamp(50px, 6.5vh, 76px) 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 88% 48%, rgba(52, 91, 115, .24), transparent 38%),
    radial-gradient(ellipse at 14% 92%, rgba(30, 68, 93, .18), transparent 32%),
    linear-gradient(142deg, #07141d 0%, #091923 52%, #061017 100%);
}

.education::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(108deg, rgba(7, 20, 29, .98) 0 35%, rgba(7, 20, 29, .68) 51%, transparent 72%),
    radial-gradient(circle at 15% 48%, rgba(216, 162, 60, .055), transparent 28%);
  pointer-events: none;
}

.education-stage {
  position: relative;
  display: grid;
  min-height: min(680px, calc(100svh - 104px));
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
}

.education__layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
}

.education__copy {
  width: min(660px, 100%);
  grid-column: 1;
  padding: 0;
  transform: translate3d(0, -24px, 0);
}

.education__copy > .eyebrow,
.education__copy > .display,
.education__copy > .lede {
  opacity: 1;
}

.education__copy > .display {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: clamp(4.1rem, 5.2vw, 6.2rem);
  line-height: .82;
}

.education__copy > .lede {
  max-width: 570px;
  margin: 0;
  color: rgba(239, 236, 229, .74);
  font-size: clamp(.9rem, 1.05vw, 1.02rem);
  line-height: 1.6;
}

.education__visual {
  position: relative;
  z-index: 1;
  width: min(64vw, 1120px);
  height: clamp(500px, 68vh, 720px);
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  overflow: hidden;
  border-radius: 46% 0 0 18% / 18% 0 0 34%;
  transform: translate3d(clamp(24px, 6vw, 96px), 0, 0);
  -webkit-mask-image: radial-gradient(ellipse 88% 96% at 72% 50%, #000 56%, rgba(0, 0, 0, .96) 70%, transparent 100%);
  mask-image: radial-gradient(ellipse 88% 96% at 72% 50%, #000 56%, rgba(0, 0, 0, .96) 70%, transparent 100%);
}

.education__visual::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #07141d 0, rgba(7, 20, 29, .86) 6%, transparent 32%),
    linear-gradient(180deg, rgba(7, 20, 29, .2), transparent 22% 76%, rgba(7, 20, 29, .46));
  pointer-events: none;
}

.education__visual::after {
  position: absolute;
  z-index: 3;
  inset: -18%;
  content: "";
  transform: translate3d(-30%, 0, 0) rotate(-9deg);
  background: linear-gradient(90deg, transparent 42%, rgba(255, 225, 159, .13) 49%, rgba(255, 225, 159, .025) 54%, transparent 61%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
}

.education__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% 50%;
  transform: translate3d(4.5%, 0, 0) scale(1.075);
  filter: saturate(.96) contrast(1.05) brightness(.88);
}

.education-ambient {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 34% 56%, rgba(255, 210, 112, .28), transparent 8%),
    radial-gradient(circle at 38% 58%, rgba(214, 161, 58, .16), transparent 25%);
  mix-blend-mode: screen;
  opacity: .28;
  pointer-events: none;
}

.education__steps {
  display: grid;
  width: min(650px, 100%);
  gap: 3px;
  margin-top: clamp(20px, 2.7vh, 30px);
  border: 0;
}

.education-step {
  --step-accent: rgba(222, 169, 66, .88);
  position: relative;
  display: grid;
  min-height: 76px;
  grid-template-columns: 40px 12px minmax(0, 1fr);
  gap: 0 16px;
  align-items: start;
  padding: 7px 0;
  border: 0;
  background: transparent;
  outline: none;
  isolation: isolate;
  opacity: 1;
  transition:
    opacity .4s ease,
    transform .4s cubic-bezier(.2, .78, .2, 1);
}

.education-step:nth-child(2) {
  margin-left: clamp(24px, 3vw, 52px);
}

.education-step:nth-child(3) {
  margin-left: clamp(48px, 5.5vw, 104px);
}

.education-step__index {
  position: static;
  grid-column: 1;
  padding-top: 3px;
  color: rgba(223, 216, 200, .25);
  font-family: "Chakra Petch", monospace;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .18em;
  transition: color .35s ease, text-shadow .35s ease;
}

.education-step__signal {
  position: relative;
  display: grid;
  width: 10px;
  height: 10px;
  grid-column: 2;
  margin-top: 4px;
  place-items: center;
  border: 1px solid rgba(218, 169, 73, .45);
  border-radius: 50%;
  background: #09141c;
  box-shadow: 0 0 0 4px rgba(214, 161, 58, .025);
}

.education-step__signal::before {
  width: 4px;
  height: 4px;
  border-radius: inherit;
  background: var(--step-accent);
  content: "";
  box-shadow: 0 0 12px rgba(232, 184, 88, .62);
}

.education-step__signal i {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(222, 169, 66, .42);
  border-radius: 50%;
  opacity: 0;
}

.education-step__body {
  min-width: 0;
  grid-column: 3;
}

.education-step__label {
  display: block;
  margin-bottom: 4px;
  color: rgba(219, 169, 70, .9);
  font-family: "Chakra Petch", monospace;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.education-step h3 {
  margin: 0;
  color: #f1eee7;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(1.55rem, 2.1vw, 2.15rem);
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .35s ease, text-shadow .35s ease, transform .35s ease;
}

.education-step p {
  max-width: 520px;
  margin: 5px 0 0;
  color: rgba(222, 218, 208, .56);
  font-size: clamp(.76rem, .9vw, .88rem);
  line-height: 1.45;
  transition: color .35s ease;
}

.education.is-motion-ready .education__copy > .eyebrow,
.education.is-motion-ready .education__copy > .display,
.education.is-motion-ready .education__copy > .lede,
.education.is-motion-ready .education-step {
  opacity: 0;
  transform: translate3d(-48px, 0, 0);
}

.education.is-choreographed .education__copy > .eyebrow,
.education.is-choreographed .education__copy > .display,
.education.is-choreographed .education__copy > .lede,
.education.is-choreographed .education-step {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity .76s ease,
    transform .9s cubic-bezier(.16, .78, .18, 1);
}

.education.is-choreographed .education__copy > .eyebrow {
  transition-delay: .04s;
}

.education.is-choreographed .education__copy > .display {
  transition-delay: .12s;
}

.education.is-choreographed .education__copy > .lede {
  transition-delay: .22s;
}

.education.is-choreographed .education-step:nth-child(1) {
  transition-delay: .34s;
}

.education.is-choreographed .education-step:nth-child(2) {
  transition-delay: .5s;
}

.education.is-choreographed .education-step:nth-child(3) {
  transition-delay: .66s;
}

.education.is-choreographed .education__visual::after {
  animation: education-light-sweep 8.4s 1.1s cubic-bezier(.22, .65, .25, 1) infinite;
}

.education.is-choreographed .education-ambient {
  animation: education-ambient-breathe 7.2s 1.1s ease-in-out infinite;
}

.education.is-choreographed .education-step__signal i {
  animation: education-signal-pulse 9s ease-out infinite;
}

.education.is-choreographed .education-step:nth-child(2) .education-step__signal i {
  animation-delay: 3s;
}

.education.is-choreographed .education-step:nth-child(3) .education-step__signal i {
  animation-delay: 6s;
}

.education.is-choreographed .education-step h3 {
  animation: education-copy-bloom 9s linear infinite;
}

.education.is-choreographed .education-step:nth-child(2) h3 {
  animation-delay: 3s;
}

.education.is-choreographed .education-step:nth-child(3) h3 {
  animation-delay: 6s;
}

.education-step:hover h3,
.education-step:focus-visible h3 {
  color: #f0bd56;
  transform: translate3d(6px, 0, 0);
  text-shadow: 0 0 24px rgba(224, 169, 65, .22);
}

.education-step:hover p,
.education-step:focus-visible p {
  color: rgba(242, 238, 228, .78);
}

.education-step:hover .education-step__index,
.education-step:focus-visible .education-step__index {
  color: rgba(240, 189, 86, .9);
  text-shadow: 0 0 16px rgba(224, 169, 65, .28);
}

.education__steps:has(.education-step:hover) .education-step:not(:hover),
.education__steps:has(.education-step:focus-visible) .education-step:not(:focus-visible) {
  opacity: .42;
}

@keyframes education-light-sweep {
  0%, 8% { transform: translate3d(-30%, 0, 0) rotate(-9deg); opacity: 0; }
  22% { opacity: .72; }
  43% { transform: translate3d(34%, 0, 0) rotate(-9deg); opacity: 0; }
  100% { transform: translate3d(34%, 0, 0) rotate(-9deg); opacity: 0; }
}

@keyframes education-ambient-breathe {
  0%, 100% { opacity: .2; transform: scale(.98); }
  48% { opacity: .46; transform: scale(1.035); }
}

@keyframes education-signal-pulse {
  0%, 2% { transform: scale(.35); opacity: 0; }
  8% { opacity: .72; }
  18% { transform: scale(1.15); opacity: 0; }
  100% { transform: scale(1.15); opacity: 0; }
}

@keyframes education-copy-bloom {
  0%, 24%, 100% { color: #f1eee7; text-shadow: none; }
  7%, 16% { color: #f0bd56; text-shadow: 0 0 24px rgba(224, 169, 65, .18); }
}

/* Leader orbit: only the visual orbit captures drag. */

.leaders-carousel {
  cursor: default;
  touch-action: auto;
}

.leaders {
  min-height: 940px;
  padding-top: 100px;
  padding-bottom: 88px;
}

.leaders-carousel {
  min-height: 560px;
  margin-top: 28px;
}

.leaders-orbit {
  --drag-preview-x: 0px;
  height: 560px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.leaders-orbit.is-dragging {
  cursor: grabbing;
}

.leaders-orbit.is-dragging .leader-card {
  transition: opacity .18s ease, filter .18s ease;
}

.leader-card {
  transform:
    translate(calc(-50% + var(--x) + var(--drag-preview-x)), calc(-50% + var(--y)))
    translateZ(var(--z))
    rotate(var(--rotate))
    scale(var(--scale));
}

.leader-portrait img {
  user-select: none;
  -webkit-user-drag: none;
}

/* FAQ aperture and stable closing typography. */

.faq details {
  position: relative;
  overflow: clip;
}

.faq details::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, #e2b656, transparent);
  box-shadow: 0 0 16px rgba(226, 182, 86, .4);
  transition: transform .42s cubic-bezier(.2, .78, .2, 1);
}

.faq details[open]::after {
  transform: scaleX(1);
}

.faq details[open] p {
  animation: faq-slit-open .42s cubic-bezier(.2, .78, .2, 1) both;
}

@keyframes faq-slit-open {
  from { clip-path: inset(50% 0 50%); opacity: 0; }
  to { clip-path: inset(0); opacity: 1; }
}

.closing {
  --aperture-scale: .91;
}

.closing__visual {
  clip-path: inset(var(--closing-clip, 7%) 0 round 0 220px 220px 0);
}

.closing__visual img {
  transform: scale(var(--aperture-scale));
  transform-origin: 55% 50%;
  filter: brightness(var(--closing-brightness, .72));
}

.closing-line {
  display: block;
  white-space: nowrap;
}

.closing-line__part {
  display: inline;
}

.closing__copy .display {
  font-size: clamp(3.6rem, 5vw, 5.1rem);
  line-height: .9;
}

.closing__copy::after {
  position: absolute;
  z-index: -1;
  width: 50vw;
  height: 28vw;
  max-height: 430px;
  content: "";
  transform: translate(var(--closing-light-shift, -34%), -68%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 177, 77, .13), transparent 67%);
  filter: blur(16px);
  pointer-events: none;
}

@media (min-width: 921px) and (max-width: 1180px) {
  .hero-instrument {
    right: -145px;
    width: min(72vw, 830px);
  }

  .hero__copy {
    width: min(610px, 54vw);
  }

  .hero__copy .display {
    font-size: clamp(4.7rem, 8.5vw, 6.5rem);
  }

  .discord-story__layout {
    grid-template-columns: minmax(230px, .78fr) minmax(270px, .62fr) minmax(245px, .7fr);
    gap: 24px;
  }

  .discord-device {
    height: min(70vh, 720px);
  }

  .closing {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  }

  .closing__layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  }

  .closing__copy {
    padding-left: 28px;
  }

  .closing__copy .display--small {
    font-size: clamp(3.45rem, 6vw, 4.25rem);
  }

  .closing-line__part {
    display: block;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: 920px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(2, 2, 2, .96) 0 42%, rgba(2, 2, 2, .46) 64%, rgba(2, 2, 2, .88)),
      linear-gradient(90deg, rgba(2, 2, 2, .9), rgba(2, 2, 2, .18));
  }

  .hero-workshop-layer {
    object-position: 64% center;
  }

  .hero__copy {
    width: min(690px, 100%);
    padding-top: 30px;
  }

  .hero-instrument {
    top: auto;
    right: -20vw;
    bottom: -22vw;
    width: 92vw;
    transform: translate3d(var(--hero-scope-x, 0), var(--hero-scope-y, 0), 0);
    opacity: .86;
  }

  .benefits {
    min-height: 0;
    padding: 96px 0 72px;
  }

  .benefits__visual {
    width: calc(100% - var(--pad));
    height: min(62vw, 570px);
    min-height: 360px;
    margin-bottom: 34px;
  }

  .benefits__intro .display--small {
    max-width: 660px;
    font-size: clamp(3.7rem, 10vw, 6rem);
  }

  .benefits-list {
    max-width: 680px;
  }

  .education {
    display: block;
    min-height: 0;
    padding: 96px 0 78px;
  }

  .education-stage {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .education__layout {
    display: block;
    order: 1;
    width: 100%;
  }

  .education__copy {
    width: min(700px, 100%);
    transform: none;
  }

  .education__copy > .display {
    max-width: 680px;
    font-size: clamp(4.25rem, 11vw, 6.7rem);
  }

  .education__visual {
    order: 2;
    width: calc(100% - var(--pad));
    height: min(68vw, 600px);
    min-height: 420px;
    margin: 48px 0 0 auto;
    align-self: flex-end;
    border-radius: 32% 0 0 16% / 20% 0 0 30%;
    transform: translate3d(clamp(18px, 4vw, 42px), 0, 0);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 100%);
  }

  .education__visual img {
    object-position: 15% 50%;
  }

  .education__steps {
    width: min(680px, 100%);
  }

  .discord-story {
    height: 360vh;
  }

  .discord-story__layout {
    align-items: start;
  }

  .discord-device {
    transform:
      perspective(1500px)
      rotateX(3deg)
      rotateY(-6deg)
      rotateZ(1.8deg)
      translate3d(5px, 0, 0);
  }

  .closing-line {
    white-space: nowrap;
  }

  .closing-line__part {
    display: inline;
  }
}

@media (max-width: 660px) {
  .hero {
    min-height: 900px;
  }

  .hero__copy .display {
    font-size: clamp(4.1rem, 20vw, 6.2rem);
  }

  .hero-instrument {
    right: -46vw;
    bottom: -5vw;
    width: 132vw;
    opacity: .7;
  }

  .hero-market-layer {
    padding: 13%;
  }

  .motion-seam::before {
    width: 88vw;
  }

  .benefits {
    padding: 86px 0 62px;
  }

  .benefits__visual {
    min-height: 300px;
    height: 69vw;
  }

  .benefits__intro .display--small {
    font-size: clamp(3.4rem, 15vw, 4.9rem);
  }

  .benefits__intro .lede {
    font-size: .9rem;
  }

  .benefit-token {
    min-height: 62px;
    padding-right: 0;
  }

  .benefit-token p {
    font-size: .78rem;
  }

  .education {
    padding: 86px 0 64px;
  }

  .education__copy > .display {
    font-size: clamp(3.65rem, 16vw, 5rem);
  }

  .education__copy > .lede {
    font-size: .88rem;
  }

  .education__steps {
    gap: 7px;
    margin-top: 28px;
  }

  .education-step,
  .education-step:nth-child(2),
  .education-step:nth-child(3) {
    min-height: 92px;
    grid-template-columns: 30px 10px minmax(0, 1fr);
    gap: 0 12px;
    margin-left: 0;
    padding: 9px 0;
  }

  .education-step h3 {
    font-size: clamp(1.5rem, 7.5vw, 1.95rem);
  }

  .education-step p {
    font-size: .75rem;
  }

  .education__visual {
    width: calc(100% - 14px);
    height: 76vw;
    min-height: 330px;
    margin-top: 36px;
    border-radius: 24% 0 0 12% / 16% 0 0 24%;
    transform: translate3d(14px, 0, 0);
  }

  .education__visual img {
    object-position: 12% 50%;
  }

  .discord-story {
    height: 380vh;
  }

  .discord-subrail {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
  }

  .discord-subrail button {
    min-width: 0;
    padding: 10px 4px;
    font-size: .5rem;
  }

  .discord-subrail button span {
    white-space: normal;
  }

  .discord-device {
    width: min(82vw, 340px);
    height: auto;
    transform:
      perspective(1500px)
      rotateX(2deg)
      rotateY(-3deg)
      rotateZ(1deg);
  }

  .closing__copy .display {
    font-size: clamp(3rem, 15vw, 4.2rem);
    line-height: .93;
  }

  .closing-line__part {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__stage,
  .hero-optic-layer,
  .hero-market-layer,
  .hero-market-grid,
  .hero-market-crosshair,
  .hero-market-trace,
  .hero-market-candle,
  .hero-scope-glint,
  .education__visual::after,
  .education-ambient,
  .education-step h3,
  .education-step__signal i,
  .faq details[open] p {
    animation: none !important;
  }

  .hero-optic-layer,
  .hero-market-layer,
  .hero-market-candle {
    transform: none;
    opacity: 1;
  }

  .hero-market-grid,
  .hero-market-crosshair,
  .hero-market-trace {
    stroke-dashoffset: 0;
  }

  .hero-workshop-layer,
  .hero-instrument,
  .discord-shot-strip,
  .closing__visual img {
    transform: none !important;
    transition: none !important;
  }

  .benefit-token.reveal,
  .benefit-token.reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .education-step {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .education__copy > .eyebrow,
  .education__copy > .display,
  .education__copy > .lede {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .motion-seam::before {
    transform: translateX(-50%) scaleX(1);
    opacity: .65;
    transition: none;
  }
}
