/* /public/css/pages/home.css
   Homepage layout, rebuilt onto the Zero-Thinking design system
   (.claude/plans/zero-thinking-design-foundation.md). LAYOUT ONLY.
   It composes the shared night kit (components/night.css, in the bundle),
   landing-shared.css (.home-section/.section-header/.final-cta/.reveal) and
   the shared components (.button/.card/.badge). The night hero + night final
   CTA are the two premium bookends; the middle is light card-grade sections
   on an alternating white / gray-50 rhythm. Companion files:
   home-features.css (feature-split showcases + Community Watch),
   home-collab-types.css (growth-tools cards). */

.home-page {
  background-color: var(--color-white);
  color: var(--color-gray-600);
}
.home-page .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .home-page .container { padding: 0 var(--space-4); }
}

/* Two-tone section rhythm between the dark bookends. Subtle on purpose. */
.platform-overview,
.how-it-works,
.home-breakouts-section,
.home-mediakit-section,
.collab-types-section,
.activity-feed-section,
.faq-section { background: var(--color-white); }
.familiar-section,
.home-studio-section,
.home-cw-section,
.marketplace-callout,
.brand-flywheel-section,
.brands-route-section { background: var(--color-gray-50); }

/* No one-word orphans on display lines (founder rule 2026-07-14).
   balance keeps headings visually even; pretty stops body widows/orphans.
   Applied to every display heading + lead line on the page, verified at
   375px AND desktop (wrap points differ). */
.home-hero__title,
.section-header__title,
.final-cta__title,
.home-flywheel__title,
.home-vizcard__title,
.familiar-card__title,
.how-it-works__title,
.cw-card__title,
.studio-mini-card__title,
.collab-type-card__title,
.brands-route__title,
.marketplace-callout__panel .section-header__title { text-wrap: balance; }
.home-hero__sub,
.section-header__subtitle,
.home-flywheel__lead,
.brands-route__subtitle,
.familiar-card__text,
.how-it-works__description,
.home-vizcard__text { text-wrap: pretty; }

/* ══════════════════════════════════════════════════════════════════
   HERO — the night bookend (opens the page)
   ══════════════════════════════════════════════════════════════════ */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: var(--space-16) 0 var(--space-20);
  text-align: center;
}
.home-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.home-hero__grid {
  position: absolute;
  inset: -1px;
  background-image:
    linear-gradient(rgba(148, 163, 220, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 220, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 35%, transparent 78%);
  mask-image: radial-gradient(120% 100% at 50% 0%, #000 35%, transparent 78%);
}
.home-hero__graph {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 62%;
  opacity: 0.9;
}
.home-hero__graph-line {
  stroke-dasharray: 2700;
  stroke-dashoffset: 2700;
  animation: home-draw 1.7s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}
.home-hero__graph-fill { opacity: 0; animation: home-graph-fade 1s ease 1s forwards; }
@keyframes home-draw { to { stroke-dashoffset: 0; } }
@keyframes home-graph-fade { to { opacity: 1; } }

.home-hero__stage { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.home-hero .night__eyebrow { margin-bottom: var(--space-5); }
.home-hero__title {
  font-size: clamp(2.6rem, 7.5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: var(--space-2) auto 0;
  max-width: 760px;
}
.home-hero__sub {
  max-width: 580px;
  margin: var(--space-5) auto 0;
  font-size: var(--font-size-xl);
}

.home-hero__visual { position: relative; margin-top: var(--space-8); }
.home-hero__visual::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%; top: 46%;
  width: 108%; height: 88%;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(99, 102, 241, 0.4), transparent 72%);
  filter: blur(28px);
  opacity: 0.7;
  pointer-events: none;
}
.home-hero__example {
  margin: var(--space-3) 0 0;
  font-size: var(--font-size-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--night-text-dim);
  text-align: center;
}
.home-hero__go { max-width: 440px; margin: var(--space-8) auto 0; }
.home-hero__cta { width: 100%; }
.home-hero__hint {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin: var(--space-4) 0 0;
}

/* ── Hero growth console: one choreographed "a channel is taking off" reveal.
   On load the subscriber curve grows across the whole card left-to-right (the
   indigo area fill chasing the line), a glowing dot lands at the leading edge,
   then the three growth engines ignite in sequence. Motion is the dopamine;
   nothing here is a fabricated number. Football Highlights is a labelled
   EXAMPLE channel. Reduced-motion settles straight to the finished state.
   Lifts off the night surface on the indigo bloom (.home-hero__visual::before). */
.home-hero__console {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  padding: 0 var(--space-5) var(--space-5);
  background:
    radial-gradient(130% 120% at 12% -10%, var(--surface-night-bloom) 0%, transparent 58%),
    var(--surface-night-raised);
  border: 1px solid rgba(165, 180, 252, 0.18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 0 0 1px rgba(99, 102, 241, 0.06),
    0 44px 96px rgba(4, 7, 18, 0.74);
}

/* App-window chrome — makes the console read as a real product surface */
.hgc__chrome {
  display: flex; align-items: center; justify-content: flex-start; gap: 12px;
  margin: 0 calc(-1 * var(--space-5));
  padding: 12px var(--space-5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.015);
}
.hgc__dots { display: inline-flex; gap: 6px; }
.hgc__dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, 0.16); }
.hgc__dots i:first-child { background: rgba(251, 191, 36, 0.55); }
.hgc__dots i:nth-child(2) { background: rgba(52, 211, 153, 0.5); }
.hgc__chrome-tag {
  font-size: var(--font-size-xs); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--night-text-faint);
  padding: 3px 10px; border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.09);
}

.hgc__head { display: flex; align-items: center; gap: 12px; margin-top: var(--space-4); }
.hgc__av {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.16); background: var(--surface-night-bloom);
}
.hgc__av--fb { background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light)); }
.hgc__id { flex: 1 1 auto; min-width: 0; }
.hgc__name { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: #fff; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hgc__meta { display: flex; align-items: center; gap: 6px; margin-top: 2px; font-size: var(--font-size-xs); font-weight: 600; color: var(--night-text-faint); }
.hgc__meta i { color: #ff0000; }
.hgc__trend {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 5px;
  font-size: var(--font-size-xs); font-weight: 800; color: #34d399;
  background: rgba(52, 211, 153, 0.14); border: 1px solid rgba(52, 211, 153, 0.3);
  padding: 5px 10px; border-radius: var(--radius-full);
}

.hgc__chart { margin-top: var(--space-5); }
.hgc__chart-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.hgc__chart-label { font-size: var(--font-size-xs); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--night-text-faint); }
.hgc__chart-spark { display: inline-flex; align-items: center; gap: 5px; font-size: var(--font-size-xs); font-weight: 800; color: #c7d2fe; }
.hgc__chart-spark i { color: #fbbf24; }

/* Plot: the reveal wrapper wipes line + fill in together left-to-right; the
   glowing leading dot rides just outside the wipe so it can pulse on its own. */
.hgc__plot { position: relative; }
.hgc__reveal { clip-path: inset(0 100% 0 0); }
.hgc__svg { display: block; width: 100%; height: 184px; }
.hgc__grid { stroke: rgba(255, 255, 255, 0.06); stroke-width: 1; }
.hgc__area { opacity: 0.9; }
.hgc__line { filter: drop-shadow(0 0 9px rgba(99, 102, 241, 0.55)); }
.hgc__pulse {
  position: absolute; z-index: 3; width: 13px; height: 13px; margin: -6.5px 0 0 -6.5px;
  border-radius: 50%; background: #fff; opacity: 0;
  box-shadow: 0 0 12px 2px rgba(165, 180, 252, 0.95);
}

/* Engine rail: the three growth mechanisms, igniting one by one after the
   curve lands. Echoes the sub-headline; no counters, no fabricated numbers. */
.hgc__rail { margin-top: var(--space-5); display: flex; flex-direction: column; gap: 9px; }
.hgc__rail-row {
  display: flex; align-items: center; gap: 11px;
  padding: 10px 12px; border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0.34; transform: translateY(6px);
}
.hgc__rail-ico {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(99, 102, 241, 0.16); border: 1px solid rgba(129, 140, 248, 0.28);
  color: #c7d2fe; font-size: 0.82rem;
}
.hgc__rail-txt { flex: 1 1 auto; min-width: 0; font-size: 0.86rem; font-weight: 700; color: var(--night-text); line-height: 1.25; text-align: left; }
.hgc__rail-live {
  flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

/* Floating social-proof chip (desktop flourish) — the number counts up on load */
.home-hero__float {
  position: absolute; z-index: 2; top: -16px; right: -10px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; font-weight: 800; color: #fff;
  padding: 9px 14px; border-radius: var(--radius-full);
  background: rgba(20, 26, 48, 0.86);
  border: 1px solid rgba(165, 180, 252, 0.32);
  box-shadow: 0 12px 30px rgba(4, 7, 18, 0.5);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  opacity: 0;
}
.home-hero__count { font-variant-numeric: tabular-nums; }
.home-hero__float--live .home-livedot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.2); }
@media (max-width: 991px) { .home-hero__float { display: none; } }

/* Choreographed reveal: curve grows across the card → leading dot lands + pulses
   → the three engines ignite in sequence → the live chip settles.
   One timeline; the hero is above the fold so it plays on load. */
.hgc__reveal { animation: hgc-wipe 1.55s cubic-bezier(0.32, 0.72, 0.24, 1) 0.45s forwards; }
.hgc__pulse { animation: hgc-dot-in 0.45s ease 1.75s forwards, hgc-dot-pulse 2.4s ease-in-out 2.3s infinite; }
.hgc__rail-row--1 { animation: hgc-ignite 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.95s forwards; }
.hgc__rail-row--2 { animation: hgc-ignite 0.55s cubic-bezier(0.22, 1, 0.36, 1) 2.18s forwards; }
.hgc__rail-row--3 { animation: hgc-ignite 0.55s cubic-bezier(0.22, 1, 0.36, 1) 2.41s forwards; }
.hgc__rail-row--1 .hgc__rail-live { animation: hgc-live 0.5s ease 2.35s forwards, hgc-live-pulse 2.2s ease-in-out 2.85s infinite; }
.hgc__rail-row--2 .hgc__rail-live { animation: hgc-live 0.5s ease 2.58s forwards, hgc-live-pulse 2.2s ease-in-out 3.08s infinite; }
.hgc__rail-row--3 .hgc__rail-live { animation: hgc-live 0.5s ease 2.81s forwards, hgc-live-pulse 2.2s ease-in-out 3.31s infinite; }
.home-hero__float { animation: hgc-chip-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) 1.05s forwards; }
@keyframes hgc-wipe { to { clip-path: inset(0 0 0 0); } }
@keyframes hgc-dot-in { to { opacity: 1; } }
@keyframes hgc-dot-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.35); } }
@keyframes hgc-ignite { to { opacity: 1; transform: none; } }
@keyframes hgc-live { to { background: #34d399; box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.18); } }
@keyframes hgc-live-pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.20); } 50% { box-shadow: 0 0 0 5px rgba(52, 211, 153, 0.06); } }
@keyframes hgc-chip-in { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .hgc__reveal { animation: none; clip-path: none; }
  .hgc__pulse { animation: none; opacity: 1; }
  .hgc__rail-row { animation: none; opacity: 1; transform: none; }
  .hgc__rail-live { animation: none; background: #34d399; box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.18); }
  .home-hero__float { animation: none; opacity: 1; }
}

/* ── Desktop: two columns, copy left, window right ─────────────────── */
@media (min-width: 992px) {
  .home-hero { text-align: left; padding: var(--space-20) 0 var(--space-24); }
  .home-hero__stage {
    max-width: 1120px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(400px, 460px);
    column-gap: var(--space-14);
    align-items: center;
  }
  .home-hero__copy { grid-column: 1; padding-top: 0; }
  .home-hero__title { margin: var(--space-2) 0 0; max-width: none; }
  .home-hero__sub { margin: var(--space-5) 0 0; max-width: 500px; }
  .home-hero__go { margin: var(--space-8) 0 0; }
  .home-hero__hint { justify-content: flex-start; }
  .home-hero__visual { grid-column: 2; margin: 0; justify-self: center; }
  .home-hero__console { max-width: 480px; }
}

/* Orchestrated one-time entrance */
.home-hero .night__eyebrow,
.home-hero__title,
.home-hero__sub,
.home-hero__visual,
.home-hero__go { animation: home-rise 520ms cubic-bezier(0.22, 1, 0.36, 1) both; }
.home-hero__title { animation-delay: 70ms; }
.home-hero__sub { animation-delay: 140ms; }
.home-hero__visual { animation-delay: 220ms; }
.home-hero__go { animation-delay: 300ms; }
@keyframes home-rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .home-hero .night__eyebrow,
  .home-hero__title,
  .home-hero__sub,
  .home-hero__visual,
  .home-hero__go { animation: none; }
  .home-hero__graph-line { animation: none; stroke-dashoffset: 0; }
  .home-hero__graph-fill { animation: none; opacity: 1; }
}

/* ══════════════════════════════════════════════════════════════════
   TRUST BAND — real faces + the four honest platform numbers
   ══════════════════════════════════════════════════════════════════ */
.home-trust { position: relative; background: var(--color-gray-50); padding: var(--space-12) 0 var(--space-10); }
.home-trust__band {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-6) var(--space-8);
  background:
    radial-gradient(460px 150px at 2% 0%, rgba(99, 102, 241, 0.06), transparent 72%),
    var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-2xl);
  box-shadow: 0 22px 48px -20px rgba(15, 23, 42, 0.30), 0 2px 6px rgba(15, 23, 42, 0.05);
}
.home-trust__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}
.home-trust__faces { position: relative; display: inline-flex; align-items: center; flex: 0 0 auto; }
.home-trust__faces::before {
  content: '';
  position: absolute;
  inset: -12px -8px;
  z-index: 0;
  background: radial-gradient(closest-side, rgba(99, 102, 241, 0.18), transparent 76%);
  filter: blur(5px);
  pointer-events: none;
}
.home-trust__face,
.home-trust__more {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  margin-left: -16px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.20);
}
.home-trust__face { object-fit: cover; background: var(--color-gray-100); }
.home-trust__faces > .home-trust__face:first-child { margin-left: 0; }
.home-trust__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
  color: var(--color-white);
  font-size: 0.9rem;
}
.home-trust__label {
  margin: 0;
  font-size: var(--font-size-base);
  font-weight: 600;
  color: var(--color-gray-700);
}
.home-trust__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
  width: 100%;
  margin-top: var(--space-5);
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-gray-200);
}
.home-trust__stat { text-align: center; }
.home-trust__stat b {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--color-primary);
}
.home-trust__stat span {
  display: block;
  margin-top: 4px;
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--color-gray-500);
}
@media (max-width: 767px) {
  .home-trust { padding: var(--space-8) 0; }
  .home-trust__band { padding: var(--space-6) var(--space-5); }
  .home-trust__lead { flex-direction: column; text-align: center; gap: var(--space-3); }
  .home-trust__stats { grid-template-columns: 1fr 1fr; gap: var(--space-5) var(--space-3); }
}

/* ══════════════════════════════════════════════════════════════════
   PLATFORM PILLARS — visual cards, each led by a real mini-graphic
   ══════════════════════════════════════════════════════════════════ */
.home-pillars {
  max-width: 1080px;
  margin: var(--space-8) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}
.home-vizcard {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  text-decoration: none;
  transition: transform 150ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 150ms cubic-bezier(0.22, 1, 0.36, 1);
}
.home-vizcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.home-vizcard__viz {
  position: relative;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: var(--space-4) var(--space-5);
  box-sizing: border-box;
  background:
    radial-gradient(120% 120% at 50% -20%, rgba(99, 102, 241, 0.10), transparent 60%),
    var(--color-gray-50);
  border-bottom: 1px solid var(--color-gray-100);
}
.home-vizcard__body { padding: var(--space-5) var(--space-5) var(--space-6); flex: 1 1 auto; display: flex; flex-direction: column; }
.home-vizcard__title {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-display);
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--color-gray-900);
  margin: 0 0 var(--space-2);
}
.home-vizcard__text { font-size: var(--font-size-base); color: var(--color-gray-600); line-height: 1.6; margin: 0 0 var(--space-4); flex: 1 1 auto; }
.home-vizcard__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-primary);
}
.home-vizcard__link i { transition: transform 150ms ease; }
.home-vizcard:hover .home-vizcard__link i { transform: translateX(3px); }
.pillar-new-badge {
  font-size: var(--font-size-xs);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
  background: var(--color-primary-soft);
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

/* ── Meaningful mini-visuals: each card shows a small version of the REAL
   thing (a real shoutout, a breakout thumbnail, the media-kit page), not an
   abstract shape. Founder direction 2026-07-14: "make them mean something." */
.mv-av {
  width: 34px; height: 34px; border-radius: 50%; flex: 0 0 auto; object-fit: cover;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
  border: 2px solid #fff; box-shadow: var(--shadow-sm);
}

/* 1. Collaborate — a real Post shoutout mentioning your channel */
.mv-shout { width: 100%; display: flex; gap: 10px; align-items: flex-start; background: var(--color-white);
  border: 1px solid var(--color-gray-200); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 10px 12px; }
.mv-shout__body { min-width: 0; font-size: 0.8rem; color: var(--color-gray-700); line-height: 1.35; }
.mv-shout__body b { color: var(--color-primary-dark); font-weight: 800; }
.mv-shout__tag { display: inline-flex; align-items: center; gap: 5px; margin-top: 6px; font-size: 0.62rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.04em; color: var(--color-gray-500); }
.mv-shout__tag i { color: #ff0000; }

/* 2. Growth Studio — AI title suggestions */
.mv-titles { width: 100%; display: flex; flex-direction: column; gap: 7px; }
.mv-title { display: flex; align-items: center; gap: 8px; background: var(--color-white); border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md); padding: 7px 10px; font-size: 0.76rem; font-weight: 600; color: var(--color-gray-800);
  box-shadow: var(--shadow-sm); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mv-title i { color: var(--color-success); font-size: 0.7rem; flex: 0 0 auto; }
.mv-titles__tag { align-self: flex-start; display: inline-flex; align-items: center; gap: 5px; font-size: 0.62rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.04em; color: var(--color-primary); }

/* 3. Breakouts — a clean, premium 16:9 long-form video tile (a breakout idea). */
.mv-break {
  position: relative; width: 208px; aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md);
  background:
    radial-gradient(120% 140% at 78% 12%, rgba(129, 140, 248, 0.55) 0%, transparent 55%),
    radial-gradient(120% 120% at 15% 90%, rgba(52, 211, 153, 0.28) 0%, transparent 55%),
    linear-gradient(135deg, #1b2140 0%, #2a2f5c 55%, #3b2f6b 100%);
}
.mv-break__tag {
  position: absolute; top: 8px; left: 8px; z-index: 2;
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.6rem; font-weight: 800; letter-spacing: 0.02em; color: #fff;
  background: #ef4444; padding: 3px 8px; border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.45);
}
.mv-break__tag i { font-size: 0.52rem; }
.mv-break__play {
  position: absolute; inset: 0; margin: auto;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.94); color: #1b2140;
  display: flex; align-items: center; justify-content: center; font-size: 0.9rem;
  box-shadow: 0 6px 18px rgba(4, 7, 18, 0.4);
}
.mv-break__dur {
  position: absolute; bottom: 8px; right: 8px; z-index: 2;
  font-size: 0.58rem; font-weight: 700; color: #fff;
  background: rgba(4, 7, 18, 0.7); padding: 2px 6px; border-radius: 4px;
}

/* 4. Earn — a brand shoutout request that pays */
.mv-brand { width: 100%; display: flex; gap: 10px; align-items: center; background: var(--color-white);
  border: 1px solid var(--color-gray-200); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 10px 12px; }
.mv-brand__logo { width: 34px; height: 34px; border-radius: 10px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.85rem; background: linear-gradient(135deg, #111827, #374151); }
.mv-brand__body { flex: 1 1 auto; min-width: 0; font-size: 0.78rem; color: var(--color-gray-700); line-height: 1.3; }
.mv-brand__body b { color: var(--color-gray-900); font-weight: 800; }
.mv-brand__paid { flex: 0 0 auto; font-size: 0.66rem; font-weight: 800; color: #b45309; background: rgba(245, 196, 81, 0.2); padding: 3px 9px; border-radius: var(--radius-full); }
.mv-brand__paid--match { color: var(--color-primary-dark); background: var(--color-primary-soft); }

/* 5. Media kit — your sponsor-ready profile card */
.mv-kit { width: 216px; display: flex; flex-direction: column; gap: 10px; background: var(--color-white);
  border: 1px solid var(--color-gray-200); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 12px; }
.mv-kit__top { display: flex; align-items: center; gap: 10px; }
.mv-kit__meta { min-width: 0; }
.mv-kit__name { display: block; font-size: 0.78rem; font-weight: 800; color: var(--color-gray-900); line-height: 1.15; }
.mv-kit__verified { display: inline-flex; align-items: center; gap: 4px; margin-top: 2px; font-size: 0.62rem; font-weight: 800; color: var(--color-primary); }
.mv-kit__verified i { color: var(--color-primary); font-size: 0.62rem; }
.mv-kit__stats { display: flex; gap: 6px; flex-wrap: wrap; }
.mv-kit__stat { display: inline-flex; align-items: center; gap: 5px; font-size: 0.62rem; font-weight: 700; color: var(--color-gray-600);
  background: var(--color-gray-50); border: 1px solid var(--color-gray-200); padding: 4px 8px; border-radius: var(--radius-full); }
.mv-kit__stat i { color: var(--color-primary); font-size: 0.58rem; }

/* 6. Hire — a creator a brand can hire */
.mv-hire { width: 100%; display: flex; gap: 10px; align-items: center; background: var(--color-white);
  border: 1px solid var(--color-gray-200); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 10px 12px; }
.mv-hire__meta { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; }
.mv-hire__meta b { font-size: 0.78rem; font-weight: 800; color: var(--color-gray-900); }
.mv-hire__meta span { font-size: 0.66rem; color: var(--color-gray-500); font-weight: 600; }
.mv-hire__btn { flex: 0 0 auto; font-size: 0.7rem; font-weight: 800; color: #fff; background: var(--color-primary); padding: 5px 12px; border-radius: var(--radius-full); }

@media (max-width: 991px) {
  .home-pillars { grid-template-columns: 1fr 1fr; gap: var(--space-4); }
}
@media (max-width: 640px) {
  .home-pillars { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════════
   "SOUND FAMILIAR" — the three pain cards
   ══════════════════════════════════════════════════════════════════ */
.familiar-grid {
  max-width: 1000px;
  margin: var(--space-8) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}
.familiar-card {
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: var(--space-6);
  transition: transform 150ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 150ms cubic-bezier(0.22, 1, 0.36, 1);
}
.familiar-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.familiar-card__icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  margin-bottom: var(--space-4);
  font-size: 1.1rem;
  color: #e11d48;
  background: #ffe4e6;
}
.familiar-card__title { font-family: var(--font-display); font-size: var(--font-size-lg); font-weight: 700; color: var(--color-gray-900); margin: 0 0 var(--space-2); }
.familiar-card__text { font-size: var(--font-size-base); color: var(--color-gray-600); line-height: 1.6; margin: 0; }
@media (max-width: 767px) {
  .familiar-grid { grid-template-columns: 1fr; gap: var(--space-4); }
}

/* ══════════════════════════════════════════════════════════════════
   HOW IT WORKS — three glanceable steps
   ══════════════════════════════════════════════════════════════════ */
.how-it-works__grid {
  position: relative;
  max-width: 1000px;
  margin: var(--space-8) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  text-align: center;
}
/* Connecting flow line behind the three steps (desktop only) */
@media (min-width: 768px) {
  .how-it-works__grid::before {
    content: '';
    position: absolute;
    top: 56px;
    left: 16%;
    right: 16%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--color-gray-300) 0 8px, transparent 8px 16px);
    z-index: 0;
  }
}
.how-it-works__step {
  position: relative;
  z-index: 1;
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: var(--space-8) var(--space-6);
  transition: transform 150ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 150ms cubic-bezier(0.22, 1, 0.36, 1);
}
.how-it-works__step:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.how-it-works__num {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-gray-200);
}
.how-it-works__icon-wrapper {
  width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 15px;
  margin-bottom: var(--space-4);
  font-size: 1.15rem;
  color: var(--color-white);
  background: linear-gradient(140deg, var(--color-primary), var(--color-primary-light));
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.28);
}
.how-it-works__title { font-family: var(--font-display); font-size: var(--font-size-xl); font-weight: 700; color: var(--color-gray-900); margin: 0 0 var(--space-2); }
.how-it-works__description { font-size: var(--font-size-base); color: var(--color-gray-600); line-height: 1.6; margin: 0; }
@media (max-width: 767px) {
  .how-it-works__grid { grid-template-columns: 1fr; gap: var(--space-4); }
}

/* ══════════════════════════════════════════════════════════════════
   MARKETPLACE CALLOUT — find a collaboration partner
   ══════════════════════════════════════════════════════════════════ */
.marketplace-callout__panel {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-sm);
  padding: var(--space-10) var(--space-8);
}
.marketplace-callout__panel .section-header__tag { margin-bottom: var(--space-3); }
.marketplace-callout__panel .section-header__title { margin-top: var(--space-2); }
.marketplace-callout__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-2); margin: var(--space-6) 0; }
.marketplace-callout__chip {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-gray-700);
  background: var(--color-gray-50);
  border: 1px solid var(--color-gray-200);
  padding: 7px 14px;
  /* These are thumb targets, so the pill clears 44px even though the label
     only needs 37px of box. */
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease, color 150ms ease;
}
.marketplace-callout__chip:hover,
.marketplace-callout__chip:focus-visible {
  transform: translateY(-1px);
  color: var(--color-primary);
  border-color: var(--color-primary-light);
}
.marketplace-callout__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-3); }
@media (max-width: 767px) {
  .marketplace-callout__panel { padding: var(--space-8) var(--space-5); }
  .marketplace-callout__actions .button { width: 100%; }
}

/* ══════════════════════════════════════════════════════════════════
   GROWTH FLYWHEEL — the dark velvet-rope earn card (was Earn-from-Brands)
   ══════════════════════════════════════════════════════════════════ */
.home-flywheel {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1px;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(245, 196, 81, 0.55), rgba(245, 196, 81, 0.12));
}
.home-flywheel__glow {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(520px 260px at 85% -10%, rgba(245, 196, 81, 0.16), transparent 60%),
    radial-gradient(520px 300px at 10% 120%, rgba(99, 102, 241, 0.22), transparent 60%);
  pointer-events: none;
}
.home-flywheel__inner {
  position: relative; z-index: 1;
  padding: var(--space-10);
  border-radius: calc(var(--radius-2xl) - 1px);
  background:
    radial-gradient(700px 320px at 50% -30%, var(--surface-night-bloom) 0%, transparent 62%),
    var(--surface-night);
}
.home-flywheel__eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: var(--font-size-xs); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 800;
  color: var(--color-gold-bright);
  background: rgba(245, 196, 81, 0.12);
  border: 1px solid rgba(245, 196, 81, 0.28);
  padding: 6px 13px;
  border-radius: var(--radius-full);
}
.home-flywheel__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.4vw, 2.15rem);
  font-weight: 800; line-height: 1.2; letter-spacing: -0.02em;
  color: var(--color-white);
  margin: var(--space-5) 0 0;
  max-width: 760px;
}
.home-flywheel__title em { font-style: normal; color: #a5b4fc; }
.home-flywheel__lead {
  margin: var(--space-5) 0 var(--space-8);
  font-size: var(--font-size-lg);
  color: var(--night-text-dim);
  line-height: 1.65;
  max-width: 720px;
}
.home-flywheel__list {
  list-style: none; margin: 0;
  padding: var(--space-8) 0 0;
  border-top: 1px solid var(--night-border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-7) var(--space-10);
}
.home-flywheel__list li { display: flex; gap: var(--space-4); align-items: flex-start; font-size: var(--font-size-base); color: var(--night-text-dim); line-height: 1.55; }
.home-flywheel__list li strong { color: var(--color-white); font-weight: 700; }
.home-flywheel__ic {
  flex: 0 0 auto;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.22);
  border: 1px solid rgba(129, 140, 248, 0.4);
  color: #c7d2fe;
  font-size: 0.85rem;
}
.home-flywheel__cta { margin-top: var(--space-8); }
@media (max-width: 767px) {
  .home-flywheel__inner { padding: var(--space-7); }
  .home-flywheel__list { grid-template-columns: 1fr; gap: var(--space-5); padding-top: var(--space-6); }
  .home-flywheel__cta .btn-youtube,
  .home-flywheel__cta .button { width: 100%; }
}

/* ══════════════════════════════════════════════════════════════════
   ABOUT COLLABPALS — the AI/answer-engine summary card
   ══════════════════════════════════════════════════════════════════ */
.home-about { padding: var(--space-12) var(--space-6); }
.home-about__card {
  max-width: 840px;
  margin: 0 auto;
  background: var(--color-gray-50);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-sm);
  padding: var(--space-8) var(--space-10);
  text-align: center;
}
.home-about__card .section-header__tag { display: inline-block; margin-bottom: var(--space-4); }
.home-about__text { font-size: var(--font-size-base); color: var(--color-gray-600); line-height: 1.8; margin: 0; }
@media (max-width: 767px) { .home-about__card { padding: var(--space-6) var(--space-5); } }

/* ══════════════════════════════════════════════════════════════════
   FOR BRANDS — routing band
   ══════════════════════════════════════════════════════════════════ */
.brands-route__content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
  flex-wrap: wrap;
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-sm);
  padding: var(--space-8) var(--space-10);
}
.brands-route__text { flex: 1 1 320px; }
.brands-route__text .section-header__tag { margin-bottom: var(--space-3); }
.brands-route__title { font-family: var(--font-display); font-size: var(--font-size-2xl); font-weight: 700; color: var(--color-gray-900); margin: 0 0 var(--space-2); }
.brands-route__subtitle { font-size: var(--font-size-base); color: var(--color-gray-600); line-height: 1.6; margin: 0; }
.brands-route__cta { flex: 0 0 auto; }
@media (max-width: 767px) {
  .brands-route__content { padding: var(--space-7) var(--space-5); }
  .brands-route__cta, .brands-route__cta .button { width: 100%; }
  .brands-route__cta .button { white-space: normal; }
}

/* ══════════════════════════════════════════════════════════════════
   LIVE ACTIVITY FEED
   ══════════════════════════════════════════════════════════════════ */
.activity-feed__grid {
  max-width: 1080px;
  margin: var(--space-8) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}
.activity-card {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: var(--space-4);
}
.activity-card__avatars { position: relative; flex: 0 0 auto; width: 62px; height: 44px; }
.activity-card__avatar { position: absolute; top: 0; width: 40px; height: 40px; border-radius: 50%; border: 2px solid #fff; object-fit: cover; background: var(--color-gray-100); box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12); }
.activity-card__avatar--requester { left: 22px; z-index: 1; }
.activity-card__content { flex: 1 1 auto; min-width: 0; }
.activity-card__text { font-size: var(--font-size-sm); color: var(--color-gray-700); line-height: 1.45; margin: 0; }
.activity-card__text strong { color: var(--color-gray-900); font-weight: 700; }
.activity-card__task-type { color: var(--color-primary-dark); font-weight: 700; }
.activity-card__time { display: block; margin-top: 4px; font-size: var(--font-size-xs); color: var(--color-gray-400); font-weight: 600; }
.activity-feed__cta { text-align: center; margin-top: var(--space-8); }
@media (max-width: 991px) { .activity-feed__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .activity-feed__grid { grid-template-columns: 1fr; } }
@media (max-width: 767px) {
  .activity-feed__cta .btn-youtube,
  .activity-feed__cta .button { width: 100%; }
}

/* ══════════════════════════════════════════════════════════════════
   FINAL CTA — the night bookend (closes the page)
   ══════════════════════════════════════════════════════════════════ */
.home-final { position: relative; overflow: hidden; }
.final-cta.night { background-color: var(--surface-night); }
.home-final .final-cta__content { position: relative; z-index: 1; }
.home-final .night__eyebrow { margin-bottom: var(--space-5); }
.home-final .final-cta__title {
  font-size: clamp(2.5rem, 6.5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.03;
}
.home-final .final-cta__title em { font-style: normal; color: #a5b4fc; }
.home-final .night__hint { display: flex; justify-content: center; gap: var(--space-4); flex-wrap: wrap; margin: var(--space-4) 0 0; }
.home-final__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

/* ══════════════════════════════════════════════════════════════════
   STICKY MOBILE CONVERSION BAR (logged-out only)
   ══════════════════════════════════════════════════════════════════ */
.home-cta-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: var(--z-index-sticky);
  display: none;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-top: 1px solid var(--color-gray-200);
  box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.08);
  padding: 10px 16px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
}
@media (max-width: 767px) { .home-cta-bar { display: flex; } }
.home-cta-bar__label { flex: 1; min-width: 0; font-size: 12px; line-height: 1.3; color: var(--color-gray-600); }
.home-cta-bar__label strong { display: block; font-size: 13px; color: var(--color-gray-900); }
.home-cta-bar__btn,
.home-cta-bar__btn:link,
.home-cta-bar__btn:visited,
.home-cta-bar__btn:hover,
.home-cta-bar__btn:focus,
.home-cta-bar__btn:focus-visible,
.home-cta-bar__btn:active {
  flex-shrink: 0;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: var(--radius-full);
  text-decoration: none;
  white-space: nowrap;
}
.home-cta-bar__btn:hover,
.home-cta-bar__btn:focus-visible { background: var(--color-primary-dark); }
.home-page .lang-switcher { bottom: 84px; }
@media (min-width: 768px) { .home-page .lang-switcher { bottom: var(--space-6); } }

/* Touch target: the callout chips were 37px tall on phones. */
@media (max-width: 767px) {
  .marketplace-callout__chip {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
