/* ==========================================================================
   Christian World theme (§12.3). Midnight blue, warm burgundy, deep plum,
   ivory and restrained gold, stained-glass-inspired colour refraction (no
   copied artwork), editorial typography and quiet manuscript symbolism.
   ========================================================================== */

.faith-world--christian .faith-hero__layer--christian {
  background:
    radial-gradient(38% 60% at 22% 26%, rgba(143,91,126,0.30), transparent 60%),
    radial-gradient(40% 60% at 78% 32%, rgba(201,154,106,0.26), transparent 62%),
    radial-gradient(50% 50% at 50% 90%, rgba(90,70,150,0.18), transparent 60%),
    linear-gradient(180deg, #0d1638 0%, var(--faith-bg) 55%, var(--faith-bg-deep) 100%);
}
/* Soft stained-light bands (abstract refraction, never crucifixion imagery). */
.faith-world--christian .faith-hero__layer--christian::before {
  content: ""; position: absolute; inset: 0; opacity: 0.5;
  background: repeating-linear-gradient(115deg, rgba(201,154,106,0.05) 0 30px, rgba(143,91,126,0.05) 30px 60px);
  mask-image: radial-gradient(80% 60% at 60% 0%, #000, transparent 80%);
}

.faith-world--christian .faith-hero__title { font-family: "Cormorant Garamond", var(--faith-font-display); font-weight: 600; }
.faith-world--christian .faith-reader__surface { font-family: var(--faith-font-scripture); }
