        /* FINAL PREMIUM BRANDING */
        .header {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            background: #000 !important;
            border-bottom: 1px solid rgba(255,255,255,0.1) !important;
            padding: 0.6rem 0 !important;
            z-index: 9999 !important; /* SUPREME AUTHORITY */
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
        }
        .header.scrolled {
            background: rgba(0,0,0,0.98) !important;
            padding: 0.4rem 0 !important;
            box-shadow: 0 5px 20px rgba(0,0,0,0.8) !important;
        }
        /* KILL GLOBAL GLARE & ADD PREMIUM GLOW */
        .logo-wrapper:after, .logo-wrapper:before, 
        .logo-medallion:after, .logo-medallion:before {
            content: none !important;
            display: none !important;
        }

        .logo-wrapper {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            padding: 0 !important;
            position: relative !important;
            z-index: 100 !important;
            width: 55px !important;
            height: 55px !important;
            min-width: 55px !important;
            max-width: 55px !important;
            min-height: 55px !important;
            max-height: 55px !important;
            border-radius: 50% !important;
            overflow: hidden !important;
            background: transparent !important;
            box-shadow: none !important;
            transition: all 0.4s ease !important;
            flex-shrink: 0 !important;
        }
        .header.scrolled .logo-wrapper {
            width: 45px !important;
            height: 45px !important;
            min-width: 45px !important;
            max-width: 45px !important;
            min-height: 45px !important;
            max-height: 45px !important;
        }
        .logo-medallion {
            width: 55px !important;
            height: 55px !important;
            max-width: 55px !important;
            max-height: 55px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            overflow: hidden !important;
        }

        .branded-logo-circle {
            width: 55px !important;
            height: 55px !important;
            max-width: 55px !important;
            max-height: 55px !important;
            object-fit: contain !important;
            border-radius: 50% !important;
            background: #fff !important;
            box-shadow: 0 0 25px rgba(211, 47, 47, 0.4) !important;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
            border: 2px solid #fff !important;
            display: block !important;
        }

        /* LUXURY INTERNAL SHINE */
        .logo-wrapper::after {
            content: "" !important;
            display: block !important;
            position: absolute !important;
            top: 0 !important;
            left: -150% !important;
            width: 80% !important;
            height: 100% !important;
            background: linear-gradient(
                to right, 
                rgba(255,255,255,0) 0%, 
                rgba(255,255,255,0.4) 50%, 
                rgba(255,255,255,0) 100%
            ) !important;
            transform: skewX(-30deg) !important;
            animation: premiumShine 4s infinite !important;
            z-index: 5 !important;
        }

        @keyframes premiumShine {
            0% { left: -150%; }
            30% { left: 150%; }
            100% { left: 150%; }
        }
        .header.scrolled .branded-logo-circle {
            width: 45px !important;
            height: 45px !important;
            max-width: 45px !important;
            max-height: 45px !important;
            box-shadow: 0 8px 20px rgba(0,0,0,0.4) !important;
        }
        .header.scrolled .logo-medallion {
            width: 45px !important;
            height: 45px !important;
            max-width: 45px !important;
            max-height: 45px !important;
        }
        .nav-link {
            font-size: 0.9rem !important;
            letter-spacing: 0.12em !important;
            text-transform: uppercase !important;
            font-weight: 600 !important;
        }
        .nav-link:hover {
            opacity: 1 !important;
            color: var(--clr-primary) !important;
        }

        /* Desktop Hero Refinements */
        @media (min-width: 992px) {
            .hero {
                min-height: 90vh !important;
                padding: 160px 0 100px !important;
            }
            .hero-title-vogue {
                font-size: clamp(3rem, 6vw, 4.5rem) !important;
                line-height: 1.1 !important;
                margin-bottom: 2.5rem !important;
                letter-spacing: -0.04em !important;
            }
            .hero-typography-vogue {
                max-width: 1100px !important;
            }
            .line-2 { padding-left: 6% !important; }
            .line-3 { padding-left: 12% !important; }
            .hero-subtitle-vogue {
                font-size: 1.15rem !important;
                letter-spacing: 0.2em !important;
                color: #ccc !important;
                max-width: 800px !important;
                margin-bottom: 3.5rem !important;
            }
            .hero-overlay {
                background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.1) 100%) !important;
            }
            .hero-ctas-vogue {
                gap: 2.5rem !important;
            }
        }

        /* Mobile Version Polish */
        @media (max-width: 768px) {
            .logo-wrapper {
                width: 48px !important;
                height: 48px !important;
            }
            .header.scrolled .logo-wrapper {
                width: 40px !important;
                height: 40px !important;
            }
            .branded-logo-circle {
                width: 100% !important;
                height: 100% !important;
            }
            .hero {
                padding-top: 80px !important;
                padding-bottom: 60px !important;
                min-height: auto !important;
                height: auto !important;
            }
            .hero-title-vogue {
                font-size: 2.1rem !important;
                line-height: 1.2 !important;
                margin-bottom: 1rem !important;
                letter-spacing: -0.01em !important;
                text-align: center !important;
            }
            .hero-typography-vogue {
                align-items: center !important;
                text-align: center !important;
                padding-top: 2rem !important;
            }
            .line-2, .line-3 {
                padding-left: 0 !important;
            }
            .hero-subtitle-vogue {
                font-size: 0.85rem !important;
                letter-spacing: 0.02em !important;
                line-height: 1.4 !important;
                max-width: 90% !important;
                margin: 0 auto 2.5rem !important;
                color: #ddd !important;
            }
            .hero-ctas-vogue {
                flex-direction: column !important;
                width: 100% !important;
                gap: 1rem !important;
                margin-bottom: 3rem !important;
            }
            .hero-ctas-vogue .btn {
                width: 90% !important;
                margin: 0 auto !important;
                padding: 1rem !important;
            }
        }

        /* GLOBAL FIXES & REFINEMENTS */
        .service-benefits li:before {
            content: "✓" !important;
            color: var(--clr-primary) !important;
            font-weight: 700 !important;
            margin-right: 10px !important;
        }
        /* MINIMALIST TRUST TICKER */
        .trust-bar {
            background: #000 !important;
            padding: 1rem 0 !important;
            border-top: 1px solid rgba(255,255,255,0.05) !important;
            border-bottom: 1px solid rgba(255,255,255,0.05) !important;
            margin-top: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            overflow: hidden !important;
        }
        .trust-carousel-wrapper {
            overflow: hidden !important;
            width: 100% !important;
        }
        .trust-carousel-track {
            display: flex !important;
            transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
            align-items: center !important;
        }
        .trust-item {
            flex: 0 0 100% !important;
            display: flex !important;
            flex-direction: row !important; /* Consistent Row Layout */
            align-items: center !important;
            justify-content: center !important;
            gap: 12px !important;
            padding: 0 !important;
        }
        .trust-icon {
            width: 32px !important;
            height: 32px !important;
            background: transparent !important;
            border-radius: 50% !important;
            padding: 0 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            margin-bottom: 0 !important;
            box-shadow: none !important;
        }
        .trust-icon img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain !important;
            filter: grayscale(1) brightness(2); /* Elegant Monotone Icons */
            opacity: 0.7;
        }
        .trust-text {
            font-size: 0.85rem !important;
            font-weight: 500 !important;
            letter-spacing: 0.05em !important;
            color: #999 !important;
            text-transform: uppercase !important;
        }
        .trust-pagination { display: none !important; }

        /* BILLION-DOLLAR MOBILE NAVIGATION */
        .menu-top-bar, .menu-bottom-cta {
            display: none !important;
        }
        .nav-toggle {
            display: none !important;
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !important;
            gap: 6px !important;
            width: 50px !important; /* LARGE HIT AREA */
            height: 50px !important;
            background: transparent !important;
            border: none !important;
            cursor: pointer !important;
            padding: 0 !important;
            z-index: 3000 !important;
            pointer-events: all !important;
        }
        .nav-toggle span {
            width: 30px !important;
            height: 2px !important;
            background: #fff !important;
            border-radius: 4px !important;
            transition: all 0.3s ease !important;
            display: block !important;
        }
        /* Hamburger to X Animation */
        .nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg) !important; }
        .nav-toggle.active span:nth-child(2) { opacity: 0 !important; }
        .nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg) !important; }

        @media (max-width: 991px) {
            .nav-toggle { display: flex !important; }
            .header-cta { display: none !important; }

            /* ====== PREMIUM OVERLAY ====== */
            .nav-menu {
                position: fixed !important;
                top: 0 !important;
                left: 0 !important;
                width: 100% !important;
                height: 100vh !important;
                background: linear-gradient(160deg, #0a0a0a 0%, #111 60%, #1a0505 100%) !important;
                border-top: 4px solid #d32f2f !important;
                display: none !important;
                flex-direction: column !important;
                justify-content: flex-start !important;
                align-items: stretch !important;
                z-index: 99999 !important;
                padding: 0 !important;
                overflow-y: auto !important;
            }
            .nav-menu.active {
                display: flex !important;
            }

            /* Top bar inside overlay: logo + close */
            .menu-top-bar {
                display: flex !important;
                align-items: center !important;
                justify-content: space-between !important;
                padding: 1.2rem 1.5rem !important;
                border-bottom: 1px solid rgba(211,47,47,0.25) !important;
            }
            .menu-logo {
                width: 70px !important;
                height: 70px !important;
                border-radius: 50% !important;
                object-fit: contain !important;
                background: #fff !important;
                box-shadow: 0 0 18px rgba(211,47,47,0.5) !important;
            }
            .menu-close-btn {
                background: rgba(211,47,47,0.15) !important;
                border: 1px solid rgba(211,47,47,0.4) !important;
                color: #fff !important;
                font-size: 1.6rem !important;
                width: 44px !important;
                height: 44px !important;
                border-radius: 50% !important;
                cursor: pointer !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                line-height: 1 !important;
                transition: background 0.3s !important;
            }
            .menu-close-btn:hover {
                background: #d32f2f !important;
            }

            /* Nav list */
            .nav-list {
                flex-direction: column !important;
                align-items: stretch !important;
                gap: 0 !important;
                list-style: none !important;
                padding: 1rem 0 !important;
                margin: 0 !important;
                flex: 1 !important;
            }
            .nav-item {
                border-bottom: 1px solid rgba(255,255,255,0.06) !important;
            }
            .nav-link {
                display: flex !important;
                align-items: center !important;
                gap: 1rem !important;
                font-size: 1.3rem !important;
                font-weight: 700 !important;
                text-transform: uppercase !important;
                letter-spacing: 0.18em !important;
                color: #e0e0e0 !important;
                text-decoration: none !important;
                padding: 1.1rem 2rem !important;
                border-left: 3px solid transparent !important;
                transition: all 0.25s ease !important;
            }
            .nav-link::before {
                content: '' !important;
                width: 6px !important;
                height: 6px !important;
                background: #d32f2f !important;
                border-radius: 50% !important;
                flex-shrink: 0 !important;
                opacity: 0 !important;
                transition: opacity 0.25s ease !important;
            }
            .nav-link:hover, .nav-link:active {
                color: #fff !important;
                border-left-color: #d32f2f !important;
                background: rgba(211,47,47,0.08) !important;
                padding-left: 2.5rem !important;
            }
            .nav-link:hover::before, .nav-link:active::before {
                opacity: 1 !important;
            }

            /* Bottom CTA strip */
            .menu-bottom-cta {
                padding: 1.5rem 2rem !important;
                border-top: 1px solid rgba(211,47,47,0.25) !important;
                display: flex !important;
                flex-direction: column !important;
                gap: 0.8rem !important;
            }
            .menu-cta-call {
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                gap: 0.6rem !important;
                background: #d32f2f !important;
                color: #fff !important;
                font-weight: 700 !important;
                font-size: 1.1rem !important;
                letter-spacing: 0.1em !important;
                text-decoration: none !important;
                padding: 1rem !important;
                border-radius: 8px !important;
                transition: background 0.3s !important;
            }
            .menu-cta-call:hover { background: #b71c1c !important; }
            .menu-tagline {
                text-align: center !important;
                color: #666 !important;
                font-size: 0.75rem !important;
                letter-spacing: 0.15em !important;
                text-transform: uppercase !important;
            }
            .close-menu { display: none !important; }
        }
