/* ==========================================================================
   Treueworte theme — Ehejubiläen vertical (silver/gold/diamond anniversaries).
   Warm champagne-gold palette mapped onto --rose — festive and romantic, set
   apart from the cooler B2B brass of the jubilaeum vertical. Overrides :root
   variables of the shared base stylesheet ONLY.
   ========================================================================== */

:root {
  --cream:      #F8F4EC;
  --paper:      #FFFCF6;
  --ink:        #363027;
  --ink-soft:   #756B59;

  /* accent (base names kept from the wedding palette: --rose* = primary,
     --gold* = secondary — semantic renaming would touch every component) */
  --rose:       #B8924A;
  --rose-deep:  #997634;
  --rose-tint:  #F1E6CF;
  --gold:       #A88C6A;
  --gold-soft:  #D8C7AB;
  --gold-tint:  #F2E9D8;

  --bg-glow-1:  rgba(184, 146, 74, 0.11);
  --bg-glow-2:  rgba(168, 140, 106, 0.08);

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

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