/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./styles/landing.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* ============================================================
   VALSA — Landing (Orange as Accent + Grain)
   ============================================================ */

.vA {
  --bg: #ffffff;
  --bg-soft: #f7f5f2;
  --bg-warmer: #efebe6;
  --ink: #0f0a07;
  --ink-2: #3d342c;
  --ink-3: #807267;
  --line: #eae5de;
  --line-2: #f1ede6;
  --accent: #ff5b1f;
  --accent-soft: #ffe9dc;
  --accent-ink: #b83d0c;
  --accent-deep: #e0480f;
  --ok: #17a97a;
  /* Font variables (--font-sans / --font-mono / --font-display) flow
     down from <html> where next/font registers Geist, Geist Mono and
     Instrument Serif (see app/layout.tsx). Re-declaring them here with
     literal family names breaks the binding because next/font emits
     auto-generated family names, not the human-readable ones. */

  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-feature-settings: "ss01", "ss02", "cv11";
  letter-spacing: -0.01em;
  width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* GRAIN — applied globally across every surface */
.vA::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0.14;
  mix-blend-mode: multiply;
  background-image: url("/grain-light.svg");
  background-size: 240px 240px;
}
.vA.dark::after {
  mix-blend-mode: screen;
  opacity: 0.35;
  background-image: url("/grain-dark.svg");
}

.vA.dark {
  --bg: #0d0906;
  --bg-soft: #14100b;
  --bg-warmer: #1a150f;
  --ink: #f5efe6;
  --ink-2: #c6baa9;
  --ink-3: #7a7065;
  --line: #26201a;
  --line-2: #1d1812;
  --accent: #ff6a2e;
  --accent-soft: #2a1409;
  --accent-ink: #ffae7d;
  --accent-deep: #ff5b1f;
}

.vA * { box-sizing: border-box; }
.vA p { margin: 0; }
.vA h1, .vA h2, .vA h3, .vA h4 { margin: 0; font-weight: 600; letter-spacing: -0.035em; line-height: 0.98; }
.vA a { color: inherit; text-decoration: none; }

.vA .mono { font-family: var(--font-mono); letter-spacing: 0; font-feature-settings: normal; }
.vA .serif { font-family: var(--font-display); font-style: italic; font-weight: 400; letter-spacing: -0.02em; color: var(--accent); }

/* ---------- NAV ---------- */
.vA-nav {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 56px;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  z-index: 10;
}
.vA-logo { display: flex; align-items: center; gap: 10px; }
.vA-logo-mark {
  width: 30px; height: 30px;
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  display: grid; place-items: center;
  font-family: var(--font-sans);
  font-size: 16px; font-weight: 800;
  letter-spacing: -0.06em;
  box-shadow: inset 0 -6px 12px -6px rgba(0,0,0,.25);
}
.vA-nav-links {
  display: flex; gap: 32px;
  font-size: 14px; font-weight: 500;
  color: var(--ink-2);
}
.vA-nav-links a:hover { color: var(--accent); }
.vA-nav-cta { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; }

.vA-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 16px; border-radius: 8px;
  font-size: 14px; font-weight: 600;
  transition: all .15s; white-space: nowrap;
}
.vA-btn.primary { background: var(--accent); color: #fff; border: 1px solid var(--accent); }
.vA-btn.primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
.vA-btn.ghost { color: var(--ink-2); }
.vA-btn.ghost:hover { color: var(--ink); }
.vA-btn.outline { border: 1px solid var(--line); color: var(--ink); background: var(--bg); }
.vA-btn.outline:hover { border-color: var(--ink); }

/* ---------- HERO ---------- */
.vA-hero {
  position: relative;
  padding: 80px 56px 56px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: var(--bg);
}
.vA-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(to right, var(--line-2) 1px, transparent 1px);
  background-size: 120px 100%;
  pointer-events: none;
  opacity: .7;
}
.vA-hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px; color: var(--accent-ink);
  padding: 6px 12px;
  border: 1px solid color-mix(in oklab, var(--accent) 30%, var(--line));
  border-radius: 999px;
  margin-bottom: 32px;
  background: var(--accent-soft);
  position: relative;
}
.vA-hero-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 25%, transparent); }
.vA-hero-h {
  font-size: 108px; line-height: 0.92; letter-spacing: -0.045em;
  font-weight: 500; max-width: 1200px; position: relative;
}
.vA-hero-h .serif { font-weight: 400; letter-spacing: -0.03em; color: var(--accent); }
.vA-hero-h .stroke { -webkit-text-stroke: 1.5px var(--accent); color: transparent; font-weight: 500; }
.vA-hero-sub {
  max-width: 560px; margin-top: 32px;
  font-size: 19px; line-height: 1.5;
  color: var(--ink-2); letter-spacing: -0.01em;
  position: relative;
}
.vA-hero-cta { display: flex; gap: 12px; margin-top: 40px; position: relative; }
.vA-hero-cta .vA-btn { padding: 14px 22px; font-size: 15px; }

.vA-hero-meta {
  position: relative; margin-top: 80px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.vA-hero-meta > div { padding: 24px 20px; border-right: 1px solid var(--line); }
.vA-hero-meta > div:last-child { border-right: none; }
.vA-hero-meta .num { font-size: 44px; font-weight: 500; letter-spacing: -0.04em; line-height: 1; }
.vA-hero-meta .num .accent { color: var(--accent); }
.vA-hero-meta .lbl { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); margin-top: 10px; text-transform: uppercase; letter-spacing: 0.05em; }

/* ---------- PRODUCT SHOT ---------- */
.vA-product {
  position: relative;
  padding: 0 56px 0;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}
.vA-product-inner { position: relative; margin: -60px auto 80px; max-width: 1280px; }
.vA-dash {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow:
    0 30px 60px -20px rgba(60, 40, 20, 0.18),
    0 8px 24px -8px rgba(60, 40, 20, 0.1);
  overflow: hidden;
}
.vA.dark .vA-dash { background: #16110b; }
.vA-dash-head {
  display: flex; align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  gap: 14px;
  background: var(--bg-soft);
}
.vA-dash-dots { display: flex; gap: 6px; }
.vA-dash-dots span { width: 11px; height: 11px; border-radius: 50%; background: var(--line); }
.vA-dash-dots span:first-child { background: var(--accent); }
.vA-dash-url {
  flex: 1; font-family: var(--font-mono); font-size: 12px;
  color: var(--ink-3); text-align: center;
  background: var(--bg); padding: 6px 14px;
  border-radius: 6px; border: 1px solid var(--line);
}
.vA-dash-body { display: grid; grid-template-columns: 220px 1fr; min-height: 620px; }
.vA-dash-side { border-right: 1px solid var(--line); padding: 16px 12px; background: var(--bg-soft); }
.vA-side-brand {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 8px; margin-bottom: 18px;
  font-weight: 600; font-size: 13px;
}
.vA-side-brand::before { content: ""; width: 22px; height: 22px; border-radius: 5px; background: var(--accent); }
.vA-side-label {
  font-family: var(--font-mono); font-size: 10px;
  text-transform: uppercase; color: var(--ink-3);
  padding: 14px 8px 6px; letter-spacing: 0.08em;
}
.vA-side-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; font-size: 13px;
  color: var(--ink-2); border-radius: 6px;
  margin-bottom: 2px; font-weight: 500;
}
.vA-side-item.active { background: var(--accent-soft); color: var(--accent-ink); }
.vA-side-item .ico { width: 14px; height: 14px; background: currentColor; opacity: .5; border-radius: 3px; }
.vA-dash-main { padding: 24px 28px; overflow: hidden; background: var(--bg); }
.vA.dark .vA-dash-main { background: #16110b; }
.vA-dash-title-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 22px; }
.vA-dash-title { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.vA-dash-subtitle { font-size: 12px; color: var(--ink-3); margin-top: 4px; font-family: var(--font-mono); }
.vA-dash-filters { display: flex; gap: 6px; }
.vA-dash-filters span { padding: 6px 10px; font-size: 11px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink-2); font-family: var(--font-mono); }
.vA-dash-filters span.active { background: var(--accent); color: #fff; border-color: var(--accent); }

.vA-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin-bottom: 22px; background: var(--bg); }
.vA-kpi { padding: 16px 18px; border-right: 1px solid var(--line); }
.vA-kpi:last-child { border-right: none; }
.vA-kpi .l { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.08em; }
.vA-kpi .v { font-size: 28px; font-weight: 500; letter-spacing: -0.03em; margin-top: 10px; line-height: 1; }
.vA-kpi .v .accent { color: var(--accent); }
.vA-kpi .d { font-size: 11px; color: var(--ok); margin-top: 6px; font-family: var(--font-mono); }
.vA-kpi .d.neg { color: var(--accent-ink); }

.vA-dash-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; }
.vA-card { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--bg); }
.vA-card-hd { padding: 14px 16px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.vA-card-hd .t { font-size: 13px; font-weight: 600; }
.vA-card-hd .m { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); }
.vA-chart { padding: 14px 16px; height: 200px; position: relative; }
.vA-chart svg { width: 100%; height: 100%; }

.vA-list { padding: 4px 0; }
.vA-list-row { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; padding: 11px 16px; font-size: 12px; align-items: center; border-bottom: 1px solid var(--line-2); }
.vA-list-row:last-child { border-bottom: none; }
.vA-list-row .who { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.vA-avatar { width: 26px; height: 26px; border-radius: 50%; background: var(--bg-warmer); color: var(--ink-2); display: grid; place-items: center; font-size: 10px; font-weight: 600; font-family: var(--font-mono); }
.vA-list-row .val { font-family: var(--font-mono); font-size: 11px; color: var(--ink-2); }
.vA-pill { font-family: var(--font-mono); font-size: 10px; padding: 3px 7px; border-radius: 4px; border: 1px solid var(--line); color: var(--ink-2); text-transform: uppercase; letter-spacing: 0.05em; }
.vA-pill.ok { color: var(--ok); border-color: color-mix(in oklab, var(--ok) 40%, var(--line)); background: color-mix(in oklab, var(--ok) 8%, transparent); }
.vA-pill.warn { color: #b87a12; border-color: color-mix(in oklab, #b87a12 40%, var(--line)); background: color-mix(in oklab, #b87a12 10%, transparent); }
.vA-pill.act { color: var(--accent-ink); border-color: color-mix(in oklab, var(--accent) 40%, var(--line)); background: var(--accent-soft); }

/* ---------- LOGOS ---------- */
.vA-logos { padding: 60px 56px; border-bottom: 1px solid var(--line); background: var(--bg); }
.vA-logos-label { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-3); margin-bottom: 28px; }
.vA-logos-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; align-items: center; border-top: 1px solid var(--line); }
.vA-logos-row > div { padding: 28px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; font-family: var(--font-display); font-size: 22px; color: var(--ink-2); letter-spacing: -0.02em; }
.vA-logos-row > div:last-child { border-right: none; }

/* ---------- SECTIONS ---------- */
.vA-section { padding: 120px 56px; border-bottom: 1px solid var(--line); position: relative; background: var(--bg); }
.vA-section.warm { background: var(--bg-soft); }
.vA-section-head { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; margin-bottom: 80px; }
.vA-eyebrow { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); }
.vA-eyebrow::before { content: "● "; }
.vA-h2 { font-size: 64px; line-height: 0.95; letter-spacing: -0.04em; font-weight: 500; margin-top: 20px; }
.vA-h2 .serif { font-weight: 400; color: var(--accent); }
.vA-section-desc { font-size: 19px; line-height: 1.5; color: var(--ink-2); letter-spacing: -0.01em; max-width: 580px; align-self: end; }

/* Features grid */
.vA-features { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg); }
.vA-feature { padding: 36px 32px 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; min-height: 320px; display: flex; flex-direction: column; background: var(--bg); }
.vA-feature:nth-child(3n) { border-right: none; }
.vA-feature:nth-child(n+4) { border-bottom: none; }
.vA-feature.lg { grid-column: span 2; }
.vA-feature-num { font-family: var(--font-mono); font-size: 11px; color: var(--accent); letter-spacing: 0.06em; margin-bottom: 28px; }
.vA-feature-visual { flex: 1; margin-bottom: 24px; display: grid; place-items: center; min-height: 140px; }
.vA-feature-t { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 10px; }
.vA-feature-t .serif { color: var(--accent); }
.vA-feature-d { font-size: 14px; color: var(--ink-2); line-height: 1.5; letter-spacing: -0.005em; }

/* White label */
.vA-wl { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.vA-wl-left .vA-h2 { font-size: 56px; margin-top: 16px; }
.vA-wl-right { position: relative; height: 540px; }
.vA-wl-card { position: absolute; width: 280px; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 40px -15px rgba(60,40,20,.2); border: 1px solid var(--line); background: #fff; }
.vA-wl-card .hd { padding: 12px 16px; font-size: 13px; font-weight: 600; color: #fff; display: flex; align-items: center; gap: 8px; }
.vA-wl-card .hd::before { content: ""; width: 22px; height: 22px; border-radius: 5px; background: rgba(255,255,255,.3); }
.vA-wl-card .body { aspect-ratio: 1/1; position: relative; }
.vA-wl-card .body.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; padding: 12px; }
.vA-wl-card .body.grid div { background: linear-gradient(135deg, var(--line) 0%, var(--line-2) 100%); border-radius: 4px; position: relative; overflow: hidden; }
.vA-wl-card .body.grid div::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, transparent 0 8px, rgba(0,0,0,.04) 8px 10px); }
.vA-wl-card .ft { padding: 14px 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.05em; }

/* Testimonials */
.vA-testis { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
.vA-testi { padding: 36px 32px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); display: flex; flex-direction: column; justify-content: space-between; min-height: 320px; }
.vA-testi-q { font-family: var(--font-display); font-size: 26px; line-height: 1.15; font-weight: 400; letter-spacing: -0.02em; }
.vA-testi-q .accent { color: var(--accent); }
.vA-testi.feature .vA-testi-q { font-size: 32px; }
.vA-testi-who { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.vA-testi-who .av { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-warmer); color: var(--ink); display: grid; place-items: center; font-weight: 600; font-size: 14px; font-family: var(--font-sans); }
.vA-testi-who .n { font-size: 14px; font-weight: 600; }
.vA-testi-who .r { font-size: 12px; color: var(--ink-3); font-family: var(--font-mono); }

/* FAQ */
.vA-faq { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; }
.vA-faq-list { border-top: 1px solid var(--line); }
.vA-faq-item { border-bottom: 1px solid var(--line); padding: 26px 0; display: grid; grid-template-columns: 60px 1fr auto; gap: 24px; align-items: start; }
.vA-faq-item .n { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); padding-top: 4px; }
.vA-faq-item .q { font-size: 20px; font-weight: 500; letter-spacing: -0.02em; }
.vA-faq-item .a { font-size: 14px; color: var(--ink-2); line-height: 1.5; margin-top: 10px; max-width: 600px; }
.vA-faq-item .tog { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 14px; color: var(--ink-2); }

/* CTA */
.vA-cta {
  padding: 120px 56px 140px;
  background: var(--bg-soft);
  color: var(--ink);
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.vA-cta::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to right, var(--line-2) 1px, transparent 1px); background-size: 120px 100%; pointer-events: none; }
.vA-cta-h { font-size: 128px; line-height: 0.9; letter-spacing: -0.05em; font-weight: 500; max-width: 1100px; position: relative; }
.vA-cta-h .stroke { -webkit-text-stroke: 1.5px var(--accent); color: transparent; }
.vA-cta-h .serif { font-weight: 400; color: var(--accent); }
.vA-cta-row { margin-top: 56px; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; }
.vA-cta-sub { max-width: 440px; font-size: 16px; color: var(--ink-2); line-height: 1.5; }
.vA-cta-btns { display: flex; gap: 12px; }

/* Footer */
.vA-foot { padding: 56px 56px 40px; background: var(--bg); color: var(--ink); border-top: 1px solid var(--line); }
.vA-foot-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.vA-foot-brand .vA-logo { margin-bottom: 20px; }
.vA-foot-brand p { font-size: 13px; color: var(--ink-2); line-height: 1.5; max-width: 300px; }
.vA-foot-col h4 { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3); font-weight: 500; margin-bottom: 16px; }
.vA-foot-col a { display: block; font-size: 13px; color: var(--ink-2); padding: 5px 0; }
.vA-foot-col a:hover { color: var(--accent); }
.vA-foot-bot { padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; }


/* ============================================================
   FACE RECOGNITION SHOWCASE
   ============================================================ */
.vA-fr {
  padding: 120px 56px 100px;
  background: var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.vA-fr::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 10%, var(--accent-soft) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, var(--accent-soft) 0%, transparent 35%);
  opacity: 0.5;
  pointer-events: none;
}
.vA.dark .vA-fr::before { opacity: 0.25; }
.vA-fr-head {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
  position: relative;
}
.vA-fr-head .vA-h2 { max-width: 560px; }

.vA-fr-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
  position: relative;
}
.vA-fr-arrow {
  display: grid; place-items: center;
  font-family: var(--font-mono);
  font-size: 22px;
  color: var(--accent);
  padding-bottom: 60px;
}
.vA-fr-step { display: flex; flex-direction: column; gap: 16px; }
.vA-fr-step-label {
  display: flex; align-items: baseline; gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-3);
}
.vA-fr-step-label .n { color: var(--accent); font-weight: 600; }
.vA-fr-step-label .t { color: var(--ink); font-weight: 500; }

/* Step 1 — Photo with detection */
.vA-fr-photo {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: linear-gradient(175deg, var(--bg-warmer) 0%, var(--bg-soft) 60%, var(--bg-warmer) 100%);
  position: relative; overflow: hidden;
}
.vA-fr-photo-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to bottom, transparent 0%, transparent 55%, var(--ink-2) 55%, var(--ink-2) 100%);
  opacity: 0.08;
}
.vA-fr-silhouette {
  position: absolute;
  background: var(--ink-2);
  opacity: 0.45;
  border-radius: 40% 40% 12% 12% / 50% 50% 10% 10%;
}
.vA.dark .vA-fr-silhouette { opacity: 0.55; background: var(--ink); }
.vA-fr-box {
  position: absolute;
  border: 1.5px solid var(--accent);
  box-shadow: 0 0 0 1px rgba(255,91,31,0.15), 0 8px 24px rgba(255,91,31,0.12);
  animation: vA-fr-box-in 0.5s ease-out both;
}
.vA-fr-box::before, .vA-fr-box::after {
  content: ""; position: absolute; width: 8px; height: 8px; border: 1.5px solid var(--accent);
}
.vA-fr-box::before { top: -1px; left: -1px; border-right: none; border-bottom: none; }
.vA-fr-box::after { bottom: -1px; right: -1px; border-left: none; border-top: none; }
.vA-fr-box-label {
  position: absolute;
  top: -22px; left: -1px;
  display: flex; align-items: center; gap: 6px;
  padding: 3px 6px;
  background: var(--accent);
  color: white;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
  border-radius: 2px;
}
.vA-fr-box-label .dot {
  width: 5px; height: 5px; border-radius: 50%; background: white;
}
.vA-fr-box-label .conf { opacity: 0.7; margin-left: 2px; }
@keyframes vA-fr-box-in {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.vA-fr-scan {
  position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(to bottom, transparent, var(--accent), transparent);
  background-size: 100% 40px;
  box-shadow: 0 0 20px var(--accent);
  top: 60%;
  opacity: 0.4;
}
.vA-fr-photo-meta {
  position: absolute; bottom: 8px; left: 10px; right: 10px;
  display: flex; justify-content: space-between;
  font-size: 9px; letter-spacing: 0.05em; color: var(--ink);
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(8px);
  padding: 4px 8px;
  border-radius: 3px;
}
.vA.dark .vA-fr-photo-meta { background: rgba(0,0,0,0.6); color: var(--ink); }
.vA-fr-photo-meta .mono { font-family: var(--font-mono); }

/* Step 2 — Matched gallery */
.vA-fr-gallery {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.vA-fr-gallery-hd {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
}
.vA-fr-gallery-person {
  display: flex; align-items: center; gap: 10px;
}
.vA-fr-gallery-person .av {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent); color: white;
  display: grid; place-items: center;
  font-weight: 600; font-size: 11px;
}
.vA-fr-gallery-name { font-size: 13px; font-weight: 500; line-height: 1.2; }
.vA-fr-gallery-meta {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--ink-3);
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-top: 2px;
}
.vA-fr-gallery-count {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--accent); font-weight: 500;
}
.vA-fr-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 8px;
  flex: 1;
}
.vA-fr-thumb {
  aspect-ratio: 1;
  border-radius: 3px;
  background: linear-gradient(160deg, var(--bg-warmer), var(--bg-soft));
  position: relative;
  overflow: hidden;
  animation: vA-fr-thumb-in 0.4s ease-out both;
  animation-delay: calc(var(--i) * 40ms);
}
@keyframes vA-fr-thumb-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
.vA-fr-thumb-silhouette {
  position: absolute;
  left: 30%; right: 30%; top: 25%;
  aspect-ratio: 1;
  background: var(--ink-2);
  opacity: 0.45;
  border-radius: 50%;
}
.vA-fr-thumb-silhouette::after {
  content: "";
  position: absolute;
  left: -30%; right: -30%; top: 90%; bottom: -150%;
  background: var(--ink-2);
  border-radius: 40% 40% 0 0;
}
.vA-fr-thumb-tag {
  position: absolute;
  top: 4px; right: 4px;
  background: var(--accent); color: white;
  font-family: var(--font-mono); font-size: 8px;
  padding: 1px 4px; border-radius: 2px;
  font-weight: 600;
}

/* Step 3 — WhatsApp */
.vA-fr-wa {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #ece5dd;
  display: flex; flex-direction: column;
  overflow: hidden;
  position: relative;
}
.vA.dark .vA-fr-wa { background: #0b141a; }
.vA-fr-wa-hd {
  padding: 10px 12px;
  background: #075e54;
  color: white;
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-sans);
}
.vA-fr-wa-hd .av {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--accent); color: white;
  display: grid; place-items: center;
  font-size: 10px; font-weight: 600;
}
.vA-fr-wa-hd .n { font-size: 12px; font-weight: 500; line-height: 1.2; }
.vA-fr-wa-hd .s { font-size: 9px; opacity: 0.8; }
.vA-fr-wa-body {
  flex: 1; padding: 12px;
  display: flex; flex-direction: column; gap: 8px;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(0,0,0,0.02) 1px, transparent 1px),
    radial-gradient(circle at 70% 70%, rgba(0,0,0,0.02) 1px, transparent 1px);
  background-size: 20px 20px;
}
.vA-fr-wa-msg { display: flex; flex-direction: column; max-width: 85%; }
.vA-fr-wa-msg.out { align-self: flex-end; align-items: flex-end; }
.vA-fr-wa-msg.in { align-self: flex-start; align-items: flex-start; }
.vA-fr-wa-card {
  background: #dcf8c6;
  border-radius: 7px 0 7px 7px;
  padding: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  width: 180px;
}
.vA.dark .vA-fr-wa-card { background: #005c4b; }
.vA-fr-wa-thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(160deg, var(--bg-warmer), var(--bg-soft));
  border-radius: 4px;
  overflow: hidden; position: relative;
  margin-bottom: 6px;
}
.vA-fr-wa-thumb .sil {
  position: absolute;
  left: 42%; right: 42%; top: 30%;
  aspect-ratio: 1;
  background: var(--ink-2);
  opacity: 0.55;
  border-radius: 50%;
}
.vA-fr-wa-thumb .sil::after {
  content: "";
  position: absolute;
  left: -60%; right: -60%; top: 90%; bottom: -200%;
  background: var(--ink-2);
  border-radius: 40% 40% 0 0;
}
.vA-fr-wa-card-t { font-size: 11px; font-weight: 600; color: #0f0a07; line-height: 1.3; padding: 0 4px; }
.vA.dark .vA-fr-wa-card-t { color: #f5efe6; }
.vA-fr-wa-card-d { font-size: 9px; color: #3d342c; margin-top: 2px; padding: 0 4px; }
.vA.dark .vA-fr-wa-card-d { color: #c6baa9; }
.vA-fr-wa-card-btn {
  margin-top: 6px;
  padding: 5px;
  border-top: 1px solid rgba(0,0,0,0.08);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: #075e54;
  font-family: var(--font-sans);
}
.vA.dark .vA-fr-wa-card-btn { color: #a0f5e0; border-top-color: rgba(255,255,255,0.1); }
.vA-fr-wa-bubble {
  background: white;
  padding: 7px 10px;
  border-radius: 0 7px 7px 7px;
  font-size: 11px;
  color: #0f0a07;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.vA.dark .vA-fr-wa-bubble { background: #1f2c34; color: #f5efe6; }
.vA-fr-wa-time {
  font-family: var(--font-mono);
  font-size: 8px;
  color: rgba(0,0,0,0.45);
  margin-top: 3px;
}
.vA.dark .vA-fr-wa-time { color: rgba(255,255,255,0.45); }

/* Stats strip */
.vA-fr-stats {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 40px 0 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.vA-fr-stats > div { display: flex; flex-direction: column; gap: 10px; }
.vA-fr-stats .n {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.vA-fr-stats > div:nth-child(1) .n,
.vA-fr-stats > div:nth-child(3) .n {
  color: var(--accent);
}
.vA-fr-stats .l {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.45;
  max-width: 220px;
}


/* ============================================================
   ANIMATIONS + INTERACTIONS
   ============================================================ */

html { scroll-behavior: smooth; }

/* Base reveal: spring-like with bounce */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: opacity, transform;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* Nav hover */
.vA-nav-links a {
  position: relative;
  transition: color 220ms ease;
  cursor: pointer;
}
.vA-nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -4px;
  height: 1.5px;
  background: var(--accent);
  transition: right 280ms cubic-bezier(0.22, 1, 0.36, 1);
}
.vA-nav-links a:hover { color: var(--accent); }
.vA-nav-links a:hover::after { right: 0; }

/* Button hover */
.vA-btn {
  transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 220ms ease,
              background 200ms ease,
              color 200ms ease,
              border-color 200ms ease;
  cursor: pointer;
}
.vA-btn:hover { transform: translateY(-2px); }
.vA-btn.primary:hover {
  box-shadow: 0 10px 28px -8px rgba(255, 91, 31, 0.55);
  background: var(--accent-deep);
}
.vA-btn.outline:hover { border-color: var(--accent); color: var(--accent); }
.vA-btn:active { transform: translateY(0); transition-duration: 100ms; }

/* Feature card hover */
.vA-feature {
  transition: transform 380ms cubic-bezier(0.34, 1.56, 0.64, 1),
              border-color 300ms ease,
              box-shadow 300ms ease;
  cursor: default;
}
.vA-feature:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 20px 40px -24px rgba(255, 91, 31, 0.25);
}

/* Logos marquee */
.vA-logos-marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0, black 80px, black calc(100% - 80px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 80px, black calc(100% - 80px), transparent 100%);
}
.vA-logos-track {
  display: flex;
  gap: 48px;
  animation: vA-marquee 48s linear infinite;
  width: -moz-max-content;
  width: max-content;
  padding: 28px 0;
}
.vA-logos-track > div {
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  color: var(--ink-3);
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition: color 220ms ease;
}
.vA-logos-track > div:hover { color: var(--accent); }
@keyframes vA-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* FAQ expand */
.vA-faq-item { cursor: pointer; transition: padding 320ms ease; }
.vA-faq-item .q { transition: color 220ms ease; }
.vA-faq-item:hover .q { color: var(--accent); }
.vA-faq-item .a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 380ms cubic-bezier(0.22, 1, 0.36, 1);
}
.vA-faq-item.open .a-wrap { grid-template-rows: 1fr; }
.vA-faq-item .a-wrap .a {
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
  transition: opacity 280ms ease 60ms, margin-top 320ms ease;
}
.vA-faq-item.open .a-wrap .a {
  margin-top: 10px;
  opacity: 1;
}
.vA-faq-item .tog {
  transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1),
              background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.vA-faq-item.open .tog,
.vA-faq-item:hover .tog {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}
.vA-faq-item.open .tog { transform: rotate(180deg); }

/* Face recognition — animated states */
.vA-fr-box {
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 380ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 480ms cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: none; /* override static keyframes */
}
.vA-fr-box.on { opacity: 1; transform: scale(1); }

.vA-fr-scan {
  animation: none;
  background: linear-gradient(to bottom,
    rgba(255,91,31,0) 0%,
    rgba(255,91,31,0.2) 40%,
    rgba(255,91,31,0.9) 50%,
    rgba(255,91,31,0.2) 60%,
    rgba(255,91,31,0) 100%);
  height: 40px;
  box-shadow: 0 0 24px rgba(255,91,31,0.4);
  margin-top: -20px;
  opacity: 0.8;
}

.vA-fr-thumb {
  opacity: 0;
  transform: scale(0.92) translateY(6px);
  transition:
    opacity 360ms ease,
    transform 420ms cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: none;
}
.vA-fr-thumb.on { opacity: 1; transform: scale(1) translateY(0); }

/* Step active highlight */
.vA-fr-step {
  transition: opacity 380ms ease, transform 420ms ease;
}
.vA-fr-step .vA-fr-photo,
.vA-fr-step .vA-fr-gallery,
.vA-fr-step .vA-fr-wa {
  transition: box-shadow 420ms ease, border-color 420ms ease, transform 420ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.vA-fr-step.active .vA-fr-photo,
.vA-fr-step.active .vA-fr-gallery,
.vA-fr-step.active .vA-fr-wa {
  border-color: var(--accent);
  box-shadow: 0 20px 50px -20px rgba(255, 91, 31, 0.35);
  transform: translateY(-3px);
}
.vA-fr-step:not(.active) { opacity: 0.75; }

.vA-fr-step-pulse {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(255, 91, 31, 0.5);
  animation: vA-pulse 1.6s ease-out infinite;
  margin-left: 4px;
}
@keyframes vA-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 91, 31, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(255, 91, 31, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 91, 31, 0); }
}

.vA-fr-arrow {
  transition: transform 420ms cubic-bezier(0.34, 1.56, 0.64, 1), color 300ms ease, opacity 300ms ease;
  opacity: 0.3;
}
.vA-fr-arrow.on { opacity: 1; transform: translateX(4px); }

/* Pop-in for WhatsApp messages */
.vA-fr-pop-in {
  animation: vA-pop-in 460ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes vA-pop-in {
  from { opacity: 0; transform: translateY(8px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Typing indicator */
.vA-fr-wa-bubble.typing {
  display: inline-flex;
  gap: 3px;
  padding: 9px 10px;
  align-items: center;
}
.vA-fr-wa-bubble.typing span {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  animation: vA-typing 1.2s ease-in-out infinite;
}
.vA.dark .vA-fr-wa-bubble.typing span { background: rgba(255,255,255,0.5); }
.vA-fr-wa-bubble.typing span:nth-child(2) { animation-delay: 0.15s; }
.vA-fr-wa-bubble.typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes vA-typing {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30% { transform: translateY(-4px); opacity: 1; }
}

/* Feature-visual subtle float on hover */
.vA-feature-visual {
  transition: transform 420ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.vA-feature:hover .vA-feature-visual { transform: translateY(-2px) scale(1.02); }

/* Testi hover */
.vA-testi {
  transition: transform 380ms cubic-bezier(0.34, 1.56, 0.64, 1),
              border-color 300ms ease,
              box-shadow 300ms ease;
}
.vA-testi:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: 0 16px 32px -20px rgba(0,0,0,0.15);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal, .vA-btn, .vA-feature, .vA-faq-item, .vA-fr-step,
  .vA-fr-box, .vA-fr-thumb, .vA-fr-pop-in, .vA-logos-track,
  .vA-fr-step-pulse, .vA-fr-wa-bubble.typing span {
    animation: none !important;
    transition: opacity 0.2s ease !important;
    transform: none !important;
  }
  html { scroll-behavior: auto; }
}


/* Rotating word in hero headline */
.vA-rot {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  color: var(--accent);
  font-style: italic;
  font-family: var(--font-display);
  font-weight: 400;
}
.vA-rot-sizer {
  visibility: hidden;
  display: inline-block;
  white-space: nowrap;
}
.vA-rot-word {
  position: absolute;
  left: 0; top: 0;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.vA-rot-word.in { opacity: 1; transform: translateY(0); }
.vA-rot-word.out { opacity: 0; transform: translateY(-18px); }
.vA-rot-word.idle { opacity: 0; transform: translateY(18px); }

/* Slight underline accent that stays */
.vA-rot::after {
  content: "";
  position: absolute;
  left: 0; bottom: 4px;
  height: 2px; width: 100%;
  background: var(--accent);
  opacity: 0.15;
  border-radius: 1px;
}


/* ============================================================
   MOBILE + RESPONSIVE
   ============================================================ */

/* Root container: let it shrink below 1440 */
@media (max-width: 1440px) {
  .vA { width: 100% !important; max-width: 100%; }
}

/* Tablet */
@media (max-width: 1024px) {
  .vA-hero { padding: 56px 32px 48px; }
  .vA-hero-h { font-size: 88px !important; }
  .vA-hero-sub { font-size: 17px !important; max-width: 580px !important; }
  .vA-hero-meta { grid-template-columns: repeat(2, 1fr) !important; gap: 24px !important; }

  .vA-product { padding: 0 32px 56px !important; }
  .vA-dash { transform: none !important; }

  .vA-fr { padding: 80px 32px 70px; }
  .vA-fr-head { grid-template-columns: 1fr !important; gap: 24px !important; margin-bottom: 48px !important; }
  .vA-fr-flow {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto auto auto !important;
    gap: 16px !important;
  }
  .vA-fr-flow > .vA-fr-step:nth-child(1) { grid-column: 1 / 3; }
  .vA-fr-flow > .vA-fr-step:nth-child(3) { grid-column: 1; }
  .vA-fr-flow > .vA-fr-step:nth-child(5) { grid-column: 2; }
  .vA-fr-arrow { display: none !important; }
  .vA-fr-stats { grid-template-columns: repeat(2, 1fr) !important; gap: 28px !important; }
  .vA-fr-stats .n { font-size: 44px !important; }

  .vA-section { padding: 80px 32px !important; }
  .vA-section-head { grid-template-columns: 1fr !important; gap: 24px !important; }
  .vA-h2 { font-size: 56px !important; }
  .vA-features { grid-template-columns: repeat(2, 1fr) !important; }
  .vA-feature.lg { grid-column: 1 / 3 !important; }

  .vA-wl { grid-template-columns: 1fr !important; gap: 40px !important; }
  .vA-wl-right { height: 360px !important; }

  .vA-testis { grid-template-columns: 1fr 1fr !important; }
  .vA-testi.feature { grid-column: 1 / 3; }

  .vA-faq { grid-template-columns: 1fr !important; gap: 40px !important; }

  .vA-cta { padding: 80px 32px 90px !important; }
  .vA-cta-h { font-size: 88px !important; }

  .vA-foot { padding: 48px 32px 32px !important; }
  .vA-foot-top { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
}

/* Mobile */
@media (max-width: 680px) {
  .vA-nav {
    padding: 14px 20px;
  }
  .vA-nav-links, .vA-nav-cta > a.ghost { display: none !important; }
  .vA-nav-cta > a.primary {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }

  .vA-hero { padding: 40px 20px 40px; }
  .vA-hero-tag {
    font-size: 10px !important;
    padding: 5px 10px !important;
    margin-bottom: 24px !important;
  }
  .vA-hero-h { font-size: 52px !important; letter-spacing: -0.04em !important; }
  .vA-hero-sub { font-size: 15px !important; margin-top: 20px !important; }
  .vA-hero-cta { flex-direction: column; align-items: stretch !important; gap: 10px !important; margin-top: 28px !important; }
  .vA-hero-cta a { justify-content: center; width: 100%; padding: 14px 18px !important; }
  .vA-hero-meta {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    margin-top: 40px !important;
  }
  .vA-hero-meta .num { font-size: 24px !important; }
  .vA-hero::before { background-size: 60px 100% !important; opacity: 0.4 !important; }

  .vA-product { padding: 0 20px 40px !important; }
  .vA-product-inner { padding: 8px !important; border-radius: 10px !important; }
  .vA-dash { transform: scale(0.55) !important; transform-origin: top left !important; width: 182% !important; }
  .vA-product-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vA-fr { padding: 56px 20px; }
  .vA-fr-head { margin-bottom: 32px !important; }
  .vA-fr-flow {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
  }
  .vA-fr-flow > .vA-fr-step:nth-child(1),
  .vA-fr-flow > .vA-fr-step:nth-child(3),
  .vA-fr-flow > .vA-fr-step:nth-child(5) { grid-column: 1 !important; }
  .vA-fr-arrow { display: grid !important; transform: rotate(90deg); padding: 4px 0 !important; }
  .vA-fr-stats {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    margin-top: 48px !important;
    padding-top: 32px !important;
  }
  .vA-fr-stats .n { font-size: 36px !important; }
  .vA-fr-stats .l { font-size: 12px !important; }

  .vA-logos { padding: 40px 20px !important; }
  .vA-logos-track > div { font-size: 20px !important; }

  .vA-section { padding: 56px 20px !important; }
  .vA-h2 { font-size: 40px !important; }
  .vA-section-desc { font-size: 15px !important; }
  .vA-eyebrow { font-size: 10px !important; }

  .vA-features {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .vA-feature.lg, .vA-feature { grid-column: 1 !important; padding: 24px !important; }
  .vA-feature-t { font-size: 20px !important; }
  .vA-feature-d { font-size: 14px !important; }

  .vA-wl-right { height: 320px !important; }
  .vA-wl-card { transform: none !important; }
  .vA-wl-card:nth-child(1) { top: 0 !important; left: 0 !important; transform: rotate(-3deg) !important; }
  .vA-wl-card:nth-child(2) { top: 40px !important; left: 40% !important; transform: rotate(2deg) !important; }
  .vA-wl-card:nth-child(3) { top: 160px !important; left: 10% !important; transform: rotate(-2deg) !important; }

  .vA-testis { grid-template-columns: 1fr !important; gap: 12px !important; }
  .vA-testi.feature, .vA-testi { grid-column: 1 !important; padding: 28px 24px !important; min-height: 0 !important; }
  .vA-testi-q { font-size: 20px !important; }
  .vA-testi.feature .vA-testi-q { font-size: 22px !important; }

  .vA-faq-item {
    grid-template-columns: 36px 1fr 30px !important;
    gap: 14px !important;
    padding: 20px 0 !important;
  }
  .vA-faq-item .q { font-size: 16px !important; }
  .vA-faq-item .a { font-size: 13px !important; }

  .vA-cta { padding: 56px 20px 64px !important; }
  .vA-cta-h { font-size: 56px !important; }
  .vA-cta-row { flex-direction: column; align-items: stretch !important; margin-top: 32px !important; }
  .vA-cta-sub { font-size: 14px !important; }
  .vA-cta-btns { flex-direction: column; }
  .vA-cta-btns a { justify-content: center; }

  .vA-foot { padding: 40px 20px 24px !important; }
  .vA-foot-top { grid-template-columns: 1fr !important; gap: 28px !important; margin-bottom: 32px !important; }
  .vA-foot-bot { flex-direction: column !important; gap: 8px !important; align-items: flex-start !important; }
}

/* ============================================================
   MOBILE HAMBURGER NAV
   ============================================================ */
.vA-burger {
  display: none;
  width: 40px; height: 40px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 220ms ease, background 220ms ease;
}
.vA-burger:hover { border-color: var(--accent); }
.vA-burger span {
  position: absolute;
  left: 10px; right: 10px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 1px;
  transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1),
              opacity 220ms ease,
              top 320ms ease, bottom 320ms ease;
}
.vA-burger span:nth-child(1) { top: 13px; }
.vA-burger span:nth-child(2) { top: 19px; }
.vA-burger span:nth-child(3) { top: 25px; }
.vA-burger.open span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.vA-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0.4); }
.vA-burger.open span:nth-child(3) { top: 19px; transform: rotate(-45deg); }

@media (max-width: 680px) {
  .vA-burger { display: block; }
}

/* Mobile menu sheet */
.vA-mobile-menu {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  background: var(--bg);
  z-index: 1000;
  padding: 80px 24px 40px;
  display: flex; flex-direction: column;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 320ms ease, visibility 320ms ease;
  overflow-y: auto;
}
.vA-mobile-menu.open { opacity: 1; visibility: visible; }
.vA-mobile-menu::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--line);
}
.vA-mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-family: var(--font-sans);
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 400ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 500ms cubic-bezier(0.34, 1.56, 0.64, 1),
              color 220ms ease;
}
.vA-mobile-menu a::after {
  content: "→";
  color: var(--ink-3);
  font-size: 22px;
  transition: color 220ms ease, transform 260ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.vA-mobile-menu a:hover,
.vA-mobile-menu a:active { color: var(--accent); }
.vA-mobile-menu a:hover::after,
.vA-mobile-menu a:active::after { color: var(--accent); transform: translateX(4px); }
.vA-mobile-menu.open a { opacity: 1; transform: translateX(0); }
.vA-mobile-menu.open a:nth-child(1) { transition-delay: 80ms; }
.vA-mobile-menu.open a:nth-child(2) { transition-delay: 140ms; }
.vA-mobile-menu.open a:nth-child(3) { transition-delay: 200ms; }
.vA-mobile-menu.open a:nth-child(4) { transition-delay: 260ms; }
.vA-mobile-menu.open a:nth-child(5) { transition-delay: 320ms; }
.vA-mobile-menu-footer {
  margin-top: auto;
  padding-top: 32px;
  display: flex; flex-direction: column; gap: 12px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 400ms ease 380ms, transform 500ms cubic-bezier(0.34, 1.56, 0.64, 1) 380ms;
}
.vA-mobile-menu.open .vA-mobile-menu-footer {
  opacity: 1;
  transform: translateY(0);
}
.vA-mobile-menu-footer .vA-btn {
  padding: 16px 20px !important;
  justify-content: center;
  font-size: 15px !important;
}

body.vA-menu-lock { overflow: hidden; }

/* Rotating word responsive */
@media (max-width: 680px) {
  .vA-rot::after { bottom: 2px; height: 1.5px; }
}


/* ============================================================
   Blog reader — same visual language as the landing
   ============================================================ */

.vA-blog-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

.vA-blog-shell h1.vA-blog-h1 {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-top: 8px;
}

.vA-blog-shell .vA-blog-intro {
  margin: 32px 0 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: end;
}

.vA-blog-shell .vA-blog-intro p {
  font-size: 16px;
  color: var(--ink-3);
  line-height: 1.6;
  max-width: 460px;
}

.vA-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.vA-blog-card {
  display: flex;
  flex-direction: column;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 250ms cubic-bezier(.2,.7,.2,1), box-shadow 250ms ease-out, border-color 250ms ease-out;
}

.vA-blog-card:hover {
  transform: translateY(-3px);
  border-color: var(--ink-3);
  box-shadow: 0 18px 40px -28px rgba(15, 10, 7, 0.45);
}

.vA-blog-card-cover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.vA-blog-card-cover-placeholder {
  width: 100%;
  background:
    radial-gradient(800px 200px at 60% 60%, rgba(255,91,31,0.10), transparent 60%),
    var(--bg-warmer);
}

.vA-blog-card-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.vA-blog-card-body.featured {
  padding: 36px 40px 40px;
  gap: 14px;
}

.vA-blog-card-title {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.vA-blog-card-excerpt {
  font-size: 14.5px;
  color: var(--ink-3);
  line-height: 1.6;
  margin: 0;
}

.vA-blog-card-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-3);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.vA-blog-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── Article detail ── */

.vA-blog-article {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 24px 72px;
}

.vA-blog-article .vA-eyebrow {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 18px;
}

.vA-blog-article h1 {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.vA-blog-article .vA-blog-subtitle {
  font-size: 22px;
  color: var(--ink-3);
  line-height: 1.45;
  margin-top: 14px;
}

.vA-blog-article .vA-blog-meta {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.vA-blog-article .vA-blog-cover {
  margin: 36px 0 8px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.vA-blog-article .vA-blog-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.vA-blog-article .blog-prose {
  margin-top: 32px;
}

.vA-blog-article .vA-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

@media (max-width: 760px) {
  .vA-blog-shell h1.vA-blog-h1 { font-size: 42px; }
  .vA-blog-shell .vA-blog-intro { grid-template-columns: 1fr; gap: 16px; }
  .vA-blog-article h1 { font-size: 38px; }
  .vA-blog-article .vA-blog-subtitle { font-size: 18px; }
  .vA-blog-card-body.featured { padding: 24px 22px 28px; }
}

/* ============================================================
   Editorial article detail — high-end magazine layout.
   Replaces the previous .vA-blog-article block.
   ============================================================ */

.vA-article {
  position: relative;
  padding: clamp(72px, 9vw, 144px) 24px clamp(64px, 8vw, 120px);
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 760px)
    minmax(0, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 0;
}

/* Reading progress — 1px line at top of viewport, fills as user scrolls. */
.vA-article-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: var(--accent);
  width: 0;
  z-index: 200;
  pointer-events: none;
  transform-origin: left center;
}

.vA-article > * { grid-column: 2; }
.vA-article > .vA-article-bleed { grid-column: 1 / -1; }

/* Eyebrow rail — back link + category chip on a thin top line. */
.vA-article-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(36px, 5vw, 64px);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-3);
}
.vA-article-rail a {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}
.vA-article-rail a:hover { color: var(--ink); }
.vA-article-rail .cat {
  color: var(--accent-deep);
}
.vA-article-rail .arrow {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0;
}

/* Issue marker — Stratechery / NYT Magazine style. */
.vA-article-issue {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent-deep);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
}
.vA-article-issue .num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--accent);
  line-height: 1;
}

.vA-article h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.5rem, 1.7rem + 3.5vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 clamp(20px, 2.4vw, 36px);
  text-wrap: balance;
}

.vA-article-subtitle {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.625rem);
  line-height: 1.4;
  color: var(--ink-2);
  margin: 0 0 clamp(36px, 5vw, 56px);
  max-width: 32em;
  letter-spacing: -0.01em;
}

.vA-article-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  padding-bottom: clamp(36px, 5vw, 56px);
  border-bottom: 1px solid var(--line);
}
.vA-article-byline .author-card {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  font-size: 14px;
}
.vA-article-byline .author-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, color-mix(in oklab, var(--accent) 30%, var(--bg-warmer)), var(--bg-warmer));
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  color: var(--accent-deep);
  letter-spacing: 0;
}
.vA-article-byline .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ink-3);
  opacity: 0.4;
}

/* Full-bleed cover, faintly fading into body. */
.vA-article-cover {
  margin: clamp(40px, 6vw, 72px) auto clamp(40px, 6vw, 72px);
  width: min(1280px, 100%);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
  background: var(--bg-soft);
}
.vA-article-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 22%;
  background: linear-gradient(to bottom, transparent, var(--bg) 95%);
  pointer-events: none;
}
.vA-article-cover img {
  display: block;
  width: 100%;
  height: auto;
}

/* Tag rail at bottom of article. */
.vA-article-tags {
  margin-top: clamp(48px, 6vw, 80px);
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.vA-article-tags-label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  margin-right: 8px;
}
.vA-article-tags a {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-2);
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.vA-article-tags a:hover {
  color: var(--accent-deep);
  border-color: color-mix(in oklab, var(--accent) 40%, var(--line));
  background: var(--accent-soft);
}

/* Bottom author block — small "about" footer. */
.vA-article-author {
  margin-top: clamp(48px, 6vw, 72px);
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 18px;
  align-items: start;
}
.vA-article-author .mark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, color-mix(in oklab, var(--accent) 30%, var(--bg-warmer)), var(--bg-warmer));
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--accent-deep);
}
.vA-article-author .who { color: var(--ink); font-weight: 600; font-size: 15px; }
.vA-article-author .role { color: var(--ink-3); font-size: 13px; margin-top: 2px; }
.vA-article-author a {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  align-self: center;
  transition: color 0.2s;
}
.vA-article-author a:hover { color: var(--accent-deep); }

/* Side rail (desktop only) — small share/back at far left, sticks at hero. */
.vA-article-side {
  grid-column: 1;
  position: sticky;
  top: 100px;
  align-self: start;
  display: none;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-3);
}
.vA-article-side a {
  color: inherit;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.vA-article-side a:hover { color: var(--accent-deep); }

@media (min-width: 1080px) {
  .vA-article-side { display: flex; }
}

/* Staggered reveal for headline + meta on mount. */
.vA-article-stagger > * {
  opacity: 0;
  transform: translateY(12px);
  animation: vAArticleStagger 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.vA-article-stagger > *:nth-child(1) { animation-delay: 0.05s; }
.vA-article-stagger > *:nth-child(2) { animation-delay: 0.13s; }
.vA-article-stagger > *:nth-child(3) { animation-delay: 0.21s; }
.vA-article-stagger > *:nth-child(4) { animation-delay: 0.29s; }
.vA-article-stagger > *:nth-child(5) { animation-delay: 0.37s; }

@keyframes vAArticleStagger {
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .vA-article-stagger > * {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (max-width: 760px) {
  .vA-article {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .vA-article > * { grid-column: 1; }
  .vA-article-author {
    grid-template-columns: 56px 1fr;
  }
  .vA-article-author a { grid-column: 1 / -1; margin-top: 8px; }
  .blog-prose { --column-width: 100%; --pull-width: 100%; }
}

