/* Hearts Matter — homepage */

:root {
  --pink: #C2387D;
  --pink-deep: #8E2161;
  --pink-soft: #FCEEF4;
  --pink-tint: #F7DCEA;
  --teal: #2BB5B0;
  --teal-deep: #1F8985;
  --teal-soft: #E6F6F5;
  --ink: #2A2530;
  --ink-2: #4A4350;
  --gray: #6E6A75;
  --gray-2: #B5B0BA;
  --line: #E9E3EA;
  --cream: #FBF7F4;
  --surface: #ffffff;
  --shadow-sm: 0 1px 2px rgba(42,37,48,.06), 0 1px 1px rgba(42,37,48,.04);
  --shadow-md: 0 6px 18px -6px rgba(142,33,97,.18), 0 2px 6px rgba(42,37,48,.06);
  --shadow-lg: 0 24px 48px -16px rgba(142,33,97,.22), 0 6px 16px rgba(42,37,48,.08);

  --font-serif: 'Cormorant Garamond', 'Cormorant', Georgia, serif;
  --font-sans: 'Manrope', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-script: 'Caveat', 'Brush Script MT', cursive;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
html, body { margin: 0; padding: 0; }

/* keep anchored sections clear of the sticky header */
#couples, #intensive, #stages, #about, #contact {
  scroll-margin-top: 110px;
}
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

/* ───────── type ───────── */
.eyebrow {
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--pink);
}
.script {
  font-family: var(--font-script);
  font-weight: 400;
  font-style: normal;
  color: var(--pink);
}
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}
h1 { font-size: clamp(44px, 5.6vw, 80px); }
h2 { font-size: clamp(34px, 3.8vw, 54px); }
h3 { font-size: clamp(22px, 1.8vw, 28px); }
p  { margin: 0; }
.lede { font-size: 19px; color: var(--ink-2); line-height: 1.65; max-width: 60ch; }

/* ───────── top utility bar ───────── */
.topbar {
  background: var(--ink);
  color: #EDE5EE;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.topbar .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 38px;
  gap: 24px;
}
.topbar .left { display:flex; gap:18px; align-items:center; color: rgba(237,229,238,.78); }
.topbar .right { display:flex; gap:18px; align-items:center; }
.topbar a:hover { color: #fff; }
.topbar .dot { width:6px; height:6px; border-radius:50%; background: var(--teal); display:inline-block; margin-right: 8px; vertical-align: middle;}

/* ───────── header / nav ───────── */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 247, 244, 0.85);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(233, 227, 234, 0.7);
}
.header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 92px;
}
.logo { display: flex; align-items: center; }
.logo img { height: 58px; }
.nav {
  display: flex; align-items: center; gap: 34px;
}
.nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-2);
  position: relative;
  transition: color .15s ease;
}
.nav a:hover { color: var(--pink); }
.nav a.active { color: var(--pink); }
.nav a.active::after {
  content:''; position:absolute; bottom:-6px; left:0; right:0;
  height:2px; background: var(--pink); border-radius: 2px;
}

/* ───────── buttons ───────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-sans);
  font-weight: 600; font-size: 15px;
  border-radius: 999px;
  padding: 14px 26px;
  border: none;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--pink);
  color: #fff;
  box-shadow: 0 8px 20px -6px color-mix(in oklab, var(--pink) 45%, transparent), 0 2px 4px color-mix(in oklab, var(--pink) 20%, transparent);
}
.btn-primary:hover { background: var(--pink-deep); transform: translateY(-1px); box-shadow: 0 12px 28px -8px color-mix(in oklab, var(--pink) 55%, transparent); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { border-color: var(--pink); color: var(--pink); }
.btn-teal {
  background: var(--teal); color: #fff;
  box-shadow: 0 8px 20px -6px color-mix(in oklab, var(--teal) 45%, transparent);
}
.btn-teal:hover { background: var(--teal-deep); transform: translateY(-1px); }
.btn-lg { padding: 18px 34px; font-size: 16px; }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ───────── hero ───────── */
.hero {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-eye {
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 16px 8px 12px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.hero-eye .pill-dot { width:8px; height:8px; border-radius:50%; background: var(--teal); }
.hero h1 .accent {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--pink);
}
.hero p.lede { margin-top: 28px; }
.hero-cta { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-meta { margin-top: 36px; display: flex; gap: 28px; flex-wrap: wrap; color: var(--gray); font-size: 14px; }
.hero-meta .item { display:flex; align-items:center; gap:10px; }
.hero-meta .check {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--teal-soft); color: var(--teal-deep);
  display:flex; align-items:center; justify-content:center;
  font-size: 12px; font-weight: 700;
}

/* hero image collage */
.hero-art {
  position: relative;
  min-height: 540px;
}
.hero-art .frame {
  position: absolute;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-art .frame.main {
  top: 0; left: 8%; right: 0; bottom: 50px;
  background: linear-gradient(135deg, #f3c7d8, #e69ec0);
}
.hero-art .frame.alt {
  width: 220px; height: 280px;
  left: -8px; bottom: 0;
  background: linear-gradient(135deg, #c8edec, #87d5d2);
  border: 6px solid var(--cream);
}
.hero-art .badge {
  position: absolute; right: -10px; top: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 16px 18px;
  box-shadow: var(--shadow-md);
  display:flex; align-items:center; gap: 12px;
  z-index: 3;
}
.hero-art .badge .stars { color: #f5b945; letter-spacing: 2px; font-size: 14px; }
.hero-art .badge .num { font-family: var(--font-serif); font-size: 26px; line-height: 1; color: var(--ink); }
.hero-art .badge .lbl { font-size: 11px; color: var(--gray); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 2px; }

.hero-art .floating-quote {
  position: absolute; left: -30px; bottom: 30px;
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: var(--shadow-md);
  max-width: 250px;
  z-index: 3;
  border-left: 3px solid var(--teal);
}
.hero-art .floating-quote .q { font-family: var(--font-serif); font-style: italic; font-size: 16px; line-height: 1.4; color: var(--ink); }
.hero-art .floating-quote .a { margin-top: 8px; font-size: 12px; color: var(--gray); }

/* full-bleed photos inside picture frames */
.frame-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Placeholder image style — striped warm SVG */
.img-placeholder {
  width: 100%; height: 100%;
  display:flex; align-items:flex-end; justify-content:flex-start;
  padding: 18px;
  font-family: ui-monospace, monospace;
  font-size: 11px;
  color: rgba(255,255,255,.85);
  letter-spacing: 0.04em;
  background: var(--bg, #C2387D);
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 18px),
    var(--bg);
  background-size: 18px 18px, auto;
}

/* Decorative petals */
.petal-1 {
  width: 260px; height: 260px;
  top: -60px; left: -80px;
  background: radial-gradient(circle at 30% 30%, var(--pink-soft), transparent 60%);
}
.petal-2 {
  width: 320px; height: 320px;
  bottom: -100px; right: -120px;
  background: radial-gradient(circle at 40% 40%, var(--teal-soft), transparent 60%);
}

/* Hero rating badge inner */
.badge-rating { display: flex; align-items: baseline; gap: 6px; margin-top: 4px; }
.badge-rating-sub { font-size: 13px; color: var(--gray); }

/* Wrapper around the intensive visual (so the quote-tag positions correctly) */
.intensive-visual-wrap { position: relative; }

/* Pink variant of the small section pill */
.pill-pink {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Final CTA eyebrow (light variant on the magenta panel) */
.cta-eyebrow { color: #FFE9F2; display: inline-block; margin-bottom: 18px; }

/* Footer location line */
.footer-loc { color: rgba(255,255,255,.55); font-size: 14px; margin-top: 8px; }

/* decorative petals echoing the logo */
.petal {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.5px);
  opacity: 0.5;
  pointer-events: none;
}

/* ───────── trust strip ───────── */
.trust {
  background: #fff;
  padding: 36px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.trust .item {
  display: flex; align-items: center; gap: 14px;
  color: var(--ink-2);
}
.trust .item .ic {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--pink-soft); color: var(--pink-deep);
  display:flex; align-items:center; justify-content:center;
}
.trust .item .ttl { font-weight: 600; font-size: 14px; color: var(--ink); }
.trust .item .sub { font-size: 12px; color: var(--gray); }

/* ───────── section header ───────── */
.section { padding: 110px 0; position: relative; }
.section .head { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.section .head.left { margin-left: 0; text-align: left; }
.section .head .eyebrow { display:block; margin-bottom: 18px; }
.section .head p { margin-top: 22px; font-size: 18px; color: var(--ink-2); line-height: 1.65; }

/* ───────── pain points / "Is this you?" ───────── */
.pain {
  background: linear-gradient(180deg, var(--cream) 0%, #F4ECEC 100%);
  position: relative;
  overflow: hidden;
}
.pain .head h2 .accent { color: var(--pink); font-style: italic; }
.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.pain-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease, border-color .2s ease;
}
.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--pink-tint);
}
.pain-card .num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 36px;
  color: var(--pink);
  line-height: 1;
  margin-bottom: 18px;
}
.pain-card h3 { font-size: 22px; line-height: 1.2; }
.pain-card p { margin-top: 12px; font-size: 14.5px; color: var(--ink-2); line-height: 1.6; }

/* ───────── services — two ways to work ───────── */
.services { background: #fff; }
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.service-card {
  position: relative;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--pink-tint);
}
.service-card.featured {
  background: linear-gradient(165deg, var(--pink) 0%, var(--pink-deep) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow-md);
}
.service-card.featured:hover { border-color: transparent; }
.service-card.featured h3,
.service-card.featured .svc-desc,
.service-card.featured .svc-list li { color: #fff; }
.service-card.featured .svc-list .dot { background: var(--teal); }
.service-card.featured .svc-tag {
  background: rgba(255,255,255,0.18);
  color: #fff;
}

.svc-flag {
  position: absolute;
  top: -12px; right: 28px;
  background: #C2387D;
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}
.svc-tag {
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  background: var(--pink-soft);
  color: var(--pink-deep);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-card h3 {
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.15;
}
.svc-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
}
.svc-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  color: var(--ink);
}
.svc-list li {
  display: flex; align-items: center; gap: 12px;
}
.svc-list .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--pink);
  flex-shrink: 0;
}
.svc-actions {
  margin-top: 32px;
  display: flex;
  gap: 12px;
}
.service-card.featured .btn-primary {
  background: #fff;
  color: var(--pink-deep);
}
.service-card.featured .btn-primary:hover {
  background: #FFE9F2;
  color: var(--pink-deep);
}

/* ───────── Leanne photo ───────── */
.leanne-photo {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

/* ───────── the 5 stages (tabbed) ───────── */
.stages { background: var(--cream); position: relative; overflow: hidden; }
.stages::before {
  content: '';
  position: absolute;
  top: -120px; right: -140px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, var(--pink-soft), transparent 65%);
  pointer-events: none;
}
.stages::after {
  content: '';
  position: absolute;
  bottom: -140px; left: -160px;
  width: 460px; height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 50%, var(--teal-soft), transparent 65%);
  pointer-events: none;
}
.stages .head { position: relative; z-index: 1; }
.stages .head p { max-width: 64ch; margin-left: auto; margin-right: auto; }

.stages-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 24px;
  box-shadow: var(--shadow-md);
}

.stages-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stage-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
  color: var(--ink-2);
  font-family: var(--font-sans);
}
.stage-tab:hover {
  background: var(--cream);
}
.stage-tab.active {
  background: var(--pink-soft);
  border-color: var(--pink-tint);
}
.stage-tab .st-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 26px;
  line-height: 1;
  color: var(--gray-2);
  flex-shrink: 0;
  width: 36px;
  transition: color .2s ease;
}
.stage-tab.active .st-num { color: var(--pink); }
.stage-tab .st-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  color: var(--ink-2);
  transition: color .2s ease;
}
.stage-tab.active .st-name { color: var(--ink); }
.stage-tab.active::after {
  content: '';
  position: absolute;
  left: 0; top: 14px; bottom: 14px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--pink);
}

/* panel */
.stages-panel {
  padding: 36px 44px 44px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--cream) 0%, #fff 100%);
  border: 1px solid var(--line);
  animation: fadeUp .35s ease;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
.stages-panel-head {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.stages-panel-head .sp-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 76px;
  line-height: 1;
  color: var(--pink);
  flex-shrink: 0;
}
.stages-panel-head .sp-eye {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray);
  font-weight: 600;
  margin-bottom: 4px;
}
.stages-panel-head .sp-name {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
  color: var(--ink);
}
.stages-panel-head .sp-icon {
  margin-left: auto;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.sp-tag {
  margin-top: 24px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: var(--pink-deep);
}
.sp-body {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sp-body p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
}

.stages-foot {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.stages-foot p {
  max-width: 56ch;
  font-size: 17px;
  color: var(--ink-2);
  line-height: 1.6;
}

/* ───────── intensive — featured deep section ───────── */
.intensive {
  background: #fff;
  position: relative;
}
.intensive-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 100px;
}
.intensive-hero .copy h2 { margin-top: 18px; }
.intensive-hero .copy h2 .accent { font-style: italic; color: var(--pink); }
.intensive-hero .copy p { margin-top: 24px; font-size: 17px; color: var(--ink-2); line-height: 1.65; }
.intensive-hero .copy .stat-row {
  display: flex; gap: 36px; margin-top: 32px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.intensive-hero .copy .stat .n { font-family: var(--font-serif); font-size: 38px; line-height: 1; color: var(--pink); }
.intensive-hero .copy .stat .l { margin-top: 6px; font-size: 13px; color: var(--gray); text-transform: uppercase; letter-spacing: 0.08em; }
.intensive-hero .actions { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

.intensive-hero .visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(160deg, #D6A4BD, #8E2161);
  box-shadow: var(--shadow-lg);
}
.intensive-hero .quote-tag {
  position: absolute; left: 20px; right: 20px; bottom: 24px;
  background: var(--ink);
  color: #fff;
  padding: 22px 26px;
  border-radius: 18px;
  max-width: 320px;
  box-shadow: var(--shadow-lg);
  z-index: 2;
}
.intensive-hero .quote-tag .q { font-family: var(--font-serif); font-style: italic; font-size: 18px; line-height: 1.4; }
.intensive-hero .quote-tag .a { margin-top: 12px; font-size: 12px; color: rgba(255,255,255,.6); letter-spacing: 0.08em; text-transform: uppercase; }

/* what's covered tabs */
.covered {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  padding: 60px 0;
  border-top: 1px solid var(--line);
}
.covered .col-l h3 { font-size: 32px; line-height: 1.15; }
.covered .col-l p { margin-top: 18px; color: var(--ink-2); }
.covered .col-l .pill {
  display:inline-block; margin-bottom: 18px;
  padding: 6px 14px; border-radius: 999px;
  background: var(--teal-soft); color: var(--teal-deep);
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.covered-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.covered-list .row {
  display: flex; gap: 18px;
  padding: 22px 24px;
  background: var(--cream);
  border-radius: var(--radius-md);
  align-items: flex-start;
  transition: background .2s ease;
}
.covered-list .row:hover { background: var(--pink-soft); }
.covered-list .row .ic {
  width: 36px; height: 36px; border-radius: 10px;
  background: #fff; color: var(--pink);
  display:flex; align-items:center; justify-content:center;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}
.covered-list .row .t { font-weight: 600; font-size: 15px; color: var(--ink); margin-bottom: 4px; }
.covered-list .row .d { font-size: 14px; color: var(--gray); line-height: 1.5; }

/* 2-day schedule */
.schedule {
  margin-top: 60px;
  padding: 60px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
}
.schedule .l h3 { font-size: 30px; line-height: 1.15; }
.schedule .l p { margin-top: 16px; color: var(--ink-2); }
.schedule .l .meta-card {
  margin-top: 28px;
  padding: 22px;
  background: var(--teal-soft);
  border-radius: var(--radius-md);
}
.schedule .l .meta-card .lbl { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal-deep); font-weight: 700; }
.schedule .l .meta-card .v { margin-top: 6px; font-family: var(--font-serif); font-size: 24px; color: var(--ink); }
.timeline {
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content:''; position:absolute; left: 9px; top: 6px; bottom: 6px;
  width: 2px; background: linear-gradient(180deg, var(--pink) 0%, var(--teal) 100%);
}
.tl-item {
  position: relative;
  padding: 14px 0 14px 28px;
}
.tl-item::before {
  content:''; position:absolute;
  left: -27px; top: 22px;
  width: 14px; height: 14px;
  border-radius: 50%; background: #fff;
  border: 3px solid var(--pink);
  box-shadow: 0 0 0 4px var(--cream);
}
.tl-item .time { font-family: var(--font-serif); font-style: italic; font-size: 20px; color: var(--pink); }
.tl-item .title { font-weight: 600; font-size: 16px; margin-top: 4px; }
.tl-item .desc { font-size: 14px; color: var(--gray); margin-top: 4px; max-width: 56ch; }

/* ───────── how it works ───────── */
.process {
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.process .head { text-align: center; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  left: 10%; right: 10%;
  top: 60px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--pink-tint) 0 6px, transparent 6px 12px);
  z-index: 0;
}
.proc-card {
  position: relative;
  text-align: center;
  padding: 0 18px;
}
.proc-card .circle {
  width: 120px; height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 56px;
  color: var(--pink);
  box-shadow: 0 12px 24px -8px rgba(194,56,125,.25);
  border: 2px solid var(--pink-tint);
  position: relative; z-index: 1;
}
.proc-card .icon {
  position: absolute; top: -10px; right: 50%; transform: translateX(70px);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--teal); color: #fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow: var(--shadow-md);
}
.proc-card h3 { margin-top: 30px; font-size: 26px; }
.proc-card p { margin-top: 14px; color: var(--ink-2); font-size: 15px; max-width: 32ch; margin-left:auto; margin-right:auto; line-height: 1.6; }

/* ───────── about Leanne ───────── */
.about {
  background: #fff;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 90px;
  align-items: center;
}
.about-visual {
  position: relative;
  aspect-ratio: 5/6;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(150deg, #f3c8da, #c63a7e);
  box-shadow: var(--shadow-lg);
}
.about-visual .credentials {
  position: absolute; right: 20px; bottom: 20px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 18px 22px;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  display: flex; gap: 14px;
  align-items: center;
  max-width: calc(100% - 40px);
}
.about-visual .credentials .seal {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--teal-soft); color: var(--teal-deep);
  display:flex; align-items:center; justify-content:center;
  flex-shrink: 0;
}
.about-visual .credentials .t { font-weight: 700; font-size: 14px; color: var(--ink); }
.about-visual .credentials .d { font-size: 12px; color: var(--gray); margin-top: 2px; }

.about-copy h2 { margin-top: 16px; }
.about-copy h2 .accent { font-style: italic; color: var(--pink); }
.about-copy p { margin-top: 22px; font-size: 17px; line-height: 1.7; color: var(--ink-2); }
.about-copy .quote-pill {
  margin-top: 30px;
  padding: 22px 26px;
  background: var(--pink-soft);
  border-radius: var(--radius-md);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink);
  border-left: 4px solid var(--pink);
}
.about-copy .signature {
  margin-top: 28px;
  display: flex; align-items: center; gap: 16px;
}
.about-copy .signature .name {
  font-family: var(--font-script);
  font-size: 38px;
  color: var(--pink);
  line-height: 1;
}
.about-copy .signature .role { font-size: 13px; color: var(--gray); }
.about-actions {
  margin-top: 32px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ───────── About page ───────── */
.ab-hero {
  position: relative;
  padding: 90px 0 110px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--cream) 0%, #fff 100%);
}
.ab-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ab-hero h1 {
  margin-top: 22px;
  font-size: clamp(40px, 5.2vw, 72px);
}
.ab-hero h1 .accent {
  font-style: italic;
  color: var(--pink);
}
.ab-lede {
  margin-top: 30px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 32ch;
}
.ab-hero-actions { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; }

.ab-hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(150deg, var(--pink-soft), var(--teal-soft));
  box-shadow: var(--shadow-lg);
}
.ab-portrait {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.ab-portrait-badge {
  position: absolute;
  left: 20px; bottom: 20px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  display: flex; gap: 14px; align-items: center;
  max-width: calc(100% - 40px);
}
.ab-portrait-badge .seal {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--teal-soft); color: var(--teal-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ab-portrait-badge .t { font-weight: 700; font-size: 15px; color: var(--ink); }
.ab-portrait-badge .d { font-size: 12px; color: var(--gray); margin-top: 3px; letter-spacing: 0.04em; }

/* pull quote */
.ab-pull {
  padding: 80px 0;
  background: #fff;
  position: relative;
}
.container.narrow { max-width: 900px; }
.ab-pull blockquote {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.ab-pull blockquote::before {
  content: '\201C';
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 130px;
  line-height: 0.4;
  color: var(--pink);
  opacity: 0.4;
  margin-bottom: 30px;
}
.ab-pull blockquote p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.4;
  color: var(--ink);
  font-weight: 400;
}
.ab-pull blockquote cite {
  display: block;
  margin-top: 24px;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray);
}

/* About section */
.ab-section {
  padding: 100px 0;
  background: var(--cream);
}
.ab-section-alt { background: #fff; }

.ab-split {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 70px;
  margin-bottom: 60px;
}
.ab-split-head h2 {
  margin-top: 18px;
  font-size: clamp(30px, 3.4vw, 48px);
}
.ab-split-head h2 .accent {
  font-style: italic;
  color: var(--pink);
}
.ab-split-body p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-2);
}
.ab-split-body p + p { margin-top: 18px; }

/* Specializations tri */
.svc-tri {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.svc-tri-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ab-section-alt .svc-tri-card { background: var(--cream); border-color: transparent; }
.svc-tri-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--pink-tint);
}
.svc-ic {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.svc-tri-card h3 {
  font-size: 22px;
  line-height: 1.2;
}
.svc-tri-card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}

.ab-section-cta {
  margin-top: 50px;
  text-align: center;
}

/* Approach pillars */
.approach-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.ap-card {
  padding: 28px 26px;
  background: var(--cream);
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.ab-section-alt .ap-card { background: #fff; border-color: var(--line); }
.ap-card:hover { border-color: var(--pink-tint); }
.ap-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 32px;
  color: var(--pink);
  line-height: 1;
  margin-bottom: 14px;
}
.ap-card h4 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--ink);
}
.ap-card p {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
}

/* Style section */
.ab-style {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.ab-style-img {
  aspect-ratio: 5/6;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(150deg, var(--pink-soft), var(--teal-soft));
  box-shadow: var(--shadow-md);
}
.ab-style-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.ab-style-copy h2 {
  margin-top: 18px;
  font-size: clamp(30px, 3.4vw, 46px);
}
.ab-style-copy h2 .accent { font-style: italic; color: var(--pink); }
.ab-style-copy p {
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-2);
}
.ab-tags {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ab-tag {
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Credentials */
.ab-head { text-align: center; margin: 0 auto 56px; max-width: 760px; }
.ab-head p { margin-top: 22px; font-size: 17px; color: var(--ink-2); line-height: 1.65; }

.cred-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.cred-card {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 28px 30px;
  background: var(--cream);
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  transition: all .2s ease;
}
.ab-section-alt .cred-card { background: #fff; border-color: var(--line); }
.cred-card:hover {
  border-color: var(--pink-tint);
  transform: translateY(-2px);
}
.cred-ic {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cred-title {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.25;
  color: var(--ink);
  font-weight: 500;
}
.cred-org {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--pink);
}
.cred-detail {
  margin-top: 4px;
  font-size: 13.5px;
  color: var(--gray);
}

/* About close */
.ab-close {
  padding: 100px 0 120px;
  background: var(--cream);
}
.ab-close-panel {
  position: relative;
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-deep) 100%);
  border-radius: var(--radius-xl);
  padding: 80px;
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.ab-close-panel::before {
  content: '';
  position: absolute;
  top: -120px; right: -80px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(43,181,176,.5), transparent 70%);
  pointer-events: none;
}
.ab-close-panel::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -60px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 40%, rgba(255,255,255,.18), transparent 65%);
  pointer-events: none;
}
.ab-close-panel h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  position: relative; z-index: 1;
}
.ab-close-panel h2 .accent { font-style: italic; color: #FFE9F2; }
.ab-close-panel p {
  margin-top: 20px;
  color: rgba(255,255,255,.85);
  font-size: 17px;
  line-height: 1.65;
  max-width: 62ch;
  margin-left: auto; margin-right: auto;
  position: relative; z-index: 1;
}
.ab-close-panel .actions {
  margin-top: 36px;
  display: inline-flex; gap: 14px;
  position: relative; z-index: 1;
  flex-wrap: wrap; justify-content: center;
}
.ab-sign {
  margin-top: 50px;
  position: relative; z-index: 1;
}
.ab-sign-warm {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  color: rgba(255,255,255,.75);
}
.ab-sign-name {
  font-family: var(--font-script);
  font-size: 48px;
  color: #fff;
  line-height: 1.1;
  margin-top: 4px;
}
.ab-sign-role {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-copy .actions { margin-top: 30px; }

/* ───────── testimonials ───────── */
.test {
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.test .head h2 { color: #fff; }
.test .head p { color: rgba(255,255,255,.65); }
.test .head .eyebrow { color: var(--teal); }

.test-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.test-quote {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
  padding: 50px 60px;
  position: relative;
}
.test-quote::before {
  content: '“';
  position: absolute; top: -40px; left: 36px;
  font-family: var(--font-serif);
  font-size: 160px;
  color: var(--pink);
  line-height: 1;
  opacity: 0.7;
}
.test-quote .q {
  font-family: var(--font-serif);
  font-size: 28px;
  font-style: italic;
  line-height: 1.4;
  font-weight: 400;
}
.test-quote .meta { margin-top: 28px; display:flex; align-items:center; gap: 14px; }
.test-quote .av {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--pink-tint), var(--teal-soft));
  border: 2px solid rgba(255,255,255,.2);
}
.test-quote .nm { font-weight: 600; font-size: 15px; }
.test-quote .sub { font-size: 12px; color: rgba(255,255,255,.55); letter-spacing: 0.06em; text-transform: uppercase; }

.test-controls {
  display:flex; justify-content: center; gap: 16px; margin-top: 32px;
  align-items: center;
}
.test-controls .dots { display:flex; gap: 8px; }
.test-controls .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.2);
  cursor: pointer; transition: all .2s ease;
}
.test-controls .dot.active { background: var(--pink); width: 28px; border-radius: 4px; }
.test-controls .nav-btn {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  background: transparent; color: #fff;
  display: inline-flex; align-items:center; justify-content: center;
  transition: all .2s ease;
}
.test-controls .nav-btn:hover { background: var(--pink); border-color: var(--pink); }

.mini-quotes {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.mini-quote {
  padding: 24px 26px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-md);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255,255,255,.9);
}

/* ───────── final CTA ───────── */
.final-cta {
  background: var(--cream);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.final-cta .panel {
  position: relative;
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-deep) 100%);
  border-radius: var(--radius-xl);
  padding: 80px 80px;
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.final-cta .panel::before {
  content: '';
  position: absolute;
  top: -120px; right: -80px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(43,181,176,.5), transparent 70%);
  pointer-events: none;
}
.final-cta .panel::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -60px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 40%, rgba(255,255,255,.18), transparent 65%);
  pointer-events: none;
}
.final-cta h2 { color: #fff; font-size: clamp(36px, 4vw, 60px); position: relative; z-index: 1; }
.final-cta h2 .accent { font-style: italic; color: #FFE9F2; }
.final-cta p { margin-top: 22px; color: rgba(255,255,255,.85); font-size: 18px; max-width: 60ch; margin-left:auto; margin-right:auto; position: relative; z-index: 1; }
.final-cta .actions { margin-top: 36px; display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; position: relative; z-index: 1; }
.final-cta .btn-on-dark {
  background: #fff; color: var(--pink-deep);
}
.final-cta .btn-on-dark:hover { background: #FFE9F2; color: var(--pink-deep); }
.final-cta .btn-on-dark-ghost {
  background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.45);
}
.final-cta .btn-on-dark-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.final-cta .tag {
  font-size: 13px; letter-spacing: 0.06em;
  margin-top: 30px;
  color: rgba(255,255,255,.65);
  position: relative; z-index: 1;
}

/* ───────── footer ───────── */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,.7);
  padding: 80px 0 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer .brand .logo-mark {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 22px;
}
.footer .brand .logo-mark img { height: 50px; filter: brightness(0) invert(1); }
.footer .brand p { margin-top: 16px; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.55); max-width: 30ch; }
.footer .brand .socials { margin-top: 22px; display: flex; gap: 10px; }
.footer .brand .socials a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.05);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.footer .brand .socials a:hover { background: var(--pink); }

.footer .col h4 {
  font-family: var(--font-sans);
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; font-weight: 700;
  margin-bottom: 22px;
}
.footer .col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer .col ul a { font-size: 14.5px; color: rgba(255,255,255,.65); transition: color .15s; }
.footer .col ul a:hover { color: var(--pink); }
.footer .col .hours { font-size: 14.5px; color: rgba(255,255,255,.65); line-height: 1.9; }
.footer .col .hours span { color: #fff; font-weight: 500; }

.footer-bottom {
  margin-top: 26px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
  font-size: 13px; color: rgba(255,255,255,.4);
  gap: 16px;
}
.footer-bottom .legal { display: flex; gap: 20px; }

/* ───────── reveal on scroll ───────── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* ───────── responsive ───────── */
@media (max-width: 980px) {
  .hero-grid, .intensive-hero, .covered, .schedule, .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-card { padding: 36px 28px; }
  .stages-wrap { grid-template-columns: 1fr; gap: 24px; padding: 16px; }
  .stages-tabs {
    flex-direction: row;
    overflow-x: auto;
    gap: 6px;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }
  .stage-tab {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 16px;
    min-width: 150px;
    flex-shrink: 0;
  }
  .stage-tab .st-num { font-size: 22px; width: auto; }
  .stage-tab.active::after { left: 14px; right: 14px; top: auto; bottom: 0; width: auto; height: 3px; border-radius: 3px 3px 0 0; }
  .stages-panel { padding: 28px 24px 32px; }
  .stages-panel-head { gap: 14px; }
  .stages-panel-head .sp-num { font-size: 54px; }
  .stages-panel-head .sp-icon { display: none; }
  .sp-tag { font-size: 18px; }
  .process-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-grid::before { display: none; }
  .mini-quotes { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .nav { display: none; }
  .section { padding: 70px 0; }
  .hero { padding: 50px 0 70px; }
  .hero-art { min-height: 420px; }
  .final-cta .panel { padding: 50px 30px; }
  .covered-list { grid-template-columns: 1fr; }
  .test-quote { padding: 36px 26px; }
}

/* ── small phones / narrow ── */
@media (max-width: 640px) {
  .container { padding: 0 20px; }

  /* topbar: keep each link on one line, single row that wraps if needed */
  .topbar { font-size: 12px; }
  .topbar .container { height: auto; padding-top: 8px; padding-bottom: 8px; gap: 6px 14px; flex-wrap: wrap; justify-content: center; }
  .topbar .left { display: none; }
  .topbar .right { gap: 6px 14px; flex-wrap: wrap; justify-content: center; }
  .topbar .right a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }

  /* header: smaller logo, compact CTA, hide nav (already hidden) */
  .header .container { height: 72px; gap: 12px; }
  .logo img { height: 40px; }
  .header .btn-primary { padding: 11px 16px; font-size: 13px; }
  .header .btn-primary .arrow { display: none; }

  /* hero: center text + CTAs */
  .hero { padding: 36px 0 56px; }
  .hero-grid { text-align: center; gap: 36px; }
  .hero h1 { font-size: clamp(38px, 9vw, 50px); text-wrap: balance; }
  .hero p.lede { margin-left: auto; margin-right: auto; }
  .hero-eye { margin-bottom: 22px; padding: 7px 14px 7px 10px; font-size: 11px; letter-spacing: 0.03em; }
  .hero-cta { justify-content: center; flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .hero-meta { justify-content: center; gap: 12px 18px; font-size: 13px; }

  /* hide decorative petals — they overflow viewport */
  .petal { display: none; }

  /* hero art: simplify on mobile — single frame + quote, no alt */
  .hero-art { min-height: 360px; padding-bottom: 40px; }
  .hero-art .frame.main { left: 0; right: 0; top: 0; bottom: 0; }
  .hero-art .frame.alt { display: none; }
  .hero-art .badge { top: 14px; right: 12px; padding: 11px 14px; }
  .hero-art .badge .num { font-size: 22px; }
  .hero-art .floating-quote {
    left: 12px; right: 12px;
    bottom: -10px;
    max-width: none;
    padding: 14px 16px;
  }
  .hero-art .floating-quote .q { font-size: 14px; }

  /* trust strip: stack 1 col */
  .trust { padding: 28px 0; }
  .trust .container { flex-direction: column; align-items: flex-start; gap: 20px; }

  /* pain points: 1 col stacked */
  .pain-grid { grid-template-columns: 1fr; gap: 14px; }
  .pain-card { padding: 24px 22px; }
  .pain-card h3 { font-size: 22px; }

  /* sections */
  .section { padding: 56px 0; }
  .section .head { margin-bottom: 40px; }
  .section .head p { font-size: 16px; }

  /* intensive */
  .intensive-hero { margin-bottom: 60px; gap: 36px; }
  .intensive-hero .copy .stat-row { gap: 20px; flex-wrap: wrap; }
  .intensive-hero .copy .stat .n { font-size: 28px; }
  .intensive-hero .copy .stat .l { font-size: 12px; }
  .intensive-hero .actions { justify-content: flex-start; flex-direction: column; align-items: stretch; }
  .intensive-hero .actions .btn { width: 100%; justify-content: center; }

  /* quote tag: stay below the image, full width within viewport */
  .intensive-hero .visual { aspect-ratio: 1/1; }
  .intensive-hero .quote-tag {
    position: relative; left: auto; right: auto; bottom: auto;
    margin: -40px 12px 0; max-width: none;
    padding: 18px 20px;
  }
  .intensive-hero .quote-tag .q { font-size: 15px; }

  .covered { padding: 40px 0; gap: 32px; }
  .schedule { padding: 40px 0 0; margin-top: 40px; gap: 32px; }
  .schedule .l h3, .covered .col-l h3 { font-size: 26px; }

  /* timeline */
  .timeline { padding-left: 24px; }
  .tl-item { padding: 12px 0 12px 22px; }
  .tl-item::before { left: -25px; top: 18px; width: 12px; height: 12px; }
  .tl-item .time { font-size: 18px; }

  /* about */
  .about-grid { gap: 36px; }
  .about-copy .quote-pill { font-size: 17px; padding: 18px 20px; }
  .about-copy .signature { flex-wrap: wrap; gap: 10px; }
  .about-actions { flex-direction: column; align-items: stretch; }
  .about-actions .btn { width: 100%; justify-content: center; }
  .about-visual .credentials { right: 16px; bottom: 16px; padding: 14px 16px; }
  .about-visual .credentials .seal { width: 44px; height: 44px; }
  .about-visual .credentials .t { font-size: 13px; }
  .about-visual .credentials .d { font-size: 11px; }

  /* testimonials */
  .test-quote { padding: 30px 22px; }
  .test-quote::before { font-size: 110px; left: 18px; top: -24px; }
  .test-quote .q { font-size: 20px; }

  /* final CTA */
  .final-cta { padding: 80px 0; }
  .final-cta .panel { padding: 42px 24px; }
  .final-cta .actions { flex-direction: column; width: 100%; align-items: stretch; }
  .final-cta .actions .btn { width: 100%; }

  /* footer */
  .footer { padding: 56px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* about page */
  .ab-hero { padding: 36px 0 56px; }
  .ab-hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .ab-hero h1 { font-size: clamp(36px, 8.5vw, 48px); text-wrap: balance; }
  .ab-lede { margin-left: auto; margin-right: auto; max-width: 38ch; font-size: 18px; }
  .ab-hero-actions { justify-content: center; flex-direction: column; align-items: stretch; }
  .ab-hero-actions .btn { width: 100%; justify-content: center; }
  .ab-hero-visual { aspect-ratio: 4/4; }
  .ab-portrait-badge { left: 14px; bottom: 14px; padding: 12px 16px; }
  .ab-portrait-badge .seal { width: 38px; height: 38px; }
  .ab-portrait-badge .t { font-size: 13px; }
  .ab-portrait-badge .d { font-size: 11px; }

  .ab-pull { padding: 56px 0; }
  .ab-pull blockquote::before { font-size: 90px; margin-bottom: 18px; }
  .ab-section { padding: 60px 0; }
  .ab-split { grid-template-columns: 1fr; gap: 28px; margin-bottom: 40px; }
  .ab-split-head h2 { font-size: clamp(28px, 7vw, 36px); }
  .ab-split-body p { font-size: 16px; }
  .svc-tri, .approach-pillars, .cred-grid { grid-template-columns: 1fr; gap: 14px; }
  .svc-tri-card, .ap-card, .cred-card { padding: 24px 22px; }
  .cred-card { gap: 16px; }
  .cred-title { font-size: 18px; }
  .ab-style { grid-template-columns: 1fr; gap: 32px; }
  .ab-style-copy h2 { font-size: clamp(28px, 7vw, 36px); }
  .ab-tags { justify-content: flex-start; }

  .ab-close { padding: 60px 0 80px; }
  .ab-close-panel { padding: 44px 24px; }
  .ab-close-panel h2 { font-size: clamp(28px, 7.5vw, 38px); }
  .ab-close-panel p { font-size: 15.5px; }
  .ab-close-panel .actions { flex-direction: column; align-items: stretch; width: 100%; }
  .ab-close-panel .actions .btn { width: 100%; justify-content: center; }
  .ab-sign-name { font-size: 42px; }
}

/* hide native focus rings, keep accessible for keyboard */
*:focus { outline: none; }
*:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 2px;
  border-radius: 4px;
}
