/* Teaching page — shared layout for The Way, Shabbat, Living Torah, Kingdom, Moedim */

.teaching-hero {
  text-align: center;
  padding: 5rem 1.5rem 3rem;
  border-bottom: 1px solid var(--rule);
  max-width: 48rem;
  margin: 0 auto;
}

.teaching-hero .eyebrow {
  display: block;
  margin-bottom: 1.5rem;
}

.teaching-hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  letter-spacing: 0.08em;
  line-height: 1.15;
  margin: 0 0 2rem;
  color: var(--text);
}

.teaching-hero .lede {
  font-family: var(--font-body);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--text-soft);
  max-width: 34rem;
  margin: 0 auto;
  line-height: 1.55;
}

.teaching {
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
}

.teaching section {
  margin-bottom: 3.5rem;
}

.teaching h2 {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 2rem;
  font-weight: 500;
  text-align: center;
}

.teaching h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: var(--text);
  margin: 0 0 1.25rem;
  font-weight: 500;
}

.teaching p {
  font-family: var(--font-body);
  font-size: 1.18rem;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 1.25rem;
}

.teaching p em { font-style: italic; color: var(--text); }
.teaching p strong {
  font-weight: 600;
  color: var(--gold-bright);
}

/* Scripture pull-quote — the protagonist */
.teaching .scripture {
  margin: 3rem auto;
  max-width: 34rem;
  text-align: center;
  font-family: var(--font-body);
  font-style: italic;
  font-size: 1.35rem;
  line-height: 1.55;
  color: var(--text);
  padding: 0 1rem;
  position: relative;
}

.teaching .scripture::before,
.teaching .scripture::after {
  content: '';
  display: block;
  width: 3rem;
  height: 1px;
  background: var(--rule);
  margin: 0 auto 2rem;
}
.teaching .scripture::after {
  margin: 2rem auto 0;
}

.teaching .scripture cite {
  display: block;
  font-style: normal;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  color: var(--gold);
  margin-top: 1.5rem;
  font-weight: 500;
}

/* Named turning point — callout for Constantine, Laodicea, etc. */
.teaching .turning {
  border-left: 2px solid var(--gold-deep);
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 2rem 0;
  color: var(--text-soft);
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.6;
}
.teaching .turning strong {
  color: var(--gold);
  font-weight: 500;
}

/* Walk this daily — the quiet door */
.walk-daily-block {
  max-width: 36rem;
  margin: 4rem auto 2rem;
  padding: 2.5rem 1.5rem 0;
  border-top: 1px solid var(--rule);
  text-align: center;
}
.walk-daily-block a {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.5rem 0;
}
.walk-daily-block a:hover, .walk-daily-block a:focus-visible {
  color: var(--gold-bright);
}
