:root {
  /* Surfaces & Canvas (Madeira Nobre Quente, Caramelo Escuro & Âmbar) */
  --bg-dark-primary: #120A06;
  --bg-dark-secondary: #1E110A;
  --bg-dark-card: rgba(36, 20, 13, 0.78);
  --bg-dark-card-hover: rgba(52, 28, 18, 0.88);
  --bg-parchment: #1E110A;
  --bg-wood-dark: #120A06;
  --bg-wood-surface: #1E110A;
  
  /* Borders & Dividers */
  --border-wood: rgba(255, 138, 64, 0.18);
  --border-wood-active: rgba(255, 138, 64, 0.45);
  --border-parchment: rgba(255, 138, 64, 0.18);
  --border-terracotta: rgba(255, 107, 43, 0.45);
  
  /* Editorial Typography Colors */
  --text-dark: #FDFBF7;
  --text-dark-secondary: #E5DAC7;
  --text-dark-muted: #A89888;
  --text-light: #FFFFFF;
  --text-light-secondary: #E5DAC7;
  --text-light-muted: #A89888;
  
  /* Brand Terracotta & Amber Gold */
  --accent-terracotta: #FF6B2B;
  --accent-terracotta-hover: #FF854D;
  --accent-gold: #FFB070;
  
  /* Typography Families */
  --font-display: 'Cinzel', 'Playfair Display', Georgia, serif;
  --font-editorial: 'Newsreader', 'Baskervville', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  
  /* Layout */
  --container-max: 1320px;
  --container-narrow: 920px;
  --container-padding: clamp(20px, 4vw, 48px);
  --header-height: 72px;
  
  /* Transitions */
  --transition-fast: 0.18s ease;
  --transition-base: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
