/* ═══════════════════════════════════════════════════════════════════════════
   SOULFORCE ARTS — FOR MUSIC TEACHERS  (/teachers)  Perform Without Pain track
   Extends styles.css. Reuses brand tokens, buttons, kickers, enso, footer.
   ═══════════════════════════════════════════════════════════════════════════ */

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

/* Shared narrative body type (problem / reframe) */
.teach-narr-body {
  font-family: var(--sans); font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.85; color: var(--ink-soft);
}
.on-dark .teach-narr-body { color: rgba(255,255,255,0.84); }
.teach-narr-body p { margin: 0 0 1.2em; max-width: 52ch; }
.teach-narr-body p:last-child { margin-bottom: 0; }
.teach-narr-body em.gold { font-style: normal; color: var(--gold-warm); font-weight: 600; }
.on-dark .teach-narr-body em.gold { color: var(--gold); }
.teach-narr-body em.it { font-style: italic; }

/* Offset gold hairline frame (brand photo treatment) */
.frame-photo { position: relative; }
.frame-photo::after {
  content: ""; position: absolute; inset: -18px 18px 18px -18px;
  border: 1px solid var(--gold); opacity: 0.5; z-index: 0;
}

/* ═══ 01 HERO (full-bleed teaching photo) ═══════════════════════════════════ */
.hero.v-teach {
  position: relative; overflow: visible;
  min-height: clamp(560px, 84vh, 780px);
  padding-top: clamp(140px, 16vw, 188px);
  padding-bottom: clamp(3.5rem, 8vw, 7rem);
  background: var(--cobalt-deep);
  display: flex; align-items: center;
}
.hero.v-teach .hero-photo {
  position: absolute; top: 0; bottom: 0; right: 0; left: 34%;
  background: #14233b url("assets/teach-hero-v3.jpg") no-repeat;
  background-size: cover;
  background-position: 52% 28%;
  z-index: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 30%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 30%, #000 100%);
}
.hero.v-teach .hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg,
      rgba(35,62,99,0.55) 0%,
      rgba(35,62,99,0.18) 26%,
      rgba(35,62,99,0.04) 50%,
      rgba(35,62,99,0) 100%),
    linear-gradient(180deg,
      rgba(35,62,99,0.3) 0%, transparent 28%, transparent 54%, rgba(35,62,99,0.7) 100%);
}
@media (max-width: 820px) {
  .hero.v-teach .hero-photo {
    left: 0;
    background-position: 64% 24%;
    -webkit-mask-image: none; mask-image: none;
  }
  .hero.v-teach .hero-photo::after {
    background:
      linear-gradient(90deg,
        rgba(28,49,79,0.96) 0%,
        rgba(31,53,85,0.9) 38%,
        rgba(35,62,99,0.6) 58%,
        rgba(35,62,99,0.34) 100%),
      linear-gradient(180deg,
        rgba(35,62,99,0.32) 0%, transparent 30%, transparent 50%, rgba(35,62,99,0.74) 100%);
  }
}
.hero.v-teach .hero-wrap {
  position: relative; z-index: 2;
  max-width: var(--max-w); margin: 0 auto; width: 100%;
  padding: 0 var(--page-pad);
}
.hero.v-teach .hero-copy { max-width: 600px; margin-right: auto; }
.hero.v-teach .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-teach .h-display .hl { color: var(--paper-warm); }
.hero.v-teach .lead { color: rgba(255,255,255,0.86); max-width: 50ch; margin: 0 0 8px; font-size: clamp(1.05rem, 1.35vw, 1.2rem); }
.hero.v-teach .hero-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; margin-top: 30px; }
.hero.v-teach .enso-herobottom { left: auto; right: -6%; top: auto; bottom: -300px; width: 600px; height: 600px; }

/* ═══ 02 THE PROBLEM (split with photo) ═════════════════════════════════════ */
.s-teach-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-teach-problem .wrap { grid-template-columns: 1fr; gap: 2.25rem; }
  .s-teach-problem .prob-visual { order: -1; max-width: 360px; }
}
.s-teach-problem .prob-visual { position: relative; }
.s-teach-problem .prob-visual::after {
  content: ""; position: absolute; inset: -18px 18px 18px -18px;
  border: 1px solid var(--gold-warm); opacity: 0.45; z-index: 0;
}
.s-teach-problem .prob-photo {
  position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5;
  background: #0d1513 url("assets/teach-problem.jpg") center 30% / cover no-repeat;
  box-shadow: 0 28px 56px -30px rgba(24,30,27,0.55);
}
.s-teach-problem .h-section { margin: 0 0 6px; max-width: 18ch; }
.s-teach-problem .teach-narr-body { margin-top: clamp(1.25rem, 3vw, 1.75rem); }
.s-teach-problem .enso-bg { right: -6%; left: auto; top: -300px; bottom: auto; width: 600px; height: 600px; }

/* ═══ 03 THE REFRAME (split with photo, reversed) ═══════════════════════════ */
.s-teach-reframe .wrap {
  display: grid; grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(2.5rem, 6vw, 5rem); align-items: center; max-width: var(--max-w);
}
@media (max-width: 880px) {
  .s-teach-reframe .wrap { grid-template-columns: 1fr; gap: 2.25rem; }
  .s-teach-reframe .reframe-visual { max-width: 360px; }
}
.s-teach-reframe .h-section { color: #fff; margin: 0 0 6px; max-width: 20ch; }
.s-teach-reframe .teach-narr-body { margin-top: clamp(1.25rem, 3vw, 1.75rem); }
.s-teach-reframe .reframe-visual { position: relative; }
.s-teach-reframe .reframe-visual::after {
  content: ""; position: absolute; inset: -18px 18px 18px -18px;
  border: 1px solid var(--gold); opacity: 0.5; z-index: 0;
}
.s-teach-reframe .reframe-photo {
  position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5;
  background: #0c1d1b url("assets/teach-reframe.jpg") center 22% / cover no-repeat;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
.s-teach-reframe .enso-bg { left: -6%; right: auto; bottom: -300px; top: auto; width: 600px; height: 600px; }

/* ═══ 04 WHAT YOU'LL WALK AWAY WITH (benefits + credit card) ════════════════ */
.s-teach-walk .walk-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem); }
.s-teach-walk .kicker { justify-content: center; }
.s-teach-walk .h-section { margin: 0 auto; max-width: 20ch; }
.s-teach-walk .h-section .hl { color: var(--gold-warm); }
.walk-cols {
  display: grid; grid-template-columns: 1fr 0.85fr;
  gap: clamp(2.5rem, 6vw, 4.5rem); align-items: start; max-width: 1080px; margin: 0 auto;
}
@media (max-width: 880px) { .walk-cols { grid-template-columns: 1fr; gap: 2.5rem; } }
.teach-benefits { list-style: none; margin: 0; padding: 0; }
.teach-benefits li {
  position: relative; padding: 0 0 22px 36px; margin-bottom: 22px;
  font-family: var(--sans); font-size: clamp(1.08rem, 1.35vw, 1.22rem); line-height: 1.55; color: var(--ink-soft);
  border-bottom: 1px solid var(--rule);
}
.teach-benefits li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.teach-benefits li::before {
  content: ""; position: absolute; left: 0; top: 11px; width: 20px; height: 2px; background: var(--gold-warm);
}
.teach-benefits em { font-style: italic; color: var(--ink); }
.credit-card {
  background: var(--paper); border: 1px solid var(--rule); border-top: 2px solid var(--gold-warm);
  padding: clamp(28px, 3vw, 38px) clamp(26px, 3vw, 34px); box-shadow: 0 24px 48px -34px rgba(24,30,27,0.4);
}
.credit-card .cc-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;
}
.credit-card h3 {
  font-family: var(--serif); font-weight: 400; font-size: clamp(1.35rem, 2vw, 1.7rem);
  text-transform: uppercase; letter-spacing: 0.012em; line-height: 1.14; color: var(--ink); margin: 0 0 14px;
}
.credit-card p { font-family: var(--sans); font-size: 1rem; line-height: 1.7; color: var(--ink-soft); margin: 0 0 14px; }
.credit-card p:last-child { margin-bottom: 0; }
.credit-card .cc-note {
  margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--rule);
  font-size: 0.94rem; color: var(--ink-mute);
}
.credit-card .cc-note strong { color: var(--gold-warm); font-weight: 700; }
.s-teach-walk .enso-bg { left: -6%; right: auto; top: -300px; bottom: auto; width: 600px; height: 600px; }

/* ═══ 05 TWO WAYS IN (segment cards w/ photo) ═══════════════════════════════ */
.s-teach-ways .ways-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem); }
.s-teach-ways .kicker { justify-content: center; }
.s-teach-ways .h-section { color: #fff; margin: 0 auto; max-width: 20ch; }
.s-teach-ways .ways-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch; max-width: 980px; margin: clamp(2rem, 4vw, 3rem) auto 0;
}
@media (max-width: 820px) { .s-teach-ways .ways-grid { grid-template-columns: 1fr; max-width: 460px; } }
.way-card {
  display: flex; flex-direction: column; overflow: hidden;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14);
}
.way-card .way-photo { width: 100%; aspect-ratio: 16 / 9; background-color: #0c1d1b; background-size: cover; }
.way-card .wp-private { background-image: url("assets/teach-way-private.jpg"); background-position: center 42%; }
.way-card .wp-school { background-image: url("assets/teach-way-school.jpg"); background-position: center 36%; }
.way-card .way-body { display: flex; flex-direction: column; padding: clamp(26px, 3vw, 36px) clamp(24px, 3vw, 32px); }
.way-card .way-flag {
  font-family: var(--sans); font-weight: 700; font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
.way-card h3 {
  font-family: var(--serif); font-weight: 400; font-size: clamp(1.35rem, 2vw, 1.7rem);
  text-transform: uppercase; letter-spacing: 0.012em; line-height: 1.14; color: #fff; margin: 0 0 12px;
}
.way-card p { font-family: var(--sans); font-size: 1rem; line-height: 1.7; color: rgba(255,255,255,0.82); margin: 0; }
.way-card p em.gold { font-style: normal; color: var(--gold); font-weight: 600; }
.s-teach-ways .enso-bg { right: -6%; left: auto; top: -300px; bottom: auto; width: 600px; height: 600px; }

/* ═══ 06 FOR YOUR ASSOCIATION OR SCHOOL (paper-warm band) ═══════════════════ */
.s-teach-group { background: var(--paper-warm); text-align: center; }
.s-teach-group .wrap { max-width: 680px; }
.s-teach-group .kicker { justify-content: center; display: inline-flex; }
.s-teach-group .h-section { margin: 18px auto 18px; max-width: 16ch; }
.s-teach-group .group-body {
  font-family: var(--sans); font-size: clamp(1.08rem, 1.35vw, 1.25rem); line-height: 1.75;
  color: var(--ink-soft); margin: 0 auto 30px; max-width: 50ch;
}
.s-teach-group .group-body em.gold { font-style: normal; color: var(--gold-warm); font-weight: 600; }
.s-teach-group .ctas { display: flex; justify-content: center; }

/* ═══ 07 WHO YOU'LL LEARN FROM (Joseph) ═════════════════════════════════════ */
.s-teach-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-teach-joseph .wrap { grid-template-columns: 1fr; }
  .s-teach-joseph .teach-joseph-visual { order: -1; max-width: 360px; }
}
.teach-joseph-visual { position: relative; width: 100%; max-width: 420px; margin: 0 auto; }
.teach-joseph-photo {
  width: 100%; aspect-ratio: 4 / 5;
  background: #0c1d1b url("assets/teach-joseph.jpg") center 16% / cover no-repeat;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
.teach-joseph-visual::after { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold); opacity: 0.5; z-index: -1; }
.s-teach-joseph .h-section { color: #fff; margin: 0 0 24px; max-width: 16ch; }
.s-teach-joseph .body { color: rgba(255,255,255,0.84); font-size: 1.05rem; line-height: 1.78; }
.s-teach-joseph .body p { margin: 0 0 1.1em; max-width: 56ch; }
.s-teach-joseph .body p:last-child { margin-bottom: 0; }
.s-teach-joseph .body em.title-italic { font-style: italic; color: #fff; }
.s-teach-joseph .body em.gold { font-style: normal; color: var(--gold); font-weight: 500; }
.s-teach-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-teach-joseph .signature::before { content: "— "; }
.s-teach-joseph { overflow: visible; }
.s-teach-joseph .enso-bg { left: -6%; right: auto; top: -340px; bottom: auto; width: 600px; height: 600px; z-index: 0; }

/* ═══ 08 TESTIMONIAL (placeholder) ══════════════════════════════════════════ */
.s-teach-quote .wrap { max-width: 1080px; }
.s-teach-quote .quote-head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.s-teach-quote .quote-head .kicker { justify-content: center; }
.s-teach-quote .quote-head .h-section { margin: 0 auto; max-width: 18ch; }
.quote-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 3vw, 2rem); align-items: stretch;
}
@media (max-width: 820px) { .quote-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; } }
.teach-quote-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--rule); border-top: 2px solid var(--gold);
  padding: clamp(28px, 3vw, 40px) clamp(26px, 3vw, 36px); text-align: left;
}
.teach-quote-card blockquote {
  margin: 0 0 26px; flex: 1;
  font-family: var(--sans); font-weight: 400; font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.72; color: var(--ink-soft); text-wrap: pretty;
}
.teach-quote-card blockquote::before { content: "\201C"; color: var(--gold-warm); }
.teach-quote-card blockquote::after { content: "\201D"; color: var(--gold-warm); }
.teach-quote-card blockquote em { font-style: normal; font-weight: 600; color: var(--gold-warm); }
.tq-cite { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--rule); }
.tq-avatar {
  width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0;
  background-color: var(--cream); background-size: cover; background-position: center top;
  box-shadow: 0 0 0 1.5px var(--gold-warm), 0 0 0 4px rgba(255,255,255,0.6);
}
.tq-cite > span:last-child { text-align: left; }
.tq-name { display: block; font-family: var(--sans); font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-warm); }
.tq-role { display: block; margin-top: 4px; font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute); }
.s-teach-quote .enso-bg { left: calc(50% - 330px); top: calc(50% - 330px); right: auto; bottom: auto; width: 660px; height: 660px; }

/* ═══ 09 HOW IT WORKS / NEXT STEP ═══════════════════════════════════════════ */
.s-teach-how .how-head { text-align: center; margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem); }
.s-teach-how .kicker { justify-content: center; }
.s-teach-how .h-section { color: #fff; margin: 0 auto 14px; max-width: 18ch; }
.s-teach-how .how-sub {
  font-family: var(--sans); font-size: clamp(1.02rem, 1.3vw, 1.15rem); line-height: 1.7;
  color: rgba(255,255,255,0.78); margin: 0 auto; max-width: 56ch;
}
.how-steps {
  list-style: none; margin: 0 auto clamp(2.25rem, 4vw, 3rem); padding: 0; max-width: 980px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2.5vw, 1.75rem);
}
@media (max-width: 760px) { .how-steps { grid-template-columns: 1fr; max-width: 460px; } }
.how-steps li {
  display: flex; flex-direction: column; padding: clamp(24px, 3vw, 32px) clamp(22px, 2.5vw, 28px);
  background: rgba(255,255,255,0.04); border: 1px solid rgba(222,190,81,0.26);
}
.how-steps .hs-num { font-family: var(--serif); font-size: 1.6rem; line-height: 1; color: var(--gold); margin-bottom: 16px; }
.how-steps .hs-title { font-family: var(--serif); font-weight: 400; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.012em; line-height: 1.2; color: #fff; margin-bottom: 8px; }
.how-steps .hs-desc { font-family: var(--sans); font-size: 0.98rem; line-height: 1.6; color: rgba(255,255,255,0.78); }
.s-teach-how .ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 18px; }
.s-teach-how .enso-bg { left: -6%; right: auto; bottom: -300px; top: auto; width: 600px; height: 600px; }

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

/* ═══ 11 FINAL CTA ══════════════════════════════════════════════════════════ */
.s-teach-cta { text-align: center; }
.s-teach-cta .wrap { max-width: 740px; }
.s-teach-cta .kicker { justify-content: center; display: inline-flex; }
.s-teach-cta .h-display { color: #fff; margin: 24px 0 16px; font-size: clamp(2rem, 4vw, 3.1rem); }
.s-teach-cta .h-display .hl { color: var(--gold); }
.s-teach-cta .lead { color: rgba(255,255,255,0.84); margin: 0 auto 30px; max-width: 46ch; }
.s-teach-cta .ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 18px; }
.s-teach-cta .bridge-line {
  margin: clamp(28px, 4vw, 40px) auto 0; max-width: 52ch;
  padding-top: clamp(22px, 3vw, 30px); border-top: 1px solid var(--rule-on-dark);
  font-family: var(--sans); font-size: 0.98rem; line-height: 1.7; color: rgba(255,255,255,0.7);
}
.s-teach-cta .bridge-line em { font-style: italic; color: rgba(255,255,255,0.88); }
.s-teach-cta .bridge-line a { color: var(--gold); font-weight: 600; white-space: nowrap; text-decoration: none; }
.s-teach-cta .bridge-line a:hover { color: var(--gold-hot); }
.s-teach-cta .bridge-line .arr { display: inline-block; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.s-teach-cta .bridge-line a:hover .arr { transform: translateX(4px); }

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

/* ─── Group modal: two fields side by side ─── */
.modal .field.two { flex-direction: row; gap: 14px; }
.modal .field.two .field { flex: 1; }
@media (max-width: 520px) { .modal .field.two { flex-direction: column; } }
