:root {
  /* ── Gold palette ── */
  --gold:        #C9A870;
  --gold-light:  #E8D5A8;
  --gold-dark:   #9A7840;
  --gold-subtle: rgba(201, 168, 112, 0.12);

  /* ── Backgrounds ── */
  --ivory:       #FAFAF6;
  --cream:       #F4EDE2;
  --cream-light: #FBF7F0;
  --bg-dark:     #1E1409;

  /* ── Text ── */
  --text:        #2C1F11;
  --text-muted:  #9A8677;
  --text-light:  #FAF6F0;

  /* ── Borders ── */
  --border:      #E5D8C8;

  /* ── Fonts ── */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', 'Helvetica Neue', Arial, sans-serif;

  /* ── Spacing ── */
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  2rem;
  --space-lg:  4.5rem;
  --space-xl:  8rem;

  /* ── Layout ── */
  --max-width:     1160px;
  --radius:        16px;
  --radius-sm:     8px;

  /* ── Shadows ── */
  --shadow-soft:   0 4px 30px rgba(44, 31, 17, 0.08);
  --shadow-lift:   0 12px 48px rgba(44, 31, 17, 0.16);
  --shadow-frame:  0 8px 40px rgba(44, 31, 17, 0.12);

  /* ── Transitions ── */
  --ease:  0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-slow: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
