/* ============================================
   MAJESTIC HEALTH - Design Tokens
   Premium Hair Transplant Clinic
   ============================================ */

:root {
    /* ===== COLOR PALETTE ===== */
    
    /* Primary - Rose/Pink */
    --color-primary: #D4488E;
    --color-primary-light: #E876A8;
    --color-primary-dark: #B03A75;
    --color-primary-10: rgba(212, 72, 142, 0.1);
    --color-primary-20: rgba(212, 72, 142, 0.2);
    
    /* Secondary - Gold */
    --color-gold: #C9A86C;
    --color-gold-light: #D4BA8A;
    --color-gold-dark: #A88B4A;
    
    /* Backgrounds */
    --color-bg-rose: #FDF2F6;
    --color-bg-blush: #FEF7F9;
    --color-bg-cream: #FFFBFD;
    --color-bg-white: #FFFFFF;
    --color-bg-dark: #1A1A2E;
    --color-bg-darker: #12121F;
    
    /* Text Colors */
    --color-text-primary: #1A1A2E;
    --color-text-secondary: #4A4A5A;
    --color-text-muted: #7A7A8A;
    --color-text-light: #9A9AAA;
    --color-text-inverse: #FFFFFF;
    
    /* UI Colors */
    --color-border: rgba(212, 72, 142, 0.15);
    --color-border-light: rgba(0, 0, 0, 0.08);
    --color-border-dark: rgba(255, 255, 255, 0.1);
    
    /* Status Colors */
    --color-success: #10B981;
    --color-warning: #F59E0B;
    --color-error: #EF4444;
    --color-info: #3B82F6;
    
    /* Social Colors */
    --color-whatsapp: #25D366;
    --color-google: #4285F4;
    --color-trustpilot: #00B67A;
    --color-star: #FFB800;
    
    /* ===== TYPOGRAPHY ===== */
    
    /* Font Families */
    --font-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    
    /* Font Sizes - Fluid Scale */
    --text-xs: clamp(0.7rem, 0.65rem + 0.25vw, 0.75rem);
    --text-sm: clamp(0.8rem, 0.75rem + 0.25vw, 0.875rem);
    --text-base: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
    --text-lg: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    --text-xl: clamp(1.15rem, 1rem + 0.75vw, 1.25rem);
    --text-2xl: clamp(1.4rem, 1.2rem + 1vw, 1.75rem);
    --text-3xl: clamp(1.75rem, 1.4rem + 1.75vw, 2.25rem);
    --text-4xl: clamp(2.25rem, 1.75rem + 2.5vw, 3rem);
    --text-5xl: clamp(2.75rem, 2rem + 3.75vw, 4rem);
    --text-6xl: clamp(3.5rem, 2.5rem + 5vw, 5rem);
    
    /* Font Weights */
    --weight-light: 300;
    --weight-normal: 400;
    --weight-medium: 500;
    --weight-semibold: 600;
    --weight-bold: 700;
    
    /* Line Heights */
    --leading-tight: 1.15;
    --leading-snug: 1.3;
    --leading-normal: 1.5;
    --leading-relaxed: 1.7;
    --leading-loose: 2;
    
    /* Letter Spacing */
    --tracking-tight: -0.025em;
    --tracking-normal: 0;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    
    /* ===== SPACING ===== */
    --space-0: 0;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-14: 3.5rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --space-32: 8rem;
    --space-40: 10rem;
    
    /* Section Padding */
    --section-py: clamp(60px, 8vw, 120px);
    --section-py-sm: clamp(40px, 6vw, 80px);
    
    /* ===== LAYOUT ===== */
    --container-max: 1280px;
    --container-narrow: 960px;
    --container-wide: 1440px;
    --container-px: clamp(1rem, 4vw, 2rem);
    
    /* Grid */
    --grid-gap: clamp(1rem, 3vw, 2rem);
    --grid-gap-lg: clamp(1.5rem, 4vw, 3rem);
    
    /* ===== BORDER RADIUS ===== */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 24px;
    --radius-3xl: 32px;
    --radius-full: 9999px;
    
    /* ===== SHADOWS ===== */
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.12);
    --shadow-2xl: 0 24px 64px rgba(0, 0, 0, 0.15);
    
    /* Colored Shadows */
    --shadow-primary: 0 8px 24px rgba(212, 72, 142, 0.25);
    --shadow-primary-lg: 0 16px 40px rgba(212, 72, 142, 0.3);
    --shadow-gold: 0 8px 24px rgba(201, 168, 108, 0.25);
    
    /* ===== TRANSITIONS ===== */
    --ease-default: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    
    --duration-fast: 150ms;
    --duration-base: 300ms;
    --duration-slow: 500ms;
    --duration-slower: 700ms;
    
    --transition-fast: var(--duration-fast) var(--ease-default);
    --transition-base: var(--duration-base) var(--ease-default);
    --transition-slow: var(--duration-slow) var(--ease-default);
    
    /* ===== Z-INDEX ===== */
    --z-below: -1;
    --z-base: 0;
    --z-above: 1;
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-overlay: 400;
    --z-modal: 500;
    --z-popover: 600;
    --z-toast: 700;
    --z-tooltip: 800;
    --z-max: 9999;
    
    /* ===== BREAKPOINTS (for reference in JS) ===== */
    --bp-sm: 480px;
    --bp-md: 768px;
    --bp-lg: 1024px;
    --bp-xl: 1280px;
    --bp-2xl: 1536px;
}

/* Dark Mode Variables (optional) */
@media (prefers-color-scheme: dark) {
    :root.auto-dark {
        --color-bg-white: #1A1A2E;
        --color-bg-cream: #12121F;
        --color-text-primary: #F5F5F7;
        --color-text-secondary: #A0A0B0;
    }
}
