/* ==========================================================================
   Casanita Editorial — Culinary Escape
   --------------------------------------------------------------------------
   Inherits editorial-base.css. Culinary is the most restaurant-heavy pillar;
   the only extra nudge here is a stronger bold treatment for restaurant
   names inside day bullets.
   ========================================================================== */

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

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

/* Lean into the restaurant-forward content: named rooms get tracked-up
   bold serif treatment across the pillar. */
.pillar-culinary .day__content ul li strong {
  font-family: var(--serif, 'Fraunces', serif);
  font-weight: 600;
  letter-spacing: 0.01em;
}
