:root {
  /* Brand Colors */
  --primary:        #8B0000;
  --primary-dark:   #6B0000;
  --primary-light:  #A50000;
  --primary-bg:     #FFF5F5;
  --black:          #0D0D0D;
  --dark:           #1A1A1A;
  --gray:           #4A4A4A;
  --gray-mid:       #6E6E6E;
  --gray-light:     #9A9A9A;
  --light-gray:     #F4F4F4;
  --border:         #E2E2E2;
  --white:          #FFFFFF;

  /* Typography */
  --font-heading:   'Playfair Display', Georgia, serif;
  --font-body:      'Inter', system-ui, -apple-system, sans-serif;

  /* Layout */
  --container:      1180px;
  --section-pad:    90px;
  --radius:         6px;
  --radius-lg:      12px;

  /* Effects */
  --shadow-sm:      0 1px 4px rgba(0,0,0,0.07);
  --shadow:         0 4px 20px rgba(0,0,0,0.10);
  --shadow-lg:      0 8px 40px rgba(0,0,0,0.14);
  --shadow-red:     0 4px 20px rgba(139,0,0,0.25);
  --transition:     0.25s ease;
  --transition-slow:0.4s ease;
}
