/* ===========================================================
   VividScripts · Home redesign — "Ink → Light" (Ember & Midnight)
   Everything is scoped under body.vs-home so the other landing
   pages (pricing/blog/docs/login) are completely unaffected.
   =========================================================== */

body.vs-home {
  --vs-midnight: #0B0A12;
  --vs-midnight-2: #14122a;
  --vs-paper: #F3E9D6;
  --vs-paper-dim: rgba(243, 233, 214, 0.62);
  --vs-paper-faint: rgba(243, 233, 214, 0.32);
  --vs-line: rgba(243, 233, 214, 0.08);
  --vs-ember: #E8A14B;
  --vs-ember-warm: #F4B968;
  --vs-indigo: #7C6BF0;

  --vs-serif: 'Newsreader', 'Source Serif Pro', Georgia, serif;
  --vs-sans: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --vs-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', monospace;

  background: var(--vs-midnight);
  color: var(--vs-paper);
  font-family: var(--vs-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* ---------- Page-wide grain + vignette ---------- */
body.vs-home::before,
body.vs-home::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}
body.vs-home::before { /* vignette */
  z-index: 89;
  background: radial-gradient(ellipse at 50% 32%, transparent 46%, rgba(8,7,13,0.55) 100%);
}
body.vs-home::after {  /* film grain */
  z-index: 90;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.9'/></svg>");
}

/* ---------- Nav rebrand (scoped overrides of base.html nav) ---------- */
body.vs-home .nav {
  background: transparent;
  border: 0;
  backdrop-filter: none;
}
body.vs-home .nav-container { max-width: 1180px; }
body.vs-home .logo-text {
  font-family: var(--vs-serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--vs-paper);
}
body.vs-home .logo-accent { color: var(--vs-paper); }
body.vs-home .logo-icon {
  color: var(--vs-ember);
  width: 28px;
  height: 28px;
  background: none;
  border-radius: 0;
}
body.vs-home .logo-icon svg {
  width: 22px;
  height: 22px;
  filter: drop-shadow(0 0 9px rgba(232,161,75,0.45));
}
body.vs-home .vs-nav-tagline {
  font-family: var(--vs-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--vs-paper-dim);
  margin-left: 9px;
  white-space: nowrap;
}
@media (max-width: 1100px) { body.vs-home .vs-nav-tagline { display: none; } }
body.vs-home .nav-link {
  font-family: var(--vs-sans);
  color: var(--vs-paper-dim);
  font-size: 13px;
  font-weight: 400;
}
body.vs-home .nav-link::after { display: none; }
body.vs-home .nav-link:hover,
body.vs-home .nav-link.active { color: var(--vs-paper); }
body.vs-home .nav-actions .btn-primary {
  background: transparent;
  color: var(--vs-paper);
  border: 1px solid rgba(243,233,214,0.18);
  border-radius: 999px;
  box-shadow: none;
  font-family: var(--vs-sans);
  font-weight: 500;
  font-size: 13px;
  padding: 9px 16px;
}
body.vs-home .nav-actions .btn-primary:hover {
  background: rgba(243,233,214,0.05);
  border-color: rgba(243,233,214,0.34);
  transform: none;
}
body.vs-home .nav-actions .btn-primary svg { width: 15px; height: 15px; }

/* ---------- Shared headings / eyebrow / section heads ---------- */
body.vs-home .vs-eyebrow {
  font-family: var(--vs-mono);
  font-size: 10.5px;
  letter-spacing: 0.32em;
  color: var(--vs-paper-faint);
  text-transform: uppercase;
  margin: 0 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
body.vs-home .vs-eyebrow::before,
body.vs-home .vs-eyebrow::after {
  content: "";
  width: 26px;
  height: 1px;
  background: rgba(243,233,214,0.18);
}
body.vs-home .vs-section-head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
body.vs-home .vs-section-head h2 {
  font-family: var(--vs-serif);
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.018em;
  margin: 0 0 14px;
  color: var(--vs-paper);
  text-wrap: balance;
}
body.vs-home .vs-section-sub {
  font-size: 15px;
  line-height: 1.6;
  color: var(--vs-paper-dim);
  margin: 0;
}

/* ===========================================================
   HERO · the Ink → Light stage
   =========================================================== */
body.vs-home .vs-hero { padding: 132px 40px 80px; }

body.vs-home .vs-stage {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  aspect-ratio: 16 / 7.5;
  border-radius: 7px;
  overflow: hidden;
  background: var(--vs-midnight);
  /* the page-as-object frame — JS fades this toward 0 across the crossing */
  --vs-frame: 1;
  box-shadow:
    0 0 0 1px rgba(243,233,214,calc(0.06 * var(--vs-frame))),
    0 0 70px -20px rgba(232,161,75,calc(0.18 * var(--vs-frame))) inset,
    0 60px 120px -34px rgba(0,0,0,0.65);
  transform: scale(calc(1 - 0.014 * var(--vs-frame)));
  transition: none;
}
body.vs-home .vs-stage-frame { position: absolute; inset: 0; overflow: hidden; }

/* --- Scene moods (shared by hero, before/after, final) --- */
body.vs-home [data-mood] { background-color: var(--vs-midnight); }
/* Each mood is a real generated still (qwen-image, the product's own model)
   under a soft scrim + amber lift so typed text stays legible. The opaque
   gradient at the bottom of each stack is the pre-load / no-image fallback. */
body.vs-home [data-mood="forest"] {
  background:
    radial-gradient(ellipse 260px 360px at 50% 64%, rgba(244,185,104,0.20) 0%, rgba(232,161,75,0.07) 30%, transparent 60%),
    linear-gradient(180deg, rgba(10,9,24,0.42) 0%, rgba(21,18,42,0.16) 50%, rgba(10,9,22,0.48) 100%),
    url("/static/img/landing-v2/forest.webp") center / cover no-repeat,
    linear-gradient(180deg, #0a0918 0%, #15122a 50%, #0a0916 100%);
}
body.vs-home [data-mood="noir"] {
  background:
    radial-gradient(circle 95px at 26% 38%, rgba(244,185,104,0.22) 0%, rgba(232,161,75,0.07) 50%, transparent 70%),
    linear-gradient(180deg, rgba(8,8,26,0.40) 0%, rgba(21,19,45,0.14) 60%, rgba(6,6,17,0.50) 100%),
    url("/static/img/landing-v2/noir.webp") center / cover no-repeat,
    linear-gradient(180deg, #08081a 0%, #15132d 60%, #060611 100%);
}
body.vs-home [data-mood="history"] {
  background:
    radial-gradient(ellipse 70% 34% at 50% 70%, rgba(244,185,104,0.16) 0%, rgba(232,161,75,0.05) 38%, transparent 66%),
    linear-gradient(180deg, rgba(12,11,28,0.42) 0%, rgba(26,23,51,0.14) 50%, rgba(11,9,20,0.50) 100%),
    url("/static/img/landing-v2/history.webp") center / cover no-repeat,
    linear-gradient(180deg, #0c0b1c 0%, #1a1733 46%, #211a30 64%, #0b0914 100%);
}
body.vs-home [data-mood="podcast"] {
  background:
    radial-gradient(circle 180px at 50% 52%, rgba(244,185,104,0.16) 0%, rgba(232,161,75,0.06) 40%, transparent 68%),
    linear-gradient(180deg, rgba(11,9,18,0.42) 0%, rgba(22,16,41,0.16) 55%, rgba(8,7,15,0.50) 100%),
    url("/static/img/landing-v2/podcast.webp") center / cover no-repeat,
    linear-gradient(180deg, #0b0912 0%, #161029 55%, #08070f 100%);
}
body.vs-home [data-mood="classic"] {
  background:
    radial-gradient(ellipse 90% 46% at 50% 100%, rgba(244,185,104,0.16) 0%, rgba(232,161,75,0.05) 36%, transparent 70%),
    linear-gradient(180deg, rgba(8,7,15,0.42) 0%, rgba(21,15,36,0.16) 60%, rgba(29,20,40,0.46) 100%),
    url("/static/img/landing-v2/classic.webp") center / cover no-repeat,
    linear-gradient(180deg, #08070f 0%, #150f24 60%, #1d1428 100%);
}
body.vs-home [data-mood="dawn"] {
  background:
    linear-gradient(180deg, rgba(26,23,53,0.38) 0%, rgba(42,31,58,0.10) 40%, rgba(6,6,14,0.55) 100%),
    url("/static/img/landing-v2/dawn.webp") center / cover no-repeat,
    linear-gradient(180deg, #1a1735 0%, #2a1f3a 30%, #3a2240 52%, #2a1830 60%, #100c1f 80%, #06060e 100%);
}

body.vs-home .vs-scene {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transform-origin: 50% 56%;
  will-change: opacity, transform;
}
body.vs-home .vs-scene::before,
body.vs-home .vs-scene::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
/* Real stills carry their own shapes — keep only a soft edge vignette
   so the typed sentence and caption stay readable over any mood. */
body.vs-home .vs-scene[data-mood]::after {
  background: radial-gradient(ellipse 78% 78% at 50% 52%, transparent 48%, rgba(0,0,0,0.42) 100%);
}

/* --- Seed sentence (the typing text) --- */
body.vs-home .vs-seed {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8% 12%;
  z-index: 4;
  text-align: center;
  will-change: transform, opacity, filter;
}
body.vs-home .vs-seed-words {
  font-family: var(--vs-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(21px, 2.7vw, 38px);
  line-height: 1.42;
  letter-spacing: 0.002em;
  color: var(--vs-paper);
  text-wrap: balance;
  max-width: 780px;
}
body.vs-home .vs-cursor {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  vertical-align: -0.16em;
  background: currentColor;
  margin-left: 4px;
  border-radius: 1px;
  animation: vs-blink 0.95s steps(2, end) infinite;
}
@keyframes vs-blink { 0%,49% { opacity: 1; } 50%,100% { opacity: 0; } }

/* --- Motes --- */
body.vs-home .vs-motes { position: absolute; inset: 0; pointer-events: none; z-index: 5; }
body.vs-home .vs-mote {
  position: absolute;
  border-radius: 50%;
  will-change: transform, opacity;
}

/* --- Stage chrome (production slate) --- */
body.vs-home .vs-stage-vignette {
  position: absolute; inset: 0; pointer-events: none; z-index: 7;
  background: radial-gradient(ellipse at 50% 52%, transparent 50%, rgba(11,10,18,0.55) 100%);
}
body.vs-home .vs-stage-tag,
body.vs-home .vs-stage-caption {
  position: absolute;
  font-family: var(--vs-mono);
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.vs-home .vs-stage-tag {
  top: 18px; left: 20px;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--vs-paper-dim);
  text-transform: uppercase;
}
body.vs-home .vs-stage-tag-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--vs-ember);
  box-shadow: 0 0 8px rgba(232,161,75,0.8);
}
body.vs-home .vs-stage-tag-label { min-width: 34px; display: inline-block; }
body.vs-home .vs-stage-tag-sub { opacity: 0.5; }
body.vs-home .vs-stage-caption {
  bottom: 20px; left: 20px;
  font-size: 10.5px;
  letter-spacing: 0.05em;
  color: var(--vs-paper-dim);
  opacity: 0;
}
body.vs-home .vs-stage-caption-mark { color: var(--vs-ember); font-weight: 500; }
body.vs-home .vs-stage-ticker {
  position: absolute; bottom: 22px; right: 20px;
  display: flex; gap: 6px; z-index: 8;
}
body.vs-home .vs-tick {
  width: 14px; height: 2px;
  background: rgba(243,233,214,0.16);
  border-radius: 2px;
  transition: background 0.4s, width 0.4s, box-shadow 0.4s;
}
body.vs-home .vs-tick.active {
  background: var(--vs-ember);
  width: 22px;
  box-shadow: 0 0 8px rgba(232,161,75,0.5);
}

/* --- Hero copy --- */
body.vs-home .vs-hero-copy {
  max-width: 820px;
  margin: 44px auto 0;
  text-align: center;
  position: relative;
  z-index: 4;
}
body.vs-home .vs-hero-copy h1 {
  font-family: var(--vs-serif);
  font-weight: 400;
  font-size: clamp(33px, 3.8vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.018em;
  margin: 0 0 18px;
  color: var(--vs-paper);
  text-wrap: balance;
}
body.vs-home .vs-hero-copy h1 em {
  font-style: italic;
  background: linear-gradient(95deg, var(--vs-ember) 0%, var(--vs-ember-warm) 25%, var(--vs-indigo) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body.vs-home .vs-lede {
  font-size: 15.5px;
  line-height: 1.58;
  color: var(--vs-paper-dim);
  margin: 0 auto 28px;
  max-width: 560px;
  text-wrap: pretty;
}

/* --- CTAs --- */
body.vs-home .vs-cta-row {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}
body.vs-home .vs-cta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 14px 22px 14px 24px;
  background: var(--vs-paper);
  color: var(--vs-midnight);
  border: 0;
  border-radius: 999px;
  font-family: var(--vs-sans);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
body.vs-home .vs-cta::after {
  content: "→";
  font-size: 16px;
  transition: transform 0.25s ease;
}
body.vs-home .vs-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 50px -12px rgba(232,161,75,0.42);
}
body.vs-home .vs-cta:hover::after { transform: translateX(3px); }
body.vs-home .vs-cta-secondary {
  font-family: var(--vs-sans);
  font-size: 14px;
  color: var(--vs-paper-dim);
  text-decoration: none;
  border-bottom: 1px solid rgba(243,233,214,0.16);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
body.vs-home .vs-cta-secondary:hover {
  color: var(--vs-paper);
  border-color: rgba(243,233,214,0.5);
}

/* ===========================================================
   Sections
   =========================================================== */
body.vs-home .vs-how,
body.vs-home .vs-features,
body.vs-home .vs-proof,
body.vs-home .vs-cases {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 40px;
}

/* --- How it works · pipeline --- */
body.vs-home .vs-pipeline {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
body.vs-home .vs-pipeline-line {
  position: absolute;
  left: 27px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--vs-ember), var(--vs-indigo));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.1s ease;
}
body.vs-home .vs-pipeline.in .vs-pipeline-line { transform: scaleY(1); }
body.vs-home .vs-step {
  position: relative;
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 6px 0;
}
body.vs-home .vs-step-no {
  font-family: var(--vs-mono);
  font-size: 13px;
  color: var(--vs-ember);
  width: 54px;
  flex-shrink: 0;
  text-align: left;
  padding-top: 3px;
  position: relative;
  z-index: 1;
}
body.vs-home .vs-step-body h3 {
  font-family: var(--vs-serif);
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--vs-paper);
}
body.vs-home .vs-step-body p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--vs-paper-dim);
  margin: 0 0 12px;
  max-width: 520px;
}
body.vs-home .vs-chip {
  display: inline-block;
  font-family: var(--vs-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: var(--vs-paper-faint);
  border: 1px solid var(--vs-line);
  border-radius: 4px;
  padding: 4px 10px;
}

/* --- Features --- */
body.vs-home .vs-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--vs-line);
  border: 1px solid var(--vs-line);
  border-radius: 10px;
  overflow: hidden;
}
body.vs-home .vs-feature {
  background: var(--vs-midnight);
  padding: 36px 32px;
  transition: background 0.3s ease, transform 0.3s ease;
}
body.vs-home .vs-feature:hover {
  background: #100e1c;
  transform: translateY(-2px);
}
body.vs-home .vs-feature-glyph {
  width: 38px; height: 38px;
  color: var(--vs-ember);
  margin-bottom: 18px;
}
body.vs-home .vs-feature-glyph svg { width: 100%; height: 100%; }
body.vs-home .vs-feature:hover .vs-feature-glyph { filter: drop-shadow(0 0 10px rgba(232,161,75,0.4)); }
body.vs-home .vs-feature h3 {
  font-family: var(--vs-serif);
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 10px;
  color: var(--vs-paper);
}
body.vs-home .vs-feature p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-paper-dim);
  margin: 0;
}

/* --- Before / After proof slider --- */
body.vs-home .vs-ba {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  aspect-ratio: 16 / 8;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  --vs-ba-pos: 50%;
  user-select: none;
  cursor: ew-resize;
}
body.vs-home .vs-ba-before,
body.vs-home .vs-ba-after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7% 9%;
}
body.vs-home .vs-ba-before { background: var(--vs-midnight); }
body.vs-home .vs-ba-after {
  clip-path: inset(0 0 0 var(--vs-ba-pos));
}
body.vs-home .vs-ba-scene { position: absolute; inset: 0; }
/* Richer, clearly-readable cinematic still for the proof slider */
body.vs-home .vs-ba-scene[data-mood="forest"] {
  background:
    linear-gradient(180deg, rgba(11,10,28,0.22) 0%, transparent 45%, rgba(12,10,26,0.30) 100%),
    url("/static/img/landing-v2/forest.webp") center / cover no-repeat,
    linear-gradient(180deg, #0b0a1c 0%, #1a1533 48%, #0c0a1a 100%);
}
body.vs-home .vs-ba-scene[data-mood="forest"]::before,
body.vs-home .vs-ba-scene[data-mood="forest"]::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
body.vs-home .vs-ba-scene[data-mood="forest"]::before {
  background:
    linear-gradient(180deg, transparent 48%, rgba(243,233,214,0.07) 58%, transparent 72%),
    linear-gradient(180deg, transparent 66%, rgba(243,233,214,0.05) 76%, transparent 88%);
}
body.vs-home .vs-ba-scene[data-mood="forest"]::after {
  background: radial-gradient(ellipse 75% 75% at 50% 52%, transparent 55%, rgba(8,7,13,0.4) 100%);
}
body.vs-home .vs-ba-text {
  position: relative;
  z-index: 2;
  font-family: var(--vs-serif);
  font-style: italic;
  font-size: clamp(18px, 2.2vw, 30px);
  line-height: 1.45;
  text-align: center;
  text-wrap: balance;
  max-width: 620px;
}
body.vs-home .vs-ba-before .vs-ba-text { color: var(--vs-paper-dim); }
body.vs-home .vs-ba-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--vs-ba-pos);
  width: 2px;
  background: linear-gradient(180deg, var(--vs-ember), var(--vs-indigo));
  transform: translateX(-1px);
  z-index: 3;
  cursor: ew-resize;
}
body.vs-home .vs-ba-grip {
  position: absolute;
  top: 50%; left: 50%;
  width: 38px; height: 38px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--vs-midnight);
  border: 1px solid rgba(243,233,214,0.25);
  box-shadow: 0 0 22px rgba(232,161,75,0.35);
}
body.vs-home .vs-ba-grip::before,
body.vs-home .vs-ba-grip::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0; height: 0;
  border: 5px solid transparent;
}
body.vs-home .vs-ba-grip::before { left: 8px;  border-right-color: var(--vs-paper-dim); transform: translateY(-50%); }
body.vs-home .vs-ba-grip::after  { right: 8px; border-left-color: var(--vs-paper-dim);  transform: translateY(-50%); }
body.vs-home .vs-ba-handle:focus-visible { outline: none; }
body.vs-home .vs-ba-handle:focus-visible .vs-ba-grip { border-color: var(--vs-ember); }

/* --- Use cases --- */
body.vs-home .vs-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 880px;
  margin: 0 auto;
}
body.vs-home .vs-case {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--vs-line);
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(243,233,214,0.018), transparent);
  transition: border-color 0.3s ease;
}
body.vs-home .vs-case:hover { border-color: rgba(232,161,75,0.3); }
body.vs-home .vs-case-visual {
  width: 132px;
  flex-shrink: 0;
  position: relative;
  opacity: 0.82;
  -webkit-mask-image: linear-gradient(95deg, #000 48%, transparent 96%);
  mask-image: linear-gradient(95deg, #000 48%, transparent 96%);
}
body.vs-home .vs-case-body { padding: 30px 30px 30px 12px; }
body.vs-home .vs-case h3 {
  font-family: var(--vs-serif);
  font-weight: 400;
  font-size: 21px;
  margin: 0 0 10px;
  color: var(--vs-paper);
}
body.vs-home .vs-case p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-paper-dim);
  margin: 0;
}

/* --- Final CTA --- */
body.vs-home .vs-final {
  position: relative;
  margin: 40px auto 0;
  max-width: 1120px;
  padding: 110px 40px 120px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid var(--vs-line);
}
body.vs-home .vs-final-scene {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  filter: saturate(0.8);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, #000 30%, transparent 75%);
}
body.vs-home .vs-final-inner { position: relative; z-index: 2; }
body.vs-home .vs-final h2 {
  font-family: var(--vs-serif);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.018em;
  margin: 0 0 14px;
  color: var(--vs-paper);
  text-wrap: balance;
}
body.vs-home .vs-final p {
  font-size: 16px;
  color: var(--vs-paper-dim);
  margin: 0 0 32px;
}
body.vs-home .vs-cta--solid {
  background: linear-gradient(95deg, var(--vs-ember), var(--vs-ember-warm));
  animation: vs-pulse 3.4s ease-in-out infinite;
}
@keyframes vs-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(232,161,75,0.0); }
  50%      { box-shadow: 0 14px 46px -10px rgba(232,161,75,0.5); }
}

/* --- Footer rebrand --- */
body.vs-home .footer {
  background: var(--vs-midnight);
  border-top: 1px solid var(--vs-line);
}
body.vs-home .footer .logo-text { font-family: var(--vs-serif); color: var(--vs-paper); }
body.vs-home .footer .logo-accent { color: var(--vs-paper); }
body.vs-home .footer .logo-icon { color: var(--vs-ember); background: none; border-radius: 0; }
body.vs-home .footer-tagline,
body.vs-home .footer-column a,
body.vs-home .footer-bottom p { color: var(--vs-paper-dim); }
body.vs-home .footer-column h4 { color: var(--vs-paper); }
body.vs-home .footer-column a:hover { color: var(--vs-ember); }
body.vs-home .footer-social a { color: var(--vs-paper-dim); }
body.vs-home .footer-social a:hover { color: var(--vs-ember); }

/* ===========================================================
   Scroll reveal
   =========================================================== */
body.vs-home [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
body.vs-home [data-reveal].in {
  opacity: 1;
  transform: none;
}

/* ===========================================================
   Reduced motion — calm, static, fully legible
   =========================================================== */
@media (prefers-reduced-motion: reduce) {
  body.vs-home .vs-cursor,
  body.vs-home .vs-cta--solid { animation: none; }
  body.vs-home .vs-cta--solid { box-shadow: 0 14px 46px -12px rgba(232,161,75,0.4); }
  body.vs-home [data-reveal] { opacity: 1; transform: none; transition: none; }
  body.vs-home .vs-pipeline-line { transform: scaleY(1); }
}

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 900px) {
  body.vs-home .vs-hero { padding: 104px 18px 56px; }
  body.vs-home .vs-stage { aspect-ratio: 4 / 3; }
  body.vs-home .vs-seed-words { font-size: clamp(17px, 4.6vw, 25px); }
  body.vs-home .vs-how,
  body.vs-home .vs-features,
  body.vs-home .vs-proof,
  body.vs-home .vs-cases { padding: 70px 20px; }
  body.vs-home .vs-feature-grid { grid-template-columns: 1fr; }
  body.vs-home .vs-case-grid { grid-template-columns: 1fr; }
  body.vs-home .vs-cta-row { flex-direction: column; gap: 16px; }
  body.vs-home .vs-ba { aspect-ratio: 4 / 3; }
}
