/* Bakery — Artisanal, warm, lifestyle (Bon Appétit mood)
   Designer rebalance: cream lifted to #FAF3E8 (less yellow), terracotta accent strengthened */
html.landing.landing--bakery {
  --primary: #B85042;
  --primary-deep: #94372C;
  --secondary: #F5E6D3;
  --secondary-deep: #E8D2B5;
  --accent: #6B4423;
  --accent-deep: #4A2F18;
  --ink: #2D1A14;
  --paper: #FBF5EC;
  --bg-soft: #F4EAD9;
  --text-muted: #6B5448;
  --hero-text: #FBF5EC;
  --font-display: 'Lora', Georgia, serif;
  --font-body: 'Source Sans Pro', 'Source Sans 3', -apple-system, sans-serif;
  --mood-shadow: 0 4px 16px rgba(107, 68, 35, 0.12), 0 20px 48px rgba(184, 80, 66, 0.08);
  --mood-gradient: linear-gradient(135deg, #B85042 0%, #94372C 100%);
  --cta-glow: 0 0 0 4px rgba(184, 80, 66, 0.22);
  --radius: 4px;
  --radius-card: 4px;

  /* Rebalance — cream lifted, leadmagnet white, terracotta accent */
  --mid-cta-bg: #FAF3E8;
  --mid-cta-text: #2D1A14;
  --mid-cta-accent-border: #B85042;
  --mid-cta-button-bg: #B85042;
  --mid-cta-button-text: #FFFFFF;
  --leadmagnet-bg: #FFFFFF;
  --leadmagnet-text: #2D1A14;
  --leadmagnet-accent: #B85042;
  --leadmagnet-button-bg: #B85042;
  --leadmagnet-button-text: #FFFFFF;
}
html.landing.landing--bakery .l-persona__col { background: #FAF3E8; }
