/* =========================================================
   Mamá Olga Bakery — Estilos específicos
   Mantiene la información y fotos originales, aplicando logo y paleta oficial.
   ========================================================= */

body.bakery-theme {
  --bg: #fffaf1;
  --surface: #fffdf8;
  --surface-2: var(--mo-cream);
  --text: var(--mo-brown);
  --muted: #7a5f4f;
  --brand: var(--mo-orange);
  --brand-dark: var(--mo-brown);
  --brand-soft: rgba(246, 164, 91, 0.22);
  --accent: var(--mo-peach);
  --accent-soft: rgba(246, 164, 91, 0.24);
  --line: rgba(58, 27, 11, 0.14);
  --hero-gradient: radial-gradient(circle at top right, rgba(244, 81, 11, 0.16), transparent 34%), linear-gradient(135deg, #fffdf8 0%, var(--mo-cream) 100%);
}

.bakery-theme .site-header { background: rgba(255, 250, 241, 0.88); }

.hero-image.bakery-img {
  background-image: linear-gradient(rgba(70, 40, 25, 0.08), rgba(70, 40, 25, 0.08)), url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=1200&q=80');
}
.about-photo.bakery-about { background-image: url('https://images.unsplash.com/photo-1555507036-ab1f4038808a?auto=format&fit=crop&w=1100&q=80'); }

.img-croissant { background-image: url('mama-olga-bakery-logo.png'); }
.img-cake { background-image: url('https://images.unsplash.com/photo-1578985545062-69928b1d9587?auto=format&fit=crop&w=900&q=80'); }
.img-coffee { background-image: url('https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=900&q=80'); }
.img-breakfast { background-image: url('https://images.unsplash.com/photo-1533089860892-a7c6f0a88666?auto=format&fit=crop&w=900&q=80'); }
.img-bread { background-image: url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=900&q=80'); }
.img-dessert { background-image: url('https://images.unsplash.com/photo-1488477181946-6428a0291777?auto=format&fit=crop&w=900&q=80'); }
