:root{
  /* Base */
  --bg: #f8f8f8;

  --white: #ffffff;
  --black: #111111;
  --text: #222222;
  --muted: #444444;

  --soft: #f2f2f2;
  --border: #ededed;

  /* Branding */
  --gold: #d4af37;
  --gold-dark: #b9972e;
  --gold-ink: #7a5b00;

  /* Tipografía */
  --font-main: 'Inter', sans-serif;
  --font-title: 'Playfair Display', serif;

  /* Header */
  --header-bg: rgba(15, 15, 15, 0.95);
  --header-bg-scrolled: rgba(10, 10, 10, 0.98);
  --header-border: #1a1a1a;

  /* Footer */
  --footer-bg: #0f0f0f;
  --footer-text: #dcdcdc;
  --footer-link: #bdbdbd;
  --footer-border: #1a1a1a;

  /* Layout */
  --container: 1250px;
}