/* ============================================================
   VOCOWORKS — Design System
   Cream · Ink · Oxblood. Clash Display + Satoshi.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* Color */
  --bg: #eceadd;
  --surface: #f6f4ea;
  --surface-2: #f1efe3;
  --ink: #1B1716;
  --ink-2: rgba(27, 23, 22, 0.72);
  --ink-3: rgba(27, 23, 22, 0.56);
  --accent: #810100;
  --accent-deep: #630102;
  --accent-tint: rgba(129, 1, 0, 0.07);
  --accent-glow: rgba(129, 1, 0, 0.30);
  --line: rgba(27, 23, 22, 0.12);
  --line-strong: rgba(27, 23, 22, 0.20);
  --cream: #eceadd;
  --ok: #1f7a4d;

  /* On-dark */
  --on-dark: #f3f1e6;
  --on-dark-2: rgba(243, 241, 230, 0.74);
  --on-dark-3: rgba(243, 241, 230, 0.52);
  --line-dark: rgba(243, 241, 230, 0.16);

  /* Type */
  --font-display: "Clash Display", "Satoshi", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Satoshi", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Radius */
  --r-sm: 12px;
  --r: 18px;
  --r-lg: 26px;
  --r-xl: 34px;
  --r-pill: 999px;

  /* Spacing rhythm */
  --pad-x: clamp(20px, 5vw, 64px);
  --section-y: clamp(44px, 5.5vw, 88px);
  --maxw: 1180px;

  /* Shadow */
  --shadow-sm: 0 1px 2px rgba(27, 23, 22, 0.04), 0 6px 16px -12px rgba(27, 23, 22, 0.14);
  --shadow: 0 2px 4px rgba(27, 23, 22, 0.04), 0 18px 40px -24px rgba(27, 23, 22, 0.22);
  --shadow-lg: 0 4px 8px rgba(27, 23, 22, 0.05), 0 40px 80px -36px rgba(27, 23, 22, 0.32);
  --shadow-accent: 0 24px 60px -26px var(--accent-glow);

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  /* Z-index scale */
  --z-base: 1;
  --z-sticky: 100;
  --z-dropdown: 200;
  --z-backdrop: 900;
  --z-modal: 1000;
  --z-toast: 1100;
  --z-grain: 9000;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
* { margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: clip;
}
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  font-size: clamp(1rem, 0.97rem + 0.18vw, 1.08rem);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
input, textarea, select { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible {
  outline: 2.5px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}
::selection { background: var(--accent); color: var(--cream); }

/* ---------- Grain overlay ---------- */
.grain {
  position: fixed;
  inset: 0;
  z-index: var(--z-grain);
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-wrap: balance;
  color: var(--ink);
}
.h-display {
  font-size: clamp(2.3rem, 1.5rem + 3.6vw, 4.4rem);
  line-height: 1.0;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.1rem, 1.4rem + 3vw, 3.6rem); line-height: 1.02; }
h2 { font-size: clamp(1.7rem, 1.2rem + 2vw, 2.7rem); }
h3 { font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.6rem); letter-spacing: -0.02em; }
h4 { font-size: clamp(1.05rem, 0.98rem + 0.4vw, 1.2rem); letter-spacing: -0.015em; }
p { text-wrap: pretty; }
strong, b { font-weight: 700; }

.lead {
  font-size: clamp(1rem, 0.95rem + 0.4vw, 1.2rem);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 58ch;
  font-weight: 400;
}
.measure { max-width: 64ch; }
.accent { color: var(--accent); }
.ink-2 { color: var(--ink-2); }

/* Section kicker — used sparingly, not on every section */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--accent);
}
.kicker::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}
.container-wide { max-width: 1320px; }
.section { padding-block: var(--section-y); }
.section-sm { padding-block: clamp(48px, 7vw, 90px); }
.section-head { max-width: 40ch; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head.center { margin-inline: auto; text-align: center; max-width: 46ch; }
.section-head .lead { margin-top: 1rem; }

.grid { display: grid; gap: clamp(16px, 2vw, 26px); }
.flex { display: flex; }
.eyebrow-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* Dark / accent drenched sections */
.section--ink { background: var(--ink); color: var(--on-dark); }
.section--ink h1, .section--ink h2, .section--ink h3, .section--ink h4 { color: var(--on-dark); }
.section--accent {
  background: linear-gradient(160deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: var(--on-dark);
}
.section--accent h1, .section--accent h2, .section--accent h3 { color: var(--cream); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--accent);
  --btn-fg: var(--cream);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  padding: 0.95em 1.6em;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  line-height: 1;
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1.5px solid transparent;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease);
  will-change: transform;
  white-space: nowrap;
}
.btn svg { width: 1.1em; height: 1.1em; transition: transform 0.4s var(--ease); }
.btn:hover { box-shadow: var(--shadow-accent); }
.btn:hover svg.arrow { transform: translateX(4px); }
.btn:active { transform: scale(0.97); }

.btn--primary { background: var(--accent); color: var(--cream); box-shadow: 0 10px 30px -16px var(--accent-glow); }
.btn--primary:hover { background: var(--accent-deep); }

.btn--outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn--outline:hover { border-color: var(--ink); background: rgba(27,23,22,0.04); box-shadow: none; }

.btn--light { background: var(--cream); color: var(--ink); }
.btn--light:hover { background: #fff; box-shadow: 0 18px 40px -20px rgba(0,0,0,0.4); }

.btn--ghost-dark { background: transparent; color: var(--on-dark); border-color: var(--line-dark); }
.btn--ghost-dark:hover { border-color: var(--cream); background: rgba(243,241,230,0.06); box-shadow: none; }

.btn--lg { padding: 1.1em 1.9em; font-size: 1.05rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-weight: 700;
  color: var(--accent);
  transition: gap 0.3s var(--ease);
}
.link-arrow svg { width: 1em; height: 1em; transition: transform 0.3s var(--ease); }
.link-arrow:hover { gap: 0.6em; }
.link-arrow:hover svg { transform: translateX(3px); }

/* ---------- Brand logo (image) ---------- */
.brand { display: inline-flex; align-items: center; gap: 0.5rem; }
.brand__mark {
  height: 30px; width: 30px; object-fit: contain;
  display: block; flex: none; transition: transform 0.3s var(--ease);
}
.brand__name {
  font-family: var(--font-display); font-weight: 600; font-size: 1.4rem;
  letter-spacing: -0.02em; color: var(--ink); line-height: 1;
}
.brand:hover .brand__mark { transform: rotate(-6deg) scale(1.05); }
.nav__sheet .brand__mark, .footer .brand__mark { height: 34px; width: 34px; }
.footer .brand__name, .nav__sheet .brand__name { color: var(--cream); }
.brand--footer .brand__name { color: var(--cream); }
@media (max-width: 560px) {
  .brand__mark { height: 27px; width: 27px; }
  .brand__name { font-size: 1.25rem; }
}

/* ---------- Logo lockup (SVG fallback) ---------- */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.42rem;
  letter-spacing: -0.03em;
}
.logo__mark { width: 1.28em; height: 1.28em; color: var(--accent); flex: none; }
.logo__word { line-height: 1; transform: translateY(0.02em); }
.section--ink .logo, .section--accent .logo, .footer .logo { color: var(--on-dark); }
.footer .logo__mark { color: var(--cream); }

/* ============================================================
   NAVBAR
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(236, 234, 221, 0.82);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom-color: var(--line);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 68px;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 1.2vw, 1.4rem);
}
.nav__link {
  position: relative;
  padding: 0.5em 0.2em;
  font-weight: 500;
  font-size: 0.97rem;
  color: var(--ink-2);
  transition: color 0.25s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0.2em; right: 0.2em; bottom: 0.15em;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.nav__link:hover, .nav__link[aria-current="page"] { color: var(--ink); }
.nav__link:hover::after, .nav__link[aria-current="page"]::after { transform: scaleX(1); }
.nav__right { display: flex; align-items: center; gap: 0.75rem; }

.nav__toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
}
.nav__toggle span {
  position: relative;
  width: 18px; height: 1.5px; background: var(--ink);
  transition: background 0.2s;
}
.nav__toggle span::before, .nav__toggle span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 1.5px; background: var(--ink);
  transition: transform 0.3s var(--ease), top 0.3s var(--ease);
}
.nav__toggle span::before { top: -6px; }
.nav__toggle span::after { top: 6px; }

/* Mobile sheet */
.nav__sheet {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  background: var(--bg);
  padding: 90px var(--pad-x) 40px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s var(--ease), opacity 0.4s var(--ease), visibility 0.4s;
}
.nav__sheet.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
.nav__sheet a.nav__sheet-link {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 8vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 0.35em 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: flex; justify-content: space-between; align-items: center;
}
.nav__sheet-cta { margin-top: auto; padding-top: 1.5rem; }
.nav__sheet-close {
  position: absolute; top: 22px; right: var(--pad-x);
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line); display: grid; place-items: center;
}
body.nav-open { overflow: hidden; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-block: clamp(20px, 3vw, 48px) clamp(48px, 7vw, 96px); position: relative; }
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.6em;
  padding: 0.5em 0.9em 0.5em 0.6em;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: var(--surface);
  font-size: 0.86rem; font-weight: 600; color: var(--ink-2);
  box-shadow: var(--shadow-sm);
}
.hero__eyebrow .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--ok);
  box-shadow: 0 0 0 0 rgba(31,122,77,0.5);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(31,122,77,0.45); }
  70% { box-shadow: 0 0 0 9px rgba(31,122,77,0); }
  100% { box-shadow: 0 0 0 0 rgba(31,122,77,0); }
}
.hero__title { margin: 1.4rem 0 1.3rem; }
.hero__title .accent { color: var(--accent); }
.hero__sub { font-size: clamp(1.08rem, 1rem + 0.55vw, 1.32rem); color: var(--ink-2); max-width: 38ch; line-height: 1.5; }
.hero__cta { margin-top: 2rem; }
.hero__trust {
  margin-top: 1.6rem;
  display: inline-flex; align-items: center; gap: 0.6em;
  font-size: 0.95rem; color: var(--ink-2); font-weight: 500;
}
.hero__trust svg { width: 1.15em; height: 1.15em; color: var(--accent); flex: none; }

/* ---------- Chat simulator card ---------- */
.chat {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: clamp(18px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  min-height: 460px;
}
.chat__top {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 14px; margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.chat__id { display: flex; align-items: center; gap: 0.7em; }
.chat__avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(150deg, var(--accent), var(--accent-deep));
  display: grid; place-items: center; color: var(--cream); flex: none;
}
.chat__avatar svg { width: 22px; height: 22px; }
.chat__name { font-weight: 700; font-size: 0.98rem; line-height: 1.2; }
.chat__status { font-size: 0.8rem; color: var(--ok); font-weight: 600; display: flex; align-items: center; gap: 0.4em; }
.chat__status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ok); }
.chat__channel {
  display: inline-flex; align-items: center; gap: 0.45em;
  font-size: 0.78rem; font-weight: 700; padding: 0.4em 0.8em;
  border-radius: var(--r-pill); background: var(--accent-tint); color: var(--accent);
}
.chat__channel svg { width: 1em; height: 1em; }
.chat__body {
  flex: 1;
  display: flex; flex-direction: column;
  gap: 12px;
  padding: 18px 4px;
  justify-content: flex-end;
}
.bubble {
  max-width: 82%;
  padding: 0.8em 1.05em;
  border-radius: 18px;
  font-size: 0.97rem;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(10px);
  animation: bubbleIn 0.5s var(--ease) forwards;
}
@keyframes bubbleIn { to { opacity: 1; transform: translateY(0); } }
.bubble--in {
  align-self: flex-start;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-bottom-left-radius: 6px;
}
.bubble--out {
  align-self: flex-end;
  background: linear-gradient(160deg, var(--accent), var(--accent-deep));
  color: var(--cream);
  border-bottom-right-radius: 6px;
}
.bubble__who { display: block; font-size: 0.72rem; font-weight: 700; opacity: 0.65; margin-bottom: 0.2em; letter-spacing: 0.01em; }
.typing { display: inline-flex; gap: 4px; align-items: center; }
.typing span {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ink-3);
  animation: typing 1.2s infinite ease-in-out;
}
.typing span:nth-child(2) { animation-delay: 0.18s; }
.typing span:nth-child(3) { animation-delay: 0.36s; }
@keyframes typing { 0%,60%,100% { transform: translateY(0); opacity: 0.4; } 30% { transform: translateY(-5px); opacity: 1; } }

.chat__foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; border-top: 1px solid var(--line); gap: 1rem;
}
.chat__dots { display: flex; gap: 7px; }
.chat__dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--line-strong);
  transition: width 0.4s var(--ease), background 0.3s var(--ease);
}
.chat__dot.is-active { width: 22px; border-radius: 4px; background: var(--accent); }
.chat__nav { display: flex; gap: 8px; }
.chat__btn {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: grid; place-items: center;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s;
}
.chat__btn:hover { background: var(--accent); color: var(--cream); border-color: var(--accent); }
.chat__btn svg { width: 18px; height: 18px; }
.chat__scenario { font-size: 0.8rem; font-weight: 600; color: var(--ink-3); }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  overflow: hidden;
  padding-block: clamp(9px, 1.1vw, 13px);
  border-block: 1px solid var(--accent-deep);
  user-select: none;
}
.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 46s linear infinite;
}
.marquee__track { will-change: transform; }
.marquee__item {
  display: inline-flex; align-items: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(0.92rem, 0.8rem + 0.6vw, 1.2rem);
  letter-spacing: -0.01em;
  color: var(--cream);
  padding-inline: clamp(16px, 2.4vw, 32px);
}
.marquee__item::after {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cream); opacity: 0.55;
  margin-left: clamp(16px, 2.4vw, 32px);
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   VIDEO
   ============================================================ */
.video {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 16 / 8.4;
  background:
    radial-gradient(120% 120% at 70% 10%, rgba(129,1,0,0.35), transparent 55%),
    linear-gradient(155deg, #2a2220, var(--ink));
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(27,23,22,0.3);
}
.video__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.video__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,16,15,0.78), rgba(20,16,15,0.25)); }
.video__content { position: relative; text-align: center; color: var(--on-dark); padding: 2rem; z-index: 2; }
.video__play {
  width: clamp(72px, 9vw, 104px); aspect-ratio: 1; border-radius: 50%;
  background: var(--accent); color: var(--cream);
  display: grid; place-items: center; margin: 0 auto 1.4rem;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  box-shadow: 0 0 0 0 rgba(129,1,0,0.5);
  animation: playPulse 3s infinite;
}
.video__play svg { width: 36%; height: 36%; transform: translateX(2px); }
.video__play:hover { transform: scale(1.08); }
@keyframes playPulse {
  0% { box-shadow: 0 0 0 0 rgba(129,1,0,0.5); }
  70% { box-shadow: 0 0 0 26px rgba(129,1,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(129,1,0,0); }
}
.video__caption { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.2rem, 1rem + 1.2vw, 1.9rem); letter-spacing: -0.02em; max-width: 22ch; margin-inline: auto; }
.video__time { margin-top: 0.6rem; font-size: 0.9rem; color: var(--on-dark-2); font-weight: 600; }

/* ============================================================
   STAT CARDS (What you get)
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 22px); }
.stat {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 2.4vw, 32px);
  overflow: hidden;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.4s var(--ease);
}
.stat::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 80% 0%, var(--accent-tint), transparent 60%);
  opacity: 0; transition: opacity 0.5s var(--ease);
}
.stat:hover { transform: translateY(-6px) scale(1.015); box-shadow: var(--shadow-accent); border-color: rgba(129,1,0,0.35); }
.stat:hover::after { opacity: 1; }
.stat__index { font-size: 0.82rem; font-weight: 700; color: var(--ink-3); letter-spacing: 0.04em; }
.stat__num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--accent);
  margin: clamp(28px, 4vw, 48px) 0 0.5rem;
}
.stat__label { font-weight: 700; font-size: 1.02rem; margin-bottom: 0.3rem; }
.stat__desc { color: var(--ink-2); font-size: 0.95rem; line-height: 1.45; }

/* ============================================================
   LEAK CALCULATOR
   ============================================================ */
.leak__grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(24px, 3vw, 48px); align-items: stretch; }
.calc {
  background: var(--ink);
  color: var(--on-dark);
  border-radius: var(--r-xl);
  padding: clamp(26px, 3vw, 44px);
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: clamp(20px, 2.6vw, 30px);
}
.calc__field label { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 0.9rem; }
.calc__field .calc__lab { font-weight: 600; font-size: 0.98rem; color: var(--on-dark-2); }
.calc__val { font-family: var(--font-display); font-weight: 600; font-size: 1.45rem; color: var(--cream); letter-spacing: -0.02em; }
.calc__field input[type="range"] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 6px; border-radius: var(--r-pill);
  background: linear-gradient(to right, var(--accent) var(--fill, 40%), rgba(243,241,230,0.16) var(--fill, 40%));
  outline: none; cursor: pointer;
}
.calc__field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--cream); border: 5px solid var(--accent);
  box-shadow: 0 4px 12px rgba(0,0,0,0.4); cursor: grab; transition: transform 0.2s var(--ease);
}
.calc__field input[type="range"]::-webkit-slider-thumb:active { transform: scale(1.15); cursor: grabbing; }
.calc__field input[type="range"]::-moz-range-thumb {
  width: 24px; height: 24px; border-radius: 50%; background: var(--cream);
  border: 5px solid var(--accent); cursor: grab; box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.calc__ticks { display: flex; justify-content: space-between; margin-top: 0.6rem; font-size: 0.78rem; color: var(--on-dark-3); }

.leak__out {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(26px, 3vw, 44px);
  display: flex; flex-direction: column; gap: clamp(16px, 2vw, 22px);
  box-shadow: var(--shadow);
}
.leak__panel {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden;
}
.leak__metric {
  background: var(--surface); padding: clamp(16px, 1.8vw, 22px);
  display: flex; flex-direction: column; gap: 0.5rem;
}
.leak__metric .leak__k { font-weight: 600; color: var(--ink-2); font-size: 0.86rem; line-height: 1.3; }
.leak__num {
  font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em;
  line-height: 1; font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem); color: var(--ink);
}
.leak__metric--loss { background: var(--accent-tint); }
.leak__metric--loss .leak__num { color: var(--accent); }
.leak__metric--fixed .leak__k { color: var(--ink); font-weight: 700; }
.leak__metric--gain { background: rgba(31,120,72,0.08); }
.leak__metric--gain .leak__k { color: #1c7a48; font-weight: 700; }
.leak__metric--gain .leak__num { color: #1c7a48; }
.leak__per { font-family: var(--font-body); font-size: 0.5em; font-weight: 600; color: var(--ink-3); letter-spacing: 0; }
.leak__note {
  display: flex; gap: 0.7em; align-items: flex-start;
  font-size: 0.96rem; color: var(--ink-2); line-height: 1.45;
}
.leak__note svg { width: 1.3em; height: 1.3em; color: var(--accent); flex: none; margin-top: 0.1em; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.8vw, 24px); align-items: stretch; }
.plan {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(24px, 2.6vw, 34px);
  display: flex; flex-direction: column;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.4s var(--ease);
}
.plan:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--line-strong); }
.plan--featured {
  background: linear-gradient(165deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: var(--on-dark);
  border-color: transparent;
  box-shadow: var(--shadow-accent);
  transform: scale(1.08);
  z-index: 1;
}
.plan--featured:hover { transform: scale(1.08) translateY(-8px); box-shadow: 0 50px 90px -34px var(--accent-glow); }
.plan--featured h3, .plan--featured .plan__price { color: var(--cream); }
.plan__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: var(--cream);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em;
  padding: 0.55em 1.1em; border-radius: var(--r-pill);
  display: inline-flex; align-items: center; gap: 0.45em; white-space: nowrap;
  box-shadow: 0 8px 22px -8px rgba(0,0,0,0.5);
  animation: badgePulse 2.6s ease-in-out infinite;
}
@keyframes badgePulse {
  0%,100% { box-shadow: 0 8px 22px -8px rgba(0,0,0,0.5); }
  50% { box-shadow: 0 8px 28px -6px rgba(245,196,81,0.55); }
}
@media (prefers-reduced-motion: reduce) { .plan__badge { animation: none; } }
.plan__badge svg { width: 1em; height: 1em; color: #f5c451; }
.plan__name { font-size: 1.4rem; }
.plan__tag { color: var(--ink-2); font-size: 0.96rem; margin-top: 0.35rem; min-height: 2.6em; }
.plan--featured .plan__tag { color: rgba(243,241,230,0.82); }
.plan__price {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.3rem, 1.7rem + 1.9vw, 3rem); letter-spacing: -0.03em;
  color: var(--accent); margin-top: 1.1rem; line-height: 1;
  display: inline-flex; align-items: baseline; gap: 0.15em;
  background: var(--accent-tint); border: 1px solid rgba(129,1,0,0.16);
  padding: 0.4em 0.6em; border-radius: var(--r); align-self: flex-start;
}
.plan__price span { font-family: var(--font-body); font-size: 1.05rem; font-weight: 700; color: var(--accent); letter-spacing: 0; opacity: 0.85; }
.plan--featured .plan__price { background: rgba(243,241,230,0.16); border-color: rgba(243,241,230,0.28); color: var(--cream); }
.plan--featured .plan__price span { color: var(--cream); opacity: 0.85; }
.plan__live {
  display: inline-flex; align-items: center; gap: 0.45em;
  margin-top: 0.9rem; font-size: 0.85rem; font-weight: 700;
  padding: 0.4em 0.8em; border-radius: var(--r-pill);
  background: var(--accent-tint); color: var(--accent);
}
.plan--featured .plan__live { background: rgba(243,241,230,0.16); color: var(--cream); }
.plan__live svg { width: 1em; height: 1em; }
.plan__divider { height: 1px; background: var(--line); margin: 1.4rem 0; }
.plan--featured .plan__divider { background: rgba(243,241,230,0.2); }
.plan__list { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.6rem; flex: 1; }
.plan__list li { display: flex; gap: 0.65em; align-items: flex-start; font-size: 0.96rem; line-height: 1.4; }
.plan__list svg { width: 1.15em; height: 1.15em; color: var(--accent); flex: none; margin-top: 0.12em; }
.plan--featured .plan__list svg { color: var(--cream); }
.plan__save {
  display: flex; gap: 0.55em; align-items: flex-start;
  background: rgba(243,241,230,0.14);
  border-radius: var(--r-sm); padding: 0.85em 1em;
  font-size: 0.88rem; line-height: 1.4; margin-bottom: 1.4rem; font-weight: 600;
}
.plan__save svg { width: 1.2em; height: 1.2em; flex: none; color: #f5c451; margin-top: 0.05em; }

/* ============================================================
   COMPARE TABLE
   ============================================================ */
.compare { overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--surface); -webkit-overflow-scrolling: touch; }
.compare table { width: 100%; border-collapse: collapse; min-width: 720px; }
.compare th, .compare td { padding: 1.05rem clamp(0.9rem, 1.6vw, 1.5rem); text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.compare thead th { font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; letter-spacing: -0.02em; position: sticky; top: 0; background: var(--surface-2); }
.compare thead th.is-featured { color: var(--accent); }
.compare tbody th { font-weight: 600; color: var(--ink); width: 26%; font-family: var(--font-body); position: sticky; left: 0; background: var(--surface); }
.compare td { color: var(--ink-2); font-size: 0.96rem; }
.compare td.is-featured { background: var(--accent-tint); }
.compare tr:last-child td, .compare tr:last-child th { border-bottom: none; }
.compare .ck { color: var(--accent); display: inline-grid; place-items: center; }
.compare .ck svg { width: 1.25em; height: 1.25em; }
.compare .dash { color: var(--ink-3); }
.compare .val-strong { font-weight: 700; color: var(--ink); }

/* ============================================================
   CREATIVE STUDIO
   ============================================================ */
.studio { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(16px, 2vw, 24px); }
.studio__main {
  position: relative;
  background: var(--ink); color: var(--on-dark);
  border-radius: var(--r-xl); padding: clamp(28px, 3.4vw, 48px);
  display: flex; flex-direction: column; overflow: hidden;
}
.studio__main::before {
  content: ""; position: absolute; top: -30%; right: -10%;
  width: 60%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(129,1,0,0.55), transparent 65%);
  filter: blur(10px);
}
.studio__main h3 { color: var(--cream); font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem); position: relative; }
.studio__main p { color: var(--on-dark-2); position: relative; margin: 1rem 0 1.8rem; max-width: 40ch; }
.studio__services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem 1.2rem; position: relative; margin-top: auto; }
.studio__services li { display: flex; gap: 0.6em; align-items: center; font-weight: 600; font-size: 0.98rem; }
.studio__services svg { width: 1.1em; height: 1.1em; color: #f5c451; flex: none; }
.studio__side { display: grid; grid-template-rows: 1fr 1fr; gap: clamp(16px, 2vw, 24px); }
.studio__card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(22px, 2.4vw, 30px);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
  display: flex; flex-direction: column;
}
.studio__card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.studio__card h4 { font-size: 1.3rem; }
.studio__card .price { font-family: var(--font-display); font-weight: 600; color: var(--accent); font-size: 1.25rem; margin: 0.5rem 0 0.7rem; letter-spacing: -0.02em; }
.studio__card p { color: var(--ink-2); font-size: 0.95rem; line-height: 1.45; }
.studio__card .meta { margin-top: auto; padding-top: 1rem; font-size: 0.86rem; color: var(--ink-3); font-weight: 600; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(28px, 4vw, 64px); align-items: start; }
.faq__list { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: clamp(1.1rem, 2vw, 1.5rem) 0; text-align: left;
  font-family: var(--font-display); font-weight: 500; font-size: clamp(1.1rem, 1rem + 0.5vw, 1.32rem);
  letter-spacing: -0.02em; color: var(--ink);
  transition: color 0.25s var(--ease);
}
.faq__q:hover { color: var(--accent); }
.faq__icon { position: relative; width: 22px; height: 22px; flex: none; }
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; background: var(--accent); border-radius: 2px;
  transition: transform 0.4s var(--ease), opacity 0.3s var(--ease);
}
.faq__icon::before { top: 10px; left: 0; width: 22px; height: 2.5px; }
.faq__icon::after { left: 10px; top: 0; width: 2.5px; height: 22px; }
.faq__item.is-open .faq__icon::after { transform: rotate(90deg); opacity: 0; }
.faq__a { overflow: hidden; height: 0; transition: height 0.45s var(--ease); }
.faq__a-inner { padding-bottom: clamp(1.1rem, 2vw, 1.5rem); color: var(--ink-2); line-height: 1.55; max-width: 60ch; }
.faq__aside {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: clamp(26px, 3vw, 38px); position: sticky; top: 100px;
}
.faq__aside h3 { margin-bottom: 0.6rem; }
.faq__aside p { color: var(--ink-2); margin-bottom: 1.4rem; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { text-align: center; position: relative; overflow: hidden; }
.cta-band.section { padding-block: clamp(56px, 8vw, 120px); }
.cta-band__inner { max-width: 1100px; margin-inline: auto; position: relative; z-index: 2; padding-inline: clamp(8px, 4vw, 48px); }
.cta-band h2 { color: var(--cream); margin-bottom: 1.4rem; max-width: 20ch; margin-inline: auto; font-size: clamp(2rem, 1.4rem + 2.6vw, 3.2rem); }
.cta-band p { color: rgba(243,241,230,0.82); margin-bottom: 2.4rem; font-size: clamp(1.05rem, 1rem + 0.5vw, 1.3rem); max-width: 52ch; margin-inline: auto; }
.cta-band .btn-row { justify-content: center; gap: 1rem; }
.cta-band::before, .cta-band::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(243,241,230,0.12), transparent 70%);
}
.cta-band::before { width: 460px; height: 460px; top: -200px; left: -120px; }
.cta-band::after { width: 520px; height: 520px; bottom: -260px; right: -140px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: var(--on-dark); padding-top: clamp(40px, 5vw, 64px); }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: clamp(24px, 3vw, 44px); padding-bottom: clamp(28px, 3.5vw, 44px); border-bottom: 1px solid var(--line-dark); align-items: start; }
.footer__brand p { color: var(--on-dark-2); margin: 1rem 0 1.2rem; max-width: 30ch; font-size: 0.95rem; line-height: 1.5; }
.footer__col h5 { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--on-dark-3); font-weight: 700; margin-bottom: 1.1rem; font-family: var(--font-body); }
.footer__col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.footer__col a { color: var(--on-dark-2); font-size: 0.97rem; transition: color 0.25s var(--ease); }
.footer__col a:hover { color: var(--cream); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-block: clamp(22px, 3vw, 32px); }
.footer__bottom p { color: var(--on-dark-3); font-size: 0.9rem; }
.footer__social { display: flex; gap: 0.6rem; }
.footer__social a {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-dark);
  display: grid; place-items: center; color: var(--on-dark-2);
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s;
}
.footer__social a:hover { background: var(--accent); color: var(--cream); border-color: var(--accent); }
.footer__social svg { width: 18px; height: 18px; }

/* ============================================================
   SHARED PAGE PIECES
   ============================================================ */
/* Page hero (interior pages) */
.page-hero { padding-block: clamp(56px, 8vw, 120px) clamp(40px, 5vw, 72px); }
.page-hero h1 { margin: 1.2rem 0 1.3rem; max-width: 18ch; }
.page-hero .lead { max-width: 54ch; }
.breadcrumb { display: flex; align-items: center; gap: 0.5em; font-size: 0.9rem; color: var(--ink-3); font-weight: 600; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb svg { width: 0.9em; height: 0.9em; opacity: 0.5; }

/* Feature / service block */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
.feature--rev .feature__media { order: -1; }
.feature__media {
  border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); aspect-ratio: 4 / 3.2; background: var(--surface-2);
}
.feature__media img { width: 100%; height: 100%; object-fit: cover; }
.feature h2 { margin-bottom: 1.1rem; }
.feature__list { display: flex; flex-direction: column; gap: 0.85rem; margin-top: 1.6rem; }
.feature__list li { display: flex; gap: 0.7em; align-items: flex-start; font-size: 1.02rem; }
.feature__list svg { width: 1.3em; height: 1.3em; color: var(--accent); flex: none; margin-top: 0.1em; }
.feature__icon {
  width: 56px; height: 56px; border-radius: var(--r); background: var(--accent-tint);
  color: var(--accent); display: grid; place-items: center; margin-bottom: 1.4rem;
}
.feature__icon svg { width: 28px; height: 28px; }

/* Industry / generic card grid */
.cardgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(16px, 2vw, 24px); }
.icard {
  position: relative;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.4s var(--ease);
  display: flex; flex-direction: column;
}
.icard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--line-strong); }
.icard__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.icard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.icard:hover .icard__media img { transform: scale(1.06); }
.icard__body { padding: clamp(22px, 2.4vw, 30px); display: flex; flex-direction: column; flex: 1; }
.icard__eyebrow { font-size: 0.82rem; font-weight: 700; color: var(--accent); margin-bottom: 0.6rem; letter-spacing: 0.02em; }
.icard h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.icard__quote { color: var(--ink-2); font-size: 1.02rem; line-height: 1.45; margin-bottom: 1.2rem; }
.icard__tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: auto; }
.tag {
  font-size: 0.84rem; font-weight: 600; padding: 0.4em 0.85em;
  border-radius: var(--r-pill); background: var(--surface-2); border: 1px solid var(--line); color: var(--ink-2);
}

/* Metrics strip */
.metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: clamp(16px, 2vw, 28px); }
.metric { text-align: center; padding: clamp(20px, 2.4vw, 32px); }
.metric__num { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.6rem, 2rem + 3vw, 4.2rem); letter-spacing: -0.04em; color: var(--accent); line-height: 1; }
.metric__label { color: var(--ink-2); margin-top: 0.6rem; font-weight: 600; }

/* Testimonials */
.quotes { columns: 2; column-gap: clamp(16px, 2vw, 24px); }
.quote {
  break-inside: avoid; margin-bottom: clamp(16px, 2vw, 24px);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(24px, 2.6vw, 34px);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.quote:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.quote__stars { color: var(--accent); display: flex; gap: 2px; margin-bottom: 1rem; }
.quote__stars svg { width: 1.1em; height: 1.1em; }
.quote p { font-size: 1.08rem; line-height: 1.55; color: var(--ink); margin-bottom: 1.4rem; }
.quote__who { display: flex; align-items: center; gap: 0.8rem; }
.quote__avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(150deg, var(--accent), var(--accent-deep)); color: var(--cream); display: grid; place-items: center; font-weight: 700; font-family: var(--font-display); flex: none; }
.quote__name { font-weight: 700; font-size: 0.97rem; }
.quote__role { color: var(--ink-3); font-size: 0.88rem; }

/* Before / After */
.ba { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 24px); }
.ba__col { border-radius: var(--r-lg); padding: clamp(26px, 3vw, 40px); }
.ba__col--before { background: var(--surface); border: 1px solid var(--line); }
.ba__col--after { background: var(--ink); color: var(--on-dark); }
.ba__col h3 { margin-bottom: 1.4rem; display: flex; align-items: center; gap: 0.6rem; }
.ba__col--after h3 { color: var(--cream); }
.ba__col ul { display: flex; flex-direction: column; gap: 1rem; }
.ba__col li { display: flex; gap: 0.7em; align-items: flex-start; font-size: 1.05rem; }
.ba__col li svg { width: 1.3em; height: 1.3em; flex: none; margin-top: 0.1em; }
.ba__col--before li svg { color: var(--ink-3); }
.ba__col--after li svg { color: #6fd39b; }
.ba__tag { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.4em 0.9em; border-radius: var(--r-pill); }
.ba__col--before .ba__tag { background: var(--surface-2); color: var(--ink-3); }
.ba__col--after .ba__tag { background: rgba(243,241,230,0.16); color: var(--cream); }

/* Case study */
.case {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: clamp(28px, 3.4vw, 48px); display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(24px, 3vw, 48px); align-items: center;
}
.case__metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.case__metric .n { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 1.6rem + 1.8vw, 2.8rem); color: var(--accent); letter-spacing: -0.03em; line-height: 1; }
.case__metric .l { color: var(--ink-2); font-size: 0.92rem; margin-top: 0.4rem; }

/* Process / mission rows */
.pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: clamp(16px, 2vw, 24px); }
.pillar {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(26px, 2.8vw, 36px);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pillar__icon { width: 54px; height: 54px; border-radius: var(--r); background: var(--accent-tint); color: var(--accent); display: grid; place-items: center; margin-bottom: 1.4rem; }
.pillar__icon svg { width: 27px; height: 27px; }
.pillar h3 { font-size: 1.35rem; margin-bottom: 0.6rem; }
.pillar p { color: var(--ink-2); line-height: 1.55; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(18px, 2.4vw, 30px); }
.post {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.post:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.post__media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--surface-2); }
.post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.post:hover .post__media img { transform: scale(1.05); }
.post__body { padding: clamp(20px, 2.2vw, 28px); display: flex; flex-direction: column; flex: 1; }
.post__cat { font-size: 0.8rem; font-weight: 700; color: var(--accent); letter-spacing: 0.02em; margin-bottom: 0.7rem; }
.post h3 { font-size: 1.25rem; margin-bottom: 0.6rem; line-height: 1.15; }
.post p { color: var(--ink-2); font-size: 0.96rem; line-height: 1.5; margin-bottom: 1.2rem; }
.post__meta { margin-top: auto; display: flex; align-items: center; gap: 0.7rem; font-size: 0.86rem; color: var(--ink-3); font-weight: 600; }
.post__feat { grid-column: 1 / -1; }
.post--feat { display: grid; grid-template-columns: 1.1fr 1fr; }
.post--feat .post__media { aspect-ratio: auto; height: 100%; min-height: 320px; }

.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chip {
  font-size: 0.92rem; font-weight: 600; padding: 0.55em 1.1em; border-radius: var(--r-pill);
  background: var(--surface); border: 1px solid var(--line); color: var(--ink-2);
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s;
}
.chip:hover, .chip.is-active { background: var(--accent); color: var(--cream); border-color: var(--accent); }

/* Article body */
.article { max-width: 720px; margin-inline: auto; }
.article p { margin-bottom: 1.4rem; color: var(--ink); line-height: 1.75; font-size: 1.1rem; max-width: 68ch; }
.article h2 { font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.2rem); margin: 2.4rem 0 1rem; }
.article h3 { margin: 2rem 0 0.8rem; }
.article ul.bullets { margin: 0 0 1.4rem; display: flex; flex-direction: column; gap: 0.7rem; }
.article ul.bullets li { display: flex; gap: 0.7em; align-items: flex-start; font-size: 1.08rem; line-height: 1.6; }
.article ul.bullets svg { width: 1.2em; height: 1.2em; color: var(--accent); flex: none; margin-top: 0.25em; }
.article blockquote {
  border-left: none; margin: 2rem 0; padding: 1.6rem 1.8rem;
  background: var(--accent-tint); border-radius: var(--r);
  font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; line-height: 1.4; color: var(--ink); letter-spacing: -0.02em;
}

/* Contact / forms */
.form-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.form {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: clamp(26px, 3vw, 40px); display: flex; flex-direction: column; gap: 1.1rem;
}
.field { display: flex; flex-direction: column; gap: 0.45rem; }
.field label { font-weight: 600; font-size: 0.92rem; }
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  background: var(--bg); border: 1.5px solid var(--line); border-radius: var(--r-sm);
  padding: 0.85em 1em; font-size: 1rem; transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
  width: 100%;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-tint);
}
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field .error-msg { color: var(--accent); font-size: 0.85rem; font-weight: 600; display: none; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--accent); }
.field.has-error .error-msg { display: block; }
.form__success {
  display: none; text-align: center; padding: 2rem 1rem; flex-direction: column; align-items: center; gap: 1rem;
}
.form__success.is-shown { display: flex; }
.form__success-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--accent-tint); color: var(--accent); display: grid; place-items: center; }
.form__success-icon svg { width: 32px; height: 32px; }

.contact-aside { display: flex; flex-direction: column; gap: 1.4rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item__icon { width: 48px; height: 48px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); color: var(--accent); display: grid; place-items: center; flex: none; }
.contact-item__icon svg { width: 22px; height: 22px; }
.contact-item h4 { font-size: 1.1rem; margin-bottom: 0.2rem; }
.contact-item p, .contact-item a { color: var(--ink-2); }
.contact-item a:hover { color: var(--accent); }

.cal-embed {
  border-radius: var(--r-xl); border: 1px solid var(--line); background: var(--surface);
  min-height: 560px; overflow: hidden; box-shadow: var(--shadow);
}
.cal-placeholder { display: grid; place-items: center; min-height: 560px; text-align: center; padding: 2rem; }
.cal-placeholder svg { width: 48px; height: 48px; color: var(--accent); margin-bottom: 1rem; }

/* Legal pages */
.legal { max-width: 760px; margin-inline: auto; }
.legal h2 { font-size: clamp(1.4rem, 1.2rem + 1vw, 1.9rem); margin: 2.4rem 0 0.9rem; }
.legal h3 { font-size: 1.2rem; margin: 1.6rem 0 0.6rem; }
.legal p, .legal li { color: var(--ink-2); line-height: 1.7; margin-bottom: 1rem; max-width: 68ch; }
.legal ul { display: flex; flex-direction: column; gap: 0.5rem; margin: 0 0 1.4rem 1.2rem; list-style: disc; }
.legal ul li { margin-bottom: 0.3rem; }
.legal .toc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem 1.8rem; margin-bottom: 2.5rem; }
.legal .toc h4 { margin-bottom: 0.8rem; }
.legal .toc ul { list-style: none; margin-left: 0; gap: 0.5rem; }
.legal .toc a { color: var(--accent); font-weight: 600; }
.legal .meta-date { color: var(--ink-3); font-weight: 600; margin-bottom: 2rem; }

/* Logo strip / trusted by */
.trustbar { display: flex; align-items: center; justify-content: center; gap: clamp(1.5rem, 5vw, 4rem); flex-wrap: wrap; opacity: 0.7; }
.trustbar span { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.1rem, 1rem + 0.8vw, 1.5rem); color: var(--ink-2); letter-spacing: -0.02em; }

/* ============================================================
   REVEAL ANIMATIONS (progressive enhancement)
   ============================================================ */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-stagger > * { opacity: 0; transform: translateY(22px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
.js .reveal-stagger.is-visible > * { opacity: 1; transform: none; }
.js .reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.04s; }
.js .reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.10s; }
.js .reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.16s; }
.js .reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.22s; }
.js .reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.28s; }
.js .reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.34s; }

/* Repeatable reveals — replay every time they re-enter the viewport */
.js .reveal-loop { opacity: 0; transform: translateY(26px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
.js .reveal-loop.is-visible { opacity: 1; transform: none; }
.js .reveal-loop--left { transform: translateX(-32px); }
.js .reveal-loop--right { transform: translateX(32px); }
.js .reveal-loop--scale { transform: scale(0.94); }
.js .reveal-loop--left.is-visible,
.js .reveal-loop--right.is-visible,
.js .reveal-loop--scale.is-visible { transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: clamp(36px, 6vw, 56px); }
  .chat { max-width: 460px; }
  .leak__grid { grid-template-columns: 1fr; }
  .studio { grid-template-columns: 1fr; }
  .studio__side { grid-template-rows: none; grid-template-columns: 1fr 1fr; }
  .faq { grid-template-columns: 1fr; }
  .faq__aside { position: static; }
  .case { grid-template-columns: 1fr; }
  .post--feat { grid-template-columns: 1fr; }
  .post--feat .post__media { min-height: 240px; }
}

@media (max-width: 860px) {
  .nav__links { display: none; }
  .nav__right .btn--demo-nav { display: none; }
  .nav__toggle { display: flex; }
  .stats { grid-template-columns: 1fr 1fr; }
  .pricing { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .plan--featured { transform: none; }
  .plan--featured:hover { transform: translateY(-8px); }
  .feature { grid-template-columns: 1fr; gap: clamp(24px, 6vw, 40px); }
  .feature--rev .feature__media { order: 0; }
  .form-wrap { grid-template-columns: 1fr; }
  .ba { grid-template-columns: 1fr; }
  .quotes { columns: 1; }
  .field-row { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .stats { grid-template-columns: 1fr; }
  .studio__side { grid-template-columns: 1fr; }
  .studio__services { grid-template-columns: 1fr; }
  .btn-row .btn { width: 100%; }
  .hero__cta.btn-row { width: 100%; }
  .chat { min-height: 420px; }
  .metrics { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .js .reveal, .js .reveal-stagger > *, .js .reveal-loop { opacity: 1 !important; transform: none !important; }
  .marquee__track { animation: none !important; }
  .bubble { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   HOME PAGE ADDITIONS
   ============================================================ */
:root { --accent-on-dark: #e9a7a4; }

/* Text legibility inside drenched sections */
.section--ink .lead,
.section--ink .section-head .lead,
.section--accent .lead,
.section--accent .section-head .lead { color: var(--on-dark-2); }
.section--ink .kicker { color: var(--accent-on-dark); }
.section--ink .kicker::before { background: var(--accent-on-dark); }
.section--ink .link-arrow { color: var(--accent-on-dark); }

/* Subtle alternate band */
.section--alt { background: var(--surface-2); }

/* Process step label (pillar cards sit on a dark band; card itself is light) */
.pillar { position: relative; }
.pillar__step {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: var(--accent);
  margin-bottom: 0.9rem;
}
.pillar__step span { color: var(--ink-3); margin-left: 0.4em; font-family: var(--font-body); font-weight: 700; }

/* Calculator assumption note (on dark calc panel) */
.calc__assume {
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--on-dark-3);
  display: flex;
  gap: 0.6em;
  align-items: flex-start;
  margin-top: 0.2rem;
}
.calc__assume svg { width: 1.2em; height: 1.2em; flex: none; color: var(--accent-on-dark); margin-top: 0.1em; }

/* Chat foot right group */
.chat__foot-right { display: flex; align-items: center; gap: 1rem; }

/* Section head with a trailing action */
.section-head--row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.section-head--row .section-head { margin-bottom: 0; }

/* Kicker-to-heading rhythm, set once (not hand-repeated per section) */
.section-head .kicker + h1,
.section-head .kicker + h2,
.section-head .kicker + h3 { margin-top: 0.9rem; }

/* ============================================================
   IMPROVEMENTS — Industries (two-up), Customers, Blog,
   Calculator payback, mobile spacing & pricing swipe
   ============================================================ */

/* ---- Industries: two detailed cards ---- */
.ind { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.2vw, 30px); }
.ind__card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.4s var(--ease);
}
.ind__card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 30px 70px -34px var(--accent-glow); }
.ind__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.ind__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.ind__card:hover .ind__media img { transform: scale(1.05); }
.ind__pill {
  position: absolute; left: 16px; top: 16px;
  background: rgba(27,23,22,0.78); color: var(--cream); backdrop-filter: blur(6px);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.03em;
  padding: 0.45em 0.9em; border-radius: var(--r-pill);
}
.ind__body { padding: clamp(24px, 2.8vw, 38px); display: flex; flex-direction: column; flex: 1; }
.ind__body h3 { font-size: clamp(1.45rem, 1.2rem + 1vw, 1.9rem); letter-spacing: -0.02em; }
.ind__desc { color: var(--ink-2); margin-top: 0.7rem; font-size: 1.02rem; line-height: 1.5; }
.ind__feats { display: flex; flex-direction: column; gap: 0.7rem; margin: 1.4rem 0 1.6rem; }
.ind__feats li { display: flex; gap: 0.6em; align-items: center; font-size: 0.98rem; font-weight: 500; }
.ind__feats svg { width: 1.1em; height: 1.1em; color: var(--accent); flex: none; }
.ind__body .link-arrow { margin-top: auto; }

/* ---- Calculator payback ---- */
.leak__payback {
  display: flex; gap: 0.6em; align-items: center;
  background: var(--accent-tint); border: 1px solid rgba(129,1,0,0.18);
  border-radius: var(--r-sm); padding: 0.9em 1.05em; margin-top: 1.2rem;
  font-size: 0.96rem; line-height: 1.45;
}
.leak__payback svg { width: 1.25em; height: 1.25em; color: var(--accent); flex: none; }
.leak__payback strong { color: var(--accent); font-family: var(--font-display); font-weight: 600; }

/* ---- Customers (dark quotes) ---- */
.section--ink .quotes { columns: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.section--ink .quote {
  background: rgba(243,241,230,0.06); border: 1px solid rgba(243,241,230,0.16);
  border-radius: var(--r-lg); padding: clamp(24px, 2.6vw, 32px); margin: 0;
  display: flex; flex-direction: column;
}
.section--ink .quote:hover { transform: translateY(-5px); box-shadow: 0 40px 70px -40px rgba(0,0,0,0.6); border-color: rgba(243,241,230,0.3); }
.quote blockquote { font-size: 1.05rem; line-height: 1.55; color: var(--cream); margin: 0 0 1.3rem; flex: 1; }
.quote figcaption { display: flex; flex-direction: column; gap: 0.15rem; }
.quote figcaption strong { color: var(--cream); font-weight: 700; font-size: 0.98rem; }
.quote figcaption span { color: var(--on-dark-2); font-size: 0.86rem; }

/* ---- Blog ---- */
.bloggrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.blogcard {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(24px, 2.6vw, 32px); display: flex; flex-direction: column; gap: 0.7rem;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.4s var(--ease);
}
.blogcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--line-strong); }
.blogcard__cat { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent); }
.blogcard h3 { font-size: 1.22rem; letter-spacing: -0.015em; line-height: 1.25; }
.blogcard p { color: var(--ink-2); font-size: 0.96rem; line-height: 1.5; flex: 1; }
.blogcard__more { display: inline-flex; align-items: center; gap: 0.4em; color: var(--accent); font-weight: 700; font-size: 0.92rem; margin-top: 0.3rem; }
.blogcard__more svg { width: 1em; height: 1em; transition: transform 0.3s var(--ease); }
.blogcard:hover .blogcard__more svg { transform: translateX(3px); }

/* ---- Pricing: stronger interactive hover (recommended attracts attention) ---- */
.plan { will-change: transform; }
.plan--featured { position: relative; }
.plan--featured::after {
  content: ""; position: absolute; inset: -2px; border-radius: inherit; pointer-events: none;
  box-shadow: 0 0 0 1.5px rgba(243,241,230,0.25), 0 0 60px -10px var(--accent-glow);
  opacity: 0; transition: opacity 0.5s var(--ease);
}
.plan--featured:hover::after { opacity: 1; }
.plan:not(.plan--featured):hover { border-color: var(--accent); box-shadow: 0 30px 70px -34px var(--accent-glow); }

/* ============================================================
   MOBILE OPTIMISATION — tighter rhythm, connected sections,
   swipeable pricing, compact hero
   ============================================================ */
@media (max-width: 1024px) {
  .ind:not(.ind--compact) { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; }
  .section--ink .quotes { grid-template-columns: 1fr; }
  .bloggrid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  /* Tighten vertical rhythm so sections feel connected, not floaty */
  :root { --section-y: clamp(38px, 7vw, 60px); }
  .section-head { margin-bottom: clamp(20px, 4.5vw, 32px); }
  .hero { padding-block: clamp(12px, 3vw, 24px) clamp(28px, 5vw, 44px); }

  /* Hero fits first screen + CTA appears early */
  .hero__sub { font-size: 1.02rem; }
  .hero__title { margin: 1rem 0 0.9rem; }
  .hero__cta.btn-row { margin-top: 1.3rem; }
  .hero__trust { margin-top: 1.1rem; font-size: 0.88rem; }
  .hero__grid { gap: clamp(24px, 6vw, 40px); }

  /* Swipeable pricing cards */
  .pricing {
    grid-template-columns: none; max-width: none; margin-inline: 0;
    display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; padding: 24px 4px 8px; margin-inline: calc(var(--pad-x) * -0.5);
    padding-inline: calc(var(--pad-x) * 0.5);
    scrollbar-width: none;
  }
  .pricing::-webkit-scrollbar { display: none; }
  .plan {
    flex: 0 0 84%; max-width: 340px; scroll-snap-align: center;
  }
  .plan--featured { transform: none; }
  .plan--featured:hover { transform: translateY(-6px); }
  .pricing-hint { display: flex; }
}

@media (max-width: 560px) {
  :root { --section-y: clamp(40px, 11vw, 60px); }
  .ind__media { aspect-ratio: 16 / 10; }
  .ind__body { padding: 22px; }
  .quotes, .bloggrid { gap: 14px; }
  .leak__panel { grid-template-columns: 1fr; }
  .leak__num { font-size: clamp(1.4rem, 1.2rem + 3vw, 1.8rem); }
  /* full-width single column buttons already handled */
  .blogcard h3 { font-size: 1.15rem; }
}

/* Swipe hint under pricing (mobile only) */
.pricing-hint {
  display: none; align-items: center; justify-content: center; gap: 0.5em;
  margin-top: 1rem; color: var(--ink-3); font-size: 0.86rem; font-weight: 600;
}
.pricing-hint svg { width: 1.1em; height: 1.1em; }

/* ============================================================
   REVISION 2 — Talk-to-Agent, What You Get, Growth Services,
   compact spacing
   ============================================================ */

.section--tight { padding-block: clamp(32px, 4.5vw, 64px); }

/* ---- Hero 60/10/30 layout ---- */
.hero__grid {
  display: grid;
  grid-template-columns: 60fr 10fr 30fr;
  align-items: center;
  gap: 0;
}
.hero__grid > .hero__copy { grid-column: 1; }
.hero__grid > .agent { grid-column: 3; }

/* ---- Talk to Agent (phone simulator) ---- */
.agent { display: flex; flex-direction: column; align-items: center; gap: 0.9rem; }
.agent__phone {
  width: 100%; max-width: 300px;
  background: linear-gradient(180deg, #211c1b, #181312);
  border-radius: 34px; padding: 14px;
  border: 1px solid rgba(243,241,230,0.12);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 50px 90px -40px rgba(0,0,0,0.65), inset 0 1px 0 rgba(255,255,255,0.06);
  position: relative;
}
.agent--shake { animation: agentShake 0.4s var(--ease); }
@keyframes agentShake { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-5px)} 75%{transform:translateX(5px)} }
.agent__statusbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 4px 12px 10px; color: var(--on-dark-3); font-size: 0.7rem; font-weight: 600;
}
.agent__net { display: inline-flex; align-items: flex-end; gap: 2px; height: 10px; }
.agent__net i { width: 3px; background: var(--on-dark-3); border-radius: 1px; }
.agent__net i:nth-child(1){height:4px} .agent__net i:nth-child(2){height:6px}
.agent__net i:nth-child(3){height:8px} .agent__net i:nth-child(4){height:10px}
.agent__batt { width: 22px; height: 11px; border: 1.5px solid var(--on-dark-3); border-radius: 3px; position: relative; }
.agent__batt::after { content:""; position:absolute; inset:1.5px; right:6px; background: var(--on-dark-3); border-radius:1px; }
.agent__batt::before { content:""; position:absolute; right:-3px; top:3px; width:2px; height:5px; background: var(--on-dark-3); border-radius:0 1px 1px 0; }

.agent__screen {
  background: radial-gradient(120% 80% at 50% 0%, #2a2422, #15110f);
  border-radius: 24px; height: 400px;
  padding: 22px 18px; display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}

/* Incoming call */
.agent__call { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; }
.agent__incoming { color: var(--on-dark-3); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.agent__avatar {
  width: 84px; height: 84px; margin: 22px 0 16px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #b53330);
  display: grid; place-items: center; color: var(--cream); position: relative;
}
.agent__avatar svg { width: 36px; height: 36px; }
.agent__ring {
  position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--accent);
  animation: agentRing 2s ease-out infinite; opacity: 0;
}
.agent__ring--2 { animation-delay: 1s; }
@keyframes agentRing { 0%{transform:scale(1);opacity:0.6} 100%{transform:scale(1.8);opacity:0} }
.agent__caller { color: var(--on-dark); font-family: var(--font-display); font-size: 1.3rem; }
.agent__sub { color: var(--on-dark-3); font-size: 0.85rem; margin-top: 2px; }
.agent__actions { display: flex; gap: 48px; margin: 26px 0 14px; }
.agent__act {
  width: 58px; height: 58px; border-radius: 50%; border: none; cursor: pointer;
  display: grid; place-items: center; color: #fff; transition: transform 0.3s var(--ease);
}
.agent__act svg { width: 24px; height: 24px; }
.agent__act:active { transform: scale(0.92); }
.agent__act { position: relative; }
.agent__act--answer { background: #1faa59; box-shadow: 0 8px 24px -8px rgba(31,170,89,0.7); animation: answerPulse 1.6s ease-in-out infinite; }
.agent__act--decline { background: #d33; transform: rotate(135deg); }
.agent__act--decline:active { transform: rotate(135deg) scale(0.92); }
@keyframes answerPulse { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)} }
/* "Start call" pop-up bubble above the green button */
.agent__popup {
  position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%);
  background: var(--cream); color: var(--ink); font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.01em; white-space: nowrap;
  padding: 0.42em 0.8em; border-radius: var(--r-pill);
  box-shadow: 0 10px 24px -10px rgba(0,0,0,0.6); pointer-events: none;
  animation: popupBob 1.8s ease-in-out infinite;
}
.agent__popup::after {
  content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border: 5px solid transparent; border-top-color: var(--cream);
}
@keyframes popupBob { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(-3px)} }
/* hide popup + pulse once the call is live or idle-after-end is not needed */
.agent.is-live .agent__popup { display: none; }
@media (prefers-reduced-motion: reduce) {
  .agent__act--answer, .agent__popup { animation: none; }
}
.agent__hint { color: var(--on-dark-3); font-size: 0.8rem; margin-top: auto; }

/* Live answering */
.agent__live { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.agent__livehead { color: var(--on-dark-2); font-size: 0.82rem; font-weight: 600; display: flex; align-items: center; gap: 0.5em; justify-content: center; flex: none; }
.agent__livedot { width: 8px; height: 8px; border-radius: 50%; background: #1faa59; animation: livePulse 1.4s ease-in-out infinite; }
@keyframes livePulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.7)} }
.agent__wave { display: flex; align-items: center; justify-content: center; gap: 3px; height: 32px; margin: 12px 0; flex: none; }
.agent__wave span { width: 3px; background: linear-gradient(180deg, var(--accent), #d4605d); border-radius: 2px; height: 20%; animation: wave 1s ease-in-out infinite; }
.agent__wave span:nth-child(odd) { animation-delay: 0.15s; }
.agent__wave span:nth-child(3n) { animation-delay: 0.3s; }
.agent__wave span:nth-child(4n) { animation-delay: 0.45s; }
@keyframes wave { 0%,100%{height:18%} 50%{height:90%} }
.agent__transcript { flex: 1 1 auto; min-height: 0; overflow-y: auto; display: flex; flex-direction: column; gap: 7px; padding-right: 3px; scroll-behavior: smooth; }
.agent__transcript::-webkit-scrollbar { width: 3px; }
.agent__transcript::-webkit-scrollbar-thumb { background: rgba(243,241,230,0.18); border-radius: 3px; }
.agent__line {
  font-size: 0.8rem; line-height: 1.4; padding: 8px 11px; border-radius: 12px;
  max-width: 90%; animation: lineIn 0.4s var(--ease) both; flex: none;
}
.agent__line--ai { background: var(--accent); color: var(--cream); align-self: flex-start; border-bottom-left-radius: 4px; }
.agent__line--you { background: rgba(243,241,230,0.1); color: var(--on-dark); align-self: flex-end; border-bottom-right-radius: 4px; }
.agent__role { display: block; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0.7; margin-bottom: 2px; font-weight: 700; }
@keyframes lineIn { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:none} }
/* typing indicator */
.agent__typing { padding: 10px 13px; }
.agent__dots { display: inline-flex; gap: 4px; align-items: center; }
.agent__dots i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: 0.5; animation: typedot 1.2s ease-in-out infinite; }
.agent__dots i:nth-child(2) { animation-delay: 0.18s; }
.agent__dots i:nth-child(3) { animation-delay: 0.36s; }
@keyframes typedot { 0%,60%,100%{opacity:0.3;transform:translateY(0)} 30%{opacity:1;transform:translateY(-3px)} }
/* status banner */
.agent__statusbanner {
  flex: none; display: flex; flex-direction: column; gap: 5px; margin-top: 10px;
  background: rgba(31,170,89,0.16); border: 1px solid rgba(31,170,89,0.4); color: #5fe39a;
  border-radius: 12px; padding: 10px 12px; font-size: 0.74rem; font-weight: 600; line-height: 1.3;
  opacity: 0; transform: translateY(8px); transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.agent__statusbanner.is-in { opacity: 1; transform: none; }
.agent__statusrow { display: flex; align-items: center; gap: 0.5em; }
.agent__statusbanner svg { width: 14px; height: 14px; flex: none; color: #5fe39a; }
.agent__end {
  margin-top: 10px; align-self: center; background: rgba(243,241,230,0.1); color: var(--on-dark); border: none; cursor: pointer;
  border-radius: var(--r-pill); padding: 0.55em 1.3em; font: inherit; font-weight: 700; font-size: 0.82rem;
  display: inline-flex; align-items: center; gap: 0.45em; transition: transform 0.3s var(--ease), background 0.3s var(--ease); flex: none;
}
.agent__end svg { width: 15px; height: 15px; }
.agent__end:hover { background: rgba(243,241,230,0.16); }
.agent__end:active { transform: scale(0.95); }
.agent__caption { color: var(--ink-2); font-size: 0.85rem; text-align: center; max-width: 28ch; }
.section--ink .agent__caption { color: var(--on-dark-2); }

/* ---- What You Get: compact stats ---- */
.stats--compact { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.6vw, 20px); }
.stats--compact .stat {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(18px, 2vw, 26px); display: flex; flex-direction: column; gap: 0.5rem;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.stats--compact .stat:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: var(--shadow-lg); }
.stats--compact .stat__num { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.7rem, 1.3rem + 1.6vw, 2.5rem); letter-spacing: -0.03em; color: var(--ink); line-height: 1; }
.stats--compact .stat__unit { font-size: 0.5em; color: var(--ink-2); font-weight: 500; }
.stats--compact .stat__desc { font-size: 0.92rem; line-height: 1.4; color: var(--ink-2); }

/* ---- Growth Services ---- */
.growth { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); align-items: stretch; }
.growth__card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: clamp(24px, 2.6vw, 34px); display: flex; flex-direction: column;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.4s var(--ease);
}
.growth__card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 30px 70px -34px var(--accent-glow); }
.growth__head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.4rem; }
.growth__icon { width: 42px; height: 42px; border-radius: 12px; background: var(--accent-tint); color: var(--accent); display: grid; place-items: center; flex: none; }
.growth__icon svg { width: 22px; height: 22px; }
.growth__price { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; color: var(--ink); margin: 0.3rem 0; letter-spacing: -0.02em; }
.growth__price span { font-size: 0.7em; color: var(--ink-2); font-weight: 500; }
.growth__desc { color: var(--ink-2); font-size: 0.95rem; line-height: 1.5; }
.growth__meta { color: var(--accent); font-size: 0.85rem; font-weight: 600; margin-top: 0.4rem; }
.growth__list { display: flex; flex-direction: column; gap: 0.6rem; margin: 1.2rem 0 1.5rem; }
.growth__list li { display: flex; gap: 0.55em; align-items: flex-start; font-size: 0.92rem; font-weight: 500; line-height: 1.35; }
.growth__list svg { width: 1.05em; height: 1.05em; color: var(--accent); flex: none; margin-top: 0.15em; }
.growth__cta { margin-top: auto; }

/* ============================================================
   REVISION 2 — Mobile
   ============================================================ */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: clamp(32px, 7vw, 48px); }
  .hero__grid > .hero__copy { grid-column: 1; }
  .hero__grid > .agent { grid-column: 1; }
  .stats--compact { grid-template-columns: repeat(2, 1fr); }
  .growth { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
}
@media (max-width: 560px) {
  .stats--compact { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .stats--compact .stat { padding: 16px; }
  .stats--compact .stat__num { font-size: 1.6rem; }
  .agent__phone { max-width: 280px; }
  .agent__screen { min-height: 340px; }
}

/* ---- Sub-pages ---- */
.page-hero { padding-block: clamp(72px, 12vw, 140px) clamp(20px, 4vw, 40px); }
.page-hero .kicker { margin-bottom: 1rem; }
.page-prose { max-width: 68ch; }
.page-prose p { color: var(--ink-2); font-size: 1.02rem; line-height: 1.6; margin-bottom: 1.1rem; }
.page-prose .page-lead { color: var(--ink); font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem); line-height: 1.55; margin-bottom: 1.4rem; }
.page-prose a:not(.btn):not(.link-arrow) { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.contact-list { display: flex; flex-direction: column; gap: 0.9rem; margin: 1.2rem 0; }
.contact-list li { display: flex; flex-direction: column; gap: 0.15rem; }
.contact-list span { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-2); font-weight: 700; }
.contact-list a { font-family: var(--font-display); font-size: 1.2rem; color: var(--ink) !important; text-decoration: none !important; }

/* ============================================================
   REVISION 3 — compact industries, video section, ambient motion
   ============================================================ */

/* ---- Compact, image-free industry cards ---- */
.ind--compact { grid-template-columns: repeat(2, 1fr); }
.ind--compact .ind__card {
  display: flex; flex-direction: column;
  padding: clamp(24px, 2.6vw, 36px);
}
/* Whole-card clickable */
.ind__card--link { position: relative; cursor: pointer; }
.ind__cardlink { margin-top: auto; }
.ind__cardlink::after {
  content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit;
}
.ind__card--link > *:not(.ind__cardlink) { position: relative; z-index: 0; }
.ind__card--link:hover .ind__cardlink-label { text-decoration: underline; text-underline-offset: 3px; }
.ind__top { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1.1rem; }
.ind__icon {
  width: 44px; height: 44px; border-radius: 13px; flex: none;
  background: var(--accent-tint); color: var(--accent);
  display: grid; place-items: center;
}
.ind__icon svg { width: 23px; height: 23px; }
.ind--compact .ind__pill {
  position: static; background: transparent; color: var(--ink-2);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 0; backdrop-filter: none;
}
.ind--compact .ind__card h3 { font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.55rem); }
.ind--compact .ind__desc { margin-top: 0.6rem; font-size: 0.96rem; }
.ind--compact .ind__feats { margin: 1.2rem 0 0; }

/* ---- Video / demo section ---- */
.vid { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.vid__frame {
  position: relative; width: 100%; border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 16 / 8; background: var(--ink); cursor: pointer;
  box-shadow: 0 4px 10px rgba(27,23,22,0.08), 0 50px 100px -40px rgba(27,23,22,0.45);
  border: 1px solid var(--line);
}
.vid__iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 5; }
.vid__frame.is-playing .vid__img,
.vid__frame.is-playing .vid__glow,
.vid__frame.is-playing .vid__play,
.vid__frame.is-playing .vid__chips { opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease); }
.vid__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.vid__frame:hover .vid__img { transform: scale(1.04); }
.vid__glow { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,23,22,0.05), rgba(27,23,22,0.55)); }
.vid__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center;
  background: var(--cream); color: var(--accent); cursor: pointer;
  box-shadow: 0 20px 50px -16px rgba(0,0,0,0.5); transition: transform 0.4s var(--ease);
}
.vid__play svg { width: 30px; height: 30px; margin-left: 4px; }
.vid__play:hover { transform: translate(-50%, -50%) scale(1.08); }
.vid__playring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--cream); animation: playRing 2.4s ease-out infinite; opacity: 0; }
@keyframes playRing { 0%{transform:scale(1);opacity:0.7} 100%{transform:scale(1.7);opacity:0} }
.vid__chips { position: absolute; left: clamp(14px,2vw,24px); bottom: clamp(14px,2vw,24px); display: flex; flex-wrap: wrap; gap: 8px; max-width: 90%; }
.vid__chip {
  display: inline-flex; align-items: center; gap: 0.45em;
  background: rgba(27,23,22,0.55); backdrop-filter: blur(8px);
  border: 1px solid rgba(243,241,230,0.18); color: var(--cream);
  font-size: 0.78rem; font-weight: 600; padding: 0.4em 0.8em; border-radius: var(--r-pill);
}
.vid__chip svg { width: 0.95em; height: 0.95em; }
.vid__caption { color: var(--ink-2); font-size: 0.98rem; text-align: center; max-width: 56ch; }

/* ---- Ambient motion: subtle moving gradient backdrop in hero ---- */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; z-index: 0; top: -30%; right: -10%;
  width: 60vw; height: 60vw; max-width: 720px; max-height: 720px; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, var(--accent-glow), transparent 62%);
  opacity: 0.5; filter: blur(8px); pointer-events: none;
  animation: heroFloat 16s ease-in-out infinite;
}
.hero::after {
  content: ""; position: absolute; z-index: 0; bottom: -25%; left: -12%;
  width: 46vw; height: 46vw; max-width: 540px; max-height: 540px; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(129,1,0,0.14), transparent 60%);
  opacity: 0.6; pointer-events: none;
  animation: heroFloat 20s ease-in-out infinite reverse;
}
.hero > .container { position: relative; z-index: 1; }
@keyframes heroFloat {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-3%, 4%) scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
  .hero::before, .hero::after { animation: none; }
}

/* ============================================================
   REVISION 3 — Mobile
   ============================================================ */
@media (max-width: 860px) {
  .ind--compact { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .vid__frame { aspect-ratio: 16 / 11; }
  .vid__play { width: 64px; height: 64px; }
  .vid__play svg { width: 24px; height: 24px; }
}
@media (max-width: 560px) {
  .vid__chips { gap: 6px; }
  .vid__chip { font-size: 0.72rem; padding: 0.35em 0.7em; }
}

/* ---- Agent auto-start ringing intro ---- */
.agent--ringing .agent__avatar { animation: ringingShake 0.5s ease-in-out infinite; }
@keyframes ringingShake { 0%,100%{transform:rotate(0)} 25%{transform:rotate(-7deg)} 75%{transform:rotate(7deg)} }
.agent--ringing .agent__ring { animation-duration: 1.1s; }
.agent__hint { transition: opacity 0.3s var(--ease); }

/* ---- Revision 5: mobile nav height for larger logo ---- */
@media (max-width: 560px) {
  .nav__inner { height: 60px; }
}

/* ============================================================
   INDUSTRY PAGES — hero graffiti, motion blobs, interactive Q&A
   ============================================================ */
.ind-hero {
  position: relative; overflow: hidden;
  padding-block: clamp(48px, 9vw, 120px) clamp(40px, 6vw, 80px);
}
.ind-hero__grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.ind-hero__inner { position: relative; z-index: 2; max-width: 56ch; }
.ind-hero__grid .agent { justify-self: center; }
@media (max-width: 920px) {
  .ind-hero__grid { grid-template-columns: 1fr; }
  .ind-hero__grid .agent { justify-self: start; }
}
.ind-hero .lead { margin-top: 1.1rem; }
.ind-hero .btn-row { margin-top: 1.8rem; }

/* Graffiti-style display text, low-opacity, behind content */
.graffiti {
  position: absolute; z-index: 1; pointer-events: none; user-select: none;
  font-family: var(--font-display); font-weight: 700; letter-spacing: -0.04em;
  text-transform: uppercase; line-height: 0.8;
  -webkit-text-stroke: 2px rgba(129,1,0,0.16); color: transparent;
  font-size: clamp(4rem, 9vw, 11rem);
}
.graffiti--1 { top: 6%; right: -2%; transform: rotate(-8deg); animation: graffitiDrift 9s ease-in-out infinite; }
.graffiti--2 { bottom: 4%; left: -3%; transform: rotate(6deg); -webkit-text-stroke-color: rgba(27,23,22,0.08); animation: graffitiDrift 12s ease-in-out infinite reverse; }
@keyframes graffitiDrift { 0%,100%{ transform: translateY(0) rotate(-8deg); } 50%{ transform: translateY(-14px) rotate(-6deg); } }

/* Soft animated gradient blobs (motion graphics) */
.blob { position: absolute; z-index: 0; border-radius: 50%; pointer-events: none; filter: blur(8px); }
.blob--a {
  width: 46vw; height: 46vw; max-width: 560px; max-height: 560px; top: -16%; right: -10%;
  background: radial-gradient(circle at 50% 50%, var(--accent-glow), transparent 62%);
  opacity: 0.55; animation: blobFloat 16s ease-in-out infinite;
}
.blob--b {
  width: 38vw; height: 38vw; max-width: 460px; max-height: 460px; bottom: -18%; left: -8%;
  background: radial-gradient(circle at 50% 50%, rgba(129,1,0,0.12), transparent 60%);
  opacity: 0.6; animation: blobFloat 20s ease-in-out infinite reverse;
}
@keyframes blobFloat { 0%,100%{ transform: translate(0,0) scale(1); } 50%{ transform: translate(-3%,4%) scale(1.08); } }
@media (prefers-reduced-motion: reduce) {
  .graffiti, .blob { animation: none; }
}

/* Interactive Q&A */
.qa { display: flex; flex-wrap: wrap; gap: 0.7rem; max-width: 760px; }
.qa__chip {
  font: inherit; font-weight: 600; font-size: 0.95rem; cursor: pointer;
  background: var(--surface); border: 1px solid var(--line); color: var(--ink);
  padding: 0.7em 1.1em; border-radius: var(--r-pill);
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}
.qa__chip:hover { transform: translateY(-2px); border-color: var(--accent); }
.qa__chip.is-active { background: var(--accent); border-color: var(--accent); color: var(--cream); }
.qa__answer {
  flex-basis: 100%; margin-top: 0.6rem;
  background: var(--ink); color: var(--on-dark); border-radius: var(--r-lg);
  padding: clamp(18px, 2.4vw, 26px); font-size: 1.05rem; line-height: 1.5;
  display: flex; flex-direction: column; gap: 0.5rem;
  height: 150px; /* fixed area — page never shifts when answer changes */
}
.qa__answer [data-qa-text] {
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
  flex: 1 1 auto; min-height: 0; overflow-y: auto; padding-right: 4px;
}
.qa__answer [data-qa-text].is-in { opacity: 1; transform: none; }
.qa__answer [data-qa-text]::-webkit-scrollbar { width: 4px; }
.qa__answer [data-qa-text]::-webkit-scrollbar-thumb { background: rgba(243,241,230,0.2); border-radius: 4px; }
.qa__role { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); flex: none; }
.qa__answer .qa__role { color: #e8a39f; }

/* Ghost button on accent band */
.btn--ghost-light {
  background: transparent; color: var(--cream); border: 1px solid rgba(243,241,230,0.4);
}
.btn--ghost-light:hover { background: rgba(243,241,230,0.12); border-color: var(--cream); }

@media (max-width: 560px) {
  .graffiti { font-size: clamp(3rem, 16vw, 5rem); }
  .qa__chip { font-size: 0.88rem; padding: 0.6em 0.95em; }
  .qa__answer { height: 180px; font-size: 1rem; }
}

/* ---- Footer NAP address (local SEO) ---- */
.footer__address {
  margin-top: 0.7rem; font-style: normal; font-size: 0.86rem;
  line-height: 1.45; color: var(--on-dark-2);
}

/* ---- GEO definition block ---- */
.define {
  display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(20px, 3vw, 40px);
  align-items: start;
}
.define__main h2 { margin-bottom: 0.8rem; }
.define__answer { font-size: clamp(1.05rem, 1rem + 0.5vw, 1.25rem); line-height: 1.6; color: var(--ink-2); max-width: 60ch; }
.define__stat {
  background: var(--accent-tint); border: 1px solid rgba(129,1,0,0.16);
  border-radius: var(--r-lg); padding: clamp(20px, 2.4vw, 30px);
}
.define__statnum {
  font-family: var(--font-display); font-weight: 600; letter-spacing: -0.03em;
  font-size: clamp(2rem, 1.5rem + 1.8vw, 2.8rem); color: var(--accent); line-height: 1; margin-bottom: 0.6rem;
}
.define__stat p { font-size: 0.95rem; line-height: 1.5; color: var(--ink-2); }
@media (max-width: 760px) { .define { grid-template-columns: 1fr; } }

/* ---- Blog article prose (headings, lists, blockquote) ---- */
.page-prose h2 { font-size: clamp(1.4rem, 1.1rem + 1vw, 1.9rem); margin: 2rem 0 0.8rem; letter-spacing: -0.02em; }
.page-prose h3 { font-size: clamp(1.15rem, 1rem + 0.5vw, 1.35rem); margin: 1.6rem 0 0.6rem; }
.page-prose ul, .page-prose ol { margin: 0 0 1.2rem 1.2rem; color: var(--ink-2); font-size: 1.02rem; line-height: 1.6; }
.page-prose li { margin-bottom: 0.5rem; }
.page-prose blockquote {
  margin: 1.4rem 0; padding: 0.8rem 1.2rem; border-left: 3px solid var(--accent);
  background: var(--accent-tint); border-radius: 0 var(--r) var(--r) 0;
  font-size: 1.05rem; color: var(--ink); font-style: italic;
}
.post__byline { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; color: var(--ink-3); font-weight: 600; margin-bottom: 1.6rem; }
.post__byline time { color: var(--ink-3); }
.blog-cta { margin-top: 2.5rem; padding: clamp(24px, 3vw, 36px); background: var(--ink); color: var(--on-dark); border-radius: var(--r-lg); }
.blog-cta h3 { color: var(--cream); margin-bottom: 0.6rem; }
.blog-cta p { color: var(--on-dark-2); margin-bottom: 1.2rem; }

/* ---- Blog index grid ---- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); }
.posts .post { text-decoration: none; color: inherit; }
@media (max-width: 860px) { .posts { grid-template-columns: 1fr; } }

/* ---- Footer responsive (5-col desktop, graceful collapse) ---- */
@media (max-width: 1040px) {
  .footer__top { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__brand p { max-width: 46ch; }
}
@media (max-width: 640px) {
  .footer__top { grid-template-columns: 1fr 1fr; gap: 28px 24px; }
}
@media (max-width: 400px) {
  .footer__top { grid-template-columns: 1fr; }
}

/* ============================================================
   MOBILE HARDENING — prevent horizontal overflow / right-side gap
   ============================================================ */
/* Decorative elements must never create scroll width */
.graffiti, .blob,
.ind-hero::before, .ind-hero::after,
.cta-band::before, .cta-band::after { pointer-events: none; max-width: 100vw; }

/* Nothing should exceed the viewport width */
img, svg, video, iframe, table { max-width: 100%; }

@media (max-width: 560px) {
  /* Keep decorative graffiti from spilling past the edge */
  .graffiti { font-size: clamp(2.4rem, 13vw, 4rem); }
  .graffiti--1 { right: -1%; }
  .graffiti--2 { left: -1%; }

  /* Agent phone demo: fluid, centered, never wider than screen */
  .agent { width: 100%; }
  .agent__phone { max-width: min(280px, 86vw); margin-inline: auto; }

  /* Tighten section side padding a touch on the smallest screens */
  :root { --pad-x: clamp(16px, 5vw, 64px); }

  /* Headlines and long words wrap instead of pushing width */
  h1, h2, h3, .h-display, .define__statnum { overflow-wrap: anywhere; }

  /* Industry hero grid demo aligns center on mobile */
  .ind-hero__grid .agent { justify-self: center; }

  /* Calculator + QA never overflow */
  .leak__panel { grid-template-columns: 1fr; }
  .qa { max-width: 100%; }
}

/* ---- How it works steps (industry pages) ---- */
.how__steps { display: flex; flex-direction: column; gap: clamp(20px, 2.5vw, 28px); max-width: 720px; }
.how__step { display: flex; gap: 1.4rem; align-items: flex-start; }
.how__num {
  font-family: var(--font-display); font-weight: 700; font-size: 1.6rem;
  letter-spacing: -0.03em; color: var(--accent); opacity: 0.4;
  flex: none; min-width: 2.4rem; line-height: 1;
}
.how__step h3 { font-size: 1.08rem; margin-bottom: 0.4rem; }
.how__step p { color: var(--ink-2); font-size: 0.98rem; line-height: 1.55; }

/* ---- Plan setup fee line ---- */
.plan__setup { font-size: 0.9rem; color: var(--ink-3); font-weight: 600; margin-top: 0.35rem; }
.plan--featured .plan__setup { color: var(--on-dark-2, var(--ink-3)); }
