:root {
  /* ===== WHITE VIBRANT THEME — Clean, Bright, Premium ===== */
  --color-bg:           #ffffff;
  --color-bg-alt:       #fdfaf5;
  --color-bg-soft:      #f8f2e8;
  --color-bg-section:   #fffef9;

  --color-cream:        #5a3a1a;
  --color-cream-soft:   #7a5030;

  --color-gold:         #d4860a;
  --color-gold-bright:  #f5a623;
  --color-gold-deep:    #a5610f;
  --color-bronze:       #c4742a;
  --color-shell:        #8b4a1e;
  --color-shell-dark:   #3f2000;

  --color-text-primary: #1a1008;
  --color-text-body:    #3d2a10;
  --color-text-muted:   #8a6a45;
  --color-text-light:   #b89070;

  --color-white:        #ffffff;
  --color-accent-green: #4a7c3f;

  /* ===== Border & Dividers ===== */
  --color-border:       rgba(212, 134, 10, 0.18);
  --color-border-soft:  rgba(139, 74, 30, 0.10);

  /* ===== Gradients ===== */
  --gradient-gold:          linear-gradient(135deg, #f5a623 0%, #d4860a 50%, #a5610f 100%);
  --gradient-hero:          linear-gradient(180deg, #fff9f0 0%, #fdf4e3 100%);
  --gradient-warm:          linear-gradient(135deg, #fffdf8 0%, #fff4e0 100%);
  --gradient-gold-soft:     linear-gradient(135deg, rgba(245,166,35,0.15) 0%, rgba(212,134,10,0.05) 100%);
  --gradient-radial-glow:   radial-gradient(circle at 50% 40%, rgba(245,166,35,0.22), transparent 65%);
  --gradient-section-sep:   linear-gradient(90deg, transparent, rgba(212,134,10,0.25), transparent);

  /* ===== Typography ===== */
  --font-display: 'Playfair Display', 'Georgia', serif;
  --font-body:    'Manrope', 'Segoe UI', sans-serif;

  --fs-hero: clamp(2.6rem, 6vw, 5.4rem);
  --fs-sub:  clamp(1rem, 1.6vw, 1.3rem);
  --fs-h2:   clamp(1.8rem, 3.4vw, 3rem);
  --fs-h3:   clamp(1.3rem, 2.2vw, 2rem);

  /* ===== Motion ===== */
  --ease-luxury: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft:   cubic-bezier(0.4, 0, 0.2, 1);
  --dur-fast:    0.3s;
  --dur-med:     0.6s;
  --dur-slow:    1.2s;

  /* ===== Layout ===== */
  --container-max: 1320px;
  --radius-xl:  28px;
  --radius-lg:  20px;
  --radius-md:  14px;
  --radius-sm:  8px;
  --radius-pill: 100px;

  /* ===== Shadows ===== */
  --shadow-sm:        0 2px 12px rgba(139, 74, 30, 0.08);
  --shadow-md:        0 8px 32px rgba(139, 74, 30, 0.12);
  --shadow-lg:        0 20px 60px rgba(139, 74, 30, 0.15);
  --shadow-gold-glow: 0 0 40px rgba(212, 134, 10, 0.25);
  --shadow-card:      0 4px 24px rgba(90, 58, 26, 0.10), 0 1px 4px rgba(90, 58, 26, 0.06);
  --shadow-card-hover: 0 16px 48px rgba(90, 58, 26, 0.18), 0 4px 16px rgba(212, 134, 10, 0.15);
}
