/* ============================================================
   VARIABLES.CSS — ABI's Beauty Care & Academy
   Complete Design System Custom Properties
   ============================================================ */

:root {
  /* ── Brand Colors ─────────────────────────────────────────── */
  --bg-primary: #181818;
  --bg-secondary: #111111;
  --bg-card: rgba(30, 30, 30, 0.6);
  --color-primary: #50A65B;
  --color-highlight: #7ED957;
  --color-accent: #E94B35;
  --color-text: #f0f0f0;
  --color-text-muted: #a0a0a0;
  --color-white: #ffffff;

  /* ── Glassmorphism Tokens ──────────────────────────────────── */
  --glass-bg: rgba(30, 30, 30, 0.4);
  --glass-border: rgba(80, 166, 91, 0.15);
  --glass-blur: 12px;

  /* ── Shadows ───────────────────────────────────────────────── */
  --shadow-glow: 0 0 30px rgba(80, 166, 91, 0.15);
  --shadow-glow-hover: 0 0 40px rgba(80, 166, 91, 0.3);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.3);
  --shadow-elevated: 0 16px 48px rgba(0, 0, 0, 0.4);
  --shadow-subtle: 0 2px 12px rgba(0, 0, 0, 0.2);

  /* ── Typography ────────────────────────────────────────────── */
  --font-heading: 'Playfair Display', serif;
  --font-subheading: 'Cormorant Garamond', serif;
  --font-body: 'Poppins', sans-serif;
  --font-accent: 'Cinzel', serif;

  /* ── Spacing Scale ─────────────────────────────────────────── */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 40px;
  --space-2xl: 64px;
  --space-3xl: 100px;

  /* ── Transitions ───────────────────────────────────────────── */
  --transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: all 0.2s ease;
  --transition-slow: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  /* ── Border Radius ─────────────────────────────────────────── */
  --border-radius: 12px;
  --border-radius-lg: 20px;
  --border-radius-sm: 8px;
  --border-radius-pill: 50px;

  /* ── Layout ────────────────────────────────────────────────── */
  --nav-height: 80px;
  --container-max: 1200px;
}
