/* ══════════════════════════════
   PROSE — narrative body text
══════════════════════════════ */

h2.chapter-title {
  font-family: var(--font-heading);
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 600;
  color: var(--cream);
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 8px;
  text-align: center;
}

h3.chapter-sub {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 16px;
  color: var(--muted);
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 0.04em;
}

h1.invocation-title {
  font-family: var(--font-display);
  font-size: clamp(18px, 4vw, 26px);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  text-align: center;
}

.prose p {
  margin-bottom: 1.6em;
  color: var(--parchment);
  text-align: justify;
  hyphens: auto;
}

/* Drop cap on first paragraph */
.prose.with-dropcap p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 4.2em;
  float: left;
  line-height: 0.75;
  padding-right: 10px;
  padding-top: 6px;
  color: var(--cream);
  font-weight: 700;
}

.prose em  { font-style: italic; color: var(--cream); }

/* Centered display line — used for the Almanac title reveal */
.prose p.display-line {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 14px;
  letter-spacing: 0.15em;
  color: var(--cream);
  margin: 32px 0;
}

/* Invocation register — italic, looser */
.invocation .prose p {
  font-size: 17px;
  font-style: italic;
  color: var(--dim);
  line-height: 2;
  text-align: left;
}
.invocation .prose p em {
  font-style: normal;
  color: var(--cream);
}
.invocation .sign-off {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 16px;
  text-align: center;
  color: var(--muted);
  margin-top: 40px;
  letter-spacing: 0.04em;
}
