/* ==========================================================================
   Dankesworte theme — Verabschiedung vertical.
   Professional, appreciative palette: slate blue mapped onto --rose, warm
   taupe as secondary. Clearly distinct from the Trauer sage (#5F7470).
   Overrides :root variables of the shared base stylesheet ONLY.
   ========================================================================== */

:root {
  --cream:      #F3F4F6;
  --paper:      #FCFCFD;
  --ink:        #2E343A;
  --ink-soft:   #687078;

  /* accent (base names kept from the wedding palette: --rose* = primary,
     --gold* = secondary — semantic renaming would touch every component) */
  --rose:       #5B6B7F;
  --rose-deep:  #46566A;
  --rose-tint:  #E2E7ED;
  --gold:       #9A8E7D;
  --gold-soft:  #CFC6B8;
  --gold-tint:  #EEEAE3;

  --bg-glow-1:  rgba(91, 107, 127, 0.09);
  --bg-glow-2:  rgba(154, 142, 125, 0.07);

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

  --shadow-soft: 0 10px 40px -12px rgba(46, 52, 58, 0.15);
  --shadow-card: 0 4px 24px -8px rgba(46, 52, 58, 0.11);
}
