:root {
    --bg-base: #0f1115;
    --bg-surface: #1a1d24;
    /* Brand: navy + green + amber (matches logo) */
    --primary-color: #1a3a6b;
    --primary-dark: #122847;
    --secondary-color: #16a34a;
    --accent-color: #f59e0b;
    --primary-rgb: 26, 58, 107;
    --secondary-rgb: 22, 163, 74;
    --accent-rgb: 245, 158, 11;
    
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
    
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    
    --font-heading: 'Outfit', sans-serif;
    --nav-bg: rgba(15, 17, 21, 0.95);
    --nav-height: 105px;
    --switcher-bg: rgba(26, 29, 36, 0.95);
    --font-body: 'Inter', sans-serif;
}

/* Light Mode Variables */
[data-theme="light"] {
    --bg-base: #f4f7fb;
    --bg-surface: #ffffff;
    
    --text-main: #0f172a;
    --text-muted: #475569;
    
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(26, 58, 107, 0.1);
    --glass-shadow: 0 8px 32px 0 rgba(26, 58, 107, 0.08);
    
    --nav-bg: rgba(255, 255, 255, 0.95);
    --switcher-bg: rgba(255, 255, 255, 0.95);
}

/* Dim Mode (Dark Lite) Variables */
[data-theme="dim"] {
    --bg-base: #15202b;
    --bg-surface: #1e2732;
    
    --text-main: #ffffff;
    --text-muted: #8b98a5;
    
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    
    --nav-bg: rgba(21, 32, 43, 0.95);
    --switcher-bg: rgba(30, 39, 50, 0.95);
}
[data-theme="dim"] .logo-img-wrapper { background: var(--bg-surface); }

/* Eco Green Background Mode */
[data-theme="eco"] {
    --bg-base: #0f3d2b; /* Lite dark green base */
    --bg-surface: #14533a; /* Slightly lighter dark green surface */
    
    --text-main: #ecfdf5;
    --text-muted: #a7f3d0;
    
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.15);
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    
    --nav-bg: rgba(15, 61, 43, 0.95);
    --switcher-bg: rgba(20, 83, 58, 0.95);
}
[data-theme="eco"] .logo-img-wrapper { background: var(--bg-surface); box-shadow: 0 2px 10px rgba(0,0,0,0.3); }

/* Magenta Background Mode */
[data-theme="magenta-bg"] {
    --bg-base: #2e1065;
    --bg-surface: #4c1d95;
    
    --text-main: #f5f3ff;
    --text-muted: #c4b5fd;
    
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    
    --nav-bg: rgba(46, 16, 101, 0.95);
    --switcher-bg: rgba(76, 29, 149, 0.95);
}
[data-theme="magenta-bg"] .logo-img-wrapper { background: var(--bg-surface); box-shadow: 0 2px 10px rgba(0,0,0,0.5); }

/* Peach Background Mode */
[data-theme="peach"] {
    --bg-base: #fff7ed;
    --bg-surface: #ffedd5;
    
    --text-main: #7c2d12;
    --text-muted: #9a3412;
    
    --glass-bg: rgba(255, 255, 255, 0.6);
    --glass-border: rgba(124, 45, 18, 0.1);
    --glass-shadow: 0 8px 32px 0 rgba(124, 45, 18, 0.08);
    
    --nav-bg: rgba(255, 247, 237, 0.95);
    --switcher-bg: rgba(255, 247, 237, 0.95);
}
[data-theme="peach"] .logo-img-wrapper { background: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }

/* Fluorescent Green Background Mode */
[data-theme="fluorescent-green"] {
    --bg-base: #e6ffb3;
    --bg-surface: #ccff66;
    
    --text-main: #003300;
    --text-muted: #004d00;
    
    --glass-bg: rgba(255, 255, 255, 0.5);
    --glass-border: rgba(0, 51, 0, 0.1);
    --glass-shadow: 0 8px 32px 0 rgba(0, 51, 0, 0.1);
    
    --nav-bg: rgba(230, 255, 179, 0.95);
    --switcher-bg: rgba(204, 255, 102, 0.95);
}
[data-theme="fluorescent-green"] .logo-img-wrapper { background: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }

/* Dark Fluorescent Background Mode */
[data-theme="dark-fluorescent"] {
    --bg-base: #0a0a0a;
    --bg-surface: #141414;
    
    --text-main: #39ff14;
    --text-muted: #2ea814;
    
    --glass-bg: rgba(57, 255, 20, 0.03);
    --glass-border: rgba(57, 255, 20, 0.15);
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
    
    --nav-bg: rgba(10, 10, 10, 0.95);
    --switcher-bg: rgba(20, 20, 20, 0.95);
}
[data-theme="dark-fluorescent"] .logo-img-wrapper { background: #141414; box-shadow: 0 2px 10px rgba(57,255,20,0.2); }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-base);
    color: var(--text-main);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
    padding-top: var(--nav-height); /* Offset for fixed navbar */
}

h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Utilities */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.text-center { text-align: center; }
.text-primary { color: var(--primary-color); }
.text-muted { color: var(--text-muted); }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mb-4 { margin-bottom: 1.5rem; }
.p-5 { padding: 3rem; }
.shadow-lg { box-shadow: var(--glass-shadow); }
.rounded-lg { border-radius: 16px; }

.gradient-text {
    background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.glass-panel {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    box-shadow: var(--glass-shadow);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 30px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}
.btn-primary {
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.28);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary-rgb), 0.4);
}
.btn-glass {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}
.btn-glass:hover {
    background: rgba(255,255,255,0.2);
}
.btn-outline {
    background: transparent;
    color: var(--text-main);
    border: 1px solid var(--glass-border);
}
.btn-outline:hover {
    background: var(--glass-bg);
    border-color: var(--primary-color);
}
.btn-block {
    display: block;
    width: 100%;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.3s ease;
    background: var(--nav-bg);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--glass-border);
}
.nav-container {
    max-width: 1200px; margin: 0 auto; padding: 0 20px;
    display: flex; justify-content: space-between; align-items: center;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-img-wrapper {
    width: 75px; height: 75px; background: transparent; border-radius: 12px;
    overflow: hidden; display: flex; justify-content: center; align-items: center;
}
.logo-img-wrapper img { height: 100%; width: 100%; object-fit: contain; }
.logo-text .logo-name { font-size: 1.2rem; font-family: var(--font-heading); font-weight: 700; margin: 0; line-height: 1.2; }
.logo-text h1 { font-size: 1.4rem; margin: 0; }
.logo-text h1 span { color: var(--primary-color); }
.logo-text p { font-size: 0.7rem; color: var(--text-muted); font-family: var(--font-body); letter-spacing: 1px; text-transform: uppercase; }
.nav-menu { display: flex; list-style: none; gap: 30px; align-items: center; }
.nav-link {
    font-family: var(--font-heading); font-size: 0.95rem; font-weight: 500;
    color: var(--text-muted); transition: color 0.3s; position: relative;
}
.nav-link:hover, .nav-link.active { color: var(--text-main); }
.nav-link.active::after {
    content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px;
    background: var(--primary-color); border-radius: 2px;
}

/* Dropdown Menu */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: var(--bg-surface);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    box-shadow: var(--glass-shadow);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    padding: 10px 0;
    z-index: 100;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    margin: 0;
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: var(--text-muted);
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.dropdown-menu a:hover {
    color: var(--text-main);
    background: var(--glass-bg);
    padding-left: 25px;
    color: var(--primary-color);
}

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
}

/* Page Header (Inner pages) */
.page-header {
    padding: 80px 0 40px;
    text-align: center;
    background: linear-gradient(180deg, var(--bg-surface) 0%, var(--bg-base) 100%);
    border-bottom: 1px solid var(--glass-border);
}
.page-title { font-size: 3.5rem; margin-bottom: 15px; }
.page-desc { font-size: 1.1rem; color: var(--text-muted); max-width: 600px; margin: 0 auto; }

/* Hero Section (Home) */
.hero {
    min-height: calc(100vh - var(--nav-height));
    display: flex; align-items: center; position: relative; overflow: hidden;
    margin-top: calc(-1 * var(--nav-height)); padding-top: var(--nav-height);
}
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.glow-orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.4; }
.orb-1 { width: 400px; height: 400px; background: var(--primary-dark); top: -100px; left: -100px; }
.orb-2 { width: 300px; height: 300px; background: var(--secondary-color); bottom: -50px; right: -50px; }
.hero-content { display: flex; align-items: center; justify-content: space-between; gap: 40px; width: 100%; }
.hero-text { flex: 1; }
.badge {
    display: inline-block; padding: 6px 16px; border-radius: 20px;
    background: rgba(var(--secondary-rgb), 0.1); border: 1px solid rgba(var(--secondary-rgb), 0.25);
    color: var(--secondary-color); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px;
}
.hero-title { font-size: 4.5rem; margin-bottom: 20px; }
.hero-desc { font-size: 1.1rem; color: var(--text-muted); max-width: 500px; margin-bottom: 35px; }
.hero-actions { display: flex; gap: 15px; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 30px; border-top: 1px solid var(--glass-border); padding-top: 25px; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-size: 1.8rem; font-weight: 700; font-family: var(--font-heading); color: var(--text-main); }
.stat-label { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.hero-visual { flex: 1; position: relative; display: flex; justify-content: center; }
.glass-showcase { position: relative; width: 100%; max-width: 500px; height: 500px; display: flex; justify-content: center; align-items: center; }
.floating-bike { width: 90%; z-index: 2; animation: float 6s ease-in-out infinite; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5)); }

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Sections General */
.section { padding: 100px 0; }
.section-dark { background: var(--bg-surface); }
.section-title { font-size: 3rem; margin-bottom: 15px; }
.section-desc { font-size: 1.1rem; color: var(--text-muted); max-width: 600px; margin: 0 auto 50px; }

/* Grid Layouts */
.grid { display: grid; gap: 30px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.align-center { align-items: center; }

/* Product Categories / Showcase */
.product-card {
    overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.15); }
.product-img-wrapper { height: 200px; display: flex; justify-content: center; align-items: center; padding: 20px; background: rgba(0,0,0,0.2); }
.product-img { max-height: 100%; max-width: 100%; object-fit: contain; filter: drop-shadow(0 10px 15px rgba(0,0,0,0.3)); transition: transform 0.3s; }
.product-card:hover .product-img { transform: scale(1.05); }
.product-card-body { padding: 25px; border-top: 1px solid var(--glass-border); flex-grow: 1; display: flex; flex-direction: column; text-align: center; }
.product-name { font-size: 1.5rem; margin-bottom: 10px; }
.product-desc { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 20px; }

/* About Page */
.about-content { font-size: 1.1rem; color: var(--text-muted); }
.about-content p { margin-bottom: 20px; }
.timeline-card { padding: 30px; margin-bottom: 20px; }
.timeline-year { font-size: 1.5rem; font-family: var(--font-heading); color: var(--primary-color); font-weight: bold; margin-bottom: 10px; }

/* Contact Page (Forms) */
.form-group { margin-bottom: 20px; text-align: left; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 500; font-family: var(--font-heading); color: var(--text-main); }
.form-control {
    width: 100%; padding: 15px; border-radius: 10px;
    background: rgba(0,0,0,0.2); border: 1px solid var(--glass-border);
    color: var(--text-main); font-family: var(--font-body);
    transition: border-color 0.3s, box-shadow 0.3s;
}
.form-control:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 10px rgba(var(--primary-rgb), 0.15); }
textarea.form-control { resize: vertical; min-height: 150px; }
.map-container iframe { width: 100%; border-radius: 20px; filter: invert(90%) hue-rotate(180deg); opacity: 0.8; height: 400px; }

/* WhatsApp & Social */
.whatsapp-float {
    position: fixed; bottom: 30px; right: 30px;
    width: 60px; height: 60px; background: #25d366; color: #fff;
    border-radius: 50%; display: flex; justify-content: center; align-items: center;
    font-size: 2rem; box-shadow: 0 5px 20px rgba(37,211,102,0.4);
    z-index: 1000; transition: transform 0.3s;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }

/* Footer */
.footer { padding: 80px 0 30px; border-top: 1px solid var(--glass-border); background: var(--bg-surface); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.4fr; gap: 40px; margin-bottom: 60px; }
.footer-links ul, .contact-list { list-style: none; }
.footer-links li, .contact-list li { margin-bottom: 12px; }
.footer-links a { color: var(--text-muted); transition: color 0.3s; }
.footer-links a:hover { color: var(--primary-color); }
.contact-list li { display: flex; gap: 15px; color: var(--text-muted); font-size: 0.95rem; align-items: flex-start; }
.contact-list i { margin-top: 4px; color: var(--primary-color); }
.footer-bottom { padding-top: 30px; border-top: 1px solid var(--glass-border); color: var(--text-muted); font-size: 0.85rem; text-align: center; }

/* Animations (Observer Classes) */
[data-animate] { opacity: 0; transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
[data-animate="fade-up"] { transform: translateY(40px); }
[data-animate="fade-left"] { transform: translateX(40px); }
[data-animate="fade-right"] { transform: translateX(-40px); }
[data-animate].animated { opacity: 1; transform: translate(0, 0); }

/* Responsive */
@media (max-width: 992px) {
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .hero-content { flex-direction: column; text-align: center; padding-top: 40px; }
    .hero-actions, .hero-stats { justify-content: center; }
    .hero-title { font-size: 3.5rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .contact-list li { justify-content: center; }
}

@media (max-width: 768px) {
    :root {
        --nav-height: 76px;
    }

    .grid-3, .grid-2 { grid-template-columns: 1fr; }
    .navbar { padding: 10px 0; }
    .logo-img-wrapper { width: 56px; height: 56px; }
    .logo-text .logo-name { font-size: 1rem; }
    .navbar .logo-tagline { font-size: 0.55rem; }
    .nav-menu {
        position: fixed;
        top: var(--nav-height);
        left: -100%;
        width: 100%;
        height: calc(100vh - var(--nav-height));
        background: var(--bg-base);
        flex-direction: column;
        padding: 24px 20px;
        transition: 0.3s ease;
        gap: 0;
    }
    .nav-menu li { width: 100%; }
    .nav-menu .nav-link {
        display: block;
        padding: 14px 0;
        font-size: 1.05rem;
    }
    .nav-menu.active { left: 0; }
    .menu-toggle { display: flex; }
    .section { padding: 60px 0; }
    .section-title { font-size: 2.25rem; }
    .page-header { padding: 60px 0 32px; }
    .hero-title { font-size: 2.8rem; }
    .hero-desc { max-width: 100%; margin-left: auto; margin-right: auto; }
    .hero-actions { flex-wrap: wrap; justify-content: center; }
    .hero-stats { flex-wrap: wrap; gap: 20px; justify-content: center; }
    .badge { font-size: 0.7rem; letter-spacing: 0.5px; line-height: 1.4; }
    .glass-showcase { height: 350px; }
    .page-title { font-size: 2.5rem; }
    .footer { padding: 60px 0 24px; }
}

@media (max-width: 576px) {
    .section { padding: 48px 0; }
    .section-title { font-size: 1.85rem; }
    .page-title { font-size: 2rem; }
    .page-header { padding: 48px 0 28px; }
    .hero-title { font-size: 2.35rem; }
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-stats { gap: 12px 24px; }
    .stat-num { font-size: 1.5rem; }
    .stat-label { font-size: 0.7rem; }
    .hero-collage { transform: scale(0.62); margin-top: 12px; }
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 54px;
        height: 54px;
        font-size: 1.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    [data-animate] {
        opacity: 1;
        transform: none;
    }
}

/* --- HERO COLLAGE --- */
.hero-collage {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-glow {
    position: absolute;
    width: 150px;
    height: 150px;
    background: var(--primary-color);
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.4;
    z-index: 0;
}
.collage-card {
    position: absolute;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s;
    width: 150px;
    height: 150px;
    text-align: center;
}
.collage-card:hover {
    transform: scale(1.15) !important;
    z-index: 10;
    border-color: rgba(var(--secondary-rgb), 0.45);
    background: rgba(255, 255, 255, 0.05);
}
.collage-card i {
    font-size: 3rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
}
.collage-card span {
    font-size: 0.9rem;
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--text-main);
    letter-spacing: 0.5px;
}
.c-bike { top: 0; left: 50%; transform: translateX(-50%); animation: float-c 5s ease-in-out infinite; }
.c-solar { top: 50%; right: -20px; transform: translateY(-50%); animation: float-c 6s ease-in-out infinite 1s; }
.c-battery { bottom: 0; left: 50%; transform: translateX(-50%); animation: float-c 5.5s ease-in-out infinite 2s; }
.c-cctv { top: 50%; left: -20px; transform: translateY(-50%); animation: float-c 6.5s ease-in-out infinite 3s; }

@keyframes float-c {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -15px; }
}

@media (max-width: 768px) {
    .hero-collage { transform: scale(0.7); margin-top: 20px; }
    .c-solar { right: 0; }
    .c-cctv { left: 0; }
}

[data-theme="light"] .logo-img-wrapper { background: var(--bg-surface); box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
[data-theme="light"] .hero {
    background: linear-gradient(160deg, #eef3fa 0%, var(--bg-base) 45%, #ffffff 100%);
}
[data-theme="light"] .glow-orb { opacity: 0.22; }
[data-theme="light"] .orb-1 { background: var(--primary-color); }
[data-theme="light"] .orb-2 { background: var(--secondary-color); }
[data-theme="light"] .btn-glass {
    background: rgba(var(--primary-rgb), 0.06);
    color: var(--primary-color);
    border: 1px solid rgba(var(--primary-rgb), 0.18);
}
[data-theme="light"] .btn-glass:hover {
    background: rgba(var(--primary-rgb), 0.12);
    color: var(--primary-dark);
}
[data-theme="light"] .collage-card {
    box-shadow: 0 12px 32px rgba(var(--primary-rgb), 0.1);
}
[data-theme="light"] .collage-card:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(var(--secondary-rgb), 0.35);
}
[data-theme="light"] .center-glow {
    background: var(--secondary-color);
    opacity: 0.25;
}
[data-theme="light"] .form-control {
    background: #fff;
    border-color: rgba(var(--primary-rgb), 0.12);
}
[data-theme="light"] .map-container iframe {
    filter: none;
    opacity: 1;
}
[data-theme="light"] .page-header {
    background: linear-gradient(180deg, #ffffff 0%, var(--bg-base) 100%);
}
[data-theme="light"] .stat-num { color: var(--primary-color); }
[data-theme="light"] .product-img-wrapper { background: rgba(var(--primary-rgb), 0.04); }
[data-theme="light"] .product-card:hover {
    border-color: rgba(var(--secondary-rgb), 0.2);
    box-shadow: 0 15px 40px rgba(var(--primary-rgb), 0.1);
}
.logo-text .logo-tagline {
    color: var(--secondary-color);
    font-weight: 600;
}
.logo-text .logo-tagline--footer {
    font-size: 0.8rem;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar .logo-tagline { font-size: 0.65rem; }
/* Brand Showcase Styling */
.brand-logo-text {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-muted);
    letter-spacing: 2px;
    opacity: 0.4;
    transition: all 0.3s ease;
    cursor: default;
}
.brand-logo-text:hover {
    opacity: 0.9;
    color: var(--secondary-color);
    transform: scale(1.05);
}

/* Gallery Page */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    background: var(--bg-surface);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: var(--bg-surface);
    transition: transform 0.4s ease;
}
.gallery-item:hover img {
    transform: scale(1.08);
}
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    text-align: center;
}
.gallery-item:hover .gallery-overlay {
    opacity: 1;
}
.gallery-overlay i {
    font-size: 2rem;
    color: var(--accent-color);
    margin-bottom: 8px;
}
.gallery-overlay span {
    color: #fff;
    font-family: var(--font-heading);
    font-weight: 600;
}
.feature-list li {
    margin-bottom: 8px;
    color: var(--text-muted);
}
@media (max-width: 992px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .gallery-grid { grid-template-columns: 1fr; }
}
