/* ==========================================================================
   Ehrenworte theme — Jubiläumsreden vertical.
   Dignified B2B palette: brass / deep gold mapped onto --rose, graphite-taupe
   as secondary. Distinct from the wedding gold and the verabschiedung slate.
   Overrides :root variables of the shared base stylesheet ONLY.
   ========================================================================== */

:root {
  --cream:      #F6F3EC;
  --paper:      #FCFBF7;
  --ink:        #322E27;
  --ink-soft:   #6E675B;

  /* accent (base names kept from the wedding palette: --rose* = primary,
     --gold* = secondary — semantic renaming would touch every component) */
  --rose:       #9A7B3F;
  --rose-deep:  #7E6432;
  --rose-tint:  #ECE3CF;
  --gold:       #6E675B;
  --gold-soft:  #BDB6A6;
  --gold-tint:  #E9E6DD;

  --bg-glow-1:  rgba(154, 123, 63, 0.10);
  --bg-glow-2:  rgba(110, 103, 91, 0.07);

  --line:       #E4DDCD;
  --success:    #5F7A5A;
  --error:      #A14E42;

  --shadow-soft: 0 10px 40px -12px rgba(50, 46, 39, 0.16);
  --shadow-card: 0 4px 24px -8px rgba(50, 46, 39, 0.12);
}
