/* ============================================================================
   theme-scripture — Scripture Study. Spirit: illuminated manuscript, scholarly
   warmth. Signature: cream-300, gold-400, ink, coral (drop-cap red, sparing).
   Pages: /verse-map/, /word/, /reading-plan/, /walk-with-christ/, /calendar/, /year/
   ========================================================================== */
[data-theme="theme-scripture"] {
  --page-bg: var(--cream-300);
  --page-accent: var(--gold-400);
  --page-accent-2: var(--coral);
  --hero-from: var(--cream-400);
  --hero-to: var(--cream-200);
}

/* Illuminated drop-cap on the first paragraph of a study body */
[data-theme="theme-scripture"] .has-dropcap::first-letter,
[data-theme="theme-scripture"] .study-body > p:first-of-type::first-letter {
  font-family: var(--ff-serif); font-weight: 600; font-size: 3.4em; line-height: 0.8;
  float: left; margin: 0.08em 0.12em 0 0; color: var(--coral);
}

/* manuscript-warm word/verse cards */
[data-theme="theme-scripture"] .word-card,
[data-theme="theme-scripture"] .verse-card {
  background: var(--cream-100); border: 1px solid var(--cream-400); border-left: 3px solid var(--gold-400);
  border-radius: var(--r-md); padding: var(--s-5);
}
[data-theme="theme-scripture"] .book-name { font-family: var(--ff-serif); color: var(--gold-400); }

/* Verse-map globe stage falls back gracefully without its JS */
[data-theme="theme-scripture"] .verse-map-stage { background: var(--cream-200); border-radius: var(--r-lg); }
