/* ═══════════════════════════════════════════════════════
   MONEY MORNINGS , Main Stylesheet
   Colors: #0a0a0a (bg), #c1ff72 (accent), #fff (text)
═══════════════════════════════════════════════════════ */

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

/* ═══════════════════════════════════════════════════════
   ELECTRIC PULSE BACKGROUND
═══════════════════════════════════════════════════════ */
#pulse {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
}
#pulse .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  mix-blend-mode: screen;
  will-change: transform, opacity;
}
.orb--green {
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(193,255,114,0.55), transparent 70%);
  top: -120px; left: -120px;
  animation: orbDrift 9s ease-in-out infinite;
}
.orb--cyan {
  width: 540px; height: 540px;
  background: radial-gradient(circle, rgba(0,255,249,0.35), transparent 70%);
  bottom: -140px; right: -100px;
  animation: orbDrift 12s ease-in-out infinite 1.5s;
}
.orb--magenta {
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(255,0,193,0.28), transparent 70%);
  top: 45%; left: 55%;
  animation: orbDrift 15s ease-in-out infinite 3s;
}
@keyframes orbDrift {
  0%, 100% { transform: translate(0,0) scale(1);     opacity: 0.30; }
  50%      { transform: translate(60px,-50px) scale(1.3); opacity: 0.55; }
}

/* Expanding sonar pulse rings */
.pulse-ring {
  position: absolute;
  top: 38%; left: 22%;
  width: 240px; height: 240px;
  border: 1.5px solid rgba(193,255,114,0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  animation: pulseRing 7s ease-out infinite;
}
.pulse-ring--2 { top: 70%; left: 78%; border-color: rgba(0,255,249,0.4); animation-delay: 2.5s; animation-duration: 8s; }
.pulse-ring--3 { top: 20%; left: 65%; border-color: rgba(255,0,193,0.35); animation-delay: 4.5s; animation-duration: 9s; }
@keyframes pulseRing {
  0%   { transform: translate(-50%,-50%) scale(0.2); opacity: 0.7; }
  70%  { opacity: 0.15; }
  100% { transform: translate(-50%,-50%) scale(4); opacity: 0; }
}

/* Lightning bolts — electricity pulsing through */
.pulse-bolts {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pulse-bolts .bolt {
  fill: none;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  opacity: 0;
}
.bolt--1 { stroke: #c1ff72; filter: drop-shadow(0 0 8px #c1ff72); animation: zap 6.5s infinite; }
.bolt--2 { stroke: #00fff9; filter: drop-shadow(0 0 8px #00fff9); animation: zap 8s infinite 2.2s; }
.bolt--3 { stroke: #c1ff72; filter: drop-shadow(0 0 8px #c1ff72); animation: zap 9.5s infinite 4.5s; }
.bolt--4 { stroke: #ff00c1; filter: drop-shadow(0 0 8px #ff00c1); animation: zap 11s infinite 6.5s; }

/* Quick electric strike: bolt draws down fast, flickers, vanishes */
@keyframes zap {
  0%      { stroke-dashoffset: 1400; opacity: 0; }
  2%      { opacity: 0.9; }
  6%      { stroke-dashoffset: 0; opacity: 0.95; }
  7%      { opacity: 0.2; }
  8%      { opacity: 0.9; }
  9%      { opacity: 0.35; }
  10%     { opacity: 0.85; }
  13%     { opacity: 0; stroke-dashoffset: 0; }
  14%,100%{ opacity: 0; stroke-dashoffset: 1400; }
}

@media (prefers-reduced-motion: reduce) {
  #pulse { display: none; }
}

/* Content sits above the pulse */
.hero, .section, .marquee-wrap, .footer { position: relative; z-index: 1; }

/* Dark sections go transparent so the pulse glows through */
.services, .creative, .process, .funding-block,
.merch, .playlist, .contact, .footer {
  background: transparent !important;
}

/* Ghosted brand imagery behind select dark sections */
.services::before,
.process::before,
.funding-block::before,
.contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(1) contrast(1.1) brightness(0.85);
  opacity: 0.09;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 0;
}
.services::before     { background-image: url('assets/billboard.png'); }
.process::before      { background-image: url('assets/brand-merch.png'); }
.funding-block::before{ background-image: url('assets/networking.png'); }
.contact::before      { background-image: url('assets/frontend.png'); }

/* Keep section content above the ghost image */
.services .container,
.process .container,
.funding-block .container,
.contact .container { position: relative; z-index: 1; }

/* ═══════════════════════════════════════════════════════
   GLITCH SYSTEM
═══════════════════════════════════════════════════════ */

/* 1 — Text glitch (section titles, accent numbers) — brighter, more frequent */
@keyframes glitch-txt {
  0%, 70%, 100% { text-shadow: none; transform: translate(0); filter: none; }
  71%  { text-shadow: -4px 0 #ff00c1, 4px 0 #00fff9; transform: translate(-2px, 0); }
  72.5%{ text-shadow: 5px 0 #00fff9, -5px 0 #ff00c1, 0 0 12px rgba(193,255,114,0.6); transform: translate(3px, 1px) skewX(-2deg); }
  74%  { text-shadow: none; transform: translate(0); }
  77%  { text-shadow: -5px 0 #c1ff72, 4px 0 #ff00c1; transform: translate(2px, -1px); }
  78.5%{ text-shadow: 4px 0 #00fff9, -3px 0 #c1ff72; transform: translate(-2px, 0) skewX(2deg); }
  80%  { text-shadow: none; transform: translate(0); }
  88%  { text-shadow: -3px 0 #ff00c1, 3px 0 #00fff9; transform: translate(-1px, 0); }
  89%  { text-shadow: none; transform: translate(0); }
}

/* 2 — Box/border glitch (cards on hover) — brighter */
@keyframes glitch-box {
  0%, 100% { box-shadow: none; }
  12%      { box-shadow: -4px 0 0 #ff00c1, 4px 0 0 #00fff9; }
  28%      { box-shadow:  4px 0 0 #00fff9, -4px 0 0 #ff00c1; }
  45%      { box-shadow: -3px 0 0 rgba(193,255,114,0.9), 3px 0 0 rgba(255,0,193,0.6); }
  65%      { box-shadow: 2px 0 0 #00fff9, -2px 0 0 #c1ff72; }
  80%      { box-shadow: none; }
}

/* 3 — Image clip glitch (merch photos on hover) */
@keyframes glitch-img-clip {
  0%, 100% { filter: grayscale(0%) hue-rotate(0deg); transform: scale(1.06) translate(0); clip-path: none; }
  15%      { filter: hue-rotate(90deg) saturate(8) brightness(1.25); transform: scale(1.06) translate(-5px, 1px); clip-path: polygon(0 18%, 100% 18%, 100% 42%, 0 42%); }
  20%      { filter: none; transform: scale(1.06); clip-path: none; }
  35%      { filter: hue-rotate(-60deg) saturate(7) brightness(1.2); transform: scale(1.06) translate(5px, -1px); clip-path: polygon(0 58%, 100% 58%, 100% 78%, 0 78%); }
  40%      { filter: none; transform: scale(1.06); clip-path: none; }
  55%      { filter: hue-rotate(180deg) saturate(6) brightness(1.2); transform: scale(1.06) translate(-3px, 2px); clip-path: polygon(0 30%, 100% 30%, 100% 50%, 0 50%); }
  60%      { filter: none; transform: scale(1.06); clip-path: none; }
}

/* 4 — Headline glitch slice (hero) */
@keyframes glitch-slice {
  0%, 92%, 100% { clip-path: none; transform: translate(0); filter: none; }
  93%  { clip-path: polygon(0 20%, 100% 20%, 100% 28%, 0 28%); transform: translate(-6px,0); filter: drop-shadow(3px 0 #00fff9) drop-shadow(-3px 0 #ff00c1); }
  94%  { clip-path: none; transform: translate(0); filter: none; }
  95%  { clip-path: polygon(0 62%, 100% 62%, 100% 72%, 0 72%); transform: translate(6px,0); filter: drop-shadow(-3px 0 #00fff9) drop-shadow(3px 0 #ff00c1); }
  96%  { clip-path: none; transform: translate(0); filter: none; }
  97%  { clip-path: polygon(0 40%, 100% 40%, 100% 50%, 0 50%); transform: translate(-4px,0); filter: drop-shadow(2px 0 #c1ff72); }
  98%  { clip-path: none; transform: translate(0); filter: none; }
}

/* 5 — Scanlines overlay (applied via class) */
.scanlines::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0,0,0,0.06) 3px,
    rgba(0,0,0,0.06) 4px
  );
  pointer-events: none;
  z-index: 10;
}

/* Apply text glitch to section titles & section numbers — more frequent */
.section__title {
  animation: glitch-txt 5s infinite;
}
.section__num {
  animation: glitch-txt 6s infinite 1.2s;
}

/* Hero headline glitch */
.hero__headline {
  animation: glitch-slice 5.5s infinite 2s;
}

/* Card glitch border on hover */
.service-card:hover,
.tcard:hover,
.why__feature:hover,
.price-card:hover {
  animation: glitch-box 0.45s ease forwards;
}

/* Logo glitch on hover */
.nav__logo:hover .nav__logo-img {
  animation: glitch-slice 0.5s ease forwards;
}

/* Marquee text glitch */
.marquee span:not(.dot-sep) {
  animation: glitch-txt 7s infinite;
}
.marquee span:nth-child(4n) { animation-delay: 2s; }
.marquee span:nth-child(6n) { animation-delay: 3.5s; }

/* Funding stats number glitch */
.fstat__num {
  display: block;
  animation: glitch-txt 7s infinite;
}
.fstat:nth-child(2) .fstat__num { animation-delay: 0.8s; }
.fstat:nth-child(3) .fstat__num { animation-delay: 1.8s; }
.fstat:nth-child(4) .fstat__num { animation-delay: 2.8s; }

:root {
  --accent:    #c1ff72;
  --accent-dk: #9fd94e;
  --bg:        #0a0a0a;
  --bg-2:      #111111;
  --bg-3:      #181818;
  --border:    rgba(255,255,255,0.08);
  --text:      #ffffff;
  --text-muted:#888888;
  --radius:    12px;
  --radius-lg: 20px;
  --trans:     0.3s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 100px 0; }

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

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

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

/* ── BUTTONS ─────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: all var(--trans);
  white-space: nowrap;
}
.btn--accent {
  background: var(--accent);
  color: #000;
}
.btn--accent:hover {
  background: var(--accent-dk);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(193,255,114,0.25);
}
.btn--ghost {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border);
}
.btn--ghost:hover {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.04);
}
.hero .btn--ghost {
  color: #0a0a0a;
  border-color: rgba(0,0,0,0.2);
}
.hero .btn--ghost:hover {
  border-color: rgba(0,0,0,0.4);
  background: rgba(0,0,0,0.04);
}
.btn--lg { padding: 16px 36px; font-size: 16px; }
.btn--full { width: 100%; justify-content: center; }

/* ── SECTION HEADERS ─────────────────────────────────── */
.section__header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 64px;
}
.section__num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.1em;
  background: rgba(193,255,114,0.1);
  border: 1px solid rgba(193,255,114,0.2);
  padding: 6px 12px;
  border-radius: 50px;
  flex-shrink: 0;
  margin-top: 8px;
}
.section__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
}
.section__sub {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 540px;
}

/* ══════════════════════════════════════════════════════
   NAV
══════════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0;
  transition: background var(--trans), box-shadow var(--trans);
}
.nav.scrolled {
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 var(--border);
}
.nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav__logo-img {
  height: 104px;
  width: auto;
  margin: -28px 0;
}
.nav__links {
  display: flex;
  list-style: none;
  gap: 32px;
  margin-left: auto;
}
.nav__links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--trans);
}
.nav__links a:hover { color: var(--text); }
.nav__cta { margin-left: 16px; padding: 10px 22px; font-size: 14px; }
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 4px;
}
.nav__burger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all var(--trans);
}
.nav__mobile {
  display: none;
  flex-direction: column;
  gap: 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 16px 24px 24px;
}
.nav__mobile.open { display: flex; }
.nav__mobile a {
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
}
.nav__mobile a:last-child { border-bottom: none; margin-top: 16px; text-align: center; }
.nav__mobile a:hover { color: var(--text); }

/* ══════════════════════════════════════════════════════
   HERO — Effica-style full-bleed with glitch
══════════════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #f4f3ef;
  display: flex;
  align-items: center;
}

.hero__bg-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

/* ── Headline (typed, lives in content column) ── */
.hero__headline {
  margin-bottom: 8px;
}
.hero__display-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(40px, 4.8vw, 78px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.type-cursor {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(40px, 4.8vw, 78px);
  font-weight: 300;
  color: var(--accent);
  -webkit-text-stroke: 2px #0a0a0a;
  animation: blink 0.75s step-end infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* ── Glitch photo — left side, z-index 1 ── */
.hero__glitch-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 100%;
  z-index: 1;
}
.hero__glitch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: grayscale(15%) contrast(1.05);
}

/* RGB chromatic aberration layers */
.glitch-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  pointer-events: none;
}
.glitch-r {
  background-image: url('assets/hero.png');
  background-position: center center;
  mix-blend-mode: screen;
  filter: sepia(1) saturate(12) hue-rotate(-25deg) brightness(1.4) contrast(1.2);
  opacity: 0;
  animation: glitch-anim 4s infinite;
}
.glitch-c {
  background-image: url('assets/hero.png');
  background-position: center center;
  mix-blend-mode: screen;
  filter: sepia(1) saturate(12) hue-rotate(150deg) brightness(1.4) contrast(1.2);
  opacity: 0;
  animation: glitch-anim 4s infinite 0.1s;
}
.glitch-g {
  background-image: url('assets/hero.png');
  background-position: center center;
  mix-blend-mode: screen;
  filter: sepia(1) saturate(10) hue-rotate(75deg) brightness(1.3) contrast(1.2);
  opacity: 0;
  animation: glitch-anim 4s infinite 0.05s;
}

@keyframes glitch-anim {
  0%, 68%, 100% {
    opacity: 0;
    transform: translate(0);
    clip-path: none;
  }
  70% {
    opacity: 0.95;
    transform: translate(-7px, 1px) skewX(-4deg);
    clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
  }
  72% {
    opacity: 0;
    transform: translate(0);
  }
  74% {
    opacity: 0.85;
    transform: translate(7px, -2px) skewX(3deg);
    clip-path: polygon(0 48%, 100% 48%, 100% 68%, 0 68%);
  }
  76% {
    opacity: 0;
    transform: translate(0);
  }
  82% {
    opacity: 1;
    transform: translate(-4px, 0) skewX(-2deg);
    clip-path: polygon(0 35%, 100% 35%, 100% 58%, 0 58%);
  }
  84% {
    opacity: 0;
    transform: translate(0);
  }
  90% {
    opacity: 0.9;
    transform: translate(5px, 1px) skewX(2deg);
    clip-path: polygon(0 72%, 100% 72%, 100% 88%, 0 88%);
  }
  92% {
    opacity: 0;
  }
}

/* Right-side fade so image blends into light bg */
.hero__glitch-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    transparent 40%,
    rgba(244,243,239,0.65) 70%,
    #f4f3ef 100%
  );
}

/* ── Content panel — always on top ── */
.hero__panel {
  position: relative;
  z-index: 3;
  margin-left: auto;
  width: 50%;
  padding: 120px 4vw 80px 3vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.12);
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 8px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  width: fit-content;
}
.hero__badge .dot { background: #0a0a0a; }
.hero__badge .dot {
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}
.hero__sub {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.3;
}
.hero__body {
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  max-width: 420px;
}
.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 8px;
}

/* Scroll hint */
.hero__scroll-hint {
  position: absolute;
  bottom: 36px;
  right: 4vw;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #888;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, var(--text-muted), transparent);
  animation: scrollAnim 2s ease-in-out infinite;
}
@keyframes scrollAnim {
  0%   { opacity: 1; transform: scaleY(1);   transform-origin: top; }
  100% { opacity: 0; transform: scaleY(0);   transform-origin: top; }
}

.br-desktop { display: inline; }

/* Mobile hero */
@media (max-width: 768px) {
  .hero { align-items: flex-end; min-height: 100svh; }
  .hero__display-text { font-size: clamp(38px, 11vw, 60px); line-height: 1.05; }
  .type-cursor { font-size: clamp(38px, 11vw, 60px); }
  .hero__glitch-wrap { width: 100%; height: 58%; top: 0; }
  .hero__glitch-fade {
    background: linear-gradient(to bottom, transparent 25%, #f4f3ef 88%);
  }
  .hero__panel {
    width: 100%;
    margin-left: 0;
    padding: 0 24px 56px;
    gap: 16px;
  }
  .hero__scroll-hint { display: none; }
}


/* ══════════════════════════════════════════════════════
   LIGHT SECTIONS
══════════════════════════════════════════════════════ */
.section--light {
  background: #f4f3ef !important;
  color: #0a0a0a;
}
.section--light .section__title,
.section--light h2,
.section--light h3,
.section--light h4,
.section--light strong { color: #0a0a0a; }
.section--light .section__sub,
.section--light p,
.section--light li { color: #555; }
.section--light .section__num {
  background: rgba(0,0,0,0.06);
  border-color: rgba(0,0,0,0.12);
  color: #0a0a0a;
}
/* Why Us cards */
.section--light .why__feature {
  background: #ffffff;
  border-color: rgba(0,0,0,0.08);
}
.section--light .why__feature:hover { background: #f9f9f9; }
.section--light .why__feature h4 { color: #0a0a0a; }
.section--light .why__feature p { color: #555; }
.section--light .why__icon { color: #0a0a0a; }
/* Testimonial cards — all black */
.section--light .tcard {
  background: #0a0a0a;
  border-color: rgba(255,255,255,0.08);
}
.section--light .tcard--featured {
  background: #0a0a0a;
  border-color: rgba(193,255,114,0.25);
}
.section--light .tcard__quote { color: #aaa; font-style: italic; }
.section--light .tcard--featured .tcard__quote { color: #fff; }
.section--light .tcard__author strong { color: #fff; }
.section--light .tcard__author span { color: #666; }
.section--light .tcard__avatar {
  background: rgba(193,255,114,0.1);
  border-color: rgba(193,255,114,0.25);
  color: var(--accent);
}
/* FAQ */
.section--light .faq__item {
  background: #ffffff;
  border-color: rgba(0,0,0,0.08);
}
.section--light .faq__item[open] { border-color: #0a0a0a; }
.section--light .faq__item summary { color: #0a0a0a; }
.section--light .faq__item summary:hover { color: var(--accent-dk); }
.section--light .faq__item summary::after { color: #0a0a0a; }
.section--light .faq__item p { color: #555; }
/* Glitch text on light bg — use darker shadow */
.section--light .section__title {
  animation: glitch-txt-dark 8s infinite;
}
@keyframes glitch-txt-dark {
  0%, 80%, 100% { text-shadow: none; transform: translate(0); }
  82%  { text-shadow: -2px 0 #ff00c1, 2px 0 #007bff; transform: translate(-1px, 0); }
  83%  { text-shadow: none; transform: translate(0); }
  85%  { text-shadow: 3px 0 #ff00c1, -3px 0 #007bff; }
  86%  { text-shadow: none; transform: translate(0); }
}

/* ══════════════════════════════════════════════════════
   MARQUEE
══════════════════════════════════════════════════════ */
.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-2);
  padding: 18px 0;
}
.marquee {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 22s linear infinite;
  width: max-content;
}
.marquee span {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}
.marquee .dot-sep { color: var(--accent); font-size: 10px; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════════════════
   SERVICES
══════════════════════════════════════════════════════ */
.services { background: var(--bg); }
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color var(--trans), transform var(--trans);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: attr(data-index);
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: rgba(255,255,255,0.03);
  line-height: 1;
  pointer-events: none;
}
.service-card:hover {
  border-color: rgba(193,255,114,0.2);
  transform: translateY(-4px);
}
.service-card--accent {
  background: var(--accent);
  border-color: transparent;
  color: #000;
}
.service-card--accent .service-card__tag,
.service-card--accent .service-card__body,
.service-card--accent .service-card__list li,
.service-card--accent .service-card__link { color: rgba(0,0,0,0.7); }
.service-card--accent .service-card__title { color: #000; }
.service-card--accent .service-card__icon { color: #000; border-color: rgba(0,0,0,0.15); }
.service-card--accent .service-card__link { color: #000; }
.service-card--accent:hover { transform: translateY(-4px); border-color: transparent; }
.service-card--accent::before { color: rgba(0,0,0,0.04); }
.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-card__icon {
  width: 48px; height: 48px;
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}
.service-card__icon svg { width: 22px; height: 22px; }
.service-card--accent .service-card__icon { color: #000; }
.service-card__tag {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}
.service-card__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.service-card__body {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}
.service-card__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.service-card__list li {
  font-size: 13px;
  color: var(--text-muted);
  padding-left: 16px;
  position: relative;
}
.service-card__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}
.service-card--accent .service-card__list li::before { color: #000; }
.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  margin-top: auto;
  transition: gap var(--trans);
}
.service-card__link:hover { gap: 10px; }

/* ══════════════════════════════════════════════════════
   PROCESS
══════════════════════════════════════════════════════ */
.process { background: var(--bg-2); }
.process__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 780px;
}
.process__step {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.process__step-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  background: rgba(193,255,114,0.1);
  border: 1px solid rgba(193,255,114,0.25);
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.process__step-content {
  padding: 10px 0 0;
  flex: 1;
}
.process__step-content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.process__step-content p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  padding-bottom: 40px;
}
.process__connector {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(193,255,114,0.3), rgba(193,255,114,0.05));
  margin-left: 23px;
}

/* ══════════════════════════════════════════════════════
   WHY US
══════════════════════════════════════════════════════ */
.why { background: var(--bg); }
.why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.why__feature {
  background: var(--bg-2);
  padding: 36px 32px;
  border: 1px solid var(--border);
  transition: background var(--trans);
}
.why__feature:hover { background: var(--bg-3); }
.why__icon {
  width: 44px; height: 44px;
  color: var(--accent);
  margin-bottom: 20px;
}
.why__icon svg { width: 100%; height: 100%; }
.why__feature h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.why__feature p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ══════════════════════════════════════════════════════
   FUNDING BLOCK
══════════════════════════════════════════════════════ */
.funding-block { background: var(--bg-2); }
.funding-block__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.funding-block__content .section__num { display: inline-block; margin-bottom: 24px; }
.funding-block__content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
.funding-block__content p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
}
.funding-block__stats {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}
.fstat { display: flex; flex-direction: column; gap: 4px; }
.fstat__num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.fstat__label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Funding card visual */
.funding-card {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.funding-card__label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 28px;
}
.funding-card__bar-wrap { display: flex; flex-direction: column; gap: 18px; margin-bottom: 32px; }
.funding-card__bar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.funding-card__bar > div,
.funding-card__bar {
  width: 100%;
}
.funding-card__bar span {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  justify-content: space-between;
}
.funding-card__bar strong {
  display: block;
  margin-left: auto;
  font-size: 13px;
  color: var(--text);
}
.funding-card__bar span { display: block; }
.funding-card__bar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.bar-track {
  height: 6px;
  background: rgba(255,255,255,0.06);
  border-radius: 99px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 99px;
  width: var(--pct, 0%);
  animation: barGrow 1.4s ease forwards;
}
@keyframes barGrow {
  from { width: 0; }
  to   { width: var(--pct); }
}
.funding-card__amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.funding-card__amount span {
  font-size: 13px;
  color: var(--text-muted);
}
.funding-card__amount strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 800;
}

/* ══════════════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════════════ */
.testimonials { background: var(--bg); }
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tcard {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color var(--trans);
}
.tcard:hover { border-color: rgba(193,255,114,0.2); }
.tcard--featured {
  background: var(--bg-3);
  border-color: rgba(193,255,114,0.2);
}
.tcard__stars { color: var(--accent); font-size: 16px; letter-spacing: 2px; }
.tcard__quote {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
  flex: 1;
  font-style: italic;
}
.tcard--featured .tcard__quote { color: var(--text); }
.tcard__author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tcard__avatar {
  width: 42px; height: 42px;
  background: rgba(193,255,114,0.15);
  border: 1px solid rgba(193,255,114,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  flex-shrink: 0;
}
.tcard__author strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.tcard__author span {
  font-size: 12px;
  color: var(--text-muted);
}

/* ══════════════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════════════ */
.faq { background: var(--bg-2); }
.faq__list {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.faq__item {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--trans);
}
.faq__item[open] { border-color: rgba(193,255,114,0.2); }
.faq__item summary {
  padding: 22px 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  transition: color var(--trans);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+';
  color: var(--accent);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  transition: transform var(--trans);
}
.faq__item[open] summary::after {
  content: '−';
}
.faq__item summary:hover { color: var(--accent); }
.faq__item p {
  padding: 0 28px 24px;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ══════════════════════════════════════════════════════
   CONTACT
══════════════════════════════════════════════════════ */
.contact { background: var(--bg); }
.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact__content .section__num { display: inline-block; margin-bottom: 24px; }
.contact__content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
.contact__content p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 28px;
}
.contact__tagline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  color: var(--accent);
  margin-bottom: 36px;
  padding-left: 16px;
  border-left: 3px solid var(--accent);
}
.contact__socials {
  display: flex;
  gap: 16px;
}
.contact__socials a {
  width: 44px; height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all var(--trans);
}
.contact__socials a:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.contact__socials svg { width: 18px; height: 18px; }

/* Form */
.contact__form {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form__group { display: flex; flex-direction: column; gap: 8px; }
.form__group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.form__group input,
.form__group select,
.form__group textarea {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--text);
  outline: none;
  transition: border-color var(--trans);
  width: 100%;
  appearance: none;
}
.form__group input::placeholder,
.form__group textarea::placeholder { color: #444; }
.form__group input:focus,
.form__group select:focus,
.form__group textarea:focus { border-color: rgba(193,255,114,0.4); }
.form__group select { cursor: pointer; }
.form__group select option { background: var(--bg-3); }
.form__group textarea { resize: vertical; }

/* ══════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════ */
.footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 64px 0 32px;
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  margin-bottom: 56px;
}
.footer__logo {
  height: 96px;
  width: auto;
  margin-bottom: 16px;
}
.footer__brand p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__col h5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text);
  margin-bottom: 4px;
}
.footer__col a {
  font-size: 14px;
  color: var(--text-muted);
  transition: color var(--trans);
}
.footer__col a:hover { color: var(--accent); }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 12px;
}
.footer__legal { display: flex; gap: 24px; }
.footer__legal a {
  color: var(--text-muted);
  transition: color var(--trans);
}
.footer__legal a:hover { color: var(--text); }

/* ══════════════════════════════════════════════════════
   CREATIVE SERVICES
══════════════════════════════════════════════════════ */
.creative { background: var(--bg-2); }

.creative__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}

.creative-col {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.creative-col__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.creative-col__icon {
  width: 40px; height: 40px;
  background: rgba(193,255,114,0.1);
  border: 1px solid rgba(193,255,114,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.creative-col__icon svg { width: 20px; height: 20px; }

.creative-col__header h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.creative-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.creative-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 16px;
  position: relative;
}

.cl-dot {
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px; height: 5px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}

.creative-list li strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.creative-list li p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

.creative__cta {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 36px 40px;
  background: rgba(193,255,114,0.05);
  border: 1px solid rgba(193,255,114,0.15);
  border-radius: var(--radius-lg);
  flex-wrap: wrap;
}

.creative__cta p {
  font-size: 16px;
  color: var(--text-muted);
  flex: 1;
  min-width: 200px;
}

/* ══════════════════════════════════════════════════════
   MERCH
══════════════════════════════════════════════════════ */
.merch { background: var(--bg); }

.merch__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.merch__content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.15;
}

.merch__content p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 20px;
  max-width: 600px;
}

.merch__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.merch__meta span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  background: rgba(193,255,114,0.08);
  border: 1px solid rgba(193,255,114,0.2);
  padding: 5px 12px;
  border-radius: 50px;
}

.merch__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px 280px;
  gap: 10px;
  margin-bottom: 24px;
}

.merch__photo-item {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg-3);
  position: relative;
}

.merch__photo-item--tall {
  grid-row: 1 / 3;
}

.merch__photo-item img,
.merch__photo-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: grayscale(15%);
}

.merch__photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.merch__photo-overlay span {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 7px 16px;
  border-radius: 50px;
}

.merch__photo-item:hover img,
.merch__photo-item:hover video {
  transform: scale(1.06);
  filter: grayscale(0%);
}

/* Flip card (front/back) */
.merch-flip {
  perspective: 1200px;
  cursor: pointer;
  background: transparent;
}
.merch-flip .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}
.merch-flip.flipped .flip-inner { transform: rotateY(180deg); }
.flip-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-3);
}
.flip-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(15%);
}
.flip-back { transform: rotateY(180deg); }
.flip-badge {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000;
  background: var(--accent);
  padding: 5px 10px;
  border-radius: 50px;
}
.flip-shop {
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  background: var(--accent);
  padding: 10px 22px;
  border-radius: 50px;
  white-space: nowrap;
}
.flip-shop:hover { background: var(--accent-dk); }

.merch__photo-item:hover .merch__photo-overlay {
  opacity: 1;
}

.merch__note {
  font-size: 14px;
  color: var(--text-muted);
  text-align: center;
}

.merch__note a { color: var(--accent); transition: opacity var(--trans); }
.merch__note a:hover { opacity: 0.8; }

/* ══════════════════════════════════════════════════════
   REELS — mock IG player
══════════════════════════════════════════════════════ */
.reels {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background: transparent;
}
.reels__inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: center;
}
.reels__eyebrow {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 20px;
}
.reels__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 20px;
}
.reels__text {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 32px;
}
.reels__hint {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.reels__phone { display: flex; justify-content: center; }

/* Phone mockup */
.phone {
  position: relative;
  width: 320px;
  height: 650px;
  background: #000;
  border-radius: 44px;
  padding: 12px;
  box-shadow:
    0 0 0 2px #2a2a2a,
    0 30px 80px rgba(0,0,0,0.6),
    0 0 60px rgba(193,255,114,0.12);
}
.phone__speaker {
  position: absolute;
  top: 22px; left: 50%;
  transform: translateX(-50%);
  width: 110px; height: 26px;
  background: #000;
  border-radius: 0 0 16px 16px;
  z-index: 5;
}
.phone__speaker::after {
  content: '';
  position: absolute;
  top: 9px; left: 50%;
  transform: translateX(-50%);
  width: 8px; height: 8px;
  background: #1a1a1a;
  border-radius: 50%;
}

/* Reel screen */
.reel {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background: #111;
}
.reel__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reel__progress {
  position: absolute;
  top: 12px; left: 12px; right: 12px;
  height: 2.5px;
  background: rgba(255,255,255,0.3);
  border-radius: 4px;
  z-index: 4;
  overflow: hidden;
}
.reel__progress::after {
  content: '';
  position: absolute;
  inset: 0;
  width: var(--reel-progress, 0%);
  background: #fff;
  border-radius: 4px;
}
.reel__top {
  position: absolute;
  top: 26px; left: 16px; right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  z-index: 3;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.reel__top svg { width: 22px; height: 22px; }

/* Right action rail */
.reel__rail {
  position: absolute;
  right: 12px; bottom: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 3;
}
.reel__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 18px;
  border: 2px solid #fff;
  margin-bottom: 4px;
}
.reel__action {
  background: none;
  border: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.6));
}
.reel__action svg { width: 28px; height: 28px; }
.reel__action.liked svg { fill: #ff2d55; stroke: #ff2d55; }
.reel__action.liked { color: #fff; animation: likePop 0.4s ease; }
@keyframes likePop {
  0%,100% { transform: scale(1); }
  40% { transform: scale(1.3); }
}

/* Bottom caption */
.reel__bottom {
  position: absolute;
  left: 16px; right: 64px; bottom: 18px;
  z-index: 3;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.reel__user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.reel__handle { font-weight: 700; font-size: 14px; }
.reel__follow {
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 2px 10px;
}
.reel__caption { font-size: 13px; line-height: 1.4; margin-bottom: 10px; }
.reel__audio { display: flex; align-items: center; gap: 8px; font-size: 11px; opacity: 0.9; }
.reel__audio svg { width: 14px; height: 14px; }
.reel__tap {
  position: absolute;
  inset: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}
/* subtle bottom gradient for legibility */
.reel::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  pointer-events: none;
  z-index: 1;
}

/* ══════════════════════════════════════════════════════
   AS FEATURED ON
══════════════════════════════════════════════════════ */
.featured {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background: transparent;
}
.featured__head { text-align: center; margin-bottom: 56px; }
.featured__eyebrow {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 16px;
}
.featured__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 24px;
}
.featured__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}
.featured__dot { color: var(--accent); font-size: 10px; }

.featured__videos {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  align-items: start;
}
.feat-video {
  margin: 0;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--trans);
}
.feat-video:hover { border-color: rgba(193,255,114,0.3); }
.feat-video video {
  width: 100%;
  display: block;
  background: #000;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.feat-video--vertical video {
  aspect-ratio: 9 / 16;
  max-height: 520px;
  margin: 0 auto;
}
.feat-video figcaption {
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-top: 1px solid var(--border);
}
.feat-video figcaption strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}
.feat-video figcaption span { font-size: 13px; color: var(--text-muted); }

/* ══════════════════════════════════════════════════════
   PLAYLIST
══════════════════════════════════════════════════════ */
.playlist { background: var(--bg-2); }

.playlist__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: center;
}

.playlist__content .section__num { display: inline-block; margin-bottom: 24px; }

.playlist__content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.playlist__content p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 420px;
}

.playlist__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #1DB954;
  background: rgba(29,185,84,0.08);
  border: 1px solid rgba(29,185,84,0.2);
  padding: 8px 16px;
  border-radius: 50px;
}

.playlist__badge svg {
  width: 16px; height: 16px;
  flex-shrink: 0;
}

.playlist__embed iframe {
  display: block;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}

/* ══════════════════════════════════════════════════════
   PRICING
══════════════════════════════════════════════════════ */
.pricing { background: var(--bg); }
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.price-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  transition: border-color var(--trans), transform var(--trans);
}
.price-card:hover { border-color: rgba(193,255,114,0.25); transform: translateY(-4px); }
.price-card--featured {
  background: var(--bg-3);
  border-color: rgba(193,255,114,0.3);
}
.price-card__badge {
  position: absolute;
  top: -12px; left: 32px;
  background: var(--accent);
  color: #000;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 50px;
}
.price-card__head { display: flex; flex-direction: column; gap: 8px; }
.price-card__head h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.price-card__amount {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.price-card__desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.price-card__list { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.price-card__list li {
  font-size: 14px;
  color: var(--text-muted);
  padding-left: 24px;
  position: relative;
}
.price-card__list li::before {
  content: '✓';
  position: absolute; left: 0;
  color: var(--accent);
  font-weight: 700;
}
.price-card__btn { margin-top: 8px; cursor: pointer; }

/* À la carte */
.pricing__alacarte {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.pricing__alacarte-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}
.alacarte__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}
.alacarte-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 18px;
  cursor: pointer;
  transition: all var(--trans);
  font-family: 'Inter', sans-serif;
  text-align: left;
}
.alacarte-item span { font-size: 14px; color: var(--text); font-weight: 500; }
.alacarte-item strong { font-family: 'Space Grotesk', sans-serif; font-size: 16px; color: var(--accent); }
.alacarte-item:hover { border-color: var(--accent); transform: translateY(-2px); }

.pricing__custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.pricing__custom h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.pricing__custom p { font-size: 14px; color: var(--text-muted); max-width: 420px; }
.pricing__custom-input { display: flex; gap: 12px; align-items: stretch; }
.custom-amount-wrap {
  display: flex;
  align-items: center;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 0 8px 0 20px;
}
.custom-amount-wrap span { color: var(--text-muted); font-size: 18px; font-weight: 600; }
.custom-amount-wrap input {
  background: transparent;
  border: none;
  outline: none;
  color: var(--text);
  font-size: 18px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  width: 120px;
  padding: 12px 8px;
}
.pricing__custom-input .btn { cursor: pointer; }

/* ══════════════════════════════════════════════════════
   BOOKING
══════════════════════════════════════════════════════ */
.booking__card {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  background: #0a0a0a;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(193,255,114,0.2);
}
.booking__card-left {
  background: var(--accent);
  color: #000;
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.booking__price {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.booking__price span {
  font-size: 44px;
  font-weight: 700;
  margin-top: 10px;
}
.booking__price-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.booking__card-right {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.booking__card-right h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
}
.booking__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}
.booking__list li {
  font-size: 15px;
  color: #bbb !important;
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
}
.booking__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
  font-size: 16px;
}
.booking__card-right .btn { cursor: pointer; width: fit-content; }
.booking__note {
  font-size: 13px;
  color: #777 !important;
  line-height: 1.5;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .services__grid { grid-template-columns: 1fr 1fr; }
  .creative__grid { grid-template-columns: 1fr; gap: 16px; }
  .playlist__inner { grid-template-columns: 1fr; gap: 40px; }
  .featured__videos { grid-template-columns: 1fr; gap: 20px; }
  .feat-video--vertical video { max-height: 600px; }
  .reels__inner { grid-template-columns: 1fr; gap: 40px; justify-items: center; text-align: center; }
  .reels__text { margin-left: auto; margin-right: auto; }
  .reels__eyebrow { margin-top: 0; }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .funding-block__inner { grid-template-columns: 1fr; gap: 48px; }
  .testimonials__grid { grid-template-columns: 1fr 1fr; }
  .merch__photos { grid-template-rows: 220px 220px; }
  .merch__top { flex-direction: column; align-items: flex-start; }
  .pricing__grid { grid-template-columns: 1fr; }
  .alacarte__grid { grid-template-columns: 1fr 1fr; }
  .pricing__custom { flex-direction: column; align-items: flex-start; }
  .pricing__custom-input { width: 100%; }
  .custom-amount-wrap { flex: 1; }
  .booking__card { grid-template-columns: 1fr; }
  .booking__card-left { padding: 40px 24px; }
  .booking__price { font-size: 72px; }
  .booking__card-right { padding: 36px 28px; }
  .contact__inner { grid-template-columns: 1fr; gap: 48px; }
  .footer__top { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .section__header { flex-direction: column; gap: 12px; }
  .section__num { margin-top: 0; }

  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }

  .hero { padding: 120px 0 64px; }
  .hero__stats { gap: 16px; }
  .stat { padding: 0 16px 0 0; }
  .stat__divider { margin-right: 16px; }
  .hero__scroll-hint { display: none; }
  .br-desktop { display: none; }

  .services__grid { grid-template-columns: 1fr; }
  .creative__cta { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .merch__photos { grid-template-columns: repeat(2, 1fr); grid-template-rows: 200px 200px 200px; }
  .merch__photo-item--tall { grid-row: 1 / 2; }
  .why__grid { grid-template-columns: 1fr; border: none; border-radius: 0; }
  .why__feature { border-radius: var(--radius); }
  .testimonials__grid { grid-template-columns: 1fr; }

  .funding-block__stats { flex-wrap: wrap; gap: 20px; }

  .form__row { grid-template-columns: 1fr; }
  .contact__form { padding: 28px 20px; }

  .footer__links { grid-template-columns: repeat(2, 1fr); }
  .footer__bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .hero__actions { flex-direction: column; }
  .btn--lg { width: 100%; justify-content: center; }
  .footer__links { grid-template-columns: 1fr; }
  .alacarte__grid { grid-template-columns: 1fr; }
}
