/* Style 4 — Bourgogne Prestige */
:root {
  --wine:      #4a2060;
  --wine-lt:   #f0eaf6;
  --bg:        #f3f0f7;
  --card-bg:   #ffffff;
  --text:      #1a1020;
  --muted:     #5a4570;
  --border:    #d8cce8;
  --font:      'Didot', 'Bodoni MT', 'Playfair Display', serif;
  --font-ui:   'Lato', system-ui, sans-serif;
}
body { background: var(--bg); font-family: var(--font-ui); }
h1   { font-family: var(--font); }
