:root {
  /* Backgrounds — warm charcoal palette */
  --bg-deep: #0B0906;
  --bg-dark: #110F0B;
  --bg-card: #16130E;
  --bg-elevated: #1E1A14;

  /* Cream / ivory accent surfaces */
  --bg-cream: #F5EFE4;
  --bg-paper: #ECE2CE;
  --bg-sand: #2A241B;

  /* Gold — aged, refined (davidoff inspired) */
  --gold: #B8923C;
  --gold-light: #D4B26A;
  --gold-muted: #6E5828;
  --gold-glow: rgba(184, 146, 60, 0.12);

  /* Cream tones */
  --cream: #F5EFE4;
  --cream-soft: #E8DCC3;
  --cream-dim: #B8A98D;

  /* Perfume World (Cool, refined) */
  --perfume: #8A6B91;
  --perfume-light: #B89AC0;
  --perfume-glow: rgba(138, 107, 145, 0.18);

  /* Cigar World (Warm leather / tobacco) */
  --cigar: #8F5A2C;
  --cigar-amber: #6B4226;
  --cigar-deep: #3D2414;
  --cigar-glow: rgba(143, 90, 44, 0.2);

  /* Text */
  --text-primary: #F5EFE4;
  --text-secondary: #A89783;
  --text-dim: #6B5F4E;
  --text-on-cream: #1A1612;
  --text-on-cream-soft: #5C4E38;

  /* Semantic */
  --burgundy: #5A1D30;
  --line: rgba(245, 239, 228, 0.12);
  --line-strong: rgba(245, 239, 228, 0.22);
  --line-cream: rgba(26, 22, 18, 0.15);

  /* VIP Tiers */
  --bronze: #A67334;
  --silver: #B8B0A0;

  /* Fonts */
  --font-display: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

  /* Spacing */
  --section-py: clamp(6rem, 12vh, 10rem);
  --container-px: clamp(1.5rem, 5vw, 3.5rem);
  --container-max: 1280px;

  /* Transitions */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
