/* ═══════════════════════════════════════════════════════════════════════════
   SOULFORCE ARTS — THE TRY-HARDER TRAP  (/tryharder)  $27 on-demand webinar
   Extends styles.css. Reuses brand tokens, buttons, kickers, enso, footer.
   ═══════════════════════════════════════════════════════════════════════════ */

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

/* image-slot brand styling */
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-trap {
  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-trap .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-trap .hero-wrap { grid-template-columns: 1fr; gap: clamp(2.25rem, 6vw, 3rem); }
  .hero.v-trap .hero-visual { order: -1; }
}
.hero.v-trap .hero-copy { max-width: 600px; }
.hero.v-trap .h-display {
  color: var(--gold);
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.06;
  margin: 0 0 22px;
  text-wrap: balance;
}
.hero.v-trap .h-display .hl { color: var(--paper-warm); }
.hero.v-trap .lead {
  color: rgba(255,255,255,0.86);
  max-width: 50ch;
  margin: 0 0 30px;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
}
.trap-buybar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 22px;
}
.trap-reassure {
  margin: 20px 0 0;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.7);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
}
.trap-reassure > span { display: inline-flex; align-items: center; gap: 9px; }
.trap-reassure > span::before {
  content: "";
  width: 15px; height: 15px;
  flex-shrink: 0;
  background: var(--gold);
  clip-path: polygon(42% 67%, 84% 24%, 92% 32%, 42% 83%, 12% 53%, 20% 45%);
}
.hero.v-trap .hero-visual { position: relative; }
.hero.v-trap .hero-pack {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
}
.hero.v-trap .visual-badge {
  position: absolute;
  top: 6px; right: 6px;
  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-trap .visual-badge { right: auto; left: 50%; transform: translateX(120px); } }
.hero.v-trap .enso-herobottom {
  left: auto; right: -6%; top: auto; bottom: -300px;
  width: 600px; height: 600px;
}

/* ═══ 02 THE TRAP (problem narrative + harp portrait) ═══════════════════════ */
.s-trap-problem .wrap { max-width: var(--max-w); }
.s-trap-problem .trap-head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.s-trap-problem .trap-head .kicker { justify-content: center; }
.s-trap-problem .trap-head .kicker::before { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-trap-problem .trap-head .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-trap-problem .trap-head .h-section { margin: 0 auto; max-width: 24ch; }
.s-trap-problem .trap-cols {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.s-trap-problem .trap-body { order: 1; }
.s-trap-problem .trap-visual { order: 2; }
@media (max-width: 880px) {
  .s-trap-problem .trap-cols { grid-template-columns: 1fr; gap: 2.25rem; }
  .s-trap-problem .trap-visual { order: -1; max-width: 380px; }
}
.trap-visual { position: relative; }
.trap-harp {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #0d1513 url("assets/harpist.png") 60% center / cover no-repeat;
  box-shadow: 0 28px 56px -30px rgba(24,30,27,0.55);
}
.trap-harp::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid var(--gold-warm);
  opacity: 0.45;
  z-index: -1;
}
.s-trap-problem .trap-main { min-width: 0; }
.s-trap-problem .head { text-align: left; }
.s-trap-problem .h-section { margin: 0; max-width: 18ch; }
.trap-body { margin-top: 0; }
/* ═══ Paired enso geometry — halves straddle a seam to read as one circle ═══ */
.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; }
/* right-side pairs */
.s-trap-problem .enso-toppair, .s-trap-about .enso-toppair { left: auto; right: -6%; }
.s-trap-whofor .enso-botpair { left: auto; right: -6%; }

.s-trap-problem .head { text-align: center; }
.s-trap-problem .h-section { margin: 0 auto; max-width: 22ch; }
.trap-body {
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
  max-width: 52ch;
  font-family: var(--sans);
  font-size: clamp(1.02rem, 1.25vw, 1.14rem);
  line-height: 1.8;
  color: var(--ink-soft);
}
.trap-body p { margin: 0 0 1.3em; }
.trap-body .step {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  line-height: 1.25;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  color: var(--gold-warm);
  text-align: left;
  margin: clamp(1.5rem, 3vw, 2rem) 0;
}
.trap-body .reveal-line {
  border-left: 2px solid var(--gold-warm);
  padding-left: 28px;
  margin: clamp(2rem, 4vw, 2.75rem) 0;
  color: var(--ink);
  font-size: 1.15rem;
}
.trap-body em.gold { font-style: normal; color: var(--gold-warm); font-weight: 600; }

/* ═══ 03 WHAT YOU'LL LEARN + PROMISE ════════════════════════════════════════ */
.s-learn .wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
@media (max-width: 880px) { .s-learn .wrap { grid-template-columns: 1fr; } }
.s-learn .h-section { color: #fff; margin: 0 0 14px; max-width: 14ch; }
.s-learn .learn-sub { font-family: var(--sans); color: rgba(255,255,255,0.6); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; margin: 0; }
.learn-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.learn-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: start;
  padding: 26px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.learn-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.learn-num {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1;
  color: var(--gold);
}
.learn-text { font-family: var(--sans); font-size: clamp(1.02rem, 1.3vw, 1.15rem); line-height: 1.6; color: rgba(255,255,255,0.88); }
.learn-text strong { color: #fff; font-weight: 600; }
.promise-card {
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 0;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  padding: clamp(28px, 4vw, 40px) clamp(28px, 4vw, 46px);
  background: linear-gradient(135deg, rgba(222,190,81,0.16) 0%, rgba(222,190,81,0.05) 100%);
  border: 1px solid rgba(222,190,81,0.4);
}
@media (max-width: 720px) { .promise-card { grid-template-columns: 1fr; gap: 14px; } }
.promise-card .pc-flag {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media (max-width: 720px) { .promise-card .pc-flag { writing-mode: horizontal-tb; transform: none; } }
.promise-card p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.9vw, 1.6rem);
  line-height: 1.35;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  color: #fff;
}
.promise-card p em { color: var(--gold); font-style: italic; text-transform: uppercase; }
.s-learn .learn-note {
  grid-column: 1 / -1;
  margin: 22px 0 0;
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.74);
  text-align: center;
  max-width: 64ch;
  margin-inline: auto;
}
.s-learn .enso-bg { left: -12%; bottom: -22%; width: 480px; height: 480px; }
.s-learn .enso-botpair, .s-learn .enso-bg.enso-botpair { left: -6%; right: auto; bottom: -300px; top: auto; width: 600px; height: 600px; }

/* ═══ Inline testimonial ════════════════════════════════════════════════════ */
.trap-quote {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}
.trap-quote blockquote {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.62;
  margin: 0 0 24px;
  color: var(--ink);
  text-wrap: pretty;
}
.on-dark .trap-quote blockquote { color: #fff; }
.trap-quote blockquote::before { content: "\201C"; color: var(--gold-warm); }
.trap-quote blockquote::after { content: "\201D"; color: var(--gold-warm); }
.on-dark .trap-quote blockquote::before, .on-dark .trap-quote blockquote::after { color: var(--gold); }
.trap-quote figcaption { display: inline-flex; align-items: center; gap: 14px; }
.trap-quote .q-avatar { width: 54px; height: 54px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 1.5px var(--gold-warm), 0 0 0 4px rgba(255,255,255,0.6); }
.on-dark .trap-quote .q-avatar { box-shadow: 0 0 0 1.5px var(--gold), 0 0 0 4px rgba(255,255,255,0.12); }
.trap-quote .q-avatar image-slot { width: 100%; height: 100%; }
.trap-quote .q-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; display: block; }
.trap-quote .q-hl { color: var(--gold-warm); font-style: italic; font-weight: 400; }
.on-dark .trap-quote .q-hl { color: var(--gold); }
.trap-quote .q-meta { text-align: left; }
.trap-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); }
.on-dark .trap-quote .q-name { color: var(--gold); }
.trap-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); }
.on-dark .trap-quote .q-role { color: rgba(255,255,255,0.6); }

.s-quote-a { background: var(--paper-warm); }
.s-quote-a .wrap { max-width: 820px; }

/* ═══ 04 WHO THIS IS FOR ════════════════════════════════════════════════════ */
.s-trap-whofor .whofor-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem); }
.s-trap-whofor .kicker { justify-content: center; }
.s-trap-whofor .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-trap-whofor .h-section { margin: 0 auto; max-width: 20ch; }
.whofor-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
  display: grid;
  gap: 0;
}
.whofor-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px 4px;
  border-top: 1px solid var(--rule);
}
.whofor-row:last-child { border-bottom: 1px solid var(--rule); }
.whofor-row .wf-mark {
  width: 26px; height: 26px;
  margin-top: 1px;
  border-radius: 50%;
  border: 1px solid var(--gold-warm);
  display: grid; place-items: center;
}
.whofor-row .wf-mark::after {
  content: "";
  width: 9px; height: 5px;
  border-left: 1.5px solid var(--gold-warm);
  border-bottom: 1.5px solid var(--gold-warm);
  transform: rotate(-45deg) translate(1px, -1px);
}
.whofor-row p {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  line-height: 1.6;
  color: var(--ink-soft);
}
.whofor-row .wf-who { color: var(--ink); font-weight: 700; }

/* ═══ 05 ABOUT JOSEPH ═══════════════════════════════════════════════════════ */
.s-trap-about .wrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}
@media (max-width: 880px) { .s-trap-about .wrap { grid-template-columns: 1fr; } }
.trap-about-visual { position: relative; }
.trap-about-visual image-slot { width: 100%; aspect-ratio: 4 / 5; max-width: 400px; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6); }
.trap-about-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-width: 400px;
  background: #0c1d1b url("assets/joseph-violin.jpg") center 20% / cover no-repeat;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
@media (max-width: 880px) { .trap-about-visual { max-width: 400px; margin: 0 auto; } }
.trap-about-visual::after {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid var(--gold);
  opacity: 0.5;
  z-index: -1;
}
.s-trap-about .h-section { color: #fff; margin: 0 0 24px; max-width: 14ch; }
.s-trap-about .body { color: rgba(255,255,255,0.84); font-size: 1.05rem; }
.s-trap-about .body p { margin: 0 0 1.2em; max-width: 56ch; }
.s-trap-about .body em.gold { font-style: normal; color: var(--gold); font-weight: 500; }
.s-trap-about .signature { font-family: var(--sans); font-style: italic; font-size: 1.1rem; color: var(--gold); margin: 26px 0 0; letter-spacing: 0.02em; }
.s-trap-about .signature::before { content: "— "; }
.s-trap-about .enso-bg { right: -14%; top: -18%; width: 470px; height: 470px; }
.s-trap-about .enso-toppair { right: -6%; left: auto; top: -300px; bottom: auto; width: 600px; height: 600px; }

.s-quote-b { background: var(--mist, #eef1ea); }
.s-quote-b .enso-botpair { left: -6%; right: auto; bottom: -300px; top: auto; width: 600px; height: 600px; }
.s-quote-a .enso-toppair { left: -6%; right: auto; top: -300px; bottom: auto; width: 600px; height: 600px; }
.s-quote-b .wrap { max-width: 820px; }

/* ═══ 06 PRICE & CTA ════════════════════════════════════════════════════════ */
.s-trap-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.s-trap-cta .wrap { max-width: 720px; position: relative; z-index: 2; }
.s-trap-cta .kicker { justify-content: center; display: inline-flex; }
.s-trap-cta .kicker::after { content: ""; width: 36px; height: 1px; background: currentColor; display: inline-block; }
.s-trap-cta .h-section { color: #fff; margin: 0 auto 8px; max-width: 18ch; }
.trap-cta-price {
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 4.6rem);
  line-height: 1;
  color: var(--gold);
  margin: 18px 0 6px;
}
.trap-cta-sub { font-family: var(--sans); color: rgba(255,255,255,0.8); font-size: 1.05rem; margin: 0 0 30px; }
.s-trap-cta .ctas { display: flex; justify-content: center; }
.trap-cta-foot {
  margin: 26px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.14);
  max-width: 44ch;
  font-family: var(--sans);
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}
.trap-cta-foot a, .trap-cta-foot .lablink { color: var(--gold); border-bottom: 1px solid currentColor; cursor: pointer; }
.s-trap-cta .enso-bg { left: -12%; top: -20%; width: 500px; height: 500px; }
.s-trap-cta .enso-toppair { left: -6%; right: auto; top: -300px; bottom: auto; width: 600px; height: 600px; }

/* ═══ 07 FAQ ════════════════════════════════════════════════════════════════ */
.s-trap-faq .wrap { max-width: 820px; }
.s-trap-faq .faq-head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.s-trap-faq .kicker { justify-content: center; }
.s-trap-faq .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: 360px; }
.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; }
.s-trap-whofor .enso-botpair { left: auto; right: -6%; top: auto; bottom: -300px; width: 600px; height: 600px; }
.s-trap-faq .enso-bg { right: -12%; bottom: -20%; width: 440px; height: 440px; }

/* ═══ Checkout modal bits (used by CheckoutModal) ═══════════════════════════ */
.checkout-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 8px;
  padding: 18px 20px;
  background: var(--paper-warm);
  border: 1px solid var(--rule);
}
.checkout-item { font-family: var(--sans); font-weight: 600; font-size: 1rem; color: var(--ink); }
.checkout-sub { font-family: var(--sans); font-size: 12.5px; color: var(--ink-mute); margin-top: 4px; }
.checkout-price { font-family: var(--serif); font-size: 2.2rem; line-height: 1; color: var(--gold-warm); }

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

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