/* ═══════════════════════════════════════════════════════════════════════════
   SOULFORCE ARTS — THE TENSION RESET LAB  (/tensionreset)
   Extends styles.css. Reuses brand tokens, buttons, kickers, enso, footer.
   ═══════════════════════════════════════════════════════════════════════════ */

/* Eyebrow sits 38px above its header — house rule (see design/principles.md) */
.kicker + h1,
.kicker + h2 { margin-top: 38px !important; }

/* ─── Shared inline testimonial ─── */
.lab-quote {
  margin: clamp(2.25rem, 5vw, 3.25rem) auto 0;
  max-width: 760px;
  text-align: center;
}
.lab-quote.on-dark { color: #fff; }
.lab-quote blockquote {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.6;
  margin: 0 0 22px;
  color: inherit;
  text-wrap: pretty;
}
.lab-quote blockquote::before { content: "\201C"; color: var(--gold-warm); }
.lab-quote blockquote::after { content: "\201D"; color: var(--gold-warm); }
.on-dark .lab-quote blockquote::before,
.lab-quote.on-dark blockquote::before { color: var(--gold); }
.on-dark .lab-quote blockquote::after,
.lab-quote.on-dark blockquote::after { color: var(--gold); }
.lab-quote figcaption {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.lab-quote .q-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
  box-shadow: 0 0 0 1.5px var(--gold-warm), 0 0 0 4px rgba(255,255,255,0.7);
}
.lab-quote.on-dark .q-avatar { box-shadow: 0 0 0 1.5px var(--gold), 0 0 0 4px rgba(255,255,255,0.12); }
.lab-quote .q-meta { text-align: left; }
.lab-quote .q-name {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-warm);
}
.lab-quote.on-dark .q-name { color: var(--gold); }
.lab-quote .q-role {
  display: block;
  margin-top: 4px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.lab-quote.on-dark .q-role { color: rgba(255,255,255,0.6); }

/* ═══ 01 HERO ═══════════════════════════════════════════════════════════════ */
.hero.v-lab {
  min-height: clamp(560px, 78vh, 720px);
  padding-top: clamp(132px, 15vw, 176px);
  padding-bottom: clamp(3rem, 7vw, 6rem);
  background: var(--green-deeper);
  display: flex;
  align-items: center;
  isolation: isolate;
}
.hero.v-lab .hero-photo {
  position: absolute;
  inset: 0;
  background: #0c1d1b url("assets/lab-hero-guitarist-crop.png") center center / cover no-repeat;
  z-index: 0;
}
.hero.v-lab .hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(15,36,34,0.97) 0%,
      rgba(15,36,34,0.94) 38%,
      rgba(15,36,34,0.82) 56%,
      rgba(15,36,34,0.45) 74%,
      rgba(15,36,34,0.55) 100%),
    linear-gradient(180deg,
      rgba(15,36,34,0.12) 0%,
      transparent 18%,
      transparent 60%,
      rgba(15,36,34,0.72) 100%);
}
.hero.v-lab .hero-wrap {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--page-pad);
}
.hero.v-lab .hero-copy { max-width: 660px; }
.hero.v-lab .h-display {
  color: var(--gold);
  font-size: clamp(2.5rem, 5.4vw, 4.4rem);
  line-height: 1.02;
  margin: 0 0 22px;
}
.hero.v-lab .lead { color: rgba(255,255,255,0.86); max-width: 50ch; margin: 0 0 18px; }
.hero.v-lab .lead.fine { font-size: 0.98rem; color: rgba(255,255,255,0.66); }
.hero.v-lab .lead.fine em { color: rgba(255,255,255,0.86); font-style: italic; }

.lab-schedule {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin: 8px 0 22px;
  padding: 14px 20px;
  border: 1px solid rgba(222,190,81,0.34);
  background: rgba(222,190,81,0.07);
  border-radius: 2px;
}
.lab-schedule .ls-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #8fb04e;
  box-shadow: 0 0 0 0 rgba(143,176,78,0.6);
  animation: labPulse 2.4s ease-out infinite;
  flex-shrink: 0;
}
.lab-schedule .ls-text {
  font-family: var(--sans);
  font-size: 13.5px;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.84);
}
.lab-schedule .ls-text strong { color: var(--gold); font-weight: 600; }
.lab-schedule .ls-next {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.hero.v-lab .hero-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.lab-free-note {
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(255,255,255,0.62);
}
.lab-social-proof {
  margin: 26px 0 30px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.lab-social-proof::before {
  content: "";
  width: 26px; height: 1px; background: var(--gold);
}
.hero.v-lab .hero-blurb {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  max-width: 54ch;
}
.hero.v-lab .hb-avatar {
  width: 66px; height: 66px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
  flex-shrink: 0;
  box-shadow: 0 0 0 1.5px var(--gold), 0 0 0 4px rgba(255,255,255,0.12);
}
.hero.v-lab .hero-blurb blockquote {
  margin: 0;
  border-left: 1px solid var(--gold);
  padding: 4px 0 4px 20px;
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
}
.hero.v-lab .hero-blurb .attrib {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
}
.hero.v-lab .enso-hero {
  left: auto; right: -14%; top: auto; bottom: -22%;
  width: min(60vh, 560px); height: min(60vh, 560px);
  opacity: 0.42;
}

/* ═══ 02 THE REAL PROBLEM ═══════════════════════════════════════════════════ */
.s-lab-problem .wrap {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
@media (max-width: 880px) {
  .s-lab-problem .wrap { grid-template-columns: 1fr; gap: 2.25rem; }
  .s-lab-problem .lab-problem-visual { order: -1; max-width: 440px; }
}
.lab-problem-visual { position: relative; }
.lab-problem-photo {
  position: relative;
  aspect-ratio: 3 / 4;
  width: 100%;
  background: #0d1513 url("assets/piano-pain.png") center 30% / cover no-repeat;
  box-shadow: 0 28px 56px -30px rgba(24,30,27,0.55);
}
.lab-problem-photo::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid var(--gold-warm);
  opacity: 0.45;
  z-index: -1;
}
.s-lab-problem .h-section { margin: 0 0 26px; max-width: 18ch; }
.s-lab-problem .body { font-size: 1.08rem; line-height: 1.8; max-width: 50ch; }
.s-lab-problem .body p { margin: 0 0 1.1em; }
.s-lab-problem .body em.gold { font-style: normal; color: var(--gold-warm); font-weight: 500; }
.s-lab-problem .lab-quote {
  margin-top: 34px;
  max-width: 100%;
  text-align: left;
}
.s-lab-problem .lab-quote blockquote {
  font-size: 1rem;
  border-left: 2px solid var(--gold-warm);
  padding-left: 22px;
}
.s-lab-problem .lab-quote blockquote::before,
.s-lab-problem .lab-quote blockquote::after { content: none; }
.s-lab-problem .lab-quote figcaption { display: flex; }
.s-lab-problem .enso-bg { right: -12%; top: -24%; width: 440px; height: 440px; }

/* ═══ 03 WHAT HAPPENS ON THE CALL ═══════════════════════════════════════════ */
.s-call .wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2.25rem, 6vw, 5rem);
  align-items: center;
}
@media (max-width: 920px) {
  .s-call .wrap { grid-template-columns: 1fr; }
  .s-call .call-visual { order: -1; }
}
.call-visual { position: relative; }
.call-photo {
  position: relative;
  aspect-ratio: 16 / 11;
  width: 100%;
  background: #0c1d1b url("assets/circle-zoom.png") center / cover no-repeat;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
.call-photo::after {
  content: "";
  position: absolute;
  inset: -16px 16px 16px -16px;
  border: 1px solid rgba(222,190,81,0.5);
  z-index: -1;
}
.call-badge {
  position: absolute;
  top: 16px; left: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 13px;
  background: rgba(12,29,27,0.82);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(143,176,78,0.5);
  color: #cde09a;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.s-call .call-note { margin: 18px 0 0; font-family: var(--sans); font-size: 0.98rem; line-height: 1.7; color: rgba(255,255,255,0.72); max-width: 52ch; }
.s-call .enso-bg { left: -13%; bottom: -260px; width: 520px; height: 520px; }
.s-call .h-section { color: #fff; margin: 0 0 14px; max-width: 16ch; }
.s-call .call-sub { font-family: var(--sans); color: rgba(255,255,255,0.62); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; margin: 0 0 26px; }
.call-timeline { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.call-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: baseline;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.call-row:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.call-min {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1;
  color: var(--gold);
  white-space: nowrap;
}
.call-min small { display: block; font-family: var(--sans); font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 5px; font-weight: 600; }
.call-desc { font-family: var(--sans); font-size: 1rem; line-height: 1.6; color: rgba(255,255,255,0.84); }
.call-desc strong { color: #fff; font-weight: 600; }
.call-pull {
  margin: clamp(2rem, 4vw, 2.75rem) 0 0;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.012em;
  color: var(--gold);
}
.call-badge .ls-dot { width: 8px; height: 8px; border-radius: 50%; background: #8fb04e; animation: labPulse 2.4s ease-out infinite; }

/* ═══ 04 WHO THIS IS FOR ════════════════════════════════════════════════════ */
.s-whofor-lab .wrap { max-width: 880px; text-align: center; }
.s-whofor-lab .kicker { justify-content: center; }
.s-whofor-lab .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-whofor-lab .h-section { margin: 0 auto 14px; max-width: 20ch; }
.s-whofor-lab .intro { font-family: var(--sans); color: var(--ink-soft); font-size: 1.08rem; margin: 0 auto clamp(2rem,4vw,2.75rem); max-width: 40ch; }
.symptom-list { list-style: none; margin: 0 auto; padding: 0; max-width: 720px; display: grid; gap: 0; text-align: left; }
.symptom-list li {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px 4px;
  border-top: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.55;
  color: var(--ink-soft);
}
.symptom-list li:last-child { border-bottom: 1px solid var(--rule); }
.symptom-list li::before {
  content: "";
  width: 26px; height: 26px; margin-top: 1px;
  border-radius: 50%;
  border: 1px solid var(--gold-warm);
  background:
    linear-gradient(var(--gold-warm), var(--gold-warm)) center/11px 1.5px no-repeat;
}
.s-whofor-lab .whofor-close {
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  max-width: 44ch;
  font-family: var(--sans);
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  line-height: 1.5;
  color: var(--ink-soft);
}
.s-whofor-lab .whofor-close strong { color: var(--ink); font-weight: 700; }
.s-whofor-lab .whofor-close::before { content: ""; display: block; width: 42px; height: 2px; background: var(--gold-warm); margin: 0 auto 22px; }
.s-whofor-lab .enso-top { left: -13%; right: auto; top: -260px; bottom: auto; width: 520px; height: 520px; }
.s-whofor-lab .enso-bot { right: -13%; left: auto; bottom: -260px; top: auto; width: 520px; height: 520px; }

/* ═══ 05 WHO I AM ═══════════════════════════════════════════════════════════ */
.s-whoami .wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}
@media (max-width: 880px) { .s-whoami .wrap { grid-template-columns: 1fr; } }
.whoami-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  max-width: 440px;
  width: 100%;
  background: #0c1d1b url("assets/joseph-violin.jpg") 66% 18% / cover no-repeat;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
@media (max-width: 880px) { .whoami-portrait { margin: 0 auto; } }
.whoami-portrait::after {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid var(--gold);
  opacity: 0.5;
  z-index: -1;
}
.s-whoami .h-section { color: #fff; margin: 0 0 24px; max-width: 14ch; }
.s-whoami .body { color: rgba(255,255,255,0.84); font-size: 1.05rem; }
.s-whoami .body p { margin: 0 0 1.2em; max-width: 56ch; }
.s-whoami .body em.gold { font-style: normal; color: var(--gold); font-weight: 500; }
.s-whoami .signature { font-family: var(--sans); font-style: italic; font-size: 1.1rem; color: var(--gold); margin: 28px 0 0; letter-spacing: 0.02em; }
.s-whoami .signature::before { content: "— "; }
.s-whoami .enso-top { right: -13%; left: auto; top: -260px; bottom: auto; width: 520px; height: 520px; }
.s-whoami .enso-bot { left: -13%; right: auto; bottom: -260px; top: auto; width: 520px; height: 520px; }

/* ═══ 06 WHAT YOU'LL GET ════════════════════════════════════════════════════ */
.s-getwhat .getwhat-head { text-align: center; }
.s-getwhat .kicker { justify-content: center; }
.s-getwhat .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-getwhat .h-section { margin: 0 auto 0; max-width: 16ch; }
.getwhat-list { list-style: none; margin: clamp(2.25rem,4.5vw,3.25rem) auto 0; padding: 0; max-width: 820px; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2.5vw, 1.75rem); }
@media (max-width: 760px) { .getwhat-list { grid-template-columns: 1fr; max-width: 480px; } }
.getwhat-card {
  position: relative;
  overflow: hidden;
  padding: 34px 30px 32px;
  border: 1px solid var(--rule);
  border-top: 2px solid var(--gold);
  background: linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
  transition: transform .45s var(--ease-out), box-shadow .45s ease, border-color .45s ease;
}
.getwhat-card:hover { transform: translateY(-7px); box-shadow: 0 20px 44px -24px rgba(187,131,38,0.42); border-top-color: var(--gold-hot); }
.getwhat-card .gw-num {
  position: absolute; top: 12px; right: 18px;
  font-family: var(--serif);
  font-size: 3.4rem; line-height: 1;
  color: rgba(187,131,38,0.13);
  pointer-events: none;
  transition: color .45s ease, transform .45s var(--ease-out);
}
.getwhat-card:hover .gw-num { color: rgba(187,131,38,0.22); transform: translateY(-2px); }
.getwhat-card p {
  position: relative;
  margin: 0;
  padding-top: 28px;
  font-family: var(--sans);
  font-size: 1.04rem;
  line-height: 1.62;
  color: var(--ink-soft);
}
.getwhat-card p::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 26px; height: 2px; background: var(--gold-warm);
  transition: width .45s var(--ease-out);
}
.getwhat-card:hover p::before { width: 46px; }
.lab-quote .q-hl { color: var(--gold-warm); font-style: italic; }
.getwhat-path { margin-top: clamp(3rem, 6vw, 4.5rem); }
.getwhat-path .plan-step h4 { min-height: 2em; }
.s-getwhat .getwhat-foot {
  margin: clamp(2.5rem, 5vw, 3.5rem) auto 0;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: 0.012em;
  color: var(--ink);
}
.s-getwhat .getwhat-foot .hl { color: var(--gold-warm); }
.s-getwhat .enso-bg { left: -13%; top: -260px; width: 520px; height: 520px; }

/* ═══ 07 JOIN THE LAB ═══════════════════════════════════════════════════════ */
.s-joinlab .wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
@media (max-width: 880px) { .s-joinlab .wrap { grid-template-columns: 1fr; } }
.s-joinlab .h-section { color: #fff; margin: 0 0 24px; max-width: 14ch; }
.s-joinlab .body { color: rgba(255,255,255,0.84); max-width: 50ch; }
.s-joinlab .body p { margin: 0 0 1.1em; }
.s-joinlab .ctas { margin-top: 28px; }
.joinlab-card {
  border: 1px solid rgba(222,190,81,0.34);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
  padding: clamp(28px, 4vw, 40px);
}
.joinlab-card .jl-flag { font-family: var(--sans); font-weight: 700; font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.joinlab-fields { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.joinlab-fields li {
  font-family: var(--sans);
  font-size: 0.96rem;
  color: rgba(255,255,255,0.82);
  padding-left: 26px;
  position: relative;
  line-height: 1.5;
}
.joinlab-fields li::before { content: ""; position: absolute; left: 0; top: 9px; width: 16px; height: 1px; background: var(--gold); }
.joinlab-bonus {
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
}
.joinlab-bonus strong { color: var(--gold); font-weight: 600; }
.s-joinlab .enso-bg { left: -13%; bottom: -260px; width: 520px; height: 520px; }

/* ═══ 08 FAQ ════════════════════════════════════════════════════════════════ */
.s-faq-lab .wrap { max-width: 820px; }
.s-faq-lab .faq-head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.s-faq-lab .faq-head .kicker { justify-content: center; }
.s-faq-lab .faq-head .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.faq-list { border-top: 1px solid var(--rule); }
.faq-item { border-bottom: 1px solid var(--rule); }
.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.35rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
  line-height: 1.25;
  transition: color 0.2s ease;
}
.faq-q:hover { color: var(--gold-warm); }
.faq-icon { position: relative; flex-shrink: 0; width: 18px; height: 18px; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--gold-warm); transition: transform 0.3s ease, opacity 0.3s ease; }
.faq-icon::before { left: 0; top: 8px; width: 18px; height: 2px; }
.faq-icon::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq-item.open .faq-icon::after { transform: scaleY(0); opacity: 0; }
.faq-a { overflow: hidden; max-height: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.faq-item.open .faq-a { max-height: 520px; }
.faq-a-inner { padding: 0 4px 28px; font-family: var(--sans); font-size: 1rem; line-height: 1.7; color: var(--ink-soft); max-width: 68ch; }
.faq-a-inner a { color: var(--gold-warm); border-bottom: 1px solid currentColor; }
.s-faq-lab .lab-quote { margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.s-faq-lab .enso-top { left: -13%; right: auto; top: -260px; bottom: auto; width: 520px; height: 520px; }
.s-faq-lab .enso-bot { left: -13%; right: auto; bottom: -260px; top: auto; width: 520px; height: 520px; }

/* ═══ 09 READY TO STOP FIGHTING ═════════════════════════════════════════════ */
.s-ready { text-align: center; }
.s-ready .wrap { max-width: 760px; }
.s-ready .kicker { justify-content: center; display: inline-flex; }
.s-ready .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-ready .h-display { color: #fff; margin: 24px 0 14px; font-size: clamp(2rem, 4vw, 3.2rem); }
.s-ready .h-display .hl { color: var(--gold); }
.s-ready .lead { color: rgba(255,255,255,0.84); margin: 0 auto 32px; max-width: 40ch; }
.s-ready .ctas { display: flex; justify-content: center; }
.s-ready .enso-bg { left: -13%; top: -260px; width: 520px; height: 520px; }

/* ═══ 10 READY TO GO DEEPER ═════════════════════════════════════════════════ */
.s-deeper .deeper-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.5rem); }
.s-deeper .deeper-head .kicker { justify-content: center; }
.s-deeper .deeper-head .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-deeper .deeper-head .h-section { margin: 0 auto; max-width: 18ch; }
.deeper-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2.5vw, 1.75rem); align-items: stretch; }
.deeper-grid.two { grid-template-columns: repeat(2, 1fr); max-width: 780px; margin: 0 auto; }
@media (max-width: 880px) { .deeper-grid, .deeper-grid.two { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }
.deeper-talk {
  margin: clamp(2rem, 4vw, 2.75rem) auto 0;
  max-width: 60ch;
  text-align: center;
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.deeper-talk strong { color: var(--ink); font-weight: 700; }
.deeper-talk-link {
  color: var(--gold-warm);
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: color .25s ease;
}
.deeper-talk-link:hover { color: var(--ink); }
.deeper-card {
  display: flex;
  flex-direction: column;
  padding: 34px 30px 30px;
  border: 1px solid var(--rule);
  background: var(--paper);
}
.deeper-card.feature { border-color: var(--gold); background: linear-gradient(180deg, #fdfaee 0%, #f9f2d8 100%); }
.deeper-card .dc-flag { font-family: var(--sans); font-weight: 700; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-warm); margin-bottom: 16px; display: flex; gap: 10px; align-items: baseline; }
.deeper-card .dc-price { color: var(--ink-mute); }
.deeper-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: 0.012em;
  line-height: 1.12;
  margin: 0 0 14px;
}
.deeper-card p { font-family: var(--sans); font-size: 0.97rem; line-height: 1.65; color: var(--ink-soft); margin: 0 0 24px; flex: 1; }
.deeper-card .btn,
.deeper-card .btn-link { align-self: flex-start; }
.deeper-tagline {
  margin: clamp(2.5rem, 5vw, 3.5rem) auto 0;
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gold-warm);
}
.s-deeper .enso-bg { left: -12%; bottom: -20%; width: 460px; height: 460px; }

/* ─── 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; }

/* Outline buttons inside modals (paper ground) */
.modal .btn.outline { border-color: rgba(24, 30, 27, 0.4); color: var(--ink); }
.modal .btn.outline:hover { background: rgba(24, 30, 27, 0.05); border-color: var(--ink); }

/* Inline link on book-title "Soulforce" mentions -> /book */
.soulforce-link { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; transition: opacity .2s ease; }
.soulforce-link:hover { opacity: 0.7; }
