:root {
  --ink: #111310;
  --paper: #f0eee7;
  --acid: #d6ff43;
  --plum: #502d62;
  --violet: #8d6dff;
  --line: rgba(17, 19, 16, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.grain {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { color: inherit; text-decoration: none; font: 700 20px/1 "Manrope", sans-serif; display: flex; align-items: center; gap: 11px; letter-spacing: -.04em; }
.brand-dot { color: #795d89; }
.brand-mark { width: 22px; height: 22px; border: 2px solid currentColor; border-radius: 50%; position: relative; display: inline-block; }
.brand-mark::after { content: ""; width: 7px; height: 7px; background: var(--acid); border: 1px solid var(--ink); border-radius: 50%; position: absolute; right: -4px; top: -3px; }
.nav nav { display: flex; gap: 34px; }
.nav nav a { color: inherit; text-decoration: none; font-size: 14px; }
.nav-cta { border: 1px solid var(--ink); background: transparent; border-radius: 999px; padding: 12px 18px; cursor: pointer; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }

.hero { min-height: 710px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; padding-block: 80px 76px; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; display: inline-block; }
h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -.065em; font-weight: 500; margin: 0; }
h1 { font-size: clamp(62px, 6.65vw, 102px); line-height: .94; max-width: 850px; }
h1 em { color: var(--plum); font-style: normal; }
.hero-lede { font-size: 18px; line-height: 1.65; color: rgba(17,19,16,.66); margin: 32px 0 38px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.primary { background: var(--ink); color: #fff; border: 0; border-radius: 999px; padding: 17px 22px 17px 25px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 28px; }
.primary span { color: var(--acid); }
.primary:hover { transform: translateY(-2px); }
.text-link { color: inherit; text-decoration: none; font-size: 14px; border-bottom: 1px solid rgba(17,19,16,.4); padding-bottom: 4px; }
.text-link span { margin-left: 8px; }

.story-orbit { min-height: 500px; position: relative; display: grid; place-items: center; }
.orbit-line { position: absolute; border: 1px solid rgba(80,45,98,.18); border-radius: 50%; transform: rotate(-11deg); }
.orbit-one { width: 560px; height: 360px; }
.orbit-two { width: 420px; height: 560px; }
.story-card { width: min(390px, 78vw); background: #f7f6f1; padding: 12px; border-radius: 7px; box-shadow: 0 24px 70px rgba(37,22,42,.2); position: relative; z-index: 2; transform: rotate(2.4deg); }
.story-image { height: 360px; border-radius: 3px; position: relative; overflow: hidden; }
.image-one { background: radial-gradient(circle at 63% 45%, rgba(214,255,67,.8) 0 3%, transparent 4%), radial-gradient(circle at 62% 44%, transparent 0 12%, rgba(214,255,67,.1) 13% 20%, transparent 21%), linear-gradient(155deg, transparent 0 47%, rgba(214,255,67,.22) 48% 49%, transparent 50%), linear-gradient(135deg, #17111d, #60406c 48%, #bd82ab); }
.image-one::before { content: ""; position: absolute; width: 170px; height: 260px; background: linear-gradient(#241a2e, #100d15); left: 32%; bottom: -44px; border-radius: 50% 50% 18% 18%; filter: blur(1px); box-shadow: 0 0 80px rgba(214,255,67,.12); }
.live-pill { position: absolute; top: 14px; left: 14px; color: #fff; background: rgba(17,19,16,.65); backdrop-filter: blur(8px); padding: 8px 10px; border-radius: 99px; font-size: 11px; }
.live-pill i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--acid); margin-right: 5px; box-shadow: 0 0 0 4px rgba(214,255,67,.14); }
.chapter { position: absolute; right: 15px; bottom: 14px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.story-meta { display: flex; justify-content: space-between; align-items: center; padding: 17px 7px 7px; }
.story-meta p { font: 600 13px/1 "Manrope"; letter-spacing: .08em; margin: 0 0 7px; }
.story-meta span { color: rgba(17,19,16,.55); font-size: 11px; }
.story-meta button { border: 1px solid var(--line); width: 34px; height: 34px; border-radius: 50%; background: transparent; }
.mini-card { position: absolute; z-index: 3; padding: 12px 15px; border-radius: 6px; background: rgba(247,246,241,.93); box-shadow: 0 12px 30px rgba(37,22,42,.16); display: flex; align-items: center; gap: 10px; font-size: 12px; }
.mini-card strong, .mini-card small { display: block; }
.mini-card small { opacity: .52; margin-top: 3px; }
.mini-one { top: 13%; left: 0; transform: rotate(-4deg); }
.mini-two { right: -2%; bottom: 11%; transform: rotate(4deg); }
.mini-icon, .avatar { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--acid); font-weight: 700; }
.avatar { background: var(--plum); color: #fff; }
.pulse-dot { position: absolute; width: 10px; height: 10px; background: var(--plum); border-radius: 50%; box-shadow: 0 0 0 8px rgba(80,45,98,.1); }
.pulse-one { top: 7%; right: 15%; }.pulse-two { bottom: 5%; left: 15%; background: var(--acid); }

.marquee { background: var(--ink); color: var(--paper); overflow: hidden; padding: 18px 0; transform: rotate(-1.3deg); width: 102%; margin-left: -1%; }
.marquee div { display: flex; width: max-content; animation: move 22s linear infinite; }
.marquee span { font: 500 13px/1 "Manrope"; letter-spacing: .14em; margin: 0 30px; }
.marquee i { color: var(--acid); font-style: normal; }
@keyframes move { to { transform: translateX(-50%); } }

.stories { padding-block: 150px 130px; }
.section-intro { display: grid; grid-template-columns: .7fr 1.4fr .9fr; gap: 40px; align-items: end; margin-bottom: 55px; }
.section-intro h2, .club h2, .final-cta h2 { font-size: clamp(48px, 5.2vw, 76px); line-height: .98; }
.section-intro > p:last-child, .club-copy > p { color: rgba(17,19,16,.62); line-height: 1.75; margin: 0; }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; }
.feature-story { height: 470px; padding: 22px; color: #fff; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.feature-story::before { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(10,8,12,.74)); }
.feature-top, .feature-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; }
.feature-top { text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.feature-bottom p { font: 500 26px/1 "Manrope"; margin: 0; letter-spacing: -.02em; }
.feature-bottom span { font-size: 11px; opacity: .72; }
.story-a { background: radial-gradient(circle at 58% 29%, var(--acid) 0 1.5%, transparent 2%), linear-gradient(160deg,#31505e,#151221 60%,#7f5269); }
.story-b { background: linear-gradient(165deg,#aa694b,#37222a 60%,#101112); }
.story-c { background: linear-gradient(165deg,#59686c,#20272a 55%,#131516); }

.club { border-top: 1px solid var(--line); padding-block: 120px 150px; display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }
.club-number { font: 500 130px/1 "Manrope"; letter-spacing: -.08em; color: rgba(80,45,98,.16); }
.club-copy > p { max-width: 640px; margin: 32px 0 50px; font-size: 17px; }
.club ul { margin: 0; padding: 0; list-style: none; max-width: 690px; }
.club li { border-top: 1px solid var(--line); padding: 18px 0; font-size: 14px; }
.club li:last-child { border-bottom: 1px solid var(--line); }
.club li span { color: var(--plum); margin-right: 25px; font-size: 11px; }

.final-cta { background: var(--plum); color: #fff; min-height: 520px; width: min(1320px, calc(100% - 24px)); padding: 88px; border-radius: 10px; position: relative; overflow: hidden; }
.final-cta::after { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(214,255,67,.28); border-radius: 50%; right: -50px; top: -140px; box-shadow: 0 0 0 90px rgba(214,255,67,.04), 0 0 0 180px rgba(214,255,67,.025); }
.final-cta h2 { font-size: clamp(58px, 6vw, 90px); margin: 35px 0 45px; }
.primary.light { background: var(--acid); color: var(--ink); position: relative; z-index: 2; }
.primary.light span { color: var(--plum); }
footer { height: 130px; display: flex; align-items: center; justify-content: space-between; }
footer p { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; opacity: .55; }

dialog { width: min(560px, calc(100% - 32px)); padding: 46px; border: 0; border-radius: 10px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.34); }
dialog::backdrop { background: rgba(13,10,15,.72); backdrop-filter: blur(7px); }
dialog h2 { font-size: 56px; line-height: .96; margin: 28px 0 20px; }
dialog > p:not(.eyebrow):not(.form-status) { color: rgba(17,19,16,.62); line-height: 1.6; }
.dialog-close { position: absolute; right: 18px; top: 15px; border: 0; background: none; font-size: 28px; cursor: pointer; }
dialog label { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; display: block; margin: 28px 0 9px; }
.email-row { display: flex; border-bottom: 1px solid var(--ink); }
.email-row input { flex: 1; border: 0; background: transparent; padding: 14px 0; outline: none; min-width: 0; }
.email-row button { border: 0; background: transparent; font-weight: 600; cursor: pointer; }
.form-status { min-height: 22px; color: var(--plum); font-size: 13px; }

@media (max-width: 900px) {
  .nav nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .story-orbit { min-height: 580px; }
  .section-intro { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-a { grid-column: 1 / -1; }
  .club { grid-template-columns: 1fr; gap: 30px; }
  .club-number { font-size: 80px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1240px); }
  .nav { height: 72px; }
  .nav-cta { font-size: 0; width: 41px; height: 41px; padding: 0; }
  .nav-cta::after { content: "↗"; font-size: 18px; }
  .hero { padding-top: 54px; min-height: auto; }
  h1 { font-size: 55px; }
  .hero-lede br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .story-orbit { min-height: 520px; }
  .story-card { width: 82vw; }
  .story-image { height: 320px; }
  .orbit-one { width: 390px; height: 280px; }.orbit-two { width: 310px; height: 450px; }
  .mini-one { left: -2%; }.mini-two { right: -3%; }
  .stories { padding-block: 110px 90px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-a { grid-column: auto; }
  .feature-story { height: 390px; }
  .club { padding-block: 85px 100px; }
  .final-cta { padding: 56px 30px; min-height: 470px; }
  .final-cta h2 { font-size: 53px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 18px; }
  dialog { padding: 38px 25px; }
  dialog h2 { font-size: 46px; }
}

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