/* ==========================================================================
   Casanita Editorial — Wellness & Reset
   --------------------------------------------------------------------------
   Inherits editorial-base.css. Restorative pillar accent — quieter token
   override for .variant__intro to lean into the wellness voice.
   ========================================================================== */

.wellness-header-band {
  background-image: url('/wp-content/mu-plugins/casanita-editorial/assets/wellness/images/blocks/header-band.jpg');
}

.pillar-wellness {
  max-width: var(--max-w, 1200px);
  margin: 0 auto;
}

/* Slightly softer accent for wellness — the red dash in bullets can feel
   loud against the "arrive slowly" voice. */
.pillar-wellness .day__content ul li::before {
  background: var(--accent-soft, #d9c3b6);
}
