/* Onvertz — home.css v30
   Warm paper canvas, navy ink, mint signal. Fluid, mobile-first.
   Legacy token aliases (--paper/--hair/…) are kept so subpage stylesheets keep working. */
:root {
  color-scheme: light;
  --canvas: #fcfaf8;
  --canvas-2: #f3f0ea;
  --surface: #fffdfb;
  --ink: #151f35;
  --ink-2: #3d4660;
  --ink-3: #6b7386;
  --mint: #9adcc1;
  --mint-2: #d7f1e5;
  --mint-3: #eef8f3;
  --mint-deep: #1e7a63;
  --coral: #d9634f;
  --plum: #5a4fa0;
  --line: rgba(21, 31, 53, .1);
  --line-2: rgba(21, 31, 53, .18);
  --shadow-1: 0 1px 2px rgba(21, 31, 53, .04), 0 12px 32px -12px rgba(21, 31, 53, .12);
  --shadow-2: 0 2px 4px rgba(21, 31, 53, .04), 0 28px 60px -20px rgba(21, 31, 53, .18);
  --radius: 16px;
  --radius-sm: 10px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --shell: min(1140px, calc(100vw - 48px));
  --font-heading: "Bricolage Grotesque", Arial, sans-serif;
  --font-body: "Instrument Sans", Arial, sans-serif;

  /* legacy aliases used by pages.css / book-demo.css */
  --paper: var(--ink);
  --paper-soft: var(--ink-2);
  --paper-faint: var(--ink-3);
  --ink-deep: #0f1628;
  --ink-soft: var(--canvas-2);
  --hair: var(--line);
  --lavender: var(--plum);
  --panel: var(--surface);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: rgba(154, 220, 193, .3); }
h1, h2, h3, h4, p, figure, blockquote, dl { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 600; letter-spacing: -.035em; line-height: 1.06; text-wrap: balance; }
main section[id] { scroll-margin-top: 96px; }
:focus-visible { outline: 3px solid var(--mint-deep); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--mint-2); color: var(--ink); }

.skip-link { position: fixed; z-index: 60; top: 1rem; left: 1rem; transform: translateY(-160%); display: inline-flex; min-height: 44px; align-items: center; padding: .6rem .9rem; border-radius: 999px; background: var(--ink); color: var(--canvas); font-weight: 600; }
.skip-link:focus { transform: translateY(0); }
.page-shell { width: var(--shell); margin-inline: auto; }
.section-rule { border-top: 1px solid var(--line); }
.header-trigger { position: absolute; top: 40px; left: 0; width: 1px; height: 1px; pointer-events: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--mint-deep); font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 2px; border-radius: 2px; background: var(--mint); content: ""; }
.hero-pill { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; padding: 6px 14px 6px 6px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink-2); font-size: .82rem; font-weight: 500; text-decoration: none; transition: border-color 160ms ease, color 160ms ease; }
.hero-pill b { padding: 3px 9px; border-radius: 999px; background: var(--mint-2); color: var(--mint-deep); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-pill:hover { border-color: var(--line-2); color: var(--ink); }
.lede { max-width: 54ch; margin: 0; color: var(--ink-2); font-size: clamp(1.02rem, 1.25vw, 1.2rem); }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 50%;
  display: flex;
  width: var(--shell);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateX(-50%);
  padding: 18px 0;
  transition: width 260ms var(--ease-out), padding 260ms var(--ease-out), top 260ms var(--ease-out);
}
.site-header::before { position: absolute; z-index: -1; inset: 0; border: 1px solid transparent; border-radius: 999px; background: transparent; content: ""; transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease; }
.site-header.is-scrolled { top: 10px; width: min(1000px, calc(100vw - 24px)); padding: 8px 10px 8px 16px; }
.site-header.is-scrolled::before { border-color: var(--line); background: rgba(252, 250, 248, .82); box-shadow: 0 10px 30px -12px rgba(21, 31, 53, .18); backdrop-filter: blur(16px) saturate(1.2); -webkit-backdrop-filter: blur(16px) saturate(1.2); }
.wordmark { display: inline-flex; min-height: 44px; align-items: center; }
.wordmark img, .wordmark svg { height: 30px; width: auto; }
nav { display: flex; align-items: center; gap: 4px; font-size: .92rem; font-weight: 500; }
nav a:not(.nav-cta) { display: inline-flex; min-height: 44px; align-items: center; padding: 0 12px; border-radius: 999px; color: var(--ink-2); transition: color 160ms ease, background-color 160ms ease; }
nav a:not(.nav-cta):hover { color: var(--ink); background: rgba(21, 31, 53, .05); }
.nav-cta { display: inline-flex; min-height: 42px; align-items: center; margin-left: 8px; padding: 0 18px; border-radius: 999px; background: var(--ink); color: var(--canvas); font-weight: 600; transition: transform 160ms var(--ease-out), background-color 160ms ease; }
.nav-cta:hover { transform: translateY(-1px); background: #0f1628; }
.nav-toggle { display: none; }

/* ---------- Buttons ---------- */
.button, .button-secondary {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px;
  padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px;
  background: var(--ink); color: var(--canvas); font-weight: 600; line-height: 1; white-space: nowrap;
  transition: transform 180ms var(--ease-out), background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-2px); background: #0f1628; box-shadow: 0 14px 28px -14px rgba(21, 31, 53, .5); }
.button:active, .button-secondary:active { transform: translateY(0) scale(.99); }
.button-secondary { background: transparent; color: var(--ink); border-color: var(--line-2); }
.button-secondary:hover { transform: translateY(-2px); border-color: var(--ink); background: var(--surface); }
.button svg, .button-secondary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 6px; color: var(--ink-2); font-weight: 500; text-decoration: underline; text-decoration-color: rgba(21, 31, 53, .3); text-underline-offset: .3em; transition: color 160ms ease; }
.text-link:hover { color: var(--mint-deep); text-decoration-color: currentColor; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }

/* ---------- Hero ---------- */
.hero { position: relative; display: grid; min-height: 100dvh; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: clamp(24px, 4vw, 56px); overflow: clip; padding-top: 112px; padding-bottom: 48px; }
.hero::before { position: absolute; z-index: -1; top: -20%; right: -8%; width: 58vw; max-width: 900px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(154, 220, 193, .22), rgba(154, 220, 193, .06) 45%, transparent 68%); content: ""; pointer-events: none; }
.hero-copy { min-width: 0; max-width: 600px; }
.hero h1 { margin-bottom: 22px; font-size: clamp(2.7rem, 5.6vw, 4.9rem); letter-spacing: -.045em; line-height: 1; }
.hero h1 em { font-style: normal; color: var(--mint-deep); }
.hero-copy > p { max-width: 50ch; margin: 0; color: var(--ink-2); font-size: clamp(1.05rem, 1.3vw, 1.22rem); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 34px 0 0; list-style: none; color: var(--ink-2); font-size: .92rem; }
.hero-proof li { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof svg { width: 16px; height: 16px; flex: none; fill: none; stroke: var(--mint-deep); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.hero-loop-panel { position: relative; width: min(100%, 520px); justify-self: center; }
.hero-figure { position: relative; display: grid; width: 100%; aspect-ratio: 1; place-items: center; padding: 0; margin: 0; border: 0; background: transparent; cursor: pointer; }
.hero-figure:focus-visible { outline: none; }
.hero-orbit { position: absolute; top: 12%; width: 84%; aspect-ratio: 1; border: 1px solid rgba(21, 31, 53, .08); border-radius: 50%; background: radial-gradient(circle at 50% 42%, rgba(154, 220, 193, .16), rgba(154, 220, 193, .04) 55%, transparent 70%); transition: transform 420ms var(--ease-out), border-color 300ms ease; }
.hero-orbit::after { position: absolute; left: 50%; bottom: 6%; width: 62%; height: 10%; border-radius: 50%; background: rgba(21, 31, 53, .1); filter: blur(14px); content: ""; transform: translateX(-50%); }
.hero-figure:hover .hero-orbit { transform: scale(1.03); border-color: rgba(30, 122, 99, .3); }
.hero-figure:focus-visible .hero-orbit { border-color: var(--mint-deep); box-shadow: 0 0 0 3px var(--mint-2); }
.hero-figure.is-model-loading .hero-orbit { animation: hero-awaiting-loop 1.8s ease-in-out infinite alternate; }
@keyframes hero-awaiting-loop { to { transform: scale(1.025); border-color: rgba(30, 122, 99, .22); } }
.hero-live { position: absolute; inset: 0; opacity: 0; transition: opacity 500ms ease; }
.hero-live.is-live { opacity: 1; }
.hero-live canvas { display: block; width: 100%; height: 100%; }
.hero-hint { position: absolute; bottom: -4%; left: 50%; transform: translateX(-50%); color: var(--ink-3); font-size: .78rem; letter-spacing: .04em; opacity: 0; transition: opacity 400ms ease 600ms; pointer-events: none; }
.is-model-ready ~ .hero-hint { opacity: 1; }

/* floating UI around Loop */
.hero-card { position: absolute; z-index: 3; display: grid; gap: 4px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow-2); font-size: .84rem; pointer-events: none; will-change: transform; }
.hero-card small { color: var(--ink-3); font-size: .74rem; letter-spacing: .02em; }
.hero-card strong { font-size: .98rem; font-weight: 600; letter-spacing: -.01em; }
.hero-card-call { top: 9%; left: -6%; grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; }
.hero-card-call .phone-mark { grid-row: span 2; }
.hero-card-call .waveform { grid-column: 2; height: 18px; justify-content: flex-start; margin: 4px 0 0; }
.hero-card-book { right: 1%; bottom: 15%; grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; }
.hero-card-book .check { grid-row: span 2; width: 34px; height: 34px; font-size: 1rem; }
.hero-card-book span { color: var(--mint-deep); font-size: .78rem; font-weight: 600; }
.hero-card-summary { left: -3%; bottom: 24%; padding: 10px 14px; }
.hero-card-summary p { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--ink-2); }
.hero-card-summary p::before { width: 6px; height: 6px; border-radius: 50%; background: var(--mint-deep); content: ""; }

/* ---------- Industry marquee ---------- */
.marquee { padding: 22px 0; overflow: hidden; background: var(--ink); }
.marquee-track { display: flex; width: max-content; gap: 0; animation: marquee 42s linear infinite; }
.marquee-track ul { display: flex; gap: 0; padding: 0; margin: 0; list-style: none; }
.marquee li { display: inline-flex; align-items: center; gap: 22px; padding-right: 22px; color: var(--canvas-2); font-size: .92rem; font-weight: 500; white-space: nowrap; }
.marquee li::after { width: 5px; height: 5px; border-radius: 50%; background: var(--mint); content: ""; }
.marquee-label { display: block; margin-bottom: 10px; color: var(--ink-3); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ---------- Section frame ---------- */
.section { padding-block: clamp(80px, 10vw, 140px); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: end; gap: 24px 64px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head h2, .section-copy h2, .journey-panel h2, .outcomes h2, .closing h2 { margin-bottom: 0; font-size: clamp(2rem, 3.6vw, 3.3rem); }
.section-head p { max-width: 46ch; margin: 0; color: var(--ink-2); font-size: 1.06rem; }
.section-copy > p, .story-copy > p, .outcomes .page-shell > p, .closing-grid > div > p { max-width: 48ch; margin: 16px 0 0; color: var(--ink-2); font-size: 1.06rem; }

/* ---------- Showreel (video) ---------- */
.showreel { padding-top: 0; }
.showreel-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-2); aspect-ratio: 16 / 10; }
.showreel-frame video, .showreel-frame img { width: 100%; height: 100%; object-fit: cover; }
.showreel-bar { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--canvas-2); font-size: .8rem; color: var(--ink-3); }
.showreel-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
.showreel-bar i:first-child { background: var(--coral); opacity: .7; }
.showreel-bar i:nth-child(3) { background: var(--mint); }
.showreel-bar span { margin-left: auto; }
.showreel-frame:has(.showreel-bar) { aspect-ratio: auto; }
.showreel-frame:has(.showreel-bar) video { aspect-ratio: 16 / 10; }
.showreel-caption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; margin-top: 16px; color: var(--ink-3); font-size: .86rem; }
.showreel-caption b { color: var(--ink); font-weight: 600; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-2); }
.steps li { position: relative; padding: 32px 32px 32px 0; }
.steps li + li { padding-left: 32px; border-left: 1px solid var(--line); }
.steps span { display: block; margin-bottom: 40px; color: var(--mint-deep); font-family: var(--font-heading); font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.steps h3 { margin-bottom: 10px; font-size: 1.45rem; }
.steps p { margin: 0; color: var(--ink-2); }

/* ---------- Journey / industries ---------- */
.journey-kicker, .journey-number { margin: 0 0 14px; color: var(--mint-deep); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.journey-panel { display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.journey-panel:nth-child(4n+2), .journey-panel:nth-child(4n+3) { background: var(--canvas-2); }
.journey-panel h2 { max-width: 16ch; margin: 0 0 12px; font-size: clamp(1.6rem, 2.4vw, 2.15rem); }
.journey-panel > p:not(.journey-number) { max-width: 52ch; margin: 0 0 auto; padding-bottom: 28px; color: var(--ink-2); }
.journey-ui { border: 1px solid var(--line); border-radius: 14px; background: var(--canvas); }
.journey-panel:nth-child(4n+2) .journey-ui, .journey-panel:nth-child(4n+3) .journey-ui { background: var(--surface); }
.incoming-call { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px 16px; padding: 18px 20px; }
.incoming-call div { display: grid; }
.incoming-call small, .journey-ui small { color: var(--ink-3); font-size: .78rem; }
.incoming-call strong { font-size: 1.02rem; }
.incoming-call span:not(.phone-mark), .complete-ui span { color: var(--ink-3); font-size: .86rem; }
.incoming-call .waveform { grid-column: 1 / -1; justify-content: flex-start; margin: 0; }
.incoming-call > b { grid-column: 1 / -1; color: var(--mint-deep); font-size: .82rem; font-weight: 600; }
.understand-ui { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; }
.mini-dialogue { padding: 18px 20px; border-right: 1px solid var(--line); }
.mini-dialogue p { display: grid; grid-template-columns: 52px 1fr; gap: 10px; margin-bottom: 10px; color: var(--ink-2); font-size: .94rem; }
.mini-dialogue p:last-child { margin-bottom: 0; }
.mini-dialogue b { color: var(--ink); font-weight: 600; }
.mini-dialogue p:nth-child(even) b { color: var(--mint-deep); }
.understand-ui dl { padding: 12px 20px; margin: 0; }
.understand-ui dl div { display: grid; grid-template-columns: 70px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.understand-ui dl div:last-child { border-bottom: 0; }
.understand-ui dt { color: var(--ink-3); }
.understand-ui dd { margin: 0; font-weight: 500; }
.action-ui { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: var(--line); }
.action-ui > div { display: grid; gap: 6px; padding: 18px; background: var(--surface); }
.journey-panel:nth-child(4n+2) .action-ui > div, .journey-panel:nth-child(4n+3) .action-ui > div { background: var(--surface); }
.action-ui > div > span { color: var(--mint-deep); font-family: var(--font-heading); font-size: 1.15rem; font-weight: 600; }
.action-ui small { color: var(--ink-3); font-size: .78rem; }
.action-ui strong { font-size: .92rem; font-weight: 600; }
.complete-ui { display: flex; align-items: center; gap: 18px; padding: 20px; }
.complete-ui > div { display: grid; gap: 2px; }
.complete-ui strong { font-size: 1.05rem; }
.phone-mark { display: grid; width: 38px; height: 38px; flex: none; place-items: center; border-radius: 50%; background: var(--mint-2); color: var(--mint-deep); }
.phone-mark svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.waveform { display: flex; height: 26px; align-items: center; gap: 3px; }
.waveform i { width: 2px; height: 8px; border-radius: 3px; background: var(--mint-deep); opacity: .85; animation: wave 1.4s ease-in-out infinite alternate; }
.waveform i:nth-child(2n) { height: 16px; animation-delay: -1s; }
.waveform i:nth-child(3n) { height: 22px; animation-delay: -.4s; }
.waveform i:nth-child(5n) { height: 11px; animation-delay: -.7s; }
@keyframes wave { to { transform: scaleY(.35); opacity: .45; } }
.check { display: grid; width: 44px; height: 44px; flex: none; place-items: center; border-radius: 50%; background: var(--mint); color: var(--ink); font-size: 1.15rem; font-weight: 700; }

/* ---------- Loop 3D stages ---------- */
.loop-stage { position: relative; display: grid; place-items: end center; min-height: 280px; margin: 0; overflow: hidden; }
.loop-stage::after { position: absolute; right: 16%; bottom: 14px; left: 16%; height: 22px; border-radius: 50%; background: rgba(21, 31, 53, .14); filter: blur(12px); content: ""; }
.js [data-loop-model]::before { position: absolute; z-index: 0; top: 50%; left: 50%; width: 46%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(154, 220, 193, .3), rgba(154, 220, 193, .06) 50%, transparent 72%); content: ""; opacity: .7; transform: translate(-50%, -50%) scale(.9); animation: model-loading 1.8s ease-in-out infinite alternate; transition: opacity 320ms ease; }
.js [data-loop-model].is-model-ready::before, .js [data-loop-model].is-model-unavailable::before { opacity: .45; animation: none; }
@keyframes model-loading { to { opacity: 1; transform: translate(-50%, -50%) scale(1.06); } }
.loop-3d { position: absolute; z-index: 2; inset: 0; opacity: 0; transition: opacity 420ms ease; }
.loop-3d.is-ready { opacity: 1; }
.loop-3d canvas { position: relative; display: block; width: 100%; height: 100%; cursor: grab; }
.loop-3d canvas:active { cursor: grabbing; }

/* skeleton while models load */
.loop-wait { position: absolute; z-index: 1; top: 50%; left: 50%; width: min(43%, 10.5rem); aspect-ratio: .76; opacity: .8; pointer-events: none; transform: translate(-50%, -50%); transition: opacity 220ms ease, transform 220ms ease; }
.hero-figure .loop-wait { width: min(70%, 19rem); }
.loop-wait i, .loop-wait b { position: absolute; display: block; background-image: linear-gradient(105deg, rgba(21, 31, 53, .06) 24%, rgba(154, 220, 193, .4) 42%, rgba(21, 31, 53, .1) 52%, rgba(21, 31, 53, .06) 70%); background-position: 120% 0; background-size: 260% 100%; animation: loop-skeleton-shimmer 1.55s ease-in-out infinite; }
.wait-hood { z-index: 3; top: 4%; left: 13%; width: 74%; height: 45%; border-radius: 52% 52% 44% 44%; }
.wait-hood::before { position: absolute; top: -15%; left: 48%; width: 24%; height: 34%; border-radius: 80% 30% 68% 24%; background: inherit; content: ""; transform: rotate(17deg); }
.wait-face { inset: 18% 13% 14%; border-radius: 48% 48% 43% 43%; background-image: linear-gradient(105deg, rgba(21, 31, 53, .18) 24%, rgba(21, 31, 53, .3) 46%, rgba(21, 31, 53, .18) 70%) !important; }
.wait-body { z-index: 2; top: 38%; left: 20%; width: 60%; height: 52%; border-radius: 48% 48% 42% 42%; }
.wait-mark { top: 40%; left: 34%; width: 32%; aspect-ratio: 1; border: .35rem solid rgba(154, 220, 193, .5); border-right-color: rgba(21, 31, 53, .18); border-radius: 50%; background: transparent !important; animation: none !important; }
.wait-arm { z-index: 1; top: 47%; width: 20%; height: 36%; border-radius: 999px; }
.wait-arm-left { left: 5%; transform: rotate(12deg); }
.wait-arm-right { right: 5%; transform: rotate(-12deg); }
.wait-foot { z-index: 1; bottom: 2%; width: 27%; height: 15%; border-radius: 55% 55% 42% 42%; }
.wait-foot-left { left: 21%; }
.wait-foot-right { right: 21%; }
.loop-stage-point .wait-arm-right { top: 43%; right: -7%; transform: rotate(-67deg); }
.closing-loop .wait-arm-left { top: 37%; left: 1%; transform: rotate(48deg); }
.closing-loop .wait-arm-right { top: 37%; right: 1%; transform: rotate(-48deg); }
@keyframes loop-skeleton-shimmer { 0% { background-position: 120% 0; } 100% { background-position: -120% 0; } }
.is-model-ready > .loop-wait, .is-model-unavailable > .loop-wait { opacity: 0; transform: translate(-50%, -50%) scale(.78); }

/* ---------- After the call (record) ---------- */
.after-call { background: var(--canvas-2); }
.record-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(32px, 5vw, 72px); }
.section-copy h2 { max-width: 14ch; }
.record { display: grid; min-width: 0; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-2); }
.record-head { display: flex; grid-column: 1 / -1; align-items: center; gap: 12px; padding: 14px 24px; border-bottom: 1px solid var(--line); font-size: .82rem; color: var(--ink-3); }
.record-head b { color: var(--ink); font-weight: 600; }
.record-head time { margin-left: auto; font-variant-numeric: tabular-nums; }
.record-facts { padding: 24px 28px; border-right: 1px solid var(--line); }
.record dl { margin: 0; }
.record dl > div { display: grid; grid-template-columns: 78px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .94rem; }
.record dt, .record-label { color: var(--ink-3); }
.record dd { margin: 0; font-weight: 500; }
.urgent { display: inline-flex; align-items: center; gap: 6px; padding: .12rem .55rem; border-radius: 999px; background: rgba(217, 99, 79, .12); color: #b54a38; font-size: .8rem; font-weight: 600; }
.urgent::before { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); content: ""; }
.confirmed { display: grid; gap: 4px; margin-top: 20px; padding: 14px 16px; border-radius: 12px; background: var(--mint-3); border: 1px solid rgba(30, 122, 99, .18); }
.confirmed span { color: var(--mint-deep); font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.confirmed strong { font-size: 1.05rem; }
.record-transcript { min-width: 0; padding: 24px 28px; overflow-wrap: anywhere; }
.record-transcript p { margin-bottom: 8px; color: var(--ink-2); font-size: .94rem; }
.record-transcript b { color: var(--ink); font-weight: 600; }
.record-transcript .record-label { margin-bottom: 12px; color: var(--ink-3); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.summary-label { margin-top: 22px; }
.record-summary { padding: 14px 16px; border-radius: 12px; background: var(--canvas-2); color: var(--ink) !important; }

/* ---------- Outcomes ---------- */
.outcomes { text-align: left; }
.outcomes h2 { max-width: 16ch; }
.outcome-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding: 0; margin: 44px 0 0; list-style: none; }
.outcome-list li { padding-top: 18px; border-top: 2px solid var(--ink); }
.outcome-list b { display: block; margin-bottom: 8px; font-family: var(--font-heading); font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 600; letter-spacing: -.03em; }
.outcome-list p { margin: 0; color: var(--ink-2); font-size: .95rem; }

/* ---------- Setup ---------- */
.setup-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) minmax(0, .8fr); align-items: start; gap: 40px 48px; }
.setup .section-copy { grid-column: 1 / -1; max-width: 640px; }
.playbook, .test-call { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.playbook .record-label, .test-call .record-label { margin-bottom: 14px; color: var(--ink-3); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.playbook ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.playbook li { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.playbook li::before { width: 18px; height: 18px; flex: none; border-radius: 50%; background: var(--mint-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e7a63' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-10'/%3E%3C/svg%3E") center / 10px no-repeat; content: ""; }
.test-call { margin: 0; color: var(--ink-2); font-size: .94rem; }
.test-call p { position: relative; margin-bottom: 8px; padding-left: 14px; }
.test-call p:nth-child(even):not(.record-label) { color: var(--ink); font-weight: 500; }
.test-call p:not(.record-label)::before { position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); content: ""; }
.loop-stage-headset { min-height: 300px; margin-top: -10px; }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 32px 72px; align-items: start; }
.faq-list { margin: 0; padding: 0; border-top: 1px solid var(--line-2); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 16px 0; cursor: pointer; list-style: none; font-family: var(--font-heading); font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { display: grid; width: 28px; height: 28px; flex: none; place-items: center; border: 1px solid var(--line-2); border-radius: 50%; color: var(--ink); font-size: 1.1rem; font-weight: 400; content: "+"; transition: transform 240ms var(--ease-out), background-color 200ms ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); background: var(--mint-2); border-color: transparent; }
.faq-list details p { max-width: 60ch; margin: 0; padding: 0 0 22px; color: var(--ink-2); }

/* ---------- Blog strip ---------- */
.blog-strip-viewport { width: var(--shell); margin: 32px auto 0; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 88px, #000 calc(100% - 88px), transparent); mask-image: linear-gradient(to right, transparent, #000 88px, #000 calc(100% - 88px), transparent); }
.blog-strip-track { display: flex; width: max-content; animation: blog-strip 70s linear infinite; }
@keyframes blog-strip { to { transform: translateX(-50%); } }
.blog-strip-list { display: flex; gap: 20px; margin: 0; padding: 0 10px; list-style: none; }
.blog-strip-viewport:hover .blog-strip-track, .blog-strip-viewport:focus-within .blog-strip-track { animation-play-state: paused; }
.blog-strip-card { display: grid; gap: 12px; width: 320px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); color: inherit; text-decoration: none; transition: transform 200ms var(--ease-out), border-color 200ms ease; }
.blog-strip-card:hover { transform: translateY(-3px); border-color: var(--line-2); }
.blog-strip-card:hover h3 { color: var(--mint-deep); }
.blog-strip-card:focus-visible { outline: 3px solid var(--mint-deep); outline-offset: 3px; }
.blog-strip-visual { margin: 0; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; background: var(--canvas-2); }
.blog-strip-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.blog-strip-meta { margin: 0; color: var(--ink-3); font-size: .78rem; }
.blog-strip-card h3 { display: -webkit-box; margin: 0; overflow: hidden; color: var(--ink); font-family: var(--font-heading); font-size: 1.05rem; font-weight: 600; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.blog-strip-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 2px; color: var(--mint-deep); font-size: .88rem; font-weight: 600; }
.blog-strip-link::after { content: "\2192"; transition: transform 200ms var(--ease-out); }
.blog-strip-card:hover .blog-strip-link::after { transform: translateX(3px); }

/* ---------- Closing ---------- */
.closing { position: relative; overflow: hidden; }
.closing-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: 40px; padding: clamp(40px, 5vw, 64px); border-radius: 28px; background: var(--ink); color: var(--canvas); }
.closing h2 { max-width: 12ch; color: var(--canvas); font-size: clamp(2.2rem, 4vw, 3.6rem); }
.closing-grid > div > p { color: rgba(252, 250, 248, .72); }
.closing .button { background: var(--mint); border-color: var(--mint); color: var(--ink); }
.closing .button:hover { background: #b6e6d1; box-shadow: none; }
.closing .text-link { color: rgba(252, 250, 248, .78); text-decoration-color: rgba(252, 250, 248, .35); }
.closing .text-link:hover { color: var(--mint); }
.closing-loop { position: relative; display: grid; min-height: 260px; place-items: end center; margin: 0; overflow: hidden; }
.closing-loop::after { position: absolute; right: 22%; bottom: 10px; left: 22%; height: 22px; border-radius: 50%; background: rgba(0, 0, 0, .35); filter: blur(12px); content: ""; }
.closing .loop-wait i, .closing .loop-wait b { background-image: linear-gradient(105deg, rgba(252, 250, 248, .1) 24%, rgba(154, 220, 193, .35) 42%, rgba(252, 250, 248, .12) 70%); }
.js .closing [data-loop-model]::before { background: radial-gradient(circle, rgba(154, 220, 193, .18), transparent 70%); }

/* ---------- Footer ---------- */
.site-footer { padding: 56px 0 28px; border-top: 1px solid var(--line); background: var(--canvas); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 40px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.footer-grid p, .footer-grid a:not(.wordmark), .footer-grid strong { margin: 0; color: var(--ink-2); font-size: .92rem; }
.footer-grid p { margin-top: 12px; max-width: 30ch; }
.footer-grid strong { margin-bottom: 6px; color: var(--ink); font-weight: 600; }
.footer-grid a:not(.wordmark) { display: inline-flex; min-height: 40px; align-items: center; transition: color 160ms ease; }
.footer-grid a:hover { color: var(--mint-deep); }
.footer-display { display: block; overflow: hidden; margin-top: 64px; padding: .05em 0 0; color: var(--ink); font-family: var(--font-heading); font-size: clamp(4rem, 17vw, 14rem); font-weight: 600; letter-spacing: -.06em; line-height: .82; text-align: center; white-space: nowrap; transition: color 200ms ease; }
.footer-display:hover { color: var(--mint-deep); }
.footer-meta { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding-top: 20px; margin-top: 32px; border-top: 1px solid var(--line); color: var(--ink-3); font-size: .82rem; }
.footer-meta-brand { justify-self: start; color: var(--ink-2); font-weight: 500; }
.footer-meta-links { display: flex; justify-content: center; gap: 8px; }
.footer-meta a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.footer-meta-icon { border: 1px solid var(--line-2); border-radius: 50%; color: var(--ink-2); transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, background-color 180ms ease; }
.footer-meta-icon:hover { border-color: var(--mint-deep); color: var(--mint-deep); background: var(--mint-3); transform: translateY(-2px); }
.footer-meta-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-meta a:hover { color: var(--mint-deep); }
.footer-meta p { justify-self: end; margin: 0; text-align: right; }

[data-reveal] { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 420px); }
  .setup-grid { grid-template-columns: 1fr 1fr; }
  .setup .loop-stage-headset { grid-column: 1 / -1; min-height: 260px; }
  .footer-grid { grid-template-columns: repeat(4, 1fr); gap: 32px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .site-header { padding: 12px 0; }
  .site-header.is-scrolled { top: 8px; width: calc(100vw - 16px); padding: 6px 8px 6px 12px; }
  .wordmark img { height: 26px; }
  nav { gap: 0; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { min-height: 40px; padding: 0 14px; font-size: .88rem; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 104px; padding-bottom: 24px; gap: 8px; }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(2.5rem, 10vw, 3.6rem); }
  .hero-loop-panel { width: min(100%, 420px); order: -1; margin: 0 auto -8px; }
  .hero-card-call { left: 0; top: 6%; }
  .hero-card-book { right: 0; bottom: 12%; }
  .hero-card-summary { display: none; }
  .hero-hint { display: none; }
  .section-head { grid-template-columns: 1fr; gap: 12px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 24px 0; border-left: 0; }
  .steps li + li { border-top: 1px solid var(--line); }
  .steps span { margin-bottom: 14px; }
  .industry-grid { grid-template-columns: 1fr; gap: 16px; }
  .understand-ui, .action-ui { grid-template-columns: 1fr; }
  .mini-dialogue { border-right: 0; border-bottom: 1px solid var(--line); }
  .record-grid { grid-template-columns: 1fr; gap: 28px; }
  .record { grid-template-columns: 1fr; }
  .record-facts { border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-list { grid-template-columns: 1fr 1fr; gap: 20px; }
  .setup-grid { grid-template-columns: 1fr; gap: 20px; }
  .faq-grid { grid-template-columns: 1fr; gap: 20px; }
  .closing-grid { grid-template-columns: 1fr; padding: 32px 24px; border-radius: 22px; }
  .closing-loop { min-height: 220px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-meta { grid-template-columns: 1fr; justify-items: start; gap: 12px; }
  .footer-meta p { justify-self: start; text-align: left; }
}

@media (max-width: 480px) {
  :root { --shell: calc(100% - 32px); }
  .hero-actions .button, .hero-actions .button-secondary { width: 100%; }
  .hero-card { font-size: .78rem; padding: 10px 12px; }
  .hero-card-call .waveform { display: none; }
  .outcome-list { grid-template-columns: 1fr 1fr; }
  .faq-list summary { font-size: 1.02rem; }
}

@media (max-width: 600px) {
  .blog-strip-card { width: 260px; }
  .blog-strip-list { gap: 14px; padding: 0 7px; }
  .blog-strip-viewport { -webkit-mask-image: linear-gradient(to right, transparent, #000 36px, #000 calc(100% - 36px), transparent); mask-image: linear-gradient(to right, transparent, #000 36px, #000 calc(100% - 36px), transparent); }
  .blog-strip-track { animation-duration: 50s; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .marquee-track { animation: none; }
  .blog-strip-track { width: auto; animation: none; }
  .blog-strip-viewport { overflow-x: auto; }
  .blog-strip-list[aria-hidden="true"] { display: none; }
}

/* scroll reveals (JS adds .reveal-ready; content is visible without JS) */
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 700ms var(--ease-out) var(--reveal-delay, 0ms), transform 700ms var(--ease-out) var(--reveal-delay, 0ms); }
.reveal-ready [data-reveal].is-in { opacity: 1; transform: none; }
.reveal-ready .hero [data-reveal] { opacity: 1; transform: none; }
.js .hero-copy > * { animation: hero-in 900ms var(--ease-out) both; }
.js .hero-copy > *:nth-child(2) { animation-delay: 80ms; }
.js .hero-copy > *:nth-child(3) { animation-delay: 160ms; }
.js .hero-copy > *:nth-child(4) { animation-delay: 240ms; }
.js .hero-copy > *:nth-child(5) { animation-delay: 320ms; }
.js .hero-loop-panel { animation: hero-in 1100ms var(--ease-out) 200ms both; }
@keyframes hero-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .js .hero-copy > *, .js .hero-loop-panel { animation: none; } }
@media (max-width: 600px) {
  .record-head { flex-wrap: wrap; font-size: .78rem; }
  .record-head time { display: none; }
}
.footer-display img { width: min(72%, 760px); height: auto; margin: 0 auto; }

/* mobile disclosure menu (native <details>, no JS) */
.nav-menu { display: none; position: relative; margin-left: 4px; }
.nav-menu summary { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; cursor: pointer; list-style: none; color: var(--ink); }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.nav-menu[open] summary { background: rgba(21, 31, 53, .06); }
.nav-menu-list { position: absolute; right: 0; top: calc(100% + 10px); display: grid; min-width: 220px; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow-2); }
.nav-menu-list a { display: flex !important; min-height: 46px; align-items: center; padding: 0 14px; border-radius: 10px; color: var(--ink); font-weight: 500; }
.nav-menu-list a:hover { background: var(--canvas-2); }
@media (max-width: 900px) { .nav-menu { display: block; } }
.nav-cta { white-space: nowrap; }
@media (max-width: 360px) { .wordmark img { height: 22px; } .nav-cta { padding: 0 12px; font-size: .82rem; } }

/* ---------- Headings: medium weight, high contrast (v32) ---------- */
h1, h2, h3, h4 { font-weight: 500; letter-spacing: -.03em; color: var(--ink); }
.hero h1 { font-weight: 500; letter-spacing: -.035em; }
.hero h1 em { font-weight: 500; }
.steps h3, .journey-panel h2, .faq-list summary { font-weight: 500; }
.footer-display, .steps span, .action-ui > div > span { font-weight: 500; }
.hero-card strong, .incoming-call strong, .complete-ui strong, .confirmed strong { font-weight: 600; }

/* ---------- Outcomes with emoji ---------- */
.outcome-emoji { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 18px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-1); font-size: 1.5rem; line-height: 1; }
.outcome-list li { padding-top: 24px; }
.outcome-list b { font-weight: 500; }
@media (max-width: 480px) { .outcome-emoji { width: 44px; height: 44px; font-size: 1.25rem; margin-bottom: 12px; } }

/* ---------- Listen: sample call player ---------- */
.listen { background: var(--canvas-2); }
.listen-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(32px, 5vw, 72px); }
.listen-note { margin-top: 14px !important; color: var(--ink-3) !important; font-size: .88rem !important; }
.call-player { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-2); }
.player-head { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.play-toggle { display: grid; width: 56px; height: 56px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--ink); color: var(--canvas); cursor: pointer; transition: transform 180ms var(--ease-out), background-color 180ms ease, box-shadow 180ms ease; }
.play-toggle:hover { transform: scale(1.05); box-shadow: 0 12px 28px -12px rgba(21, 31, 53, .5); }
.play-toggle:active { transform: scale(.97); }
.play-toggle svg { width: 24px; height: 24px; fill: currentColor; }
.play-toggle .icon-pause { display: none; }
.call-player.is-playing .play-toggle .icon-play { display: none; }
.call-player.is-playing .play-toggle .icon-pause { display: block; }
.call-player.is-playing .play-toggle { background: var(--mint-deep); }
.player-meta { display: grid; gap: 2px; min-width: 0; }
.player-meta small { color: var(--ink-3); font-size: .78rem; letter-spacing: .02em; }
.player-meta strong { font-weight: 600; letter-spacing: -.01em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.player-time { color: var(--ink-3); font-size: .84rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.player-wave { display: flex; align-items: center; gap: 2px; height: 72px; padding: 0 24px; cursor: pointer; border-bottom: 1px solid var(--line); background: var(--canvas); }
.player-wave i { flex: 1; min-width: 1px; height: calc(8% + var(--p, .3) * 88%); border-radius: 2px; background: rgba(21, 31, 53, .18); transition: background-color 120ms linear, transform 200ms ease; }
.player-wave i.is-past { background: var(--mint-deep); }
.player-wave i.is-now { background: var(--ink); transform: scaleY(1.15); }
.player-wave:focus-visible { outline-offset: -3px; }
.player-transcript { position: relative; display: grid; gap: 4px; max-height: 300px; margin: 0; padding: 14px 12px; overflow: auto; list-style: none; scroll-behavior: smooth; overscroll-behavior: contain; }
.player-transcript li { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 12px; padding: 9px 12px; border-radius: 12px; color: var(--ink-3); font-size: .94rem; line-height: 1.5; cursor: pointer; transition: background-color 200ms ease, color 200ms ease; }
.player-transcript li b { color: var(--ink-3); font-weight: 600; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; padding-top: .2em; }
.player-transcript li[data-who="loop"] b { color: var(--mint-deep); }
.player-transcript li.is-past { color: var(--ink-2); }
.player-transcript li.is-now { color: var(--ink); background: var(--mint-3); }
.player-transcript li.is-now[data-who="caller"] { background: var(--canvas-2); }
.player-transcript li:hover { background: var(--canvas-2); }
.button-secondary svg { width: 16px; height: 16px; }
@media (max-width: 900px) {
  .listen-grid { grid-template-columns: 1fr; gap: 24px; }
  .player-head { grid-template-columns: auto minmax(0, 1fr); }
  .player-time { grid-column: 2; justify-self: start; }
  .player-transcript { max-height: 260px; }
}

/* ---------- Industries: sticky Loop stage + scrolling panels (v34) ---------- */
.industry-scroller { display: grid; grid-template-columns: minmax(320px, 520px) minmax(0, 1fr); align-items: start; gap: clamp(28px, 4vw, 64px); }
.industry-stage-col { position: sticky; top: 104px; }
.industry-stage { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--canvas); box-shadow: var(--shadow-1); }
.industry-stage::after { position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5); content: ""; pointer-events: none; }
.industry-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 420ms ease; }
.industry-video.is-active { opacity: 1; }
.industry-stage-badge { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(252, 250, 248, .9); backdrop-filter: blur(8px); font-size: .82rem; font-weight: 600; color: var(--ink); }
.industry-stage-badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint-deep); box-shadow: 0 0 0 4px var(--mint-2); }
.industry-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.industry-tabs a { display: grid; gap: 4px; padding: 12px 0 0; border-top: 2px solid var(--line); color: var(--ink-3); font-size: .8rem; line-height: 1.25; transition: color 200ms ease, border-color 200ms ease; }
.industry-tabs a span { font-family: var(--font-heading); font-size: .85rem; font-weight: 500; }
.industry-tabs a:hover { color: var(--ink); }
.industry-tabs a.is-active { color: var(--ink); border-color: var(--ink); }
.industry-panels { display: grid; gap: 24px; }
.industry-panels .journey-panel { min-height: min(58vh, 520px); justify-content: center; }
.industry-panels .journey-panel > p:not(.journey-number) { margin-bottom: 0; }
.industry-panels .journey-ui { margin-top: 28px; }
@media (max-width: 900px) {
  .industry-scroller { grid-template-columns: 1fr; gap: 16px; }
  .industry-stage-col { top: 74px; z-index: 5; }
  .industry-stage { aspect-ratio: auto; height: 200px; }
  .industry-video { object-fit: contain; }
  .industry-tabs { display: none; }
  .industry-panels .journey-panel { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) { .industry-video { transition: none; } }

/* ---------- Headings: bolder & clearer wayfinding (v35) ---------- */
h1, h2, h3, h4 { font-weight: 600; }
.hero h1, .hero h1 em { font-weight: 650; letter-spacing: -.04em; }
.section-head h2, .section-copy h2, .outcomes h2, .closing h2 { font-weight: 650; letter-spacing: -.035em; }
.journey-panel h2 { font-weight: 650; }
.steps h3, .faq-list summary { font-weight: 600; }
.eyebrow { font-size: .86rem; font-weight: 700; color: var(--mint-deep); }
.journey-number { display: inline-flex; align-self: flex-start; align-items: center; gap: 10px; margin-bottom: 18px; padding: 6px 12px 6px 8px; border-radius: 999px; background: var(--mint-3); color: var(--mint-deep); font-size: .8rem; font-weight: 700; letter-spacing: .06em; }
.journey-number::before { width: 8px; height: 8px; border-radius: 50%; background: var(--mint-deep); content: ""; }
.industry-panels .journey-panel.is-current { border-color: rgba(30, 122, 99, .45); box-shadow: 0 0 0 4px var(--mint-3); }
.industry-panels .journey-panel { transition: border-color 300ms ease, box-shadow 300ms ease; }
.industry-tabs a span { font-weight: 700; }
.industry-tabs a.is-active { color: var(--mint-deep); border-color: var(--mint-deep); font-weight: 600; }
.industry-stage-badge { font-size: .9rem; font-weight: 700; padding: 10px 16px 10px 12px; }
.industry-stage-sub { display: block; font-size: .72rem; font-weight: 500; color: var(--ink-3); letter-spacing: .02em; }
.industry-reel { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 240ms ease, filter 240ms ease; }
.industry-reel.is-switching { opacity: .55; filter: blur(2px); }
.industry-stage-badge > span { display: grid; line-height: 1.2; }
/* hero copy v2 — longer, explicit headline */
.hero h1 { font-size: clamp(2.3rem, 4.4vw, 3.9rem); line-height: 1.04; max-width: 15ch; }
.hero-copy > p { max-width: 54ch; }
@media (max-width: 900px) { .hero h1 { font-size: clamp(2.1rem, 8vw, 3rem); max-width: none; } }

/* hero eyes: DOM pupils over the painted eyes of the 3D Loop (see heroloop.js) */
.hero-eyes { display: none; position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 500ms ease; } /* DOM eye overlay retired: it never tracked the painted eyes across every pose; the mesh's own eyes look right */
.hero-live.is-live + .hero-eyes { opacity: var(--eye-vis, 1); }
.hero-eye { position: absolute; top: -68px; left: -50px; width: 100px; height: 136px; will-change: transform; }
.hero-eye-lid, .hero-eye-ball { position: absolute; inset: 0; border-radius: 50%; }
.hero-eye-lid { inset: -10px -8px; background: #363940; opacity: 0; }
/* DOM eyes run a touch larger than the painted ones so no painted sclera/rim peeks out; the right eye is nudged nose-ward to match its paint */
.hero-eye-ball { inset: -7px -6px; }
.hero-eye-r .hero-eye-ball { inset: -9px -4px -6px -12px; }
.hero-eye-r .hero-eye-lid { inset: -12px -6px -8px -14px; }
.hero-eye-ball { overflow: hidden; transform-origin: 50% 58%; box-shadow: inset 0 0 3px 1px rgba(22, 26, 32, .45), inset -8px -12px 18px rgba(22, 26, 32, .22); }
.hero-eye-l .hero-eye-ball { background: radial-gradient(ellipse at 34% 34%, #f4f3f4 0%, #e6e6e8 50%, #cfcfd3 82%, #b0b0b4 100%); }
.hero-eye-r .hero-eye-ball { background: radial-gradient(ellipse at 40% 32%, #f0eff0 0%, #e0e0e2 48%, #c2c2c6 80%, #9c9ca0 100%); }
.hero-eye-gaze { position: absolute; top: 50%; left: 50%; width: 0; height: 0; }
.hero-eye-iris, .hero-eye-pupil { position: absolute; border-radius: 50%; }
.hero-eye-iris { width: 94px; height: 110px; margin: -46px 0 0 -47px; background: radial-gradient(circle at 50% 30%, #17493f 0%, #24705f 50%, #2f8b78 80%, #3ea08b 100%); box-shadow: 0 0 5px 3px rgba(0, 0, 0, .28); }
.hero-eye-l .hero-eye-iris { margin-left: -50px; }
.hero-eye-r .hero-eye-iris { margin-left: -44px; }
.hero-eye-pupil { width: 84px; height: 106px; margin: -53px 0 0 -42px; background: radial-gradient(ellipse at 40% 34%, #2a2c31 0%, #141518 40%, #0c0d0f 100%); }
.hero-eye-pupil::before, .hero-eye-pupil::after { position: absolute; border-radius: 50%; background: #ecebee; content: ""; }
.hero-eye-pupil::before { top: 24px; left: 42px; width: 26px; height: 27px; }
.hero-eye-pupil::after { top: 12px; left: 6px; width: 20px; height: 20px; opacity: .42; }
.hero-eyes.is-blinking .hero-eye-ball { animation: hero-blink 140ms ease-in-out both; }
.hero-eyes.is-blinking .hero-eye-lid { animation: hero-lid 140ms linear both; }
@keyframes hero-blink { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(.05); } }
@keyframes hero-lid { 0%, 100% { opacity: 0; } 25%, 75% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .hero-eyes { display: none; } }

/* industries stage → 4:3 story reel */
.industry-stage { aspect-ratio: 4 / 3; }
@media (max-width: 900px) { .industry-stage { aspect-ratio: 4 / 3; height: auto; } .industry-reel { object-fit: cover; } }

/* industry landing-page link strip */
.industry-links { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.industry-links-lead { margin: 0 0 14px; color: var(--ink-2); font-size: .95rem; }
.industry-links-nav { display: flex; flex-wrap: wrap; gap: 10px; }
.industry-links-nav a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border: 1px solid var(--line-2); border-radius: 999px; color: var(--ink); font-size: .9rem; font-weight: 500; transition: background-color 160ms ease, border-color 160ms ease; }
.industry-links-nav a:hover { background: var(--mint-2); border-color: transparent; }

/* sample-call scenario picker */
.listen-stack { min-width: 0; }
.listen-picker { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.listen-picker button { display: inline-flex; align-items: center; min-height: 38px; padding: 0 15px; border: 1px solid var(--line-2); border-radius: 999px; background: transparent; color: var(--ink-2); font: inherit; font-size: .88rem; font-weight: 500; cursor: pointer; transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease; }
.listen-picker button:hover { color: var(--ink); background: rgba(21, 31, 53, .05); }
.listen-picker button.is-on { background: var(--ink); border-color: var(--ink); color: var(--canvas); }
