/* ============================================================
   New Life Advanced Homeo — landing page
   Built on /assets/tokens.css (design-system tokens)
   ============================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--paper); color: var(--ink-700); }
html, body { overflow-x: clip; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }
a { color: inherit; text-decoration: none; }

/* ---------- Layout primitives ---------- */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.wrap--narrow { max-width: 980px; }
.section { padding: 120px 0; }
.section--tight { padding: 80px 0; }
.section--alt { background: var(--paper-tint); }
.section--dark { background: var(--navy-900); color: #fff; }
.section--cream { background: #FAF7F2; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-weight: 700;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--red-500);
}
.eyebrow::before { content: ""; width: 28px; height: 1.5px; background: var(--red-500); display: inline-block; }
.eyebrow--on-dark { color: #F2B6BC; }
.eyebrow--on-dark::before { background: #F2B6BC; }

/* Editorial display heading — large serif */
.editorial {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.012em;
  color: var(--navy-900);
  margin: 0;
}
.editorial--on-dark { color: #fff; }
.editorial em {
  font-style: italic;
  color: var(--red-500);
  font-family: var(--font-display);
}

.h-big {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--navy-900);
  margin: 0;
}

.lede {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-700);
  max-width: 56ch;
  margin: 0;
}
.lede--on-dark { color: rgba(255,255,255,0.78); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px; border-radius: 999px;
  font-family: var(--font-sans); font-weight: 700; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  border: 0; cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, box-shadow 150ms ease, color 150ms ease;
  white-space: nowrap;
}
.btn--primary { background: var(--red-500); color: #fff; box-shadow: 0 8px 22px rgba(230,57,70,0.32); }
.btn--primary:hover { background: var(--red-400); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(230,57,70,0.40); }
.btn--ghost { background: transparent; color: var(--navy-900); border: 1.5px solid var(--navy-900); }
.btn--ghost:hover { background: var(--navy-900); color: #fff; }
.btn--ghost-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.5); }
.btn--ghost-light:hover { background: #fff; color: var(--navy-900); border-color: #fff; }
.btn--block { width: 100%; }
.btn--lg { padding: 18px 36px; font-size: 14px; }
.btn .arrow { width: 18px; height: 10px; display: inline-block; position: relative; }
.btn .arrow::before {
  content: ""; position: absolute; left: 0; top: 50%; width: 18px; height: 1.5px;
  background: currentColor; transform: translateY(-50%);
}
.btn .arrow::after {
  content: ""; position: absolute; right: 0; top: 50%; width: 8px; height: 8px;
  border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor;
  transform: translate(0,-50%) rotate(45deg);
}

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--navy-900); color: #fff;
  font-size: 13px; padding: 10px 0;
}
.announce__row {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  font-weight: 500; letter-spacing: 0.01em;
}
.announce__row .et-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: var(--navy-900);
  padding: 4px 10px; border-radius: 999px;
  font-weight: 800; font-size: 11px; letter-spacing: 0.06em;
}
.announce__row .et-badge svg { width: 12px; height: 12px; }
.announce__row .dot { width: 4px; height: 4px; border-radius: 999px; background: rgba(255,255,255,0.45); }

/* ---------- Header ---------- */
.hdr {
  position: sticky; top: 0; z-index: 50;
  background: #fff; border-bottom: 1px solid var(--ink-100);
}
.hdr__inner {
  display: flex; align-items: center; gap: 28px;
  padding: 14px 32px; max-width: 1240px; margin: 0 auto;
  flex-wrap: nowrap;
}
.hdr__brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.hdr__brand img { width: 40px; height: 40px; object-fit: contain; }
.hdr__brand-lock { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hdr__brand-lock .l1 {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 17px; color: var(--navy-900);
  letter-spacing: -0.012em; line-height: 1;
  white-space: nowrap;
}
.hdr__brand-lock .l2 {
  font-family: var(--font-sans); font-weight: 700; font-size: 10px;
  color: var(--red-500); letter-spacing: 0.14em; text-transform: uppercase;
  line-height: 1;
}
.hdr__nav {
  display: flex; align-items: center; gap: 26px;
  margin-left: auto;
  flex: 0 1 auto;
}
.hdr__nav a {
  font-family: var(--font-sans); font-weight: 600; font-size: 13px;
  letter-spacing: 0.03em; color: var(--ink-700); text-transform: uppercase;
  transition: color 150ms ease;
  white-space: nowrap;
}
.hdr__nav a:hover { color: var(--red-500); }
.hdr__cta-wrap { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.hdr__phone {
  font-family: var(--font-sans); font-size: 13px;
  font-weight: 700; color: var(--navy-900);
  white-space: nowrap;
  transition: color 150ms ease;
}
.hdr__phone:hover { color: var(--red-500); }
.hdr__cta-wrap .btn { padding: 12px 22px; font-size: 12px; white-space: nowrap; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(180deg, #FAF7F2 0%, #FFFFFF 100%);
  padding: 48px 0 80px;
  overflow: hidden;
}
.hero__deco {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background:
    radial-gradient(circle at 12% 18%, rgba(26,20,83,0.06) 0%, transparent 40%),
    radial-gradient(circle at 88% 78%, rgba(230,57,70,0.05) 0%, transparent 38%);
}
.hero__grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 64px; align-items: start;
  position: relative;
}
.hero__copy { display: flex; flex-direction: column; gap: 22px; }
.hero__eyebrow { display: flex; align-items: center; gap: 14px; }
.hero__sub {
  font-family: var(--font-sans); font-size: 19px; line-height: 1.55;
  color: var(--ink-700); max-width: 540px; margin: 0;
}
.hero__sub mark {
  background: linear-gradient(120deg, rgba(230,57,70,0.18) 0%, rgba(230,57,70,0.08) 100%);
  color: var(--navy-900); padding: 0 4px;
}

/* "Without X" benefit row under the headline */
.hero__withoutx {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 10px 22px;
  font-family: var(--font-sans);
  font-weight: 700; font-size: 14px;
  color: var(--navy-900);
  letter-spacing: 0.01em;
}
.hero__withoutx li {
  display: inline-flex; align-items: center; gap: 8px;
}
.hero__withoutx .ck {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; border-radius: 999px;
  background: var(--red-500); color: #fff;
  font-size: 11px; font-weight: 800;
  flex: 0 0 auto;
}

/* Award ribbon callout */
.award {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 10px 16px 10px 12px;
  background: #fff; border: 1px solid var(--ink-100);
  border-radius: 999px; box-shadow: 0 6px 20px rgba(26,20,83,0.08);
  font-family: var(--font-sans);
  align-self: flex-start;
}
.award__seal {
  width: 38px; height: 38px; border-radius: 999px;
  background: var(--navy-900); color: #FFD66B;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 18px;
}
.award__text { display: flex; flex-direction: column; gap: 1px; line-height: 1.2; }
.award__text .t1 { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-500); font-weight: 700; }
.award__text .t2 { font-size: 13px; color: var(--navy-900); font-weight: 700; }

/* Trust pills row under hero */
.hero__trust {
  display: flex; gap: 24px; margin-top: 8px;
  border-top: 1px solid var(--ink-100); padding-top: 20px;
  flex-wrap: nowrap; align-items: flex-start;
}
.hero__trust-item {
  display: flex; flex-direction: column; gap: 2px;
  flex: 1 1 0; min-width: 0;
}
.hero__trust-item + .hero__trust-item {
  border-left: 1px solid var(--ink-100); padding-left: 24px;
}
.hero__trust-num {
  font-family: var(--font-display); font-size: 24px; color: var(--navy-900);
  line-height: 1; letter-spacing: -0.01em;
  white-space: nowrap;
}
.hero__trust-lbl {
  font-family: var(--font-sans); font-size: 11px; color: var(--ink-500);
  line-height: 1.35;
}

/* CTA row */
.hero__ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero__ctas .reassure { font-size: 12px; color: var(--ink-500); }

/* Booking card */
.book-card {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(26,20,83,0.10);
  position: relative;
}
.book-card__ribbon {
  position: absolute; top: -14px; left: 24px;
  background: var(--red-500); color: #fff;
  font-family: var(--font-sans); font-weight: 700;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
  box-shadow: 0 6px 14px rgba(230,57,70,0.32);
}
.book-card__title {
  font-family: var(--font-sans); font-weight: 800; font-size: 22px;
  color: var(--navy-900); margin: 0 0 6px; line-height: 1.2;
  letter-spacing: -0.01em;
}
.book-card__sub { font-size: 13px; color: var(--ink-500); margin: 0 0 22px; }
.book-card__form { display: flex; flex-direction: column; gap: 12px; }
.book-card__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.field {
  display: flex; flex-direction: column; gap: 6px;
}
.field label {
  font-family: var(--font-sans); font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-500); font-weight: 700;
}
.field input, .field select, .field textarea {
  font-family: var(--font-sans); font-size: 14px;
  padding: 13px 14px;
  background: #FAFAFC; border: 1px solid var(--ink-100);
  border-radius: 8px; color: var(--ink-900);
  transition: border-color 150ms ease, background 150ms ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--navy-700); background: #fff;
}
.field textarea { resize: vertical; min-height: 80px; }

.book-card__finep {
  margin: 12px 0 0; font-size: 11px; color: var(--ink-500); line-height: 1.5; text-align: center;
}

.book-card__success {
  text-align: center; padding: 16px 8px;
}
.book-card__success .icon {
  width: 52px; height: 52px; border-radius: 999px;
  background: #E7F5EC; color: #178A4E;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 12px;
}
.book-card__success h3 { font-family: var(--font-sans); font-weight: 800; color: var(--navy-900); margin: 0 0 6px; font-size: 20px; }
.book-card__success p { margin: 0; font-size: 14px; color: var(--ink-700); }

/* ---------- Trust strip (logos / mentions) ---------- */
.truststrip {
  background: #fff; border-top: 1px solid var(--ink-100); border-bottom: 1px solid var(--ink-100);
  padding: 28px 0;
}
.truststrip__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
.truststrip__label {
  font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-500); font-weight: 700;
}
.truststrip__items { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; }
.truststrip__item {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-weight: 700; color: var(--navy-900); font-size: 14px;
}
.truststrip__item small {
  display: block; font-size: 11px; color: var(--ink-500); font-weight: 500;
}
.truststrip__item .star { color: #F5A623; letter-spacing: 1px; font-size: 12px; }

/* ---------- Empathy section — "Is this you?" mosaic ---------- */
.empathy2 {
  position: relative;
  background: var(--paper-tint);
  padding: 120px 0 130px;
  overflow: hidden;
}
.empathy2__deco {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(26,20,83,0.08) 1px, transparent 1.5px);
  background-size: 28px 28px;
  background-position: 0 0;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 30%, transparent 75%);
  opacity: 0.55;
}
.empathy2__deco-quote {
  position: absolute;
  top: 40px; right: 4%;
  font-family: var(--font-display);
  font-size: 320px; line-height: 0.8;
  color: var(--navy-900);
  opacity: 0.04;
  user-select: none;
}
.empathy2__inner { position: relative; }

.empathy2__head {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 60px;
  align-items: end; margin-bottom: 56px;
}
.empathy2__title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(40px, 4.6vw, 64px); line-height: 1.04;
  letter-spacing: -0.014em;
  color: var(--navy-900);
  margin: 18px 0 0;
}
.empathy2__title em {
  color: var(--red-500); font-style: italic;
}
.empathy2__title u {
  text-decoration: none;
  background-image: linear-gradient(120deg, rgba(230,57,70,0.28) 0%, rgba(230,57,70,0.16) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.45em;
  background-position: 0 78%;
  padding: 0 4px;
}
.empathy2__lede {
  font-family: var(--font-sans);
  font-size: 16px; line-height: 1.65;
  color: var(--ink-700);
  margin: 0;
  padding-left: 28px;
  border-left: 2px solid var(--red-500);
}
.empathy2__lede b { color: var(--navy-900); font-weight: 800; }
.empathy2__lede-em { display: block; color: var(--navy-900); font-weight: 600; margin-top: 6px; }

/* Mosaic grid: 3 uniform columns × 2 rows */
.empathy2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card base — uniform tone, uniform size */
.ec {
  position: relative;
  background: #fff;
  border: 1px solid var(--ink-100);
  color: var(--ink-700);
  border-radius: 14px;
  padding: 36px 30px 26px;
  display: flex; flex-direction: column;
  gap: 20px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  box-shadow: 0 4px 18px rgba(26,20,83,0.04);
}
.ec:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(26,20,83,0.10);
  border-color: transparent;
}

/* Oversized quote mark */
.ec__quote-mark {
  position: absolute;
  top: -14px; left: 22px;
  font-family: var(--font-display);
  font-size: 84px; line-height: 1;
  color: var(--red-500);
  user-select: none;
  pointer-events: none;
}

/* Quote text — uniform size */
.ec__quote {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -0.005em;
  margin: 0;
  color: var(--navy-900);
}

/* Response line — brand red, italic, slightly smaller than the quote */
.ec__response {
  font-family: var(--font-sans);
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: var(--red-500);
  margin: 0;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--ink-100);
}

/* Bottom CTA band */
.empathy2__cta {
  margin-top: 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 28px 36px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(26,20,83,0.08);
  flex-wrap: wrap;
}
.empathy2__cta-body { display: flex; flex-direction: column; gap: 4px; max-width: 56ch; }
.empathy2__cta-eyebrow {
  margin: 0;
  font-family: var(--font-sans); font-weight: 700;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--red-500);
}
.empathy2__cta-line {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 22px); line-height: 1.35;
  color: var(--navy-900);
  letter-spacing: -0.005em;
}

/* ---------- Section heading block ---------- */
.sec-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: 56px; max-width: 720px; }
.sec-head--center { text-align: center; align-items: center; margin-left: auto; margin-right: auto; }
.sec-head__title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(34px, 3.8vw, 54px); line-height: 1.08;
  color: var(--navy-900); margin: 0;
  letter-spacing: -0.012em;
}
.sec-head__title em { color: var(--red-500); font-style: italic; }
.sec-head__title.on-dark { color: #fff; }
.sec-head__sub { font-size: 17px; line-height: 1.6; color: var(--ink-700); margin: 0; }
.sec-head__sub.on-dark { color: rgba(255,255,255,0.78); }

/* ---------- Conditions grid ---------- */
.conds {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--ink-100);
  border: 1px solid var(--ink-100);
  border-radius: 14px; overflow: hidden;
}
.cond {
  background: #fff; padding: 32px 28px;
  display: flex; flex-direction: column; gap: 12px;
  transition: background 200ms ease;
  cursor: pointer;
  position: relative;
}
.cond:hover { background: #FAFAFC; }
.cond:hover .cond__arrow { opacity: 1; transform: translateX(0); }
.cond__num {
  font-family: var(--font-display); font-size: 16px; color: var(--red-500); letter-spacing: 0.02em;
}
.cond__title { font-family: var(--font-sans); font-weight: 700; font-size: 20px; color: var(--navy-900); margin: 0; line-height: 1.2; }
.cond__desc { font-size: 15px; line-height: 1.6; color: var(--ink-700); margin: 0; }
.cond__arrow {
  position: absolute; top: 28px; right: 28px;
  width: 22px; height: 22px; border-radius: 999px;
  background: var(--navy-900); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; opacity: 0; transform: translateX(-4px);
  transition: opacity 200ms ease, transform 200ms ease;
}

/* ---------- DAHT section (dark) ---------- */
.daht { padding: 140px 0; background: var(--navy-900); color: #fff; position: relative; overflow: hidden; }
.daht::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(230,57,70,0.20) 0%, transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(87,81,181,0.30) 0%, transparent 50%);
  opacity: 0.6;
}
.daht__inner { position: relative; }
.daht__grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center;
}
.daht__copy { display: flex; flex-direction: column; gap: 22px; }
.daht__title { color: #fff; }
.daht__sub { color: rgba(255,255,255,0.78); }

.daht__panel {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 32px;
  backdrop-filter: blur(8px);
}
.daht__panel-title {
  font-family: var(--font-sans); font-weight: 700; font-size: 14px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: #F2B6BC; margin: 0 0 22px;
}
.daht__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.daht__list li {
  display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start;
  font-size: 15px; color: rgba(255,255,255,0.92); line-height: 1.5;
}
.daht__list li::before {
  content: ""; width: 18px; height: 18px; border-radius: 999px;
  background: var(--red-500);
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'><path d='M1 5L4 8L9 2' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat; background-position: center;
}
.daht__list li b { color: #fff; font-weight: 700; }

.daht__stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px;
  margin-top: 56px;
  padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.14);
}
.daht__stat { display: flex; flex-direction: column; gap: 6px; }
.daht__stat-n {
  font-family: var(--font-display); font-size: 56px; line-height: 1;
  color: #fff; letter-spacing: -0.012em;
}
.daht__stat-n .unit { font-size: 24px; color: #F2B6BC; vertical-align: super; margin-left: 4px; }
.daht__stat-l { font-size: 13px; color: rgba(255,255,255,0.65); letter-spacing: 0.04em; }

/* ---------- Comparison ---------- */
.compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.compare__col {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 14px;
  padding: 32px;
}
.compare__col--ours {
  background: var(--navy-900); color: #fff;
  border-color: var(--navy-900);
  box-shadow: 0 24px 60px rgba(26,20,83,0.20);
  position: relative;
}
.compare__col--ours::after {
  content: "Our approach";
  position: absolute; top: -12px; right: 24px;
  background: var(--red-500); color: #fff;
  font-family: var(--font-sans); font-weight: 700; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
}
.compare__head {
  font-family: var(--font-sans); font-weight: 800; font-size: 22px;
  margin: 0 0 6px; line-height: 1.2;
  color: var(--navy-900);
}
.compare__col--ours .compare__head { color: #fff; }
.compare__hint {
  font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-500);
  font-weight: 700; margin: 0 0 20px;
}
.compare__col--ours .compare__hint { color: rgba(255,255,255,0.55); }
.compare__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.compare__list li {
  display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start;
  font-size: 14.5px; line-height: 1.55;
  color: var(--ink-700);
}
.compare__col--ours .compare__list li { color: rgba(255,255,255,0.88); }
.compare__list li.no::before {
  content: "✕"; color: var(--ink-300); font-weight: 800; line-height: 1;
}
.compare__list li.yes::before {
  content: ""; width: 16px; height: 16px; border-radius: 999px;
  background: var(--red-500);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'><path d='M1 5L4 8L9 2' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat; background-position: center;
  margin-top: 3px;
}

/* ---------- Pillars (why patients trust us) ---------- */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.pillar {
  background: #fff; border: 1px solid var(--ink-100); border-radius: 14px;
  padding: 32px 28px; display: flex; flex-direction: column; gap: 14px;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.pillar:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(26,20,83,0.10); border-color: transparent; }
.pillar__num {
  font-family: var(--font-display); color: var(--red-500);
  font-size: 36px; line-height: 1;
}
.pillar h3 { font-family: var(--font-sans); font-weight: 800; font-size: 18px; color: var(--navy-900); margin: 0; line-height: 1.25; }
.pillar p { font-size: 14px; line-height: 1.65; color: var(--ink-700); margin: 0; }

/* ---------- Founder section ---------- */
.founder {
  background: var(--navy-900); color: #fff; padding: 120px 0;
  position: relative; overflow: hidden;
}
.founder__grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: center;
}
.founder__photo {
  position: relative;
}
.founder__photo img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 30% center;
  border-radius: 14px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.4);
  display: block;
}
.founder__sig {
  display: flex; flex-direction: column; gap: 4px; color: #fff;
  margin-top: 18px;
}
.founder__sig .name { font-family: var(--font-display); font-size: 26px; line-height: 1.1; letter-spacing: -0.01em; }
.founder__sig .role { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.06em; color: rgba(255,255,255,0.78); text-transform: uppercase; }

.founder__body { display: flex; flex-direction: column; gap: 22px; }
.founder__title { color: #fff; }
.founder__quote {
  font-family: var(--font-sans); font-style: italic;
  font-weight: 500;
  font-size: 17px; line-height: 1.6; color: #fff;
  border-left: 2px solid var(--red-500); padding-left: 20px;
  margin: 12px 0;
}
.founder__creds {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 28px;
  margin-top: 12px;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.16);
}
.founder__cred {
  display: flex; flex-direction: column; gap: 4px;
}
.founder__cred .k { font-size: 11px; letter-spacing: 0.12em; color: rgba(255,255,255,0.55); text-transform: uppercase; font-weight: 700; }
.founder__cred .v { font-family: var(--font-sans); font-weight: 600; color: #fff; font-size: 15px; line-height: 1.3; }

/* ---------- Stories ---------- */
.stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.story {
  background: #fff;
  border: 1px solid var(--ink-100); border-radius: 14px;
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 18px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.story:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(26,20,83,0.10); }
.story__cond {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--red-500); font-weight: 700;
}
.story__quote {
  font-family: var(--font-display); color: var(--navy-900);
  font-size: 22px; line-height: 1.35;
  letter-spacing: -0.005em;
  margin: 0;
}
.story__quote::before { content: "\201C"; color: var(--red-500); margin-right: 2px; }
.story__quote::after { content: "\201D"; color: var(--red-500); margin-left: 2px; }
.story__body { font-size: 14px; line-height: 1.65; color: var(--ink-700); margin: 0; }
.story__person {
  display: flex; align-items: center; gap: 12px;
  padding-top: 18px; border-top: 1px solid var(--ink-100); margin-top: auto;
}
.story__avatar {
  width: 44px; height: 44px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-sans); font-weight: 800; color: #fff; font-size: 16px;
  flex: 0 0 auto;
}
.story__person .meta { display: flex; flex-direction: column; }
.story__person .name { font-family: var(--font-sans); font-weight: 700; color: var(--navy-900); font-size: 14px; }
.story__person .loc { font-size: 12px; color: var(--ink-500); }

/* Featured large testimonial */
.story--feat {
  grid-column: span 3;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0;
  padding: 0; overflow: hidden;
  background: linear-gradient(135deg, #FAF7F2 0%, #FFFFFF 100%);
  border: 1px solid var(--ink-100);
}
.story--feat .feat__media {
  position: relative; min-height: 320px;
  background: var(--navy-900);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  background-image:
    radial-gradient(circle at 30% 30%, rgba(230,57,70,0.30) 0%, transparent 60%),
    linear-gradient(180deg, #2E2680 0%, #1A1453 100%);
}
.story--feat .feat__play {
  width: 84px; height: 84px; border-radius: 999px;
  background: rgba(255,255,255,0.94); color: var(--red-500);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  position: relative;
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.story--feat .feat__play::after {
  content: ""; position: absolute; inset: -10px;
  border-radius: 999px; border: 2px solid rgba(255,255,255,0.4);
  animation: pulse 2.5s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0; transform: scale(1.18); }
}
.story--feat .feat__overlay {
  position: absolute; bottom: 24px; left: 24px; right: 24px;
  display: flex; gap: 8px; flex-direction: column;
}
.story--feat .feat__tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.78); font-weight: 700;
}
.story--feat .feat__tag .live { width: 6px; height: 6px; border-radius: 999px; background: var(--red-500); }
.story--feat .feat__cap { font-family: var(--font-sans); font-weight: 600; font-size: 17px; line-height: 1.45; color: #fff; }
.story--feat .feat__body { padding: 44px 44px; display: flex; flex-direction: column; gap: 18px; }
.story--feat .story__quote { font-family: var(--font-sans); font-weight: 700; font-size: 20px; line-height: 1.45; letter-spacing: -0.005em; }
.story--feat .story__quote::before, .story--feat .story__quote::after { display: none; }

/* ---------- FAQ ---------- */
.faq { background: var(--paper-tint); padding: 120px 0; }
.faq__grid {
  display: grid; grid-template-columns: 0.42fr 1fr; gap: 80px; align-items: start;
}
.faq__list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--ink-300); }
.faq__row { border-bottom: 1px solid var(--ink-300); }
.faq__head {
  width: 100%; background: transparent; border: 0;
  padding: 22px 0; display: grid; grid-template-columns: 1fr 32px; gap: 20px;
  cursor: pointer; text-align: left;
  font-family: var(--font-sans); font-weight: 700; font-size: 17px;
  color: var(--navy-900); align-items: center;
}
.faq__chev {
  width: 32px; height: 32px; border-radius: 999px;
  background: #fff; color: var(--navy-900);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; transition: transform 200ms ease, background 200ms ease, color 200ms ease;
  border: 1px solid var(--ink-100);
}
.faq__row.is-open .faq__chev { background: var(--navy-900); color: #fff; transform: rotate(180deg); }
.faq__body {
  font-size: 15px; line-height: 1.7; color: var(--ink-700);
  padding: 0 0 24px; max-width: 70ch;
}

/* ---------- Final booking section ---------- */
.book {
  background: var(--paper);
  padding: 120px 0;
}
.book__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.book__lhs { display: flex; flex-direction: column; gap: 22px; padding-top: 8px; }
.book__points { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.book__pt { display: grid; grid-template-columns: 24px 1fr; gap: 14px; align-items: start; font-size: 15px; line-height: 1.5; color: var(--ink-700); }
.book__pt::before {
  content: ""; width: 18px; height: 18px; border-radius: 999px;
  background: var(--red-500);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'><path d='M1 5L4 8L9 2' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat; background-position: center;
  margin-top: 3px;
}

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--ink-100); }
.contact-card {
  background: var(--paper-tint); border-radius: 12px; padding: 20px;
}
.contact-card .k { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-500); font-weight: 700; margin-bottom: 6px; }
.contact-card .v { font-family: var(--font-sans); font-weight: 700; font-size: 15px; color: var(--navy-900); line-height: 1.35; }
.contact-card .v small { display: block; font-size: 12px; font-weight: 400; color: var(--ink-500); margin-top: 4px; }

.book__form-card {
  background: var(--navy-900); color: #fff; border-radius: 18px; padding: 40px;
  box-shadow: 0 32px 80px rgba(26,20,83,0.30);
}
.book__form-card h3 {
  font-family: var(--font-display); font-weight: 400; font-size: 32px;
  color: #fff; margin: 0 0 6px; letter-spacing: -0.012em; line-height: 1.1;
}
.book__form-card .sub { font-size: 14px; color: rgba(255,255,255,0.78); margin: 0 0 28px; }
.book__form-card .field label { color: rgba(255,255,255,0.65); }
.book__form-card .field input,
.book__form-card .field select,
.book__form-card .field textarea {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); color: #fff;
}
.book__form-card .field input::placeholder,
.book__form-card .field textarea::placeholder { color: rgba(255,255,255,0.45); }
.book__form-card .field input:focus,
.book__form-card .field select:focus,
.book__form-card .field textarea:focus {
  background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.5);
}
.book__form-card .field select option { background: var(--navy-900); color: #fff; }
.book__form-card .book__finep { color: rgba(255,255,255,0.55); }

/* ---------- Footer ---------- */
.foot { background: #0A0728; color: rgba(255,255,255,0.88); padding: 72px 0 32px; }
.foot__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px;
  margin-bottom: 56px;
}
.foot__brand { display: flex; flex-direction: column; gap: 16px; }
.foot__brand-row { display: flex; align-items: center; gap: 12px; }
.foot__brand-row img { width: 38px; height: 38px; }
.foot__brand-lock .l1 { font-family: var(--font-sans); font-weight: 800; font-size: 17px; color: #fff; letter-spacing: -0.005em; }
.foot__brand-lock .l2 { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.14em; color: var(--red-400); text-transform: uppercase; }
.foot__brand p { font-size: 14px; line-height: 1.65; margin: 0; color: rgba(255,255,255,0.78); }
.foot__col h5 {
  font-family: var(--font-sans); font-weight: 700; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: #fff; margin: 0 0 18px;
}
.foot__col a, .foot__col span { display: block; font-size: 14px; padding: 4px 0; color: rgba(255,255,255,0.72); }
.foot__col a:hover { color: #fff; }
.foot__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 12px; color: rgba(255,255,255,0.5);
  flex-wrap: wrap; gap: 12px;
}

/* ---------- Sticky bottom CTA (mobile-style, but show always-bottom on scroll) ---------- */
.sticky-cta {
  position: fixed; bottom: 20px; right: 20px; z-index: 60;
  background: var(--red-500); color: #fff;
  padding: 14px 22px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-weight: 700; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(230,57,70,0.4);
  cursor: pointer; transition: transform 150ms ease, background 150ms ease;
  opacity: 0; transform: translateY(20px); pointer-events: none;
  transition: opacity 250ms ease, transform 250ms ease;
}
.sticky-cta.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sticky-cta:hover { background: var(--red-400); transform: translateY(-2px); }

/* ---------- Video testimonials section ---------- */
.vt-tabs {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center;
  margin: 40px auto 36px;
  max-width: 980px;
}
.vt-tab {
  background: #fff; border: 1px solid var(--ink-100);
  color: var(--navy-900);
  font-family: var(--font-sans); font-weight: 700;
  font-size: 13px; letter-spacing: 0.01em;
  padding: 10px 16px; border-radius: 999px;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.vt-tab:hover { border-color: var(--navy-900); transform: translateY(-1px); }
.vt-tab.is-active {
  background: var(--navy-900); color: #fff; border-color: var(--navy-900);
  box-shadow: 0 8px 22px rgba(26,20,83,0.18);
}
.vt-tab__count {
  font-size: 10px; letter-spacing: 0.04em;
  background: var(--ink-100); color: var(--ink-700);
  padding: 2px 7px; border-radius: 999px; font-weight: 700;
}
.vt-tab.is-active .vt-tab__count { background: rgba(255,255,255,0.16); color: #fff; }

.vt-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.vt-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--ink-100);
  border-radius: 14px; overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  cursor: pointer;
}
.vt-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(26,20,83,0.12);
  border-color: var(--navy-900);
}
.vt-card:hover .vt-card__play { transform: translate(-50%, -50%) scale(1.08); background: var(--red-500); color: #fff; }
.vt-card__poster {
  position: relative; aspect-ratio: 16 / 10;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.vt-card__poster::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.18) 0%, transparent 55%);
  pointer-events: none;
}
.vt-card__monogram {
  font-family: var(--font-display);
  font-size: 78px; line-height: 1; color: rgba(255,255,255,0.18);
  letter-spacing: -0.02em; font-weight: 400;
  user-select: none;
}
.vt-card__dur {
  position: absolute; top: 14px; right: 14px;
  background: rgba(0,0,0,0.55); color: #fff;
  font-family: var(--font-sans); font-weight: 700;
  font-size: 11px; letter-spacing: 0.04em;
  padding: 4px 10px; border-radius: 999px;
  backdrop-filter: blur(4px);
}
.vt-card__play {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px; border-radius: 999px;
  background: #fff; color: var(--navy-900);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}
.vt-card__play svg { margin-left: 3px; }
.vt-card__body {
  padding: 18px 20px 20px;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.vt-card__quote {
  font-family: var(--font-sans); font-weight: 600;
  font-size: 15px; line-height: 1.45; color: var(--navy-900);
  margin: 0;
}
.vt-card__meta { display: flex; flex-direction: column; gap: 2px; margin-top: auto; }
.vt-card__name { font-family: var(--font-sans); font-weight: 700; font-size: 13px; color: var(--navy-900); }
.vt-card__loc { font-family: var(--font-sans); font-size: 12px; color: var(--ink-500); }
.vt-card__readmore {
  font-family: var(--font-sans); font-weight: 700; font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--red-500);
  margin-top: 4px;
  transition: transform 200ms ease;
}
.vt-card:hover .vt-card__readmore { transform: translateX(3px); }

/* Post (before / after) card variant */
.vt-card--post .vt-card__ba {
  position: relative; aspect-ratio: 16 / 10;
  display: grid; grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.vt-card__ba-half {
  position: relative;
  display: flex; align-items: flex-start; justify-content: flex-start;
  padding: 12px;
}
.vt-card__ba-half + .vt-card__ba-half {
  border-left: 2px solid #fff;
}
.vt-card__ba-half::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.vt-card__ba-label {
  font-family: var(--font-sans); font-weight: 800;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  background: rgba(255,255,255,0.18);
  color: #fff;
  padding: 5px 10px; border-radius: 999px;
  backdrop-filter: blur(6px);
  position: relative; z-index: 1;
}
.vt-card__ba-label--dark { background: rgba(0,0,0,0.25); color: #fff; }
.vt-card__ba-tag {
  position: absolute; bottom: 12px; left: 50%;
  transform: translateX(-50%);
  background: #fff; color: var(--navy-900);
  font-family: var(--font-sans); font-weight: 700;
  font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  z-index: 2;
  white-space: nowrap;
}

.vt-foot {
  display: flex; gap: 14px; justify-content: center; align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* Full Testimonials page — side-nav layout */
.tp-shell {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: flex-start;
  padding: 48px 0 80px;
}
.tp-side {
  position: sticky; top: 90px;
  align-self: start;
}
.tp-side__label {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-500);
  padding: 0 14px 14px;
  border-bottom: 1px solid var(--ink-100);
  margin-bottom: 8px;
  display: block;
}
.tp-side__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 2px;
}
.tp-side__link {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 10px 14px; border-radius: 10px;
  font-family: var(--font-sans); font-size: 14px; font-weight: 500;
  color: var(--ink-700);
  cursor: pointer;
  position: relative;
  transition: background 150ms ease, color 150ms ease, transform 150ms ease;
  border: none; background: transparent; text-align: left; width: 100%;
}
.tp-side__link::before {
  content: ""; position: absolute; left: -2px; top: 50%;
  transform: translateY(-50%);
  width: 3px; height: 0;
  background: var(--accent, var(--red-500));
  border-radius: 2px;
  transition: height 200ms ease;
}
.tp-side__link:hover { background: var(--paper-tint); color: var(--navy-900); }
.tp-side__link.is-active {
  background: var(--paper-tint);
  color: var(--navy-900); font-weight: 700;
}
.tp-side__link.is-active::before { height: 60%; }
.tp-side__count {
  font-size: 11px; color: var(--ink-500);
  background: var(--ink-100); padding: 2px 8px; border-radius: 999px;
  font-weight: 700;
}
.tp-side__link.is-active .tp-side__count {
  background: var(--navy-900); color: #fff;
}

.tp-main { min-width: 0; }
.tp-block { padding: 32px 0 56px; }
.tp-block + .tp-block { border-top: 1px solid var(--ink-100); padding-top: 56px; }
.tp-block-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 28px;
}
.tp-block-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--navy-900); margin: 0; line-height: 1.1;
  letter-spacing: -0.01em;
}
.tp-block-title .accent { color: var(--red-500); font-style: italic; }
.tp-block-meta {
  font-family: var(--font-sans); font-size: 13px;
  color: var(--ink-500); white-space: nowrap;
}
.tp-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 980px) {
  .tp-shell { grid-template-columns: 1fr; gap: 0; }
  .tp-side {
    position: sticky; top: 60px; z-index: 30;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--ink-100);
    padding: 14px 0;
    margin: 0 -20px;
  }
  .tp-side__label { display: none; }
  .tp-side__list {
    flex-direction: row; flex-wrap: nowrap;
    gap: 8px; overflow-x: auto;
    padding: 0 20px;
    scrollbar-width: none;
  }
  .tp-side__list::-webkit-scrollbar { display: none; }
  .tp-side__link {
    white-space: nowrap; flex: 0 0 auto;
    border-radius: 999px; padding: 8px 14px;
    background: #fff; border: 1px solid var(--ink-100);
  }
  .tp-side__link::before { display: none; }
  .tp-side__link.is-active { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
  .tp-grid { grid-template-columns: 1fr; }
}

/* Full Testimonials page — speciality blocks */
.vt-page__hero {
  padding: 80px 0 40px;
  text-align: center;
  background: linear-gradient(180deg, var(--paper-tint) 0%, #fff 100%);
}
.vt-page__back {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-500); margin-bottom: 20px;
}
.vt-page__back:hover { color: var(--red-500); }
.vt-page__filter {
  position: sticky; top: 60px; z-index: 30;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ink-100);
  padding: 16px 0;
}
.vt-page__filter .vt-tabs { margin: 0 auto; }
.vt-page__block { padding: 64px 0 24px; }
.vt-page__block + .vt-page__block { border-top: 1px solid var(--ink-100); }
.vt-page__block-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 28px;
}
.vt-page__block-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--navy-900); margin: 0; line-height: 1.1;
  letter-spacing: -0.01em;
}
.vt-page__block-title .accent { color: var(--red-500); font-style: italic; }
.vt-page__block-meta {
  font-family: var(--font-sans); font-size: 13px;
  color: var(--ink-500); white-space: nowrap;
}

@media (max-width: 980px) {
  .vt-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .vt-grid { grid-template-columns: 1fr; }
  .vt-page__block-head { flex-direction: column; align-items: flex-start; }
}

/* ---------- Awards & Recognition — reel format ---------- */
.awards__reel-wrap {
  position: relative;
  margin: 48px -20px 0;
  padding: 0 20px;
}
.awards__reel {
  display: flex; gap: 20px;
  overflow-x: auto; overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 4px 24px;
}
.awards__reel::-webkit-scrollbar { display: none; }

.aw-reel {
  position: relative;
  flex: 0 0 auto;
  width: clamp(280px, 28vw, 360px);
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  overflow: hidden;
  background: var(--navy-900);
  scroll-snap-align: start;
  box-shadow: 0 18px 44px rgba(10, 7, 40, 0.18);
  transition: transform 240ms ease, box-shadow 240ms ease;
  isolation: isolate;
}
.aw-reel:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(10, 7, 40, 0.28);
}
.aw-reel image-slot {
  position: absolute; inset: 0;
  z-index: 0;
}
.aw-reel::after {
  /* darker bottom gradient for caption legibility */
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(10,7,40,0.05) 55%, rgba(10,7,40,0.78) 80%, rgba(10,7,40,0.95) 100%);
  pointer-events: none;
  z-index: 1;
}
.aw-reel__year {
  position: absolute; top: 16px; left: 16px;
  z-index: 2;
  background: var(--accent, var(--red-500));
  color: #fff;
  font-family: var(--font-sans); font-weight: 800;
  font-size: 12px; letter-spacing: 0.08em;
  padding: 7px 12px; border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.aw-reel__caption {
  position: absolute; left: 20px; right: 20px; bottom: 22px;
  z-index: 2;
  color: #fff;
  display: flex; flex-direction: column; gap: 6px;
  backdrop-filter: blur(2px);
}
.aw-reel__org {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}
.aw-reel__title {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 20px; line-height: 1.25;
  color: #fff; margin: 0;
  letter-spacing: -0.005em;
  text-wrap: balance;
}
.aw-reel__note {
  font-family: var(--font-sans); font-size: 13px; line-height: 1.5;
  color: rgba(255,255,255,0.82);
  margin: 4px 0 0;
}

.awards__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 5;
  width: 44px; height: 44px; border-radius: 999px;
  background: #fff; color: var(--navy-900);
  border: 1px solid var(--ink-100);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(10,7,40,0.18);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.awards__nav:hover { background: var(--navy-900); color: #fff; transform: translateY(-50%) scale(1.06); }
.awards__nav--prev { left: -8px; }
.awards__nav--next { right: -8px; }

.awards__foot {
  text-align: center; margin: 36px auto 0;
  font-family: var(--font-sans); font-size: 14px;
  color: var(--ink-500); max-width: 640px;
}
.awards__foot b { color: var(--navy-900); font-weight: 700; }

@media (max-width: 640px) {
  .aw-reel { width: 78vw; }
  .awards__nav { display: none; }
}

/* ---------- Case Study page ---------- */
.cs-hero {
  background: linear-gradient(180deg, var(--paper-tint) 0%, #fff 100%);
  padding: 56px 0 40px;
}
.cs-hero__back {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-500);
}
.cs-hero__back:hover { color: var(--red-500); }
.cs-hero__crumbs {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.cs-hero__sep {
  font-family: var(--font-display); font-size: 18px;
  color: var(--ink-100);
  line-height: 1;
}
.cs-tag {
  display: inline-block;
  font-family: var(--font-sans); font-weight: 800;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff; padding: 6px 12px; border-radius: 999px;
  margin-bottom: 16px;
}
.cs-hero h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(36px, 5vw, 60px); line-height: 1.05;
  color: var(--navy-900); letter-spacing: -0.015em;
  margin: 0 0 14px; max-width: 880px;
  text-wrap: balance;
}
.cs-hero h1 em { color: var(--red-500); font-style: italic; }
.cs-hero__patient {
  font-family: var(--font-sans); font-size: 16px; color: var(--ink-500);
  margin: 0;
}
.cs-hero__patient b { color: var(--navy-900); font-weight: 700; }

/* Quick-facts strip */
.cs-facts {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--ink-100);
  border-bottom: 1px solid var(--ink-100);
}
.cs-fact { padding: 20px 24px 20px 0; }
.cs-fact + .cs-fact { border-left: 1px solid var(--ink-100); padding-left: 24px; }
.cs-fact-l { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-500); margin: 0 0 6px; font-weight: 700; }
.cs-fact-v { font-family: var(--font-display); font-size: 22px; color: var(--navy-900); margin: 0; line-height: 1.15; letter-spacing: -0.005em; }

/* Before / After hero pair */
.cs-ba {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin: 48px 0 24px;
}
.cs-ba__slot {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 14px; overflow: hidden;
  background: var(--paper-tint);
}
.cs-ba__slot image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.cs-ba__badge {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: rgba(10,7,40,0.78); color: #fff; backdrop-filter: blur(8px);
  font-family: var(--font-sans); font-weight: 800; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 7px 12px; border-radius: 999px;
}
.cs-ba__date {
  position: absolute; bottom: 16px; left: 16px; z-index: 2;
  background: rgba(255,255,255,0.92); color: var(--navy-900);
  font-family: var(--font-sans); font-weight: 700; font-size: 12px;
  padding: 6px 10px; border-radius: 6px;
}

/* Body content */
.cs-body { display: grid; grid-template-columns: 1fr 280px; gap: 64px; padding: 32px 0 80px; align-items: start; }
.cs-prose h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 28px; color: var(--navy-900); letter-spacing: -0.01em;
  margin: 32px 0 14px;
}
.cs-prose h2:first-child { margin-top: 0; }
.cs-prose p { font-family: var(--font-sans); font-size: 16px; line-height: 1.7; color: var(--ink-700); margin: 0 0 14px; }
.cs-prose ul { padding-left: 0; list-style: none; margin: 0 0 14px; display: flex; flex-direction: column; gap: 10px; }
.cs-prose ul li {
  font-family: var(--font-sans); font-size: 15px; line-height: 1.55; color: var(--ink-700);
  padding-left: 22px; position: relative;
}
.cs-prose ul li::before {
  content: ""; position: absolute; left: 0; top: 11px;
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--red-500);
}
.cs-pull {
  font-family: var(--font-display); font-weight: 400; font-style: italic;
  font-size: 24px; line-height: 1.4; color: var(--navy-900);
  border-left: 3px solid var(--red-500);
  padding: 8px 0 8px 22px; margin: 32px 0;
  text-wrap: balance;
}
.cs-pull-cite { display: block; margin-top: 12px; font-family: var(--font-sans); font-style: normal; font-size: 13px; color: var(--ink-500); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }

/* Timeline */
.cs-timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.cs-timeline::before {
  content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px;
  width: 2px; background: var(--ink-100);
}
.cs-timeline li { position: relative; padding: 0 0 22px 32px; }
.cs-timeline li::before {
  content: ""; position: absolute; left: 4px; top: 4px;
  width: 12px; height: 12px; border-radius: 999px;
  background: var(--red-500); box-shadow: 0 0 0 3px #fff;
}
.cs-timeline-w { font-family: var(--font-sans); font-weight: 800; font-size: 11px; letter-spacing: 0.1em; color: var(--red-500); text-transform: uppercase; margin: 0 0 4px; }
.cs-timeline-t { font-family: var(--font-sans); font-weight: 700; font-size: 15px; color: var(--navy-900); margin: 0 0 4px; }
.cs-timeline-d { font-family: var(--font-sans); font-size: 14px; color: var(--ink-700); margin: 0; line-height: 1.5; }

/* Aside */
.cs-aside { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 18px; }
.cs-card {
  background: #fff; border: 1px solid var(--ink-100); border-radius: 14px;
  padding: 22px 22px 24px;
}
.cs-card h4 { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-500); margin: 0 0 14px; font-weight: 700; }
.cs-card dl { margin: 0; display: grid; gap: 10px; }
.cs-card dt { font-family: var(--font-sans); font-size: 12px; color: var(--ink-500); font-weight: 600; }
.cs-card dd { font-family: var(--font-sans); font-size: 14px; color: var(--navy-900); margin: 0 0 4px; font-weight: 600; }
.cs-cta-card {
  background: var(--navy-900); color: #fff; border: none;
  padding: 24px 22px 26px; border-radius: 14px;
}
.cs-cta-card h4 { color: rgba(255,255,255,0.7); }
.cs-cta-card p {
  font-family: var(--font-display);
  font-size: 22px; line-height: 1.3;
  margin: 0 0 18px;
  color: #fff;
  letter-spacing: -0.005em;
}
.cs-cta-card .btn { width: 100%; justify-content: center; }

/* Outcomes grid */
.cs-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.cs-outcome {
  background: var(--paper-tint); border-radius: 12px; padding: 18px 18px 20px;
  border: 1px solid var(--ink-100);
}
.cs-outcome-l { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-500); font-weight: 700; margin: 0 0 6px; }
.cs-outcome-v { font-family: var(--font-display); font-size: 24px; color: var(--navy-900); margin: 0 0 4px; line-height: 1.1; }
.cs-outcome-d { font-family: var(--font-sans); font-size: 12px; color: var(--ink-700); margin: 0; line-height: 1.4; }

/* Disclaimer */
.cs-disclaim {
  background: var(--paper-tint); padding: 24px 28px; border-radius: 12px;
  font-family: var(--font-sans); font-size: 13px; color: var(--ink-500); line-height: 1.55;
  border-left: 3px solid var(--ink-100);
  margin-top: 40px;
}
.cs-disclaim b { color: var(--navy-900); }

/* More from this speciality */
.cs-more {
  border-top: 1px solid var(--ink-100); padding: 64px 0 80px;
}
.cs-more h3 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 32px; color: var(--navy-900); margin: 0 0 32px;
  letter-spacing: -0.01em;
}
.cs-more__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

@media (max-width: 980px) {
  .cs-facts { grid-template-columns: repeat(2, 1fr); }
  .cs-fact:nth-child(3) { border-left: none; padding-left: 0; }
  .cs-body { grid-template-columns: 1fr; gap: 32px; }
  .cs-aside { position: static; }
  .cs-outcomes, .cs-more__grid { grid-template-columns: 1fr; }
  .cs-ba { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .hero__grid, .daht__grid, .compare, .founder__grid, .book__grid, .faq__grid { grid-template-columns: 1fr; gap: 40px; }
  .conds { grid-template-columns: repeat(2, 1fr); }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .stories { grid-template-columns: 1fr; }
  .story--feat { grid-column: auto; grid-template-columns: 1fr; }
  .daht__stats { grid-template-columns: 1fr; }
  .section, .empathy2, .daht, .founder, .faq, .book { padding: 80px 0; }
  .empathy2__head { grid-template-columns: 1fr; gap: 28px; }
  .empathy2__lede { padding-left: 20px; }
  .empathy2__grid { grid-template-columns: repeat(2, 1fr); }
  .empathy2__cta { flex-direction: column; align-items: flex-start; }
  .hdr__nav { display: none; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .conds { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .book-card__row { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .empathy2__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Mobile drawer nav (hamburger + slide-in panel)
   Shown ≤980px; hidden on desktop.
   ============================================================ */

.hdr__burger {
  display: none;
  background: transparent;
  border: 0;
  padding: 12px;
  margin-left: auto;
  cursor: pointer;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  align-items: stretch;
}
.hdr__burger span {
  display: block;
  height: 2px;
  background: var(--navy-900);
  border-radius: 2px;
}

.mnav {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
}
.mnav--open { visibility: visible; pointer-events: auto; }

.mnav__scrim {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 40, 0);
  transition: background 240ms ease;
}
.mnav--open .mnav__scrim { background: rgba(10, 20, 40, 0.55); }

.mnav__panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(86vw, 360px);
  background: var(--navy-900);
  color: #fff;
  padding: 72px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: translateX(100%);
  transition: transform 240ms ease;
  box-shadow: -16px 0 40px rgba(0,0,0,0.25);
  overflow-y: auto;
  padding-bottom: calc(32px + env(safe-area-inset-bottom));
}
.mnav--open .mnav__panel { transform: translateX(0); }

.mnav__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.mnav__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mnav__links a {
  display: block;
  padding: 14px 4px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mnav__cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mnav__phone,
.mnav__wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 980px) {
  .hdr__burger { display: flex; }
  .hdr__cta-wrap { display: none; }
}

/* ============================================================
   Mobile / tablet refinements
   Layered on top of existing @media blocks; do not duplicate.
   ============================================================ */

/* ---------- Tablet (641–980px) ---------- */
@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .wrap { padding: 0 24px; }
  .hdr__inner { padding: 14px 20px; }
}

/* ---------- Phone (≤640px) ---------- */
@media (max-width: 640px) {

  /* Global */
  .section,
  .section--tight { padding: 64px 0; }
  .wrap { padding: 0 20px; }
  .editorial { font-size: clamp(32px, 8vw, 44px); line-height: 1.08; }
  .h-big { font-size: clamp(24px, 6vw, 32px); }
  .lede { font-size: 16px; line-height: 1.55; }
  .btn { padding: 14px 22px; font-size: 12px; }
  .btn--lg { padding: 16px 24px; font-size: 13px; }

  /* Announce bar */
  .announce__row { gap: 10px; flex-wrap: wrap; font-size: 12px; }
  .announce__row .dot,
  .announce__row > span:last-child { display: none; }

  /* Header */
  .hdr__inner { padding: 12px 20px; }
  .hdr__brand img { width: 32px; height: 32px; }
  .hdr__brand-lock .l1 { font-size: 14px; }
  .hdr__brand-lock .l2 { display: none; }

  /* Hero */
  .hero { padding: 32px 0 48px; }
  .hero__deco { display: none; }
  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero__ctas { flex-direction: column; align-items: stretch; }
  .hero__ctas .btn { width: 100%; }
  .hero__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
  .hero__trust-item + .hero__trust-item { border-left: 0; padding-left: 0; }
  .hero__trust-num { font-size: 22px; }
  .hero__trust-lbl { font-size: 12px; }
}

@media (max-width: 640px) {

  /* TrustStrip — stack label above horizontally-scrolling items */
  .truststrip__row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .truststrip__label { text-align: left; }
  .truststrip__items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 0 20px 8px;
    margin: 0 -20px;
    scrollbar-width: none;
  }
  .truststrip__items::-webkit-scrollbar { display: none; }
  .truststrip__item {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  /* Empathy */
  .empathy2__head { gap: 20px; }
  .empathy2__lede { padding-left: 16px; }
  .empathy2__grid { grid-template-columns: 1fr; gap: 16px; }
  .ec { padding: 24px; }

  /* Conditions */
  .conds { grid-template-columns: 1fr; gap: 16px; }
  .cond { padding: 24px; }
}

@media (max-width: 640px) {

  /* VideoTestimonials — already 1-col via existing line 1216, refine */
  .vt-page__block-head h2 { font-size: 24px; }
  .vt-card { padding: 20px; }

  /* DAHT */
  .daht__grid { gap: 28px; }
  .daht__panel { padding: 24px; }
  .daht__stats { grid-template-columns: 1fr; gap: 18px; }
  .daht__stat-n { font-size: 40px; }
  .daht__stat-l { font-size: 14px; }

  /* Compare — stack columns, keep "ours" navy highlight from desktop */
  .compare { grid-template-columns: 1fr; gap: 20px; }
  .compare__col {
    padding: 24px;
    border-radius: 16px;
  }
}

@media (max-width: 640px) {

  /* Founder — photo already first in source order, no `order` flip needed.
     Section keeps its navy background + white text from desktop; we only
     adjust layout (single column, capped photo height). */
  .founder__grid { grid-template-columns: 1fr; gap: 28px; }
  .founder__photo img {
    aspect-ratio: auto;
    height: 360px;
    object-position: center top;
    border-radius: 16px;
  }
  .founder__title { line-height: 1.2; }

  /* Awards — no `.awards__head` element exists (header is `.sec-head`),
     so only the reel card width is tuned here. */
  .aw-reel { width: 78vw; }

  /* Stories */
  .stories { grid-template-columns: 1fr; gap: 20px; }
  .story { padding: 20px; }
  .story--feat { grid-template-columns: 1fr; }
  .story__quote { font-size: 16px; }

  /* Pillars */
  .pillars { grid-template-columns: 1fr; gap: 16px; }
  .pillar { padding: 24px; }

  /* FAQ — actual selectors are `.faq__head` (question button) and
     `.faq__body` (answer), not `.faq__q` / `.faq__a`. */
  .faq__grid { grid-template-columns: 1fr; gap: 28px; }
  .faq__head { font-size: 16px; padding: 18px 0; }
  .faq__body { font-size: 15px; }
}

@media (max-width: 640px) {

  /* Book section */
  .book__grid { grid-template-columns: 1fr; gap: 32px; }
  .book__form-card { padding: 24px; }
  .book__lhs h2 { font-size: clamp(28px, 7vw, 36px); }
  .book__points { gap: 12px; }
  .book__pt { font-size: 14px; }

  /* Footer */
  .foot__grid { grid-template-columns: 1fr; gap: 28px; }
  .foot { padding: 56px 0 32px; }
  .foot__col { padding: 0; }

  /* Sticky CTA — bottom-pinned, safe-area aware */
  .sticky-cta {
    display: flex;
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: auto;
    justify-content: center;
    padding: 14px 22px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  /* Cross-page mobile tweaks (case-study & testimonials) */

  /* Case-study quick-facts: 2-col on 360px viewport gets tight with longer
     values ("Pregnancy complication", etc). Drop to 1-col and reset the
     dividing borders (which were horizontal-only). */
  .cs-facts { grid-template-columns: 1fr; }
  .cs-fact { padding: 16px 0; border-top: 1px solid var(--ink-100); }
  .cs-fact:first-child { border-top: none; padding-top: 8px; }
  .cs-fact + .cs-fact { border-left: none; padding-left: 0; }

  /* Testimonials block head: title (display, clamp 28-40px) + meta
     (sans, nowrap) on the same row overflows narrow viewports. Stack. */
  .tp-block-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
}

/* ============================================================
   Mobile overflow fixes — flex/grid items containing scrollers
   need min-width: 0 to prevent content-based expansion.
   ============================================================ */

@media (max-width: 980px) {
  /* tp-side is a grid item with a wide scrolling list inside it */
  .tp-side { min-width: 0; }
  .tp-side__list { min-width: 0; }
}

@media (max-width: 640px) {
  /* truststrip flex items need min-width: 0 so the horizontal scroller
     doesn't get blown out by the natural width of unwrapped badges */
  .truststrip__row { min-width: 0; }
  .truststrip__items { min-width: 0; max-width: 100%; }

  /* awards reel — hard-clip the wrap on phones; JS scrollBy still works */
  .awards__reel-wrap { overflow-x: hidden; }
  .awards__reel { max-width: 100%; }
}

@media (max-width: 640px) {
  /* Book grid items need min-width: 0 so they don't expand past column */
  .book__lhs, .book__form-card { min-width: 0; }
  /* Contact cards collapse to 1-col so they don't blow out the lhs grid item */
  .contact-grid { grid-template-columns: 1fr; gap: 12px; }
  .contact-card { padding: 16px; }
}

/* ============================================================
   Mobile grid track sizing — force minmax(0, 1fr) on single-column
   grids whose content has wide min-content (forms, paragraphs).
   ============================================================ */

@media (max-width: 640px) {
  .book__grid,
  .hero__grid,
  .daht__grid,
  .compare,
  .founder__grid,
  .faq__grid,
  .conds,
  .pillars,
  .stories,
  .empathy2__grid,
  .foot__grid,
  .tp-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  /* Hide ET 2025 trophy pill on mobile — main message keeps the brand info */
  .announce__row .et-badge { display: none; }
}

@media (max-width: 640px) {
  .vt-foot { flex-direction: column; align-items: center; }
  .vt-foot .btn { width: auto; max-width: 100%; white-space: normal; text-align: center; line-height: 1.3; }
}

@media (max-width: 640px) {
  /* Mobile-specific sig sizing (sig is below photo by default now) */
  .founder__sig { margin-top: 16px; }
  .founder__sig .name { font-size: 22px; }
  .founder__sig .role { font-size: 11px; }
}

@media (max-width: 640px) {
  /* Featured story: drop the outer story padding (the feat__body has its own),
     and tighten feat__body padding so the quote uses more of the card width */
  .story--feat { padding: 0; }
  .story--feat .feat__body { padding: 24px 20px; }
  .story--feat .feat__media { min-height: 220px; }
}

@media (max-width: 640px) {
  /* Let long button labels wrap inside the button instead of overflowing */
  .book__form-card .btn { white-space: normal; line-height: 1.3; padding: 14px 18px; }
}

