/* ============================================================
   Cascadia.me — Volcano chapter
   Chapter-specific color, hero, and timing treatments
   ============================================================ */

.volcano-chapter-page {
  --chapter-accent: #985139;
  --chapter-deep: #3b3a34;
  --chapter-soft: #eee6d8;
  --chapter-wash: rgba(152, 81, 57, 0.09);
}

.chapter--volcano .chapter-hero::after {
  background: linear-gradient(
    90deg,
    rgba(251, 247, 238, 0.995) 0%,
    rgba(251, 247, 238, 0.96) 34%,
    rgba(251, 247, 238, 0.68) 49%,
    rgba(251, 247, 238, 0.08) 68%,
    rgba(251, 247, 238, 0) 78%
  );
}

.chapter--volcano .chapter-hero-picture img {
  object-position: 55% center;
}

.volcano-timing {
  background:
    linear-gradient(90deg, rgba(152, 81, 57, 0.035), transparent 24%, transparent 76%, rgba(39, 125, 144, 0.035)),
    var(--lw-cream-50);
}
