/* ==========================================================================
   iLoveHer.Life • AUTHENTIC LUXURY LIGHT EDITORIAL THEME TOKENS
   "Her Safety Is The Standard"
   ========================================================================== */

:root {
  /* Authentic Light Editorial Color Palette */
  --color-bg-base: #faf7f5;             /* Warm soft ivory / alabaster base */
  --color-bg-surface: #ffffff;          /* Pure crisp white card paper */
  --color-bg-surface-elevated: #fdfbf9; /* Subtle warm elevated surface */
  --color-bg-surface-highlight: #faedf1;/* Soft blush highlight */
  
  --color-border-subtle: #f0e6e9;       /* Delicate blush border */
  --color-border-default: #e4d5da;      /* Clean card border */
  --color-border-highlight: #c5a8b4;    /* Focused border */
  
  --color-text-primary: #23191e;        /* Deep warm plum-ink text */
  --color-text-secondary: #5a4b53;      /* Refined charcoal plum */
  --color-text-muted: #8c7b84;          /* Muted label text */
  --color-text-inverse: #ffffff;        /* White text on dark/crimson */
  
  /* Brand Signature Accents */
  --color-brand-wine: #721d3a;          /* Deep signature wine */
  --color-brand-wine-deep: #4b1729;     /* Deep burgundy */
  --color-accent-crimson: #d92534;      /* Vibrant primary action red */
  --color-accent-crimson-hover: #b91c2c;
  --color-accent-crimson-subtle: #fdf2f4;/* Blush badge background */
  
  --color-accent-gold: #c59b27;         /* Warm metallic gold */
  --color-accent-gold-ink: #765a22;     /* Deep gold text */
  --color-accent-gold-subtle: #fbf7ee;  /* Gold badge background */
  
  --color-status-success: #15803d;      /* Emerald green for verified */
  --color-status-success-subtle: #eaf5ee;
  --color-status-warning: #b45309;
  --color-status-warning-subtle: #fef3c7;
  --color-status-danger: #b91c1c;
  --color-status-danger-subtle: #fee2e2;

  /* Typography */
  --font-serif: "Playfair Display", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-sans: "Plus Jakarta Sans", "Avenir Next", "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  /* Elevations */
  --shadow-sm: 0 2px 8px rgba(35, 25, 30, 0.04);
  --shadow-md: 0 6px 24px rgba(35, 25, 30, 0.07);
  --shadow-lg: 0 16px 48px rgba(35, 25, 30, 0.12);
  --shadow-card: 0 4px 16px rgba(114, 29, 58, 0.05);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --max-width-content: 1200px;
  --header-height: 76px;
  --header-height-mobile: 64px;
  --bottom-nav-height: 64px;

  /* Safe Area Insets for Notch / Home Bar Support */
  --safe-area-top: env(safe-area-inset-top, 0px);
  --safe-area-bottom: env(safe-area-inset-bottom, 0px);
  --safe-area-left: env(safe-area-inset-left, 0px);
  --safe-area-right: env(safe-area-inset-right, 0px);

  /* Touch Ergonomics Tokens (WCAG 2.2 AAA & Mobile standards) */
  --min-touch-target: 44px;
  --min-touch-target-lg: 48px;
}
