html.lenis, html.lenis body {
            height: auto;
            width: 100vw;
            overflow-x: hidden;
        }
        .lenis.lenis-smooth {
            scroll-behavior: auto !important;
        }
        .lenis.lenis-smooth [data-lenis-prevent] {
            overscroll-behavior: contain;
        }
        .lenis.lenis-stopped {
            overflow: hidden;
        }
        .lenis.lenis-scrolling iframe {
            pointer-events: none;
        }
        
        /* Custom Industrial Theme */
        body {
            font-family: 'Inter', sans-serif;
            background-color: #0a0a0a;
            color: #f5f5f5;
        }
        h1, h2, h3, .brand-font {
            font-family: 'Space Grotesk', sans-serif;
            text-transform: uppercase;
        }
        .text-accent { color: #FF4500; } /* Safety Orange */
        .bg-accent { background-color: #FF4500; }
        
        /* Brutalist Borders */
        .brutal-border {
            border: 1px solid rgba(255, 255, 255, 0.1);
        }