/* Beauty Brand Theme CSS - Inspired by Luxury Cosmetics */

/* Charlotte Tilbury - Glow Amber Theme */
body.theme-charlotte-tilbury {
    --bg-color: #fff8f0;
    --text-color: #5c3d2e;
    --nav-bg: #ffe8d1;
    --nav-text: #5c3d2e;
    --card-bg: #ffffff;
    --accent-color: #d4a574;
    --footer-bg: #c89f6d;
    --footer-text: #ffffff;
    font-family: 'Playfair Display', serif;
}

body.theme-charlotte-tilbury .navbar {
    border-bottom: 1px solid rgba(212, 165, 116, 0.3);
    box-shadow: 0 2px 20px rgba(212, 165, 116, 0.15);
    background: linear-gradient(135deg, #ffe8d1 0%, #ffd9b3 100%);
}

body.theme-charlotte-tilbury .style-card {
    border: 2px solid rgba(212, 165, 116, 0.2);
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, #fff8f0 100%);
}

body.theme-charlotte-tilbury .style-card:hover {
    border-color: rgba(212, 165, 116, 0.5);
    box-shadow: 0 8px 30px rgba(212, 165, 116, 0.35);
    background: linear-gradient(135deg, #ffffff 0%, #ffe8d1 100%);
    transform: translateY(-5px);
}

body.theme-charlotte-tilbury .style-card.active {
    border-color: #d4a574;
    box-shadow: 0 0 30px rgba(212, 165, 116, 0.5), 0 8px 30px rgba(212, 165, 116, 0.4);
    background: linear-gradient(135deg, #fff8f0 0%, #ffe8d1 100%);
}

body.theme-charlotte-tilbury .logo {
    text-shadow: 0 2px 8px rgba(212, 165, 116, 0.3);
    color: #8b6f47;
}

body.theme-charlotte-tilbury .nav-menu a:hover {
    color: #c89f6d;
    text-shadow: 0 0 8px rgba(212, 165, 116, 0.4);
}

body.theme-charlotte-tilbury footer::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.3) 50%, 
        transparent 100%);
}

/* Card Preview - Charlotte Tilbury */
.charlotte-preview {
    background: linear-gradient(135deg, #ffd9b3 0%, #d4a574 50%, #c89f6d 100%);
    box-shadow: inset 0 2px 10px rgba(212, 165, 116, 0.3);
}

/* Rare Beauty - Soft Rose Theme */
body.theme-rare-beauty {
    --bg-color: #fff5f7;
    --text-color: #6b4c57;
    --nav-bg: #ffe0e8;
    --nav-text: #6b4c57;
    --card-bg: #ffffff;
    --accent-color: #e8a5b8;
    --footer-bg: #d48fa5;
    --footer-text: #ffffff;
    font-family: 'Inter', sans-serif;
}

body.theme-rare-beauty .navbar {
    border-bottom: 1px solid rgba(232, 165, 184, 0.3);
    box-shadow: 0 2px 20px rgba(232, 165, 184, 0.15);
    background: linear-gradient(135deg, #ffe0e8 0%, #ffd1de 100%);
}

body.theme-rare-beauty .style-card {
    border: 2px solid rgba(232, 165, 184, 0.2);
    box-shadow: 0 4px 15px rgba(232, 165, 184, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, #fff5f7 100%);
}

body.theme-rare-beauty .style-card:hover {
    border-color: rgba(232, 165, 184, 0.5);
    box-shadow: 0 8px 30px rgba(232, 165, 184, 0.35);
    background: linear-gradient(135deg, #ffffff 0%, #ffe0e8 100%);
    transform: translateY(-5px);
}

body.theme-rare-beauty .style-card.active {
    border-color: #e8a5b8;
    box-shadow: 0 0 30px rgba(232, 165, 184, 0.5), 0 8px 30px rgba(232, 165, 184, 0.4);
    background: linear-gradient(135deg, #fff5f7 0%, #ffe0e8 100%);
}

body.theme-rare-beauty .logo {
    text-shadow: 0 2px 8px rgba(232, 165, 184, 0.3);
    color: #b87a8f;
}

body.theme-rare-beauty .nav-menu a:hover {
    color: #d48fa5;
    text-shadow: 0 0 8px rgba(232, 165, 184, 0.4);
}

body.theme-rare-beauty footer::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.3) 50%, 
        transparent 100%);
}

/* Card Preview - Rare Beauty */
.rare-preview {
    background: linear-gradient(135deg, #ffd1de 0%, #e8a5b8 50%, #d48fa5 100%);
    box-shadow: inset 0 2px 10px rgba(232, 165, 184, 0.3);
}

/* Danessa Myricks - Glitter Shifting Neon Theme */
body.theme-danessa-myricks {
    --bg-color: #0a0a0f;
    --text-color: #ffffff;
    --nav-bg: #1a0a1a;
    --nav-text: #ff00ff;
    --card-bg: #1a0a2e;
    --accent-color: #00ffff;
    --footer-bg: #0a0a0f;
    --footer-text: #ff00ff;
    font-family: 'Oswald', sans-serif;
}

body.theme-danessa-myricks .navbar {
    border-bottom: 2px solid rgba(0, 255, 255, 0.4);
    box-shadow: 0 2px 20px rgba(255, 0, 255, 0.3), 0 0 30px rgba(0, 255, 255, 0.2);
    background: linear-gradient(135deg, #1a0a1a 0%, #2a0a2a 100%);
}

body.theme-danessa-myricks .style-card {
    border: 2px solid rgba(0, 255, 255, 0.4);
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.4), 0 4px 15px rgba(0, 255, 255, 0.2);
    background: linear-gradient(135deg, #1a0a2e 0%, #2a0a3e 100%);
    animation: neonPulse 3s ease-in-out infinite;
}

body.theme-danessa-myricks .style-card:hover {
    border-color: rgba(0, 255, 255, 0.8);
    box-shadow: 0 0 30px rgba(255, 0, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.6);
    transform: translateY(-5px) scale(1.02);
}

body.theme-danessa-myricks .style-card.active {
    border-color: #00ffff;
    box-shadow: 0 0 40px rgba(255, 0, 255, 1), 0 0 60px rgba(0, 255, 255, 0.8);
    animation: neonPulse 2s ease-in-out infinite;
}

@keyframes neonPulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(255, 0, 255, 0.4), 0 4px 15px rgba(0, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 25px rgba(255, 0, 255, 0.6), 0 0 35px rgba(0, 255, 255, 0.4);
    }
}

body.theme-danessa-myricks .logo {
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.6);
    animation: textGlow 2s ease-in-out infinite alternate;
}

@keyframes textGlow {
    from {
        text-shadow: 0 0 10px rgba(255, 0, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.6);
    }
    to {
        text-shadow: 0 0 20px rgba(255, 0, 255, 1), 0 0 30px rgba(0, 255, 255, 0.8);
    }
}

body.theme-danessa-myricks .nav-menu a:hover {
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.8);
    color: #00ffff;
}

body.theme-danessa-myricks footer::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 0, 255, 0.5) 25%,
        rgba(0, 255, 255, 0.5) 50%,
        rgba(255, 0, 255, 0.5) 75%,
        transparent 100%);
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}

/* Card Preview - Danessa Myricks */
.danessa-preview {
    background: linear-gradient(135deg, #ff00ff 0%, #00ffff 50%, #ff00ff 100%);
    background-size: 200% 200%;
    animation: colorShift 4s ease infinite;
    box-shadow: inset 0 0 20px rgba(255, 0, 255, 0.5), inset 0 0 30px rgba(0, 255, 255, 0.3);
}

@keyframes colorShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Dior - Clean Black/White Theme */
body.theme-dior {
    --bg-color: #ffffff;
    --text-color: #1a1a1a;
    --nav-bg: #f5f5f5;
    --nav-text: #1a1a1a;
    --card-bg: #ffffff;
    --accent-color: #000000;
    --footer-bg: #000000;
    --footer-text: #ffffff;
    font-family: 'Cormorant Garamond', serif;
}

body.theme-dior .navbar {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

body.theme-dior .style-card {
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

body.theme-dior .style-card:hover {
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

body.theme-dior .style-card.active {
    border-color: #000000;
    border-width: 3px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    background: #fafafa;
}

body.theme-dior .logo {
    font-weight: 300;
    letter-spacing: 2px;
    color: #000000;
}

body.theme-dior .nav-menu a:hover {
    color: #000000;
    font-weight: 500;
}

body.theme-dior footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.theme-dior footer::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 50%, 
        transparent 100%);
}

/* Card Preview - Dior */
.dior-preview {
    background: linear-gradient(135deg, #ffffff 0%, #000000 50%, #ffffff 100%);
    background-size: 200% 200%;
    animation: diorShift 3s ease-in-out infinite;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

@keyframes diorShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Chanel - Clean Pastels Theme with Perfume Green */
body.theme-chanel {
    --bg-color: #f5f8f5;
    --text-color: #4a4a4a;
    --nav-bg: #f0f5f0;
    --nav-text: #4a4a4a;
    --card-bg: #ffffff;
    --accent-color: #a8c5a8;
    --footer-bg: #d4e3d4;
    --footer-text: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
}

body.theme-chanel .navbar {
    border-bottom: 1px solid rgba(168, 197, 168, 0.2);
    box-shadow: 0 2px 15px rgba(168, 197, 168, 0.1);
    background: linear-gradient(135deg, #f0f5f0 0%, #f5f8f5 100%);
}

body.theme-chanel .style-card {
    border: 2px solid rgba(168, 197, 168, 0.15);
    box-shadow: 0 4px 12px rgba(168, 197, 168, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, #f5f8f5 100%);
}

body.theme-chanel .style-card:hover {
    border-color: rgba(168, 197, 168, 0.4);
    box-shadow: 0 6px 20px rgba(168, 197, 168, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, #f0f5f0 100%);
    transform: translateY(-4px);
}

body.theme-chanel .style-card.active {
    border-color: #a8c5a8;
    box-shadow: 0 0 25px rgba(168, 197, 168, 0.3), 0 6px 20px rgba(168, 197, 168, 0.2);
    background: linear-gradient(135deg, #f5f8f5 0%, #f0f5f0 100%);
}

body.theme-chanel .logo {
    font-weight: 300;
    letter-spacing: 1px;
    color: #7a9a7a;
    text-shadow: 0 1px 3px rgba(168, 197, 168, 0.2);
}

body.theme-chanel .nav-menu a:hover {
    color: #8fb28f;
}

body.theme-chanel footer {
    border-top: 1px solid rgba(168, 197, 168, 0.15);
}

body.theme-chanel footer::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(168, 197, 168, 0.2) 50%, 
        transparent 100%);
}

/* Card Preview - Chanel */
.chanel-preview {
    background: linear-gradient(135deg, #e8f0e8 0%, #d4e3d4 25%, #c0d6c0 50%, #a8c5a8 75%, #9ab89a 100%);
    box-shadow: inset 0 2px 10px rgba(168, 197, 168, 0.2);
}

/* Fenty Beauty - Bold Vibrant Theme */
body.theme-fenty-beauty {
    --bg-color: #fff0f5;
    --text-color: #2d1b2e;
    --nav-bg: #ffe0ed;
    --nav-text: #2d1b2e;
    --card-bg: #ffffff;
    --accent-color: #ff6b9d;
    --footer-bg: #ff4d7a;
    --footer-text: #ffffff;
    font-family: 'Bebas Neue', sans-serif;
}

body.theme-fenty-beauty .navbar {
    border-bottom: 2px solid rgba(255, 107, 157, 0.4);
    box-shadow: 0 2px 20px rgba(255, 107, 157, 0.2);
    background: linear-gradient(135deg, #ffe0ed 0%, #ffd1e6 100%);
}

body.theme-fenty-beauty .style-card {
    border: 3px solid rgba(255, 107, 157, 0.3);
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.25);
    background: linear-gradient(135deg, #ffffff 0%, #fff0f5 100%);
}

body.theme-fenty-beauty .style-card:hover {
    border-color: rgba(255, 107, 157, 0.6);
    box-shadow: 0 8px 30px rgba(255, 107, 157, 0.4);
    background: linear-gradient(135deg, #ffffff 0%, #ffe0ed 100%);
    transform: translateY(-6px) scale(1.02);
}

body.theme-fenty-beauty .style-card.active {
    border-color: #ff6b9d;
    border-width: 4px;
    box-shadow: 0 0 35px rgba(255, 107, 157, 0.6), 0 8px 30px rgba(255, 107, 157, 0.5);
    background: linear-gradient(135deg, #fff0f5 0%, #ffe0ed 100%);
}

body.theme-fenty-beauty .logo {
    font-weight: 400;
    letter-spacing: 2px;
    color: #ff4d7a;
    text-shadow: 0 2px 8px rgba(255, 107, 157, 0.4);
    font-size: clamp(1.5rem, 3vw, 2rem);
}

body.theme-fenty-beauty .nav-menu a {
    font-weight: 400;
    letter-spacing: 1px;
}

body.theme-fenty-beauty .nav-menu a:hover {
    color: #ff4d7a;
    text-shadow: 0 0 8px rgba(255, 107, 157, 0.5);
    transform: scale(1.1);
}

body.theme-fenty-beauty h2,
body.theme-fenty-beauty h3 {
    font-weight: 400;
    letter-spacing: 1.5px;
}

body.theme-fenty-beauty footer {
    border-top: 2px solid rgba(255, 107, 157, 0.3);
}

body.theme-fenty-beauty footer::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 107, 157, 0.4) 50%, 
        transparent 100%);
}

/* Card Preview - Fenty Beauty */
.fenty-preview {
    background: linear-gradient(135deg, #ff6b9d 0%, #ff4d7a 25%, #ff8fab 50%, #ff6b9d 75%, #ff4d7a 100%);
    background-size: 200% 200%;
    animation: fentyVibrant 3s ease infinite;
    box-shadow: inset 0 2px 15px rgba(255, 107, 157, 0.4);
}

@keyframes fentyVibrant {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Default Theme (when no theme is applied) */
body:not([class*="theme-"]) {
    --bg-color: #f5f5f5;
    --text-color: #333;
    --nav-bg: #fff;
    --nav-text: #333;
    --card-bg: #fff;
    --accent-color: #4a90e2;
    --footer-bg: #333;
    --footer-text: #fff;
}
