:root {
  /* Primary Palette */
  --color-gold:         #C9933A;
  --color-gold-light:   #E8BF6A;
  --color-gold-dark:    #9A6E1F;
  --color-rose-gold:    #B76E79;
  --color-rose-light:   #D4939C;

  /* Neutral / Background */
  --color-maroon:       #6B1F2A;
  --color-maroon-dark:  #4A0F18;
  --color-cream:        #FDF6EC;
  --color-cream-dark:   #F5E6CC;
  --color-text-dark:    #2C1A0E;
  --color-text-mid:     #6B4C2A;
  --color-text-light:   #A08060;
  --color-white:        #FFFFFF;

  /* Semantic */
  --color-success:      #4A7C59;
  --color-error:        #C0392B;
  --color-border:       #E8D5B0;

  /* Spacing scale */
  --space-xs:  4px;
  --space-sm:  8px;
  --space-md:  16px;
  --space-lg:  24px;
  --space-xl:  40px;
  --space-2xl: 64px;
  --space-3xl: 96px;

  /* Border radius */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   16px;
  --radius-pill: 999px;

  /* Shadows */
  --shadow-card:  0 2px 12px rgba(201, 147, 58, 0.15);
  --shadow-hover: 0 8px 28px rgba(201, 147, 58, 0.30);
  --shadow-modal: 0 20px 60px rgba(44, 26, 14, 0.40);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Lato', system-ui, sans-serif;
}
