/* ====================================================================
   VARIABLES DE DISEÑO PREMIUM - PLATAFORMA AMOR
   ==================================================================== */

:root {
  /* Paleta Editorial Premium */
  --bg-ivory: #FAF7F2;
  --bg-warm-white: #FFFDF9;
  --bg-beige: #EFEBE4;
  --bg-blush: #F7EBEB;
  
  --color-rose-powder: #D8A5A9;
  --color-terracotta: #C86D51;
  --color-wine: #4A1525;
  --color-wine-hover: #360E1A;
  --color-gold-subtle: #C5A059;
  
  --text-charcoal: #2B2927;
  --text-muted: #6E6A66;
  --text-light: #8E8984;
  --border-subtle: #E6E0D8;
  --border-accent: #D8CFC4;
  
  /* Tipografía */
  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Elevación y Sombras */
  --shadow-sm: 0 4px 12px rgba(43, 41, 39, 0.03);
  --shadow-md: 0 12px 30px rgba(43, 41, 39, 0.06);
  --shadow-lg: 0 20px 40px rgba(74, 21, 37, 0.08);
  
  /* Transiciones */
  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.2s ease;
  
  /* Layout */
  --container-max: 1240px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
}
