:root {
  --ink: #211821;
  --ink-2: #342433;
  --paper: #fffdfa;
  --soft: #f8eef1;
  --rose: #cf4c78;
  --rose-light: #f5b4c9;
  --text: #221a21;
  --muted: #665a64;
  --line: #eadce1;
  --reading: 40rem;
  --wide: 72rem;
  --radius: 1.1rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Assistant, Arial, sans-serif; font-size: clamp(1.08rem, 1.25vw, 1.22rem); line-height: 1.78; text-align: right; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.025em; line-height: 1.14; }
h1 { margin-bottom: 1.3rem; font-size: clamp(3.15rem, 5.7vw, 5.65rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.15rem, 4.1vw, 3.75rem); }
h3 { margin-bottom: .65rem; font-size: 1.55rem; }
p { margin-bottom: 1.4rem; }

.skip-link { position: fixed; top: .75rem; right: .75rem; z-index: 20; padding: .6rem 1rem; color: #fff; background: var(--ink); border-radius: .45rem; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.content-wide { width: min(100% - 2.5rem, var(--wide)); margin-inline: auto; text-align: center; }
.reading { width: min(100% - 2.5rem, var(--reading)); margin-inline: auto; }
.eyebrow { margin-bottom: .85rem; color: var(--rose); font-size: .92rem; font-weight: 800; letter-spacing: .045em; }
.eyebrow-light { color: var(--rose-light); }
.microcopy { margin: 1rem 0 0; font-size: .96rem; }
.microcopy-light { color: #ddced8; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 3.75rem; padding: .85rem 1.6rem; color: #fff; background: var(--rose); border: 1px solid var(--rose); border-radius: .65rem; box-shadow: 0 .9rem 2rem rgba(140, 31, 72, .25); font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { background: #ab2f59; border-color: #ab2f59; transform: translateY(-2px); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 1.1rem 1.25rem clamp(4rem, 7vw, 6.7rem);
  color: #fff;
  background:
    radial-gradient(ellipse 62% 42% at 50% 37%, rgba(121,63,139,.34), transparent 78%),
    radial-gradient(circle at 87% 10%, rgba(245,180,201,.13), transparent 23rem),
    linear-gradient(145deg, #0d0a10 0%, #201321 54%, #100c16 100%);
  text-align: center;
}
.hero::before, .hero::after { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ''; pointer-events: none; }
.hero::before {
  top: 4.5rem;
  right: 50%;
  width: min(76vw, 55rem);
  aspect-ratio: 1;
  border-color: rgba(232,203,251,.16);
  box-shadow: 0 0 5.5rem rgba(136,70,181,.18), inset 0 0 4rem rgba(234,198,255,.05);
  transform: translateX(50%) rotate(-8deg);
}
.hero::after {
  bottom: -20rem;
  left: 50%;
  width: min(71vw, 48rem);
  aspect-ratio: 1;
  border-color: rgba(245,180,201,.12);
  box-shadow: 0 0 5rem rgba(207,76,120,.13);
  transform: translateX(-50%) rotate(14deg);
}
.hero-inner { position: relative; width: min(100%, 61rem); margin-inline: auto; }
.hero h1 {
  display: grid;
  gap: .08em;
  max-width: 58rem;
  margin-inline: auto;
  font-size: clamp(3rem, 5.25vw, 5.3rem);
  line-height: 1.08;
  text-shadow: 0 .15rem 2.8rem rgba(240,221,255,.10);
}
.hero h1 span { display: block; }
.hero .hero-title-main { color: #fff; }
.hero .hero-title-support { color: #f5e8fa; text-shadow: 0 0 1.8rem rgba(220,159,241,.13); }
.hero .hero-title-bridge {
  margin-top: .2em;
  color: #edc7e9;
  font-size: .75em;
  font-weight: 800;
  letter-spacing: -.02em;
}
.hero .eyebrow { color: #e9c8f2; }
.hero-promise {
  display: grid;
  gap: .1rem;
  max-width: 49rem;
  margin: 1.4rem auto 1.2rem;
  color: #f7eaf4;
  font-size: clamp(1.2rem, 1.82vw, 1.48rem);
  font-weight: 700;
  line-height: 1.5;
}
.hero-promise span, .hero-promise strong, .hero-support span { display: block; }
.hero-promise strong { margin-top: .35rem; color: #f4dff8; font-size: 1.08em; }
.hero-support {
  display: grid;
  gap: .1rem;
  max-width: 46rem;
  margin: 0 auto;
  color: #ded2e2;
  font-size: 1.04em;
  line-height: 1.68;
}
.video-wrap { max-width: 50rem; margin: 2.1rem auto 0; }
.video-label { padding: .45rem 1rem; margin: 0; color: #fff; background: rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.28); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; box-shadow: 0 -1.1rem 2.8rem rgba(255,255,255,.045), 0 -1.1rem 3.6rem rgba(185,118,216,.09); font-size: .9rem; font-weight: 800; }
.video-panel { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #131015; border: 1px solid rgba(255,255,255,.38); border-radius: 0 0 var(--radius) var(--radius); box-shadow: 0 1.4rem 3.5rem rgba(0,0,0,.3), 0 0 0 .06rem rgba(255,255,255,.11), 0 0 2.7rem rgba(255,255,255,.12), 0 0 5.6rem rgba(179,100,214,.16); }
.video-panel iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-glow { position: absolute; width: 22rem; aspect-ratio: 1; background: radial-gradient(circle, rgba(207,76,120,.4), transparent 66%); filter: blur(6px); }
.play-button { position: relative; display: grid; width: 5.5rem; height: 5.5rem; padding: 0 0 0 .25rem; place-items: center; color: #251822; background: #fff; border: 0; border-radius: 50%; box-shadow: 0 0 0 1rem rgba(255,255,255,.07); font-size: 1.55rem; cursor: default; }
.video-copy { position: absolute; right: 1.5rem; bottom: 1.35rem; left: 1.5rem; color: #fff; text-align: right; }
.video-copy p { margin-bottom: .25rem; color: var(--rose-light); font-size: .85rem; font-weight: 800; }
.video-copy h2 { margin-bottom: .25rem; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.video-copy span { color: #d4c5cf; font-size: .9rem; }
.hero-action-panel {
  max-width: 52rem;
  margin: 2.2rem auto 0;
  padding-top: 1.7rem;
  border-top: 1px solid rgba(247,227,248,.18);
  text-align: center;
}
.hero-social-proof { display: grid; justify-items: center; margin-bottom: 1.15rem; color: #f8ecf4; text-align: center; }
.hero-social-proof strong { color: #f4b6ce; font-size: clamp(2.6rem, 4.9vw, 4.15rem); font-weight: 800; letter-spacing: -.06em; line-height: .85; direction: ltr; }
.hero-social-proof p { margin: .55rem 0 0; font-size: clamp(.98rem, 1.45vw, 1.14rem); font-weight: 700; line-height: 1.42; }
.hero-action-intro { margin: 0 auto; color: #e6d7e2; font-size: clamp(1.08rem, 1.7vw, 1.3rem); font-weight: 600; line-height: 1.58; }
.hero-cta { margin-top: 1.35rem; }
.hero-checklist { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 1.35rem; padding: 0; margin: 1.5rem auto 0; color: #e7d9e4; list-style: none; font-size: clamp(.94rem, 1.25vw, 1.04rem); line-height: 1.55; }
.hero-checklist li { display: inline-flex; align-items: center; gap: .42rem; }
.hero-checklist li::before { flex: 0 0 auto; color: #f4a8c5; content: '✓'; font-size: 1.12em; font-weight: 800; }
@media (prefers-reduced-motion: no-preference) {
  .counter.is-counting { font-variant-numeric: tabular-nums; }
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.social-proof-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(4.8rem, 9vw, 8rem) 1.25rem clamp(5.2rem, 9vw, 8.6rem);
  color: #fff;
  background:
    radial-gradient(circle at 15% 24%, rgba(207,76,120,.23), transparent 19rem),
    radial-gradient(circle at 82% 78%, rgba(122,81,158,.2), transparent 20rem),
    linear-gradient(145deg, #161017, #261725 54%, #151016);
  text-align: center;
}
.social-proof-intro::before,
.social-proof-intro::after {
  position: absolute;
  width: min(48vw, 34rem);
  aspect-ratio: 1;
  border: 1px solid rgba(245,180,201,.11);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}
.social-proof-intro::before { top: -18rem; right: -12rem; }
.social-proof-intro::after { bottom: -22rem; left: -13rem; border-color: rgba(194,159,237,.1); }
.social-proof-intro-inner { position: relative; }
.hero-proof-divider { width: min(9rem, 35%); height: 1px; margin: 0 auto clamp(2.4rem, 4vw, 3.7rem); background: linear-gradient(90deg, transparent, #f5b4c9 28%, #fff4fa 50%, #f5b4c9 72%, transparent); box-shadow: 0 0 .5rem rgba(245,180,201,.55), 0 0 1.4rem rgba(207,76,120,.32); }
.social-proof-kicker { margin-bottom: .85rem; color: #f5b4c9; font-size: .98rem; font-weight: 800; letter-spacing: .05em; }
.social-proof-intro h2 { display: grid; gap: .08em; max-width: 43rem; margin: 0 auto 1.55rem; color: #fff8fc; font-size: clamp(2.25rem, 4vw, 3.75rem); line-height: 1.16; text-wrap: balance; }
.social-proof-intro h2 span { display: block; }
.social-proof-intro h2 span:nth-child(1) { max-width: 31rem; margin-inline: auto; font-size: .78em; color: #f1dce8; }
.social-proof-intro h2 span:nth-child(2) { max-width: 32rem; margin-inline: auto; }
.social-proof-intro h2 span:nth-child(3) { max-width: 30rem; margin-inline: auto; color: #f5b4c9; font-size: .9em; }
.social-proof-intro-copy { max-width: 42rem; margin: 0 auto; color: #e7d8e3; font-size: clamp(1.12rem, 1.7vw, 1.38rem); font-weight: 600; line-height: 1.65; }
.social-proof-expertise { max-width: 40rem; margin: 2.2rem auto 0; color: #d7c3cf; font-size: clamp(1.08rem, 1.6vw, 1.28rem); font-weight: 600; line-height: 1.68; }
.social-proof-expertise strong { color: #f5b4c9; font-size: 1.07em; }
.portrait-wall {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: start;
  gap: clamp(.45rem, 1.25vw, 1.15rem);
  max-width: 67rem;
  margin: clamp(3rem, 6vw, 5.35rem) auto 0;
}
.proof-portrait { min-width: 0; margin: 0; }
.proof-portrait:nth-child(even) { transform: translateY(1.55rem); }
.proof-portrait-art {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  color: #c9a2b4;
  background:
    radial-gradient(circle at 34% 30%, rgba(245,180,201,.2), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.025));
  border: 1px dashed rgba(245,180,201,.62);
  border-radius: 50%;
  box-shadow: 0 .8rem 2.2rem rgba(0,0,0,.28), inset 0 0 2.3rem rgba(245,180,201,.06);
}
.proof-portrait-art span { padding: .18rem .4rem; color: #f6e6ed; background: rgba(29,19,29,.7); border-radius: 999px; font-size: clamp(.58rem, .85vw, .72rem); font-weight: 800; }
.proof-portrait-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.proof-portrait figcaption { display: grid; gap: .05rem; min-height: 2.7rem; margin-top: .62rem; color: #b8a8b3; font-size: clamp(.63rem, .85vw, .78rem); line-height: 1.3; text-align: center; }
.proof-portrait figcaption strong { overflow: hidden; color: #f8eaf1; font-size: 1em; text-overflow: ellipsis; white-space: nowrap; }
.social-proof-strapline { margin: clamp(3.6rem, 6vw, 5.2rem) auto 0; color: #f4c0d4; font-size: clamp(.95rem, 1.45vw, 1.12rem); font-weight: 800; line-height: 1.6; }
.social-proof-strapline span { color: #fff2f7; font-size: 1.2em; }
.proof-glimpse {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.8rem, 2vw, 1.5rem);
  max-width: 54rem;
  margin: 2.1rem auto 0;
}
.proof-glimpse-card { margin: 0; }
.proof-glimpse-art {
  position: relative;
  display: grid;
  min-height: 8.2rem;
  padding: 1rem;
  place-items: center;
  overflow: hidden;
  color: #d6b3c2;
  background: rgba(255,255,255,.055);
  border: 1px dashed rgba(245,180,201,.38);
  border-radius: .85rem;
}
.proof-glimpse-art::before,
.proof-glimpse-art::after { position: absolute; width: 7rem; aspect-ratio: 1; border: 1px solid rgba(245,180,201,.11); border-radius: 50%; content: ''; }
.proof-glimpse-art::before { top: -3rem; right: -2rem; }
.proof-glimpse-art::after { bottom: -4.3rem; left: -2.5rem; }
.proof-glimpse-art span { position: relative; z-index: 1; padding: .28rem .55rem; background: rgba(29,19,29,.72); border-radius: 999px; font-size: clamp(.67rem, 1vw, .82rem); font-weight: 800; }
.proof-glimpse-art.proof-glimpse-image { display: grid; min-height: 0; padding: 0; place-items: center; background: #f7f3ed; border-style: solid; border-color: rgba(245,180,201,.38); aspect-ratio: 5 / 6; }
.proof-glimpse-art.proof-glimpse-image::before, .proof-glimpse-art.proof-glimpse-image::after { display: none; }
.proof-glimpse-image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.proof-glimpse-card figcaption { margin-top: .58rem; color: #d9c6d0; font-size: .92rem; font-weight: 700; }
.social-proof-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: 2.65rem; color: #fff1f7; border-bottom: 1px solid rgba(245,180,201,.7); font-size: 1.04rem; font-weight: 800; text-decoration: none; transition: color .18s ease, border-color .18s ease; }
.social-proof-link:hover, .social-proof-link:focus-visible { color: #f5b4c9; border-color: #f5b4c9; }
.social-proof-action { margin-top: 2.15rem; }
.social-proof-action .microcopy { color: #d9c6d0; }

.section { padding: clamp(4.8rem, 9vw, 8.7rem) 1.25rem; }
.section-paper { background: var(--paper); }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: var(--ink-2); text-align: center; }
.section-dark h2 { color: #fff; }
.section-lead { max-width: 44rem; margin: 0 auto; color: var(--muted); font-size: clamp(1.16rem, 1.8vw, 1.42rem); }
.section-lead-dark { color: #e5d9e0; }
.recognition-bridge {
  position: relative;
  overflow: hidden;
  padding-top: clamp(5.5rem, 10vw, 9.5rem);
  padding-bottom: clamp(5.8rem, 11vw, 10rem);
  background:
    radial-gradient(circle at 8% 14%, rgba(207,76,120,.075), transparent 17rem),
    radial-gradient(circle at 92% 82%, rgba(207,76,120,.06), transparent 20rem),
    #fff;
}
.recognition-bridge::before {
  position: absolute;
  top: 7rem;
  left: -12rem;
  width: 27rem;
  aspect-ratio: 1;
  border: 1px solid rgba(207,76,120,.09);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}
.recognition-bridge .letter-chapter { position: relative; }
.recognition-bridge .letter-chapter { width: min(100% - 2.5rem, 52rem); }
.recognition-bridge .letter-chapter > p { text-align: center; }
.recognition-bridge .image-template figcaption { text-align: center; }
.recognition-bridge .letter-bridge { padding-right: 0; border-right: 0; text-align: center; }
.recognition-bridge .recognition-title {
  display: grid;
  gap: .1em;
  max-width: 52rem;
  margin-bottom: 3rem;
  font-size: clamp(2rem, 2.85vw, 2.7rem);
  line-height: 1.28;
}
.recognition-title span { display: block; text-wrap: balance; }
.recognition-title span:nth-child(1) { max-width: 38rem; margin-inline: auto; }
.recognition-title span:nth-child(2) { max-width: 48rem; margin-inline: auto; font-size: 1.04em; }
.recognition-title span:nth-child(3) { max-width: 30rem; margin-inline: auto; font-size: .97em; }
.recognition-title span:nth-child(4) { max-width: 22rem; margin-inline: auto; color: #6c2644; font-size: .91em; }
.recognition-bridge .letter-lead { max-width: 31rem; margin-bottom: 2.35rem; }
.recognition-bridge .letter-pyramid { margin-bottom: 2.65rem; }
.recognition-bridge .letter-short { margin-bottom: 2.45rem; }
.editorial-tension { padding-top: clamp(5.8rem, 10vw, 9.8rem); padding-bottom: clamp(5.8rem, 11vw, 10rem); background: #f8eef1; }
.editorial-tension h2 span { color: var(--rose); }
.reframe-letter { padding-top: clamp(5.8rem, 10vw, 9.8rem); padding-bottom: clamp(5.8rem, 11vw, 10rem); background: #fffdfa; }
.editorial-tension .letter-chapter > p,
.reframe-letter .letter-chapter > p { text-align: center; }
.editorial-tension .letter-lead { max-width: 32rem; margin-bottom: 2.5rem; }
.editorial-tension .letter-pause { max-width: 30rem; }
.tension-pyramid span:nth-child(1) { max-width: 21rem; }
.tension-pyramid span:nth-child(2) { max-width: 29rem; }
.tension-pyramid span:nth-child(3) { max-width: 36rem; }
.reframe-letter .letter-lead { max-width: 31rem; margin-bottom: 1.7rem; }
.reframe-route { gap: .25rem !important; max-width: 37rem !important; margin-top: .2rem !important; margin-bottom: 2.6rem !important; color: #4f3946 !important; }
.reframe-route span:nth-child(1) { max-width: 31rem; }
.reframe-route span:nth-child(2) { max-width: 23rem; }
.reframe-route span:nth-child(3) { max-width: 19rem; }
.reframe-route span:nth-child(4) { max-width: 32rem; }
.letter-chapter { color: var(--text); }
.letter-kicker { margin-bottom: 1.1rem; color: var(--rose); font-size: 1rem; font-weight: 800; text-align: center; }
.letter-chapter h2 { max-width: 38rem; margin: 0 auto 2.45rem; text-align: center; font-size: clamp(2.05rem, 3.1vw, 2.85rem); line-height: 1.27; text-wrap: balance; }
.letter-chapter .letter-section-heading { max-width: 39rem; font-size: clamp(2rem, 2.9vw, 2.7rem); }
.letter-chapter > p { max-width: 38rem; margin-right: auto; margin-bottom: 1.95rem; margin-left: auto; font-size: 1.17em; line-height: 1.68; }
.letter-chapter .letter-lead { color: #412c3c; font-size: 1.3em; font-weight: 600; line-height: 1.58; }
.letter-chapter .letter-short { max-width: 34rem; }
.letter-chapter .letter-pyramid {
  display: grid;
  gap: .1rem;
  max-width: 38rem;
  place-items: center;
  color: #342433;
  font-size: clamp(1.22rem, 1.75vw, 1.48rem);
  line-height: 1.58;
  text-align: center;
}
.letter-chapter .letter-pyramid span { display: block; }
.letter-chapter .letter-pyramid-actions { margin-top: -.25rem; color: #55404e; }
.letter-chapter .letter-question {
  max-width: 36rem;
  margin-top: -.25rem;
  color: #6c2644;
  font-size: clamp(1.45rem, 2.35vw, 1.86rem);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}
.letter-chapter .letter-pause { margin-top: 2.7rem; margin-bottom: 1.05rem; color: #6c2644; font-size: 1.28em; font-weight: 800; }
.letter-chapter strong { color: #8c294f; }
.image-template { margin: 3.9rem 0 4.1rem; }
.image-template-secondary { margin-top: 3.3rem; }
.image-template-mechanism { margin-top: 3.3rem; }
.image-template-art { display: grid; aspect-ratio: 4 / 3; place-items: center; overflow: hidden; color: #8d6476; background: linear-gradient(135deg, #f7edf1, #fff 49%, #f1dde5); border: 1px dashed #c995a8; border-radius: .25rem; }
.clinic-journey-infographic { max-width: 52rem; margin-right: auto; margin-left: auto; }
.clinic-journey-infographic img { display: block; width: 100%; height: auto; border-radius: 1.65rem; box-shadow: 0 1.35rem 3.2rem rgba(94,48,68,.12); }
.clinic-journey-infographic figcaption { max-width: 38rem; margin-right: auto; margin-left: auto; text-align: center; }
.image-template-art::before, .image-template-art::after { position: absolute; width: 14rem; height: 14rem; border: 1px solid rgba(151, 74, 108, .14); border-radius: 50%; content: ''; }
.image-template-art::before { transform: translate(8rem, -4rem); }
.image-template-art::after { transform: translate(-8rem, 4rem); }
.image-template-art { position: relative; }
.image-template-art span { position: relative; z-index: 1; padding: .35rem .8rem; background: rgba(255,255,255,.78); border-radius: 999px; font-size: .88rem; font-weight: 800; }
.image-template figcaption { margin-top: .85rem; color: var(--muted); font-size: .93rem; line-height: 1.65; text-align: right; }
.visual-placeholder { padding: 1.5rem; text-align: center; }
.visual-placeholder-content { display: grid; position: relative; z-index: 1; justify-items: center; gap: .7rem; max-width: 29rem; }
.visual-placeholder-content strong { color: #6c2644; font-size: clamp(1.32rem, 2.25vw, 1.8rem); line-height: 1.32; }
.visual-placeholder-content small { max-width: 26rem; color: #765969; font-size: clamp(.94rem, 1.45vw, 1.08rem); font-weight: 650; line-height: 1.58; }
.visual-placeholder-content .visual-placeholder-index { padding: .35rem .8rem; color: #7a3857; background: rgba(255,255,255,.82); border: 1px solid rgba(176,96,130,.26); border-radius: 999px; font-size: .83rem; font-weight: 800; }
.visual-placeholder-proof { min-height: 0; }
.visual-placeholder-proof .visual-placeholder-content strong { color: #7b4861; font-size: 1.38rem; }
.visual-placeholder-proof .visual-placeholder-content small { max-width: 14rem; }
.letter-divider { width: min(100%, 33rem); height: 1px; margin: 3.55rem auto 2.2rem; background: #b8a9b0; }
.letter-pre-turn { margin-bottom: .7rem !important; color: var(--muted); font-size: 1rem !important; font-weight: 700; text-align: center; }
.letter-turn { margin: 0 auto 2.3rem; text-align: center; font-size: clamp(2.2rem, 3.2vw, 2.85rem); line-height: 1.22; text-wrap: balance; }
.letter-turn span { color: var(--rose); }
.letter-bridge { max-width: 39rem; padding-right: 0; margin: 2.65rem auto 0 !important; color: #6c2644; border: 0; font-size: 1.24em !important; font-weight: 800; line-height: 1.58 !important; text-align: center; }
.chapter-dark { padding-top: clamp(5.6rem, 10vw, 9.5rem); padding-bottom: clamp(5.6rem, 10vw, 9.5rem); }
.section-dark .letter-kicker { color: var(--rose-light); }
.section-dark .letter-chapter > p { color: #e5d9e0; }
.section-dark .letter-lead { color: #fff; }
.chapter-explainer { max-width: 39rem !important; margin-top: 2.15rem !important; color: #e4d6df !important; font-size: clamp(1.1rem, 1.7vw, 1.34rem) !important; line-height: 1.72 !important; text-align: center; }
.journey-visual-template { max-width: 48rem; margin: 3.8rem auto 3.9rem; }
.journey-visual-art { position: relative; display: grid; aspect-ratio: 16 / 8; place-items: center; overflow: hidden; color: #f5c5d8; background: radial-gradient(circle at 50% 52%, rgba(207,76,120,.16), transparent 34%), linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.018)); border: 1px dashed rgba(245,180,201,.58); border-radius: 1rem; }
.journey-visual-art::before, .journey-visual-art::after { position: absolute; width: 10rem; aspect-ratio: 1; border: 1px solid rgba(245,180,201,.16); border-radius: 50%; content: ''; }
.journey-visual-art::before { top: -4.8rem; right: 8%; }
.journey-visual-art::after { bottom: -5.3rem; left: 8%; }
.journey-visual-art span { position: relative; z-index: 1; padding: .38rem .75rem; background: rgba(35,22,35,.78); border-radius: 999px; font-size: .87rem; font-weight: 800; }
.journey-infographic { display: block; aspect-ratio: 16 / 9; overflow: visible; background: transparent; border: 0; box-shadow: none; }
.journey-infographic::before, .journey-infographic::after { display: none; }
.journey-infographic img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 .4rem .9rem rgba(245,180,201,.16)); }
.journey-visual-template figcaption { margin-top: .8rem; color: #d6c4ce; font-size: .92rem; line-height: 1.65; text-align: center; }
.journey-visual-template figcaption strong { color: #f5b4c9; }
.client-journey { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.2rem, 3vw, 3.4rem); max-width: 50rem; padding: 0; margin: 0 auto; list-style: none; text-align: center; }
.client-journey li { display: grid; align-content: start; justify-items: center; min-width: 0; }
.journey-number { display: grid; width: 2.2rem; height: 2.2rem; margin-bottom: .8rem; place-items: center; color: #251824; background: #f5b4c9; border-radius: 50%; font-size: .75rem; font-weight: 800; letter-spacing: .05em; direction: ltr; }
.client-journey strong { color: #fff; font-size: clamp(1.2rem, 1.8vw, 1.5rem); line-height: 1.3; }
.client-journey p { margin: .8rem 0 0; color: #dfd0d9; font-size: clamp(1rem, 1.45vw, 1.17rem); line-height: 1.65; }
.journey-takeaway { max-width: 37rem !important; margin: 3.9rem auto 3.3rem !important; color: #f0dfe8 !important; font-size: clamp(1.2rem, 1.9vw, 1.5rem) !important; font-weight: 700; line-height: 1.62 !important; text-align: center; }
.section-dark .letter-pre-turn { color: #e6dbe1; }
.chapter-cta-question { max-width: 36rem !important; margin: 0 auto 1.85rem !important; padding-right: 0 !important; color: #fff !important; border-right: 0 !important; font-size: clamp(1.38rem, 2.2vw, 1.78rem) !important; font-weight: 800; line-height: 1.5 !important; text-align: center; }
.dark-next-chapter { margin: 4.2rem auto 0 !important; color: #f5b4c9 !important; font-size: 1.06rem !important; font-weight: 800; line-height: 1.6 !important; text-align: center; }
.founders-letter {
  position: relative;
  overflow: hidden;
  padding-top: clamp(6rem, 10.5vw, 10rem);
  padding-bottom: clamp(6rem, 10.5vw, 10rem);
  background:
    radial-gradient(circle at 12% 16%, rgba(207,76,120,.1), transparent 20rem),
    radial-gradient(circle at 90% 84%, rgba(207,76,120,.065), transparent 23rem),
    #fffdfa;
}
.founders-letter::before {
  position: absolute;
  top: 4.5rem;
  right: -14rem;
  width: 30rem;
  aspect-ratio: 1;
  border: 1px solid rgba(207,76,120,.1);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}
.founders-copy { position: relative; text-align: center; }
.founders-question { max-width: 30rem !important; margin-bottom: .7rem !important; color: #654352; font-size: clamp(1.2rem, 1.9vw, 1.45rem) !important; font-weight: 600; line-height: 1.6 !important; text-align: center; }
.founder-portrait { width: 9.75rem; margin: 0 auto 1.65rem; }
.founder-profile-image { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; object-position: 50% 48%; border: 2px solid rgba(207,76,120,.34); border-radius: 50%; box-shadow: 0 .85rem 2.2rem rgba(94,48,68,.16); }
.founder-portrait-art { display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; color: #8d6476; background: linear-gradient(135deg, #f7edf1, #fff 49%, #f1dde5); border: 2px solid rgba(207,76,120,.34); border-radius: 50%; box-shadow: 0 .85rem 2.2rem rgba(94,48,68,.12); }
.founder-portrait-art span { padding: .3rem .6rem; background: rgba(255,255,255,.78); border-radius: 999px; font-size: .72rem; font-weight: 800; text-align: center; }
.founders-pivot { max-width: 36rem !important; margin-top: 2.25rem !important; color: #6c2644; font-size: clamp(1.25rem, 2vw, 1.55rem) !important; font-weight: 800; line-height: 1.58 !important; text-align: center; }
.founder-photo-template-about { margin-top: 3.85rem; }
.founders-belief { max-width: 38rem !important; margin-top: 3.35rem !important; color: #4d3543; font-size: clamp(1.25rem, 2vw, 1.55rem) !important; font-weight: 700; line-height: 1.58 !important; text-align: center; }
.founders-cta-intro { max-width: 34rem !important; margin-top: 3.2rem !important; margin-bottom: .2rem !important; color: #6c2644; font-size: clamp(1.24rem, 2vw, 1.55rem) !important; font-weight: 800; line-height: 1.55 !important; text-align: center; }
.founders-action { margin-top: 1.4rem; }
.section-neon-divider { position: relative; z-index: 2; height: 0; background: #fffdfa; }
.section-neon-divider::before {
  position: absolute;
  top: 50%;
  right: 50%;
  width: clamp(4.5rem, 9vw, 7rem);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #d24d7d 22%, #f8c7d9 50%, #d24d7d 78%, transparent);
  box-shadow: 0 0 .45rem rgba(207,76,120,.52), 0 0 1.1rem rgba(207,76,120,.18);
  content: '';
  transform: translate(50%, -50%);
}
.proof-staging {
  padding-top: clamp(6rem, 11vw, 10.5rem);
  padding-bottom: clamp(6rem, 11vw, 10.5rem);
  background:
    linear-gradient(90deg, rgba(207,76,120,.035) 1px, transparent 1px),
    #fff;
  background-size: 5rem 100%, auto;
}
.proof-staging .letter-chapter { text-align: center; }
.proof-staging .letter-chapter > p { text-align: center; }
.proof-staging .letter-section-heading { max-width: 43rem; }
.proof-staging .letter-lead { max-width: 32rem; margin-bottom: 2.7rem; color: #4f3946; font-size: clamp(1.3rem, 2vw, 1.58rem); font-weight: 650; line-height: 1.62; }
.proof-pyramid { max-width: 35rem; margin-top: 2.2rem; color: #533d49; font-size: clamp(1.16rem, 1.8vw, 1.4rem); line-height: 1.75; }
.proof-pivot { max-width: 33rem; margin-top: 2.65rem !important; margin-bottom: .85rem !important; color: #6c2644; font-size: clamp(1.3rem, 2vw, 1.58rem) !important; font-weight: 800; line-height: 1.52 !important; }
.proof-intro-bridge { max-width: 32rem; margin-top: 3.5rem !important; margin-bottom: .75rem !important; color: #6c2644; font-size: clamp(1.38rem, 2.15vw, 1.72rem) !important; font-weight: 800; line-height: 1.5 !important; }
.proof-whisper { max-width: 27rem; color: #725763; font-size: clamp(1.08rem, 1.6vw, 1.26rem); font-weight: 600; line-height: 1.65; }
.proof-closing { max-width: 32rem; margin-top: .9rem !important; color: #523a47; font-size: clamp(1.2rem, 1.8vw, 1.45rem) !important; font-weight: 650; line-height: 1.7 !important; }
.proof-stack { width: min(100%, 42rem); margin: 5.8rem auto 0; }
.proof-case { padding: 0 0 5.4rem; margin: 0 0 5.4rem; border-bottom: 1px solid #d9c8d0; text-align: center; }
.proof-case:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.proof-case-type { margin: 0 0 1.1rem; color: var(--rose); font-size: .9rem; font-weight: 800; letter-spacing: .08em; }
.proof-case h3 { max-width: 36rem; margin: 0 auto 1.45rem; color: #382432; font-size: clamp(1.85rem, 3vw, 2.45rem); line-height: 1.28; text-align: center; }
.proof-case-lead { max-width: 37rem; margin: 0 auto 2.6rem; color: #5f4a55; font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.75; text-align: center; }
.proof-media { margin: 0; }
.proof-media-art { position: relative; display: grid; place-items: center; overflow: hidden; color: #805f70; background: linear-gradient(135deg, #f8eef1, #fff 50%, #f5e4ea); border: 1px dashed #c995a8; }
.proof-media-art::before, .proof-media-art::after { position: absolute; width: 16rem; aspect-ratio: 1; border: 1px solid rgba(151,74,108,.15); border-radius: 50%; content: ''; }
.proof-media-art::before { transform: translate(8rem, -4.5rem); }
.proof-media-art::after { transform: translate(-8rem, 4.5rem); }
.proof-media-art span { position: relative; z-index: 1; padding: .45rem .9rem; background: rgba(255,255,255,.88); border-radius: 999px; font-size: .9rem; font-weight: 800; }
.proof-media-video .proof-media-art { min-height: 22rem; aspect-ratio: 16 / 9; }
.youtube-short { display: block; width: min(100%, 22rem); aspect-ratio: 9 / 16; margin: 0 auto; background: #1a1319; border: 0; border-radius: .35rem; box-shadow: 0 1.1rem 2.6rem rgba(69,38,53,.14); }
.proof-image-trigger { display: block; width: 100%; padding: 0; overflow: hidden; background: transparent; border: 0; border-radius: inherit; cursor: zoom-in; }
.proof-image-trigger img { display: block; width: 100%; transition: transform .24s ease; }
.proof-image-trigger:hover img, .proof-image-trigger:focus-visible img { transform: scale(1.025); }
.proof-image-trigger:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }
.proof-media-conversation { width: min(100%, 23rem); margin-right: auto; margin-left: auto; }
.proof-media-conversation .proof-media-art { min-height: 0; aspect-ratio: 9 / 16; padding: 1.25rem; color: #7b4861; background: linear-gradient(145deg, #f8edf1, #fffdfd 46%, #f4e1e8); border: 1px solid rgba(202,111,147,.62); border-radius: 1.25rem; box-shadow: 0 1.1rem 2.6rem rgba(91,45,65,.12); }
.proof-media-conversation .proof-media-art::before, .proof-media-conversation .proof-media-art::after { width: 11rem; border-color: rgba(190,91,130,.14); }
.proof-media-conversation .proof-media-art span { max-width: 13rem; padding: .55rem .85rem; color: #7b4861; border: 1px solid rgba(203,110,147,.25); box-shadow: 0 .55rem 1.3rem rgba(110,56,80,.08); text-align: center; line-height: 1.45; }
.proof-media-conversation figcaption { width: 100%; }
.proof-media figcaption { max-width: 36rem; margin: 1rem auto 0; color: var(--muted); font-size: 1rem; line-height: 1.72; text-align: center; }
.proof-caption-prompt { max-width: 34rem; margin: 2.25rem auto 0; color: #5f4a55; font-size: 1.04rem; line-height: 1.72; text-align: center; }
.proof-carousel-action { margin-top: 1.5rem; }
.proof-carousel { --proof-slide-gap: .85rem; width: min(100%, 52rem); margin: 0 auto; }
.proof-carousel-viewport { overflow: hidden; }
.proof-carousel-track { display: flex; flex-wrap: nowrap; gap: var(--proof-slide-gap); width: 100%; direction: ltr; will-change: transform; }
.proof-slide { flex: 0 0 calc((100% - (var(--proof-slide-gap) * 2)) / 3); display: grid; aspect-ratio: 9 / 16; min-height: 0; padding: 0; margin: 0; place-items: center; overflow: hidden; color: #805f70; background: #f8eef1; border: 1px dashed #c995a8; border-radius: .25rem; font-size: .86rem; font-weight: 800; }
.proof-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.proof-carousel-controls { display: grid; grid-template-columns: 2.75rem 1fr 2.75rem; align-items: center; gap: 1rem; margin: 1.35rem auto 0; width: min(100%, 28rem); direction: ltr; }
.proof-carousel-arrow { display: grid; width: 2.75rem; height: 2.75rem; padding: 0; place-items: center; border: 1px solid rgba(134, 49, 91, .6); border-radius: 999px; color: #8a315d; background: #fffaf9; font: inherit; font-size: 1.45rem; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.proof-carousel-arrow:hover, .proof-carousel-arrow:focus-visible { color: #fff; background: #9f3768; transform: scale(1.06); outline: none; }
.proof-carousel-dots { display: flex; align-items: center; justify-content: center; gap: .45rem; min-height: 2.75rem; }
.proof-carousel-dot { width: .62rem; height: .62rem; padding: 0; border: 0; border-radius: 999px; background: rgba(137, 49, 94, .28); cursor: pointer; transition: width .25s ease, background .25s ease, transform .25s ease; }
.proof-carousel-dot:hover, .proof-carousel-dot:focus-visible { background: rgba(137, 49, 94, .65); outline: none; transform: scale(1.15); }
.proof-carousel-dot.is-active { width: 1.7rem; background: #9f3768; }
.proof-case-video-stories h3 { max-width: 34rem; }
.case-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin: 0 auto; }
.case-video { margin: 0; text-align: center; }
.case-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; background: #1a1319; border: 0; border-radius: .4rem; box-shadow: 0 .9rem 2.1rem rgba(69,38,53,.13); }
.case-video figcaption { margin-top: .75rem; color: #715562; font-size: .96rem; font-weight: 650; }
.call-letter {
  position: relative;
  overflow: hidden;
  padding-top: clamp(6rem, 10.5vw, 10rem);
  padding-bottom: clamp(6rem, 10.5vw, 10rem);
  background: linear-gradient(180deg, #fffdfa, #f8eef1);
}
.call-letter::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(252,226,234,.74), transparent 17rem),
    radial-gradient(circle at 88% 80%, rgba(243,216,225,.65), transparent 18rem);
  content: '';
  pointer-events: none;
}
.call-letter .letter-chapter { position: relative; z-index: 1; }
.call-letter .letter-section-heading { max-width: 42rem; font-size: clamp(2.35rem, 3.65vw, 3.5rem); }
.call-letter .letter-section-heading span { color: #8f315f; }
.call-letter .letter-lead { max-width: 35rem; color: #583845; text-align: center; }
.call-letter .letter-lead strong { color: #8f315f; }
.call-letter .call-opening { max-width: 33rem; margin-top: 2.75rem !important; color: #51333f; font-size: clamp(1.22rem, 1.9vw, 1.5rem) !important; font-weight: 680; line-height: 1.7 !important; text-align: center; }
.call-letter .call-perspective { max-width: 36rem; margin-top: 2.5rem !important; color: #664953; font-size: clamp(1.14rem, 1.8vw, 1.38rem) !important; font-weight: 600; line-height: 1.74 !important; text-align: center; }
.call-letter .call-perspective strong { color: #8f315f; font-weight: 800; }
.call-letter .letter-chapter > p { text-align: center; }
.call-letter .letter-chapter > p:not(.letter-kicker):not(.letter-pre-turn):not(.microcopy) { font-size: clamp(1.25rem, 1.85vw, 1.5rem); }
.call-letter .letter-pre-turn { margin-top: 3.75rem !important; color: #8f315f; font-size: 1.06rem !important; }
.call-flow { max-width: 35rem; padding: 0; margin: 2rem auto 0; list-style: none; }
.call-flow li { display: grid; justify-items: center; gap: .7rem; padding: 1.35rem 1.25rem; text-align: center; }
.call-flow li > span { color: #c8497a; font-size: .86rem; font-weight: 800; letter-spacing: .12em; direction: ltr; }
.call-flow-icon { display: grid; width: min(100%, 14rem); min-height: 5.6rem; padding: .75rem 1rem; place-items: center; color: #8f315f; border: 1px dashed rgba(183,85,127,.58); border-radius: .85rem; background: rgba(255,255,255,.6); font-size: .9rem; font-weight: 800; line-height: 1.35; }
.call-flow-icon small { color: #8e6a78; font-size: .76rem; font-weight: 650; }
.call-flow strong { display: block; margin-bottom: .55rem; color: #5c2943; font-size: clamp(1.35rem, 2.05vw, 1.7rem); line-height: 1.34; }
.call-flow p { max-width: 31rem; margin: 0; color: #6b505d; font-size: clamp(1.06rem, 1.65vw, 1.24rem); line-height: 1.72; text-align: center; }
.call-summary { max-width: 35rem !important; margin-top: 3.3rem !important; margin-bottom: 0 !important; color: #583845; font-size: clamp(1.24rem, 1.9vw, 1.52rem) !important; font-weight: 650; line-height: 1.7 !important; text-align: center; }
.call-summary strong { color: #8f315f; }
.call-letter .call-bridge { max-width: 39rem; padding: 0; color: #6c2644; border: 0; font-size: clamp(1.3rem, 2.1vw, 1.75rem) !important; line-height: 1.52 !important; text-align: center; }
.final-letter {
  position: relative;
  padding-top: clamp(6.2rem, 11vw, 10.5rem);
  padding-bottom: clamp(6.5rem, 11vw, 10.7rem);
  background: linear-gradient(180deg, #fffdfb 0%, #fff 100%);
  box-shadow: inset 0 1px 0 rgba(140,41,79,.12);
}
.final-letter::before { position: absolute; top: 0; right: 50%; width: min(76%, 44rem); height: 1px; background: linear-gradient(90deg, transparent, rgba(207,76,120,.4), transparent); content: ''; transform: translateX(50%); }
.final-letter-copy { text-align: center; }
.final-letter-copy h2 { max-width: 43rem; margin-bottom: 2.75rem; font-size: clamp(2.25rem, 3.55vw, 3.45rem); line-height: 1.2; }
.final-letter-copy > p { text-align: center; }
.final-letter-copy .final-vision { max-width: 31rem; color: #4c3946; font-size: clamp(1.22rem, 1.8vw, 1.45rem); line-height: 1.7; }
.final-letter-copy .final-vision-wide { max-width: 38rem; margin-top: 2.5rem; }
.future-visual-placeholder { max-width: 47rem; margin: 3.9rem auto 4.1rem; }
.future-visual-placeholder-art { display: grid; min-height: 17rem; padding: 1.5rem; place-items: center; overflow: hidden; background: linear-gradient(135deg, #f9edf0, #fffdfb 52%, #f0dfe6); border: 1px dashed #c995a8; border-radius: 1.35rem; box-shadow: 0 1rem 2.5rem rgba(93,48,68,.08); }
.future-visual-placeholder figcaption { max-width: 39rem; margin: .9rem auto 0; color: #745865; font-size: .94rem; line-height: 1.65; text-align: center; }
.final-letter-copy .final-turn { max-width: 34rem; margin-top: 3.7rem; margin-bottom: .8rem; color: #6c2644; font-size: clamp(1.38rem, 2.1vw, 1.78rem); font-weight: 700; line-height: 1.42; }
.final-letter-copy .final-statement { max-width: 40rem; color: #3f2c39; font-size: clamp(1.22rem, 1.9vw, 1.52rem); font-weight: 500; line-height: 1.75; }
.final-letter-copy .final-statement strong { color: #2c1b27; font-weight: 800; }
.final-letter-copy .final-reframe { max-width: 31rem; margin-top: 2.8rem; margin-bottom: .8rem; color: #8c294f; font-size: clamp(1.5rem, 2.3vw, 1.95rem); font-weight: 800; line-height: 1.4; }
.final-letter-copy .final-close { max-width: 36rem; margin-top: 3.35rem; margin-bottom: .75rem; color: #6c2644; font-size: clamp(1.3rem, 1.9vw, 1.6rem); font-weight: 700; line-height: 1.5; }
.final-action { margin-top: 1.8rem; }
.founder-signature { margin-bottom: 2.35rem !important; color: #382432; font-family: cursive; font-size: clamp(1.65rem, 2.7vw, 2.25rem) !important; font-weight: 700; line-height: 1.2 !important; }
.founder-photo-template { width: min(100%, 38rem); margin: 0 auto; }
.founder-photo-art { display: grid; min-height: 22rem; place-items: center; overflow: hidden; color: #8d6476; background: linear-gradient(135deg, #f7edf1, #fff 49%, #f1dde5); border: 1px dashed #c995a8; border-radius: 1.6rem; }
.founder-photo-art span { padding: .35rem .8rem; background: rgba(255,255,255,.82); border-radius: 999px; font-size: .88rem; font-weight: 800; }
.founder-photo-template figcaption { margin-top: .85rem; color: var(--muted); font-size: .93rem; text-align: right; }
.three-cards, .check-grid, .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.8rem; text-align: right; }
.three-cards article, .process-grid article { padding: 1.8rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 .9rem 2.1rem rgba(69, 38, 53, .05); }
.three-cards span, .process-grid span { color: var(--rose); font-size: .9rem; font-weight: 800; letter-spacing: .08em; }
.three-cards p, .process-grid p { margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.pullquote { margin: 2.6rem 0; padding: 1.45rem 1.65rem; color: #6c2644; background: #fff; border: 0; border-radius: .85rem; box-shadow: 0 .8rem 1.8rem rgba(94,48,68,.08); font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 700; line-height: 1.55; }
.statement { margin: 2.2rem 0 0; color: #81284d; font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 800; line-height: 1.55; }
.check-grid article { padding: 2rem 1.8rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.check-grid span { color: var(--rose-light); font-size: .9rem; font-weight: 800; letter-spacing: .08em; }
.check-grid h3 { margin-top: .7rem; color: #fff; }
.check-grid p { margin-bottom: 0; color: #ddd0d8; font-size: 1rem; line-height: 1.65; }
.centered-action { margin-top: 2.8rem; text-align: center; }
.fit-wrap { text-align: center; }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.6rem; text-align: right; }
.fit-grid article { padding: 2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.fit-grid article:last-child { background: #fff8f8; }
.fit-grid ul { display: grid; gap: .8rem; padding: 0; margin: 1.3rem 0 0; list-style: none; }
.fit-grid li { position: relative; padding-right: 1.45rem; color: var(--muted); }
.fit-grid li::before { position: absolute; top: .1rem; right: 0; color: var(--rose); content: '✓'; font-weight: 800; }

.faq-section {
  padding-top: clamp(6rem, 11vw, 10rem);
  padding-bottom: clamp(6rem, 11vw, 10rem);
  color: #fff;
  background: #100d10;
}

.faq-shell { width: min(100% - 2.5rem, 58rem); margin-inline: auto; }

.faq-heading {
  padding-bottom: clamp(3.1rem, 6vw, 5.4rem);
  border-bottom: 1px solid rgba(255,255,255,.16);
  text-align: center;
}

.faq-mark {
  margin: 0 0 .45rem;
  color: #f8d7e2;
  font-size: clamp(3.5rem, 6.7vw, 5.7rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .95;
}

.faq-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.2;
}

.faq-list { margin-top: clamp(3rem, 6vw, 5.5rem); }

.faq-list details {
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.3rem;
  border: 2px solid var(--rose-light);
  border-radius: .9rem;
  box-shadow: 0 0 0 rgba(245,180,201,0);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.faq-list details:last-child { margin-bottom: 0; }

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 1.6rem 1.3rem;
  color: #fff;
  cursor: pointer;
  font-size: clamp(1.28rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.45;
  transition: color .22s ease, background .22s ease, text-shadow .22s ease;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  flex: 0 0 auto;
  color: var(--rose-light);
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 0 rgba(245,180,201,0);
  transition: color .22s ease, text-shadow .22s ease, transform .22s ease;
}

.faq-list details[open] {
  border-color: #f5b4c9;
  box-shadow: 0 0 0 1px rgba(245,180,201,.22), 0 0 1.8rem rgba(207,76,120,.22), inset 0 0 1.8rem rgba(207,76,120,.08);
}
.faq-list details[open] summary {
  background: linear-gradient(90deg, #81284d, #9b315c);
  text-shadow: 0 0 .8rem rgba(255,255,255,.18);
}
.faq-list details[open] summary::after { color: #fff; content: '−'; text-shadow: 0 0 .85rem rgba(255,255,255,.65), 0 0 1.5rem rgba(245,180,201,.62); transform: rotate(180deg); }
.faq-list summary:focus-visible { outline: 2px solid #fff; outline-offset: -5px; }

@media (hover: hover) {
  .faq-list details:hover {
    border-color: #f7c4d5;
    box-shadow: 0 0 0 1px rgba(245,180,201,.18), 0 0 1.45rem rgba(207,76,120,.18);
    transform: translateY(-2px);
  }
  .faq-list details:hover summary { color: #fff7fb; text-shadow: 0 0 .8rem rgba(255,255,255,.16); }
  .faq-list details:hover summary::after { color: #fff; text-shadow: 0 0 .7rem rgba(255,255,255,.64), 0 0 1.3rem rgba(245,180,201,.48); }
}

.faq-answer { padding: 1.25rem 1.6rem 1.55rem; background: #1a1319; }

.faq-answer p {
  margin: 0;
  color: #eadfe5;
  font-size: clamp(1.18rem, 1.75vw, 1.36rem);
  line-height: 1.78;
}

.faq-action { margin-top: clamp(3.2rem, 6vw, 4.8rem); text-align: center; }
.faq-action .button { min-width: min(100%, 20rem); }
.faq-action p { margin: 1rem 0 0; color: #d7c5ce; font-size: .96rem; }

.booking-modal[hidden] { display: none; }
.booking-modal { position: fixed; z-index: 50; inset: 0; display: grid; padding: 1.25rem; place-items: center; }
.booking-modal-backdrop { position: absolute; inset: 0; background: rgba(13,8,14,.82); backdrop-filter: blur(11px); }
.booking-modal-card {
  position: relative;
  width: min(100%, 47rem);
  padding: clamp(2.25rem, 4.5vw, 3.25rem) clamp(2rem, 5.8vw, 4.25rem);
  overflow: visible;
  color: #fff;
  background: #1d171f;
  border: 1px solid rgba(228,183,202,.32);
  border-radius: 1.35rem;
  box-shadow: 0 1.75rem 6rem rgba(0,0,0,.52), 0 0 3.5rem rgba(189,112,160,.09);
  text-align: center;
}
.booking-modal-card::before { position: absolute; top: 0; right: 18%; left: 18%; height: 1px; background: linear-gradient(90deg, transparent, rgba(242,191,212,.72), transparent); content: ''; }
.booking-modal-close { position: absolute; top: .9rem; left: .9rem; display: grid; width: 2.35rem; height: 2.35rem; padding: 0; place-items: center; color: #f4dde9; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; font: inherit; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.booking-modal-close:hover, .booking-modal-close:focus-visible { color: #fff; background: rgba(255,255,255,.16); outline: none; }
.booking-modal-kicker { margin: 0 0 .7rem; color: #efb4cb; font-size: .92rem; font-weight: 800; letter-spacing: .04em; }
.booking-modal-card h2 { margin: 0 0 1rem; color: #fff; font-size: clamp(2.05rem, 4.25vw, 3.2rem); line-height: 1.13; text-wrap: balance; }
.booking-modal-card > p:not(.booking-modal-kicker):not(.booking-note) { max-width: 34rem; padding-bottom: 1.35rem; margin: 0 auto; color: #d8cbd3; border-bottom: 1px solid rgba(235,207,219,.14); font-size: 1.05rem; line-height: 1.55; }
.booking-modal-card form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin-top: 1.55rem; text-align: right; }
.booking-field { min-width: 0; }
.booking-field-wide { grid-column: 1 / -1; }
.booking-modal-card input:not([type="checkbox"]), .booking-modal-card select { width: 100%; min-height: 3.2rem; padding: .75rem .9rem; color: #f8f3f6; background: #0f0c10; border: 1px solid rgba(239,197,216,.12); border-radius: .55rem; font: inherit; }
.booking-modal-card input::placeholder { color: #9a8c94; opacity: 1; }
.booking-modal-card input[type="tel"] { direction: rtl; text-align: right; }
.booking-modal-card select:invalid { color: #9a8c94; }
.booking-modal-card option { color: #f8f3f6; background: #1d171f; }
.booking-modal-card select { cursor: pointer; }
.booking-modal-card input:not([type="checkbox"]):focus, .booking-modal-card select:focus { border-color: rgba(239,160,194,.75); outline: 3px solid rgba(245,180,201,.22); }
.booking-consent { display: flex; grid-column: 1 / -1; align-items: flex-start; gap: .55rem; margin-top: .15rem; color: #decdd7 !important; font-size: .89rem !important; font-weight: 500 !important; line-height: 1.45; }
.booking-consent input { width: 1rem; height: 1rem; margin: .2rem 0 0; accent-color: var(--rose); }
.booking-consent a { color: #f4bed2; font-weight: 800; text-decoration-color: rgba(244,190,210,.65); text-underline-offset: .16em; }
.booking-consent a:hover { color: #fff4f8; }
.booking-modal-card .button-form, .booking-modal-card .form-status { grid-column: 1 / -1; }
.booking-modal-card .button-form { min-height: 3.6rem; margin-top: .15rem; }
.booking-modal-card .booking-note { margin: 1.3rem 0 0; color: #bcaeb6; font-size: .88rem; }
.image-lightbox[hidden] { display: none; }
.image-lightbox { position: fixed; z-index: 60; inset: 0; display: grid; padding: 1.5rem; place-items: center; touch-action: none; }
.image-lightbox-backdrop { position: absolute; inset: 0; background: rgba(18,11,18,.76); backdrop-filter: blur(5px); }
.image-lightbox-card { position: relative; z-index: 1; display: grid; width: min(100%, 39rem); max-height: min(76vh, 48rem); padding: .5rem; margin: 0; place-items: center; overflow: visible; background: #1a1319; border: 1px solid rgba(245,180,201,.3); border-radius: .85rem; box-shadow: 0 1.75rem 4.8rem rgba(0,0,0,.54); outline: none; }
.image-lightbox-card img { display: block; max-width: 100%; max-height: min(72vh, 44rem); object-fit: contain; border-radius: .48rem; }
.image-lightbox-close { position: absolute; z-index: 2; top: -.95rem; left: -.95rem; display: grid; width: 2.85rem; height: 2.85rem; padding: 0; place-items: center; color: #fff; background: #522238; border: 2px solid #f5b4c9; border-radius: 50%; box-shadow: 0 .55rem 1.4rem rgba(0,0,0,.32); font: inherit; font-size: 1.82rem; line-height: 1; cursor: pointer; }
.image-lightbox-close:hover, .image-lightbox-close:focus-visible { background: rgba(255,255,255,.22); outline: 2px solid #fff; outline-offset: 3px; }
body.modal-open { overflow: hidden; }

.booking-section { padding: clamp(4.8rem, 9vw, 8rem) 1.25rem; background: linear-gradient(135deg, #d7557d, #81213f); }
.closing-section { padding-top: clamp(6rem, 11vw, 10rem); padding-bottom: clamp(6rem, 11vw, 10rem); }
.booking-shell { width: min(100%, 47rem); margin-inline: auto; padding: clamp(2rem, 6vw, 4.3rem); color: #fff; background: var(--ink); border-radius: var(--radius); box-shadow: 0 2rem 5rem rgba(66,12,31,.35); text-align: center; }
.booking-shell h2 { color: #fff; font-size: clamp(2.2rem, 3.7vw, 3.25rem); line-height: 1.23; }
.booking-shell > p:not(.eyebrow):not(.booking-note) { color: #e6d8df; }
.booking-shell .closing-lead { max-width: 35rem; margin: 0 auto 1.35rem; color: #fff; font-size: 1.3em; font-weight: 700; line-height: 1.62; }
form { display: grid; gap: 1rem; margin-top: 2rem; text-align: right; }
label { display: grid; gap: .35rem; font-size: 1rem; font-weight: 700; }
input { width: 100%; padding: .9rem 1rem; color: var(--ink); background: #fff; border: 1px solid transparent; border-radius: .55rem; font: inherit; }
input:focus { outline: 3px solid rgba(245,180,201,.72); }
.button-form { width: 100%; margin-top: .45rem; }
.button:disabled { opacity: .7; cursor: wait; transform: none; }
.form-status { min-height: 1.5rem; margin: 0; color: #f5b4c9; font-size: .95rem; text-align: center; }
.booking-note { margin: 1.4rem 0 0; color: #cbbcc5; font-size: .92rem; }

/* Questionnaire and thank-you pages: the second and third steps of the same funnel. */
.questionnaire-hero, .completion-hero { position: relative; overflow: hidden; padding: clamp(4.7rem, 9vw, 7.8rem) 1.25rem clamp(3.7rem, 7vw, 5.8rem); color: #fff; background: radial-gradient(ellipse 62% 48% at 50% 34%, rgba(129,63,143,.35), transparent 75%), linear-gradient(145deg, #0e0a10, #241625 58%, #100c16); text-align: center; }
.questionnaire-hero::before, .completion-hero::before { position: absolute; top: -20rem; right: 50%; width: min(79vw, 54rem); aspect-ratio: 1; border: 1px solid rgba(235,195,235,.15); border-radius: 50%; box-shadow: 0 0 5rem rgba(189,100,185,.14); content: ''; transform: translateX(50%); }
.questionnaire-shell, .completion-shell { position: relative; width: min(100%, 48rem); margin-inline: auto; }
.questionnaire-hero h1, .completion-hero h1 { margin-bottom: 1.55rem; color: #fff; font-size: clamp(2.75rem, 5.7vw, 5rem); line-height: 1.12; text-wrap: balance; }
.questionnaire-intro, .completion-lead { max-width: 38rem; margin: 0 auto; color: #e4d5df; font-size: clamp(1.1rem, 1.75vw, 1.35rem); font-weight: 600; line-height: 1.65; }
.questionnaire-progress { display: grid; gap: .65rem; width: min(100%, 22rem); margin: 2rem auto 0; color: #f2cadb; font-size: .94rem; font-weight: 800; }
.questionnaire-progress i { display: block; height: .34rem; overflow: hidden; background: rgba(255,255,255,.15); border-radius: 99rem; }
.questionnaire-progress i::after { display: block; width: 33%; height: 100%; background: linear-gradient(90deg, #d64f7d, #f5b4c9); border-radius: inherit; content: ''; }
.questionnaire-section { padding-top: clamp(4.4rem, 8vw, 7rem); padding-bottom: clamp(5.5rem, 10vw, 8rem); background: radial-gradient(circle at 7% 12%, rgba(238,191,209,.16), transparent 19rem), var(--paper); }
.questionnaire-form { display: grid; gap: 1.15rem; }
.questionnaire-heading { padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); text-align: center; }
.questionnaire-heading h2 { margin-bottom: .85rem; color: var(--ink); }
.questionnaire-heading > p:last-child { margin: 0; color: var(--muted); }
.questionnaire-form fieldset { display: grid; gap: 1rem; padding: clamp(1.35rem, 3vw, 2rem); margin: 0; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: .9rem; box-shadow: 0 1rem 2.6rem rgba(72,34,53,.045); }
.questionnaire-form legend { padding: 0 .55rem; color: #9d3260; font-size: 1.1rem; font-weight: 800; }
.questionnaire-form label { color: var(--ink); text-align: right; }
.questionnaire-form select, .questionnaire-form textarea { width: 100%; min-height: 3.25rem; padding: .78rem .9rem; margin-top: .25rem; color: var(--ink); background: #fff; border: 1px solid #e5d4dc; border-radius: .6rem; font: inherit; line-height: 1.55; }
.questionnaire-form textarea { resize: vertical; }
.questionnaire-form select:focus, .questionnaire-form textarea:focus { border-color: #c74775; outline: 3px solid rgba(207,76,120,.16); }
.questionnaire-close { padding: 1.65rem 1rem 0; text-align: center; }
.questionnaire-close > p:first-child { margin-bottom: 1.1rem; color: #5c4050; font-weight: 700; line-height: 1.65; }
.questionnaire-close .button { min-width: min(100%, 22rem); }
.completion-hero { padding-bottom: clamp(4.5rem, 9vw, 7.2rem); }
.completion-hero h1 { font-size: clamp(2.8rem, 5.9vw, 5.15rem); }
.completion-rule { width: min(100%, 20rem); height: 1px; margin: 1.9rem auto; background: linear-gradient(90deg, transparent, rgba(245,180,201,.75), transparent); box-shadow: 0 0 1rem rgba(245,180,201,.25); }
.completion-reassurance { margin: 0; color: #eebed1; font-size: 1.1rem; font-weight: 700; line-height: 1.65; }
.next-steps { padding-top: clamp(4.5rem, 8vw, 7rem); padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.next-steps h2, .thank-value h2, .completion-close h2 { color: var(--ink); text-align: center; }
.completion-steps { display: grid; gap: 0; padding: 0; margin: 2.1rem 0 0; list-style: none; }
.completion-steps li { display: grid; grid-template-columns: 3.1rem 1fr; gap: 1rem; align-items: start; padding: 1.3rem 0; border-top: 1px solid var(--line); }
.completion-steps li:last-child { border-bottom: 1px solid var(--line); }
.completion-steps li > span { color: var(--rose); font-size: .9rem; font-weight: 800; letter-spacing: .06em; }
.completion-steps strong { display: block; margin-bottom: .25rem; color: var(--ink); font-size: 1.18rem; }
.completion-steps p { margin: 0; color: var(--muted); line-height: 1.64; }
.thank-value { position: relative; overflow: hidden; padding-top: clamp(5rem, 9vw, 7.5rem); padding-bottom: clamp(5rem, 9vw, 7.5rem); color: #fff; background: radial-gradient(circle at 84% 7%, rgba(207,76,120,.19), transparent 24rem), linear-gradient(145deg, #161016, #2b1929 58%, #140e15); text-align: center; }
.thank-value::before { position: absolute; right: -14rem; bottom: -17rem; width: 32rem; aspect-ratio: 1; border: 1px solid rgba(245,180,201,.12); border-radius: 50%; content: ''; }
.thank-value .letter-chapter { position: relative; }
.thank-value h2 { color: #fff; }
.thank-value h2 span { color: #f3bdd1; }
.thank-value-lead { color: #f7e5ec !important; font-size: clamp(1.2rem, 2vw, 1.48rem) !important; font-weight: 700; }
.thank-value .letter-chapter > p:not(.letter-kicker):not(.thank-value-lead) { color: #e1d1d9; }
.thank-video { width: min(100%, 23rem); margin: 2.4rem auto 0; }
.thank-video-frame { overflow: hidden; aspect-ratio: 9 / 16; background: #0c090d; border: 1px solid rgba(245,180,201,.36); border-radius: 1rem; box-shadow: 0 1.8rem 4.5rem rgba(0,0,0,.38), 0 0 3rem rgba(207,76,120,.15); }
.thank-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.thank-video figcaption { margin-top: 1rem; color: #d9c5cf; font-size: .95rem; line-height: 1.65; }
.completion-close { padding-top: clamp(5rem, 9vw, 7.5rem); padding-bottom: clamp(5.4rem, 9vw, 8rem); text-align: center; }
.completion-close-copy { color: #5c4050; font-size: 1.16rem; line-height: 1.7; }
footer { padding: 2.4rem 1.25rem; color: #90828b; background: #151015; text-align: center; font-size: .9rem; }
footer p { max-width: 48rem; margin: 0 auto .55rem; }
footer p:last-child { margin-bottom: 0; }
.footer-links { display: flex; justify-content: center; gap: .9rem; }
.footer-links a { color: #c9b4be; text-decoration: underline; text-decoration-color: rgba(245,180,201,.55); text-underline-offset: .28rem; }
.footer-links a:hover, .footer-links a:focus-visible { color: #fff1f7; text-decoration-color: #f5b4c9; }

@media (max-width: 760px) {
  .hero { padding-inline: .9rem; }
  h1 { font-size: clamp(2.7rem, 11vw, 3.8rem); }
  h2 { font-size: 2.25rem; }
  .video-panel { min-height: 20rem; }
  .hero-checklist { display: grid; justify-content: start; width: fit-content; margin-inline: auto; text-align: right; }
  .portrait-wall { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 32rem; gap: 1rem; }
  .proof-portrait:nth-child(even) { transform: translateY(.8rem); }
  .proof-glimpse { max-width: 40rem; }
  .social-proof-intro h2 { font-size: clamp(2.1rem, 8vw, 3rem); }
  .social-proof-intro-copy { max-width: 32rem; }
  .journey-visual-template { max-width: 31rem; }
  .journey-visual-art { aspect-ratio: 4 / 3; }
  .journey-infographic { aspect-ratio: 16 / 9; }
  .client-journey { grid-template-columns: 1fr; max-width: 30rem; gap: 2.3rem; }
  .three-cards, .check-grid, .process-grid, .fit-grid { grid-template-columns: 1fr; }
  .three-cards, .check-grid, .process-grid { gap: .8rem; }
}

@media (max-width: 460px) {
  .content-wide, .reading { width: min(100% - 1.5rem, var(--wide)); }
  .section { padding-inline: .75rem; }
  .hero-promise { font-size: 1.23rem; }
  .hero-action-panel { margin-top: 1.75rem; }
  .hero-social-proof { gap: .6rem; }
  .social-proof-intro { padding-inline: .75rem; }
  .social-proof-intro h2 { gap: .13em; line-height: 1.25; }
  .social-proof-expertise { margin-top: 1.8rem; }
  .portrait-wall { gap: .55rem; }
  .proof-portrait figcaption { font-size: .64rem; }
  .proof-glimpse { grid-template-columns: 1fr; max-width: 18rem; }
  .proof-glimpse-art { min-height: 7.3rem; }
  .case-video-grid { grid-template-columns: 1fr; gap: 2rem; max-width: 29rem; }
  .booking-modal { padding: .75rem; }
  .booking-modal-card { max-height: 95vh; padding: 2.6rem 1.3rem 1.5rem; overflow: auto; border-radius: 1rem; }
  .booking-modal-close { top: .65rem; left: .65rem; }
  .booking-modal-card form { grid-template-columns: 1fr; }
  .booking-field-wide, .booking-consent, .booking-modal-card .button-form, .booking-modal-card .form-status { grid-column: auto; }
  .letter-chapter h2 { font-size: 2.18rem; }
  .recognition-bridge .letter-chapter { width: min(100% - 1.5rem, 52rem); }
  .recognition-bridge .recognition-title { gap: .16em; margin-bottom: 2.55rem; font-size: clamp(1.82rem, 8.1vw, 2.18rem); line-height: 1.34; }
  .recognition-title span:nth-child(2) { font-size: 1em; }
  .letter-chapter > p { font-size: 1.13em; }
  .video-copy { right: 1rem; bottom: 1rem; left: 1rem; }
  .booking-section { padding-inline: .75rem; }
  .booking-shell { padding: 1.75rem 1.2rem; }
}
