/* Zyco AI Studio — homepage layer ("v3": near-black canvas, lime signal).
   Loads after stark.css and only on index.html (body.home-v3). Shared chrome —
   header, buttons, footer, FAQ, mobile bar, reveal, progress — keeps its markup
   and JS; this file only re-tokens and restyles it. */

body.home-v3,
html[data-theme="dark"] body.home-v3 {
  --bg: #08090A;
  --bg-muted: #0C0E10;
  --bg-elevated: #0F1114;
  --ink: #ECEDEE;
  --ink-muted: #AEB2B7;
  --ink-subtle: #7D8188;
  --line: rgba(236, 237, 238, 0.09);
  --line-strong: rgba(236, 237, 238, 0.18);
  --accent: #CBF24D;
  --accent-hover: #E3FF93;
  --accent-soft: rgba(203, 242, 77, 0.14);
  --focus: #CBF24D;
  --on-accent: #08090A;
  --v3-accent-ink: #CBF24D;
  --v3-strong: #FFFFFF;
  --v3-glow: rgba(203, 242, 77, 0.22);
  --surface-dark: #08090A;
  --surface-dark-fg: #ECEDEE;
  --surface-dark-muted: rgba(236, 237, 238, 0.62);
  --surface-dark-subtle: rgba(236, 237, 238, 0.4);
  --surface-dark-line: rgba(236, 237, 238, 0.09);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  --shadow-hover: 0 30px 80px rgba(0, 0, 0, 0.6);
}
html[data-theme="light"] body.home-v3 {
  --bg: #F4F5F0;
  --bg-muted: #ECEEE7;
  --bg-elevated: #FFFFFF;
  --ink: #0B0C0D;
  --ink-muted: #454A50;
  --ink-subtle: #6B7077;
  --line: rgba(11, 12, 13, 0.1);
  --line-strong: rgba(11, 12, 13, 0.2);
  --accent: #CBF24D;
  --accent-hover: #BCE83A;
  --accent-soft: rgba(150, 190, 30, 0.18);
  --focus: #4B6400;
  --on-accent: #08090A;
  --v3-accent-ink: #4B6400;
  --v3-strong: #0B0C0D;
  --v3-glow: rgba(150, 190, 30, 0.22);
  --surface-dark: #0B0C0D;
  --surface-dark-fg: #ECEDEE;
  --surface-dark-muted: rgba(236, 237, 238, 0.62);
  --surface-dark-subtle: rgba(236, 237, 238, 0.4);
  --surface-dark-line: rgba(236, 237, 238, 0.09);
  --shadow: 0 24px 60px rgba(11, 12, 13, 0.1);
  --shadow-hover: 0 30px 80px rgba(11, 12, 13, 0.16);
}

body.home-v3 {
  --v3-display: "Space Grotesk", "DM Sans", system-ui, sans-serif;
  --v3-mono: var(--font-mono);
  --v3-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --v3-r: 22px;
  --radius: 14px;
  --radius-lg: 22px;
  --max: 1320px;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}
body.home-v3 ::selection { background: var(--accent); color: #08090A; }
body.home-v3 h1, body.home-v3 h2, body.home-v3 h3 { font-family: var(--v3-display); font-weight: 600; letter-spacing: -0.035em; color: var(--v3-strong); }

@keyframes v3rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes v3fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes v3spin { to { transform: rotate(360deg); } }
@keyframes v3marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes v3pulse { 0%, 100% { opacity: 0.45; } 50% { opacity: 0.9; } }
@keyframes v3caret { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes v3scroll { 0% { transform: translateY(-40%); opacity: 0; } 40% { opacity: 1; } 100% { transform: translateY(120%); opacity: 0; } }

/* ---------- shared chrome, re-skinned ---------- */
.home-v3 .btn {
  border-radius: 999px; letter-spacing: 0; font-weight: 600;
  transition: transform 0.3s var(--v3-ease), box-shadow 0.3s var(--v3-ease), background 0.2s, border-color 0.2s, color 0.2s;
}
.home-v3 .btn-primary { background: var(--accent); color: var(--on-accent); border-color: var(--accent); box-shadow: 0 10px 28px var(--v3-glow); }
.home-v3 .btn-primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: var(--on-accent); transform: translateY(-2px); box-shadow: 0 18px 40px var(--v3-glow); }
.home-v3 .btn-secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.home-v3 .btn-secondary:hover { background: color-mix(in srgb, var(--accent) 8%, transparent); border-color: color-mix(in srgb, var(--accent) 55%, transparent); transform: translateY(-2px); }
.home-v3 .btn-lg { min-height: 52px; padding-inline: 1.7rem; font-size: 0.97rem; }
.home-v3 .text-link { color: var(--ink); border-bottom-color: var(--line-strong); }
.home-v3 .text-link:hover { border-bottom-color: var(--accent); }

.home-v3 .site-header { background: color-mix(in srgb, var(--bg) 72%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.home-v3 .brand { font-family: var(--v3-display); font-weight: 600; font-size: 0.98rem; letter-spacing: -0.015em; }
.home-v3 .brand-mark { background: var(--accent); color: #08090A; border-radius: 10px; font-family: var(--v3-display); font-weight: 700; font-size: 1rem; }
.home-v3 .nav-links a { color: var(--ink-muted); }
.home-v3 .nav-links a:hover { color: var(--ink); }
.home-v3 .nav-phone--hot { background: transparent; border-color: color-mix(in srgb, var(--accent) 35%, transparent); color: var(--ink); }
.home-v3 .nav-phone--hot:hover { background: color-mix(in srgb, var(--accent) 12%, transparent); border-color: var(--accent); box-shadow: none; }
.home-v3 .theme-toggle { background: transparent; border-color: var(--line-strong); color: var(--ink); }
.home-v3 [data-theme-mode="dark"] .theme-toggle, html[data-theme-mode="dark"] .home-v3 .theme-toggle { background: transparent; border-color: var(--line-strong); color: var(--ink); }
.home-v3 .theme-swatch { border-color: var(--bg); }
.home-v3 .menu-btn span { background: var(--ink); }
.home-v3 .scroll-progress-fill { background: var(--accent); box-shadow: 0 0 16px rgba(203, 242, 77, 0.6); }
.home-v3 .skip-link { background: var(--accent); color: #08090A; }

.home-v3 .footer-pro { background: var(--surface-dark); color: var(--surface-dark-fg); border-top: 1px solid var(--surface-dark-line); }
.home-v3 .footer-pro .brand-mark { color: #08090A; }
.home-v3 .footer-pro-phone { font-family: var(--v3-mono); font-size: 0.95rem; color: var(--accent); }
.home-v3 .footer-pro-phone:hover { color: var(--accent-hover); }
.home-v3 .footer-pro .btn-secondary { color: var(--surface-dark-fg); border-color: var(--surface-dark-line); }
.home-v3 .footer-pro .footer-col strong { font-family: var(--v3-mono); font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--surface-dark-subtle); font-weight: 400; }
.home-v3 .footer-pro .footer-col a:hover { color: var(--accent); }

.home-v3 .mobile-cta { border-top-color: color-mix(in srgb, var(--accent) 35%, var(--line)); box-shadow: 0 -10px 30px -18px rgba(0, 0, 0, 0.7); }
.home-v3 .mobile-cta-call { border-radius: 999px; }

.home-v3 .faq-item { background: transparent; border: 0; border-top: 1px solid var(--line); border-radius: 0; }
.home-v3 .faq-item:last-child { border-bottom: 1px solid var(--line); }
.home-v3 .faq-q { width: 100%; display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 24px 0; background: none; border: 0; color: var(--v3-strong); font-size: 1.05rem; text-align: left; cursor: pointer; font-family: var(--font-body); }
.home-v3 .faq-icon { color: var(--accent); font-size: 1.3rem; line-height: 1; transition: transform 0.25s var(--v3-ease); }
.home-v3 .faq-a-inner { padding: 0; font-size: 0.96rem; line-height: 1.76; color: var(--ink-muted); }
.home-v3 .faq-item.is-open .faq-a-inner { padding-bottom: 24px; }

/* ---------- layout primitives ---------- */
.v3-wrap { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }
.v3-section { padding: clamp(72px, 9vw, 116px) 0; border-bottom: 1px solid var(--line); }
.v3-kicker { margin: 0; font-family: var(--v3-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--v3-accent-ink); }
.v3-h2 { margin: 20px 0 0; font-size: clamp(2.1rem, 3.4vw, 3.1rem); line-height: 1.03; letter-spacing: -0.04em; text-wrap: pretty; }
.v3-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr); gap: 60px; align-items: end; }
.v3-head p { margin: 0; font-size: 1rem; line-height: 1.74; color: var(--ink-muted); max-width: none; }
.v3-card { position: relative; border: 1px solid var(--line); border-radius: var(--v3-r); background: transparent; transition: transform 0.35s var(--v3-ease), border-color 0.35s, box-shadow 0.35s; }
.v3-card--filled { background: var(--bg-elevated); }
.v3-card--hover:hover { border-color: color-mix(in srgb, var(--accent) 38%, transparent); }
.v3-card [data-tilt] { transform-style: preserve-3d; }
.v3-label { font-family: var(--v3-mono); font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--v3-accent-ink); }
.v3-label--muted { color: var(--ink-subtle); }
.v3-p { margin: 0; font-size: 0.95rem; line-height: 1.74; color: var(--ink-muted); }
.v3-chip { padding: 8px 14px; border: 1px solid var(--line-strong); border-radius: 999px; font-family: var(--v3-mono); font-size: 10.5px; color: var(--ink-muted); white-space: nowrap; }
.v3-check { display: flex; gap: 10px; align-items: baseline; font-size: 0.93rem; color: var(--ink); }
.v3-check::before { content: "✓"; color: var(--v3-accent-ink); flex-shrink: 0; }
.v3-ring { position: absolute; border-radius: 50%; border: 1px dashed color-mix(in srgb, var(--accent) 24%, transparent); animation: v3spin 46s linear infinite; pointer-events: none; }
.v3-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: v3pulse 2.2s ease-in-out infinite; flex-shrink: 0; }

/* ---------- hero ---------- */
.v3-hero {
  --bg: #08090A; --bg-elevated: #0C0E10; --ink: #ECEDEE; --ink-muted: rgba(236, 237, 238, 0.66); --ink-subtle: rgba(236, 237, 238, 0.42);
  --line: rgba(236, 237, 238, 0.08); --line-strong: rgba(236, 237, 238, 0.18); --v3-accent-ink: #CBF24D; --v3-strong: #FFFFFF; --v3-glow: rgba(203, 242, 77, 0.22);
  position: relative; overflow: hidden; color: var(--ink); background: #08090A;
  padding: clamp(64px, 8vw, 96px) 0 clamp(56px, 6vw, 72px);
  min-height: calc(100svh - var(--header-h));
  display: flex; flex-direction: column; justify-content: center;
}
.v3-hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #08090A; }
.v3-hero-media video, .v3-hero-media img.v3-hero-poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.2s ease;
}
/* The stock loop is cool blue; the page is lime. Desaturate it and lay a soft
   warm wash over the top. A plain overlay, not mix-blend-mode: color — blending
   recoloured the moving footage frame by frame, so the backdrop hue shifted
   under the headline while you were reading it. */
.v3-hero-media video { filter: saturate(0.12) contrast(1.06) brightness(0.8); }
.v3-hero-tint {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(150deg, rgba(203, 242, 77, 0.05), rgba(8, 9, 10, 0.35) 60%);
}
.v3-hero-media video.is-playing { opacity: 0.32; }
.v3-hero-media img.v3-hero-poster { opacity: 0.26; }
.v3-hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(70% 70% at 72% 40%, rgba(203, 242, 77, 0.045), transparent 70%),
    linear-gradient(180deg, rgba(8, 9, 10, 0.8) 0%, rgba(8, 9, 10, 0.58) 38%, rgba(8, 9, 10, 0.68) 70%, #08090A 100%);
}
.v3-hero-grid {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: linear-gradient(rgba(236, 237, 238, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(236, 237, 238, 0.022) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(78% 68% at 50% 24%, #000, transparent 78%);
  -webkit-mask-image: radial-gradient(78% 68% at 50% 24%, #000, transparent 78%);
}
.v3-hero canvas[data-net] { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; display: block; pointer-events: none; }
.v3-spot {
  position: absolute; left: 0; top: 0; z-index: 1; width: 560px; height: 560px; margin: -280px 0 0 -280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(203, 242, 77, 0.11), transparent 62%); opacity: 0; transition: opacity 0.45s; pointer-events: none;
}
.v3-hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); gap: 68px; align-items: center;
}
.v3-hero-inner > * { min-width: 0; }
.v3-pill {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 15px;
  border: 1px solid rgba(203, 242, 77, 0.28); border-radius: 999px; background: rgba(8, 9, 10, 0.45); backdrop-filter: blur(8px);
  font-family: var(--v3-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; color: rgba(236, 237, 238, 0.8);
  animation: v3fade 0.9s var(--v3-ease) both;
}
.v3-h1 {
  margin: 28px 0 0; font-size: clamp(2.8rem, 5.2vw, 5.2rem); line-height: 0.97; letter-spacing: -0.045em; text-wrap: pretty;
  animation: v3rise 1s var(--v3-ease) 0.1s both;
}
/* The emphasis stays white. #CBF24D sits at ~560nm — within a few nanometres of
   peak photopic sensitivity — so at 5rem on near-black it reads as glare rather
   than accent. Lime is reserved for small marks: kickers, rules, the button. */
.v3-h1 em {
  font-style: normal; color: var(--v3-strong);
  text-decoration: underline; text-decoration-color: var(--accent);
  text-decoration-thickness: 3px; text-underline-offset: 0.14em; text-decoration-skip-ink: none;
}
.v3-lead { margin: 26px 0 0; max-width: 31em; font-size: 1.05rem; line-height: 1.74; color: var(--ink-muted); animation: v3rise 1s var(--v3-ease) 0.28s both; }
.v3-lead .mono { color: var(--ink); }
.v3-proof { margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; font-family: var(--v3-mono); font-size: 0.78rem; color: var(--ink-subtle); animation: v3rise 1s var(--v3-ease) 0.36s both; }
.v3-proof a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line-strong); transition: border-color 0.2s, color 0.2s; }
.v3-proof a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.v3-actions { margin-top: 34px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; animation: v3rise 1s var(--v3-ease) 0.44s both; }
.v3-stats { margin-top: 46px; display: flex; gap: 42px; flex-wrap: wrap; animation: v3rise 1s var(--v3-ease) 0.6s both; }
.v3-stat strong { display: block; font-family: var(--v3-display); font-weight: 600; font-size: 2rem; letter-spacing: -0.035em; color: var(--v3-strong); line-height: 1; }
.v3-stat span { display: block; margin-top: 8px; font-family: var(--v3-mono); font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-subtle); }

.v3-log-wrap { position: relative; animation: v3rise 1.05s var(--v3-ease) 0.36s both; }
.v3-log-wrap::before { content: ""; position: absolute; inset: -1px; border-radius: 23px; background: linear-gradient(140deg, rgba(203, 242, 77, 0.45), rgba(203, 242, 77, 0) 46%); pointer-events: none; }
.v3-log { position: relative; border-radius: 22px; background: rgba(12, 14, 16, 0.86); backdrop-filter: blur(12px); border: 1px solid rgba(236, 237, 238, 0.08); overflow: hidden; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55); }
.v3-log-bar { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; border-bottom: 1px solid rgba(236, 237, 238, 0.07); font-family: var(--v3-mono); font-size: 11px; color: rgba(236, 237, 238, 0.5); }
.v3-log-bar > span:first-child { display: flex; align-items: center; gap: 10px; }
.v3-log-bar .v3-dot { width: 8px; height: 8px; animation-duration: 1.8s; }
.v3-log-bar > span:last-child { font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(236, 237, 238, 0.34); }
.v3-log-brief { padding: 24px 22px 6px; }
.v3-log-typed { margin-top: 10px; min-height: 3.4em; font-family: var(--v3-mono); font-size: 13.5px; line-height: 1.7; color: #ECEDEE; }
.v3-log-typed b { color: var(--accent); font-weight: 400; }
.v3-caret { display: inline-block; width: 8px; height: 15px; margin-left: 2px; vertical-align: -2px; background: var(--accent); animation: v3caret 1s step-end infinite; }
.v3-log-rows { padding: 12px 22px 22px; display: grid; gap: 9px; min-height: 236px; align-content: start; }
.v3-log-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid rgba(236, 237, 238, 0.07); border-radius: 13px; background: rgba(236, 237, 238, 0.02); animation: v3rise 0.5s var(--v3-ease) both; }
.v3-log-row > span:nth-child(1) { font-family: var(--v3-mono); font-size: 10.5px; color: rgba(203, 242, 77, 0.9); min-width: 30px; }
.v3-log-row > span:nth-child(2) { flex: 1; font-size: 0.88rem; color: rgba(236, 237, 238, 0.78); }
.v3-log-row > span:nth-child(3) { font-family: var(--v3-mono); font-size: 10.5px; color: rgba(236, 237, 238, 0.38); }
.v3-log-foot { padding: 16px 22px; border-top: 1px solid rgba(236, 237, 238, 0.07); display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--v3-mono); font-size: 11px; color: rgba(236, 237, 238, 0.44); }
.v3-log-foot > span:last-child { color: var(--accent); }

.v3-hero-foot { position: relative; z-index: 2; margin-top: clamp(40px, 6vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; animation: v3fade 1s var(--v3-ease) 0.9s both; }
.v3-scroll-cue { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink-subtle); font-family: var(--v3-mono); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; transition: color 0.2s; }
.v3-scroll-cue:hover { color: var(--ink); }
.v3-scroll-cue .v3-scroll-track { width: 22px; height: 34px; border: 1px solid var(--line-strong); border-radius: 999px; position: relative; overflow: hidden; }
.v3-scroll-cue .v3-scroll-track::after { content: ""; position: absolute; left: 50%; top: 6px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 3px; background: var(--accent); animation: v3scroll 1.8s var(--v3-ease) infinite; }
.home-v3 .hero-video-toggle {
  display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid var(--line-strong); border-radius: 999px;
  background: rgba(8, 9, 10, 0.5); color: var(--ink-muted); cursor: pointer; font-family: var(--v3-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; transition: border-color 0.2s, color 0.2s;
}
.home-v3 .hero-video-toggle:hover { border-color: var(--accent); color: var(--ink); }
.home-v3 .hero-video-toggle.is-hidden { display: none; }
.home-v3 .hero-video-toggle-glyph { width: 8px; height: 10px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.home-v3 .hero-video-toggle.is-paused .hero-video-toggle-glyph { width: 0; height: 0; border: 0; border-left: 9px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

/* ---------- marquee ---------- */
/* Inverted. A full-bleed band of #CBF24D directly below a near-black hero was a
   hard flash on scroll; lime-on-black carries the same signal without it. */
.v3-marquee { position: relative; overflow: hidden; background: var(--bg-muted); color: var(--v3-accent-ink); padding: 19px 0; border-block: 1px solid var(--line); }
.v3-marquee-track { display: flex; width: max-content; animation: v3marquee 32s linear infinite; }
.v3-marquee:hover .v3-marquee-track { animation-play-state: paused; }
.v3-marquee-set { display: flex; gap: 42px; padding-right: 42px; font-family: var(--v3-display); font-size: 1.05rem; font-weight: 500; letter-spacing: -0.015em; white-space: nowrap; }

/* ---------- work / showcase ---------- */
.v3-work { margin-top: 52px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr); gap: 18px; align-items: stretch; }
.v3-stage { padding: 14px; overflow: hidden; }
.home-v3 .browser-frame { border-radius: 14px; border-color: var(--line); background: var(--bg-muted); box-shadow: none; }
.home-v3 .browser-chrome { background: var(--bg-elevated); border-bottom: 1px solid var(--line); }
.home-v3 .browser-url { font-family: var(--v3-mono); color: var(--ink-muted); background: var(--bg); border-color: var(--line); }
.home-v3 .showcase-badge { font-family: var(--v3-mono); font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--v3-accent-ink); display: inline-flex; gap: 8px; align-items: center; margin: 4px 0 12px; }
.home-v3 .live-pulse { background: var(--accent); box-shadow: 0 0 0 0 var(--accent-soft); }
.home-v3 .showcase-preview-overlay { background: linear-gradient(180deg, transparent, rgba(8, 9, 10, 0.86)); }
.home-v3 .showcase-live-badge { background: rgba(203, 242, 77, 0.16); color: #E3FF93; border: 1px solid rgba(203, 242, 77, 0.4); font-family: var(--v3-mono); }
.home-v3 .showcase-name { font-family: var(--v3-display); }
.home-v3 .hero-showcase-tabs { margin-top: 14px; display: flex; align-items: center; gap: 8px; }
.home-v3 .showcase-dot { width: 26px; height: 4px; border-radius: 999px; background: var(--line-strong); border: 0; cursor: pointer; padding: 0; transition: background 0.2s, width 0.2s; }
.home-v3 .showcase-dot.is-active { background: var(--accent); width: 40px; }
.home-v3 .showcase-playpause { color: var(--ink-subtle); }
.home-v3 .showcase-verify-note { margin-top: 12px; font-family: var(--v3-mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-subtle); }
.v3-side { display: grid; gap: 18px; grid-template-rows: auto 1fr; }
.v3-slot { overflow: hidden; padding: 32px; border-color: color-mix(in srgb, var(--accent) 24%, transparent); background: linear-gradient(160deg, color-mix(in srgb, var(--accent) 8%, transparent), transparent 62%); display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.v3-slot .v3-ring { bottom: -70px; left: -50px; width: 200px; height: 200px; animation-duration: 38s; }
.v3-slot h3 { margin: 16px 0 0; font-size: 1.45rem; line-height: 1.2; letter-spacing: -0.03em; }
.v3-slot .v3-p { margin-top: 14px; max-width: 34em; }
.v3-slot a { position: relative; font-size: 0.93rem; font-weight: 600; color: var(--v3-accent-ink); text-decoration: none; }
.v3-slot a:hover { text-decoration: underline; }
.v3-facts { padding: 28px 32px; display: grid; gap: 18px; align-content: start; }
.v3-fact { display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: baseline; padding-top: 18px; border-top: 1px solid var(--line); }
.v3-fact:first-child { padding-top: 0; border-top: 0; }
.v3-fact strong { font-family: var(--v3-display); font-size: 1.35rem; font-weight: 600; letter-spacing: -0.03em; color: var(--accent); }
html[data-theme="light"] .home-v3 .v3-fact strong { color: var(--v3-accent-ink); }
.v3-fact span { font-size: 0.9rem; color: var(--ink-muted); line-height: 1.6; }
.v3-work-actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- method bento ---------- */
.v3-bento { margin-top: 52px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.v3-bento > .v3-card { padding: 34px; overflow: hidden; }
.v3-bento-a { grid-column: span 4; padding: 38px !important; background: linear-gradient(150deg, color-mix(in srgb, var(--accent) 7%, transparent), transparent 55%); }
.v3-bento-a .v3-ring { top: -90px; right: -70px; width: 250px; height: 250px; }
.v3-bento-a h3 { margin: 18px 0 0; max-width: 20em; font-size: 1.8rem; line-height: 1.16; letter-spacing: -0.032em; }
.v3-bento-a .v3-p { margin-top: 15px; max-width: 34em; }
.v3-bento-a .v3-chips { margin-top: 26px; display: flex; gap: 9px; flex-wrap: wrap; }
.v3-bento-b { grid-column: span 2; }
.v3-bento-c { grid-column: span 3; background: var(--bg-elevated); }
.v3-bento-d { grid-column: span 3; }
.v3-bento h3 { margin: 16px 0 0; font-size: 1.35rem; line-height: 1.22; letter-spacing: -0.028em; }
.v3-bento .v3-p { margin-top: 13px; font-size: 0.93rem; }
.v3-checklist { margin-top: 24px; padding: 14px; border-radius: 14px; background: color-mix(in srgb, var(--ink) 3%, transparent); font-family: var(--v3-mono); font-size: 11px; line-height: 1.9; color: var(--ink-muted); }
.v3-checklist div::before { content: "✓ "; color: var(--v3-accent-ink); }
.v3-flow { margin-top: 24px; display: flex; align-items: center; gap: 11px; font-family: var(--v3-mono); font-size: 11px; color: var(--ink-muted); flex-wrap: wrap; }
.v3-flow span:not(.v3-arrow) { padding: 8px 12px; border-radius: 10px; background: color-mix(in srgb, var(--ink) 5%, transparent); }
.v3-flow .v3-arrow { color: var(--v3-accent-ink); }
.v3-chat-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.v3-chat-head span:last-child { font-family: var(--v3-mono); font-size: 10.5px; color: var(--ink-subtle); }
.v3-chat { margin-top: 20px; display: grid; gap: 10px; min-height: 176px; align-content: start; }
.v3-msg { display: flex; }
.v3-msg.is-user { justify-content: flex-end; }
.v3-msg > span { max-width: 84%; padding: 12px 16px; border-radius: 15px; font-size: 0.91rem; line-height: 1.62; background: color-mix(in srgb, var(--ink) 5%, transparent); color: var(--ink); animation: v3rise 0.45s var(--v3-ease) both; }
.v3-msg.is-user > span { background: color-mix(in srgb, var(--accent) 16%, transparent); }
.v3-asks { margin-top: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.v3-ask { cursor: pointer; padding: 10px 15px; border: 1px solid color-mix(in srgb, var(--accent) 32%, transparent); border-radius: 999px; background: transparent; color: var(--v3-accent-ink); font-family: var(--v3-mono); font-size: 11px; transition: background 0.3s, transform 0.3s; }
.v3-ask:hover { background: color-mix(in srgb, var(--accent) 10%, transparent); transform: translateY(-2px); }
.v3-ask:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.v3-bento-c .v3-more { margin-top: 18px; display: inline-block; font-size: 0.88rem; font-weight: 600; color: var(--v3-accent-ink); text-decoration: none; }
.v3-bento-c .v3-more:hover { text-decoration: underline; }

/* ---------- case feature + pair ---------- */
.v3-case { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); gap: 72px; align-items: center; }
.v3-case h2 { font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1.06; letter-spacing: -0.038em; }
.v3-case .v3-lead-p { margin: 24px 0 0; max-width: 34em; font-size: 1rem; line-height: 1.76; color: var(--ink-muted); }
.v3-case .v3-points { margin: 30px 0 0; display: grid; gap: 14px; }
.v3-case .v3-actions { margin-top: 34px; animation: none; }
.v3-case-shot { display: block; overflow: hidden; text-decoration: none; color: inherit; background: var(--bg-elevated); box-shadow: var(--shadow); }
.v3-case-shot picture, .v3-case-shot img { display: block; width: 100%; height: auto; }
.v3-case-shot img { aspect-ratio: 16 / 10; object-fit: cover; object-position: top; transition: transform 0.8s var(--v3-ease); }
.v3-case-shot:hover img { transform: scale(1.03); }
.v3-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.v3-metrics div { padding: 20px 22px; border-right: 1px solid var(--line); }
.v3-metrics div:last-child { border-right: 0; }
.v3-metrics strong { display: block; font-family: var(--v3-display); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.03em; color: var(--v3-accent-ink); }
.v3-metrics span { display: block; margin-top: 6px; font-family: var(--v3-mono); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-subtle); }
.v3-pair { margin-top: 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.v3-pair-card { display: block; overflow: hidden; text-decoration: none; color: inherit; background: var(--bg-elevated); }
.v3-pair-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--accent) 40%, transparent); }
.v3-pair-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.v3-pair-body { padding: 24px 24px 28px; }
.v3-pair-body h3 { margin: 12px 0 0; font-size: 1.32rem; letter-spacing: -0.028em; }
.v3-pair-body .v3-p { margin-top: 12px; font-size: 0.92rem; }
.v3-pair-body .v3-go { display: inline-block; margin-top: 16px; font-size: 0.89rem; color: var(--ink-muted); }
.v3-pair-card:hover .v3-go { color: var(--v3-accent-ink); }

/* ---------- services rail ---------- */
.v3-rail { margin-top: 48px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.v3-rail-item { padding: 28px; text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 14px; min-height: 100%; }
.v3-rail-item:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--accent) 40%, transparent); }
.v3-rail-item .v3-num { font-family: var(--v3-mono); font-size: 11px; letter-spacing: 0.13em; color: var(--v3-accent-ink); }
.v3-rail-item h3 { margin: 0; font-size: 1.2rem; letter-spacing: -0.025em; }
.v3-rail-item .v3-p { font-size: 0.9rem; flex: 1; }
.v3-rail-item .v3-go { font-size: 0.86rem; font-weight: 600; color: var(--ink-muted); transition: color 0.2s; }
.v3-rail-item:hover .v3-go { color: var(--v3-accent-ink); }

/* ---------- process ---------- */
.v3-steps { margin-top: 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.v3-step { padding: 32px; }
.v3-step h3 { margin: 16px 0 0; font-size: 1.3rem; letter-spacing: -0.028em; }
.v3-step .v3-p { margin-top: 12px; font-size: 0.94rem; }
.v3-note { margin: 34px 0 0; font-family: var(--v3-mono); font-size: 11px; letter-spacing: 0.11em; text-transform: uppercase; color: var(--ink-subtle); }

/* ---------- client notes ---------- */
.v3-quotes { margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 18px; }
.home-v3 .quote-item { padding: 36px; border: 1px solid var(--line); border-radius: var(--v3-r); background: transparent; }
.home-v3 .review-quote { margin: 0; border: 0; padding: 0; }
.home-v3 .review-quote p { margin: 0; font-family: var(--v3-display); font-weight: 500; font-size: clamp(1.25rem, 1.8vw, 1.6rem); line-height: 1.34; letter-spacing: -0.025em; color: var(--v3-strong); max-width: none; }
.home-v3 .review-quote p::before { content: "“"; color: var(--v3-accent-ink); }
.home-v3 .review-quote p::after { content: "”"; color: var(--v3-accent-ink); }
.home-v3 .review-meta { margin-top: 26px; display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; column-gap: 14px; row-gap: 3px; align-items: center; }
.home-v3 .review-meta::before { content: attr(data-initial); grid-row: 1 / 3; width: 44px; height: 44px; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent); display: grid; place-items: center; font-family: var(--v3-display); font-weight: 600; color: var(--v3-accent-ink); }
.home-v3 .review-meta strong { font-size: 0.95rem; font-weight: 500; color: var(--v3-strong); }
.home-v3 .review-business, .home-v3 .review-type-badge { font-family: var(--v3-mono); font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-subtle); background: none; border: 0; padding: 0; }
.home-v3 .review-type-badge { display: none; }
.home-v3 .review-site { grid-column: 2; font-family: var(--v3-mono); font-size: 11px; color: var(--v3-accent-ink); text-decoration: none; }
.home-v3 .review-site:hover { text-decoration: underline; }

/* ---------- founder ---------- */
.v3-founder { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 60px; align-items: start; }
.v3-founder-copy p { margin: 0 0 18px; font-size: 1.05rem; line-height: 1.74; color: var(--ink-muted); max-width: 34em; }
.v3-founder-copy p:first-child { font-family: var(--v3-display); font-weight: 500; font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.34; letter-spacing: -0.025em; color: var(--v3-strong); }
.v3-founder-copy .mono { color: var(--ink); }
.v3-founder .v3-actions { margin-top: 26px; animation: none; }

/* ---------- pricing ---------- */
.v3-tiers { margin-top: 52px; display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; align-items: center; }
.v3-tier { padding: 36px; text-decoration: none; color: inherit; display: block; }
.v3-tier:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.v3-tier--featured { padding: 48px 38px; border-color: color-mix(in srgb, var(--accent) 50%, transparent); background: linear-gradient(165deg, color-mix(in srgb, var(--accent) 9%, transparent), color-mix(in srgb, var(--accent) 1%, transparent)); box-shadow: var(--shadow); }
.v3-tier--featured:hover { transform: translateY(-7px); border-color: var(--accent); }
.v3-tier-badge { position: absolute; top: -13px; left: 38px; padding: 7px 16px; border-radius: 999px; background: var(--accent); color: #08090A; font-family: var(--v3-mono); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }
.v3-price { margin-top: 16px; font-family: var(--v3-display); font-weight: 600; font-size: 2.6rem; letter-spacing: -0.04em; color: var(--v3-strong); line-height: 1; }
.v3-tier--featured .v3-price { font-size: 3rem; }
.v3-tier .v3-p { margin-top: 12px; font-size: 0.94rem; }
.v3-tier .v3-list { margin-top: 24px; display: grid; gap: 10px; }
.v3-tier .btn { margin-top: 30px; width: 100%; }
.v3-pricing-foot { margin: 30px 0 0; font-size: 0.92rem; color: var(--ink-muted); display: flex; gap: 8px 24px; flex-wrap: wrap; align-items: center; }

/* ---------- faq ---------- */
.v3-faq { width: min(900px, calc(100% - 80px)); margin-inline: auto; }
.v3-faq .faq-grid { margin-top: 40px; display: block; }

/* ---------- cta ---------- */
.home-v3 .cta-band { position: relative; overflow: hidden; padding: clamp(96px, 12vw, 130px) 0; background: var(--bg); color: var(--ink); border-bottom: 1px solid var(--line); }
.v3-orbit { position: absolute; top: -160px; right: -120px; width: 480px; height: 480px; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent); animation: v3spin 52s linear infinite; pointer-events: none; }
.v3-orbit::before { content: ""; position: absolute; inset: 70px; border-radius: 50%; border: 1px dashed var(--line-strong); }
.v3-orbit::after { content: ""; position: absolute; bottom: -6px; left: 50%; width: 12px; height: 12px; margin-left: -6px; border-radius: 50%; background: var(--accent); }
.home-v3 .cta-band-inner { position: relative; display: block; width: min(900px, calc(100% - 80px)); margin-inline: auto; }
.home-v3 .cta-band h2 { margin: 22px 0 0; font-size: clamp(2.4rem, 4.2vw, 3.9rem); line-height: 0.99; letter-spacing: -0.045em; color: var(--v3-strong); font-family: var(--v3-display); }
.home-v3 .cta-band .lede { margin: 24px 0 0; max-width: 32em; font-size: 1.04rem; line-height: 1.76; color: var(--ink-muted); }
.home-v3 .cta-band-actions { margin-top: 38px; }
.home-v3 .cta-band .btn-primary { color: var(--on-accent); }
.home-v3 .cta-band .btn-secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.home-v3 .cta-band .btn-secondary:hover { border-color: color-mix(in srgb, var(--accent) 55%, transparent); background: color-mix(in srgb, var(--accent) 8%, transparent); }

.v3-wordmark { overflow: hidden; padding: 40px 0 0; }
.v3-wordmark div { font-family: var(--v3-display); font-size: clamp(3.6rem, 14vw, 12rem); font-weight: 700; line-height: 0.82; letter-spacing: -0.055em; color: transparent; -webkit-text-stroke: 1px color-mix(in srgb, var(--accent) 30%, transparent); user-select: none; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .v3-bento-a, .v3-bento-b, .v3-bento-c, .v3-bento-d { grid-column: span 3; }
  .v3-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .v3-wrap, .v3-faq, .home-v3 .cta-band-inner { width: min(var(--max), calc(100% - 40px)); }
  .v3-hero { min-height: 0; }
  .v3-hero-inner, .v3-head, .v3-work, .v3-case, .v3-founder { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .v3-head > *, .v3-work > *, .v3-case > *, .v3-founder > * { min-width: 0; }
  .v3-log-typed { overflow-wrap: anywhere; }
  .v3-side { grid-template-rows: none; }
  .v3-bento-a, .v3-bento-b, .v3-bento-c, .v3-bento-d { grid-column: span 6; }
  .v3-log-rows { min-height: 0; }
  .v3-hero-foot .hero-video-toggle { order: -1; }
}
@media (max-width: 620px) {
  .v3-pill { white-space: normal; line-height: 1.5; text-align: left; }
  .v3-proof { font-size: 0.72rem; }
  .v3-rail { grid-template-columns: 1fr; }
  .v3-metrics { grid-template-columns: 1fr; }
  .v3-metrics div { border-right: 0; border-bottom: 1px solid var(--line); }
  .v3-metrics div:last-child { border-bottom: 0; }
  .v3-stats { gap: 24px 32px; }
  .v3-bento > .v3-card, .v3-bento-a { padding: 26px !important; }
  .v3-slot, .v3-facts, .v3-tier, .v3-step, .home-v3 .quote-item { padding: 26px; }
  .v3-tier--featured { padding: 40px 26px 26px; }
  .v3-fact { grid-template-columns: 1fr; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-v3 *, .home-v3 *::before, .home-v3 *::after { animation-duration: 0.001s !important; animation-iteration-count: 1 !important; transition-duration: 0.001s !important; }
  .v3-marquee-track { animation: none; flex-wrap: wrap; width: auto; }
  .v3-marquee-set[aria-hidden="true"] { display: none; }
}
