/* ============================================================
   Conveo Always-On — Landing page styles
   Built on the Conveo Master Brand & Marketing Design System.
   Editorial, warm, serif display + Inter body, orange used sparingly.
   ============================================================ */

/* --- Fonts (trimmed to weights used) ------------------------ */
@font-face { font-family: "IBM Plex Serif"; font-style: normal; font-weight: 400; src: url("fonts/IBMPlexSerif-Regular.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "IBM Plex Serif"; font-style: italic;  font-weight: 400; src: url("fonts/IBMPlexSerif-Italic.ttf")  format("truetype"); font-display: swap; }
@font-face { font-family: "IBM Plex Serif"; font-style: normal; font-weight: 500; src: url("fonts/IBMPlexSerif-Medium.ttf")  format("truetype"); font-display: swap; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; src: url("fonts/Inter_24pt-Light.ttf")    format("truetype"); font-display: swap; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; src: url("fonts/Inter_24pt-Regular.ttf")  format("truetype"); font-display: swap; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; src: url("fonts/Inter_24pt-Medium.ttf")   format("truetype"); font-display: swap; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; src: url("fonts/Inter_24pt-SemiBold.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; src: url("fonts/Inter_24pt-Bold.ttf")     format("truetype"); font-display: swap; }

:root {
  --font-serif: "IBM Plex Serif", Georgia, serif;
  --font-sans:  "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --orange:    #E55425;
  --orange-80: #E9704A;
  --orange-60: #F0987D;
  --orange-40: #F5BAA8;
  --orange-20: #FADDD4;
  --slate:     #1C1C1C;
  --slate-80:  #494949;
  --slate-60:  #767676;
  --slate-40:  #A3A3A3;
  --slate-20:  #D1D1D1;
  --grey:      #929292;
  --grey-20:   #E9E9E9;
  --white:     #FFFFFF;
  --stone:     #FBFAF9;
  --pebble:    #F3EFEA;

  --gradient-conveo: linear-gradient(115deg, #EF4F7A 0%, #F0757D 25%, #EE7744 55%, #F39A2E 85%, #F5C46A 100%);

  --fg-1: var(--slate);
  --fg-2: #494949;
  --fg-3: #767676;

  --border-hairline: rgba(28,28,28,0.08);
  --border-default:  rgba(28,28,28,0.16);

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(28,28,28,0.05), 0 1px 3px rgba(28,28,28,0.04);
  --shadow-md: 0 4px 12px rgba(28,28,28,0.06), 0 1px 2px rgba(28,28,28,0.04);
  --shadow-lg: 0 16px 40px rgba(28,28,28,0.10), 0 2px 6px rgba(28,28,28,0.05);
  --shadow-xl: 0 30px 80px rgba(28,28,28,0.18), 0 8px 24px rgba(28,28,28,0.10);
  --shadow-focus: 0 0 0 3px rgba(229,84,37,0.22);

  --track-display: -0.02em;
  --track-tight:   -0.01em;
  --track-caps:     0.12em;

  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 56px);

  /* tweakable accent — swaps to slate when accent intensity = restrained */
  --accent: var(--orange);
  --accent-soft: var(--orange-20);
}

/* tweak: restrained accent */
body[data-accent="restrained"] {
  --accent: var(--slate);
  --accent-soft: var(--pebble);
}

* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; scroll-behavior: smooth; }
body {
  margin: 0;
  font: 400 17px/1.6 var(--font-sans);
  color: var(--fg-1);
  background: var(--stone);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4, p { margin: 0; }

/* --- Layout helpers ----------------------------------------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); position: relative; z-index: 1; }
.section { padding-block: clamp(72px, 11vw, 132px); position: relative; }
.section--tight { padding-block: clamp(56px, 8vw, 96px); }
.section--white { background: var(--white); }
.section--stone { background: var(--stone); }
.section--pebble { background: var(--pebble); }
.section--dark { background: var(--slate); color: var(--white); }

/* tweak: calm rhythm flattens light sections to a single stone tone */
body[data-rhythm="calm"] .section--white,
body[data-rhythm="calm"] .section--pebble { background: var(--stone); }

.eyebrow {
  font: 600 12px/1.2 var(--font-sans);
  text-transform: uppercase;
  letter-spacing: var(--track-caps);
  color: var(--accent);
  display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow::before {
  content: ""; width: 22px; height: 1.5px; background: var(--accent); display: inline-block;
}
.eyebrow--center { justify-content: center; }
.section--dark .eyebrow { color: var(--orange-60); }
.section--dark .eyebrow::before { background: var(--orange-60); }

.display {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: var(--track-display);
  line-height: 1.04;
  text-wrap: balance;
}
.h-sec {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 50px);
  letter-spacing: var(--track-tight);
  line-height: 1.08;
  text-wrap: balance;
}
.lede { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.6; color: var(--fg-2); }
.section--dark .lede { color: rgba(255,255,255,0.78); }

/* --- Buttons ------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font: 600 15px/1 var(--font-sans);
  border-radius: var(--radius-pill);
  padding: 15px 26px;
  border: 1.5px solid transparent;
  min-height: 50px;
  transition: background var(--dur,180ms) cubic-bezier(.2,.8,.2,1), border-color 180ms, color 180ms, transform 180ms, box-shadow 180ms;
  white-space: nowrap;
}
.btn .ico { width: 18px; height: 18px; }
.btn--primary { background: var(--accent); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--orange-80); transform: translateY(-1px); box-shadow: var(--shadow-md); }
/* explicit declaration so the swap repaints the transitioned background */
body[data-accent="restrained"] .btn--primary { background: var(--slate); }
body[data-accent="restrained"] .btn--primary:hover { background: var(--slate-80); }
.btn--dark { background: var(--slate); color: #fff; }
.btn--dark:hover { background: var(--slate-80); transform: translateY(-1px); }
.btn--outline { background: transparent; color: var(--fg-1); border-color: var(--border-default); }
.btn--outline:hover { border-color: var(--slate); background: rgba(28,28,28,0.03); }
.btn--light { background: #fff; color: var(--slate); }
.btn--light:hover { background: var(--pebble); transform: translateY(-1px); }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.28); }
.btn--ghost-light:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); }
.btn--sm { padding: 11px 18px; min-height: 42px; font-size: 14px; }
.btn--lg { padding: 17px 32px; min-height: 56px; font-size: 16px; }

.linklike {
  display: inline-flex; align-items: center; gap: 7px;
  font: 600 15px/1 var(--font-sans); color: var(--fg-1);
  border-bottom: 1.5px solid transparent; padding-bottom: 2px;
  transition: border-color 180ms, gap 180ms;
}
.linklike .ico { width: 17px; height: 17px; transition: transform 180ms; }
.linklike:hover { border-color: var(--accent); }
.linklike:hover .ico { transform: translateX(3px); }
.section--dark .linklike { color: #fff; }

/* Material-symbol mask icon */
.ico {
  display: inline-block; flex-shrink: 0;
  width: 20px; height: 20px;
  background: currentColor;
  -webkit-mask: var(--mask) center / contain no-repeat;
  mask: var(--mask) center / contain no-repeat;
}

/* =============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; gap: 28px;
  padding: 14px var(--gutter);
  background: rgba(251,250,249,0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: background 240ms, border-color 240ms, padding 240ms;
}
.nav.is-stuck { border-bottom-color: var(--border-hairline); box-shadow: 0 1px 0 rgba(28,28,28,0.02); }
.nav__logo { height: 26px; width: auto; }
.nav__logo--white { display: none; }
.nav__links { display: flex; align-items: center; gap: 2px; }
.nav__link {
  display: inline-flex; align-items: center; gap: 3px;
  background: none; border: none; color: var(--fg-1);
  font: 500 15px/1 var(--font-sans); padding: 9px 11px; border-radius: var(--radius-md);
  transition: color 160ms, background 160ms;
}
.nav__link:hover { color: var(--orange); background: rgba(28,28,28,0.03); }
.nav__caret { width: 17px; height: 17px; background: currentColor; -webkit-mask: var(--mask) center / contain no-repeat; mask: var(--mask) center / contain no-repeat; opacity: 0.7; }
.nav__spacer { flex: 1; }
.nav__divider { width: 1px; height: 22px; background: var(--border-default); margin: 0 14px; }
.nav__cta { display: flex; align-items: center; gap: 10px; }
.btn--ghost { background: transparent; color: var(--slate); border-color: transparent; }
.btn--ghost:hover { background: var(--pebble); }
.nav__hamburger { display: none; background: none; border: none; padding: 8px; color: var(--slate); }

/* nav over the dark hero: white logo + light links */
.nav.is-over-dark { background: rgba(28,28,28,0); }
.nav.is-over-dark .nav__logo--black { display: none; }
.nav.is-over-dark .nav__logo--white { display: block; }
.nav.is-over-dark .nav__link { color: rgba(255,255,255,0.82); }
.nav.is-over-dark .nav__link:hover { color: #fff; background: rgba(255,255,255,0.1); }
.nav.is-over-dark .nav__divider { background: rgba(255,255,255,0.2); }
.nav.is-over-dark .btn--ghost { color: rgba(255,255,255,0.9); }
.nav.is-over-dark .btn--ghost:hover { background: rgba(255,255,255,0.1); }
.nav.is-over-dark .btn--dark { background: #fff; color: var(--slate); }
.nav.is-over-dark .btn--dark:hover { background: rgba(255,255,255,0.88); }

/* =============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background: var(--slate);
  color: #fff;
  min-height: 100svh;
  display: flex; flex-direction: column; align-items: center;
  padding-top: clamp(92px, 12vw, 124px);
  padding-bottom: clamp(16px, 2vw, 24px);
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero__glow {
  position: absolute; width: 70vw; height: 70vw; max-width: 900px; max-height: 900px;
  right: -12%; top: -22%;
  background: radial-gradient(circle, rgba(229,84,37,0.18) 0%, rgba(239,79,122,0.07) 38%, rgba(28,28,28,0) 68%);
  filter: blur(8px);
}
.hero__grid-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 60% 30%, #000 30%, transparent 78%);
}
/* tweak: gradient hero */
body[data-hero="gradient"] .hero { background: #2a1410; }
body[data-hero="gradient"] .hero__glow {
  background: radial-gradient(circle, rgba(239,79,122,0.55) 0%, rgba(229,84,37,0.34) 40%, rgba(42,20,16,0) 70%);
  opacity: 1;
}
/* tweak: warm hero */
body[data-hero="warm"] .hero { background: #221a14; }

/* =============================================================
   FULL-BLEED VIDEO HERO — video background, copy left
   ============================================================ */
.hero--video { background: #14100e; }
.hero--video .hero__media { position: absolute; inset: 0; z-index: 0; }
.hero--video .hero__media video { width: 100%; height: 100%; object-fit: cover; object-position: right center; transform: scale(0.6); transform-origin: right center; display: block; }
.hero--video .hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(13,10,9,0.9) 0%, rgba(13,10,9,0.74) 30%, rgba(13,10,9,0.34) 58%, rgba(13,10,9,0) 82%),
    linear-gradient(0deg, rgba(13,10,9,0.7) 0%, rgba(13,10,9,0) 28%);
}
.hero--video .hero__inner { display: block; }
.hero--video .hero__inner, .hero--video .hero__trust { position: relative; z-index: 2; }
.hero--video .hero__copy { max-width: 640px; }
/* force readable copy on the video regardless of the data-hero tweak */
.hero--video .hero__badge { background: rgba(255,255,255,0.1) !important; border-color: rgba(255,255,255,0.2) !important; color: #fff !important; backdrop-filter: blur(6px); }
.hero--video h1 { color: #fff !important; }
.hero--video .hero__sub { color: rgba(255,255,255,0.82) !important; }
.hero--video .hero__sub em { color: #fff !important; font-style: italic; }
.hero--video .btn--ghost-light { background: transparent !important; color: #fff !important; border-color: rgba(255,255,255,0.4) !important; }
.hero--video .btn--ghost-light:hover { background: rgba(255,255,255,0.1) !important; border-color: rgba(255,255,255,0.6) !important; }
.hero--video .hero__trust { border-top-color: rgba(255,255,255,0.16) !important; }
.hero--video .hero__trust-label { color: rgba(255,255,255,0.6) !important; }
.hero--video .marquee .logo-word { color: rgba(255,255,255,0.72) !important; }
.hero--video .marquee .logo-word:hover { color: #fff !important; }

/* =============================================================
   LIGHT HERO (default) — soft warm gradient wash, dark text
   ============================================================ */
body[data-hero="light"] .hero {
  background:
    radial-gradient(118% 92% at 93% 0%, rgba(239,79,122,0.13) 0%, rgba(239,79,122,0) 44%),
    radial-gradient(95% 85% at 8% 102%, rgba(245,196,106,0.18) 0%, rgba(245,196,106,0) 52%),
    radial-gradient(70% 70% at 72% 104%, rgba(229,84,37,0.06) 0%, rgba(229,84,37,0) 56%),
    var(--stone);
  color: var(--slate);
}
body[data-hero="light"] .hero__grid-lines,
body[data-hero="light"] .hero__glow { display: none; }
body[data-hero="light"] .bloom--hero { opacity: 0.4; }
body[data-hero="light"] .bloom--hero-2 { opacity: 0.2; }

body[data-hero="light"] .hero__badge {
  background: rgba(255,255,255,0.7); border-color: var(--border-default); color: var(--orange);
  backdrop-filter: blur(6px);
}
body[data-hero="light"] .hero h1 { color: var(--slate); }
body[data-hero="light"] .hero h1 .accent {
  font-style: normal;
  background: linear-gradient(96deg, #EF4F7A 0%, #F0757D 26%, #EE7744 60%, #F39A2E 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
body[data-hero="light"] .hero__sub { color: var(--fg-2); }
body[data-hero="light"] .hero__sub em { color: var(--slate); font-style: italic; }
body[data-hero="light"] .hero__bullets li { color: var(--fg-1); }
body[data-hero="light"] .hero__tagline { color: var(--fg-3); }

body[data-hero="light"] .hero__actions .btn--ghost-light {
  background: #fff; color: var(--slate); border-color: var(--border-default);
}
body[data-hero="light"] .hero__actions .btn--ghost-light:hover {
  background: var(--pebble); border-color: var(--slate-40);
}

body[data-hero="light"] .hero__trust { border-top-color: var(--border-hairline); }
body[data-hero="light"] .hero__trust-label { color: var(--fg-3); }
body[data-hero="light"] .marquee .logo-word { color: var(--slate-60); }
body[data-hero="light"] .marquee .logo-word:hover { color: var(--slate); }

.hero__inner {
  position: relative; z-index: 2;
  margin: auto;
  display: grid; grid-template-columns: 1fr 1.5fr;
  gap: clamp(28px, 4vw, 56px); align-items: center;
}
/* let the hero graphic grow past the wrap to the viewport's right edge so it reads larger */
.hero__visual { justify-self: stretch; }
.hero__clip { max-width: none; border-radius: var(--radius-xl) 0 0 var(--radius-xl); }

/* hero trust strip — keeps customer logos above the fold */
.hero__trust {
  position: relative; z-index: 2;
  margin-top: clamp(20px, 2.6vw, 34px);
  padding-top: clamp(16px, 2vw, 24px);
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; gap: clamp(20px, 4vw, 48px); flex-wrap: wrap;
}
.hero__trust-label {
  font: 600 11.5px/1.4 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase;
  color: rgba(255,255,255,0.5); max-width: 200px; flex-shrink: 0;
}
.hero__trust-row { display: flex; align-items: center; gap: clamp(22px, 3.4vw, 46px); flex-wrap: wrap; flex: 1; }
.hero__trust .logo-word { color: rgba(255,255,255,0.7); opacity: 1; font-size: clamp(17px, 1.7vw, 22px); }
.hero__trust .logo-word:hover { color: #fff; }
@media (max-width: 760px) {
  .hero__trust { flex-direction: column; align-items: flex-start; gap: 16px; }
  .hero__trust-label { max-width: none; }
}
.hero__copy { max-width: 600px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  white-space: nowrap;
  font: 600 12px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase;
  color: rgba(255,255,255,0.86);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 8px 14px; border-radius: var(--radius-pill);
  margin-bottom: 20px;
}
.hero__badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(229,84,37,0.6); animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(229,84,37,0.55);} 70% { box-shadow: 0 0 0 9px rgba(229,84,37,0);} 100% { box-shadow: 0 0 0 0 rgba(229,84,37,0);} }
.hero h1 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.02; letter-spacing: var(--track-display);
  margin-bottom: 18px; text-wrap: balance;
}
.hero h1 .accent { color: var(--orange-60); font-style: italic; }
.hero__sub { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.55; color: rgba(255,255,255,0.8); max-width: 520px; margin-bottom: 26px; }
.hero__actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero__playlink { display: inline-flex; align-items: center; gap: 11px; color: rgba(255,255,255,0.92); font: 600 15px/1 var(--font-sans); padding-left: 16px; }
.hero__playlink .play { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.3); display: grid; place-items: center; transition: background 180ms, border-color 180ms; }
.hero__playlink:hover .play { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.6); }
.hero__playlink .play .ico { width: 15px; height: 15px; }

/* =============================================================
   HERO PRODUCT SURFACE (animated living signal)
   ============================================================ */
.surface {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fdfcfb 100%);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255,255,255,0.5);
  overflow: hidden;
  color: var(--slate);
  isolation: isolate;
}

/* hero motion graphic — animated "over time" stage */
.aostage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-xl);
  background: url("assets/hero-stage-gradient-min.jpg") center / cover no-repeat, #EE7744;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  padding: clamp(14px, 1.6vw, 20px);
  gap: clamp(10px, 1.2vw, 14px);
}
.aostage__top { display: flex; align-items: center; justify-content: space-between; }
.aostage__label { font: 600 10.5px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: #fff; }
.aostage__live { display: inline-flex; align-items: center; gap: 6px; font: 600 10.5px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: #fff; }
.aostage__live .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(229,84,37,0.6); animation: pulse 2.4s infinite; }

.aostage__wallwrap { position: relative; flex: 1; min-height: 0; border-radius: var(--radius-md); overflow: hidden; }
.aostage__vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.aostage__wall {
  position: absolute; inset: 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: 1fr;
  gap: clamp(4px, 0.6vw, 7px);
}
/* real interview face wall — reveals left to right over time */
.aoface { position: absolute; inset: 0; background: url("assets/hero-faces.png") center / cover no-repeat; border-radius: var(--radius-md); }
.aoface--base { filter: grayscale(1) brightness(0.42); }
.aoface--live { clip-path: inset(0 calc(100% - var(--rev, 0%)) 0 0); will-change: clip-path; }

/* floating report cards (real wave reports) that layer on over time */
.aostage__reports { position: absolute; inset: 0; pointer-events: none; }
.aorep {
  position: absolute;
  width: clamp(168px, 23vw, 230px);
  background: #fff;
  border: 1px solid rgba(28,28,28,0.06);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 34px rgba(0,0,0,0.34);
  padding: 11px 13px 12px;
  display: flex; flex-direction: column; gap: 5px;
  opacity: 0;
  will-change: opacity, transform;
}
.aorep__ey { font: 600 8.5px/1.2 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--slate-60); }
.aorep__ti { font-family: var(--font-serif); font-size: 14.5px; font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.12; color: var(--slate); }
.aorep__q { font: italic 400 11.5px/1.32 var(--font-serif); color: var(--fg-2); padding-left: 9px; border-left: 2px solid var(--orange); margin: 2px 0 1px; }
.aorep__src { font: 500 8.5px/1.2 var(--font-sans); color: var(--slate-40); }

/* time sweep playhead */
.aostage__sweep {
  position: absolute; top: -2%; bottom: -2%; left: 0; width: 2px;
  background: linear-gradient(180deg, rgba(229,84,37,0) 0%, rgba(229,84,37,0.85) 18%, rgba(229,84,37,0.85) 82%, rgba(229,84,37,0) 100%);
  box-shadow: 0 0 14px rgba(229,84,37,0.7);
  transform: translateX(-1px);
}
.aostage__sweep::after { content: ""; position: absolute; left: 50%; bottom: 6%; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); transform: translateX(-50%); box-shadow: 0 0 12px rgba(229,84,37,0.9); }

/* white month dots that grow over time */
.aostage__timeline { flex-shrink: 0; }
.aotl__dots { position: relative; display: flex; justify-content: space-between; align-items: center; height: 22px; padding: 0 2px; }
.aotl__dots::before { content: ""; position: absolute; left: 5px; right: 5px; top: 50%; height: 2px; transform: translateY(-50%); background: rgba(255,255,255,0.22); border-radius: 2px; }
.aotl__line { position: absolute; left: 5px; top: 50%; height: 2px; width: 0; transform: translateY(-50%); background: #fff; border-radius: 2px; box-shadow: 0 0 8px rgba(255,255,255,0.6); z-index: 1; }
.aotl__dot { position: relative; z-index: 2; width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.5); transition: transform 420ms cubic-bezier(.16,1,.3,1), background 420ms ease, box-shadow 420ms ease; }
.aotl__dot.is-past { background: #fff; }
.aotl__dot.is-on { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,0.28), 0 0 14px rgba(255,255,255,0.6); }
.aotl__years { display: flex; justify-content: space-between; margin-top: 7px; }
.aotl__years span { font: 600 11px/1 var(--font-sans); color: rgba(255,255,255,0.55); letter-spacing: 0.02em; transition: color 240ms ease; }
.aotl__years span.is-on { color: #fff; }
.hero__video {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-hairline);
  background: var(--pebble);
  aspect-ratio: 1500 / 650;
  isolation: isolate;
}
.hero__video video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
body[data-hero="slate"] .hero__video,
body[data-hero="gradient"] .hero__video,
body[data-hero="warm"] .hero__video { border-color: rgba(255,255,255,0.5); background: #14100e; }
.surface__bar { display: flex; align-items: center; gap: 8px; padding: 13px 16px; border-bottom: 1px solid var(--border-hairline); background: #fff; }
.surface__dots { display: flex; gap: 6px; }
.surface__dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--grey-20); }
.surface__title { font: 600 12.5px/1 var(--font-sans); color: var(--fg-2); margin-left: 6px; }
.surface__live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font: 600 10.5px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--orange); }
.surface__live .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); animation: pulse 2.4s infinite; }
.surface__body { padding: 16px 16px 18px; display: grid; gap: 13px; }

/* wave rail */
.waverail { }
.waverail__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 11px; }
.waverail__head .k { font: 600 10.5px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--fg-3); }
.waverail__head .v { font: 500 11.5px/1 var(--font-sans); color: var(--fg-2); }
.waverail__track { display: flex; gap: 5px; align-items: flex-end; height: 58px; }
.wavebar { flex: 1; border-radius: 4px 4px 2px 2px; background: var(--pebble); position: relative; transition: height 700ms cubic-bezier(.16,1,.3,1), background 400ms; }
.wavebar.is-done { background: var(--slate-20); }
.wavebar.is-active { background: var(--orange); box-shadow: 0 0 0 3px var(--orange-20); }
.wavebar.is-future { background: var(--pebble); opacity: 0.7; }
.waverail__axis { display: flex; justify-content: space-between; margin-top: 8px; font: 500 9.5px/1 var(--font-sans); color: var(--fg-3); }

/* sentiment sparkline */
.spark { background: var(--stone); border: 1px solid var(--border-hairline); border-radius: var(--radius-md); padding: 13px 14px; }
.spark__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.spark__label { font: 600 11px/1.2 var(--font-sans); color: var(--fg-2); }
.spark__delta { font: 600 11px/1 var(--font-sans); color: #1f8a4d; display: inline-flex; align-items: center; gap: 3px; }
.spark svg { width: 100%; height: 40px; display: block; }

/* theme cards surfacing */
.themes { display: grid; gap: 8px; }
.themes__head { font: 600 10.5px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--fg-3); margin-bottom: 2px; }
.theme {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-md);
  padding: 10px 12px;
  opacity: 0; transform: translateY(8px);
  transition: opacity 460ms ease, transform 460ms cubic-bezier(.16,1,.3,1);
}
.theme.is-in { opacity: 1; transform: none; }
.theme__rank { width: 22px; height: 22px; border-radius: 6px; background: var(--pebble); color: var(--fg-2); font: 600 11px/1 var(--font-sans); display: grid; place-items: center; flex-shrink: 0; }
.theme.is-new .theme__rank { background: var(--orange); color: #fff; }
.theme__name { font: 500 12.5px/1.3 var(--font-sans); color: var(--slate); flex: 1; min-width: 0; }
.theme__tag { font: 600 9.5px/1 var(--font-sans); letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); background: var(--orange-20); padding: 4px 7px; border-radius: var(--radius-pill); }
.theme__pct { font: 600 12px/1 var(--font-sans); color: var(--fg-2); }
.theme__bar { width: 46px; height: 4px; border-radius: 2px; background: var(--grey-20); overflow: hidden; }
.theme__bar i { display: block; height: 100%; background: var(--slate); border-radius: 2px; transition: width 800ms cubic-bezier(.16,1,.3,1); }
.theme.is-new .theme__bar i { background: var(--orange); }

/* floating annotation callout on the surface */
.surface__callout {
  position: absolute; z-index: 5; left: -26px; top: 30%;
  background: var(--slate); color: #fff;
  font: 500 12px/1.4 var(--font-sans);
  padding: 9px 13px; border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  max-width: 178px;
  opacity: 0; transform: translateX(-6px) scale(0.96);
  transition: opacity 420ms, transform 420ms cubic-bezier(.16,1,.3,1);
}
.surface__callout.is-in { opacity: 1; transform: none; }
.surface__callout b { color: var(--orange-60); }
.surface__callout::after { content: ""; position: absolute; right: -5px; top: 18px; width: 10px; height: 10px; background: var(--slate); transform: rotate(45deg); }
@media (max-width: 980px) { .surface__callout { display: none; } }

/* =============================================================
   TRUST BAR
   ============================================================ */
.trust { padding-block: clamp(36px, 5vw, 56px); background: var(--white); border-bottom: 1px solid var(--border-hairline); }
.trust__line { text-align: center; font: 600 12px/1.4 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--fg-3); margin-bottom: 26px; }
.trust__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(28px, 5vw, 64px); }
.logo-word { font-family: var(--font-serif); font-weight: 500; font-size: clamp(19px, 2.2vw, 27px); color: var(--slate-60); letter-spacing: 0.01em; opacity: 0.82; transition: color 220ms, opacity 220ms; }
.logo-word.sans { font-family: var(--font-sans); font-weight: 700; letter-spacing: -0.01em; }
.logo-word:hover { color: var(--slate); opacity: 1; }

/* =============================================================
   PROBLEM
   ============================================================ */
.tensionb__inner { max-width: 940px; margin: 0 auto; }
.tensionb .eyebrow { margin-bottom: 18px; }
.tensionb__steps { border-left: 2px solid rgba(255,255,255,0.13); }
.tstep { position: relative; padding: clamp(20px, 3vw, 32px) 0 clamp(20px, 3vw, 32px) clamp(26px, 3.2vw, 44px); }
.tstep + .tstep { border-top: 1px solid rgba(255,255,255,0.08); }
.tstep::before {
  content: ""; position: absolute; left: -7px; top: clamp(22px, 3vw, 34px);
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--slate); border: 2px solid rgba(255,255,255,0.3);
}
.tstep--final::before { background: var(--orange); border-color: var(--orange); box-shadow: 0 0 0 5px rgba(229,84,37,0.18); }
.tstep__tag { display: block; font: 600 11px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: rgba(255,255,255,0.42); margin-bottom: 13px; }
.tstep--final .tstep__tag { color: var(--orange-60); }
.tstep__text {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(23px, 3.1vw, 37px); line-height: 1.22; letter-spacing: var(--track-tight);
  color: rgba(255,255,255,0.5); text-wrap: balance;
}
.tstep__text .k { color: #fff; }
.tstep--final .tstep__text { color: #fff; font-size: clamp(27px, 3.7vw, 45px); }
.tstep--final .tstep__text .hot { color: var(--orange-60); }

.cost__head { text-align: center; max-width: 760px; margin: 0 auto clamp(40px, 6vw, 64px); }
.cost__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.change__proof { margin-bottom: clamp(8px, 2vw, 20px); }
.cost-card {
  background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-lg);
  padding: 28px 26px 30px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 16px; min-height: 280px;
  transition: box-shadow 220ms, transform 220ms;
}
.cost-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.cost-card__tag { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; white-space: nowrap; font: 600 10.5px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; padding: 6px 11px; border-radius: var(--radius-pill); }
.cost-card__tag.spotted { color: #1f7a48; background: rgba(31,122,72,0.10); }
.cost-card__tag.missed  { color: var(--orange); background: var(--orange-20); }
.cost-card__co { font-family: var(--font-serif); font-size: 27px; font-weight: 400; letter-spacing: var(--track-tight); }
.cost-card__story { font-size: 15.5px; line-height: 1.55; color: var(--fg-2); }
.cost-card__metric { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border-hairline); }
.cost-card__metric .big { font-family: var(--font-serif); font-size: 30px; font-weight: 400; line-height: 1; }
.cost-card__metric .lbl { font: 500 12.5px/1.3 var(--font-sans); color: var(--fg-3); margin-top: 6px; }
.cost-card.is-missed { background: #fff8f5; border-color: var(--orange-40); }
.cost-card.is-missed .cost-card__metric .big { color: var(--orange); }

/* =============================================================
   PRODUCT INTRO
   ============================================================ */
.intro__head { text-align: center; max-width: 740px; margin: 0 auto clamp(44px, 6vw, 72px); }
.intro__head .lede { margin-top: 22px; }
.intro__visual { position: relative; }

/* product board (dashboard mock) */
.board {
  background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.board__top { display: flex; align-items: center; gap: 14px; padding: 16px 22px; border-bottom: 1px solid var(--border-hairline); }
.board__top .tabs { display: flex; gap: 4px; margin-left: 8px; }
.board__top .tab { font: 500 13px/1 var(--font-sans); color: var(--fg-3); padding: 8px 13px; border-radius: var(--radius-pill); }
.board__top .tab.active { color: var(--slate); background: var(--pebble); font-weight: 600; }
.board__top .right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.chip-mini { font: 500 11.5px/1 var(--font-sans); color: var(--fg-2); border: 1px solid var(--border-default); padding: 7px 12px; border-radius: var(--radius-pill); display: inline-flex; gap: 6px; align-items: center; }
.board__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 0; }
.board__main { padding: 24px 26px; border-right: 1px solid var(--border-hairline); }
.board__side { padding: 24px 24px; background: var(--stone); }
.board__caption { font: 600 11px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--fg-3); margin-bottom: 16px; }
.bigchart { width: 100%; height: 188px; }
.board__legend { display: flex; gap: 18px; margin-top: 14px; }
.board__legend span { font: 500 12px/1 var(--font-sans); color: var(--fg-2); display: inline-flex; align-items: center; gap: 7px; }
.board__legend i { width: 10px; height: 10px; border-radius: 3px; }
.sidetheme { display: flex; flex-direction: column; gap: 10px; }
.sidetheme .row { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border-hairline); }
.sidetheme .row:last-child { border-bottom: none; }
.sidetheme .nm { font: 500 13px/1.3 var(--font-sans); flex: 1; }
.sidetheme .up { font: 600 12px/1 var(--font-sans); color: #1f8a4d; }
.sidetheme .dn { font: 600 12px/1 var(--font-sans); color: var(--orange); }

/* editorial annotations around the board */
.annot { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; max-width: 230px; }
.annot__txt { font-family: var(--font-serif); font-style: italic; font-size: 16px; line-height: 1.35; color: var(--fg-1); }
.annot__line { flex-shrink: 0; }
.annot--tl { top: -26px; left: 5%; }
.annot--br { bottom: -30px; right: 4%; text-align: right; flex-direction: row-reverse; }
@media (max-width: 1080px) { .annot { display: none; } }

/* =============================================================
   CAPABILITIES + OUTCOMES
   ============================================================ */
.caps__head { max-width: 720px; margin-bottom: clamp(40px, 5vw, 60px); }
.caps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cap {
  display: flex; flex-direction: column; gap: 16px;
  padding: 30px 28px; background: #fff; border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
  transition: box-shadow 220ms, transform 220ms;
}
.cap:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.cap__num { font-family: var(--font-serif); font-size: 40px; font-weight: 400; color: var(--orange); line-height: 1; }
.cap__title { font-family: var(--font-serif); font-size: 23px; font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.15; }
.cap__body { font-size: 15.5px; line-height: 1.6; color: var(--fg-2); }
.cap__body em { font-style: normal; color: var(--slate); font-weight: 600; }

.pullquote {
  margin: clamp(48px, 7vw, 80px) auto 0; max-width: 980px; text-align: center;
}
.pullquote p {
  font-family: var(--font-serif); font-weight: 400; font-style: italic;
  font-size: clamp(28px, 4vw, 46px); line-height: 1.18; letter-spacing: var(--track-tight);
  text-wrap: balance;
}
.pullquote p .u { color: var(--orange); font-style: normal; }

.outcomes { margin-top: clamp(56px, 8vw, 104px); }
.outcomes__head { max-width: 680px; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.outcomes__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border-hairline); border: 1px solid var(--border-hairline); border-radius: var(--radius-lg); overflow: hidden; }
.outcome { background: var(--white); padding: 38px 36px; display: flex; flex-direction: column; gap: 14px; transition: background 220ms; }
.outcome:hover { background: var(--stone); }
.outcome__ix { font: 600 12px/1 var(--font-sans); letter-spacing: var(--track-caps); color: var(--accent); }
.outcome__title { font-family: var(--font-serif); font-size: clamp(21px, 2.2vw, 26px); font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.2; }
.outcome__body { font-size: 16px; line-height: 1.6; color: var(--fg-2); }

/* =============================================================
   MOMENTS
   ============================================================ */
.moments__head { max-width: 700px; margin: 0 auto clamp(40px, 5vw, 60px); text-align: center; }
.moments__list { max-width: 1000px; margin: 0 auto; border-top: 1px solid var(--border-hairline); }
.moment {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(20px, 4vw, 56px);
  padding: clamp(26px, 3.4vw, 38px) 8px;
  border-bottom: 1px solid var(--border-hairline);
}
.moment__when { font-family: var(--font-serif); font-style: italic; font-size: clamp(18px, 2vw, 23px); line-height: 1.35; color: var(--fg-2); }
.moment__arrow { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--pebble); color: var(--slate); flex-shrink: 0; }
.moment__arrow .ico { width: 18px; height: 18px; }
.moment__then { font-size: clamp(15.5px, 1.5vw, 17.5px); line-height: 1.5; color: var(--slate); font-weight: 500; }
.moment:hover .moment__arrow { background: var(--orange); color: #fff; }

/* =============================================================
   DEMO VIDEO
   ============================================================ */
.demo__head { text-align: center; max-width: 680px; margin: 0 auto clamp(36px, 5vw, 52px); }
.demo__head .h-sec, .demo__head .eyebrow { color: #fff; }
.demo__head .eyebrow { justify-content: center; }
.player {
  position: relative; max-width: 980px; margin: 0 auto; aspect-ratio: 16/9;
  border-radius: var(--radius-xl); overflow: hidden; cursor: pointer;
  box-shadow: var(--shadow-xl); border: 1px solid rgba(255,255,255,0.1);
  background: #14100e;
}
.player__shot { position: absolute; inset: 0; }
.player__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,14,0.1), rgba(20,16,14,0.55)); }
.player__play { position: absolute; inset: 0; margin: auto; width: 84px; height: 84px; border-radius: 50%; background: rgba(255,255,255,0.96); display: grid; place-items: center; box-shadow: var(--shadow-lg); transition: transform 220ms, background 220ms; }
.player:hover .player__play { transform: scale(1.07); background: #fff; }
.player__play .ico { width: 30px; height: 30px; color: var(--slate); margin-left: 4px; }
.player__meta { position: absolute; left: 22px; bottom: 20px; color: #fff; }
.player__meta .t { font: 600 15px/1.3 var(--font-sans); }
.player__meta .d { font: 500 12.5px/1 var(--font-sans); color: rgba(255,255,255,0.7); margin-top: 5px; letter-spacing: var(--track-caps); text-transform: uppercase; }
.player__chip { position: absolute; right: 18px; top: 18px; background: rgba(20,16,14,0.7); backdrop-filter: blur(6px); color: #fff; font: 600 11px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; padding: 8px 12px; border-radius: var(--radius-pill); }
.demo__cta { text-align: center; margin-top: 34px; }
.demo__cta .q { font-size: 17px; color: rgba(255,255,255,0.8); margin-bottom: 18px; }

/* =============================================================
   COMPATIBLE (chips)
   ============================================================ */
.compat { text-align: center; }
.compat .lede { max-width: 620px; margin: 20px auto 36px; }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 760px; margin: 0 auto; }
.chip {
  font: 500 15px/1 var(--font-sans); color: var(--slate);
  background: #fff; border: 1px solid var(--border-default); border-radius: var(--radius-pill);
  padding: 13px 22px; transition: border-color 200ms, background 200ms, transform 200ms;
}
.chip:hover { border-color: var(--orange); background: var(--orange-20); transform: translateY(-2px); }

/* =============================================================
   PROOF
   ============================================================ */
.proof__head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 52px); }
.proof__primary {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 0;
  background: var(--slate); color: #fff; border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.proof__quote { padding: clamp(36px, 4vw, 56px); display: flex; flex-direction: column; gap: 28px; }
.proof__logo { font-family: var(--font-sans); font-weight: 700; font-size: 26px; letter-spacing: -0.01em; color: #fff; }
.proof__quote blockquote {
  margin: 0; font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(24px, 2.8vw, 34px); line-height: 1.28; letter-spacing: var(--track-tight);
  text-wrap: balance;
}
.proof__attr { font: 500 14px/1.4 var(--font-sans); color: rgba(255,255,255,0.62); margin-top: auto; }
.proof__stats { padding: clamp(32px, 3.5vw, 48px); background: rgba(255,255,255,0.04); border-left: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; justify-content: center; gap: 28px; }
.proof__stat .n { font-family: var(--font-serif); font-size: clamp(38px, 5vw, 54px); font-weight: 400; line-height: 1; color: var(--orange-60); }
.proof__stat .c { font: 500 14px/1.45 var(--font-sans); color: rgba(255,255,255,0.74); margin-top: 8px; }

.proof__secondary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 22px; }
.proof-card { background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-lg); padding: 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 18px; }
.proof-card.span2 { grid-column: span 2; }
.proof-card__logo { font: 700 18px/1 var(--font-sans); color: var(--slate); }
.proof-card blockquote { margin: 0; font-size: 16px; line-height: 1.55; color: var(--fg-1); }
.proof-card__nums { display: flex; gap: 24px; flex-wrap: wrap; }
.proof-card__nums .item .n { font-family: var(--font-serif); font-size: 26px; font-weight: 400; line-height: 1; }
.proof-card__nums .item .l { font: 500 12px/1.3 var(--font-sans); color: var(--fg-3); margin-top: 5px; }
.proof-card__attr { font: 500 13px/1.4 var(--font-sans); color: var(--fg-3); margin-top: auto; }
.proof__cta { margin-top: 30px; }

/* =============================================================
   HOW IT WORKS
   ============================================================ */
.steps__head { text-align: center; max-width: 680px; margin: 0 auto clamp(44px, 6vw, 64px); }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.step { display: flex; flex-direction: column; gap: 16px; }
.step__num { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--slate); color: var(--slate); display: grid; place-items: center; font-family: var(--font-serif); font-size: 19px; }
.step__title { font-family: var(--font-serif); font-size: 23px; font-weight: 400; letter-spacing: var(--track-tight); }
.step__body { font-size: 16px; line-height: 1.6; color: var(--fg-2); }
.step__visual { margin-top: 8px; height: 120px; border-radius: var(--radius-md); border: 1px solid var(--border-hairline); background: var(--stone); overflow: hidden; }

/* =============================================================
   PRICING
   ============================================================ */
.pricing__head { text-align: center; max-width: 640px; margin: 0 auto clamp(40px, 5vw, 56px); }
.pricing__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 920px; margin: 0 auto; }
.tier { background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-lg); padding: 34px 34px 36px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 18px; }
.tier__eyebrow { font: 600 12px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--accent); }
.tier__name { font-family: var(--font-serif); font-size: 27px; font-weight: 400; letter-spacing: var(--track-tight); }
.tier__big { display: flex; align-items: baseline; gap: 10px; }
.tier__big .n { font-family: var(--font-serif); font-size: 42px; font-weight: 400; line-height: 1; }
.tier__big .u { font: 500 14px/1.3 var(--font-sans); color: var(--fg-3); }
.tier__body { font-size: 15.5px; line-height: 1.6; color: var(--fg-2); }
.tier__feats { display: flex; flex-direction: column; gap: 11px; margin-top: 2px; }
.tier__feats .f { display: flex; align-items: center; gap: 11px; font: 500 14.5px/1.4 var(--font-sans); color: var(--slate); }
.tier__feats .f .ico { width: 18px; height: 18px; color: var(--orange); }
.pricing__foot { text-align: center; margin-top: 36px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.pricing__foot .q { font-size: 16px; color: var(--fg-2); }
.pricing__pilot { font-size: 13.5px; color: var(--fg-3); }

/* =============================================================
   FINAL CTA
   ============================================================ */
.final { text-align: center; position: relative; overflow: hidden; }
.final__glow { position: absolute; left: 50%; top: 40%; transform: translate(-50%,-50%); width: 80vw; max-width: 760px; height: 520px; background: radial-gradient(ellipse, rgba(229,84,37,0.30), rgba(28,28,28,0) 66%); }
.final__inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.final h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(34px, 5vw, 60px); line-height: 1.05; letter-spacing: var(--track-display); }
.final__sub { font-size: clamp(17px, 1.6vw, 20px); color: rgba(255,255,255,0.78); margin: 22px auto 36px; max-width: 520px; }
.final__actions { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.final__trust { margin-top: 46px; font: 500 13px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: rgba(255,255,255,0.45); }

/* =============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--slate); color: rgba(255,255,255,0.6); padding-block: 56px 40px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer__top { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.footer__logo { height: 26px; }
.footer__cols { display: flex; gap: clamp(36px, 6vw, 80px); flex-wrap: wrap; }
.footer__col h5 { font: 600 12px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 16px; }
.footer__col a { display: block; font: 400 14.5px/1 var(--font-sans); color: rgba(255,255,255,0.72); padding: 7px 0; transition: color 160ms; }
.footer__col a:hover { color: #fff; }
.footer__bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; font: 400 13px/1.5 var(--font-sans); color: rgba(255,255,255,0.42); }

/* =============================================================
   MODAL (Book a demo)
   ============================================================ */
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.is-open { display: flex; }
.modal__scrim { position: absolute; inset: 0; background: rgba(28,28,28,0.55); backdrop-filter: blur(4px); opacity: 0; transition: opacity 240ms; }
.modal.is-open .modal__scrim { opacity: 1; }
.modal__card {
  position: relative; z-index: 2; width: 100%; max-width: 480px;
  background: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-xl);
  padding: 36px 36px 32px; transform: translateY(12px) scale(0.98); opacity: 0;
  transition: transform 280ms cubic-bezier(.16,1,.3,1), opacity 280ms;
  max-height: 92vh; overflow-y: auto;
}
.modal.is-open .modal__card { transform: none; opacity: 1; }
.modal__close { position: absolute; right: 16px; top: 16px; width: 36px; height: 36px; border-radius: 50%; border: none; background: var(--pebble); color: var(--slate); display: grid; place-items: center; transition: background 160ms; }
.modal__close:hover { background: var(--grey-20); }
.modal__eyebrow { font: 600 12px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }
.modal__title { font-family: var(--font-serif); font-size: 28px; font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.1; }
.modal__sub { font-size: 15px; line-height: 1.5; color: var(--fg-2); margin-top: 10px; margin-bottom: 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; font: 600 12.5px/1 var(--font-sans); color: var(--fg-2); margin-bottom: 7px; }
.field input, .field select {
  width: 100%; font: 400 15px/1.4 var(--font-sans); color: var(--slate);
  padding: 13px 14px; border-radius: var(--radius-md); border: 1px solid var(--border-default);
  background: #fff; transition: border-color 160ms, box-shadow 160ms; outline: none;
}
.field input:focus, .field select:focus { border-color: var(--orange); box-shadow: var(--shadow-focus); }
.field input::placeholder { color: var(--slate-40); }
.field.invalid input { border-color: var(--orange); }
.field__err { display: none; font: 500 12px/1.3 var(--font-sans); color: var(--orange); margin-top: 6px; }
.field.invalid .field__err { display: block; }
.modal .btn--primary { width: 100%; margin-top: 6px; }
.modal__fine { font: 400 12px/1.5 var(--font-sans); color: var(--fg-3); text-align: center; margin-top: 16px; }
.modal__success { text-align: center; padding: 8px 0; display: none; }
.modal__success.show { display: block; }
.modal__success .check { width: 64px; height: 64px; border-radius: 50%; background: var(--orange-20); color: var(--orange); display: grid; place-items: center; margin: 4px auto 22px; }
.modal__success .check .ico { width: 32px; height: 32px; }
.modal__success h3 { font-family: var(--font-serif); font-size: 27px; font-weight: 400; }
.modal__success p { font-size: 15px; color: var(--fg-2); margin: 12px auto 24px; max-width: 320px; }
.modal__form.hide { display: none; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.is-open { display: flex; }
.lightbox__scrim { position: absolute; inset: 0; background: rgba(10,8,7,0.86); }
.lightbox__inner { position: relative; z-index: 2; width: 100%; max-width: 1000px; aspect-ratio: 16/9; background: #14100e; border-radius: var(--radius-lg); overflow: hidden; display: grid; place-items: center; box-shadow: var(--shadow-xl); }
.lightbox__inner .ph { text-align: center; color: rgba(255,255,255,0.7); font: 500 14px/1.6 var(--font-sans); }
.lightbox__inner .ph .ico { width: 46px; height: 46px; margin: 0 auto 14px; color: rgba(255,255,255,0.5); }
.lightbox__close { position: absolute; top: -46px; right: 0; background: none; border: none; color: rgba(255,255,255,0.8); display: inline-flex; align-items: center; gap: 6px; font: 500 13px/1 var(--font-sans); }
.lightbox__close .ico { width: 18px; height: 18px; }

/* =============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms cubic-bezier(.16,1,.3,1), transform 700ms cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 80ms; }
.reveal.d2 { transition-delay: 160ms; }
.reveal.d3 { transition-delay: 240ms; }
.reveal.d4 { transition-delay: 320ms; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* =============================================================
   RESPONSIVE
   ============================================================ */
/* hero keeps its split until tablet/phone, then stacks */
@media (max-width: 760px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__copy { max-width: 640px; }
  .hero__visual { order: 2; margin-right: 0; }
  .hero__clip { border-radius: var(--radius-xl); }
}

@media (max-width: 980px) {
  .board__grid { grid-template-columns: 1fr; }
  .board__main { border-right: none; border-bottom: 1px solid var(--border-hairline); }
  .caps__grid, .cost__grid, .steps__grid, .proof__secondary { grid-template-columns: 1fr; }
  .proof__primary, .outcomes__grid, .pricing__grid { grid-template-columns: 1fr; }
  .proof-card.span2 { grid-column: auto; }
  .nav__links { display: none; }
  .nav__divider { display: none; }
  .nav__cta .btn--ghost { display: none; }
  .nav__hamburger { display: inline-flex; }
  .moment { grid-template-columns: 1fr; gap: 12px; text-align: left; }
  .moment__arrow { transform: rotate(90deg); }
}
@media (max-width: 560px) {
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn, .final__actions .btn { width: 100%; }
  .nav__cta .btn span.full { display: none; }
}

/* =============================================================
   V2 — HERO ADDITIONS (bullets, tagline, trust marquee)
   ============================================================ */
.hero__bullets { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 13px; }
.hero__bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: clamp(15px, 1.4vw, 17px); line-height: 1.45; color: rgba(255,255,255,0.86); }
.hero__tick { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: rgba(229,84,37,0.16); display: grid; place-items: center; margin-top: 1px; }
.hero__tick .ico { width: 14px; height: 14px; color: var(--orange-60); }
.hero__tagline { margin-top: 22px; font: 600 12px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: rgba(255,255,255,0.4); }

/* trust strip -> stacked + marquee */
.hero__trust { flex-direction: column; align-items: stretch; gap: 16px; }
.hero__trust-label { max-width: none; text-align: center; color: rgba(255,255,255,0.45); }

/* flip-tile logo wall */
.logowall { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: clamp(10px, 1.6vw, 18px); }
.logo-tile { flex: 1 1 0; min-width: 120px; max-width: 200px; height: 64px; perspective: 700px; }
.logo-tile__inner { position: relative; width: 100%; height: 100%; transition: transform 720ms cubic-bezier(.16,1,.3,1); transform-style: preserve-3d; }
.logo-tile__face {
  position: absolute; inset: 0; display: grid; place-items: center;
  border-radius: var(--radius-md);
  background: var(--white); border: 1px solid var(--border-hairline);
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
  padding: 8px 14px;
}
.logo-tile__face--back { transform: rotateX(180deg); }
.logo-brand { font-family: var(--font-sans); font-weight: 800; font-size: clamp(15px, 1.5vw, 19px); letter-spacing: -0.02em; white-space: nowrap; line-height: 1; }
.logo-brand--script { font-family: var(--font-serif); font-style: italic; font-weight: 500; letter-spacing: 0; }
@media (prefers-reduced-motion: reduce) {
  .logo-tile__inner { transition: none; }
}
@media (max-width: 760px) {
  .logo-tile { min-width: 100px; height: 56px; }
}

.marquee { position: relative; width: 100%; min-width: 0; overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; align-items: center; gap: clamp(36px, 5vw, 64px); width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee .logo-word { color: rgba(255,255,255,0.62); opacity: 1; font-size: clamp(18px, 1.9vw, 23px); white-space: nowrap; flex-shrink: 0; }
.marquee .logo-word:hover { color: #fff; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
  .marquee__track .logo-word[aria-hidden="true"] { display: none; }
}

/* =============================================================
   V2 — MARKET CHANGES
   ============================================================ */
.change__head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 52px); }
.change__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--border-default); }
.change-card { padding: 30px clamp(20px, 2.6vw, 34px) 8px 0; position: relative; }
.change-card + .change-card { padding-left: clamp(20px, 2.6vw, 34px); border-left: 1px solid var(--border-hairline); }
.change-card__ix { font-family: var(--font-serif); font-size: 30px; color: var(--orange); line-height: 1; }
.change-card__title { font-family: var(--font-serif); font-size: clamp(20px, 2vw, 24px); font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.18; margin: 16px 0 12px; }
.change-card__body { font-size: 16px; line-height: 1.55; color: var(--fg-2); }

/* why-now cause -> effect */
.whynow { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.whynow__cell { padding: clamp(26px, 3vw, 38px); display: flex; flex-direction: column; gap: 12px; }
.whynow__cell--effect { background: var(--stone); }
.whynow__tag { font: 600 11px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--fg-3); }
.whynow__cell--effect .whynow__tag { color: var(--orange); }
.whynow__arrow { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 0 clamp(8px, 1.6vw, 22px); border-inline: 1px solid var(--border-hairline); background: linear-gradient(180deg, #fff, var(--stone)); }
.whynow__arrow-label { font: 600 10px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--fg-3); white-space: nowrap; }
.whynow__arrow .ico { width: 30px; height: 30px; color: var(--orange); }
.whynow__title { font-family: var(--font-serif); font-size: clamp(20px, 2.1vw, 25px); font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.18; color: var(--slate); }
.whynow__body { font-size: 16px; line-height: 1.58; color: var(--fg-2); }
.whynow__lede { max-width: 760px; margin: clamp(28px, 3.6vw, 40px) 0 clamp(36px, 5vw, 56px); font-family: var(--font-serif); font-size: clamp(19px, 2vw, 25px); font-weight: 400; line-height: 1.4; letter-spacing: var(--track-tight); color: var(--slate); text-wrap: pretty; }

/* why-now down arrow + opportunity (gradient) box */
.whynow__down { display: grid; place-items: center; margin: clamp(14px, 1.8vw, 22px) 0; }
.whynow__down .ico { width: 28px; height: 28px; color: var(--orange); }
.whynow__opp {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  background: url("assets/opportunity-gradient-min.jpg") center / cover no-repeat;
  color: #fff;
  padding: clamp(30px, 4vw, 48px) clamp(28px, 4vw, 52px);
  box-shadow: var(--shadow-md);
  margin-bottom: 0;
}
.whynow__tag--light { color: rgba(255,255,255,0.82); }
.whynow__opp-title { font-family: var(--font-serif); font-size: clamp(26px, 3.4vw, 42px); font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.1; margin: 12px 0 14px; color: #fff; }
.whynow__opp-body { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.55; color: rgba(255,255,255,0.92); max-width: none; white-space: nowrap; }
@media (max-width: 720px) { .whynow__opp-body { white-space: normal; } }

/* branch connector — proof cards descend from the opportunity box */
.branch { position: relative; height: 46px; --bcol: rgba(229,84,37,0.4); }
.branch__stem { position: absolute; top: 0; left: 50%; width: 2px; height: 23px; background: var(--bcol); transform: translateX(-50%); }
.branch__node { position: absolute; top: -4px; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); transform: translateX(-50%); box-shadow: 0 0 0 4px rgba(229,84,37,0.14); }
.branch__bar { position: absolute; top: 23px; left: 16.666%; right: 16.666%; height: 2px; background: var(--bcol); }
.branch__leg { position: absolute; top: 23px; width: 2px; height: 23px; background: var(--bcol); transform: translateX(-50%); }

/* motion-designed flow dot — travels the diagram: change -> effect -> down -> branch */
.whynow { position: relative; }
.whynow__down { position: relative; }
.flowdot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(229,84,37,0.16), 0 0 12px rgba(229,84,37,0.55); opacity: 0; pointer-events: none; z-index: 4; transform: translate(-50%, -50%); }
.flowdot--stem { left: 50%; top: 0; animation: fd-stem 3.2s linear infinite; }
.flowdot--leg { top: 23px; animation: fd-leg 3.2s linear infinite; }

@keyframes fd-stem {
  0% { top: 0; opacity: 0; } 6% { opacity: 1; }
  40% { top: 23px; opacity: 1; } 46%, 100% { top: 23px; opacity: 0; }
}
@keyframes fd-leg {
  0%, 38% { top: 23px; opacity: 0; } 44% { opacity: 1; }
  82% { top: 46px; opacity: 1; } 88%, 100% { top: 46px; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .flowdot { display: none; } }

/* =============================================================
   V2 — WHAT IS (2-col)
   ============================================================ */
.whatis { display: grid; grid-template-columns: minmax(0,0.92fr) minmax(0,1.08fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.whatis__copy { max-width: 480px; }
.whatis__pull { font-family: var(--font-serif); font-size: clamp(19px, 1.9vw, 23px); font-weight: 400; line-height: 1.35; letter-spacing: var(--track-tight); color: var(--slate); margin: 22px 0 26px; padding-left: 18px; border-left: 2px solid var(--orange); }
.whatis__visual { position: relative; }

/* sentiment tracker chart (what-is visual) */
.senti { background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); padding: clamp(20px, 2.2vw, 28px); }
.senti__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.senti__title { font: 600 clamp(15px, 1.5vw, 18px)/1.25 var(--font-sans); letter-spacing: -0.01em; color: var(--slate); }
.senti__sub { font: 400 13px/1.3 var(--font-sans); color: var(--fg-3); margin-top: 5px; }
.senti__legend { display: flex; gap: 14px; flex-shrink: 0; }
.senti__legend span { display: inline-flex; align-items: center; gap: 6px; font: 500 12px/1 var(--font-sans); color: var(--fg-2); }
.senti__legend .d { width: 9px; height: 9px; border-radius: 50%; }
.senti__plot { position: relative; }
.senti__svg { width: 100%; height: clamp(190px, 22vw, 240px); display: block; overflow: visible; }
.senti__yl { position: absolute; left: 0; font: 500 11px/1 var(--font-sans); color: var(--slate-40); }
.senti__yl--hi { top: 8%; }
.senti__yl--lo { bottom: 9%; }
.senti__wipe { position: absolute; top: -4px; bottom: -4px; right: 0; width: 100%; background: #fff; transition: width 1900ms cubic-bezier(.4,.1,.3,1); z-index: 4; }
.senti.is-drawn .senti__wipe { width: 0%; }
/* highlighted dot + linked clip card overlay */
.senti__link { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: 2; }
.senti__hl { position: absolute; width: 15px; height: 15px; border-radius: 50%; border: 2.5px solid #1f8a4d; background: rgba(255,255,255,0.9); transform: translate(-50%,-50%); opacity: 0; transition: opacity .4s ease, left .6s cubic-bezier(.16,1,.3,1), top .6s cubic-bezier(.16,1,.3,1); z-index: 3; }
.senti__hl.on { opacity: 1; animation: hlpulse 2s ease-out infinite; }
@keyframes hlpulse { 0% { box-shadow: 0 0 0 0 rgba(31,138,77,0.4); } 70% { box-shadow: 0 0 0 9px rgba(31,138,77,0); } 100% { box-shadow: 0 0 0 0 rgba(31,138,77,0); } }
.senti__clip { position: absolute; width: 280px; max-width: 80%; opacity: 0; transform: translateY(8px); transition: opacity .5s ease, transform .5s cubic-bezier(.16,1,.3,1), left .6s cubic-bezier(.16,1,.3,1), top .6s cubic-bezier(.16,1,.3,1); pointer-events: none; z-index: 5; filter: drop-shadow(0 14px 30px rgba(28,28,28,0.18)); }
.senti__clip.on { opacity: 1; transform: none; }
.senti__clip img { width: 100%; display: block; }
@media (prefers-reduced-motion: reduce) { .senti__wipe { display: none; } .senti__hl, .senti__clip { transition: opacity .3s ease; } }
.senti__axis { display: flex; justify-content: space-between; margin-top: 10px; padding-left: 30px; }
.senti__axis span { font: 500 11.5px/1 var(--font-sans); color: var(--slate-40); }
.senti__axis span.bold { font-weight: 700; color: var(--slate); }
@media (prefers-reduced-motion: reduce) { .senti__wipe { display: none; } }

/* =============================================================
   V2 — HOW IT WORKS (4 steps)
   ============================================================ */
.steps4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 2.6vw, 34px); position: relative; }
.step4 { display: flex; flex-direction: column; gap: 14px; position: relative; }
.step4__num { width: 46px; height: 46px; border-radius: 50%; background: var(--slate); color: #fff; display: grid; place-items: center; font-family: var(--font-serif); font-size: 20px; position: relative; z-index: 1; }
.step4:not(:last-child) .step4__num::after { content: ""; position: absolute; left: 46px; top: 50%; width: calc(100% + clamp(20px, 2.6vw, 34px) - 46px); height: 1.5px; background: var(--border-default); }
.step4__title { font-family: var(--font-serif); font-size: clamp(19px, 1.7vw, 22px); font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.18; }
.step4__body { font-size: 15.5px; line-height: 1.55; color: var(--fg-2); }

/* =============================================================
   V2 — CAPABILITIES (alternating 2-col blocks)
   ============================================================ */
.capblock { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.capblock + .capblock { margin-top: clamp(48px, 7vw, 96px); }
.capblock--rev .capblock__copy { order: 2; }
.capblock__copy { max-width: 460px; }
.capblock__num { font-family: var(--font-serif); font-size: 17px; color: var(--orange); letter-spacing: var(--track-caps); }
.capblock__title { font-family: var(--font-serif); font-size: clamp(26px, 2.8vw, 36px); font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.1; margin: 10px 0 18px; }
.capblock__body { font-size: 16.5px; line-height: 1.62; color: var(--fg-2); }
.capblock__body em { font-style: italic; color: var(--slate); }

/* split panel: quote -> stat */
.splitpanel { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.sp__side { padding: 24px 22px; display: flex; flex-direction: column; gap: 12px; }
.sp__side--stat { background: var(--stone); border-left: 1px solid var(--border-hairline); }
.sp__label { font: 600 10px/1.3 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--fg-3); }
.sp__quote { margin: 0; font-family: var(--font-serif); font-size: 18px; line-height: 1.4; color: var(--slate); font-style: italic; }
.sp__flow { display: grid; place-items: center; padding: 0 4px; background: var(--stone); border-left: 1px solid var(--border-hairline); }
.sp__flow .ico { width: 22px; height: 22px; color: var(--orange); }
.sp__stat { font-family: var(--font-serif); font-size: 52px; line-height: 1; color: var(--orange); }
.sp__statcap { font-size: 14.5px; line-height: 1.45; color: var(--fg-2); margin: 0; }
.sp__themes { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.sp__themes span { font: 500 11px/1 var(--font-sans); color: var(--fg-2); background: var(--pebble); padding: 6px 9px; border-radius: var(--radius-pill); }

/* wave progression */
.waveprog { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: end; background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 26px 22px 22px; }
.wp__stage { display: flex; flex-direction: column; gap: 9px; }
.wp__bar { height: 96px; border-radius: var(--radius-sm) var(--radius-sm) 3px 3px; background: var(--pebble); position: relative; }
.wp__bar::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: var(--h); background: var(--slate-20); border-radius: inherit; }
.wp__stage--peak .wp__bar::after { background: var(--orange); }
.wp__wave { font: 600 10.5px/1 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--fg-3); }
.wp__label { font: 500 13px/1.3 var(--font-sans); color: var(--slate); }
.wp__stage--peak .wp__label { color: var(--orange); font-weight: 600; }

/* before/after table */
.batable { background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.batable__head, .batable__row { display: grid; grid-template-columns: 1fr 1fr; }
.batable__head { border-bottom: 1px solid var(--border-default); }
.batable__h { padding: 13px 18px; font: 600 11px/1.3 var(--font-sans); letter-spacing: var(--track-caps); text-transform: uppercase; }
.batable__h--old { color: var(--fg-3); }
.batable__h--new { color: var(--orange); background: var(--orange-20); }
.batable__row + .batable__row { border-top: 1px solid var(--border-hairline); }
.batable__old, .batable__new { padding: 13px 18px; font-size: 14px; line-height: 1.4; }
.batable__old { color: var(--fg-3); }
.batable__new { color: var(--slate); font-weight: 500; background: rgba(229,84,37,0.04); border-left: 1px solid var(--border-hairline); }

/* =============================================================
   V2 — OUTCOMES (dark stacked rows)
   ============================================================ */
.ovalues__head { max-width: 820px; margin-bottom: clamp(36px, 5vw, 56px); }
.ovalues__intro { font-size: clamp(16px, 1.45vw, 19px); line-height: 1.6; color: rgba(255,255,255,0.72); margin-top: 22px; max-width: 720px; }
.ovalues { border-top: 1px solid rgba(255,255,255,0.12); }
.ovalue { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 4vw, 52px); align-items: baseline; padding: clamp(26px, 3.4vw, 38px) 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.ovalue__ix { font-family: var(--font-serif); font-size: clamp(28px, 3.4vw, 42px); color: var(--orange-60); line-height: 1; }
.ovalue__title { font-family: var(--font-serif); font-size: clamp(22px, 2.4vw, 30px); font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.15; color: #fff; }
.ovalue__body { font-size: clamp(15.5px, 1.4vw, 17px); line-height: 1.6; color: rgba(255,255,255,0.7); margin-top: 12px; max-width: 760px; }

/* =============================================================
   V2 — USE CASES (6-card grid)
   ============================================================ */
.uses__head { text-align: center; max-width: 720px; margin: 0 auto clamp(40px, 5vw, 60px); }
.uses__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.8vw, 22px); }
.use-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--border-hairline); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: clamp(26px, 2.4vw, 34px); display: flex; flex-direction: column; gap: 12px; min-height: clamp(220px, 22vw, 260px); transition: box-shadow 220ms, transform 220ms; }
.use-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.use-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 46%; background: radial-gradient(120% 100% at 30% 100%, rgba(239,79,122,0.18), rgba(229,84,37,0.06) 45%, transparent 72%); pointer-events: none; opacity: 0; transition: opacity 260ms ease; }
.use-card:hover::after { opacity: 1; }
.use-card__title { font-family: var(--font-serif); font-size: clamp(20px, 2vw, 25px); font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.16; color: var(--slate); text-wrap: balance; }
.use-card__body { font-size: 15.5px; line-height: 1.55; color: var(--fg-2); position: relative; z-index: 1; }
.use-card__body em { font-style: italic; color: var(--slate); }

/* =============================================================
   V2 — CUSTOMER PROOF (centered)
   ============================================================ */
.proofc__head { text-align: center; max-width: 760px; margin: 0 auto clamp(40px, 5vw, 56px); }
.proofc__sub { margin: 22px auto 0; max-width: 660px; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--fg-2); text-wrap: pretty; }
.proofc { max-width: 960px; margin: 0 auto; background: var(--slate); color: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); padding: clamp(44px, 5vw, 72px) clamp(32px, 5vw, 64px); text-align: center; position: relative; overflow: hidden; }
.proofc::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% -10%, rgba(229,84,37,0.28), rgba(28,28,28,0) 60%); pointer-events: none; }
.proofc > * { position: relative; z-index: 1; }
.proofc__logo { font: 700 clamp(34px, 4vw, 48px)/1 var(--font-sans); letter-spacing: -0.02em; color: #fff; margin-bottom: clamp(32px, 4vw, 48px); }
.proofc__quote { margin: 0 auto; max-width: 640px; font-family: var(--font-serif); font-weight: 400; font-size: clamp(23px, 2.7vw, 33px); line-height: 1.3; letter-spacing: var(--track-tight); text-wrap: balance; }
.proofc__stats { display: flex; align-items: stretch; justify-content: center; gap: clamp(20px, 3.5vw, 52px); margin-top: 0; flex-wrap: wrap; }
.proofc__stat { flex: 1; min-width: 150px; max-width: 240px; }
.proofc__stat .n { font-family: var(--font-serif); font-weight: 400; font-size: clamp(48px, 6vw, 80px); line-height: 0.95; letter-spacing: -0.02em; background: linear-gradient(120deg, #F5C46A 0%, #EE7744 45%, #EF4F7A 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; white-space: nowrap; }
.proofc__stat .c { font: 500 14px/1.45 var(--font-sans); color: rgba(255,255,255,0.7); margin-top: 14px; }
.proofc__div { width: 1px; align-self: center; height: 64px; background: rgba(255,255,255,0.16); }

/* =============================================================
   V2 — MID CTA
   ============================================================ */
.midcta { background: var(--pebble); padding-block: clamp(40px, 5vw, 60px); }
.midcta__inner { display: flex; align-items: center; justify-content: space-between; gap: clamp(24px, 4vw, 48px); flex-wrap: wrap; }
.midcta__title { font-family: var(--font-serif); font-size: clamp(24px, 2.8vw, 36px); font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.12; text-wrap: balance; }
.midcta__sub { font-size: 16px; line-height: 1.55; color: var(--fg-2); margin-top: 12px; max-width: 560px; }
.midcta .btn { flex-shrink: 0; }

/* =============================================================
   V2 — METHODOLOGY
   ============================================================ */
.method__head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }

/* chevron step row (how Always-On works) */
.chevsteps { display: flex; gap: 7px; margin: 0 0 clamp(40px, 5vw, 60px); }
.chev { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 6px; min-height: 92px; padding: 16px 34px 16px 24px; clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%); }
.chev:first-child { padding-left: 26px; }
.chev__num { font-family: var(--font-serif); font-size: 13px; opacity: 0.85; }
.chev__label { font: 600 15px/1.2 var(--font-sans); letter-spacing: -0.01em; text-wrap: balance; }
.chev--s1 { background: var(--orange-20); color: var(--slate); }
.chev--s2 { background: var(--orange-40); color: var(--slate); }
.chev--s3 { background: var(--orange-80); color: #fff; }
.chev--s4 { background: var(--orange); color: #fff; }
@media (max-width: 760px) {
  .chevsteps { flex-direction: column; gap: 8px; }
  .chev { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), 50% 100%, 0 calc(100% - 16px)); padding: 18px 24px 26px; min-height: 0; }
  .chev:last-child { clip-path: none; }
}
.method__blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--border-default); }
.mblock { padding: clamp(24px, 3vw, 34px) clamp(20px, 2.6vw, 40px) clamp(24px, 3vw, 34px) 0; border-bottom: 1px solid var(--border-hairline); }
.mblock:nth-child(2n) { padding-right: 0; padding-left: clamp(20px, 2.6vw, 40px); border-left: 1px solid var(--border-hairline); }
.mblock__title { font-family: var(--font-serif); font-size: clamp(19px, 2vw, 24px); font-weight: 400; letter-spacing: var(--track-tight); line-height: 1.18; color: var(--slate); margin-bottom: 12px; }
.mblock__body { font-size: 16px; line-height: 1.6; color: var(--fg-2); }

/* =============================================================
   V2 — FAQ
   ============================================================ */
.faq { max-width: 860px; }
.faq__head { text-align: center; margin-bottom: clamp(36px, 5vw, 52px); }
.faq__head .eyebrow { justify-content: center; }
.faq__list { border-top: 1px solid var(--border-default); }
.faq__item { border-bottom: 1px solid var(--border-hairline); }
.faq__q { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; font-family: var(--font-serif); font-size: clamp(18px, 1.9vw, 23px); font-weight: 400; letter-spacing: var(--track-tight); color: var(--slate); transition: color 160ms; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--orange); }
.faq__mark { position: relative; flex-shrink: 0; width: 22px; height: 22px; }
.faq__mark::before, .faq__mark::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--slate); border-radius: 2px; transition: transform 200ms cubic-bezier(.16,1,.3,1), background 160ms; }
.faq__mark::before { width: 16px; height: 2px; transform: translate(-50%,-50%); }
.faq__mark::after { width: 2px; height: 16px; transform: translate(-50%,-50%); }
.faq__item[open] .faq__mark::after { transform: translate(-50%,-50%) scaleY(0); }
.faq__item[open] .faq__q { color: var(--orange); }
.faq__item[open] .faq__mark::before { background: var(--orange); }
.faq__a { font-size: 16px; line-height: 1.62; color: var(--fg-2); padding: 0 44px 26px 4px; max-width: 720px; }
.faq__a em { font-style: italic; color: var(--slate); }

/* =============================================================
   V2 — RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .whatis { grid-template-columns: 1fr; }
  .whatis__visual { order: 2; }
  .change__grid { grid-template-columns: 1fr; border-top: none; }
  .change-card { padding: 26px 0; border-top: 1px solid var(--border-hairline); }
  .change-card + .change-card { padding-left: 0; border-left: none; }
  .whynow { grid-template-columns: 1fr; }
  .whynow__arrow { flex-direction: row; border-inline: none; border-block: 1px solid var(--border-hairline); padding: 12px 0; background: var(--stone); }
  .whynow__arrow .ico { transform: rotate(90deg); }
  .branch { display: none; }
  .whynow__opp { margin-bottom: clamp(28px, 5vw, 40px); }
  .steps4 { grid-template-columns: repeat(2, 1fr); gap: 32px 28px; }
  .step4:not(:last-child) .step4__num::after { display: none; }
  .capblock, .capblock--rev { grid-template-columns: 1fr; gap: 28px; }
  .capblock--rev .capblock__copy { order: 0; }
  .uses__grid { grid-template-columns: repeat(2, 1fr); }
  .method__grid { grid-template-columns: 1fr; }
  .method__blocks { grid-template-columns: 1fr; border-top: none; }
  .mblock, .mblock:nth-child(2n) { padding: 24px 0; border-left: none; border-top: 1px solid var(--border-hairline); border-bottom: none; }
}
@media (max-width: 620px) {
  .uses__grid { grid-template-columns: 1fr; }
  .steps4 { grid-template-columns: 1fr; }
  .splitpanel { grid-template-columns: 1fr; }
  .sp__side--stat, .sp__flow { border-left: none; border-top: 1px solid var(--border-hairline); }
  .sp__flow { padding: 8px; }
  .sp__flow .ico { transform: rotate(90deg); }
  .ovalue { grid-template-columns: 1fr; gap: 8px; }
  .midcta__inner { flex-direction: column; align-items: flex-start; }
  .proofc__stats { flex-direction: column; }
  .proofc__div { width: 44px; height: 1px; }
}

/* =============================================================
   ALWAYS-ON BLOOM MOTIF
   Translucent orange petal blooms (assets/always-on-bloom.png),
   drifting slowly behind content. Decorative only — anchored to
   empty zones / edges so they never sit on text or modules.
   ============================================================ */
.has-bloom { position: relative; overflow: hidden; }
.bloom {
  position: absolute; z-index: 0; pointer-events: none;
  background: url("assets/always-on-bloom-min.png") center / contain no-repeat;
  will-change: transform; opacity: 0.5;
  transform-origin: center;
}
/* hero: large, anchored top-right, glowing behind the product surface */
.bloom--hero {
  width: 88vw; max-width: 1180px; aspect-ratio: 16/9;
  right: -30%; top: -34%; opacity: 0.6;
  animation: bloomDriftA 58s ease-in-out infinite alternate;
}
.bloom--hero-2 {
  width: 58vw; max-width: 720px; aspect-ratio: 16/9;
  left: -24%; bottom: -40%; opacity: 0.32; transform: rotate(150deg);
  animation: bloomDriftB 72s ease-in-out infinite alternate;
}
/* dark sections: orange blooms read as ambient glow */
.bloom--tr { width: 56vw; max-width: 720px; aspect-ratio: 16/9; right: -16%; top: -28%; opacity: 0.5; animation: bloomDriftB 64s ease-in-out infinite alternate; }
.bloom--bl { width: 54vw; max-width: 680px; aspect-ratio: 16/9; left: -18%; bottom: -30%; opacity: 0.42; transform: rotate(180deg); animation: bloomDriftA 70s ease-in-out infinite alternate; }
/* light sections: faint corner wash */
.bloom--soft-r { width: 46vw; max-width: 580px; aspect-ratio: 16/9; right: -14%; top: -22%; opacity: 0.34; animation: bloomDriftC 80s ease-in-out infinite alternate; }
.bloom--soft-l { width: 44vw; max-width: 540px; aspect-ratio: 16/9; left: -16%; bottom: -26%; opacity: 0.3; transform: rotate(140deg); animation: bloomDriftA 86s ease-in-out infinite alternate; }
/* mid-cta pebble band */
.bloom--cta { width: 50vw; max-width: 620px; aspect-ratio: 16/9; right: -10%; top: -60%; opacity: 0.42; animation: bloomDriftC 68s ease-in-out infinite alternate; }

@keyframes bloomDriftA {
  from { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
  to   { transform: translate3d(-3.5%, 2.5%, 0) rotate(7deg) scale(1.07); }
}
@keyframes bloomDriftB {
  from { transform: translate3d(0,0,0) rotate(0deg) scale(1.02); }
  to   { transform: translate3d(3%, -2%, 0) rotate(-6deg) scale(1.1); }
}
@keyframes bloomDriftC {
  from { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
  to   { transform: translate3d(2.5%, 3%, 0) rotate(5deg) scale(1.05); }
}
/* keep rotation offset on pre-rotated blooms while drifting */
.bloom--hero-2 { animation-name: bloomDriftB2; }
.bloom--bl, .bloom--soft-l { animation-name: bloomDriftA2; }
@keyframes bloomDriftA2 {
  from { transform: rotate(150deg) translate3d(0,0,0) scale(1); }
  to   { transform: rotate(157deg) translate3d(-3%,2%,0) scale(1.07); }
}
@keyframes bloomDriftB2 {
  from { transform: rotate(180deg) translate3d(0,0,0) scale(1); }
  to   { transform: rotate(186deg) translate3d(3%,-2%,0) scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .bloom { animation: none !important; }
}
@media (max-width: 720px) {
  .bloom--hero-2, .bloom--soft-l, .bloom--bl { display: none; }
  .bloom { opacity: 0.4; }
  .bloom--hero { opacity: 0.7; }
}

/* tweak: motif off */
body[data-bloom="off"] .bloom { display: none; }

/* =============================================================
   CONSTELLATION MOTIF — thin circles + scattered warm dots
   The Always-On "listening / quiet" connective texture.
   ============================================================ */
.constellation {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: url("assets/constellation.svg") center / cover no-repeat;
  opacity: 0.85;
  -webkit-mask-image: radial-gradient(130% 120% at 50% 40%, #000 55%, transparent 96%);
  mask-image: radial-gradient(130% 120% at 50% 40%, #000 55%, transparent 96%);
}
body[data-bloom="off"] .constellation { display: none; }
