/* Hallmark · pre-emit critique: P5 H4 E5 S4 R5 V5 · genre: atmospheric · tone: technical, restrained · palette: warm-black / amber signal · contrast: changed surfaces pass · nav: N5 · footer: Ft5 · chrome: pass · tokens: partial legacy migration · mobile: static pass */
/* Hallmark · macrostructure: Workbench · theme: Midnight · enrichment: tier-A CSS light cue + real product captures */
/* WorkIsland — official site */

@font-face { font-family: "Departure Mono"; src: url("fonts/departure-mono.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("fonts/jetbrains-mono-normal-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("fonts/jetbrains-mono-normal-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("fonts/jetbrains-mono-normal-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("fonts/instrument-serif-normal-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("fonts/instrument-serif-italic-400.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }

:root {
  --v6-bg: var(--color-paper);
  --v6-text: var(--color-ink);
  --v6-muted: var(--color-muted);
  --v6-accent: var(--color-accent);
  --v6-line: var(--color-line);
  --v6-card: var(--color-paper-raised);

  /* island state colors */
  --vi-idle: var(--color-running);        --vi-idle-bright: var(--color-running);
  --vi-alert: var(--color-attention);     --vi-alert-bright: var(--color-attention);
  --vi-question: #06b6d4;    --vi-question-bright: #22d3ee;
  --vi-work: var(--color-complete);       --vi-work-bright: var(--color-complete);
  --vi-explore: #a855f7;

  --font-sans: var(--font-body);
  --font-pixel: var(--font-display);
  --font-serif: var(--font-wordmark);

  --spring: var(--ease-out);
  --nav-w: 1060px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; background: var(--v6-bg); }
body {
  margin: 0; min-width: 320px; overflow-x: clip;
  background: var(--v6-bg); color: var(--v6-text);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
img { display: block; }
.vi-headline, .vi-section-title { min-width: 0; overflow-wrap: anywhere; }
.vi-btn, .vi-nav-links a, .vi-tour-tab, .vi-footer a, .vi-scene-pill, .vi-tour-explainer a { white-space: nowrap; }

/* film grain — vibeisland z-grain layer */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -3; pointer-events: none; opacity: .14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.skip-link { position: fixed; z-index: 99; top: 10px; left: 10px; padding: 10px 14px; color: #000; border-radius: 8px; background: #fff; font-size: 13px; transform: translateY(-200%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

/* ============================================================
   NAV
   ============================================================ */
.vi-nav { position: fixed; z-index: var(--z-nav); inset: 14px 0 auto; pointer-events: none; }
.vi-nav::before { display: none; }
.vi-nav-inner { position: relative; display: flex; justify-content: space-between; align-items: center; width: fit-content; max-width: calc(100% - 32px); margin: 0 auto; padding: 8px 10px 8px 15px; border: var(--rule); border-radius: 999px; background: oklch(0.14 0.008 285 / .96); box-shadow: 0 12px 34px oklch(0.04 0.01 285 / .27); pointer-events: auto; transition: transform var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out); }
.vi-nav.scrolled .vi-nav-inner { border-color: oklch(0.69 0.12 42 / .32); background: oklch(0.13 0.008 285 / .98); transform: translateY(-2px) scale(.98); }
.vi-nav-brand { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-pixel); font-size: 12px; letter-spacing: .08em; color: var(--v6-text); text-transform: uppercase; -webkit-font-smoothing: none; }
.vi-nav-brand img { width: 22px; height: 22px; border-radius: 6px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .16); }
.vi-nav-links { display: flex; align-items: center; gap: 18px; font-size: 12px; font-weight: 500; color: oklch(0.88 0.006 85 / .7); }
.vi-nav-links a { transition: color var(--duration-fast) var(--ease-out); }
.vi-nav-links a:hover { color: var(--color-ink); }
.vi-btn-nav { padding: 8px 16px !important; font-size: 12px !important; }

/* ============================================================
   BUTTONS
   ============================================================ */
.vi-btn {
  display: inline-block; padding: 12px 28px; border: none; border-radius: 10px;
  background: var(--color-action-surface); color: var(--color-action-ink); font-family: var(--font-sans); font-weight: 500; font-size: 14px;
  cursor: pointer; transition: transform .2s var(--spring), box-shadow .2s, background .15s, color .15s, border-color .15s;
}
.vi-btn:hover { transform: translateY(-2px); }
.vi-btn-ghost { background: var(--color-ghost-surface); color: var(--color-ink); border: var(--rule); backdrop-filter: none; -webkit-backdrop-filter: none; }
.vi-btn-ghost:hover { background: var(--color-ghost-hover); color: var(--color-ink); border-color: var(--color-line); }
.vi-btn-deny { background: rgba(255, 255, 255, .15); color: rgba(255, 255, 255, .9); padding: 9px 14px; font-size: 12.5px; }
.vi-btn-deny:hover { background: rgba(255, 255, 255, .2); }
.vi-btn-allow { background: rgba(255, 255, 255, .9); color: #000; padding: 9px 14px; font-size: 12.5px; }
.vi-btn-allow:hover { background: #fff; }
.vi-btn kbd { margin-left: 5px; opacity: .5; font-family: var(--font-mono); font-size: 10px; }
.vi-btn-block { display: block; width: 100%; text-align: center; margin-top: 22px; }

/* ============================================================
   HERO
   ============================================================ */
.vi-hero { position: relative; isolation: isolate; padding: 138px 24px 74px; text-align: center; }
.vi-hero-grid {
  position: absolute; inset: 40px 0 0; z-index: -1; pointer-events: none; opacity: .35;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 34%, black 8%, transparent 70%);
  mask-image: radial-gradient(ellipse 60% 55% at 50% 34%, black 8%, transparent 70%);
}
.vi-hero-glow {
  content: ""; position: absolute; z-index: -2; top: 60px; left: 50%; width: min(880px, 84vw); height: 560px;
  transform: translateX(-50%); pointer-events: none;
  background: radial-gradient(ellipse, rgba(217, 119, 87, .09), transparent 65%);
  filter: blur(30px);
}
.vi-stage-light { position: absolute; z-index: -1; inset: 0 0 auto; height: 610px; overflow: hidden; pointer-events: none; }
.vi-stage-light::before, .vi-stage-light::after, .vi-stage-light i { position: absolute; content: ""; display: block; transform-origin: 50% 0; opacity: 0; }
.vi-stage-light::before { top: -210px; left: 9%; width: 38%; height: 670px; background: linear-gradient(155deg, transparent 4%, oklch(0.69 0.12 42 / .12) 46%, transparent 86%); transform: rotate(-10deg); animation: vi-light-cue var(--duration-slow) var(--ease-out) .06s both; }
.vi-stage-light::after { top: -230px; right: 3%; width: 34%; height: 670px; background: linear-gradient(205deg, transparent 7%, oklch(0.76 0.16 151 / .07) 52%, transparent 90%); transform: rotate(13deg); animation: vi-light-cue var(--duration-slow) var(--ease-out) .14s both; }
.vi-stage-light i:nth-child(1) { top: 88px; left: 50%; width: min(760px, 94vw); height: 310px; background: radial-gradient(ellipse, oklch(0.76 0.16 151 / .055), transparent 65%); transform: translateX(-50%); animation: vi-light-cue var(--duration-slow) var(--ease-out) .24s both; }
.vi-stage-light i:nth-child(2) { top: 165px; left: 50%; width: min(580px, 75vw); height: 180px; border-top: 1px solid oklch(0.92 0.006 85 / .09); transform: translateX(-50%) scaleX(0); animation: vi-light-line var(--duration-slow) var(--ease-out) .32s both; }
.vi-signal-motes { position: absolute; z-index: 0; inset: 102px 0 auto; height: 420px; max-width: 920px; margin: 0 auto; pointer-events: none; }
.vi-signal-motes i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--color-running); box-shadow: 0 0 0 3px oklch(0.76 0.16 151 / .08); opacity: 0; animation: vi-mote-arrive 640ms var(--ease-out) both; }
.vi-signal-motes i:nth-child(1) { top: 16%; left: 8%; animation-delay: 180ms; }.vi-signal-motes i:nth-child(2) { top: 43%; left: 19%; width: 3px; height: 3px; animation-delay: 250ms; }.vi-signal-motes i:nth-child(3) { top: 7%; left: 35%; background: var(--color-accent); box-shadow: 0 0 0 3px oklch(0.69 0.12 42 / .08); animation-delay: 310ms; }.vi-signal-motes i:nth-child(4) { top: 67%; left: 31%; animation-delay: 370ms; }.vi-signal-motes i:nth-child(5) { top: 29%; left: 64%; width: 3px; height: 3px; background: var(--color-complete); box-shadow: 0 0 0 3px oklch(0.71 0.14 252 / .08); animation-delay: 430ms; }.vi-signal-motes i:nth-child(6) { top: 10%; left: 75%; animation-delay: 480ms; }.vi-signal-motes i:nth-child(7) { top: 57%; left: 84%; background: var(--color-attention); box-shadow: 0 0 0 3px oklch(0.75 0.16 57 / .08); animation-delay: 530ms; }.vi-signal-motes i:nth-child(8) { top: 78%; left: 70%; width: 3px; height: 3px; animation-delay: 590ms; }
@keyframes vi-light-cue { from { opacity: 0; } to { opacity: 1; } }
@keyframes vi-light-line { from { opacity: 0; transform: translateX(-50%) scaleX(0); } to { opacity: .58; transform: translateX(-50%) scaleX(1); } }
@keyframes vi-mote-arrive { from { opacity: 0; transform: translateY(8px) scale(.4); } to { opacity: .82; transform: translateY(0) scale(1); } }
.vi-hero-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px;
  font-family: var(--font-pixel); font-size: 11px; letter-spacing: .1em; color: var(--v6-muted);
  -webkit-font-smoothing: none;
}
.vi-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.vi-dot-idle { background: var(--vi-idle); box-shadow: 0 0 10px rgba(34, 197, 94, .8); animation: vi-breathe 2.4s ease-in-out infinite; }
.vi-dot-work { background: var(--vi-work); box-shadow: 0 0 10px rgba(59, 130, 246, .8); }
@keyframes vi-breathe { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

.vi-headline {
  font-family: var(--font-pixel), var(--font-sans);
  font-size: clamp(34px, 6vw, 60px); font-weight: 400;
  line-height: clamp(46px, 7.4vw, 76px); letter-spacing: 0;
  color: var(--v6-text); margin-bottom: 18px;
  -webkit-font-smoothing: none; -moz-osx-font-smoothing: unset;
}
.vi-headline em { font-style: normal; color: var(--v6-accent); }
.vi-headline em::after { content: ""; }
.vi-sub { font-size: 17px; line-height: 1.65; color: rgba(255, 255, 255, .7); max-width: 480px; margin: 0 auto 30px; }
.vi-cta { display: flex; gap: 12px; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }
.vi-platform { font-family: var(--font-pixel); font-size: 10px; letter-spacing: .14em; color: #666; -webkit-font-smoothing: none; }

/* ============================================================
   DEMO — MACBOOK + NOTCH ISLAND
   ============================================================ */
.vi-demo-section { padding: 26px 24px 60px; display: flex; flex-direction: column; align-items: center; }
.vi-demo-proof { position: relative; z-index: 110; width: 100%; max-width: var(--nav-w); }
.vi-frame {
  position: relative; width: 100%; aspect-ratio: 16 / 10; background: var(--color-paper);
  border-radius: var(--radius-lg); padding: 10px;
  border: var(--rule);
  box-shadow: 0 20px 80px rgba(0, 0, 0, .6), inset 0 .5px rgba(255, 255, 255, .1);
  overflow: hidden;
}
.vi-real-demo-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: opacity .2s ease, transform .35s ease; }
.vi-real-demo-image.vi-demo-swapping { opacity: .14; transform: scale(1.015); }
.vi-real-demo-badge { position: absolute; z-index: 6; right: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; background: rgba(5,5,6,.68); box-shadow: 0 8px 20px rgba(0,0,0,.24); color: #d8d8d4; backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); font-family: var(--font-mono); font-size: 9px; }
.vi-real-demo-badge img { width: 16px; height: 16px; border-radius: 4px; }
.vi-real-demo-scan { position: absolute; z-index: 5; inset: 0; overflow: hidden; pointer-events: none; mix-blend-mode: screen; }
.vi-real-demo-scan::after { position: absolute; top: -30%; right: 0; left: 0; height: 18%; content: ""; background: linear-gradient(180deg, transparent, rgba(118,255,210,.16), transparent); filter: blur(8px); animation: vi-scan 7s ease-in-out infinite; }

/* desktop wallpaper */
.vi-wallpaper {
  position: absolute; inset: 12px; border-radius: 10px 10px 0 0; overflow: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 20% 85%, rgba(34, 86, 160, .55), transparent 60%),
    radial-gradient(ellipse 70% 60% at 85% 20%, rgba(168, 85, 247, .34), transparent 62%),
    radial-gradient(ellipse 60% 50% at 55% 90%, rgba(6, 182, 212, .28), transparent 65%),
    linear-gradient(160deg, #101623 0%, #131a2c 40%, #17233a 70%, #1a1f2e 100%);
}
.vi-wallpaper::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-conic-gradient(from 0deg at 50% 120%, rgba(255, 255, 255, .03) 0deg 6deg, transparent 6deg 18deg);
}
/* mac menu bar */
.vi-wallpaper::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 26px;
  background: rgba(10, 10, 12, .35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border-bottom: .5px solid rgba(255, 255, 255, .06);
}

/* ---- notch / island ---- */
.vi-notch-wrap { position: absolute; top: 12px; left: 0; right: 0; z-index: 20; display: flex; justify-content: center; pointer-events: none; }
.vi-notch {
  position: relative; background: #000; width: 250px; height: 34px;
  border-radius: 0 0 16px 16px;
  pointer-events: auto; cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .6), 0 8px 24px rgba(0, 0, 0, .3);
  transition: width .5s var(--spring), height .5s var(--spring), border-radius .4s ease-out, box-shadow .4s ease-out;
}
.vi-notch::before, .vi-notch::after { content: ""; position: absolute; top: 0; width: 13px; height: 25px; pointer-events: none; }
.vi-notch::before { left: -13px; border-top-right-radius: 6px; box-shadow: 5px 0 #000; }
.vi-notch::after { right: -13px; border-top-left-radius: 6px; box-shadow: -5px 0 #000; }
.vi-notch[data-expanded="true"] { width: min(520px, 84%); }
.vi-notch[data-expanded="true"][data-scene="overview"] { height: 118px; }
.vi-notch[data-expanded="true"][data-scene="approval"], .vi-notch[data-expanded="true"][data-scene="ask"] { height: 188px; }
.vi-notch[data-expanded="true"][data-scene="jump"] { height: 150px; }
.vi-notch[data-scene="overview"] { box-shadow: 0 2px 8px rgba(0, 0, 0, .6), 0 8px 30px rgba(0, 0, 0, .45), 0 0 40px rgba(34, 197, 94, .1); }
.vi-notch[data-scene="approval"] { box-shadow: 0 2px 8px rgba(0, 0, 0, .6), 0 8px 30px rgba(0, 0, 0, .45), 0 0 40px rgba(249, 115, 22, .12); }
.vi-notch[data-scene="ask"] { box-shadow: 0 2px 8px rgba(0, 0, 0, .6), 0 8px 30px rgba(0, 0, 0, .45), 0 0 40px rgba(6, 182, 212, .12); }
.vi-notch[data-scene="jump"] { box-shadow: 0 2px 8px rgba(0, 0, 0, .6), 0 8px 30px rgba(0, 0, 0, .45), 0 0 40px rgba(59, 130, 246, .12); }

.vi-notch-layer { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; }

.vi-scene { position: absolute; inset: 0; padding: 12px 18px 14px; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .3s; pointer-events: none; display: flex; flex-direction: column; gap: 8px; }
.vi-scene.vi-scene-on { opacity: 1; transform: translateY(0); pointer-events: auto; }

.vi-scene-head { display: flex; align-items: center; gap: 9px; min-width: 0; }
.vi-scene-head img { border-radius: 5px; }
.vi-agent-chip { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 6px; background: rgba(255, 255, 255, .07); font-family: var(--font-mono); font-size: 11px; color: #ddd; }
.vi-scene-count { margin-left: auto; font-family: var(--font-pixel); font-size: 10px; color: var(--vi-idle-bright); -webkit-font-smoothing: none; letter-spacing: .06em; }
.vi-scene-title-group { display: grid; gap: 2px; min-width: 0; }
.vi-scene-title-group strong { font-size: 12.5px; font-weight: 600; color: #f2f2f2; }
.vi-scene-title-group small { font-family: var(--font-mono); font-size: 10px; color: #777; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vi-done-icon { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--vi-idle); color: #04120a; font-size: 13px; font-weight: 700; }
.vi-scene-body { font-size: 12.5px; line-height: 1.5; color: #cfcfcf; }
.vi-scene-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.vi-scene-actions-ask { grid-template-columns: 1fr 1fr; }
.vi-scene-progress { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.vi-scene-progress i { position: relative; display: block; width: 46%; height: 5px; border-radius: 4px; background: rgba(255, 255, 255, .12); overflow: hidden; }
.vi-scene-progress i::after { content: ""; position: absolute; inset: 0; width: var(--p, 0%); border-radius: inherit; background: var(--vi-idle); }
.vi-scene-progress small { font-family: var(--font-mono); font-size: 10px; color: #888; }
.vi-scene-jump { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 2px; }
.vi-jump-target { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 11px; color: #9db8e8; }
.vi-jump-target i { width: 8px; height: 8px; border-radius: 2px; background: var(--vi-work); }
.vi-btn-jump { padding: 8px 14px; }

/* floating terminals */
.vi-term { position: absolute; z-index: 5; width: 250px; padding: 11px 13px; border-radius: 10px; background: rgba(22, 22, 22, .92); border: 1px solid rgba(255, 255, 255, .06); box-shadow: 0 16px 40px rgba(0, 0, 0, .4); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.vi-term-a { top: 17%; left: 7%; }
.vi-term-b { right: 7%; bottom: 16%; }
.vi-term-bar { display: flex; align-items: center; gap: 5px; margin-bottom: 9px; }
.vi-term-bar span { width: 9px; height: 9px; border-radius: 50%; background: #333; }
.vi-term-bar span:nth-child(1) { background: #3a3a3c; }
.vi-term-bar b { margin-left: 6px; font-family: var(--font-mono); font-weight: 500; font-size: 9.5px; color: #777; }
.vi-term p { font-family: var(--font-mono); font-size: 10.5px; color: #c9c9c9; line-height: 1.5; }
.vi-term .vi-ok { color: var(--vi-idle-bright); }
.vi-term small { display: block; margin-top: 5px; font-family: var(--font-mono); font-size: 9px; color: #5b5b5b; }

/* ---- scene pills ---- */
.vi-scene-bar { margin-top: -34px; position: relative; z-index: 210; display: flex; flex-direction: column; align-items: center; gap: 14px; padding-top: 46px; }
.vi-scene-pills { display: flex; gap: 4px; flex-wrap: wrap; justify-content: center; }
.vi-scene-pill {
  position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 7px 18px;
  border: 1px solid rgba(255, 255, 255, .15); border-radius: 8px; overflow: hidden;
  background: transparent; color: rgba(255, 255, 255, .45); font-size: 12px; font-weight: 500;
  font-family: var(--font-pixel), var(--font-sans); letter-spacing: .04em;
  -webkit-font-smoothing: none; cursor: pointer; transition: color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out);
}
.vi-scene-pill:hover { color: rgba(255, 255, 255, .7); border-color: rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .04); }
.vi-scene-pill::before { content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, .06); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.vi-scene-pill.vi-tl-active::before { animation: vi-tl-progress var(--act-duration, 5s) linear forwards; }
.vi-scene-pill[data-scene="overview"].vi-tl-active::before { background: rgba(34, 197, 94, .12); }
.vi-scene-pill[data-scene="approval"].vi-tl-active::before { background: rgba(249, 115, 22, .12); }
.vi-scene-pill[data-scene="ask"].vi-tl-active::before { background: rgba(6, 182, 212, .12); }
.vi-scene-pill[data-scene="jump"].vi-tl-active::before { background: rgba(59, 130, 246, .12); }
.vi-scene-pill.vi-tl-paused::before { animation-play-state: paused; }
@keyframes vi-tl-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.vi-scene-active { color: #fff !important; border-color: rgba(255, 255, 255, .2) !important; background: rgba(255, 255, 255, .08) !important; }
.vi-scene-pill[data-scene="overview"].vi-scene-active { border-color: rgba(34, 197, 94, .4) !important; }
.vi-scene-pill[data-scene="approval"].vi-scene-active { border-color: rgba(249, 115, 22, .4) !important; }
.vi-scene-pill[data-scene="ask"].vi-scene-active { border-color: rgba(6, 182, 212, .4) !important; }
.vi-scene-pill[data-scene="jump"].vi-scene-active { border-color: rgba(59, 130, 246, .4) !important; }
.vi-scene-ico { flex-shrink: 0; opacity: .5; transition: opacity .2s, color .2s; font-style: normal; }
.vi-scene-active .vi-scene-ico { opacity: 1; }
.vi-scene-pill[data-scene="overview"].vi-scene-active .vi-scene-ico { color: var(--vi-idle); }
.vi-scene-pill[data-scene="approval"].vi-scene-active .vi-scene-ico { color: var(--vi-alert); }
.vi-scene-pill[data-scene="ask"].vi-scene-active .vi-scene-ico { color: var(--vi-question); }
.vi-scene-pill[data-scene="jump"].vi-scene-active .vi-scene-ico { color: var(--vi-work); }
.vi-scene-caption { font-size: 13px; color: rgba(255, 255, 255, .55); text-align: center; min-height: 20px; transition: opacity .2s; }
.vi-scene-proof { display: inline-flex; align-items: center; gap: 6px; margin-top: -4px; color: #666; font-family: var(--font-mono); font-size: 9px; }.vi-scene-proof img { width: 14px; height: 14px; border-radius: 4px; }

/* ============================================================
   PRAISE BAND — agents
   ============================================================ */
.vi-praise-band { padding: 44px 24px 52px; border-top: 1px solid var(--v6-line); text-align: center; }
.vi-band-label { font-family: var(--font-pixel); font-size: 10px; letter-spacing: .18em; color: #5f5f61; margin-bottom: 22px; -webkit-font-smoothing: none; }
.vi-band-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px; max-width: 860px; margin: 0 auto; }
.vi-band-row span { font-size: 14px; font-weight: 500; color: #fff; opacity: .38; transition: opacity .2s; white-space: nowrap; }
.vi-band-row span:hover { opacity: .85; }

/* ============================================================
   SECTIONS shared
   ============================================================ */
.vi-features, .vi-praise, .vi-faq-section, .vi-pricing { font-family: var(--font-sans); }
.vi-section-eyebrow { text-align: center; font-family: var(--font-pixel); font-size: 10px; letter-spacing: .18em; color: var(--v6-accent); margin-bottom: 14px; -webkit-font-smoothing: none; text-transform: uppercase; }
.vi-section-title { font-size: clamp(22px, 3.4vw, 30px); font-weight: 600; color: var(--v6-text); text-align: center; line-height: 1.3; }
.vi-section-sub { max-width: 460px; margin: 12px auto 0; font-size: 14.5px; line-height: 1.65; color: var(--v6-muted); text-align: center; }

/* ============================================================
   FEATURES
   ============================================================ */
.vi-features { padding: 72px 24px 80px; }
.vi-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 960px; margin: 44px auto 0; }
.vi-feature { position: relative; padding: 26px 24px 24px; border: 1px solid var(--v6-line); border-radius: 14px; background: var(--v6-card); transition: border-color .25s, transform .25s, background .25s; overflow: hidden; }
.vi-feature:hover { border-color: rgba(255, 255, 255, .14); transform: translateY(-3px); background: #222226; }
.vi-feature-ico { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 10px; font-family: var(--font-pixel); font-size: 15px; -webkit-font-smoothing: none; border: 1px solid; }
.vi-ico-idle { color: var(--vi-idle-bright); border-color: rgba(34, 197, 94, .25); background: rgba(34, 197, 94, .08); }
.vi-ico-alert { color: var(--vi-alert-bright); border-color: rgba(249, 115, 22, .25); background: rgba(249, 115, 22, .08); }
.vi-ico-work { color: var(--vi-work-bright); border-color: rgba(59, 130, 246, .25); background: rgba(59, 130, 246, .08); }
.vi-ico-question { color: var(--vi-question-bright); border-color: rgba(6, 182, 212, .25); background: rgba(6, 182, 212, .08); }
.vi-ico-explore { color: #c084fc; border-color: rgba(168, 85, 247, .25); background: rgba(168, 85, 247, .08); }
.vi-feature h3 { font-size: 15.5px; font-weight: 600; color: var(--v6-text); margin-bottom: 9px; }
.vi-feature p { font-size: 13px; line-height: 1.65; color: var(--v6-muted); }

/* ============================================================
   PRAISE / QUOTES
   ============================================================ */
.vi-praise { padding: 72px 24px 84px; border-top: 1px solid var(--v6-line); }
.vi-praise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 960px; margin: 44px auto 0; }
.vi-quote { display: flex; flex-direction: column; gap: 18px; margin: 0; padding: 26px 24px; border: 1px solid var(--v6-line); border-radius: 14px; background: var(--v6-card); }
.vi-quote blockquote { margin: 0; }
.vi-quote blockquote p { font-size: 14px; line-height: 1.7; color: #cfcfcf; }
.vi-quote blockquote p::before { content: "“"; color: var(--v6-accent); font-family: var(--font-serif); font-size: 22px; margin-right: 2px; }
.vi-quote figcaption { display: flex; flex-direction: column; gap: 3px; margin-top: auto; }
.vi-quote-role { font-size: 12.5px; font-weight: 600; color: var(--v6-text); }
.vi-quote-meta { font-family: var(--font-mono); font-size: 10px; color: #5f5f61; }

/* ============================================================
   FAQ
   ============================================================ */
.vi-faq-section { padding: 64px 24px 72px; max-width: 640px; margin: 0 auto; }
.vi-faq-section h2 { font-size: 22px; font-weight: 600; color: var(--v6-text); margin-bottom: 24px; text-align: center; }
.vi-faq { margin: 0; }
.vi-faq-item { border-bottom: 1px solid var(--v6-line); }
.vi-faq-item:last-child { border-bottom: none; }
.vi-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; font-size: 14px; font-weight: 500; color: var(--v6-text); cursor: pointer; list-style: none; }
.vi-faq-item summary::-webkit-details-marker { display: none; }
.vi-faq-item summary > span { font-size: 18px; font-weight: 300; color: var(--v6-muted); transition: transform .25s ease; flex-shrink: 0; }
.vi-faq-item[open] summary > span { transform: rotate(45deg); }
.vi-faq-item p { font-size: 13px; color: var(--v6-muted); line-height: 1.7; padding: 0 0 16px; }

/* ============================================================
   DOWNLOAD CARD (pricing slot)
   ============================================================ */
.vi-pricing { padding: 72px 24px 88px; text-align: center; border-top: 1px solid var(--v6-line); }
.vi-pricing h2 { font-size: 28px; font-weight: 600; color: var(--v6-text); margin-bottom: 8px; }
.vi-pricing-sub { color: var(--v6-muted); margin-bottom: 32px; }
.vi-price-card { position: relative; max-width: 380px; margin: 0 auto; padding: 36px; background: #232325; border: 1px solid rgba(255, 255, 255, .08); border-radius: 16px; text-align: left; overflow: hidden; }
.vi-card-glow { position: absolute; top: -80px; right: -60px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(217, 119, 87, .14), transparent 70%); pointer-events: none; }
.vi-price-tier { font-family: var(--font-pixel); font-size: 10px; letter-spacing: .16em; color: var(--v6-accent); margin-bottom: 10px; -webkit-font-smoothing: none; }
.vi-price-amount { font-size: 40px; font-weight: 700; color: var(--v6-text); margin-bottom: 22px; }
.vi-price-amount span { font-size: 13px; font-weight: 400; color: var(--v6-muted); }
.vi-price-list { margin: 0 0 6px; padding: 0; list-style: none; }
.vi-price-list li { position: relative; padding: 7px 0 7px 22px; font-size: 13px; line-height: 1.5; color: #b9b9b9; }
.vi-price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--vi-idle); font-size: 12px; }
.vi-pricing-buy-link { display: block; margin-top: 12px; font-size: 13px; color: var(--v6-muted); text-align: center; transition: color .15s; }
.vi-pricing-buy-link:hover { color: var(--v6-text); }
.vi-pricing-help { margin-top: 16px; font-size: 12px; color: var(--v6-muted); opacity: .6; }

/* ============================================================
   FOOTER
   ============================================================ */
.vi-footer { max-width: 960px; margin: 0 auto; padding: 56px 24px 28px; font-size: 12px; color: var(--v6-muted); border-top: 1px solid var(--v6-line); }
.vi-footer a { transition: color .15s; }
.vi-footer a:hover { color: var(--v6-text); }
.vi-footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px 48px; margin-bottom: 36px; }
.vi-footer-brand { flex: 1 1 240px; max-width: 320px; }
.vi-footer-wordmark { display: block; font-family: var(--font-serif); font-style: italic; font-size: 22px; color: var(--v6-text); margin-bottom: 10px; }
.vi-footer-tagline { margin: 0 0 16px; max-width: 240px; font-size: 12px; line-height: 1.6; color: var(--v6-muted); }
.vi-footer-cols { display: flex; flex-wrap: wrap; gap: 48px; }
.vi-footer-col { display: flex; flex-direction: column; gap: 11px; min-width: 96px; }
.vi-footer-col h4 { margin: 0 0 5px; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--v6-muted); }
.vi-footer-col a { color: rgba(255, 255, 255, .62); font-size: 13px; }
.vi-footer-col a:hover { color: var(--v6-text); }
.vi-footer-copy { padding-top: 22px; border-top: 1px solid var(--v6-line); color: var(--v6-muted); display: flex; justify-content: space-between; align-items: baseline; gap: 8px 24px; flex-wrap: wrap; }
.vi-footer-right { white-space: nowrap; }
.vi-footer-sig { color: var(--v6-accent); }
.vi-footer-legal { color: #5f5f61; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .vi-features-grid, .vi-praise-grid { grid-template-columns: 1fr 1fr; }
  .vi-term { width: 210px; }
  .vi-term-a { left: 4%; }
  .vi-term-b { right: 4%; }
}
@media (max-width: 640px) {
  .vi-nav-inner { padding: 14px 18px 18px; }
  .vi-nav-links { display: flex; gap: 14px; margin-left: auto; font-size: 12px; }
  .vi-nav-links > a:not(.vi-btn-nav) { display: none; }
  .vi-btn-nav { display: inline-block !important; padding: 8px 11px !important; font-size: 10px !important; }
  .vi-hero { padding: 132px 18px 6px; }
  .vi-headline { font-size: clamp(30px, 10vw, 39px); letter-spacing: -.035em; }
  .vi-headline > span, .vi-headline em { display: block; }
  .vi-cta { flex-direction: column; gap: 10px; }
  .vi-cta .vi-btn { width: min(320px, 100%); }
  .vi-demo-section { padding: 16px 12px 44px; }
  .vi-frame { aspect-ratio: 16 / 10; }
  .vi-term { display: none; }
  .vi-notch[data-expanded="true"] { width: 92%; }
  .vi-scene-bar { margin-top: -28px; padding-top: 38px; }
  .vi-scene-pill { padding: 6px 12px; font-size: 11px; }
  .vi-scene-caption { font-size: 12px; padding: 0 12px; }
  .vi-band-row { gap: 10px 18px; }
  .vi-features-grid, .vi-praise-grid { grid-template-columns: 1fr; }
  .vi-features { padding: 56px 18px 64px; }
  .vi-praise { padding: 56px 18px 64px; }
  .vi-price-card { padding: 28px 22px; }
  .vi-footer { padding: 40px 18px 24px; }
  .vi-footer-top { flex-direction: column; gap: 32px; }
  .vi-footer-cols { gap: 32px 40px; }
  .vi-footer-copy { flex-direction: column; align-items: flex-start; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   MOTION + PRODUCT STORY PASS
   Animations carry state and orientation; they are never decorative-only.
   ============================================================ */
.vi-hero-orbit { position: absolute; z-index: -2; left: 50%; border: 1px solid rgba(217, 119, 87, .12); border-radius: 50%; pointer-events: none; transform: translateX(-50%); }
.vi-hero-orbit-a { top: 88px; width: min(760px, 86vw); height: min(760px, 86vw); animation: vi-orbit-pulse 7s ease-in-out infinite; }
.vi-hero-orbit-b { top: 202px; width: min(510px, 60vw); height: min(510px, 60vw); border-color: rgba(74, 222, 128, .11); animation: vi-orbit-pulse 7s ease-in-out 1.8s infinite reverse; }
@keyframes vi-orbit-pulse { 0%, 100% { opacity: .28; transform: translateX(-50%) scale(.95); } 50% { opacity: .72; transform: translateX(-50%) scale(1.04); } }
@keyframes vi-grid-drift { from { background-position: 0 0, 0 0; } to { background-position: 40px 40px, 40px 40px; } }
.vi-hero-grid { animation: vi-grid-drift 18s linear infinite; }
.vi-headline, .vi-sub, .vi-cta, .vi-platform { animation: vi-enter-up .8s both; }
.vi-headline { animation-delay: .08s; }.vi-sub { animation-delay: .17s; }.vi-cta { animation-delay: .26s; }.vi-platform { animation-delay: .34s; }
@keyframes vi-enter-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.vi-scroll-cue { display: inline-flex; align-items: center; gap: 8px; margin-top: 27px; color: #767678; font-family: var(--font-mono); font-size: 10px; transition: color .2s; }
.vi-scroll-cue:hover { color: #d8d8d8; }.vi-scroll-cue span { display: block; width: 20px; height: 29px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; position: relative; }.vi-scroll-cue span::after { position: absolute; top: 5px; left: 50%; width: 3px; height: 6px; border-radius: 3px; content: ""; background: var(--v6-accent); transform: translateX(-50%); animation: vi-scroll-pip 1.8s ease infinite; }
@keyframes vi-scroll-pip { 0%, 100% { opacity: .3; transform: translate(-50%, 0); } 50% { opacity: 1; transform: translate(-50%, 10px); } }

.vi-frame { isolation: isolate; transform-style: preserve-3d; transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s; }
.vi-frame:hover { transform: perspective(1400px) rotateX(1.2deg) rotateY(-1.2deg) translateY(-3px); box-shadow: 0 34px 90px rgba(0,0,0,.46), 0 0 62px rgba(217,119,87,.1); }
.vi-frame-scan { position: absolute; z-index: 4; inset: 0; overflow: hidden; pointer-events: none; opacity: .45; mix-blend-mode: screen; }
.vi-frame-scan::before { position: absolute; top: -32%; right: 0; left: 0; height: 22%; content: ""; background: linear-gradient(180deg, transparent, rgba(255,255,255,.1), transparent); filter: blur(7px); animation: vi-scan 6.5s ease-in-out infinite; }
@keyframes vi-scan { 0%, 20% { transform: translateY(-20%); opacity: 0; } 35%, 60% { opacity: .5; } 80%, 100% { transform: translateY(600%); opacity: 0; } }
.vi-live-cursor { position: absolute; z-index: 60; top: 36%; left: 58%; display: flex; align-items: center; gap: 5px; color: #f1f1f1; font-family: var(--font-mono); font-size: 9px; pointer-events: none; animation: vi-cursor-path 8s cubic-bezier(.45,.05,.55,.95) infinite; }
.vi-live-cursor i { display: block; width: 0; height: 0; border-top: 10px solid #fff; border-right: 6px solid transparent; border-left: 6px solid transparent; transform: rotate(-35deg); filter: drop-shadow(0 1px 3px #000); }.vi-live-cursor span { padding: 4px 6px; border-radius: 4px; background: rgba(0,0,0,.68); box-shadow: 0 3px 12px rgba(0,0,0,.28); }
@keyframes vi-cursor-path { 0%, 20% { opacity: 0; transform: translate(-22px, 22px); } 30% { opacity: 1; transform: translate(0,0); } 43% { transform: translate(14px, -9px); } 48% { transform: translate(14px, -9px) scale(.94); } 54% { transform: translate(14px, -9px) scale(1); } 71% { opacity: 1; transform: translate(18px, -10px); } 84%,100% { opacity: 0; transform: translate(46px, -34px); } }
.vi-term { animation: vi-card-float 7s ease-in-out infinite; }.vi-term-b { animation-delay: -3s; }
@keyframes vi-card-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.vi-motion-strip { overflow: hidden; border-top: 1px solid var(--v6-line); border-bottom: 1px solid var(--v6-line); background: #121215; }
.vi-motion-track { display: flex; align-items: center; gap: 34px; width: max-content; min-width: 100%; height: 64px; padding-left: 24px; color: #7d7d7f; font-family: var(--font-pixel); font-size: 10px; letter-spacing: .15em; white-space: nowrap; animation: vi-marquee 30s linear infinite; }
.vi-motion-track i { color: var(--v6-accent); font-style: normal; }
@keyframes vi-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.vi-reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.vi-reveal.vi-revealed { opacity: 1; transform: translateY(0); }
.vi-features-grid .vi-feature:nth-child(2) { transition-delay: .06s; }.vi-features-grid .vi-feature:nth-child(3) { transition-delay: .12s; }.vi-features-grid .vi-feature:nth-child(4) { transition-delay: .18s; }.vi-features-grid .vi-feature:nth-child(5) { transition-delay: .24s; }.vi-features-grid .vi-feature:nth-child(6) { transition-delay: .3s; }
.vi-feature::after { position: absolute; top: -70%; left: -45%; width: 42%; height: 230%; content: ""; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); transform: rotate(22deg) translateX(-280%); transition: transform .7s ease; }.vi-feature:hover::after { transform: rotate(22deg) translateX(670%); }

.vi-workflow { padding: 104px 24px 112px; overflow: hidden; border-top: 1px solid var(--v6-line); border-bottom: 1px solid var(--v6-line); background: radial-gradient(ellipse 50% 60% at 50% 49%, rgba(217,119,87,.08), transparent 72%), #171719; }
.vi-workflow-intro, .vi-tour-intro { max-width: 600px; margin: 0 auto; text-align: center; }
.vi-state-stories { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .92fr) minmax(0, 1fr); gap: 17px; max-width: 1060px; margin: 53px auto 0; }
.vi-state-story { position: relative; min-height: 425px; padding: 22px; overflow: hidden; border: var(--rule); border-radius: var(--radius-lg); background: linear-gradient(145deg, oklch(0.16 0.009 285), oklch(0.13 0.008 285)); }.vi-state-story::before { position: absolute; right: -42px; bottom: -68px; width: 196px; height: 196px; border: 1px solid oklch(0.92 0.006 85 / .07); border-radius: 50%; content: ""; }.vi-state-running::before { border-color: oklch(0.76 0.16 151 / .17); }.vi-state-alert::before { border-color: oklch(0.75 0.16 57 / .19); }.vi-state-done::before { border-color: oklch(0.71 0.14 252 / .18); }
.vi-story-label { display: flex; justify-content: space-between; color: var(--color-muted); font-family: var(--font-display); font-size: 9px; letter-spacing: .12em; }.vi-story-label i { font-style: normal; }.vi-state-running .vi-story-label i { color: var(--color-running); }.vi-state-alert .vi-story-label i { color: var(--color-attention); }.vi-state-done .vi-story-label i { color: var(--color-complete); }
.vi-story-proof { position: relative; z-index: 1; aspect-ratio: 1.46 / 1; margin: 28px 0 22px; overflow: hidden; border: 1px solid oklch(0.92 0.006 85 / .13); border-radius: var(--radius-md); background: oklch(0.08 0.006 285); }.vi-story-proof > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }.vi-story-proof figcaption { position: absolute; right: var(--space-2); bottom: var(--space-2); left: var(--space-2); display: inline-flex; align-items: center; gap: 6px; width: max-content; max-width: calc(100% - var(--space-4)); padding: 5px 7px; overflow: hidden; color: var(--color-ink); border: 1px solid oklch(0.92 0.006 85 / .13); border-radius: var(--radius-sm); background: oklch(0.1 0.008 285 / .92); font-family: var(--font-mono); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.vi-story-proof figcaption img { width: 15px; height: 15px; padding: 2px; border-radius: 4px; background: oklch(0.92 0.006 85); object-fit: contain; }
.vi-state-alert { margin-top: var(--space-5); }.vi-state-story h3 { position: relative; z-index: 1; margin-bottom: 10px; color: var(--color-ink); font-size: 17px; font-weight: 600; }.vi-state-story p { position: relative; z-index: 1; color: var(--v6-muted); font-size: 13px; line-height: 1.72; }

.vi-tour { position: relative; padding: 104px 24px 115px; overflow: hidden; background: #141416; }.vi-tour::before { position: absolute; top: 35%; left: 50%; width: min(950px, 100vw); height: 500px; border-radius: 50%; content: ""; pointer-events: none; background: radial-gradient(ellipse, rgba(74,222,128,.08), transparent 67%); transform: translateX(-50%); filter: blur(22px); }.vi-tour-intro { position: relative; z-index: 1; }
.vi-tour-stage { position: relative; z-index: 1; max-width: 1000px; height: 470px; margin: 53px auto 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: #17171a; box-shadow: 0 28px 70px rgba(0,0,0,.35); }.vi-tour-chrome { position: relative; z-index: 5; display: flex; align-items: center; gap: 6px; height: 37px; padding: 0 15px; color: #737375; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(17,17,19,.87); font-family: var(--font-mono); font-size: 9px; }.vi-tour-chrome > span { width: 8px; height: 8px; border-radius: 50%; background: #444; }.vi-tour-chrome > span:nth-child(1) { background: #bd6661; }.vi-tour-chrome > span:nth-child(2) { background: #bea05d; }.vi-tour-chrome > span:nth-child(3) { background: #6eac71; }.vi-tour-chrome b { margin-left: 9px; font-weight: 400; }.vi-tour-chrome i { margin-left: auto; font-style: normal; }.vi-tour-video { position: absolute; z-index: 7; top: 37px; left: 0; width: 100%; height: calc(100% - 37px); object-fit: cover; }
.vi-tour-simulation { position: absolute; inset: 37px 0 0; overflow: hidden; background: radial-gradient(ellipse at 50% 0%, rgba(74,222,128,.08), transparent 55%), #070809; }.vi-tour-real-image { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center top; transition: opacity .2s ease, transform .3s ease; }.vi-tour-real-image.vi-tour-image-swapping { opacity: .2; transform: scale(1.015); }.vi-tour-real-overlay { position: absolute; right: 16px; bottom: 16px; left: 16px; display: flex; align-items: center; gap: 8px; padding: 9px 11px; color: #d6d9d7; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(5,6,7,.7); box-shadow: 0 12px 26px rgba(0,0,0,.28); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-family: var(--font-mono); font-size: 10px; }.vi-tour-real-overlay img { width: 18px; height: 18px; border-radius: 5px; }.vi-tour-real-overlay span { margin-left: auto; color: #969a97; font-size: 9px; }
.vi-tour-agent { position: absolute; z-index: 2; display: grid; gap: 5px; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(12,17,21,.69); box-shadow: 0 18px 34px rgba(0,0,0,.22); backdrop-filter: blur(9px); }.vi-tour-agent small { color: #a6b7b3; font-family: var(--font-mono); font-size: 8px; }.vi-tour-agent strong { color: #f1f1ed; font-size: 19px; font-weight: 600; }.vi-tour-agent span { color: #ccd2ce; font-size: 11px; }.vi-tour-agent i { position: absolute; right: 12px; bottom: 10px; color: var(--vi-idle-bright); font-style: normal; }.vi-tour-agent-left { bottom: 15%; left: 8%; width: 162px; }.vi-tour-agent-right { top: 18%; right: 9%; width: 270px; }.vi-tour-agent-right strong { font-size: 12px; }.vi-tour-agent-right span { color: #9ca9a5; font-family: var(--font-mono); font-size: 9px; }
.vi-tour-island { position: absolute; z-index: 4; top: 14%; left: 50%; display: flex; align-items: center; gap: 10px; width: 380px; padding: 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(5,6,8,.94); box-shadow: 0 20px 36px rgba(0,0,0,.42); transform: translateX(-50%); transition: border-color .35s, box-shadow .35s; }.vi-tour-island > b { display: grid; width: 33px; height: 33px; color: var(--vi-idle-bright); border-radius: 9px; place-items: center; background: rgba(74,222,128,.13); font-family: var(--font-mono); }.vi-tour-island div { display: grid; gap: 3px; }.vi-tour-island strong { color: #ededeb; font-size: 11px; }.vi-tour-island small { color: #888; font-family: var(--font-mono); font-size: 8px; }.vi-tour-island em { display: grid; width: 21px; height: 21px; margin-left: auto; color: #072015; border-radius: 50%; place-items: center; background: var(--vi-idle-bright); font-size: 11px; font-style: normal; font-weight: 700; }
.vi-tour-play { position: absolute; z-index: 6; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 15px; color: #d9dfdc; background: linear-gradient(90deg, rgba(5,8,10,.7), rgba(5,8,10,.2), rgba(5,8,10,.7)); font-size: 11px; }.vi-tour-play > span { display: grid; width: 24px; height: 24px; padding-left: 2px; color: #103628; border-radius: 50%; place-items: center; background: var(--vi-idle-bright); font-size: 9px; }.vi-tour-play small { color: #9aa5a1; font-family: var(--font-mono); font-size: 8px; }
.vi-tour-stage[data-tour-stage="flow"] .vi-tour-island { border-color: rgba(74,222,128,.7); box-shadow: 0 20px 36px rgba(0,0,0,.42), 0 0 34px rgba(74,222,128,.18); }.vi-tour-stage[data-tour-stage="act"] .vi-tour-island { border-color: rgba(251,146,60,.76); box-shadow: 0 20px 36px rgba(0,0,0,.42), 0 0 34px rgba(251,146,60,.19); }.vi-tour-stage[data-tour-stage="act"] .vi-tour-island > b, .vi-tour-stage[data-tour-stage="act"] .vi-tour-island em { color: #311400; background: var(--vi-alert-bright); }
.vi-tour-tabs { position: relative; z-index: 2; display: flex; justify-content: center; gap: 6px; max-width: 760px; margin: 17px auto 0; }.vi-tour-tab { display: flex; flex: 1; align-items: center; justify-content: center; gap: 8px; padding: 13px; color: #8e918f; border: 1px solid var(--v6-line); border-radius: 9px; cursor: pointer; background: #1a1a1d; font-size: 12px; transition: color .2s, border-color .2s, background .2s, transform .2s; }.vi-tour-tab:hover { color: #ddd; transform: translateY(-1px); }.vi-tour-tab span { color: #6b6b6d; font-family: var(--font-mono); font-size: 9px; }.vi-tour-tab-active { color: #f1f1ee; border-color: rgba(74,222,128,.38); background: rgba(74,222,128,.08); }.vi-tour-tab-active span { color: var(--vi-idle-bright); }
.vi-tour-explainer { position: relative; z-index: 2; display: grid; grid-template-columns: 92px 1fr auto; gap: 22px; align-items: start; max-width: 760px; margin: 26px auto 0; padding-top: 23px; border-top: 1px solid var(--v6-line); }.vi-tour-explainer > span { padding-top: 2px; color: var(--vi-idle-bright); font-family: var(--font-mono); font-size: 10px; }.vi-tour-explainer h3 { margin-bottom: 7px; color: #ededeb; font-size: 16px; }.vi-tour-explainer p { max-width: 480px; color: var(--v6-muted); font-size: 13px; line-height: 1.7; }.vi-tour-explainer a { align-self: center; padding: 9px 11px; color: #d4d8d5; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; font-size: 11px; transition: border-color .2s, color .2s; white-space: nowrap; }.vi-tour-explainer a:hover { color: var(--vi-idle-bright); border-color: rgba(74,222,128,.45); }.vi-tour-explainer a b { margin-left: 4px; }

@media (max-width: 940px) { .vi-state-stories { grid-template-columns: 1fr; max-width: 560px; }.vi-state-story { min-height: 278px; }.vi-tour-stage { height: 420px; } }
@media (max-width: 640px) { .vi-hero-orbit-a { top: 80px; }.vi-hero-orbit-b { top: 175px; }.vi-scroll-cue { margin-top: 20px; }.vi-live-cursor { display: none; }.vi-motion-track { height: 53px; gap: 21px; padding-left: 16px; font-size: 8px; }.vi-workflow, .vi-tour { padding: 76px 18px 82px; }.vi-state-stories { gap: 11px; margin-top: 38px; }.vi-state-story { min-height: 263px; padding: 20px; }.vi-tour-stage { height: 315px; margin-top: 38px; border-radius: 12px; }.vi-tour-chrome { height: 29px; padding: 0 10px; font-size: 7px; }.vi-tour-video { top: 29px; height: calc(100% - 29px); }.vi-tour-simulation { inset: 29px 0 0; }.vi-tour-agent-left { bottom: 15%; left: 5%; width: 105px; padding: 10px; }.vi-tour-agent-right { top: 17%; right: 5%; width: 155px; padding: 10px; }.vi-tour-agent strong { font-size: 15px; }.vi-tour-agent span { font-size: 9px; }.vi-tour-agent-right strong { font-size: 9px; }.vi-tour-agent-right span { font-size: 7px; }.vi-tour-island { top: 12%; width: min(290px, 78%); padding: 9px; border-radius: 13px; }.vi-tour-island > b { width: 26px; height: 26px; font-size: 10px; }.vi-tour-island strong { font-size: 9px; }.vi-tour-island small { font-size: 7px; }.vi-tour-island em { width: 18px; height: 18px; font-size: 9px; }.vi-tour-play { gap: 6px; padding: 9px 5px; font-size: 8px; }.vi-tour-play > span { width: 19px; height: 19px; font-size: 7px; }.vi-tour-play small { display: none; }.vi-tour-tabs { gap: 4px; }.vi-tour-tab { padding: 10px 4px; gap: 4px; font-size: 10px; }.vi-tour-tab span { font-size: 8px; }.vi-tour-explainer { grid-template-columns: 1fr; gap: 6px; margin-top: 21px; padding-top: 18px; }.vi-tour-explainer > span { font-size: 9px; }.vi-tour-explainer h3 { margin: 3px 0 2px; font-size: 15px; }.vi-tour-explainer p { font-size: 12px; }.vi-tour-explainer a { justify-self: start; margin-top: 7px; }.vi-frame:hover { transform: none; } }
@media (max-width: 640px) { .vi-real-demo-badge { right: 10px; bottom: 10px; padding: 5px 7px; font-size: 7px; }.vi-real-demo-badge img { width: 13px; height: 13px; }.vi-scene-proof { padding: 0 12px; font-size: 8px; }.vi-tour-real-overlay { right: 9px; bottom: 9px; left: 9px; padding: 7px 8px; font-size: 8px; }.vi-tour-real-overlay img { width: 14px; height: 14px; }.vi-tour-real-overlay span { display: none; } }
@media (prefers-reduced-motion: reduce) { .vi-hero-orbit, .vi-hero-grid, .vi-headline, .vi-sub, .vi-cta, .vi-platform, .vi-scroll-cue span::after, .vi-frame-scan::before, .vi-real-demo-scan::after, .vi-live-cursor, .vi-term, .vi-motion-track { animation: none !important; } .vi-reveal { opacity: 1; transform: none; } }

/* Hallmark refinement pass: product evidence takes the visual lead. */
.vi-tour-stage { background: var(--color-paper-raised); }
.vi-tour-simulation { inset: 0; background: var(--color-paper); }
.vi-tour-real-overlay { border-radius: var(--radius-sm); background: oklch(0.1 0.008 285 / .9); backdrop-filter: none; -webkit-backdrop-filter: none; }
.vi-tour-real-overlay img { border-radius: 4px; }
.vi-tour-video, .vi-tour-chrome { display: none; }
.vi-footer { padding-top: var(--space-8); }
.vi-footer-statement { max-width: 760px; margin: 0 0 var(--space-7); color: var(--color-ink); font-family: var(--font-display); font-size: clamp(24px, 4vw, 42px); line-height: 1.2; letter-spacing: -.06em; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--color-running); outline-offset: 3px; }
a:active, button:active { transform: translateY(1px); }
button:disabled, [aria-disabled="true"] { cursor: not-allowed; opacity: .55; }

@media (max-width: 940px) {
  .vi-state-stories { grid-template-columns: 1fr; max-width: 560px; }
  .vi-state-story { min-height: 0; }
  .vi-state-alert { margin-top: 0; }
  .vi-story-proof { aspect-ratio: 1.7 / 1; }
}

@media (max-width: 640px) {
  .vi-nav { top: 10px; }
  .vi-nav-inner { max-width: calc(100% - 20px); padding: 7px 8px 7px 12px; }
  .vi-nav-brand { gap: 7px; font-size: 10px; }
  .vi-nav-links { gap: 9px; }
  .vi-hero { padding: 118px 18px 54px; }
  .vi-stage-light { height: 470px; }
  .vi-signal-motes { top: 78px; transform: scale(.82); transform-origin: 50% 0; }
  .vi-story-proof { margin: 22px 0 19px; }
  .vi-story-proof figcaption { font-size: 7px; }
  .vi-tour-simulation { inset: 0; }
  .vi-tour-stage { height: 315px; }
  .vi-footer-statement { margin-bottom: var(--space-6); font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .vi-stage-light::before, .vi-stage-light::after, .vi-stage-light i, .vi-signal-motes i { animation: none !important; opacity: .55; }
}
