/* ═══════════════════════════════════════════════════════════════════════════
   SOULFORCE ARTS — YOUR BODY IS YOUR INSTRUMENT  (/yourbody)  self-paced course
   Extends styles.css. Reuses brand tokens, buttons, kickers, enso, footer.
   ═══════════════════════════════════════════════════════════════════════════ */

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

/* ═══ 01 HERO (split: copy + course cover) ══════════════════════════════════ */
.hero.v-ybyi {
  position: relative; overflow: visible; min-height: 0;
  padding-top: clamp(140px, 16vw, 188px);
  padding-bottom: clamp(3.5rem, 8vw, 7rem);
  background: var(--green-deeper);
  display: block;
}
.hero.v-ybyi .hero-wrap {
  position: relative; z-index: 2;
  max-width: var(--max-w); margin: 0 auto; width: 100%;
  padding: 0 var(--page-pad);
  display: grid; grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center;
}
@media (max-width: 920px) {
  .hero.v-ybyi .hero-wrap { grid-template-columns: 1fr; gap: clamp(2.25rem, 6vw, 3rem); }
  .hero.v-ybyi .hero-visual { order: -1; }
}
.hero.v-ybyi .hero-copy { max-width: 600px; }
.hero.v-ybyi .h-display {
  color: var(--gold); font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.06; margin: 0 0 24px; text-wrap: balance;
}
.hero.v-ybyi .h-display .hl { color: var(--paper-warm); }
.hero.v-ybyi .lead { color: rgba(255,255,255,0.86); max-width: 52ch; margin: 0 0 22px; font-size: clamp(1.05rem, 1.35vw, 1.2rem); }
.ybyi-pricemeta {
  font-family: var(--sans); font-style: italic; font-weight: 300;
  font-size: 1rem; color: var(--gold); margin: 0 0 26px; letter-spacing: 0.01em;
}
.ybyi-pricemeta .sep { color: rgba(222,190,81,0.45); margin: 0 8px; }
.hero.v-ybyi .hero-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.hero.v-ybyi .hero-visual { position: relative; max-width: 520px; margin: 0 auto; }
.hero.v-ybyi .hero-visual::after { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold); opacity: 0.5; z-index: 0; }
.hero.v-ybyi .hero-pack {
  position: relative; z-index: 1;
  width: 100%; max-width: 520px; display: block; margin: 0 auto;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
.hero.v-ybyi .visual-badge {
  position: absolute; top: 4px; right: 4px; z-index: 3;
  background: var(--gold); color: var(--green-deeper);
  font-family: var(--sans); font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 9px 15px;
  box-shadow: 0 12px 28px -12px rgba(0,0,0,0.6);
}
@media (max-width: 920px) { .hero.v-ybyi .visual-badge { right: auto; left: 50%; transform: translateX(110px); } }
.hero.v-ybyi .enso-herobottom { left: auto; right: -6%; top: auto; bottom: -300px; width: 600px; height: 600px; }

/* 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 (big idea / what's different) ══════════════════════ */
/* Brand-color grounds: cobalt for the “different” beat, teal for “learn” */
.s-ybyi-diff.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-ybyi-diff .ybyi-narr-body em.gold { color: var(--gold-pale); }
.s-ybyi-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-ybyi-narr .wrap { max-width: 760px; text-align: center; }
/* The Big Idea: split with the taiko-drummer photo */
.s-ybyi-idea .wrap { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; max-width: var(--max-w); text-align: left; }
@media (max-width: 880px) { .s-ybyi-idea .wrap { grid-template-columns: 1fr; gap: 2rem; } .s-ybyi-idea .idea-visual { order: -1; max-width: 360px; } }
.s-ybyi-idea .idea-visual { position: relative; }
.s-ybyi-idea .idea-visual::after { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold-warm); opacity: 0.45; z-index: 0; }
.s-ybyi-idea .idea-photo { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; background: #0d1513 url("assets/ybyi-bigidea.png?v=2") center / cover no-repeat; transform: scaleX(-1); box-shadow: 0 28px 56px -30px rgba(24,30,27,0.55); transform: scaleX(-1); }
.s-ybyi-idea .h-section { margin: 0; max-width: 18ch; }
.s-ybyi-idea .ybyi-narr-body { margin: clamp(1.25rem,3vw,2rem) 0 0; max-width: 46ch; }
.s-ybyi-narr .kicker { justify-content: center; }
.s-ybyi-narr .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-ybyi-narr .h-section { margin: 0 auto; max-width: 22ch; }
.s-ybyi-narr.on-dark .h-section { color: #fff; }
.ybyi-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 .ybyi-narr-body { color: rgba(255,255,255,0.84); }
.ybyi-narr-body p { margin: 0 0 1.2em; }
.ybyi-narr-body p:last-child { margin-bottom: 0; }
.ybyi-narr-body em.gold { font-style: normal; color: var(--gold-warm); font-weight: 600; }
.on-dark .ybyi-narr-body em.gold { color: var(--gold); }
.ybyi-narr-body em.it { font-style: italic; }
/* Paired enso seams (one continuous circle per seam) */
.s-ybyi-idea .enso-bg { right: -6%; left: auto; top: -300px; bottom: auto; width: 600px; height: 600px; }      /* hero ↔ big idea (right) */
.s-ybyi-diff .enso-bg { left: -6%; right: auto; bottom: -300px; top: auto; width: 600px; height: 600px; }      /* different ↔ learn (left) */

/* ═══ 04 WHAT YOU'LL LEARN (benefits + curriculum) ══════════════════════════ */
.s-ybyi-learn .learn-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem); }
.s-ybyi-learn .kicker { justify-content: center; }
.s-ybyi-learn .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-ybyi-learn .h-section { color: #fff; margin: 0 auto; max-width: 20ch; }
.ybyi-learn-cols {
  display: grid; grid-template-columns: 1fr 0.9fr;
  gap: clamp(2.5rem, 6vw, 5rem); align-items: start;
}
@media (max-width: 880px) { .ybyi-learn-cols { grid-template-columns: 1fr; gap: 2.5rem; } }
.ybyi-benefits { list-style: none; margin: 0; padding: 0; }
.ybyi-benefits li {
  position: relative; padding: 0 0 18px 34px; margin-bottom: 18px;
  font-family: var(--sans); font-size: 1.05rem; line-height: 1.6; color: rgba(255,255,255,0.86);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ybyi-benefits li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.ybyi-benefits li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 18px; height: 2px; background: var(--gold);
}
.ybyi-benefits em { font-style: italic; color: #fff; }
.curriculum {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(222,190,81,0.26);
  padding: clamp(26px, 3vw, 36px) clamp(24px, 3vw, 34px);
}
.curriculum .cur-flag {
  font-family: var(--sans); font-weight: 700; font-size: 10.5px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 6px;
}
.curriculum .cur-meta { font-family: var(--sans); font-size: 12.5px; letter-spacing: 0.04em; color: #fff; margin: 0 0 18px; }
.curriculum ol { list-style: none; counter-reset: lesson; margin: 0; padding: 0; }
.curriculum li {
  counter-increment: lesson; display: grid; grid-template-columns: 34px 1fr; gap: 14px;
  align-items: baseline; padding: 11px 0; border-top: 1px solid rgba(255,255,255,0.1);
  font-family: var(--sans); font-size: 0.98rem; line-height: 1.4; color: rgba(255,255,255,0.84);
}
.curriculum li:first-child { border-top: none; }
.curriculum li::before {
  content: counter(lesson, decimal-leading-zero);
  font-family: var(--serif); font-size: 1.05rem; color: var(--gold); line-height: 1;
}
.s-ybyi-learn .enso-top { left: -6%; right: auto; top: -300px; bottom: auto; width: 600px; height: 600px; }   /* pairs different (left) */
.s-ybyi-learn .enso-bot { right: -6%; left: auto; bottom: -300px; top: auto; width: 600px; height: 600px; }   /* pairs who-it's-for (right) */

/* ═══ 05 WHO IT'S FOR ═══════════════════════════════════════════════════════ */
.s-ybyi-forwhom .wrap { max-width: 720px; text-align: center; }
.s-ybyi-forwhom .kicker { justify-content: center; }
.s-ybyi-forwhom .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-ybyi-forwhom .h-section { margin: 0 auto 8px; max-width: 18ch; }
.ybyi-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.2rem); line-height: 1.8; color: var(--ink-soft); }
.ybyi-forwhom-body em.gold { font-style: normal; color: var(--gold-warm); font-weight: 600; }
.s-ybyi-forwhom .enso-top { right: -6%; left: auto; top: -300px; bottom: auto; width: 600px; height: 600px; } /* pairs learn (right) */
.s-ybyi-forwhom .enso-bot { right: -6%; left: auto; bottom: -300px; top: auto; width: 600px; height: 600px; } /* pairs joseph (right) */

/* ═══ 06 WHO YOU'LL LEARN FROM (Joseph) ═════════════════════════════════════ */
.s-ybyi-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-ybyi-joseph .wrap { grid-template-columns: 1fr; } }
.ybyi-joseph-visual { position: relative; width: 100%; max-width: 420px; margin: 0 auto; }
.ybyi-joseph-photo {
  width: 100%; aspect-ratio: 4 / 5;
  background: #0c1d1b url("assets/joseph-book2.png") center 18% / cover no-repeat;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
.ybyi-joseph-visual::after { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold); opacity: 0.5; z-index: -1; }
.s-ybyi-joseph .h-section { color: #fff; margin: 0 0 24px; max-width: 16ch; }
.s-ybyi-joseph .body { color: rgba(255,255,255,0.84); font-size: 1.05rem; }
.s-ybyi-joseph .body p { margin: 0; max-width: 58ch; }
.s-ybyi-joseph .body em.title-italic { font-style: italic; color: #fff; }
.s-ybyi-joseph .body em.gold { font-style: normal; color: var(--gold); font-weight: 500; }
.s-ybyi-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-ybyi-joseph .signature::before { content: "— "; }

/* ═══ 07 TESTIMONIALS ═══════════════════════════════════════════════════════ */
.s-ybyi-quotes .quotes-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem); }
.s-ybyi-quotes .kicker { justify-content: center; }
.s-ybyi-quotes .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-ybyi-quotes .h-section { margin: 0 auto; max-width: 20ch; }
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2.5vw, 1.75rem); align-items: start; max-width: 1100px; margin: 0 auto; }
@media (max-width: 880px) { .quotes-grid { grid-template-columns: 1fr; max-width: 560px; } }
.quote-card {
  background: var(--paper); border: 1px solid var(--rule); border-top: 2px solid var(--gold);
  padding: 32px 30px 28px; display: flex; flex-direction: column;
}
.quote-card blockquote { margin: 0 0 22px; font-family: var(--sans); font-style: italic; font-weight: 300; font-size: 1rem; line-height: 1.68; color: var(--ink); flex: 1; }
.quote-card blockquote::before { content: "\201C"; color: var(--gold-warm); }
.quote-card blockquote::after { content: "\201D"; color: var(--gold-warm); }
.quote-cite { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--rule); }
.quote-cite .qc-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); }
.quote-cite .qc-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; display: block; }
.quote-cite .qc-name { display: block; font-family: var(--sans); font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-warm); }
.quote-cite .qc-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-ybyi-quotes .enso-bg { left: -6%; right: auto; bottom: -300px; top: auto; width: 600px; height: 600px; }   /* pairs enroll (left) */

/* ═══ 08 ENROLL (pricing) ═══════════════════════════════════════════════════ */
.s-ybyi-enroll .enroll-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem); }
.s-ybyi-enroll .kicker { justify-content: center; }
.s-ybyi-enroll .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-ybyi-enroll .h-section { color: #fff; margin: 0 auto 6px; max-width: 20ch; }
.s-ybyi-enroll .enroll-sub { font-family: var(--sans); color: rgba(255,255,255,0.6); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; text-align: center; }
.enroll-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 3vw, 2rem); align-items: stretch; max-width: 940px; margin: clamp(2rem,4vw,3rem) auto 0; }
@media (max-width: 820px) { .enroll-grid { grid-template-columns: 1fr; max-width: 480px; } }
.enroll-card {
  display: flex; flex-direction: column; padding: clamp(30px, 3.5vw, 42px) clamp(28px, 3vw, 38px);
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14);
}
.enroll-card.feature { border-color: var(--gold); background: rgba(222,190,81,0.08); position: relative; }
.enroll-card .ec-flag { font-family: var(--sans); font-weight: 700; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.enroll-card h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.4rem, 2.1vw, 1.8rem); text-transform: uppercase; letter-spacing: 0.012em; line-height: 1.12; color: #fff; margin: 0 0 4px; }
.enroll-card .ec-price { font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.6rem); line-height: 1; color: var(--gold); margin: 0 0 4px; }
.enroll-card .ec-value { font-family: var(--sans); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin: 0 0 20px; }
.enroll-card p { font-family: var(--sans); font-size: 1rem; line-height: 1.7; color: rgba(255,255,255,0.82); margin: 0 0 24px; flex: 1; }
.enroll-card .btn { align-self: flex-start; }
.enroll-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; }
.enroll-fine { text-align: center; margin: clamp(1.5rem,3vw,2.25rem) auto 0; max-width: 52ch; font-family: var(--sans); font-size: 0.92rem; line-height: 1.6; color: rgba(255,255,255,0.6); }
.s-ybyi-enroll .enso-bg { left: -6%; right: auto; top: -300px; bottom: auto; width: 600px; height: 600px; }   /* pairs quotes (left) */

/* ═══ 09 GUARANTEE ══════════════════════════════════════════════════════════ */
.s-ybyi-guarantee { background: var(--paper-warm); }
.s-ybyi-guarantee .wrap { max-width: 640px; text-align: center; }
.guarantee-seal {
  width: 76px; height: 76px; margin: 0 auto 26px; border-radius: 50%;
  border: 1.5px solid var(--gold-warm); display: grid; place-items: center;
  font-family: var(--serif); font-size: 1.5rem; color: var(--gold-warm); line-height: 1;
}
.guarantee-seal span { font-size: 11px; letter-spacing: 0.1em; }
.s-ybyi-guarantee .kicker { justify-content: center; display: inline-flex; }
.s-ybyi-guarantee .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-ybyi-guarantee .h-section { margin: 18px auto 18px; max-width: 16ch; }
.s-ybyi-guarantee p { font-family: var(--sans); font-size: 1.08rem; line-height: 1.75; color: var(--ink-soft); margin: 0 auto; max-width: 50ch; }
.s-ybyi-guarantee p .fine { color: var(--ink-mute); font-size: 0.95rem; }

/* ═══ 10 UPSELL (Perform Without Pain) ══════════════════════════════════════ */
.s-ybyi-upsell { position: relative; overflow: visible; }
.s-ybyi-upsell .enso-bg { left: -6%; right: auto; bottom: -300px; top: auto; width: 600px; height: 600px; z-index: 1; }
.s-ybyi-upsell .upsell-photo { position: absolute; inset: 0; background: #0c1d1b url("assets/hero-sunset.jpg") center 40% / cover no-repeat; opacity: 0.4; z-index: 0; }
.s-ybyi-upsell .upsell-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,36,34,0.86), rgba(15,36,34,0.74) 50%, rgba(15,36,34,0.9)); }
.s-ybyi-upsell .wrap { max-width: 720px; text-align: center; position: relative; z-index: 2; }
.s-ybyi-upsell .kicker { justify-content: center; }
.s-ybyi-upsell .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-ybyi-upsell .h-section { color: #fff; margin: 0 auto 18px; max-width: 18ch; }
.s-ybyi-upsell .body { color: rgba(255,255,255,0.86); font-size: clamp(1.05rem,1.35vw,1.2rem); line-height: 1.78; max-width: 56ch; margin: 0 auto 28px; }
.s-ybyi-upsell .body strong { color: var(--gold); font-weight: 600; }
.upsell-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; }
.upsell-link:hover { color: #fff; border-color: #fff; }
.upsell-link .arr { transition: transform .3s var(--ease-out); }
.upsell-link:hover .arr { transform: translateX(4px); }

/* ═══ 11 FAQ ════════════════════════════════════════════════════════════════ */
.s-ybyi-faq .wrap { max-width: 820px; }
.s-ybyi-faq .faq-head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.s-ybyi-faq .kicker { justify-content: center; }
.s-ybyi-faq .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-ybyi-faq .faq-list { border-top: 1px solid var(--rule); }
.s-ybyi-faq .faq-item { border-bottom: 1px solid var(--rule); }
.s-ybyi-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-ybyi-faq .faq-q:hover { color: var(--gold-warm); }
.s-ybyi-faq .faq-icon { position: relative; flex-shrink: 0; width: 18px; height: 18px; }
.s-ybyi-faq .faq-icon::before, .s-ybyi-faq .faq-icon::after { content: ""; position: absolute; background: var(--gold-warm); transition: transform .3s, opacity .3s; }
.s-ybyi-faq .faq-icon::before { left: 0; top: 8px; width: 18px; height: 2px; }
.s-ybyi-faq .faq-icon::after { left: 8px; top: 0; width: 2px; height: 18px; }
.s-ybyi-faq .faq-item.open .faq-icon::after { transform: scaleY(0); opacity: 0; }
.s-ybyi-faq .faq-a { overflow: hidden; max-height: 0; transition: max-height .4s cubic-bezier(0.4,0,0.2,1); }
.s-ybyi-faq .faq-item.open .faq-a { max-height: 400px; }
.s-ybyi-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-ybyi-faq .enso-bg { left: -6%; right: auto; top: -300px; bottom: auto; width: 600px; height: 600px; }      /* pairs upsell (left) */

/* ═══ 12 FINAL CTA ══════════════════════════════════════════════════════════ */
.s-ybyi-cta { text-align: center; }
.s-ybyi-cta .wrap { max-width: 720px; }
.s-ybyi-cta .kicker { justify-content: center; display: inline-flex; }
.s-ybyi-cta .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-ybyi-cta .h-display { color: #fff; margin: 24px 0 16px; font-size: clamp(2rem, 4vw, 3.1rem); }
.s-ybyi-cta .h-display .hl { color: var(--gold); }
.s-ybyi-cta .lead { color: rgba(255,255,255,0.84); margin: 0 auto 30px; max-width: 42ch; }
.s-ybyi-cta .ctas { display: flex; justify-content: center; }
.s-ybyi-cta .enso-bg { right: -10%; bottom: -24%; width: 480px; height: 480px; }

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