/** Shopify CDN: Minification failed

Line 60:0 All "@import" rules must come first

**/
/* VOLTEURA V2 — Quiet Navy + British Consultancy */
/* Replaces volteura-custom.css */

html, body { overflow-x: hidden; max-width: 100vw; }

:root {
  --v-ink: #0B1220;
  --v-surface: #141E33;
  --v-surface-2: #0F1729;
  --v-linen: #F4F1EA;
  --v-cobalt: #5B8DFF;
  --v-cobalt-deep: #2E5BFF;
  --v-brass: #D4A574;
  --v-fog: #8B9BB4;
  --v-ok: #7FD99A;
  --v-hair: rgba(139,155,180,0.12);
  --v-grid: rgba(139,155,180,0.06);
}

/* === GLOBAL RESETS === */
.section-header, .page-width { max-width: 1200px; margin: 0 auto; }

/* === GRID BACKDROP (fixed, subtle) === */
.v2-grid-bg {
  position: fixed; inset: 0;
  background-image:
    linear-gradient(to right, var(--v-grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--v-grid) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none; z-index: 0;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%);
}

/* === AMBIENT GLOWS === */
.v2-glow {
  position: fixed; border-radius: 50%; pointer-events: none;
  filter: blur(80px); z-index: 0;
}
.v2-glow-a { top: -200px; left: 40%; width: 1200px; height: 800px;
  background: radial-gradient(circle, rgba(91,141,255,0.18) 0%, transparent 60%);
  animation: v2float 18s ease-in-out infinite; }
.v2-glow-b { top: 800px; right: -200px; width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(212,165,116,0.06) 0%, transparent 60%);
  animation: v2float 28s ease-in-out infinite reverse; }
@keyframes v2float { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(40px,30px) scale(1.08); } }

/* === NAV OVERRIDES (Horizon theme) === */
.header, .header-wrapper { background: transparent !important; border-bottom: 1px solid var(--v-hair) !important; }
.header.scrolled-past-header { background: rgba(11,18,32,0.85) !important; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
header a, .header a, nav a, .header__menu-item, .menu-drawer__menu-item { color: var(--v-fog) !important; transition: color 0.2s !important; }
header a:hover, .header a:hover, .header__menu-item:hover { color: var(--v-linen) !important; }
.header__menu-item::after { background: var(--v-brass) !important; }

/* === TYPOGRAPHY === */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;1,9..144,400;1,9..144,500&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/* === BUTTONS === */
.v2-btn {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px; font-weight: 600;
  padding: 16px 28px; border-radius: 100px;
  text-decoration: none !important; display: inline-flex;
  align-items: center; gap: 10px;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer; border: none;
}
.v2-btn-primary {
  background: var(--v-cobalt); color: var(--v-ink) !important;
  box-shadow: 0 12px 30px rgba(91,141,255,0.25);
}
.v2-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(91,141,255,0.4); }
.v2-btn-ghost {
  color: var(--v-linen) !important; background: transparent;
  border: 1px solid var(--v-hair);
}
.v2-btn-ghost:hover { background: var(--v-linen); color: var(--v-ink) !important; border-color: var(--v-linen); }

/* === SECTION LABELS === */
.v2-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--v-cobalt);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
}
.v2-label::before { content: ''; width: 32px; height: 1px; background: var(--v-cobalt); }

/* === SECTION TITLES === */
.v2-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 400; letter-spacing: -0.035em;
  line-height: 1.05; color: var(--v-linen);
  margin-bottom: 16px;
}
.v2-title em { font-style: italic; color: var(--v-brass); }

/* === HERO === */
.v2-hero {
  min-height: 90vh; padding: 140px 24px 80px;
  display: flex; align-items: center;
  position: relative; z-index: 2;
}
.v2-hero-grid {
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 72px;
  align-items: center; max-width: 1200px; margin: 0 auto; width: 100%;
}
.v2-hero .v2-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--v-cobalt); margin-bottom: 28px;
  display: flex; align-items: center; gap: 10px;
}
.v2-pulse { display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--v-cobalt); box-shadow: 0 0 12px var(--v-cobalt);
  animation: v2pulse 2s ease-in-out infinite; }
@keyframes v2pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.5; transform:scale(1.3); } }

.v2-hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(48px, 6.5vw, 92px);
  font-weight: 400; letter-spacing: -0.04em;
  line-height: 0.96; color: var(--v-linen); margin-bottom: 28px;
}
.v2-hero h1 em { font-style: italic; color: var(--v-brass); font-weight: 400; }
.v2-hero .v2-sub {
  font-size: 20px; font-weight: 400; line-height: 1.5;
  color: var(--v-fog); max-width: 540px; margin-bottom: 40px;
}
.v2-hero .v2-trust {
  margin-top: 48px; padding-top: 28px;
  border-top: 1px solid var(--v-hair);
  display: flex; gap: 36px; flex-wrap: wrap;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--v-fog); letter-spacing: 0.04em;
}
.v2-hero .v2-trust b { color: var(--v-linen); font-weight: 600; }

/* === PRODUCT CARD (hero right) === */
.v2-product {
  background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 20px;
  padding: 24px; position: relative; overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,0.5);
}
.v2-product::before { content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background: linear-gradient(90deg, transparent, rgba(91,141,255,0.5), transparent); }
.v2-product-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--v-hair);
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--v-fog);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.v2-product-live { color: var(--v-ok); display: inline-flex; align-items: center; gap: 6px; }
.v2-product-live::before { content:''; width:6px; height:6px; border-radius:50%;
  background: var(--v-ok); box-shadow: 0 0 8px var(--v-ok); animation: v2pulse 1.4s ease-in-out infinite; }
.v2-flow-row {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 0; font-family: 'JetBrains Mono', monospace; font-size: 13px;
  border-bottom: 1px solid rgba(139,155,180,0.05);
}
.v2-flow-row:last-child { border-bottom: none; }
.v2-flow-icon {
  width: 30px; height: 30px; border-radius: 8px;
  background: rgba(91,141,255,0.12); border: 1px solid rgba(91,141,255,0.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--v-cobalt); font-size: 13px; flex-shrink: 0;
}
.v2-flow-label { flex: 1; color: var(--v-linen); }
.v2-flow-meta { color: var(--v-fog); font-size: 11px; }
.v2-flow-meta.ok { color: var(--v-ok); }

/* === PAIN STRIP === */
.v2-pain { padding: 120px 24px; position: relative; z-index: 2; }
.v2-pain-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  border-top: 1px solid var(--v-hair); border-left: 1px solid var(--v-hair);
}
.v2-pain-cell {
  padding: 32px 24px; border-right: 1px solid var(--v-hair);
  border-bottom: 1px solid var(--v-hair);
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 260px; transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
  position: relative; overflow: hidden;
}
.v2-pain-cell:hover { background: var(--v-surface-2); }
.v2-pain-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 64px; font-weight: 300; font-style: italic;
  color: var(--v-brass); line-height: 0.95; margin-bottom: 6px;
}
.v2-pain-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 500; color: var(--v-cobalt);
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: auto;
}
.v2-pain-q {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 24px; font-weight: 400; letter-spacing: -0.02em;
  line-height: 1.15; color: var(--v-linen);
}
.v2-pain-q .accent { color: var(--v-brass); }

/* === STEPS (how it works) === */
.v2-steps { padding: 120px 24px; position: relative; z-index: 2; }
.v2-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.v2-step {
  background: var(--v-surface-2); border: 1px solid var(--v-hair);
  border-radius: 18px; padding: 36px 28px;
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}
.v2-step:hover { transform: translateY(-4px); border-color: rgba(91,141,255,0.3);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4); }
.v2-step-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 64px; font-weight: 300; font-style: italic;
  color: var(--v-brass); line-height: 1; margin-bottom: 20px;
}
.v2-step-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--v-cobalt); letter-spacing: 0.06em; text-transform: uppercase;
}
.v2-step-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 26px; font-weight: 400; letter-spacing: -0.02em;
  margin: 14px 0 14px; color: var(--v-linen);
}
.v2-step-body { color: var(--v-fog); font-size: 15px; line-height: 1.55; }

/* === FLOW CARDS (what we run) === */
.v2-flows { padding: 120px 24px; position: relative; z-index: 2; }
.v2-flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.v2-flow-card {
  background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 16px; padding: 24px;
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}
.v2-flow-card:hover { transform: translateY(-3px); border-color: rgba(91,141,255,0.35); }
.v2-flow-card-head {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px;
}
.v2-flow-card-industry {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--v-cobalt); letter-spacing: 0.1em; text-transform: uppercase;
}
.v2-flow-card-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.15;
  color: var(--v-linen); margin-bottom: 10px;
}
.v2-flow-card-desc { color: var(--v-fog); font-size: 14px; line-height: 1.5; margin-bottom: 18px; }
.v2-flow-card-chain {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--v-linen);
  border-top: 1px solid var(--v-hair); padding-top: 14px;
  display: flex; flex-direction: column; gap: 5px;
}
.v2-flow-card-chain .arr { color: var(--v-cobalt); }

/* === EDGE (why volteura) === */
.v2-edge { padding: 120px 24px; position: relative; z-index: 2; }
.v2-edge-wrap {
  background: linear-gradient(180deg, var(--v-surface-2) 0%, var(--v-ink) 100%);
  border: 1px solid var(--v-hair); border-radius: 24px;
  padding: 72px 64px; position: relative; overflow: hidden;
}
.v2-edge-wrap::before {
  content:''; position:absolute; top:-100px; right:-100px;
  width:400px; height:400px; border-radius:50%;
  background: radial-gradient(circle, rgba(91,141,255,0.15) 0%, transparent 70%);
}
.v2-edge-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 40px; position: relative; z-index: 2; }
.v2-edge-row {
  display: grid; grid-template-columns: 72px 1fr;
  gap: 20px; padding: 24px 0; border-top: 1px solid var(--v-hair); align-items: start;
}
.v2-edge-row:nth-child(-n+2) { border-top: none; }
.v2-edge-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px; color: var(--v-cobalt); letter-spacing: 0.08em; padding-top: 4px;
}
.v2-edge-heading {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.2;
  color: var(--v-linen); margin-bottom: 10px;
}
.v2-edge-body { color: var(--v-fog); font-size: 15px; line-height: 1.55; }

/* === PROOF STACK === */
.v2-proof { padding: 100px 24px; border-top: 1px solid var(--v-hair); position: relative; z-index: 2; }
.v2-proof-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; width: 100%; background: var(--v-hair);
  border: 1px solid var(--v-hair); border-radius: 20px; overflow: hidden;
  margin: 32px 0;
}
.v2-proof-col { background: var(--v-ink); padding: 24px; transition: background 0.3s; }
.v2-proof-col:hover { background: var(--v-surface-2); }
.v2-proof-col-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 500; color: var(--v-cobalt);
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px;
}
.v2-proof-col-items {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 16px; font-weight: 400; line-height: 1.5;
  letter-spacing: -0.015em; color: var(--v-linen);
}
.v2-proof-line {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--v-fog); letter-spacing: 0.08em;
  text-transform: uppercase; text-align: center;
}

/* === PRICING === */
.v2-pricing { padding: 120px 24px; position: relative; z-index: 2; }
.v2-pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.v2-tier {
  background: var(--v-surface-2); border: 1px solid var(--v-hair);
  border-radius: 20px; padding: 36px 28px; position: relative;
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}
.v2-tier.featured {
  background: linear-gradient(180deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border-color: rgba(91,141,255,0.35);
  box-shadow: 0 30px 70px rgba(0,0,0,0.4);
  transform: translateY(-6px);
}
.v2-tier-build {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--v-brass);
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 16px; padding-bottom: 16px;
  border-bottom: 1px solid var(--v-hair);
}
.v2-tier-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 26px; font-weight: 400; margin-bottom: 6px;
  letter-spacing: -0.02em; color: var(--v-linen);
}
.v2-tier-sub { font-size: 13px; color: var(--v-fog); margin-bottom: 20px; }
.v2-tier-price {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 48px; font-weight: 400; letter-spacing: -0.04em;
  line-height: 1; color: var(--v-linen); margin-bottom: 4px;
}
.v2-tier-price .per { font-size: 15px; color: var(--v-fog); font-family: 'Inter', sans-serif; font-weight: 400; margin-left: 4px; }
.v2-tier-terms { font-size: 12px; color: var(--v-fog); margin-bottom: 24px; }
.v2-tier-list { list-style: none; padding: 0; margin: 0 0 28px; border-top: 1px solid var(--v-hair); padding-top: 18px; }
.v2-tier-list li {
  padding: 8px 0; font-size: 14px; color: var(--v-linen);
  display: flex; align-items: start; gap: 10px;
}
.v2-tier-list li::before {
  content: '\2192'; color: var(--v-cobalt); flex-shrink: 0;
  font-family: 'JetBrains Mono', monospace; font-size: 13px;
}
.v2-tier-cta {
  display: block; text-align: center; padding: 14px 20px;
  border-radius: 100px; font-family: 'JetBrains Mono', monospace;
  font-size: 13px; font-weight: 600; text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
}
.v2-tier-cta.primary { background: var(--v-cobalt); color: var(--v-ink) !important; }
.v2-tier-cta.primary:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(91,141,255,0.3); }
.v2-tier-cta.secondary { border: 1px solid var(--v-hair); color: var(--v-linen) !important; }
.v2-tier-cta.secondary:hover { background: var(--v-linen); color: var(--v-ink) !important; }

/* === FAQ === */
.v2-faq { padding: 120px 24px; position: relative; z-index: 2; }
.v2-faq-wrap { max-width: 860px; margin: 40px auto 0; }
.v2-faq-item { border-bottom: 1px solid var(--v-hair); padding: 24px 0; }
.v2-faq-item summary {
  list-style: none; display: flex; justify-content: space-between; align-items: start;
  gap: 20px; cursor: pointer;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px; font-weight: 400; letter-spacing: -0.02em; color: var(--v-linen);
}
.v2-faq-item summary::-webkit-details-marker { display: none; }
.v2-faq-toggle {
  width: 26px; height: 26px; border: 1px solid var(--v-hair); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--v-cobalt); font-family: 'JetBrains Mono', monospace;
  font-size: 13px; flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.22,1,0.36,1);
}
details[open] .v2-faq-toggle { transform: rotate(45deg); border-color: var(--v-cobalt); }
.v2-faq-body { padding-top: 16px; color: var(--v-fog); font-size: 15px; line-height: 1.6; max-width: 700px; }

/* === FINAL CTA === */
.v2-final { padding: 140px 24px; position: relative; z-index: 2; text-align: center; }
.v2-final-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(48px, 7vw, 110px);
  font-weight: 300; letter-spacing: -0.04em; line-height: 0.96;
  color: var(--v-linen); margin-bottom: 16px;
}
.v2-final-title em { font-style: italic; color: var(--v-brass); font-weight: 400; }
.v2-final-sub { font-size: 19px; color: var(--v-fog); margin-bottom: 44px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* === FOOTER === */
.v2-footer {
  border-top: 1px solid var(--v-hair); padding: 56px 24px 36px;
  position: relative; z-index: 2;
}
.v2-footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  max-width: 1200px; margin: 0 auto 40px;
}
.v2-footer-col h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--v-linen); margin-bottom: 16px;
}
.v2-footer-col a { display: block; padding: 5px 0; color: var(--v-fog); text-decoration: none; transition: color 0.2s; font-size: 14px; }
.v2-footer-col a:hover { color: var(--v-linen); }
.v2-footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  padding-top: 28px; border-top: 1px solid var(--v-hair);
  max-width: 1200px; margin: 0 auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.04em; color: var(--v-fog);
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .v2-hero-grid, .v2-steps-grid, .v2-flow-grid, .v2-pricing-grid, .v2-footer-grid { grid-template-columns: 1fr; }
  .v2-pain-grid { grid-template-columns: repeat(2, 1fr); }
  .v2-edge-grid { grid-template-columns: 1fr; }
  .v2-proof-grid { grid-template-columns: 1fr; }
  .v2-hero { padding-top: 100px; min-height: auto; }
  .v2-hero h1 { font-size: 40px; }
}

/* === BODY BG (override Horizon white) === */
body, .shopify-section { background: var(--v-ink) !important; color: var(--v-linen) !important; }
main, #MainContent { position: relative; z-index: 1; }

/* === HORIZON COLOR-SCHEME OVERRIDES === */
/* Kill white section-backgrounds bleed-through and force header/announcement theme */
.section-background,
.section-background.color-scheme-1,
.section-background.color-scheme-2,
.section-background.color-scheme-3,
.section-background.color-scheme-4,
.section-background.color-scheme-5 { background: var(--v-ink) !important; }

/* Announcement bar: dark bg, linen text */
.announcement-bar,
.announcement-bar.color-scheme-1,
.announcement-bar .section-background { background: var(--v-ink) !important; }
.announcement-bar,
.announcement-bar *,
.announcement-bar a,
.announcement-bar .marquee__item { color: var(--v-linen) !important; }

/* Header row: dark bg, linen text */
.header__row,
.header__row.color-scheme-1,
.header,
header-component,
.header-wrapper { background: var(--v-ink) !important; color: var(--v-linen) !important; }
.header a,
.header-menu a,
.header-menu__link,
.header-logo a,
.header .header__cart-toggle,
.header-actions a,
.header-actions button { color: var(--v-linen) !important; }
.header-menu a:hover,
.header-menu__link:hover { color: var(--v-cobalt) !important; }

/* Logo text if rendered as text */
.header-logo__heading,
.header-logo__heading a { color: var(--v-linen) !important; }

/* Drawer (mobile menu) */
.header-drawer,
.header-drawer.color-scheme-1 { background: var(--v-ink) !important; color: var(--v-linen) !important; }
.header-drawer a { color: var(--v-linen) !important; }

/* Skip-to-content link */
.skip-to-content-link { background: var(--v-ink) !important; color: var(--v-linen) !important; }

/* Cart drawer, search drawer misc Horizon chrome */
.cart-drawer,
dialog-component { background: var(--v-ink) !important; color: var(--v-linen) !important; }

/* === REMAINING HORIZON WHITE-BG FIXES === */

/* Hover submenu dropdown */
.menu-list__submenu,
.menu-list__submenu.color-scheme-1,
.menu-list__submenu .section-background,
.header-menu .menu-list__submenu {
  background: var(--v-ink) !important;
  color: var(--v-linen) !important;
  border-color: rgba(244,241,234,0.12) !important;
}
.menu-list__submenu a,
.menu-list__submenu .menu-list__link { color: var(--v-linen) !important; }
.menu-list__submenu a:hover { color: var(--v-cobalt) !important; }

/* Footer newsletter input group */
.email-signup__input-group,
.email-signup,
.email-signup__field,
.email-signup-component { background: transparent !important; }
.email-signup__input-group input,
.email-signup input[type="email"],
.email-signup__field input {
  background: rgba(244,241,234,0.04) !important;
  color: var(--v-linen) !important;
  border-color: rgba(244,241,234,0.15) !important;
}
.email-signup__input-group input::placeholder,
.email-signup input::placeholder { color: var(--v-fog) !important; }
.email-signup__input-group button,
.email-signup button {
  background: var(--v-cobalt) !important;
  color: var(--v-linen) !important;
  border: none !important;
}

/* Bare native INPUT elements on dark sections */
.section-background input:not([type="hidden"]):not([type="submit"]):not([type="button"]),
.v2-hero input:not([type="hidden"]):not([type="submit"]):not([type="button"]) {
  background: rgba(244,241,234,0.04) !important;
  color: var(--v-linen) !important;
  border-color: rgba(244,241,234,0.15) !important;
}

/* Search + quick-search dropdowns */
predictive-search,
search-modal,
.search-modal,
.predictive-search,
.header-search__form { background: var(--v-ink) !important; color: var(--v-linen) !important; }



/* ====================================================================
   VOLTEURA CRAFT — per-page unique section styles (added 2026-04-17)
   Shared design language, unique skeletons. Mobile-first.
==================================================================== */

/* Respect reduced-motion across all craft animations */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Generic scroll-reveal utility (used by all craft sections) */
.v2-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1); }
.v2-reveal.in { opacity: 1; transform: translateY(0); }

/* Wrap helper */
.v2-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.v2-wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; }

/* ====================================================================
   ESTATE AGENTS — speed is the product
==================================================================== */

/* Split hero */
.v2-hero-split {
  min-height: 92vh; padding: 140px 24px 80px; position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
  max-width: 1200px; margin: 0 auto;
}
.v2-hero-split-copy h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(42px, 6vw, 86px); font-weight: 400; letter-spacing: -0.04em;
  line-height: 0.98; color: var(--v-linen); margin-bottom: 28px;
}
.v2-hero-split-copy h1 em { font-style: italic; color: var(--v-brass); }
.v2-hero-split-sub { color: var(--v-fog); font-size: 19px; line-height: 1.55; max-width: 520px; margin-bottom: 36px; }
.v2-hero-split-visual {
  background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 24px; padding: 40px 36px;
  position: relative; overflow: hidden; box-shadow: 0 50px 120px rgba(0,0,0,0.5);
}
.v2-hero-split-visual::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(91,141,255,0.6), transparent);
}

/* Dual timer */
.v2-dual-timer { padding: 120px 24px; position: relative; z-index: 2; }
.v2-dual-timer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.v2-timer-card {
  background: var(--v-surface-2); border: 1px solid var(--v-hair);
  border-radius: 22px; padding: 48px 36px;
  position: relative; overflow: hidden;
}
.v2-timer-card.them { border-color: rgba(212,165,116,0.2); }
.v2-timer-card.you { border-color: rgba(91,141,255,0.35); background: linear-gradient(180deg, var(--v-surface) 0%, var(--v-surface-2) 100%); }
.v2-timer-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--v-cobalt); letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 20px;
}
.v2-timer-card.them .v2-timer-label { color: var(--v-brass); }
.v2-timer-value {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(56px, 8vw, 110px); font-weight: 300; font-style: italic;
  color: var(--v-linen); line-height: 0.9; letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.v2-timer-card.them .v2-timer-value { color: var(--v-brass); }
.v2-timer-unit { font-family: 'JetBrains Mono', monospace; font-size: 14px; color: var(--v-fog); margin-top: 10px; letter-spacing: 0.05em; }
.v2-timer-desc { color: var(--v-fog); font-size: 15px; line-height: 1.55; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--v-hair); }

/* Timer counter animation */
.v2-timer-count { display: inline-block; animation: v2count 2.6s cubic-bezier(0.22,1,0.36,1) both; }
.v2-timer-count.them { animation-duration: 3.2s; }
@keyframes v2count {
  0% { opacity: 0.3; transform: translateY(14px) scale(0.98); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Live lead feed */
.v2-lead-feed { padding: 100px 24px 120px; position: relative; z-index: 2; overflow: hidden; }
.v2-lead-feed-track {
  display: flex; gap: 16px; margin-top: 40px; padding: 20px 0;
  animation: v2scroll 60s linear infinite;
  width: max-content;
}
.v2-lead-feed:hover .v2-lead-feed-track { animation-play-state: paused; }
@keyframes v2scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.v2-lead-card {
  flex-shrink: 0; width: 340px;
  background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 18px; padding: 22px;
}
.v2-lead-card-src {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px;
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--v-cobalt); letter-spacing: 0.08em; text-transform: uppercase;
}
.v2-lead-card-tstamp { color: var(--v-fog); }
.v2-lead-card-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 19px; letter-spacing: -0.02em; color: var(--v-linen); margin-bottom: 6px;
}
.v2-lead-card-addr { color: var(--v-fog); font-size: 13px; margin-bottom: 16px; line-height: 1.4; }
.v2-lead-card-reply {
  border-top: 1px solid var(--v-hair); padding-top: 14px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
}
.v2-lead-card-reply-label { color: var(--v-fog); letter-spacing: 0.06em; text-transform: uppercase; }
.v2-lead-card-reply-time { color: var(--v-ok); font-weight: 600; }

/* Vendor 72hrs timeline (horizontal) */
.v2-vendor-72 { padding: 120px 24px; position: relative; z-index: 2; }
.v2-v72-scroll { overflow-x: auto; padding: 10px 0 20px; margin-top: 40px; -webkit-overflow-scrolling: touch; }
.v2-v72-scroll::-webkit-scrollbar { height: 6px; }
.v2-v72-scroll::-webkit-scrollbar-track { background: var(--v-hair); border-radius: 3px; }
.v2-v72-scroll::-webkit-scrollbar-thumb { background: var(--v-cobalt); border-radius: 3px; }
.v2-v72-rail {
  display: grid; grid-template-columns: repeat(8, minmax(220px, 1fr)); gap: 0;
  position: relative; min-width: 960px;
}
.v2-v72-rail::before {
  content: ''; position: absolute; top: 36px; left: 24px; right: 24px; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--v-cobalt) 15%, var(--v-cobalt) 85%, transparent 100%);
  z-index: 0;
}
.v2-v72-node { position: relative; padding: 0 16px; z-index: 1; }
.v2-v72-dot {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--v-ink); border: 2px solid var(--v-cobalt);
  margin: 28px 0 18px; position: relative; z-index: 2;
}
.v2-v72-node.v .v2-v72-dot { background: var(--v-cobalt); box-shadow: 0 0 16px rgba(91,141,255,0.6); }
.v2-v72-hour {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--v-cobalt); letter-spacing: 0.08em;
  text-transform: uppercase; margin-bottom: 8px;
}
.v2-v72-event {
  font-family: 'Fraunces', Georgia, serif; font-size: 16px;
  color: var(--v-linen); line-height: 1.3; margin-bottom: 6px;
}
.v2-v72-who { color: var(--v-fog); font-size: 12px; font-family: 'JetBrains Mono', monospace; }
.v2-v72-who.v { color: var(--v-brass); }

/* Vendor report preview (styled mock) */
.v2-vendor-rpt { padding: 120px 24px; position: relative; z-index: 2; }
.v2-vrpt-frame {
  background: var(--v-linen); color: var(--v-ink); border-radius: 18px; padding: 40px;
  max-width: 780px; margin: 40px auto 0;
  box-shadow: 0 50px 120px rgba(0,0,0,0.5); position: relative; overflow: hidden;
}
.v2-vrpt-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 24px; border-bottom: 1px solid rgba(11,18,32,0.1);
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #5a6478;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.v2-vrpt-logo { font-family: 'Fraunces', Georgia, serif; font-size: 20px; color: var(--v-ink); font-style: italic; font-weight: 500; }
.v2-vrpt-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px; font-weight: 400; color: var(--v-ink);
  letter-spacing: -0.02em; margin: 24px 0 8px;
}
.v2-vrpt-sub { color: #5a6478; font-size: 14px; margin-bottom: 28px; }
.v2-vrpt-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(11,18,32,0.1); border-radius: 12px; overflow: hidden; margin: 28px 0; }
.v2-vrpt-stat { background: var(--v-linen); padding: 18px 14px; text-align: center; }
.v2-vrpt-stat-v {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 32px; font-weight: 400; color: var(--v-ink);
  letter-spacing: -0.03em; font-variant-numeric: tabular-nums;
}
.v2-vrpt-stat-l { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #5a6478; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; }
.v2-vrpt-body { font-size: 14px; line-height: 1.7; color: #323b4a; margin-top: 18px; }

/* Big-stat block */
.v2-big-stats { padding: 120px 24px; position: relative; z-index: 2; }
.v2-bstat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--v-hair); border: 1px solid var(--v-hair); border-radius: 24px; overflow: hidden; margin-top: 48px; }
.v2-bstat {
  background: var(--v-ink); padding: 48px 32px; text-align: left;
  transition: background 0.3s;
}
.v2-bstat:hover { background: var(--v-surface-2); }
.v2-bstat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--v-cobalt); letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 16px;
}
.v2-bstat-value {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(40px, 5vw, 72px); font-weight: 400; color: var(--v-linen);
  letter-spacing: -0.035em; line-height: 1; font-variant-numeric: tabular-nums;
}
.v2-bstat-value em { font-style: italic; color: var(--v-brass); }
.v2-bstat-desc { color: var(--v-fog); font-size: 14px; line-height: 1.5; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--v-hair); }

/* Tool logo strip */
.v2-stack-strip { padding: 80px 24px; position: relative; z-index: 2; border-top: 1px solid var(--v-hair); border-bottom: 1px solid var(--v-hair); }
.v2-stack-title {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--v-cobalt);
  letter-spacing: 0.12em; text-transform: uppercase; text-align: center; margin-bottom: 36px;
}
.v2-stack-row {
  display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
  gap: 8px 40px; max-width: 1000px; margin: 0 auto;
}
.v2-stack-item {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(20px, 2.4vw, 30px); color: var(--v-fog); font-style: italic;
  letter-spacing: -0.02em; transition: color 0.3s; padding: 8px 4px;
}
.v2-stack-item:hover { color: var(--v-linen); }

/* Generic small-CTA block for verticals */
.v2-mini-cta { padding: 120px 24px; position: relative; z-index: 2; text-align: center; }
.v2-mini-cta-wrap { max-width: 820px; margin: 0 auto; }
.v2-mini-cta h2 {
  font-family: 'Fraunces', Georgia, serif; font-size: clamp(36px, 5vw, 68px);
  font-weight: 400; letter-spacing: -0.035em; line-height: 1; color: var(--v-linen); margin-bottom: 20px;
}
.v2-mini-cta h2 em { font-style: italic; color: var(--v-brass); }
.v2-mini-cta p { color: var(--v-fog); font-size: 18px; line-height: 1.55; max-width: 560px; margin: 0 auto 36px; }
.v2-mini-cta .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ====================================================================
   RECRUITMENT — the pipeline that runs itself
==================================================================== */

.v2-hero-pipeline { min-height: 92vh; padding: 140px 24px 80px; position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
.v2-hero-pipeline-copy { max-width: 760px; margin-bottom: 56px; }
.v2-hero-pipeline-copy h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(44px, 6.5vw, 92px); font-weight: 400; letter-spacing: -0.04em;
  line-height: 0.98; color: var(--v-linen); margin-bottom: 28px;
}
.v2-hero-pipeline-copy h1 em { font-style: italic; color: var(--v-brass); }
.v2-hero-pipeline-sub { color: var(--v-fog); font-size: 20px; line-height: 1.55; max-width: 620px; margin-bottom: 36px; }

/* Interactive pipeline */
.v2-pipeline { padding: 100px 24px 120px; position: relative; z-index: 2; }
.v2-pipeline-rail {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 56px;
  border: 1px solid var(--v-hair); border-radius: 24px; overflow: hidden;
  background: var(--v-surface-2);
}
.v2-pipeline-stage {
  padding: 40px 24px; border-right: 1px solid var(--v-hair); position: relative;
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}
.v2-pipeline-stage:last-child { border-right: none; }
.v2-pipeline-stage:hover { background: var(--v-ink); }
.v2-pipeline-stage::after {
  content: ''; position: absolute; top: 50%; right: -8px; width: 16px; height: 16px;
  background: var(--v-ink); border: 1px solid var(--v-hair);
  border-left: none; border-bottom: none;
  transform: translateY(-50%) rotate(45deg); z-index: 2;
}
.v2-pipeline-stage:last-child::after { display: none; }
.v2-pipeline-stage-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--v-cobalt); letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 14px;
}
.v2-pipeline-stage-name {
  font-family: 'Fraunces', Georgia, serif; font-size: 22px;
  color: var(--v-linen); letter-spacing: -0.02em; margin-bottom: 20px;
}
.v2-pipeline-stage-count {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 56px; font-weight: 300; font-style: italic; color: var(--v-brass);
  line-height: 0.9; letter-spacing: -0.04em; margin-bottom: 14px;
  font-variant-numeric: tabular-nums;
}
.v2-pipeline-stage-cap {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--v-fog); letter-spacing: 0.06em;
  margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--v-hair);
  text-transform: uppercase;
}
.v2-pipeline-action {
  font-size: 13px; color: var(--v-linen); line-height: 1.5;
  opacity: 0.85; transition: opacity 0.3s;
}
.v2-pipeline-stage:hover .v2-pipeline-action { opacity: 1; }
.v2-pipeline-action b { color: var(--v-cobalt); font-weight: 600; display: block; margin-bottom: 4px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }

/* Monday 6am */
.v2-monday-6am { padding: 120px 24px; position: relative; z-index: 2; }
.v2-m6am-stage {
  background: linear-gradient(180deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 22px; padding: 48px 40px;
  max-width: 920px; margin: 48px auto 0; position: relative; overflow: hidden;
}
.v2-m6am-stage::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(91,141,255,0.5), transparent);
}
.v2-m6am-clock {
  font-family: 'JetBrains Mono', monospace; font-size: 13px;
  color: var(--v-cobalt); letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 18px; display: flex; align-items: center; gap: 12px;
}
.v2-m6am-clock::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--v-cobalt); animation: v2pulse 2s ease-in-out infinite;
}
.v2-m6am-job {
  font-family: 'Fraunces', Georgia, serif; font-size: clamp(26px, 3.5vw, 42px);
  color: var(--v-linen); letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 28px;
}
.v2-m6am-fanout {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--v-hair); border: 1px solid var(--v-hair);
  border-radius: 14px; overflow: hidden; margin-bottom: 20px;
}
.v2-m6am-platform { background: var(--v-surface-2); padding: 18px 16px; }
.v2-m6am-platform-name {
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  color: var(--v-cobalt); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px;
}
.v2-m6am-platform-status {
  font-family: 'Fraunces', Georgia, serif; font-size: 17px;
  color: var(--v-linen); letter-spacing: -0.015em;
}
.v2-m6am-platform-ok { color: var(--v-ok); font-size: 11px; font-family: 'JetBrains Mono', monospace; margin-top: 4px; }
.v2-m6am-log { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--v-fog); line-height: 1.7; padding-top: 20px; border-top: 1px solid var(--v-hair); }
.v2-m6am-log span { color: var(--v-ok); }

/* Candidate thread mock */
.v2-cand-thread { padding: 120px 24px; position: relative; z-index: 2; }
.v2-cand-frame { max-width: 720px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 14px; }
.v2-cand-msg {
  background: var(--v-surface-2); border: 1px solid var(--v-hair);
  border-radius: 16px; padding: 22px 24px;
  position: relative; max-width: 88%;
}
.v2-cand-msg.from-us { align-self: flex-start; background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%); border-color: rgba(91,141,255,0.25); }
.v2-cand-msg.from-cand { align-self: flex-end; background: var(--v-ink); }
.v2-cand-msg.auto::before {
  content: 'AUTO'; position: absolute; top: 12px; right: 16px;
  font-family: 'JetBrains Mono', monospace; font-size: 9px;
  color: var(--v-cobalt); letter-spacing: 0.14em; padding: 2px 8px;
  border: 1px solid rgba(91,141,255,0.3); border-radius: 8px;
}
.v2-cand-meta {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--v-fog); letter-spacing: 0.06em;
  margin-bottom: 10px; text-transform: uppercase;
}
.v2-cand-body { color: var(--v-linen); font-size: 14px; line-height: 1.55; }
.v2-cand-signal {
  background: rgba(91,141,255,0.08); border: 1px dashed rgba(91,141,255,0.35);
  border-radius: 10px; padding: 14px 18px; align-self: center; max-width: 380px; text-align: center;
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--v-cobalt); letter-spacing: 0.08em; text-transform: uppercase;
}
.v2-cand-signal b { color: var(--v-brass); font-style: italic; font-family: 'Fraunces', Georgia, serif; font-size: 16px; letter-spacing: 0; text-transform: none; }

/* Recruit math block */
.v2-recruit-math { padding: 120px 24px; position: relative; z-index: 2; }
.v2-rmath-wrap {
  max-width: 960px; margin: 0 auto;
  background: linear-gradient(180deg, var(--v-surface-2) 0%, var(--v-ink) 100%);
  border: 1px solid var(--v-hair); border-radius: 24px;
  padding: 64px 48px; position: relative; overflow: hidden;
}
.v2-rmath-wrap::before {
  content: ''; position: absolute; bottom: -100px; left: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,165,116,0.12) 0%, transparent 70%);
}
.v2-rmath-equation {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px;
  align-items: center; margin: 40px 0;
}
.v2-rmath-side { text-align: center; }
.v2-rmath-side-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--v-fog); letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 14px;
}
.v2-rmath-side-value {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(56px, 7vw, 96px); font-weight: 300; line-height: 0.9;
  font-variant-numeric: tabular-nums; letter-spacing: -0.04em;
}
.v2-rmath-side.before .v2-rmath-side-value { color: var(--v-brass); font-style: italic; }
.v2-rmath-side.after .v2-rmath-side-value { color: var(--v-cobalt); font-style: italic; }
.v2-rmath-arrow {
  font-family: 'Fraunces', Georgia, serif; font-size: 56px;
  color: var(--v-linen); font-style: italic;
}
.v2-rmath-payoff {
  margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--v-hair);
  text-align: center; position: relative; z-index: 2;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(20px, 2.6vw, 28px);
  color: var(--v-linen); letter-spacing: -0.02em; line-height: 1.35;
}
.v2-rmath-payoff b { color: var(--v-brass); font-style: italic; font-weight: 400; }

/* ====================================================================
   ACCOUNTING — month-end without the grind
==================================================================== */

/* Calendar compress hero */
.v2-hero-calendar { min-height: 92vh; padding: 140px 24px 80px; position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
.v2-hcal-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.v2-hcal-copy h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(44px, 6.2vw, 86px); font-weight: 400; letter-spacing: -0.04em;
  line-height: 0.98; color: var(--v-linen); margin-bottom: 28px;
}
.v2-hcal-copy h1 em { font-style: italic; color: var(--v-brass); }
.v2-hcal-sub { color: var(--v-fog); font-size: 20px; line-height: 1.55; max-width: 520px; margin-bottom: 36px; }
.v2-hcal-visual {
  background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 22px; padding: 36px;
  box-shadow: 0 50px 120px rgba(0,0,0,0.5);
}
.v2-hcal-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--v-hair);
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--v-fog); letter-spacing: 0.08em; text-transform: uppercase;
}
.v2-hcal-month { font-family: 'Fraunces', Georgia, serif; font-size: 22px; color: var(--v-linen); letter-spacing: -0.02em; font-style: italic; font-weight: 400; text-transform: none; }
.v2-hcal-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.v2-hcal-day {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  border-radius: 8px; background: rgba(91,141,255,0.04);
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--v-fog);
  border: 1px solid transparent; transition: all 0.6s cubic-bezier(0.22,1,0.36,1);
}
.v2-hcal-day.has-task { color: var(--v-linen); background: rgba(91,141,255,0.12); border-color: rgba(91,141,255,0.25); }
.v2-hcal-day.close-day { background: var(--v-cobalt); color: var(--v-ink); font-weight: 700; border-color: var(--v-cobalt); box-shadow: 0 0 16px rgba(91,141,255,0.35); animation: v2pulseGlow 2.4s ease-in-out infinite; }
@keyframes v2pulseGlow { 0%,100% { box-shadow: 0 0 16px rgba(91,141,255,0.35); } 50% { box-shadow: 0 0 28px rgba(91,141,255,0.6); } }
.v2-hcal-day.brass { background: rgba(212,165,116,0.12); color: var(--v-brass); border-color: rgba(212,165,116,0.3); }

/* Close week (5-day timeline) */
.v2-close-week { padding: 120px 24px; position: relative; z-index: 2; }
.v2-closew-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 48px; }
.v2-closew-day {
  background: var(--v-surface-2); border: 1px solid var(--v-hair); border-radius: 18px;
  padding: 28px 22px; transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
  position: relative; overflow: hidden;
}
.v2-closew-day:hover { transform: translateY(-3px); border-color: rgba(91,141,255,0.35); }
.v2-closew-day.day-fri {
  background: linear-gradient(180deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border-color: rgba(91,141,255,0.4);
}
.v2-closew-daynum {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 56px; font-weight: 300; font-style: italic; line-height: 0.9;
  color: var(--v-brass); letter-spacing: -0.04em; margin-bottom: 6px;
  font-variant-numeric: tabular-nums;
}
.v2-closew-dayname {
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  color: var(--v-cobalt); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 20px;
}
.v2-closew-tasks { list-style: none; padding: 0; margin: 0; }
.v2-closew-tasks li {
  font-size: 12px; color: var(--v-linen); line-height: 1.5; padding: 6px 0 6px 18px;
  position: relative; border-bottom: 1px solid rgba(139,155,180,0.06);
}
.v2-closew-tasks li::before {
  content: '\2192'; position: absolute; left: 0; color: var(--v-cobalt);
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
}
.v2-closew-tasks li:last-child { border-bottom: none; }
.v2-closew-auto { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--v-ok); margin-left: 6px; letter-spacing: 0.08em; }

/* Compliance dash */
.v2-compliance-dash { padding: 120px 24px; position: relative; z-index: 2; }
.v2-cdash-frame {
  background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 22px;
  padding: 32px; margin-top: 44px; box-shadow: 0 50px 120px rgba(0,0,0,0.4);
}
.v2-cdash-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--v-hair);
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--v-fog); letter-spacing: 0.08em; text-transform: uppercase;
}
.v2-cdash-head b { color: var(--v-linen); }
.v2-cdash-legend { display: flex; gap: 16px; align-items: center; }
.v2-cdash-legend span { display: inline-flex; align-items: center; gap: 6px; }
.v2-cdash-sw { width: 10px; height: 10px; border-radius: 3px; }
.v2-cdash-sw.ok { background: var(--v-ok); }
.v2-cdash-sw.warn { background: var(--v-brass); }
.v2-cdash-sw.late { background: #e56b6b; }
.v2-cdash-table {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 0;
  background: rgba(139,155,180,0.06); border-radius: 12px; overflow: hidden;
}
.v2-cdash-th, .v2-cdash-td {
  padding: 14px 16px; border-right: 1px solid var(--v-hair); border-bottom: 1px solid var(--v-hair);
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
}
.v2-cdash-th { color: var(--v-cobalt); letter-spacing: 0.08em; text-transform: uppercase; background: var(--v-ink); font-size: 10px; font-weight: 600; }
.v2-cdash-td { color: var(--v-linen); background: var(--v-surface-2); }
.v2-cdash-td.client { font-family: 'Fraunces', Georgia, serif; font-size: 15px; font-weight: 400; letter-spacing: -0.01em; }
.v2-cdash-pill {
  display: inline-block; padding: 3px 10px; border-radius: 12px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
}
.v2-cdash-pill.ok { background: rgba(127,217,154,0.12); color: var(--v-ok); }
.v2-cdash-pill.warn { background: rgba(212,165,116,0.12); color: var(--v-brass); }
.v2-cdash-pill.late { background: rgba(229,107,107,0.14); color: #f08a8a; }
.v2-cdash-pill.auto { background: rgba(91,141,255,0.14); color: var(--v-cobalt); }

/* Doc chase gallery */
.v2-doc-chase { padding: 120px 24px; position: relative; z-index: 2; }
.v2-dchase-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 44px;
  max-width: 1100px; margin-left: auto; margin-right: auto;
}
.v2-dchase-mail {
  background: var(--v-surface-2); border: 1px solid var(--v-hair);
  border-radius: 14px; padding: 18px 20px;
  transition: all 0.3s; position: relative;
}
.v2-dchase-mail:nth-child(3n+1) { border-color: rgba(91,141,255,0.2); }
.v2-dchase-mail:nth-child(3n+2) { border-color: rgba(212,165,116,0.2); }
.v2-dchase-mail:hover { transform: translateY(-2px); background: var(--v-ink); }
.v2-dchase-head { display: flex; justify-content: space-between; align-items: center; font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--v-fog); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; }
.v2-dchase-head b { color: var(--v-ok); }
.v2-dchase-to { font-family: 'Fraunces', Georgia, serif; font-size: 14px; color: var(--v-linen); letter-spacing: -0.01em; margin-bottom: 8px; }
.v2-dchase-subj { font-size: 12px; color: var(--v-fog); line-height: 1.4; }
.v2-dchase-subj b { color: var(--v-linen); font-weight: 500; }

/* ====================================================================
   CAR DEALERSHIPS — we never sleep
==================================================================== */

.v2-hero-night { min-height: 92vh; padding: 140px 24px 80px; position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
.v2-hnight-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: center; }
.v2-hnight-copy h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(44px, 6.5vw, 90px); font-weight: 400; letter-spacing: -0.04em;
  line-height: 0.98; color: var(--v-linen); margin-bottom: 28px;
}
.v2-hnight-copy h1 em { font-style: italic; color: var(--v-brass); }
.v2-hnight-sub { color: var(--v-fog); font-size: 20px; line-height: 1.55; max-width: 480px; margin-bottom: 36px; }

/* Night dashboard mock */
.v2-night-dash {
  background: radial-gradient(ellipse at top, rgba(91,141,255,0.15) 0%, transparent 60%), linear-gradient(180deg, #070D1A 0%, #030711 100%);
  border: 1px solid rgba(91,141,255,0.3); border-radius: 24px;
  padding: 32px 28px; position: relative; overflow: hidden;
  box-shadow: 0 60px 140px rgba(0,0,0,0.7), 0 0 40px rgba(91,141,255,0.15);
}
.v2-night-clock {
  font-family: 'JetBrains Mono', monospace; font-size: 13px; letter-spacing: 0.2em;
  color: var(--v-cobalt); margin-bottom: 24px; display: flex; align-items: baseline; gap: 14px;
}
.v2-night-time {
  font-family: 'Fraunces', Georgia, serif; font-size: 56px; font-weight: 300; font-style: italic;
  color: var(--v-linen); line-height: 1; letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.v2-night-label { color: var(--v-fog); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }
.v2-night-lead-in {
  background: rgba(91,141,255,0.1); border: 1px solid rgba(91,141,255,0.3);
  border-radius: 14px; padding: 18px 20px; margin-bottom: 14px;
  position: relative; animation: v2nightFlash 4s ease-in-out infinite;
}
@keyframes v2nightFlash {
  0%,90%,100% { box-shadow: 0 0 0 0 rgba(91,141,255,0.4); }
  45% { box-shadow: 0 0 0 10px rgba(91,141,255,0); }
}
.v2-night-lead-src {
  font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--v-cobalt);
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px;
}
.v2-night-lead-name { font-family: 'Fraunces', Georgia, serif; font-size: 17px; color: var(--v-linen); letter-spacing: -0.015em; margin-bottom: 4px; }
.v2-night-lead-veh { color: var(--v-fog); font-size: 12px; font-family: 'JetBrains Mono', monospace; }
.v2-night-reply {
  background: rgba(127,217,154,0.08); border: 1px solid rgba(127,217,154,0.3);
  border-radius: 14px; padding: 18px 20px;
}
.v2-night-reply-head {
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  color: var(--v-ok); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px;
}
.v2-night-reply-body { color: var(--v-linen); font-size: 13px; line-height: 1.55; font-style: italic; font-family: 'Fraunces', Georgia, serif; }
.v2-night-typing { color: var(--v-ok); display: inline-block; margin-left: 4px; animation: v2blink 1.2s steps(2) infinite; }
@keyframes v2blink { 50% { opacity: 0; } }

/* Lead flow (dealer) */
.v2-lead-flow { padding: 120px 24px; position: relative; z-index: 2; }
.v2-lflow-track {
  display: grid; grid-template-columns: repeat(4, 1fr) auto repeat(1, 1fr);
  gap: 0; margin-top: 44px; max-width: 1100px; margin-left: auto; margin-right: auto;
}
.v2-lflow-step {
  background: var(--v-surface-2); border: 1px solid var(--v-hair);
  padding: 28px 22px; position: relative;
  transition: all 0.4s;
}
.v2-lflow-step:first-child { border-top-left-radius: 18px; border-bottom-left-radius: 18px; }
.v2-lflow-step:last-child { border-top-right-radius: 18px; border-bottom-right-radius: 18px; }
.v2-lflow-step:not(:last-child) { border-right: none; }
.v2-lflow-step:hover { background: var(--v-ink); }
.v2-lflow-step::after {
  content: '\2192'; position: absolute; right: -14px; top: 50%;
  transform: translateY(-50%); width: 28px; height: 28px;
  background: var(--v-ink); border: 1px solid var(--v-hair); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--v-cobalt); font-family: 'JetBrains Mono', monospace; font-size: 14px; z-index: 2;
}
.v2-lflow-step:last-child::after { display: none; }
.v2-lflow-step-num {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--v-cobalt);
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px;
}
.v2-lflow-step-name {
  font-family: 'Fraunces', Georgia, serif; font-size: 19px; color: var(--v-linen);
  letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 10px;
}
.v2-lflow-step-cap { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--v-fog); letter-spacing: 0.06em; }

/* Stock autopost */
.v2-stock-auto { padding: 120px 24px; position: relative; z-index: 2; overflow: hidden; }
.v2-stockauto-wrap {
  max-width: 1100px; margin: 48px auto 0; display: grid;
  grid-template-columns: 1fr 2fr; gap: 40px; align-items: center;
  position: relative;
}
.v2-stockauto-source {
  background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 2px solid rgba(91,141,255,0.4); border-radius: 20px;
  padding: 36px; text-align: center;
  box-shadow: 0 0 50px rgba(91,141,255,0.2);
}
.v2-stockauto-src-label {
  font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--v-cobalt);
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px;
}
.v2-stockauto-src-car {
  font-family: 'Fraunces', Georgia, serif; font-size: 22px; color: var(--v-linen);
  letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 8px;
}
.v2-stockauto-src-plate {
  font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--v-brass);
  letter-spacing: 0.1em; padding: 4px 10px;
  border: 1px solid rgba(212,165,116,0.3); border-radius: 6px; display: inline-block;
}
.v2-stockauto-targets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.v2-stockauto-target {
  background: var(--v-surface-2); border: 1px solid var(--v-hair); border-radius: 14px;
  padding: 18px 16px; text-align: center; position: relative;
  transition: all 0.3s;
}
.v2-stockauto-target:hover { border-color: rgba(91,141,255,0.35); transform: translateY(-2px); }
.v2-stockauto-target-name { font-family: 'Fraunces', Georgia, serif; font-size: 16px; color: var(--v-linen); letter-spacing: -0.01em; margin-bottom: 4px; font-style: italic; }
.v2-stockauto-target-ok { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--v-ok); letter-spacing: 0.1em; text-transform: uppercase; }

/* Reception copy (mock sms/email) */
.v2-reception { padding: 120px 24px; position: relative; z-index: 2; }
.v2-recep-wrap { max-width: 960px; margin: 48px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.v2-recep-sms {
  background: linear-gradient(180deg, #111827 0%, #0B1220 100%);
  border: 1px solid var(--v-hair); border-radius: 28px; padding: 28px 24px;
  position: relative; max-width: 380px;
}
.v2-recep-sms::before, .v2-recep-sms::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  background: rgba(139,155,180,0.2);
}
.v2-recep-sms::before { top: 10px; width: 48px; height: 4px; border-radius: 2px; }
.v2-recep-sms::after { top: 16px; width: 8px; height: 8px; border-radius: 50%; background: var(--v-surface); }
.v2-recep-sms-head {
  text-align: center; padding: 20px 0 16px; margin-bottom: 16px; border-bottom: 1px solid var(--v-hair);
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--v-fog); letter-spacing: 0.08em;
}
.v2-recep-sms-head b { display: block; font-family: 'Fraunces', Georgia, serif; color: var(--v-linen); font-size: 17px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 3px; }
.v2-recep-bub {
  border-radius: 20px; padding: 12px 16px; margin-bottom: 8px;
  max-width: 80%; font-size: 13px; line-height: 1.4;
}
.v2-recep-bub.them { background: var(--v-cobalt); color: var(--v-ink); margin-right: auto; border-bottom-left-radius: 6px; }
.v2-recep-bub.you { background: var(--v-surface); color: var(--v-linen); margin-left: auto; border-bottom-right-radius: 6px; }
.v2-recep-time { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--v-fog); letter-spacing: 0.06em; margin-bottom: 4px; text-align: center; }

.v2-recep-email {
  background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 16px; padding: 24px;
}
.v2-recep-email-head {
  padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--v-hair);
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--v-fog);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.v2-recep-email-head b { color: var(--v-linen); display: block; margin-bottom: 2px; }
.v2-recep-email-body { color: var(--v-linen); font-size: 14px; line-height: 1.6; font-family: 'Fraunces', Georgia, serif; font-weight: 400; letter-spacing: -0.005em; }

/* ====================================================================
   ABOUT — manifesto
==================================================================== */

.v2-hero-manifesto { padding: 160px 24px 80px; position: relative; z-index: 2; max-width: 900px; margin: 0 auto; text-align: left; }
.v2-hmani-eyebrow {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  color: var(--v-cobalt); letter-spacing: 0.14em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 30px;
}
.v2-hmani-eyebrow::before {
  content: ''; width: 32px; height: 1px; background: var(--v-cobalt);
}
.v2-hmani-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(48px, 7vw, 110px); font-weight: 300; letter-spacing: -0.04em;
  line-height: 0.96; color: var(--v-linen); margin-bottom: 32px;
}
.v2-hmani-title em { font-style: italic; color: var(--v-brass); font-weight: 400; }
.v2-hmani-lede { color: var(--v-fog); font-size: 22px; line-height: 1.55; font-family: 'Fraunces', Georgia, serif; font-weight: 400; letter-spacing: -0.01em; max-width: 720px; }
.v2-hmani-lede em { color: var(--v-linen); font-style: italic; }

/* Founder block */
.v2-founder { padding: 100px 24px; position: relative; z-index: 2; }
.v2-founder-wrap {
  max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: center;
}
.v2-founder-avatar {
  width: 180px; height: 180px; border-radius: 50%;
  background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.v2-founder-avatar::before {
  content: ''; position: absolute; inset: -2px; border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, rgba(91,141,255,0.4), transparent 180deg);
  z-index: 0; animation: v2rotate 14s linear infinite;
}
@keyframes v2rotate { to { transform: rotate(360deg); } }
.v2-founder-avatar-inner {
  position: relative; z-index: 1; width: 100%; height: 100%; border-radius: 50%;
  background: var(--v-surface-2); display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', Georgia, serif; font-size: 76px; font-style: italic; color: var(--v-brass); font-weight: 300;
  letter-spacing: -0.04em;
}
.v2-founder-name {
  font-family: 'Fraunces', Georgia, serif; font-size: 38px;
  color: var(--v-linen); letter-spacing: -0.025em; margin-bottom: 6px; font-weight: 400;
}
.v2-founder-role {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  color: var(--v-cobalt); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 18px;
}
.v2-founder-bio { color: var(--v-fog); font-size: 16px; line-height: 1.65; max-width: 580px; }

/* Why we exist (prose manifesto) */
.v2-why-we-exist { padding: 100px 24px; position: relative; z-index: 2; }
.v2-wwe-wrap {
  max-width: 720px; margin: 0 auto; padding: 60px 0;
  position: relative;
}
.v2-wwe-wrap::before {
  content: '\201C';
  position: absolute; top: -20px; left: -30px;
  font-family: 'Fraunces', Georgia, serif; font-size: 160px;
  color: rgba(212,165,116,0.18); font-style: italic; line-height: 1; z-index: 0;
}
.v2-wwe-para {
  color: var(--v-linen); font-size: 20px; line-height: 1.7; font-family: 'Fraunces', Georgia, serif;
  font-weight: 400; letter-spacing: -0.008em; margin-bottom: 28px; position: relative; z-index: 1;
}
.v2-wwe-para.lede { font-size: 26px; color: var(--v-brass); font-style: italic; letter-spacing: -0.015em; }
.v2-wwe-para em { color: var(--v-brass); font-style: italic; }

/* Vertical timeline */
.v2-timeline-v { padding: 120px 24px; position: relative; z-index: 2; }
.v2-tv-wrap { max-width: 820px; margin: 56px auto 0; position: relative; }
.v2-tv-wrap::before {
  content: ''; position: absolute; left: 24px; top: 20px; bottom: 20px; width: 1px;
  background: linear-gradient(180deg, transparent, var(--v-cobalt) 10%, var(--v-cobalt) 90%, transparent);
}
.v2-tv-item {
  position: relative; padding: 0 0 48px 72px; min-height: 80px;
}
.v2-tv-item:last-child { padding-bottom: 0; }
.v2-tv-dot {
  position: absolute; left: 16px; top: 6px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--v-ink); border: 2px solid var(--v-cobalt);
  z-index: 2;
}
.v2-tv-item.done .v2-tv-dot { background: var(--v-cobalt); box-shadow: 0 0 16px rgba(91,141,255,0.6); }
.v2-tv-item.current .v2-tv-dot { background: var(--v-brass); border-color: var(--v-brass); box-shadow: 0 0 16px rgba(212,165,116,0.7); animation: v2pulseDot 2s ease-in-out infinite; }
@keyframes v2pulseDot { 0%,100% { transform: scale(1); } 50% { transform: scale(1.25); } }
.v2-tv-year {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--v-cobalt);
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px;
}
.v2-tv-item.current .v2-tv-year { color: var(--v-brass); }
.v2-tv-title {
  font-family: 'Fraunces', Georgia, serif; font-size: 24px; color: var(--v-linen);
  letter-spacing: -0.02em; margin-bottom: 10px; font-weight: 400;
}
.v2-tv-body { color: var(--v-fog); font-size: 15px; line-height: 1.6; max-width: 580px; }

/* Commitment slabs */
.v2-commitments { padding: 120px 24px; position: relative; z-index: 2; }
.v2-comm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 48px; }
.v2-comm {
  background: var(--v-surface-2); border: 1px solid var(--v-hair); border-radius: 20px;
  padding: 36px 32px; transition: all 0.4s;
}
.v2-comm:hover { transform: translateY(-3px); border-color: rgba(91,141,255,0.35); background: linear-gradient(180deg, var(--v-surface) 0%, var(--v-surface-2) 100%); }
.v2-comm-tag {
  font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--v-cobalt);
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 16px;
}
.v2-comm-head {
  font-family: 'Fraunces', Georgia, serif; font-size: 26px;
  color: var(--v-linen); letter-spacing: -0.02em; line-height: 1.15;
  margin-bottom: 14px; font-weight: 400;
}
.v2-comm-head em { font-style: italic; color: var(--v-brass); }
.v2-comm-body { color: var(--v-fog); font-size: 15px; line-height: 1.6; }

/* Partners strange */
.v2-partners { padding: 120px 24px; position: relative; z-index: 2; }
.v2-partners-wrap {
  max-width: 980px; margin: 0 auto;
  background: linear-gradient(180deg, var(--v-surface-2) 0%, var(--v-ink) 100%);
  border: 1px solid var(--v-hair); border-radius: 24px;
  padding: 64px 48px; position: relative; overflow: hidden;
}
.v2-partners-wrap::before {
  content: ''; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91,141,255,0.15) 0%, transparent 70%);
}
.v2-partners-grid {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px;
  align-items: start; position: relative; z-index: 2; margin-top: 40px;
}
.v2-partner {
  background: var(--v-surface-2); border: 1px solid var(--v-hair); border-radius: 18px;
  padding: 32px 28px; position: relative;
}
.v2-partner-role {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--v-cobalt); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px;
}
.v2-partner-name {
  font-family: 'Fraunces', Georgia, serif; font-size: 28px; color: var(--v-linen);
  letter-spacing: -0.025em; margin-bottom: 10px; font-weight: 400; font-style: italic;
}
.v2-partner-desc { color: var(--v-fog); font-size: 15px; line-height: 1.6; }
.v2-partners-amp {
  font-family: 'Fraunces', Georgia, serif; font-size: 110px; font-weight: 300; font-style: italic;
  color: var(--v-brass); line-height: 1; align-self: center; letter-spacing: -0.04em;
}

/* ====================================================================
   SERVICES — what we actually do
==================================================================== */

.v2-hero-services { padding: 160px 24px 70px; position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; }
.v2-hserv-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(48px, 7.2vw, 112px); font-weight: 300; letter-spacing: -0.04em;
  line-height: 0.96; color: var(--v-linen); margin-bottom: 28px;
}
.v2-hserv-title em { font-style: italic; color: var(--v-brass); font-weight: 400; }
.v2-hserv-lede { color: var(--v-fog); font-size: 21px; line-height: 1.55; max-width: 720px; font-family: 'Fraunces', Georgia, serif; font-weight: 400; }
.v2-hserv-lede em { color: var(--v-linen); font-style: italic; }

/* Expanded tier cards */
.v2-tier-cards { padding: 100px 24px 120px; position: relative; z-index: 2; }
.v2-tcards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 52px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.v2-tcard {
  background: linear-gradient(180deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 22px;
  padding: 40px 36px; position: relative; overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}
.v2-tcard:hover { border-color: rgba(91,141,255,0.4); transform: translateY(-3px); box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.v2-tcard.featured { border-color: rgba(212,165,116,0.35); background: linear-gradient(180deg, var(--v-surface-2) 0%, var(--v-ink) 100%); }
.v2-tcard-head {
  display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 16px; margin-bottom: 20px; border-bottom: 1px solid var(--v-hair);
}
.v2-tcard-name { font-family: 'Fraunces', Georgia, serif; font-size: 30px; color: var(--v-linen); letter-spacing: -0.025em; font-weight: 400; }
.v2-tcard-build { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--v-brass); letter-spacing: 0.12em; text-transform: uppercase; }
.v2-tcard-price {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 54px; font-weight: 400; letter-spacing: -0.04em; line-height: 1;
  color: var(--v-linen); margin-bottom: 6px;
}
.v2-tcard-price .per { font-size: 15px; color: var(--v-fog); font-family: 'Inter', sans-serif; font-weight: 400; margin-left: 4px; }
.v2-tcard-terms { font-size: 13px; color: var(--v-fog); margin-bottom: 24px; }

.v2-tcard-best {
  background: rgba(91,141,255,0.08); border: 1px solid rgba(91,141,255,0.25); border-radius: 12px;
  padding: 14px 18px; margin: 22px 0;
}
.v2-tcard-best-label { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--v-cobalt); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px; }
.v2-tcard-best-body { font-family: 'Fraunces', Georgia, serif; font-size: 15px; color: var(--v-linen); letter-spacing: -0.01em; line-height: 1.4; font-style: italic; }

.v2-tcard-list { list-style: none; padding: 0; margin: 22px 0 28px; }
.v2-tcard-list li {
  padding: 10px 0 10px 24px; font-size: 14px; color: var(--v-linen); line-height: 1.55;
  position: relative; border-bottom: 1px solid rgba(139,155,180,0.06);
}
.v2-tcard-list li:last-child { border-bottom: none; }
.v2-tcard-list li::before {
  content: '\2192'; position: absolute; left: 0; color: var(--v-cobalt);
  font-family: 'JetBrains Mono', monospace;
}

/* Engagement flow (6-stage process) */
.v2-engagement-flow { padding: 120px 24px; position: relative; z-index: 2; }
.v2-eflow-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 48px; border: 1px solid var(--v-hair); border-radius: 18px; overflow: hidden; background: var(--v-surface-2); }
.v2-eflow-stage {
  padding: 32px 22px; border-right: 1px solid var(--v-hair);
  position: relative; transition: background 0.3s;
}
.v2-eflow-stage:last-child { border-right: none; }
.v2-eflow-stage:hover { background: var(--v-ink); }
.v2-eflow-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 42px; font-weight: 300; font-style: italic; color: var(--v-brass);
  line-height: 0.9; letter-spacing: -0.04em; margin-bottom: 12px;
  font-variant-numeric: tabular-nums;
}
.v2-eflow-dur {
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  color: var(--v-cobalt); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px;
}
.v2-eflow-name {
  font-family: 'Fraunces', Georgia, serif; font-size: 17px; color: var(--v-linen);
  letter-spacing: -0.015em; margin-bottom: 10px; font-weight: 400; line-height: 1.15;
}
.v2-eflow-deliv { font-size: 12px; color: var(--v-fog); line-height: 1.5; }

/* Integrations categorised */
.v2-int-cat { padding: 120px 24px; position: relative; z-index: 2; }
.v2-intcat-wrap { max-width: 1100px; margin: 52px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.v2-intcat {
  background: var(--v-surface-2); border: 1px solid var(--v-hair); border-radius: 20px;
  padding: 32px 28px; transition: all 0.3s;
}
.v2-intcat:hover { border-color: rgba(91,141,255,0.3); }
.v2-intcat-label {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--v-cobalt);
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px;
}
.v2-intcat-title {
  font-family: 'Fraunces', Georgia, serif; font-size: 22px; color: var(--v-linen);
  letter-spacing: -0.02em; margin-bottom: 14px; font-weight: 400;
}
.v2-intcat-body { color: var(--v-fog); font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
.v2-intcat-tools {
  display: flex; flex-wrap: wrap; gap: 6px 10px;
  padding-top: 14px; border-top: 1px solid var(--v-hair);
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--v-linen);
}
.v2-intcat-tools span { padding: 3px 10px; background: rgba(91,141,255,0.08); border-radius: 8px; border: 1px solid rgba(91,141,255,0.15); }

/* Boundaries block */
.v2-boundaries { padding: 120px 24px; position: relative; z-index: 2; }
.v2-bound-wrap {
  max-width: 1000px; margin: 0 auto;
  background: linear-gradient(180deg, var(--v-surface-2) 0%, var(--v-ink) 100%);
  border: 1px solid rgba(212,165,116,0.25); border-radius: 24px;
  padding: 64px 48px; position: relative; overflow: hidden;
}
.v2-bound-wrap::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,165,116,0.5), transparent);
}
.v2-bound-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 36px; }
.v2-bound-row {
  padding: 24px 22px; background: var(--v-surface-2); border: 1px solid var(--v-hair);
  border-radius: 14px; display: grid; grid-template-columns: 36px 1fr; gap: 16px; align-items: start;
}
.v2-bound-x {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid rgba(212,165,116,0.4); background: rgba(212,165,116,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--v-brass); font-family: 'JetBrains Mono', monospace; font-size: 14px;
  flex-shrink: 0;
}
.v2-bound-heading { font-family: 'Fraunces', Georgia, serif; font-size: 18px; color: var(--v-linen); letter-spacing: -0.015em; margin-bottom: 6px; font-weight: 400; }
.v2-bound-body { color: var(--v-fog); font-size: 14px; line-height: 1.55; }

/* ====================================================================
   CONTACT — let's actually talk
==================================================================== */

.v2-hero-contact { padding: 160px 24px 60px; position: relative; z-index: 2; max-width: 900px; margin: 0 auto; text-align: center; }
.v2-hcon-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(46px, 6.8vw, 96px); font-weight: 300; letter-spacing: -0.04em;
  line-height: 0.96; color: var(--v-linen); margin-bottom: 26px;
}
.v2-hcon-title em { font-style: italic; color: var(--v-brass); font-weight: 400; }
.v2-hcon-lede { color: var(--v-fog); font-size: 20px; line-height: 1.55; max-width: 560px; margin: 0 auto; }

/* Concise form */
.v2-form-block { padding: 60px 24px 100px; position: relative; z-index: 2; }
.v2-fb-wrap {
  max-width: 640px; margin: 0 auto;
  background: linear-gradient(180deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 24px;
  padding: 44px 40px; box-shadow: 0 40px 90px rgba(0,0,0,0.5);
}
.v2-fb-label {
  display: block; font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--v-cobalt); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 8px;
}
.v2-fb-input, .v2-fb-textarea {
  width: 100%; padding: 14px 16px; border-radius: 12px;
  background: rgba(244,241,234,0.04); border: 1px solid var(--v-hair);
  color: var(--v-linen); font-family: 'Inter', sans-serif; font-size: 15px;
  transition: all 0.2s; margin-bottom: 20px;
}
.v2-fb-input:focus, .v2-fb-textarea:focus { outline: none; border-color: var(--v-cobalt); background: rgba(91,141,255,0.05); }
.v2-fb-input::placeholder, .v2-fb-textarea::placeholder { color: var(--v-fog); }
.v2-fb-textarea { min-height: 110px; resize: vertical; font-family: inherit; }
.v2-fb-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.v2-fb-submit {
  width: 100%; margin-top: 10px; padding: 16px 24px;
  background: var(--v-cobalt); color: var(--v-ink);
  border: none; border-radius: 100px;
  font-family: 'JetBrains Mono', monospace; font-size: 14px; font-weight: 600;
  letter-spacing: 0.04em; cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  box-shadow: 0 12px 30px rgba(91,141,255,0.25);
}
.v2-fb-submit:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(91,141,255,0.4); }

/* Calendar embed block (styled) */
.v2-cal-block { padding: 80px 24px; position: relative; z-index: 2; }
.v2-cal-wrap {
  max-width: 900px; margin: 0 auto;
  background: linear-gradient(160deg, var(--v-surface) 0%, var(--v-surface-2) 100%);
  border: 1px solid var(--v-hair); border-radius: 24px;
  padding: 36px; position: relative;
}
.v2-cal-frame {
  width: 100%; min-height: 620px; border: none; border-radius: 16px; background: var(--v-ink);
}

/* After send (3-step) */
.v2-after-send { padding: 120px 24px; position: relative; z-index: 2; }
.v2-asend-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.v2-asend-step {
  background: var(--v-surface-2); border: 1px solid var(--v-hair); border-radius: 20px;
  padding: 36px 32px; position: relative;
}
.v2-asend-window {
  font-family: 'Fraunces', Georgia, serif; font-size: 54px; font-weight: 300; font-style: italic;
  line-height: 0.9; color: var(--v-brass); letter-spacing: -0.04em; margin-bottom: 18px;
  font-variant-numeric: tabular-nums;
}
.v2-asend-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--v-cobalt); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px; }
.v2-asend-name { font-family: 'Fraunces', Georgia, serif; font-size: 22px; color: var(--v-linen); letter-spacing: -0.02em; margin-bottom: 10px; font-weight: 400; line-height: 1.2; }
.v2-asend-body { color: var(--v-fog); font-size: 14px; line-height: 1.6; }

/* Fallback direct */
.v2-fallback { padding: 80px 24px 140px; position: relative; z-index: 2; border-top: 1px solid var(--v-hair); }
.v2-fb-direct {
  max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px;
  text-align: center;
}
.v2-fb-direct-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--v-cobalt); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; }
.v2-fb-direct-val { font-family: 'Fraunces', Georgia, serif; font-size: 19px; color: var(--v-linen); letter-spacing: -0.015em; font-weight: 400; }
.v2-fb-direct-val a { color: var(--v-linen); text-decoration: none; transition: color 0.2s; }
.v2-fb-direct-val a:hover { color: var(--v-brass); }

/* ====================================================================
   MOBILE RESPONSIVE (force mobile-first @ 768px breakpoint)
==================================================================== */

@media (max-width: 900px) {
  .v2-hero-split,
  .v2-dual-timer-grid,
  .v2-hcal-grid,
  .v2-hnight-grid,
  .v2-stockauto-wrap,
  .v2-recep-wrap,
  .v2-founder-wrap,
  .v2-comm-grid,
  .v2-tcards-grid,
  .v2-intcat-wrap,
  .v2-bound-grid,
  .v2-rmath-equation,
  .v2-fb-direct { grid-template-columns: 1fr; }
  .v2-partners-grid { grid-template-columns: 1fr; }
  .v2-partners-amp { font-size: 64px; text-align: center; padding: 16px 0; }
  .v2-bstat-grid,
  .v2-asend-grid,
  .v2-closew-grid { grid-template-columns: 1fr; }
  .v2-pipeline-rail { grid-template-columns: 1fr; }
  .v2-pipeline-stage { border-right: none; border-bottom: 1px solid var(--v-hair); }
  .v2-pipeline-stage:last-child { border-bottom: none; }
  .v2-pipeline-stage::after { display: none; }
  .v2-eflow-grid { grid-template-columns: 1fr 1fr; }
  .v2-lflow-track { grid-template-columns: 1fr; }
  .v2-lflow-step { border-radius: 0 !important; border-right: 1px solid var(--v-hair) !important; border-bottom: none; }
  .v2-lflow-step:first-child { border-top-left-radius: 18px !important; border-top-right-radius: 18px !important; border-bottom: none; }
  .v2-lflow-step:last-child { border-bottom-left-radius: 18px !important; border-bottom-right-radius: 18px !important; }
  .v2-lflow-step:not(:last-child) { border-bottom: 1px solid var(--v-hair); }
  .v2-lflow-step::after { right: 50%; top: auto; bottom: -14px; transform: translateX(50%) rotate(90deg); }
  .v2-cdash-table { grid-template-columns: 1.4fr 1fr 1fr; }
  .v2-cdash-th:nth-child(n+4), .v2-cdash-td:nth-child(5n+4), .v2-cdash-td:nth-child(5n+5) { display: none; }
  .v2-stockauto-targets { grid-template-columns: 1fr 1fr; }
  .v2-dchase-grid { grid-template-columns: 1fr 1fr; }
  .v2-m6am-fanout { grid-template-columns: 1fr; }
  .v2-fb-row { grid-template-columns: 1fr; }
  .v2-vrpt-stats { grid-template-columns: 1fr 1fr; }
  .v2-v72-rail { min-width: 1400px; grid-template-columns: repeat(8, 180px); }
  .v2-hero-split, .v2-hero-calendar, .v2-hero-night, .v2-hero-pipeline { padding-top: 100px; min-height: auto; }
  .v2-wwe-wrap::before { font-size: 100px; left: 0; top: -40px; }
  .v2-wwe-para { font-size: 17px; }
  .v2-wwe-para.lede { font-size: 20px; }
  .v2-founder-avatar { width: 140px; height: 140px; margin: 0 auto; }
  .v2-founder-avatar-inner { font-size: 60px; }
}

@media (max-width: 600px) {
  .v2-lead-card { width: 280px; }
  .v2-vrpt-frame { padding: 28px 22px; }
  .v2-vrpt-stats { grid-template-columns: 1fr 1fr; }
  .v2-closew-daynum { font-size: 44px; }
  .v2-eflow-grid { grid-template-columns: 1fr; }
  .v2-dchase-grid { grid-template-columns: 1fr; }
  .v2-stockauto-targets { grid-template-columns: 1fr; }
  .v2-timer-value { font-size: 56px; }
  .v2-hmani-title, .v2-hserv-title, .v2-hcon-title { font-size: 42px; }
  .v2-tv-wrap::before { left: 12px; }
  .v2-tv-item { padding-left: 48px; }
  .v2-tv-dot { left: 4px; }
  .v2-fb-wrap, .v2-partners-wrap, .v2-bound-wrap, .v2-rmath-wrap { padding: 36px 24px; }
}

/* ====================================================================
   INLINE JS ENABLEMENT — IntersectionObserver for .v2-reveal
==================================================================== */
/* No JS needed — pages include a tiny inline <script> to handle reveal */


/* ====================================================================
   VOLTEURA CRAFT FIX — suppress default page title + full-width body
   Horizon theme renders page body inside a grid with fixed middle column
   (~672px). We override so our full-width sections breathe.
==================================================================== */
/* Hide the auto-rendered page title heading block on every page,
   but keep the body-content rte-formatter block visible. */
main .section-content-wrapper > .text-block[class*="__heading"],
main .section-content-wrapper > .text-block[class*="__title"] {
  display: none !important;
}
main .section-content-wrapper {
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
  gap: 0 !important;
}
main .section.page-width-content,
main .section.page-width-content > .section-background {
  padding: 0 !important;
}

/* Horizon puts the content in grid-column 2 of a 3-col layout.
   Force it to span all columns so craft pages go full width. */
main .section.page-width-content {
  grid-template-columns: 1fr !important;
}
main .section.page-width-content > .section-content-wrapper {
  grid-column: 1 / -1 !important;
}

/* The .section-content-wrapper sits in the middle grid cell —
   constrain it back to 100% of the new full-width cell. */
main .section-content-wrapper.layout-panel-flex {
  max-width: 100% !important;
  width: 100% !important;
}

/* The shopify-block.rte is the actual wrapper for body_html;
   give it full width so our inner sections can paint. */
main .shopify-block.rte {
  max-width: 100% !important;
  width: 100% !important;
}

/* rte-formatter is the web component that wraps rich-text body;
   its contents should flow full-width, not inline. Contact page
   applies --max-width: body-narrow inline — override it. */
main rte-formatter,
main .text-block[class*="__content"],
main rte-formatter.text-block[class*="__content"] {
  display: block !important;
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: clip;
  --max-width: 100% !important;
}

/* Ensure our sections never let internal horizontal overflow bust out.
   Lead-feed + vendor-72 timeline have intentionally-wide inner content —
   clipping goes on the containers that wrap the scrolling tracks. */
main .v2-lead-feed,
main .v2-vendor-72,
main .v2-stock-auto {
  overflow-x: clip;
}
/* Our flex-column wrapper must shrink to viewport */
main .section-content-wrapper.layout-panel-flex {
  max-width: 100vw !important;
  width: 100% !important;
  align-self: stretch !important;
}
/* The scrolling lead-feed track should not push document scrollWidth.
   Use contain: paint to isolate its overflow. */
main .v2-lead-feed-track {
  /* animation already defined; just ensure containment */
  contain: paint;
}
/* Vendor 72 rail: keep as horizontal scroll inside its section */
main .v2-v72-scroll { overflow-x: auto; max-width: 100%; }

/* Ensure .v2-reveal falls back to visible if JS is blocked */
.no-js .v2-reveal,
html.no-js .v2-reveal { opacity: 1 !important; transform: none !important; }

/* Slightly tighter hero sizes at 1280-1440 so the hero fits cleanly */
@media (min-width: 900px) and (max-width: 1500px) {
  .v2-hero-split-copy h1,
  .v2-hero-pipeline-copy h1,
  .v2-hcal-copy h1,
  .v2-hnight-copy h1 { font-size: clamp(38px, 4.5vw, 64px); }
  .v2-hmani-title { font-size: clamp(44px, 5vw, 82px); }
  .v2-hserv-title { font-size: clamp(44px, 5.2vw, 86px); }
  .v2-hcon-title { font-size: clamp(42px, 5vw, 76px); }
}


/* ===== 2026-04-17 mobile-reveal + logo patches ===== */

/* MOBILE: kill reveal animation so content is always visible (fixes 'big gap' on phone) */
@media (max-width: 900px) {
  .v2-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* LOGO MERGE — invert white-card PNG so it blends into dark header */
.header-logo img {
  filter: invert(1) hue-rotate(180deg);
  mix-blend-mode: screen;
}

/* cache-bust 1776443300 */
