body,
button {
  cursor: none;
  font-family: var(--font-b);
}
body,
button,
input,
select {
  font-family: var(--font-b);
}
.body-p,
.sec-h {
  font-weight: 400;
}
#hero,
body {
  background: var(--c-bg);
}
.hero-img,
.hero-panel-img {
  object-fit: cover;
  /* filter: grayscale(0.15) contrast(1.05); */
}
.panel-artists,
ul {
  list-style: none;
}
.bc-wordmark,
.hero-h1,
.mob-modal-links a,
.panel-artists li,
.sec-h {
  font-family: var(--font-d);
}
.steps-title,
.tiers-title,
.wl-head {
  text-align: center;
}
*,
.cd-panel {
  scrollbar-width: thin;
}
.cd-option,
.cd-trigger {
  cursor: pointer;
  font-size: 13px;
}
.field label,
.ft-col h4 {
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.bc-tag,
.field label,
.founder-role,
.founding-caption,
.ft-col h4,
.hero-badge,
.hero-h1,
.manifesto-quote footer,
.panel-label,
.panel-tag,
.rm-period,
.tier-badge-rec {
  text-transform: uppercase;
}
:root {
  --c-bg: #050505;
  --c-surf: #0d0d0d;
  --c-elev: #151515;
  --c-card: #111;
  --c-border: rgba(255, 255, 255, 0.07);
  --c-border2: rgba(255, 255, 255, 0.04);
  --c-orange: #ff6b2b;
  --c-orange2: #ff8c5a;
  --c-red: #e94560;
  --c-gold: #f5a623;
  --c-green: #34d399;
  --c-purple: #7c3aed;
  --c-blue: #0ea5e9;
  --c-txt: #f2ede8;
  --c-muted1: #888;
  --c-muted2: #444;
  --c-muted3: #222;
  --grad: linear-gradient(135deg, #ff6b2b, #e94560);
  --font-d: "Clash Display", system-ui, sans-serif;
  --font-b: "Plus Jakarta Sans", system-ui, sans-serif;
  --fw-display: 600;
  --fw-heading: 600;
  --fw-label: 600;
  --fw-body: 400;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-pill: 999px;
}
html.light {
  --c-bg: #f7f6f2;
  --c-surf: #ffffff;
  --c-elev: #edebe6;
  --c-card: #fafaf8;
  --c-border: rgba(0, 0, 0, 0.08);
  --c-border2: rgba(0, 0, 0, 0.04);
  --c-txt: #111111;
  --c-muted1: #555;
  --c-muted2: #686868;
  --c-muted3: #ccc;
}
html.light #site-nav.scrolled {
  background: rgba(247, 246, 242, 0.92) !important;
  border-color: rgba(0, 0, 0, 0.09) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
}
html.light .glass {
  background: rgba(0, 0, 0, 0.025);
  border-color: rgba(0, 0, 0, 0.08);
}
html.light #ticker {
  background: #edebe6;
  border-color: rgba(0, 0, 0, 0.07);
}
html.light .bc-card,
html.light .chart-card {
  background: var(--c-surf);
}
html.light .modal-box {
  background: #fff;
}
html.light .discord-panel {
  background: #1a1a1a;
}
html.light .cd-trigger {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--c-txt);
}
.cd-trigger:hover,
html.light .cd-trigger:hover {
  border-color: rgba(255, 107, 43, 0.35);
}
html.light .cd-trigger.open {
  border-color: rgba(255, 107, 43, 0.5);
}
html.light .cd-panel {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
html.light .cd-option:hover {
  background: rgba(255, 107, 43, 0.07);
}
html.light .cd-option.selected,
html.light .theme-btn:hover {
  background: rgba(255, 107, 43, 0.1);
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--c-txt);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--c-orange);
  color: #fff;
}
.bar-lbl span,
.body-p,
.muted,
.muted-line {
  color: var(--c-muted1);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: none;
  background: 0 0;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 107, 43, 0.4);
  border-radius: 99px;
}
* {
  scrollbar-color: rgba(255, 107, 43, 0.4) transparent;
}
@media (hover: none), (pointer: coarse) {
  .cur-dot,
  .cur-ring {
    display: none !important;
  }
  body,
  button {
    cursor: auto !important;
  }
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9990;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tickerRun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes pulseDot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}
@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes ringPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.4);
    opacity: 0;
  }
}
@keyframes barGrow {
  from {
    width: 0;
  }
  to {
    width: var(--w);
  }
}
@keyframes rotateSlow {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinBtn {
  to {
    transform: rotate(360deg);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pillarLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.rv,
.rv-l,
.rv-pop,
.rv-r {
  opacity: 0;
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.rv {
  transform: translateY(26px);
}
.rv-l {
  transform: translateX(-26px);
}
.rv-r {
  transform: translateX(26px);
}
.rv-pop {
  transform: scale(0.95) translateY(14px);
}
.cur-dot,
.cur-ring {
  position: fixed;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.rv-l.in,
.rv-pop.in,
.rv-r.in,
.rv.in {
  opacity: 1;
  transform: none;
}
.delay-1 {
  transition-delay: 70ms;
}
.delay-2 {
  transition-delay: 0.14s;
}
.delay-3 {
  transition-delay: 0.21s;
}
.delay-4 {
  transition-delay: 0.28s;
}
.cur-dot {
  width: 5px;
  height: 5px;
  background: var(--c-orange);
  z-index: 9999;
  transition:
    width 0.15s,
    height 0.15s;
}
#wa-float,
.btn-orange {
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.cur-ring {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 107, 43, 0.4);
  z-index: 9998;
}
.cur-dot.hov {
  width: 3px;
  height: 3px;
}
.cur-ring.hov {
  width: 38px;
  height: 38px;
  border-color: rgba(255, 107, 43, 0.15);
}
.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 640px) {
  .wrap {
    padding: 0 32px;
  }
}
.sec,
.sec-alt {
  padding: 72px 0;
}
.sec-alt {
  background: var(--c-surf);
}
.grad-text {
  background: linear-gradient(135deg, #ff6b2b 0, #ff8c5a 45%, #e94560 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec-h {
  font-size: clamp(20px, 4.5vw, 42px);
  letter-spacing: -0.8px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.body-p {
  font-size: clamp(13px, 2vw, 14.5px);
  line-height: 1.8;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 107, 43, 0.07);
  border-radius: var(--r-pill);
  padding: 4px 12px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 400;
  color: var(--c-orange);
}
.btn-ghost,
.btn-orange {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 44px;
  padding: 0 20px;
  font-size: 13.5px;
  font-weight: 400;
  white-space: nowrap;
}
#stt-btn:hover,
.btn-orange {
  background: var(--c-orange);
  color: #000;
}
.eyebrow i {
  font-size: 12px;
}
.btn-orange {
  border-radius: var(--r-sm);
  border: none;
  box-shadow: 0 4px 18px rgba(255, 107, 43, 0.28);
}
.btn-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 107, 43, 0.42);
}
.btn-ghost {
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.06);
  color: var(--c-txt);
  backdrop-filter: blur(10px);
  transition:
    background 0.2s,
    transform 0.2s;
}
.bc-brand,
.nav-wrap {
  display: flex;
  align-items: center;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}
.btn-lg {
  height: 48px;
  padding: 0 24px;
  font-size: 14px;
  border-radius: 10px;
}
html.light .btn-ghost {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.12);
  color: var(--c-txt);
}
#site-nav.scrolled .bc-wordmark .wm-name,
#stt-btn,
.bc-wordmark .wm-name,
.ft-col a:hover,
.ft-legal button:hover,
.modal-x:hover,
.ti:hover {
  color: var(--c-orange);
}
html.light .btn-ghost:hover {
  background: rgba(0, 0, 0, 0.09);
}
.glass {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
#stt-btn,
#wa-float {
  z-index: 800;
  width: 42px;
  border-radius: 12px;
  display: grid;
  position: fixed;
  place-items: center;
  height: 42px;
}
#stt-btn {
  bottom: 20px;
  right: 20px;
  background: rgba(255, 107, 43, 0.12);
  font-size: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.3s,
    transform 0.3s,
    background 0.2s;
}
#stt-btn.vis {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
#wa-float {
  bottom: 76px;
  left: 20px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.32);
}
#wa-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.44);
}
.bc-brand {
  gap: 8px;
}
.bc-logo {
  width: 26px;
  height: 26px;
  flex: none;
  border-radius: 8px;
  overflow: hidden;
}
.bc-logo-ft {
  width: 28px;
  height: 28px;
}
.ham-btn,
.theme-btn {
  width: 34px;
  height: 34px;
}
.bc-wordmark {
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.bc-wordmark .wm-dot {
  color: #fff;
  font-style: normal;
}
#site-nav.scrolled .bc-wordmark .wm-dot,
#site-nav:not(.scrolled) .bc-wordmark,
#site-nav:not(.scrolled) .bc-wordmark .wm-name {
  color: #fff;
}
#site-nav:not(.scrolled) .bc-wordmark .wm-dot {
  color: #000;
}
html.dark #site-nav:not(.scrolled) .bc-wordmark .wm-dot {
  color: #050505;
}
#site-nav.scrolled .bc-wordmark,
.bar-lbl strong,
.nav-links a:hover {
  color: var(--c-txt);
}
.mob-modal-close,
.mob-modal-links a,
.nav-links a,
.theme-btn {
  color: var(--c-muted1);
}
html.light #site-nav.scrolled .bc-wordmark .wm-dot {
  color: #111;
}
#site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: 0 0;
  transition:
    background 0.4s,
    border-color 0.4s,
    backdrop-filter 0.4s;
}
#site-nav.scrolled {
  background: rgba(5, 5, 5, 0.88);
  border-color: var(--c-border);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.nav-wrap {
  gap: 16px;
  height: 60px;
  padding: 0 20px;
  max-width: 1180px;
  margin: 0 auto;
}
#mob-modal,
.nav-cta span,
.nav-links {
  display: none;
}
.nav-links {
  align-items: center;
  gap: 18px;
  flex: 1;
  justify-content: center;
}
.nav-links a {
  font-size: 12.5px;
  font-weight: 500;
  transition: color 0.15s;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.nav-cta {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-size: 12px;
  border-radius: var(--r-pill);
}
@media (max-width: 767px) {
  .nav-cta {
    width: 34px;
  }
}
.theme-btn {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  font-size: 15px;
  display: grid;
  place-items: center;
  transition:
    background 0.2s,
    color 0.2s;
}
.mob-modal-close:hover,
.theme-btn:hover {
  background: rgba(255, 107, 43, 0.12);
  color: var(--c-orange);
}
html.light .ham-btn,
html.light .theme-btn {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}
.ham-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  flex: none;
}
.ham-btn span {
  display: block;
  width: 15px;
  height: 1.5px;
  background: var(--c-txt);
  border-radius: 99px;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.finput,
.mob-modal-panel {
  border: 1px solid var(--c-border);
}
.form-hint.hidden,
.ham-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .sec,
  .sec-alt {
    padding: 96px 0;
  }
  .nav-wrap {
    padding: 0 32px;
  }
  .nav-links {
    display: flex;
  }
  .ham-btn {
    display: none;
  }
  .nav-cta span {
    display: inline;
  }
  .nav-cta {
    height: 36px;
    padding: 0 18px;
    font-size: 12.5px;
  }
  #mob-modal {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .nav-wrap,
  .wrap {
    padding: 0 40px;
  }
  .nav-links a {
    font-size: 13px;
  }
}
#mob-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#mob-modal.open {
  display: flex;
}
.mob-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: 0.22s both fadeIn;
}
.mob-modal-links a,
.mob-modal-panel {
  animation: 0.3s cubic-bezier(0.16, 1, 0.3, 1) both modalSlideUp;
}
.mob-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  background: var(--c-elev);
  border-radius: 22px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: 90svh;
  overflow-y: auto;
}
@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(32px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.mob-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--c-border);
  font-size: 17px;
  display: grid;
  place-items: center;
  transition:
    background 0.15s,
    color 0.15s;
}
#hero,
.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
}
.mob-modal-brand {
  margin-bottom: 28px;
  padding-right: 40px;
}
.mob-modal-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 24px;
}
.mob-modal-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  transition:
    color 0.15s,
    background 0.15s;
}
.ft-col a,
.ft-legal button,
.ti {
  transition: color 0.15s;
}
.mob-modal-links a:first-child {
  animation-delay: 40ms;
}
.h1-line:nth-child(2),
.mob-modal-links a:nth-child(2) {
  animation-delay: 80ms;
}
.mob-modal-links a:nth-child(3) {
  animation-delay: 0.12s;
}
.h1-line:nth-child(3),
.mob-modal-links a:nth-child(4) {
  animation-delay: 0.16s;
}
.mob-modal-links a:nth-child(5) {
  animation-delay: 0.2s;
}
.mob-modal-links a:hover {
  color: var(--c-orange);
  background: rgba(255, 107, 43, 0.07);
}
.mob-modal-links i {
  font-size: 18px;
  width: 22px;
  text-align: center;
  flex: none;
}
.mob-modal-foot {
  border-top: 1px solid var(--c-border);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.mob-contact {
  font-size: 12.5px;
  color: var(--c-muted2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.mob-cta,
.ti b {
  font-size: 14px;
}
.mob-cta {
  height: 46px;
  border-radius: 12px;
  justify-content: center;
  margin-top: 4px;
}
html.light .mob-modal-panel {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.09);
}
html.light .mob-modal-close {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.09);
}
html.light .mob-modal-links a {
  color: #555;
}
html.light .mob-modal-links a:hover {
  color: var(--c-orange);
  background: rgba(255, 107, 43, 0.06);
}
html.light .mob-modal-foot {
  border-top-color: rgba(0, 0, 0, 0.07);
}
html.light .mob-contact {
  color: #999;
}
#hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 4fr) minmax(0, 3fr);
  grid-template-areas: "media content panel";
  color: var(--c-txt);
}
.hero-media {
  grid-area: media;
  height: 100%;
  animation: 1.1s both heroFadeIn;
  background-color: var(--c-orange);
}
.hero-img {
  width: 100%;
  height: 100%;
  object-position: top right;
  display: block;
}
/* .hero-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--c-bg) 5%, transparent) 0,
    color-mix(in srgb, var(--c-bg) 35%, transparent) 70%,
    color-mix(in srgb, var(--c-bg) 70%, transparent) 100%
  );
  pointer-events: none;
} */
.hero-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  min-width: 0;
  padding: clamp(80px, 12vh, 120px) clamp(20px, 3vw, 48px)
    clamp(32px, 4vh, 48px);
  position: relative;
  z-index: 2;
}
.hero-badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 107, 43, 0.22);
  background: rgba(255, 107, 43, 0.06);
  border-radius: var(--r-pill);
  padding: 7px 16px;
  margin-bottom: 32px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--c-orange);
  animation: 0.8s both fadeUp;
}
.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-orange);
  flex: none;
  animation: 2s ease-in-out infinite pulseDot;
}
.hero-h1,
.hero-panel {
  flex-direction: column;
}
.hero-h1 {
  font-weight: 400;
  font-size: clamp(26px, 4.5vw, 45px);
  line-height: 1.06;
  letter-spacing: -1.2px;
  margin-bottom: 22px;
  display: flex;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}
#ticker,
.hero-ctas {
  align-items: center;
}
#ticker,
.bar-track,
.bc-card,
.disc-channel,
.discord-panel,
.founding-bar,
.hero-panel-col,
.prob-quote,
.role-btn,
.stat-cell,
.wl-sec {
  overflow: hidden;
}
.founding-text .sec-h,
.hero-sub {
  max-width: 440px;
}
.h1-line {
  display: block;
  animation: 0.9s both heroSlideUp;
}
.hero-sub {
  font-family: var(--font-b);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.7;
  color: color-mix(in srgb, var(--c-txt) 60%, transparent);
  margin-bottom: 28px;
  animation: 0.8s 0.22s both fadeUp;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  animation: 0.8s 0.3s both fadeUp;
}
.hero-ctas .btn-orange.btn-lg {
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    gap 0.25s;
}
.hero-ctas .btn-orange.btn-lg:hover {
  transform: translateY(-3px);
  gap: 11px;
}
.hero-proof-mini {
  font-family: var(--font-b);
  font-size: 12px;
  color: color-mix(in srgb, var(--c-txt) 40%, transparent);
  letter-spacing: 0.02em;
  animation: 0.8s 0.36s both fadeUp;
}
.pa-rank,
.panel-label {
  font-size: 11px;
  font-family: var(--font-b);
}
.hero-proof-mini strong {
  color: var(--c-txt);
  font-weight: 600;
}
.hero-panel-col {
  grid-area: panel;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto minmax(180px, 1fr);
  height: 100%;
  min-height: 100svh;
  border-left: 1px solid var(--c-border);
  background: var(--c-surf);
}
.hero-panel {
  display: flex;
  justify-content: center;
  gap: 22px;
  min-width: 0;
  padding: clamp(110px, 16vh, 150px) clamp(24px, 3vw, 48px)
    clamp(32px, 5vh, 48px);
  animation: 1.2s 0.2s both heroFadeIn;
}
.hero-panel-media {
  position: relative;
  overflow: hidden;
  animation: 1.2s 0.32s both heroFadeIn;
}
.hero-panel-img {
  width: 100%;
  height: 100%;
  object-position: center;
  display: block;
}
/* .hero-panel-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    var(--c-surf) 0,
    color-mix(in srgb, var(--c-surf) 40%, transparent) 18%,
    transparent 45%
  );
  pointer-events: none;
} */
.founding-bar,
.panel-divider {
  background: var(--c-border);
  width: 100%;
}
.panel-divider {
  height: 1px;
}
.panel-label {
  font-weight: 700;
  letter-spacing: 0.18em;
  color: color-mix(in srgb, var(--c-txt) 42%, transparent);
  margin: 0 0 14px;
}
.panel-artists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.panel-artists li {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.pa-rank {
  font-weight: 600;
  color: var(--c-orange);
  letter-spacing: 0.05em;
}
.pa-name {
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 500;
  letter-spacing: -0.3px;
  color: var(--c-txt);
  white-space: nowrap;
}
.fc-num,
.panel-tag,
.stat-num {
  font-weight: 600;
}
.stat-num,
.ti b {
  color: var(--c-orange);
}
.panel-stat {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.stat-num {
  font-family: var(--font-d);
  font-size: clamp(28px, 3.4vw, 36px);
  letter-spacing: -1px;
}
.panel-tag,
.stat-unit {
  font-family: var(--font-b);
}
.stat-unit {
  font-size: 13px;
  color: color-mix(in srgb, var(--c-txt) 55%, transparent);
}
.panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.panel-tag {
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 7px 14px;
  border: 1px solid color-mix(in srgb, var(--c-txt) 12%, transparent);
  border-radius: var(--r-pill);
  color: color-mix(in srgb, var(--c-txt) 75%, transparent);
}
#stats-strip,
.stat-cell {
  border-bottom: 1px solid var(--c-border);
}
.founding-count {
  font-family: var(--font-d);
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 12px;
}
.fc-num {
  font-size: clamp(32px, 4vw, 44px);
  color: var(--c-txt);
  letter-spacing: -1px;
}
.bc-card h3,
.bc-tag,
.pcard h3,
.prob-body strong,
.prob-cta,
.stat-n,
.ti,
.ti b {
  font-weight: 400;
}
.fc-total {
  font-size: 16px;
  color: color-mix(in srgb, var(--c-txt) 40%, transparent);
}
.founding-bar {
  height: 4px;
  border-radius: var(--r-pill);
  margin-bottom: 8px;
}
.founding-bar-fill {
  height: 100%;
  width: 3.4%;
  border-radius: var(--r-pill);
  background: linear-gradient(90deg, var(--c-orange), var(--c-orange2));
}
.pcard,
.prob-quote {
  border-radius: var(--r-md);
}
#stats-strip,
#ticker,
.prob-quote {
  background: var(--c-surf);
}
.founding-caption {
  font-family: var(--font-b);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: color-mix(in srgb, var(--c-txt) 42%, transparent);
}
.bc-card h3,
.bc-num,
.bc-tag,
.bento-cta-row h3,
.chart-yoy,
.dc-av,
.market-big,
.opp h3,
.perks-title,
.stat-n,
.step h4,
.step-num,
.steps-title,
.tiers-title {
  font-family: var(--font-d);
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes heroSlideUp {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 980px) {
  #hero {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "content" "panel";
    min-height: auto;
  }
  .hero-media {
    min-height: 56vh;
    height: 56vh;
  }
  .hero-content {
    padding: 44px 24px 36px;
  }
  .hero-h1 {
    font-size: clamp(36px, 12vw, 56px);
    line-height: 1.08;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .hero-sub {
    max-width: 100%;
    margin-bottom: 28px;
  }
  .hero-ctas .btn-orange.btn-lg {
    width: 100%;
    justify-content: center;
  }
  .hero-panel-col {
    grid-template-rows: auto 260px;
    min-height: auto;
    border-left: none;
    border-top: 1px solid var(--c-border);
  }
  .hero-panel {
    padding: 36px 24px 32px;
    gap: 24px;
  }
}
@media (max-width: 420px) {
  .hero-media {
    min-height: 48vh;
    height: 48vh;
  }
  .hero-panel-col {
    grid-template-rows: auto 200px;
  }
}
#ticker {
  height: 42px;
  display: flex;
}
.ticker-track {
  display: flex;
  animation: 26s linear infinite tickerRun;
  width: max-content;
}
#ticker:hover .ticker-track {
  animation-play-state: paused;
}
.ti {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  font-size: 11px;
  color: var(--c-muted2);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.prob-body,
.stat-l {
  color: var(--c-muted1);
}
.stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.stat-cell {
  padding: 32px 20px;
  border-right: 1px solid var(--c-border);
  position: relative;
  transition: background 0.2s;
}
.stat-cell:nth-child(2) {
  border-right: none;
}
.stat-cell:nth-child(3) {
  border-bottom: none;
}
.stat-cell:nth-child(4) {
  border-right: none;
  border-bottom: none;
}
.stat-cell:hover {
  background: rgba(255, 107, 43, 0.03);
}
.stat-cell::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--c-orange), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.next-step:hover .next-num,
.stat-cell:hover::after {
  opacity: 1;
}
.stat-ico {
  position: absolute;
  top: 18px;
  right: 16px;
  font-size: 16px;
}
.stat-n {
  font-size: clamp(28px, 5vw, 50px);
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.stat-l {
  font-size: 12px;
  line-height: 1.5;
}
.stat-l span {
  display: block;
  font-size: 11px;
  color: var(--c-muted2);
  margin-top: 2px;
}
.prob-body strong,
.role-btn:hover {
  color: var(--c-txt);
}
.prob-grid {
  display: grid;
  gap: 32px;
  margin-top: 48px;
}
.prob-body {
  font-size: 14.5px;
  line-height: 1.85;
  margin-bottom: 14px;
}
.prob-cta {
  font-size: 15px;
  color: var(--c-orange);
  margin-bottom: 0;
}
.prob-quote {
  margin-top: 24px;
  padding: 18px 18px 18px 24px;
  position: relative;
}
.prob-quote-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--grad);
}
.prob-quote blockquote {
  font-size: 13.5px;
  color: var(--c-txt);
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 5px;
}
.prob-quote cite {
  font-size: 11px;
  color: var(--c-muted2);
  font-style: normal;
}
.prob-cards {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.pcard {
  background: var(--c-surf);
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.bc-ico,
.bento,
.pcard-ico {
  display: grid;
}
.pcard:hover {
  border-color: rgba(255, 107, 43, 0.3);
  transform: translateX(4px);
}
.bc-card:hover,
.bc-cta {
  border-color: rgba(255, 107, 43, 0.2);
}
.bc-card:hover,
.opp:hover,
.step:hover,
.tier:hover {
  transform: translateY(-3px);
}
.pcard-ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  place-items: center;
  font-size: 16px;
  flex: none;
}
.bc-ico,
.step-ico {
  width: 38px;
  height: 38px;
  place-items: center;
}
.pcard h3 {
  font-size: 13px;
  margin-bottom: 3px;
}
.market-box p,
.opp p,
.pcard p,
.step p {
  font-size: 12px;
  color: var(--c-muted1);
  line-height: 1.6;
}
.bento {
  gap: 11px;
  margin-top: 40px;
}
@media (min-width: 560px) {
  .bento {
    grid-template-columns: repeat(2, 1fr);
  }
  .bc-wide {
    grid-column: span 1;
  }
  .bc-full {
    grid-column: span 2;
  }
}
.bc-card {
  background: var(--c-card);
  border-radius: var(--r-lg);
  padding: 22px 20px;
  position: relative;
  transition:
    border-color 0.2s,
    transform 0.2s,
    background 0.2s;
}
.bc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at 0 0,
    var(--glow, rgba(255, 107, 43, 0.06)) 0,
    transparent 55%
  );
}
.bc-tag {
  font-size: 10px;
  color: var(--c-muted2);
  margin-bottom: 10px;
}
.bc-ico {
  border-radius: 10px;
  font-size: 19px;
  margin-bottom: 12px;
}
.bc-card h3 {
  font-size: clamp(14px, 2vw, 17px);
  margin-bottom: 7px;
  line-height: 1.2;
}
.market-box h4,
.step h4 {
  margin-bottom: 6px;
  font-weight: 400;
}
.bc-card p {
  font-size: 12.5px;
  color: var(--c-muted1);
  line-height: 1.7;
}
.bc-num {
  position: absolute;
  right: -6px;
  bottom: -6px;
  font-size: 56px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.02);
  line-height: 1;
}
.bc-cta {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 43, 0.09),
    rgba(233, 69, 96, 0.06)
  );
}
.founding-perks,
.step {
  background: var(--c-surf);
}
.bento-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.bento-cta-row h3 {
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 400;
}
.bento-cta-row .btn-orange {
  width: 100%;
  justify-content: center;
}
.founding-top {
  display: grid;
  gap: 32px;
  margin-bottom: 60px;
}
.founding-perks {
  border-radius: var(--r-lg);
  padding: 26px 22px;
}
.perks-title {
  font-size: 15px;
  font-weight: 400;
  color: var(--c-orange);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.perks-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  color: var(--c-muted1);
}
.chart-yoy,
.market-big,
.step-ico,
.step-num {
  color: var(--c-orange);
}
.perks-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.perks-list i {
  color: var(--c-green);
  font-size: 15px;
  flex: none;
  margin-top: 1px;
}
.steps-wrap {
  border-top: 1px solid var(--c-border);
  padding-top: 48px;
}
.steps-title {
  font-size: clamp(17px, 3vw, 24px);
  font-weight: 400;
  margin-bottom: 36px;
}
.steps-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 480px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .bento {
    grid-template-columns: repeat(6, 1fr);
  }
  .bc-wide {
    grid-column: span 3;
  }
  .bc-third {
    grid-column: span 2;
  }
  .bc-full {
    grid-column: span 6;
  }
  .steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.step {
  border-radius: var(--r-md);
  padding: 22px 18px;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.role-btn.active,
.step-ico,
html.light .role-btn.active {
  background: rgba(255, 107, 43, 0.09);
}
.step:hover {
  border-color: rgba(255, 107, 43, 0.28);
}
.step-num {
  font-size: 10px;
  font-weight: 400;
  opacity: 0.7;
  margin-bottom: 8px;
}
.step-ico {
  border-radius: 50%;
  display: grid;
  font-size: 17px;
  margin-bottom: 14px;
}
.step h4 {
  font-size: 15px;
}
.market-grid {
  display: grid;
  gap: 40px;
}
.market-big {
  font-size: clamp(56px, 12vw, 100px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -3px;
  margin-bottom: 12px;
  display: block;
}
.market-box {
  background: var(--c-bg);
  border-radius: var(--r-md);
  padding: 18px 20px;
  margin-top: 18px;
}
html.light .market-box {
  background: var(--c-elev);
}
.market-box h4 {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.chart-card {
  background: var(--c-card);
  border-radius: var(--r-lg);
  padding: 26px;
}
.chart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 22px;
  gap: 8px;
}
.chart-head strong {
  font-size: 13.5px;
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
}
.chart-head span {
  font-size: 11px;
  color: var(--c-muted2);
}
.chart-yoy {
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
}
.chart-bars {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.bar-row,
.chart-src {
  display: flex;
  gap: 5px;
}
.bar-row {
  flex-direction: column;
}
.bar-lbl {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.bar-track {
  height: 5px;
  background: var(--c-border);
  border-radius: 99px;
}
.bar-fill {
  height: 100%;
  border-radius: 99px;
  width: 0;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.bar-fill.animated {
  width: var(--w);
}
.chart-src {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--c-border);
  font-size: 11px;
  color: var(--c-muted2);
  line-height: 1.5;
  align-items: flex-start;
}
.comm-grid {
  display: grid;
  gap: 32px;
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .prob-grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
  }
  .founding-top {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
  .market-grid {
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
  }
  .comm-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 52px;
    align-items: center;
  }
}
.comm-text .sec-h,
.ft-brand-lockup {
  margin-bottom: 12px;
}
.discord-panel {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r-lg);
}
.discord-header {
  background: #0f0f0f;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discord-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.discord-ico {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #5865f2;
  display: grid;
  place-items: center;
  font-size: 17px;
  color: #fff;
  flex: none;
}
.discord-header strong {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
.disc-online {
  font-size: 10.5px;
  color: var(--c-green);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 1px;
}
.online-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--c-green);
  flex: none;
}
.dc-av,
.sk-av {
  width: 28px;
  height: 28px;
}
.disc-channel {
  font-size: 10.5px;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 10px;
  border-radius: 5px;
  color: var(--c-muted1);
  font-weight: 400;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .discord-header {
    flex-wrap: wrap;
    gap: 8px;
  }
  .disc-channel {
    font-size: 11px;
    padding: 5px 12px;
    background: rgba(255, 107, 43, 0.08);
    color: var(--c-orange);
    border: 1px solid rgba(255, 107, 43, 0.18);
    border-radius: 20px;
  }
}
.discord-msgs,
.tier {
  flex-direction: column;
}
.discord-msgs {
  padding: 14px;
  display: flex;
  gap: 11px;
  min-height: 160px;
}
.dc-msg {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  animation: 0.4s both slideUp;
}
.sk-av,
.sk-l {
  animation: 1.5s ease-in-out infinite pulseDot;
}
.dc-av {
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 400;
  flex: none;
}
.dc-bubble {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 9px 11px;
  border-radius: 0 11px 11px;
  flex: 1;
}
.dc-name {
  font-size: 11.5px;
  font-weight: 400;
  margin-bottom: 2px;
}
.dc-text {
  font-size: 12px;
  color: #ccc;
  line-height: 1.45;
}
.dc-react {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 10px;
  margin-top: 4px;
}
.dc-skel {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
.sk-av {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  flex: none;
}
.sk-lines {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 4px;
}
.sk-l {
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}
.sk-w70 {
  width: 70%;
}
.sk-w90 {
  width: 90%;
}
.sk-w60 {
  width: 60%;
}
.sk-w80 {
  width: 80%;
}
.sk-w65 {
  width: 65%;
}
.discord-footer {
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.btn-discord {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  height: 38px;
  border-radius: 8px;
  background: #5865f2;
  color: #fff;
  font-size: 12.5px;
  font-weight: 400;
  justify-content: center;
  transition: opacity 0.2s;
}
.opp,
.tier {
  background: var(--c-surf);
}
.btn-discord:hover {
  opacity: 0.88;
}
.brands-divider {
  border-top: 1px solid var(--c-border);
  padding-top: 64px;
  margin-top: 0;
}
.opp:hover,
.role-btn:hover {
  border-color: rgba(255, 107, 43, 0.25);
}
.opp-grid {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.opp {
  border-radius: var(--r-md);
  padding: 20px;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.opp-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 18px;
  margin-bottom: 12px;
}
.opp h3 {
  font-size: 14.5px;
  font-weight: 400;
  margin-bottom: 6px;
}
.tiers-title {
  font-size: clamp(17px, 3vw, 24px);
  font-weight: 400;
  margin: 44px 0 20px;
}
.tiers-grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 560px) {
  .bento-cta-row .btn-orange {
    width: auto;
    justify-content: flex-start;
  }
  .opp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tiers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tier {
  border-radius: var(--r-lg);
  padding: 26px 22px;
  position: relative;
  display: flex;
  transition: transform 0.2s;
}
.tier-name,
.tier-price {
  display: block;
  font-family: var(--font-d);
}
.tier-featured {
  border-color: rgba(255, 107, 43, 0.4);
  box-shadow: 0 8px 32px rgba(255, 107, 43, 0.06);
}
.tier-badge-rec {
  position: absolute;
  top: -10px;
  right: 18px;
  background: var(--c-orange);
  color: #000;
  font-size: 9.5px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 99px;
  letter-spacing: 0.05em;
}
.field label,
.role-btn,
.tier-name,
.tier-price,
.wl-title {
  font-weight: 400;
}
.tier-bar {
  width: 24px;
  height: 3px;
  border-radius: 99px;
  margin-bottom: 13px;
}
.tier-name {
  font-size: 14.5px;
  margin-bottom: 4px;
}
.tier-price {
  font-size: 24px;
  margin-bottom: 16px;
}
.tier-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
  color: var(--c-muted1);
}
.tier-list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.4;
}
.tier-list i {
  font-size: 14px;
  color: var(--c-muted2);
  margin-top: 1px;
  flex: none;
}
.brand-cta-bar p,
.role-btn,
.wl-head p {
  color: var(--c-muted1);
}
.brand-cta-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px;
  border-radius: var(--r-lg);
  background: var(--c-surf);
  margin-top: 36px;
  flex-wrap: wrap;
}
.brand-cta-bar h3 {
  font-family: var(--font-d);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.brand-cta-bar p {
  font-size: 12.5px;
  line-height: 1.6;
}
.brand-cta-btns {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  width: 100%;
}
.brand-cta-btns .btn-ghost,
.brand-cta-btns .btn-orange {
  flex: 1;
  justify-content: center;
}
.wl-sec {
  position: relative;
}
.wl-glow {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(
    ellipse,
    rgba(255, 107, 43, 0.055) 0,
    transparent 65%
  );
  pointer-events: none;
}
.cd-arrow,
.fi {
  transform: translateY(-50%);
  pointer-events: none;
}
.wl-card {
  background: var(--c-surf);
  border-radius: var(--r-xl);
  padding: 40px 24px;
  max-width: 640px;
  margin: 0 auto;
}
.wl-head {
  margin-bottom: 44px;
}
.wl-title {
  font-family: var(--font-d);
  font-size: clamp(20px, 4vw, 34px);
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.wl-head p {
  font-size: 13.5px;
  line-height: 1.7;
  margin-top: 8px;
}
.ft-desc,
.modal-bd,
.wl-success p {
  line-height: 1.65;
}
.roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 40px;
}
.role-btn {
  height: 38px;
  padding: 0 14px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--c-border);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: 0.15s;
  width: 100%;
  white-space: nowrap;
}
.fi,
.field label {
  color: var(--c-muted2);
}
@media (max-width: 380px) {
  .role-btn[data-role="brand"] .role-label {
    display: none;
  }
  .role-btn[data-role="brand"]::after {
    content: "Brand";
  }
}
.role-btn.active {
  border-color: rgba(255, 107, 43, 0.36);
  color: var(--c-orange);
}
.role-btn i {
  font-size: 13px;
}
html.light .role-btn {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.09);
}
html.light .role-btn.active {
  border-color: rgba(255, 107, 43, 0.35);
}
#artist-fields,
#fan-fields,
.form-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.row-2 {
  display: grid;
  gap: 20px;
}
.cd-arrow,
.cd-trigger {
  display: flex;
  align-items: center;
}
@media (min-width: 480px) {
  .roles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .role-btn {
    width: auto;
  }
  .row-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.cd-wrap,
.field {
  position: relative;
}
.field label {
  display: block;
  font-size: 10px;
  margin-bottom: 8px;
}
.fi {
  position: absolute;
  left: 12px;
  top: 32px;
  font-size: 14px;
}
.cd-trigger,
.finput {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--c-txt);
}
.finput {
  border-radius: 10px;
  padding: 0 14px 0 38px;
  font-size: 13.5px;
  transition: border-color 0.2s;
}
.finput:focus {
  outline: 0;
  border-color: rgba(255, 107, 43, 0.42);
}
.cd-trigger {
  border: 1px solid var(--c-border);
  border-radius: 9px;
  padding: 0 36px 0 34px;
  font-family: var(--font-b);
  transition: border-color 0.18s;
  user-select: none;
  position: relative;
  text-align: left;
}
.cd-arrow,
.cd-trigger .cd-placeholder {
  color: var(--c-muted2);
}
.founder-name,
.ft-col h4,
.mission-bold,
.modal-bd h4,
.modal-hd h3,
.preview-card h3,
.rm-content h3,
.wl-success h3 {
  font-family: var(--font-d);
  font-weight: 400;
}
.form-hint,
.founder-card,
.ft-copy-bar,
.manifesto-quote,
.next-num,
.preview-cta,
.wl-success {
  text-align: center;
}
.cd-trigger.open {
  border-color: rgba(255, 107, 43, 0.55);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cd-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  justify-content: center;
  font-size: 13px;
  transition: transform 0.2s;
}
.btn-submit,
.cd-option {
  align-items: center;
  display: flex;
}
.cd-option,
.ft-col a,
.wl-success p {
  color: var(--c-muted1);
}
.cd-trigger.open .cd-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.cd-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--c-elev);
  border: 1px solid rgba(255, 107, 43, 0.45);
  border-top: none;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  max-height: 220px;
  overflow-y: auto;
  z-index: 500;
  display: none;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
  scrollbar-color: rgba(255, 107, 43, 0.3) transparent;
}
.cd-panel::-webkit-scrollbar {
  width: 3px;
}
.cd-panel::-webkit-scrollbar-thumb {
  background: rgba(255, 107, 43, 0.3);
  border-radius: 99px;
}
.cd-panel.open {
  display: block;
  animation: 0.18s both fadeUp;
}
.cd-option {
  padding: 10px 14px;
  transition:
    background 0.12s,
    color 0.12s;
  gap: 8px;
}
.cd-option:hover {
  background: rgba(255, 107, 43, 0.09);
  color: var(--c-txt);
}
.cd-option.selected {
  background: rgba(255, 107, 43, 0.12);
  color: var(--c-orange);
  font-weight: 400;
}
.cd-option.selected::after {
  content: "✓";
  margin-left: auto;
  font-size: 11px;
  color: var(--c-orange);
}
.cd-hidden-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}
.cd-trigger.has-value .cd-placeholder {
  color: var(--c-txt) !important;
}
html.light .finput {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.1);
}
html.light .finput:focus {
  border-color: rgba(255, 107, 43, 0.4);
}
.ft-bottom,
.ft-copy-bar {
  border-top: 1px solid var(--c-border2);
}
#other-country-wrap,
#other-fan-country-wrap {
  position: relative;
  animation: 0.18s both fadeUp;
}
#other-country-wrap .fi,
#other-fan-country-wrap .fi {
  top: 25px;
}
.btn-submit {
  width: auto;
  min-width: 260px;
  max-width: 320px;
  justify-content: center;
  height: 54px;
  font-size: 15px;
  border-radius: 12px;
  margin: 28px auto 0;
}
@media (max-width: 479px) {
  .btn-submit {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
}
.btn-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}
.form-hint {
  font-size: 12px;
  color: var(--c-muted2);
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 18px;
  transition: opacity 0.25s;
}
.wl-success {
  display: none;
  padding: 20px 0;
}
.wl-success.show {
  display: block;
  animation: 0.4s both fadeIn;
}
.success-ico {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(52, 211, 153, 0.1);
  color: var(--c-green);
  display: grid;
  place-items: center;
  font-size: 26px;
  margin: 0 auto 14px;
}
.wl-success h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.wl-success p {
  font-size: 13px;
  max-width: 360px;
  margin: 0 auto;
}
.site-footer {
  background: var(--c-surf);
  padding: 52px 0 36px;
}
.ft-grid {
  display: grid;
  gap: 32px;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .stat-cell,
  .stat-cell:nth-child(3) {
    border-bottom: none;
  }
  .stats-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .stat-cell {
    padding: 36px 24px;
  }
  .stat-cell:nth-child(2) {
    border-right: 1px solid var(--c-border);
  }
  .stat-cell:nth-child(4) {
    border-right: none;
  }
  .brand-cta-btns {
    width: auto;
  }
  .brand-cta-btns .btn-ghost,
  .brand-cta-btns .btn-orange {
    flex: none;
    justify-content: flex-start;
  }
  .wl-card {
    padding: 60px;
  }
  .ft-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
.ft-desc {
  font-size: 12px;
  color: var(--c-muted2);
  max-width: 260px;
  margin-bottom: 12px;
}
.ft-copy {
  font-size: 11px;
  color: var(--c-muted3);
}
.ft-col h4 {
  font-size: 11.5px;
  margin-bottom: 14px;
}
.ft-col a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  margin-bottom: 9px;
}
.ft-col i {
  font-size: 14px;
}
.ft-location {
  font-size: 11.5px;
  color: var(--c-muted2);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}
.ft-bottom,
.ft-legal button {
  font-size: 11px;
  color: var(--c-muted2);
}
.ft-bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.modal-bd,
.modal-x {
  color: var(--c-muted1);
}
.ft-legal {
  display: flex;
  gap: 16px;
}
.ft-copy-bar {
  padding-top: 16px;
}
.modal-ov {
  position: fixed;
  inset: 0;
  background: rgba(2, 2, 2, 0.86);
  backdrop-filter: blur(16px);
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s;
}
.modal-ov.open {
  opacity: 1;
  pointer-events: all;
}
.modal-box {
  background: var(--c-elev);
  border: 1px solid var(--c-border);
  width: 100%;
  max-width: 560px;
  border-radius: var(--r-lg);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  transform: scale(0.95);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.founder-card,
.preview-card {
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}
.modal-ov.open .modal-box {
  transform: scale(1);
}
.modal-hd {
  padding: 16px 20px;
  border-bottom: 1px solid var(--c-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
}
.modal-hd h3 {
  font-size: 17px;
}
.modal-x {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 15px;
  display: grid;
  place-items: center;
}
.modal-bd {
  padding: 20px;
  overflow-y: auto;
  font-size: 13px;
}
.modal-bd h4 {
  font-size: 13.5px;
  color: var(--c-txt);
  margin: 18px 0 5px;
}
.modal-bd p {
  margin-bottom: 9px;
}
.mission-story {
  margin: 1.5rem 0 1.25rem;
  padding: 1.5rem 1.75rem;
  border-left: 3px solid var(--c-orange);
  background: rgba(255, 107, 43, 0.05);
  border-radius: 0 12px 12px 0;
}
.mission-line {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--c-txt);
  margin: 0 0 0.4rem;
}
.founder-avatar,
.founder-role,
.mission-bold,
.preview-badge {
  color: var(--c-orange);
}
.mission-bold {
  font-size: 1.15rem;
  margin-bottom: 0;
}
.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.preview-card {
  background: var(--c-card);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.preview-card:hover {
  border-color: rgba(255, 107, 43, 0.3);
  box-shadow: 0 0 24px rgba(255, 107, 43, 0.08);
}
.preview-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.preview-card h3 {
  font-size: 1.05rem;
}
.preview-card p {
  font-size: 0.9rem;
  color: var(--c-muted1);
  line-height: 1.6;
  flex: 1;
}
.preview-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  background: rgba(255, 107, 43, 0.1);
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  align-self: flex-start;
}
.preview-cta {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 43, 0.08),
    rgba(124, 58, 237, 0.06)
  );
  border-color: rgba(255, 107, 43, 0.25);
  align-items: center;
  justify-content: center;
}
.founders-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.founder-card {
  background: var(--c-card);
  border-radius: 18px;
  padding: 2rem 1.5rem;
}
.founder-avatar,
.rm-marker {
  border-radius: 50%;
  place-items: center;
}
.founder-card:hover {
  border-color: rgba(255, 107, 43, 0.3);
  box-shadow: 0 0 28px rgba(255, 107, 43, 0.07);
}
.founder-avatar {
  width: 72px;
  height: 72px;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 43, 0.15),
    rgba(124, 58, 237, 0.15)
  );
  display: grid;
  font-size: 2rem;
  margin: 0 auto 1rem;
}
.founder-name {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.founder-role {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}
.roadmap-item,
.roadmap-track {
  display: flex;
  position: relative;
}
.founder-bio,
.rm-content p,
.rm-marker {
  color: var(--c-muted1);
}
.founder-bio {
  font-size: 0.875rem;
  line-height: 1.6;
}
.roadmap-track {
  flex-direction: column;
  gap: 0;
  margin-top: 3rem;
  max-width: 740px;
  margin-inline: auto;
}
.roadmap-track::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--c-border);
}
.roadmap-item {
  gap: 1.5rem;
  padding-bottom: 2.5rem;
}
.roadmap-item:last-child {
  padding-bottom: 0;
}
.rm-marker {
  width: 40px;
  height: 40px;
  background: var(--c-card);
  border: 2px solid var(--c-border);
  display: grid;
  font-size: 1.1rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.roadmap-active .rm-marker {
  background: var(--c-card);
  border-color: var(--c-orange);
  color: var(--c-orange);
}
.rm-content {
  padding-top: 0.5rem;
  flex: 1;
}
.rm-period {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--c-orange);
  display: block;
  margin-bottom: 0.35rem;
}
.rm-content h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.rm-content p {
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 0.75rem;
}
.rm-status {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 20px;
  padding: 0.2rem 0.65rem;
}
.rm-status-live {
  background: rgba(52, 211, 153, 0.1);
  color: #34d399;
}
.rm-status-upcoming {
  background: rgba(255, 107, 43, 0.08);
  color: var(--c-orange);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 900px) {
  .preview-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .preview-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
.testimonial-card {
  background: var(--c-card);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color 0.25s;
}
.testimonial-card:hover {
  border-color: rgba(245, 166, 35, 0.3);
}
.testi-stars {
  display: flex;
  gap: 0.2rem;
  font-size: 0.9rem;
}
.testi-quote {
  font-size: 0.9rem;
  color: var(--c-muted1);
  line-height: 1.7;
  flex: 1;
  font-style: italic;
}
.testi-quote::after,
.testi-quote::before {
  content: '"';
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--c-border);
}
.testi-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 107, 43, 0.1);
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: var(--c-orange);
  flex-shrink: 0;
}
.testi-author strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
.testi-author span {
  display: block;
  font-size: 0.775rem;
  color: var(--c-muted1);
}
.hero-manifesto {
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-style: italic;
  color: var(--c-muted1);
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
  opacity: 0.85;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: start;
  max-width: 860px;
  margin: 0 auto;
}
.why-col {
  background: var(--c-card);
  border-radius: 1.25rem;
  padding: 2rem 1.75rem;
}
.why-col h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--c-text);
  margin: 1rem 0 0.6rem;
}
.why-col p {
  font-size: 0.925rem;
  color: var(--c-muted1);
  line-height: 1.7;
}
.number-ico,
.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
}
.why-divider {
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--c-border),
    transparent
  );
  margin: 2.5rem 1.5rem;
  align-self: stretch;
}
@media (max-width: 640px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-divider {
    width: 100%;
    height: 2px;
    margin: 0 0 1.5rem;
    background: linear-gradient(
      to right,
      transparent,
      var(--c-border),
      transparent
    );
  }
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}
.number-card {
  background: var(--c-card);
  border-radius: 1.25rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition:
    border-color 0.25s,
    transform 0.25s;
}
.number-card:hover {
  border-color: var(--c-orange);
  transform: translateY(-4px);
}
.number-val {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
}
.number-card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.4;
}
.next-content p,
.number-card p {
  font-size: 0.875rem;
  color: var(--c-muted1);
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 768px) {
  .founders-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-inline: auto;
  }
  .numbers-grid {
    grid-template-columns: 1fr;
  }
}
.founding-cap-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: rgba(233, 69, 96, 0.08);
  border: 1px solid rgba(233, 69, 96, 0.25);
  border-radius: 0.875rem;
  padding: 1rem 1.25rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: var(--c-muted1);
  line-height: 1.6;
}
.founding-cap-notice i {
  font-size: 1.25rem;
  color: #e94560;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.founding-cap-notice strong {
  color: #e94560;
}
.next-steps {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.next-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: 1.25rem;
  padding: 1.5rem 1.75rem;
  transition:
    border-color 0.25s,
    transform 0.2s;
}
.next-step:hover {
  border-color: var(--c-orange);
  transform: translateX(4px);
}
.next-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--c-orange);
  opacity: 0.5;
  line-height: 1;
  flex-shrink: 0;
  min-width: 44px;
}
.next-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: 0.35rem;
}
.next-connector {
  width: 2px;
  height: 2rem;
  background: linear-gradient(to bottom, var(--c-orange), transparent);
  margin: 0 0 0 calc(1.75rem + 22px - 1px);
  opacity: 0.3;
}
.manifesto-banner {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 43, 0.06) 0,
    rgba(124, 58, 237, 0.06) 100%
  );
  padding: 4rem 0;
}
.manifesto-quote {
  max-width: 780px;
  margin: 0 auto;
  border: none;
  padding: 0;
}
.manifesto-quote p {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-style: italic;
  color: var(--c-text);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.manifesto-quote footer {
  font-size: 0.9rem;
  color: var(--c-orange);
  font-weight: 600;
  letter-spacing: 0.05em;
}
