/* ═══════════════════════════════════════════════════════════════════════════
   SOULFORCE ARTS — PERFORM WITHOUT PAIN  (/performwithoutpain)  8-week program
   Extends styles.css. Reuses brand tokens, buttons, kickers, enso, footer.
   ═══════════════════════════════════════════════════════════════════════════ */

.kicker + h1,
.kicker + h2 { margin-top: 38px !important; }

image-slot { --is-bg: #11211f; --is-border: rgba(222,190,81,0.34); --is-fg: rgba(255,255,255,0.5); display: block; }

/* ═══ 01 HERO (full-bleed photo) ════════════════════════════════════════════ */
.hero.v-pwp {
  position: relative; overflow: visible;
  min-height: clamp(560px, 82vh, 760px);
  padding-top: clamp(140px, 16vw, 188px);
  padding-bottom: clamp(3.5rem, 8vw, 7rem);
  background: var(--green-deeper);
  display: flex; align-items: center;
}
.hero.v-pwp .hero-photo {
  position: absolute; inset: 0;
  background: #0c1d1b url("assets/pwp-hero-flute.png") no-repeat;
  background-size: 132%;
  background-position: 4% 26%;
  z-index: 0;
}
.hero.v-pwp .hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg,
      rgba(11,26,24,0.97) 0%,
      rgba(12,29,27,0.9) 36%,
      rgba(13,30,28,0.5) 50%,
      rgba(15,36,34,0.08) 62%,
      rgba(15,36,34,0.04) 100%),
    linear-gradient(180deg,
      rgba(15,36,34,0.28) 0%, transparent 30%, transparent 54%, rgba(15,36,34,0.7) 100%);
}
.hero.v-pwp .hero-wrap {
  position: relative; z-index: 2;
  max-width: var(--max-w); margin: 0 auto; width: 100%;
  padding: 0 var(--page-pad);
}
.hero.v-pwp .hero-copy { max-width: 560px; margin-right: auto; }
.hero.v-pwp .h-display {
  color: var(--gold); font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.05; margin: 0 0 24px; text-wrap: balance;
}
.hero.v-pwp .h-display .hl { color: var(--paper-warm); }
.hero.v-pwp .lead { color: rgba(255,255,255,0.86); max-width: 52ch; margin: 0 0 14px; font-size: clamp(1.05rem, 1.35vw, 1.2rem); }
.hero.v-pwp .lead em.gold { font-style: normal; color: var(--gold); font-weight: 500; }
.hero.v-pwp .hero-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin-top: 28px; }
.hero.v-pwp .hero-visual { position: relative; }
.hero.v-pwp .hero-pack {
  width: 100%; aspect-ratio: 4 / 5; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
.hero.v-pwp .hero-visual::after {
  content: ""; position: absolute; inset: -18px 18px 18px -18px;
  border: 1px solid var(--gold); opacity: 0.45; z-index: -1;
}
.hero.v-pwp .visual-badge {
  position: absolute; top: -14px; left: -14px; z-index: 3;
  background: var(--gold); color: var(--green-deeper);
  font-family: var(--sans); font-weight: 700; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; padding: 10px 16px;
  box-shadow: 0 12px 28px -12px rgba(0,0,0,0.6);
}
.hero.v-pwp .enso-herobottom { left: auto; right: -6%; top: auto; bottom: -300px; width: 600px; height: 600px; }

/* ═══ 02 THE PROBLEM (split with photo) ═════════════════════════════════════ */
.s-pwp-problem .wrap {
  display: grid; grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(2.5rem, 6vw, 5rem); align-items: center; max-width: var(--max-w);
}
@media (max-width: 880px) {
  .s-pwp-problem .wrap { grid-template-columns: 1fr; gap: 2.25rem; }
  .s-pwp-problem .prob-visual { order: -1; max-width: 360px; }
}
.prob-visual { position: relative; }
.prob-photo {
  position: relative; width: 100%; aspect-ratio: 4 / 5;
  background: #0d1513 url("assets/pwp-problem.png") center 30% / cover no-repeat;
  box-shadow: 0 28px 56px -30px rgba(24,30,27,0.55);
}
.prob-photo::after {
  content: ""; position: absolute; inset: 18px -18px -18px 18px;
  border: 1px solid var(--gold-warm); opacity: 0.45; z-index: -1;
}
.s-pwp-problem .h-section { margin: 0 0 22px; max-width: 18ch; }
.prob-body { font-family: var(--sans); font-size: clamp(1.02rem, 1.25vw, 1.15rem); line-height: 1.8; color: var(--ink-soft); max-width: 52ch; }
.prob-body p { margin: 0 0 1.1em; }
.prob-body p:last-child { margin-bottom: 0; }

/* ═══ Paired enso geometry ══════════════════════════════════════════════════ */
.enso-toppair { right: auto; left: -6%; top: -300px; bottom: auto; width: 600px; height: 600px; }
.enso-botpair { right: auto; left: -6%; bottom: -300px; top: auto; width: 600px; height: 600px; }
.pair-right.enso-toppair, .pair-right.enso-botpair { left: auto; right: -6%; }

/* ═══ Centered narrative sections (problem / reframe) ═══════════════════════ */
.s-pwp-narr .wrap { max-width: 760px; text-align: center; }
.s-pwp-narr .kicker { justify-content: center; }
.s-pwp-narr .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-pwp-narr .h-section { margin: 0 auto; max-width: 20ch; }
.s-pwp-narr.on-dark .h-section { color: #fff; }
.pwp-narr-body {
  margin: clamp(1.75rem, 3.5vw, 2.5rem) auto 0; max-width: 60ch; text-align: left;
  font-family: var(--sans); font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.85; color: var(--ink-soft);
}
.on-dark .pwp-narr-body { color: rgba(255,255,255,0.84); }
.pwp-narr-body p { margin: 0 0 1.2em; }
.pwp-narr-body p:last-child { margin-bottom: 0; }
.pwp-narr-body em.gold { font-style: normal; color: var(--gold-warm); font-weight: 600; }
.on-dark .pwp-narr-body em.gold { color: var(--gold); }
.pwp-narr-body em.it { font-style: italic; }
/* The Reframe rides the brand's cobalt — its one sanctioned section (see guide). */
.s-pwp-reframe.on-dark.deeper {
  background:
    radial-gradient(120% 90% at 18% 8%, rgba(255,255,255,0.06) 0%, transparent 46%),
    linear-gradient(165deg, var(--cobalt) 0%, var(--cobalt-deep) 100%);
}
.s-pwp-reframe .pwp-narr-body em.gold { color: var(--gold-pale); }
.s-pwp-reframe .wrap {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 6vw, 5rem); align-items: center; max-width: var(--max-w); text-align: left;
}
@media (max-width: 900px) {
  .s-pwp-reframe .wrap { grid-template-columns: 1fr; gap: 2rem; }
  .s-pwp-reframe .reframe-visual { order: -1; max-width: 360px; margin: 0 auto; }
}
.s-pwp-reframe .h-section { color: #fff; margin: 0; max-width: 18ch; }
.s-pwp-reframe .h-section .hl-gold { color: var(--gold); }
.s-pwp-reframe .pwp-narr-body { margin: clamp(1.5rem,3vw,2.25rem) 0 0; max-width: 52ch; }
.s-pwp-reframe .reframe-visual { position: relative; width: 100%; max-width: 440px; margin: 0 auto; }
.s-pwp-reframe .reframe-visual::after {
  content: ""; position: absolute; inset: -18px 18px 18px -18px;
  border: 1px solid var(--gold); opacity: 0.55; z-index: 0;
}
.s-pwp-reframe .reframe-photo {
  position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5;
  background: #0d1513 url("assets/pwp-reframe2.png") center 18% / cover no-repeat;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
  transform: scaleX(-1);
}
.s-pwp-problem .enso-bg { /* paired via .enso-toppair */ }
.s-pwp-reframe .enso-bg { /* paired via .enso-botpair */ }

/* ═══ WHO YOU'LL DO THIS WITH (Joseph) ══════════════════════════════════════ */
.s-pwp-joseph .wrap {
  display: grid; grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(2.5rem, 7vw, 6rem); align-items: center;
}
@media (max-width: 880px) { .s-pwp-joseph .wrap { grid-template-columns: 1fr; } }
.pwp-joseph-visual { position: relative; }
.pwp-joseph-visual image-slot { width: 100%; aspect-ratio: 4 / 5; max-width: 420px; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6); }
.pwp-joseph-photo {
  width: 100%; aspect-ratio: 4 / 5; max-width: 420px;
  background: #0c1d1b url("assets/pwp-joseph.jpg") center 22% / cover no-repeat;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
@media (max-width: 880px) { .pwp-joseph-visual { max-width: 420px; margin: 0 auto; } }
.pwp-joseph-visual::after { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold); opacity: 0.5; z-index: -1; }
.s-pwp-joseph .h-section { color: #fff; margin: 0 0 24px; max-width: 14ch; }
.s-pwp-joseph .body { color: rgba(255,255,255,0.84); font-size: 1.05rem; }
.s-pwp-joseph .body p { margin: 0 0 1.2em; max-width: 58ch; }
.s-pwp-joseph .body em.title-italic { font-style: italic; color: #fff; }
.s-pwp-joseph .soulforce-link { color: var(--gold); border-bottom: 1px solid rgba(222,190,81,0.5); transition: color .2s, border-color .2s; }
.s-pwp-joseph .soulforce-link:hover { color: var(--gold-hot); border-color: var(--gold-hot); }
.s-pwp-joseph .soulforce-link em.title-italic { color: inherit; }
.s-pwp-joseph .body em.gold { font-style: normal; color: var(--gold); font-weight: 500; }
.s-pwp-joseph .signature { font-family: var(--sans); font-style: italic; font-size: 1.1rem; color: var(--gold); margin: 26px 0 0; letter-spacing: 0.02em; }
.s-pwp-joseph .signature::before { content: "— "; }

/* ═══ 04 WHAT YOU'LL LEARN ══════════════════════════════════════════════════ */
.s-pwp-learn.on-dark.deeper {
  background:
    radial-gradient(120% 90% at 82% 6%, rgba(255,255,255,0.05) 0%, transparent 48%),
    linear-gradient(160deg, var(--teal) 0%, #20323a 100%);
}
.s-pwp-learn .learn-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.5rem); }
.s-pwp-learn .kicker { justify-content: center; }
.s-pwp-learn .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-pwp-learn .h-section { color: #fff; margin: 0 auto; max-width: 20ch; }
.s-pwp-learn .h-section .hl-gold { color: var(--gold); }
.learn-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(2rem, 5vw, 4.5rem); }
@media (max-width: 800px) { .learn-grid { grid-template-columns: 1fr; } }
.learn-row { padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.12); }
.learn-row .lr-head { display: flex; gap: 14px; align-items: baseline; margin-bottom: 8px; }
.learn-row .lr-head::before { content: ""; flex: 0 0 auto; width: 18px; height: 2px; background: var(--gold); transform: translateY(-5px); }
.learn-row .lr-title { font-family: var(--sans); font-weight: 700; font-size: 1.05rem; line-height: 1.4; color: #fff; }
.learn-row p { margin: 0; padding-left: 32px; font-family: var(--sans); font-size: 0.98rem; line-height: 1.65; color: rgba(255,255,255,0.76); }
.learn-row.full { grid-column: 1 / -1; text-align: center; border-top: 1px solid rgba(255,255,255,0.12); }
.learn-row.full .lr-head { justify-content: center; }
.learn-row.full p { padding-left: 0; max-width: 62ch; margin: 0 auto; }
.s-pwp-learn .learn-foot {
  grid-column: 1 / -1; text-align: center; margin: clamp(2.25rem, 4.5vw, 3.25rem) auto 0; max-width: 60ch;
  font-family: var(--serif); font-size: clamp(1.2rem, 1.9vw, 1.55rem); line-height: 1.35;
  text-transform: uppercase; letter-spacing: 0.012em; color: rgba(255,255,255,0.6);
}
.s-pwp-learn .learn-foot .lf-gold { color: var(--gold); }
.s-pwp-learn .enso-bg { /* paired via .enso-botpair */ }

/* ═══ 05 TWO WAYS THROUGH (pricing) ═════════════════════════════════════════ */
.s-pwp-ways .ways-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem); }
.s-pwp-ways .kicker { justify-content: center; }
.s-pwp-ways .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-pwp-ways .h-section { margin: 0 auto; max-width: 20ch; }
.ways-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 3vw, 2rem); align-items: stretch; max-width: 1000px; margin: 0 auto; }
@media (max-width: 820px) { .ways-grid { grid-template-columns: 1fr; max-width: 520px; } }
.way-card {
  display: flex; flex-direction: column;
  padding: clamp(30px, 3.5vw, 44px) clamp(28px, 3vw, 40px);
  background: var(--paper); border: 1px solid var(--rule);
}
.way-card.feature { border-color: var(--gold); background: linear-gradient(180deg, #fdfaee 0%, #f9f2d8 100%); position: relative; }
.way-card .way-flag {
  font-family: var(--sans); font-weight: 700; font-size: 10.5px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold-warm); margin-bottom: 14px;
}
.way-card h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.4rem, 2.1vw, 1.85rem); text-transform: uppercase; letter-spacing: 0.012em; line-height: 1.12; color: var(--ink); margin: 0 0 6px; }
.way-card .way-price { font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.6rem); line-height: 1; color: var(--gold-warm); margin: 0 0 20px; }
.way-card p { font-family: var(--sans); font-size: 1rem; line-height: 1.7; color: var(--ink-soft); margin: 0 0 24px; flex: 1; }
.way-card p em { font-style: italic; color: var(--ink); }
.way-card .btn { align-self: flex-start; }
.way-ribbon {
  position: absolute; top: 0; right: 24px; transform: translateY(-50%);
  background: var(--gold); color: var(--green-deeper);
  font-family: var(--sans); font-weight: 700; font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 7px 13px;
}
.ways-both { text-align: center; margin: clamp(1.75rem, 3.5vw, 2.5rem) auto 0; max-width: 52ch; font-family: var(--sans); font-size: 1rem; line-height: 1.6; color: var(--ink-soft); }
.ways-selfpaced { text-align: center; margin: 14px auto 0; max-width: 56ch; font-family: var(--sans); font-style: italic; font-size: 0.95rem; line-height: 1.6; color: var(--ink-mute); }
.ways-selfpaced strong { font-style: normal; color: var(--ink); font-weight: 600; }
.s-pwp-ways .enso-bg { /* paired via .enso-toppair */ }

/* ═══ 06 WHO IT'S FOR ═══════════════════════════════════════════════════════ */
.s-pwp-forwhom .wrap { max-width: 720px; text-align: center; }
.s-pwp-forwhom .kicker { justify-content: center; }
.s-pwp-forwhom .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-pwp-forwhom .h-section { color: #fff; margin: 0 auto 8px; max-width: 18ch; }
.pwp-forwhom-body { margin: clamp(1.5rem,3vw,2.25rem) auto 0; max-width: 56ch; font-family: var(--sans); font-size: clamp(1.05rem,1.3vw,1.18rem); line-height: 1.8; color: rgba(255,255,255,0.84); }
.pwp-forwhom-body p { margin: 0 0 1.1em; }
.pwp-forwhom-body .not { color: rgba(255,255,255,0.66); }
.pwp-forwhom-body em.gold { font-style: normal; color: var(--gold); font-weight: 500; }
.s-pwp-forwhom .enso-bg { /* paired via .pair-right.enso-botpair */ }

/* ═══ 07 WHERE IT LEADS — STUDIO ════════════════════════════════════════════ */
.s-pwp-studio { position: relative; overflow: visible; }
.s-pwp-studio .studio-photo { position: absolute; inset: 0; background: #0c1d1b url("assets/hero-sunset.jpg") center 45% / cover no-repeat; opacity: 0.6; z-index: 0; }
.s-pwp-studio .studio-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(35,20,8,0.82), rgba(46,30,12,0.62) 48%, rgba(20,14,6,0.86)); }
.s-pwp-studio .wrap { max-width: 760px; text-align: center; position: relative; z-index: 2; }
.s-pwp-studio .kicker { justify-content: center; }
.s-pwp-studio .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-pwp-studio .h-section { color: #fff; margin: 0 auto 22px; max-width: 16ch; }
.s-pwp-studio .body { color: rgba(255,255,255,0.88); font-size: clamp(1.08rem,1.4vw,1.25rem); line-height: 1.8; max-width: 58ch; margin: 0 auto 16px; }
.s-pwp-studio .body strong { color: var(--gold); font-weight: 600; }
.s-pwp-studio .rate { font-family: var(--sans); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin: 0 0 28px; }
.studio-link {
  font-family: var(--sans); font-weight: 600; font-size: 12.5px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 9px;
  padding-bottom: 5px; border-bottom: 1px solid rgba(222,190,81,0.45); transition: color .25s, border-color .25s;
}
.studio-link:hover { color: #fff; border-color: #fff; }
.studio-link .arr { transition: transform .3s var(--ease-out); }
.studio-link:hover .arr { transform: translateX(4px); }

/* ═══ 08 TESTIMONIAL WALL ═══════════════════════════════════════════════════ */
.s-pwp-wall .wall-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.5rem); }
.s-pwp-wall .kicker { justify-content: center; }
.s-pwp-wall .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-pwp-wall .h-section { margin: 0 auto; max-width: 22ch; }
.s-pwp-wall .h-section .hl-gold { color: var(--gold-warm); }
.wall { columns: 3; column-gap: clamp(1.25rem, 2.5vw, 1.75rem); max-width: 1180px; margin: 0 auto; }
@media (max-width: 980px) { .wall { columns: 2; } }
@media (max-width: 640px) { .wall { columns: 1; max-width: 480px; } }
.wall-card {
  break-inside: avoid; -webkit-column-break-inside: avoid;
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  background: var(--paper); border: 1px solid var(--rule); border-top: 2px solid var(--gold);
  padding: 30px 28px 26px; display: flex; flex-direction: column;
}
.wall-card blockquote {
  margin: 0 0 20px; font-family: var(--sans); font-style: italic; font-weight: 300;
  font-size: 1rem; line-height: 1.68; color: var(--ink); text-wrap: pretty;
}
.wall-card blockquote::before { content: "\201C"; color: var(--gold-warm); }
.wall-card blockquote::after { content: "\201D"; color: var(--gold-warm); }
.wall-cite { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--rule); }
.wall-cite .wc-avatar { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; flex-shrink: 0; box-shadow: 0 0 0 1.5px var(--gold-warm), 0 0 0 4px rgba(255,255,255,0.6); }
.wall-cite .wc-avatar image-slot { width: 100%; height: 100%; }
.wall-cite .wc-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; display: block; }
.wall-cite .wc-name { display: block; font-family: var(--sans); font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-warm); }
.wall-cite .wc-role { display: block; margin-top: 4px; font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); }
.s-pwp-wall .enso-bg { left: calc(50% - 320px); top: calc(50% - 320px); width: 640px; height: 640px; opacity: 0.08; }
.s-pwp-wall .enso-botsm { left: -3%; right: auto; top: auto; bottom: -220px; width: 440px; height: 440px; opacity: 0.16; transform: none; }

/* ═══ 09 FAQ ════════════════════════════════════════════════════════════════ */
.s-pwp-faq .wrap { max-width: 820px; }
.s-pwp-faq .faq-head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.s-pwp-faq .kicker { justify-content: center; }
.s-pwp-faq .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-pwp-faq .faq-list { border-top: 1px solid var(--rule); }
.s-pwp-faq .faq-item { border-bottom: 1px solid var(--rule); }
.s-pwp-faq .faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 26px 4px; text-align: left; font-family: var(--serif); font-size: clamp(1.1rem, 1.7vw, 1.32rem);
  text-transform: uppercase; letter-spacing: 0.01em; color: var(--ink); line-height: 1.25; transition: color .2s;
}
.s-pwp-faq .faq-q:hover { color: var(--gold-warm); }
.s-pwp-faq .faq-icon { position: relative; flex-shrink: 0; width: 18px; height: 18px; }
.s-pwp-faq .faq-icon::before, .s-pwp-faq .faq-icon::after { content: ""; position: absolute; background: var(--gold-warm); transition: transform .3s, opacity .3s; }
.s-pwp-faq .faq-icon::before { left: 0; top: 8px; width: 18px; height: 2px; }
.s-pwp-faq .faq-icon::after { left: 8px; top: 0; width: 2px; height: 18px; }
.s-pwp-faq .faq-item.open .faq-icon::after { transform: scaleY(0); opacity: 0; }
.s-pwp-faq .faq-a { overflow: hidden; max-height: 0; transition: max-height .4s cubic-bezier(0.4,0,0.2,1); }
.s-pwp-faq .faq-item.open .faq-a { max-height: 420px; }
.s-pwp-faq .faq-a-inner { padding: 0 4px 28px; font-family: var(--sans); font-size: 1rem; line-height: 1.7; color: var(--ink-soft); max-width: 70ch; }
.s-pwp-faq .enso-bg { /* paired via .enso-toppair */ }
.s-pwp-faq .enso-toppair { width: 440px; height: 440px; top: -220px; left: -3%; right: auto; bottom: auto; }

/* ═══ 10 FINAL CTA ══════════════════════════════════════════════════════════ */
.s-pwp-cta { text-align: center; }
.s-pwp-cta .wrap { max-width: 720px; }
.s-pwp-cta .kicker { justify-content: center; display: inline-flex; }
.s-pwp-cta .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-pwp-cta .h-display { color: #fff; margin: 24px 0 16px; font-size: clamp(2rem, 4vw, 3.2rem); }
.s-pwp-cta .h-display .hl { color: var(--gold); }
.s-pwp-cta .lead { color: rgba(255,255,255,0.84); margin: 0 auto 32px; max-width: 44ch; }
.s-pwp-cta .ctas { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.s-pwp-cta .text-link {
  font-family: var(--sans); font-weight: 600; font-size: 12.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(222,190,81,0.45); padding-bottom: 4px; cursor: pointer; transition: color .25s, border-color .25s;
}
.s-pwp-cta .text-link:hover { color: #fff; border-color: #fff; }

/* ─── Footer enso (reuse) ─── */
.footer { position: relative; }
.footer .cta-enso {
  position: absolute; top: clamp(-300px, -21vw, -210px); right: 3%;
  width: min(60vw, 600px); height: min(60vw, 600px);
  background: url("assets/enso.png") center / contain no-repeat;
  opacity: 0.13; pointer-events: none; z-index: 0;
}
.footer .wrap { position: relative; z-index: 1; }
body.enso-off .footer .cta-enso { display: none; }
body.enso-prominent .footer .cta-enso { opacity: 0.22; }

/* ── Enrollment state: CTA note + waiting-list section ──────────────────────── */
.enroll-note {
  display: inline-flex; align-items: flex-start; gap: 9px;
  margin: 16px 0 0; max-width: 48ch;
  font-size: 13px; line-height: 1.5; letter-spacing: 0.01em;
  color: var(--ink-mute);
}
.enroll-note.on-dark { color: rgba(255, 255, 255, 0.72); }
.enroll-note strong { color: inherit; font-weight: 600; }
.enroll-dot {
  width: 8px; height: 8px; margin-top: 6px; border-radius: 50%;
  background: var(--ink-mute); flex: 0 0 auto;
}
.enroll-note.on-dark .enroll-dot { background: rgba(255, 255, 255, 0.5); }
.enroll-dot.open {
  background: var(--green-leaf);
  box-shadow: 0 0 0 3px rgba(95, 160, 90, 0.22);
}

.s-pwp-waitlist .waitlist-card { max-width: 600px; margin: 0 auto; }
.s-pwp-waitlist .waitlist-head,
.s-pwp-waitlist .waitlist-open { text-align: center; }
.s-pwp-waitlist .waitlist-head { margin-bottom: 4px; }
.s-pwp-waitlist .waitlist-open .ctas { display: flex; justify-content: center; margin-top: 24px; }
.s-pwp-waitlist .form { margin-top: 22px; text-align: left; }
