:root {
  --bg: #070914;
  --bg-2: #0c1020;
  --panel: rgba(16, 20, 39, 0.82);
  --panel-strong: rgba(12, 15, 31, 0.94);
  --line: rgba(255,255,255,.12);
  --text: #f5f7ff;
  --muted: rgba(239,243,255,.72);
  --blue: #2dbd28;
  --blue-2: #caffbf;
  --purple: #8e6dff;
  --pink: #ff79c7;
  --green: #79f5bd;
  --yellow: #ffdf6e;
  --shadow: 0 24px 70px rgba(0,0,0,.42);
  --shell: min(1240px, calc(100vw - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: 'Inter', system-ui, sans-serif;
  overflow-x: hidden;
}
body.party-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.party-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 26%, rgba(255,223,110,.22), transparent 28%),
    radial-gradient(circle at 22% 78%, rgba(45,189,40,.22), transparent 32%),
    rgba(7,9,20,.88);
  backdrop-filter: blur(18px);
  transition: opacity .28s ease, visibility .28s ease;
}
.party-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.party-gate-card {
  width: min(420px, 100%);
  padding: 30px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(12,15,31,.9);
  box-shadow: var(--shadow);
  text-align: center;
}
.party-gate-card img {
  width: 150px;
  height: 150px;
  margin: 0 auto 18px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(45,189,40,.28);
}
.party-gate-card p {
  margin: 0 0 8px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.party-gate-card h2 {
  margin: 0 0 24px;
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: clamp(2.45rem, 11vw, 4rem);
  line-height: .92;
  text-transform: uppercase;
}
.party-gate-button {
  width: 100%;
}
.party-gate-button:disabled {
  cursor: wait;
  opacity: .78;
}
.party-gate-note {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.45;
}

.bg-scene {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -10%, rgba(45,189,40,.2), transparent 30%),
    linear-gradient(180deg, #080a16 0%, #0a0e1d 50%, #070914 100%);
}
.grid,.stars,.orb,.party-beams,.bg-rat,.bg-note,.bg-star { position: absolute; }
.grid {
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 92%);
}
.stars {
  inset: 0;
  opacity: .08;
  background-image: radial-gradient(rgba(255,255,255,.95) .75px, transparent .75px);
  background-size: 11px 11px;
}
.orb {
  filter: blur(90px);
  opacity: .32;
  border-radius: 50%;
  animation: floatSlow 16s ease-in-out infinite;
}
.orb-a { width: 420px; height: 420px; left: -8%; top: 8%; background: rgba(45,189,40,.42); }
.orb-b { width: 380px; height: 380px; right: -4%; top: 24%; background: rgba(255,121,199,.36); animation-delay: -5s; }
.party-beams { inset: 0; opacity: .25; }
.party-beams span {
  position: absolute;
  top: -18%;
  width: 14vw;
  min-width: 100px;
  height: 125vh;
  transform-origin: top center;
  filter: blur(4px);
  background: linear-gradient(180deg, rgba(255,255,255,.36), rgba(255,255,255,0));
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  animation: beamSweep 9s ease-in-out infinite alternate;
}
.party-beams span:nth-child(1) { left: 5%; color: var(--blue); background: linear-gradient(180deg, rgba(45,189,40,.4), transparent); }
.party-beams span:nth-child(2) { left: 32%; background: linear-gradient(180deg, rgba(255,121,199,.36), transparent); animation-delay: -3s; }
.party-beams span:nth-child(3) { right: 28%; background: linear-gradient(180deg, rgba(121,245,189,.32), transparent); animation-delay: -5s; }
.party-beams span:nth-child(4) { right: 3%; background: linear-gradient(180deg, rgba(255,223,110,.3), transparent); animation-delay: -7s; }
.bg-rat { width: 180px; opacity: .035; filter: blur(.2px); animation: ratDrift 18s ease-in-out infinite; }
.bg-rat-a { left: 3%; top: 36%; transform: rotate(-10deg); }
.bg-rat-b { right: 2%; top: 66%; transform: rotate(12deg) scaleX(-1); animation-delay: -8s; }
.bg-note { width: 150px; opacity: .045; animation: spinFloat 18s linear infinite; }
.bg-note-a { right: 9%; top: 14%; }
.bg-note-b { left: 8%; top: 75%; animation-delay: -9s; }
.bg-star { width: 42px; opacity: .18; animation: twinkle 2.4s ease-in-out infinite; }
.bg-star-a { left: 22%; top: 17%; }
.bg-star-b { right: 20%; top: 55%; animation-delay: -1.2s; }

.section-shell { width: var(--shell); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: min(1320px, calc(100vw - 24px));
  margin: 12px auto 0;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(7,9,20,.72);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0,0,0,.22);
}
.brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; box-shadow: 0 10px 30px rgba(45,189,40,.24); }
.brand span { display: grid; line-height: 1.04; }
.brand strong { font-size: 1rem; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  border-radius: 999px;
}
.site-nav a { padding: 10px 14px; border-radius: 999px; color: var(--muted); font-weight: 800; font-size: .9rem; transition: .18s ease; }
.site-nav a:hover { color: white; background: rgba(255,255,255,.08); }
.header-cta,.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.header-cta,.btn-primary {
  color: #080b14;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 14px 38px rgba(45,189,40,.28);
}
.btn-secondary { color: white; border-color: var(--line); background: rgba(255,255,255,.05); }
.header-cta:hover,.btn:hover { transform: translateY(-2px); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 14px; background: rgba(255,255,255,.06); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: white; }

.hero {
  min-height: calc(100svh - 90px);
  padding: 44px 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 540px);
  gap: 40px;
  align-items: center;
}
.eyebrow,.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  color: var(--muted);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: pulse 1.7s ease infinite; }
.hero h1,.section-heading h2,.dance-break-copy h2,.signal-title h2,.community-copy h2 {
  margin: 18px 0 0;
  font-family: 'Archivo Black', sans-serif;
  letter-spacing: -.06em;
  line-height: .84;
}
.hero h1 { display: grid; font-size: clamp(3.7rem, 9.6vw, 7.8rem); }
.hero h1 span:nth-child(1) { color: white; }
.hero h1 span:nth-child(2) { color: var(--blue); text-shadow: 0 0 32px rgba(45,189,40,.24); }
.hero h1 span:nth-child(3) { background: linear-gradient(135deg, var(--pink), var(--yellow)); -webkit-background-clip: text; color: transparent; }
.hero-lead { max-width: 670px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1rem,1.4vw,1.16rem); line-height: 1.8; }
.hero-actions,.community-actions,.buy-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-info-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; margin-top: 22px; }
.hero-info-row article { padding: 17px; border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.045); }
.hero-info-row strong { display: block; font-size: 1.16rem; }
.hero-info-row span { display: block; margin-top: 7px; color: var(--muted); font-size: .9rem; }
.contract-card { margin-top: 20px; padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.045); border-radius: 20px; }
.contract-card span { display: block; color: var(--muted); font-size: .78rem; }
.contract-card strong { display: block; margin-top: 6px; font-size: .92rem; overflow-wrap: anywhere; }
.copy-button { min-height: 44px; padding: 0 16px; border: 0; border-radius: 999px; background: rgba(255,255,255,.09); color: white; font-weight: 900; cursor: pointer; }

.hero-visual { position: relative; min-height: 650px; perspective: 1200px; }
.stage-shell {
  position: relative;
  height: 100%;
  min-height: 650px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 50% 35%, rgba(45,189,40,.22), transparent 34%),
    radial-gradient(circle at 50% 70%, rgba(255,121,199,.16), transparent 34%),
    linear-gradient(180deg, rgba(25,28,55,.98), rgba(8,10,20,.98));
  box-shadow: var(--shadow);
  isolation: isolate;
  transform-style: preserve-3d;
  transition: transform .18s ease-out;
}
.stage-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: radial-gradient(rgba(255,255,255,.85) .7px, transparent .7px);
  background-size: 9px 9px;
  z-index: -1;
}
.stage-ceiling { position: absolute; inset: 0 0 auto; height: 240px; overflow: hidden; }
.disco-ball { position: absolute; left: 50%; top: -45px; width: 135px; transform: translateX(-50%); animation: discoSpin 13s linear infinite; filter: drop-shadow(0 0 25px rgba(202,255,191,.48)); }
.laser { position: absolute; left: 50%; top: 92px; width: 8px; height: 500px; transform-origin: top center; opacity: .5; filter: blur(1px); clip-path: polygon(0 0,100% 0,100% 100%,0 100%); }
.laser-one { background: linear-gradient(var(--blue),transparent); transform: rotate(34deg); }
.laser-two { background: linear-gradient(var(--pink),transparent); transform: rotate(-34deg); }
.laser-three { background: linear-gradient(var(--green),transparent); transform: rotate(0); opacity: .25; }
.equalizer { position: absolute; left: 24px; right: 24px; bottom: 95px; height: 220px; display: flex; align-items: end; justify-content: center; gap: 8px; opacity: .32; }
.equalizer i,.mini-equalizer i { display: block; flex: 1; min-width: 5px; border-radius: 5px 5px 0 0; background: linear-gradient(180deg,var(--pink),var(--blue)); animation: equalize 1.2s ease-in-out infinite alternate; }
.equalizer i:nth-child(1){height:30%;animation-delay:-.2s}.equalizer i:nth-child(2){height:76%;animation-delay:-.7s}.equalizer i:nth-child(3){height:48%;animation-delay:-.4s}.equalizer i:nth-child(4){height:92%;animation-delay:-.9s}.equalizer i:nth-child(5){height:56%;animation-delay:-.1s}.equalizer i:nth-child(6){height:82%;animation-delay:-.6s}.equalizer i:nth-child(7){height:42%;animation-delay:-.3s}.equalizer i:nth-child(8){height:88%;animation-delay:-.8s}.equalizer i:nth-child(9){height:58%;animation-delay:-.5s}.equalizer i:nth-child(10){height:74%;animation-delay:-.2s}.equalizer i:nth-child(11){height:37%;animation-delay:-.65s}.equalizer i:nth-child(12){height:68%;animation-delay:-.35s}
.mascot-orbit { position: absolute; left: 50%; top: 48%; width: 390px; aspect-ratio: 1; transform: translate(-50%,-50%); display: grid; place-items: center; }
.hero-rat {
  position: relative;
  z-index: 3;
  width: 310px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 12px rgba(255,255,255,.04), 0 35px 90px rgba(45,189,40,.28);
  filter: drop-shadow(0 30px 42px rgba(0,0,0,.5));
  animation: ratDance 1.4s ease-in-out infinite;
  transform-origin: 50% 78%;
}
.orbit-ring { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.ring-one { inset: 8%; animation: ringSpin 12s linear infinite; }
.ring-one::before,.ring-two::before { content:''; position:absolute; width:12px; height:12px; border-radius:50%; top:8%; left:18%; background:var(--yellow); box-shadow:0 0 18px currentColor; }
.ring-two { inset: 0; border-style: dashed; animation: ringSpin 18s linear infinite reverse; }
.ring-two::before { top:auto; bottom:9%; left:auto; right:15%; background:var(--green); }
.dance-floor { position: absolute; left: 0; right: 0; bottom: 0; height: 130px; display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(2,1fr); transform: perspective(360px) rotateX(58deg); transform-origin: bottom; }
.dance-floor span { border: 1px solid rgba(255,255,255,.09); animation: floorFlash 2.4s ease-in-out infinite; }
.dance-floor span:nth-child(2n){animation-delay:-.6s}.dance-floor span:nth-child(3n){animation-delay:-1.2s}.dance-floor span:nth-child(4n){animation-delay:-1.8s}
.stage-sticker,.party-chip { position: absolute; z-index: 4; border: 1px solid var(--line); backdrop-filter: blur(12px); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.stage-sticker { padding: 10px 14px; border-radius: 999px; background: rgba(7,9,20,.8); font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.sticker-top { top: 22px; right: 20px; color: var(--blue-2); transform: rotate(2deg); }
.sticker-bottom { left: 20px; bottom: 22px; color: var(--green); transform: rotate(-2deg); }
.party-chip { padding: 14px 16px; border-radius: 18px; background: rgba(12,15,31,.88); color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.chip-a { left: 18px; top: 150px; transform: rotate(-5deg); }
.chip-b { right: 18px; bottom: 170px; transform: rotate(5deg); }

.dance-break {
  margin-top: 22px;
  padding: 32px;
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(360px,1.2fr);
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(135deg,rgba(45,189,40,.12),transparent 34%),
    linear-gradient(315deg,rgba(255,121,199,.11),transparent 34%),
    rgba(255,255,255,.035);
  box-shadow: var(--shadow);
}
.dance-break-copy h2 { font-size: clamp(2rem,5vw,4rem); }
.dance-break-copy p:last-child { color: var(--muted); line-height: 1.72; max-width: 600px; }
.caption-stack { display: grid; gap: 12px; }
.caption-card { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 18px; border-radius: 20px; border: 1px solid var(--line); background: rgba(7,9,20,.6); transform-origin: center; animation: captionPulse 4.5s ease-in-out infinite; }
.caption-card:nth-child(2){animation-delay:-1.5s}.caption-card:nth-child(3){animation-delay:-3s}
.caption-card span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.08); font-weight: 900; }
.caption-card strong { font-size: clamp(.92rem,2vw,1.2rem); }
.caption-blue { color: var(--blue-2); }
.caption-pink { color: var(--pink); }
.caption-green { color: var(--green); }

.story,.viral-signal,.vibe,.videos,.buy,.community { padding-top: 96px; }
.section-heading { max-width: 880px; }
.section-heading h2,.signal-title h2,.community-copy h2 { font-size: clamp(2.35rem,6vw,4.7rem); }
.section-heading p:last-child { color: var(--muted); line-height: 1.75; }
.story-grid,.vibe-grid,.steps-grid { display: grid; gap: 18px; margin-top: 28px; }
.story-grid,.vibe-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.steps-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.story-card,.vibe-card,.step-card,.video-card,.community-card,.signal-dashboard,.caption-archive { border: 1px solid var(--line); background: rgba(255,255,255,.04); box-shadow: var(--shadow); }
.story-card,.vibe-card,.step-card { position: relative; overflow: hidden; padding: 24px; border-radius: 24px; }
.story-card::after,.vibe-card::after { content:''; position:absolute; width:150px; height:150px; right:-70px; bottom:-70px; border-radius:50%; background:radial-gradient(circle,rgba(45,189,40,.18),transparent 70%); }
.card-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.08); font-weight: 900; }
.story-card h3,.vibe-card h3,.step-card h3 { margin: 16px 0 10px; font-size: 1.3rem; }
.story-card p,.vibe-card p,.step-card p { margin: 0; color: var(--muted); line-height: 1.75; }

.signal-dashboard {
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr);
  gap: 26px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 20%,rgba(142,109,255,.15),transparent 32%),
    rgba(255,255,255,.04);
}
.signal-title h2 { margin-top: 18px; }
.signal-metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.signal-metrics article { padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(7,9,20,.5); }
.signal-metrics span,.signal-metrics small { display: block; color: var(--muted); }
.signal-metrics span { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.signal-metrics strong { display: block; margin-top: 8px; font-family: 'Archivo Black',sans-serif; font-size: clamp(2rem,4vw,3.6rem); line-height: .9; color: var(--green); }
.signal-metrics small { margin-top: 10px; line-height: 1.45; }
.rat-parade { display: flex; align-items: end; justify-content: space-between; gap: 10px; padding: 20px 10px 0; overflow: hidden; opacity: .42; }
.rat-parade img { width: 150px; animation: paradeBounce 1.8s ease-in-out infinite; }
.rat-parade img:nth-child(2){animation-delay:-.25s;filter:hue-rotate(55deg)}.rat-parade img:nth-child(3){animation-delay:-.5s;filter:hue-rotate(120deg)}.rat-parade img:nth-child(4){animation-delay:-.75s;filter:hue-rotate(200deg)}.rat-parade img:nth-child(5){animation-delay:-1s;filter:hue-rotate(280deg)}
.vibe-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; border: 1px solid var(--line); background: linear-gradient(135deg,rgba(45,189,40,.24),rgba(255,121,199,.18)); }
.vibe-icon img { width: 42px; height: 42px; object-fit: contain; opacity: .92; }
.caption-archive { margin-top: 22px; overflow: hidden; border-radius: 28px; }
.caption-archive-head { display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.035); }
.caption-archive-head span { font-weight: 900; letter-spacing: .12em; font-size: .8rem; }
.caption-archive-head small { color: var(--muted); }
.caption-cloud { padding: 22px; display: flex; flex-wrap: wrap; gap: 12px; }
.caption-cloud span { padding: 12px 15px; border-radius: 999px; border: 1px solid var(--line); background: rgba(7,9,20,.52); color: var(--muted); font-weight: 800; transition: .18s ease; }
.caption-cloud span:nth-child(3n+1){color:var(--blue-2)}.caption-cloud span:nth-child(3n+2){color:var(--pink)}.caption-cloud span:nth-child(3n){color:var(--green)}
.caption-cloud span:hover { transform: translateY(-2px) rotate(-1deg); background: rgba(255,255,255,.07); }

.video-marquee {
  width: 100vw;
  margin-top: 28px;
  margin-left: calc((100% - 100vw) / 2);
  overflow: hidden;
  padding: 8px 0 18px;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.video-grid {
  --marquee-distance: 0px;
  display: flex;
  gap: 20px;
  width: max-content;
  padding-inline: max(16px, calc((100vw - 1240px) / 2));
  animation: videoMarquee 62s linear infinite;
  will-change: transform;
}
.video-marquee:hover .video-grid,
.video-marquee:focus-within .video-grid {
  animation-play-state: paused;
}
.video-card { position: relative; overflow: hidden; flex: 0 0 clamp(290px, 28vw, 390px); display: flex; flex-direction: column; padding: 20px; border-radius: 24px; }
.video-card::before { content:''; position:absolute; inset:0; pointer-events:none; opacity:.26; background:linear-gradient(135deg,rgba(45,189,40,.16),transparent 30%,rgba(255,121,199,.09)); }
.video-card-head { position: relative; display: flex; gap: 12px; align-items: center; }
.video-card-head span { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(135deg,var(--blue),var(--pink)); color: #07111a; font-weight: 900; flex: none; }
.video-card-head strong { font-size: 1.04rem; }
.video-card p { position: relative; min-height: 52px; margin: 12px 0 14px; color: var(--muted); line-height: 1.6; }
.embed-shell { position: relative; width: 100%; aspect-ratio: 9/16; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,.09); background: linear-gradient(180deg,rgba(45,189,40,.11),rgba(255,255,255,.025)); display: grid; place-items: center; }
.embed-shell::before { content:'LOADING RATOSHI'; position:absolute; z-index:0; color:var(--muted); font-size:.76rem; font-weight:900; letter-spacing:.14em; }
.embed-shell.is-loaded::before { display:none; }
.embed-shell iframe { position:absolute; inset:0; width:100%; height:100%; border:0; display:block; background:#000; z-index:1; }
.embed-fallback { display:grid; gap:10px; text-align:center; padding:24px; color:var(--muted); z-index:2; }
.embed-fallback strong { color:white; }
.embed-fallback a { display:inline-flex; justify-self:center; padding:10px 14px; border-radius:999px; background:rgba(255,255,255,.08); color:var(--blue-2); font-weight:800; }
.video-link { position: relative; display: inline-flex; margin-top: 14px; color: var(--blue-2); font-weight: 900; }

.step-card span { display:inline-flex; width:42px; height:42px; align-items:center; justify-content:center; border-radius:50%; background:linear-gradient(135deg,var(--purple),var(--blue)); color:white; font-weight:900; }
.community-card { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: 28px; align-items: center; padding: 30px; border-radius: 30px; margin-bottom: 92px; overflow: hidden; background: radial-gradient(circle at 10% 50%,rgba(45,189,40,.16),transparent 30%),rgba(255,255,255,.04); }
.community-visual { position: relative; min-height: 300px; display: grid; place-items: center; }
.community-visual > img { width: 180px; animation: discoRotate 12s linear infinite; filter: drop-shadow(0 0 28px rgba(45,189,40,.42)); }
.mini-equalizer { position: absolute; left: 0; right: 0; bottom: 0; height: 90px; display: flex; gap: 8px; align-items: end; opacity: .6; }
.mini-equalizer i:nth-child(1){height:45%}.mini-equalizer i:nth-child(2){height:80%;animation-delay:-.4s}.mini-equalizer i:nth-child(3){height:60%;animation-delay:-.8s}.mini-equalizer i:nth-child(4){height:90%;animation-delay:-.2s}.mini-equalizer i:nth-child(5){height:54%;animation-delay:-.6s}.mini-equalizer i:nth-child(6){height:72%;animation-delay:-1s}
.community-copy p:last-child { max-width: 720px; color: var(--muted); line-height: 1.72; }

.site-footer { width: var(--shell); margin: 0 auto 22px; padding: 18px 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: var(--muted); font-size: .93rem; }
.footer-credit { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.footer-credit svg { width: 20px; height: 20px; fill: currentColor; }
.toast { position: fixed; left: 50%; bottom: 22px; z-index: 40; transform: translateX(-50%) translateY(20px); opacity: 0; pointer-events: none; padding: 12px 16px; border-radius: 999px; border: 1px solid var(--line); background: rgba(7,9,20,.95); transition: .2s ease; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .15s; }
.delay-3 { transition-delay: .22s; }

@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(121,245,189,.5)}70%{box-shadow:0 0 0 12px rgba(121,245,189,0)}100%{box-shadow:0 0 0 0 rgba(121,245,189,0)} }
@keyframes floatSlow { 0%,100%{transform:translate(0,0)}50%{transform:translate(18px,-24px)} }
@keyframes beamSweep { from{transform:rotate(-17deg)}to{transform:rotate(17deg)} }
@keyframes ratDrift { 0%,100%{translate:0 0;rotate:-6deg}50%{translate:20px -28px;rotate:6deg} }
@keyframes spinFloat { from{transform:rotate(0) translateY(0)}50%{transform:rotate(180deg) translateY(-16px)}to{transform:rotate(360deg) translateY(0)} }
@keyframes twinkle { 0%,100%{transform:scale(.75);opacity:.08}50%{transform:scale(1.3);opacity:.3} }
@keyframes discoSpin { from{transform:translateX(-50%) rotate(0)}to{transform:translateX(-50%) rotate(360deg)} }
@keyframes discoRotate { from{transform:rotate(0)}to{transform:rotate(360deg)} }
@keyframes equalize { from{transform:scaleY(.55);filter:hue-rotate(0)}to{transform:scaleY(1.08);filter:hue-rotate(35deg)} }
@keyframes ratDance { 0%,100%{transform:translateY(0) rotate(-2deg) scale(1)}25%{transform:translateY(-9px) rotate(3deg) scale(1.02)}50%{transform:translateY(0) rotate(0) scale(.99)}75%{transform:translateY(-7px) rotate(-3deg) scale(1.02)} }
@keyframes ringSpin { from{transform:rotate(0)}to{transform:rotate(360deg)} }
@keyframes floorFlash { 0%,100%{background:rgba(45,189,40,.06)}50%{background:rgba(255,121,199,.22)} }
@keyframes captionPulse { 0%,100%{transform:translateX(0) rotate(0)}50%{transform:translateX(5px) rotate(.4deg)} }
@keyframes paradeBounce { 0%,100%{transform:translateY(8px) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)} }
@keyframes videoMarquee { from{transform:translateX(0)}to{transform:translateX(calc(var(--marquee-distance) * -1))} }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto auto 1fr auto; }
  .nav-toggle { display: block; order: 3; }
  .site-nav { position: absolute; left: 12px; right: 12px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; padding: 12px; border-radius: 22px; background: rgba(7,9,20,.97); }
  .site-header.nav-open .site-nav { display: flex; }
  .site-nav a { text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: unset; padding-top: 30px; }
  .hero-visual { width: 100%; max-width: 760px; margin: 0 auto; }
  .dance-break,.signal-dashboard,.community-card { grid-template-columns: 1fr; }
  .story-grid,.vibe-grid,.steps-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .community-visual { min-height: 240px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100vw - 20px, 1240px); }
  .site-header { width: calc(100vw - 16px); margin-top: 8px; padding: 11px; grid-template-columns: auto auto 1fr; }
  .header-cta { display: none; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: .92rem; }
  .brand small { font-size: .62rem; }
  .hero h1 { font-size: clamp(3rem,17vw,5.2rem); }
  .hero-info-row,.story-grid,.vibe-grid,.steps-grid,.signal-metrics { grid-template-columns: 1fr; }
  .contract-card { flex-direction: column; align-items: stretch; }
  .copy-button { width: 100%; }
  .hero-visual,.stage-shell { min-height: 560px; }
  .mascot-orbit { width: 310px; }
  .hero-rat { width: 250px; }
  .disco-ball { width: 110px; }
  .stage-sticker { max-width: 190px; font-size: .66rem; }
  .chip-a { top: 135px; left: 10px; }
  .chip-b { right: 10px; bottom: 145px; }
  .dance-break { padding: 22px; }
  .dance-break-copy h2,.section-heading h2,.signal-title h2,.community-copy h2 { font-size: clamp(2rem,11vw,3.25rem); }
  .story,.viral-signal,.vibe,.videos,.buy,.community { padding-top: 74px; }
  .signal-dashboard { padding: 22px; }
  .rat-parade { width: max-content; min-width: 100%; gap: 18px; animation: paradeMobile 14s linear infinite; }
  .rat-parade img { width: 120px; }
  .caption-archive-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .video-marquee { mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
  .video-card { flex-basis: min(82vw, 340px); }
  .community-card { padding: 22px; }
  .community-visual { min-height: 220px; }
  .site-footer { justify-content: center; text-align: center; }
  .bg-rat,.bg-note { opacity: .022; }
}

@keyframes paradeMobile { from{transform:translateX(0)}to{transform:translateX(-38%)} }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .stage-shell { transform: none !important; }
}
.confetti-particle {
  position: absolute;
  left: var(--x);
  top: -20px;
  width: var(--size);
  height: calc(var(--size) * 2.2);
  border-radius: 2px;
  background: var(--color);
  opacity: .4;
  animation: confettiFall var(--duration) linear infinite;
  animation-delay: var(--delay);
}
@keyframes confettiFall {
  from { transform: translate3d(0,-10vh,0) rotate(0); }
  to { transform: translate3d(45px,115vh,0) rotate(var(--spin)); }
}
