}

@media (max-width: 768px) {
    .eh-header h2,
    .eh-sub,
    .eh-intro-panel h2,
    .eh-intro-panel p,
    .eh-content h3,
    .eh-content p {
        will-change: opacity, transform;
        transform: translateZ(0);
        filter: none !important;
        clip-path: none !important;
        transition: opacity 0.3s ease;
    }
}

/* Hide line break on desktop by default */
.mobile-only-br {
    display: none;
}

/* === 1. GLOBAL RESET & FONT === */
@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
/* === GLOBAL ATMOSPHERE & TYPOGRAPHY === */
:root {
    --bg-dark: #050505;
    --lime: #00ff41;
    --glass: rgba(5, 5, 5, 0.85);
    --border-dim: rgba(255, 255, 255, 0.1);
    --border-bright: rgba(255, 255, 255, 0.25);
    --font-main: 'Neue Montreal', sans-serif;
    --font-tech: 'Neue Montreal', sans-serif;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semi: 600;
    --fw-bold: 700;
    --fw-heavy: 800;
    --fs-12: 0.75rem;
    --fs-14: 0.875rem;
    --fs-16: 1rem;
    --fs-18: 1.125rem;
    --fs-20: 1.25rem;
    --fs-24: 1.5rem;
    --fs-28: 1.75rem;
    --fs-32: 2rem;
    --fs-36: 2.25rem;
    --fs-48: 3rem;
    --fs-60: 3.75rem;
    --fs-display-hero: clamp(3rem, 6vw, 7rem);
    --fs-display-hero-main: clamp(60px, 12vw, 160px);
    --fs-display-hero-sub: clamp(14px, 2vw, 20px);
    --fs-display-intro-md: clamp(36px, 6vw, 72px);
    --fs-display-intro-lg: clamp(40px, 7vw, 90px);
    --fs-display-slogan: clamp(28px, 4.5vw, 48px);
    --fs-display-slogan-sub: clamp(20px, 3vw, 27px);
    --fs-display-cta: clamp(32px, 3.5vw, 56px);
    --fs-display-quote: clamp(22px, 2.5vw, 30px);
    --fs-display-main: clamp(36px, 5vw, 72px);
    --fs-display-precision: clamp(20px, 2.6vw, 38px);
    --fs-display-editorial: clamp(2.5rem, 5vw, 5rem);
    --fs-display-grid: clamp(30px, 4vw, 50px);
    --fs-display-quote-alt: clamp(20px, 3vw, 32px);
    --fs-display-footer: clamp(22px, 2vw, 28px);
    --fs-display-marquee: clamp(150px, 30vw, 500px);
    --fs-display-eco: clamp(24px, 4vw, 48px);
    --fs-display-ghost: 20vw;
    --bg-void: var(--bg-dark);
    --bg-surface: var(--surface, #0a0a0a);
    --bg-glass: rgba(10, 10, 10, 0.75);
    --lime-dim: rgba(0, 255, 65, 0.1);
    --lime-glow: rgba(0, 255, 65, 0.6);
    --shadow-pop:
        0 10px 40px -10px rgba(0,0,0,0.8),
        inset 0 1px 0 0 rgba(255,255,255,0.05);
    --shadow-glow:
        0 0 20px rgba(0, 255, 65, 0.15),
        inset 0 0 0 1px var(--lime);
    --surface: rgba(10,10,10,0.9);
    --border: rgba(255,255,255,0.12);
    --text-dim: rgba(255,255,255,0.72);
}

:root {
    --text-white: #ffffff;
    --section-gap: clamp(40px, 6vw, 90px);
    --section-fade-height: clamp(80px, 12vh, 180px);
}

/* === MASTER UNIFICATION - THE 5 PILLARS === */

/* PILLAR 1: TYPOGRAPHY LOCKDOWN */
* {
    font-family: var(--font-main) !important;
}
h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, label, span, div {
    font-family: var(--font-main);
}

/* PILLAR 2: UNIFIED BUTTON ARCHITECTURE */
/* === GLOBAL BUTTON SYSTEM (UNIFIED) === */

/* Base Reset - Applied to ALL button types (EXCEPT navigation) */
button:not(.mobile-toggle):not(.nav-item):not(.modal-close):not(.wizard-btn):not(.wizard-btn-back):not(.wizard-btn-next):not(.wizard-btn-submit), 
.btn, 
.kr8-btn,
.btn-primary,
.btn-secondary,
.header-cta,
a.btn-primary,
a.btn-secondary,
a.kr8-btn,
button.btn-primary,
button.btn-secondary {
    /* Typography - INDUSTRIAL */
    font-family: 'Neue Montreal', sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    line-height: 1 !important;
    
    /* Layout - STURDY */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 20px 40px !important;
    min-height: 56px !important;
    
    /* Shape - SQUARE & INDUSTRIAL */
    border-radius: 4px !important;
    border-width: 2px !important;
    border-style: solid !important;
    
    /* Behavior */
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    white-space: nowrap !important;
    
    /* Reset browser defaults */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-sizing: border-box !important;
}

/* STYLE A: PRIMARY (Neon Green) */
.btn-primary,
.header-cta,
.kr8-btn.primary,
a.btn-primary,
button.btn-primary,
button.header-cta {
    background-color: #39FF14 !important;
    color: #000000 !important;
    border-color: #39FF14 !important;
    box-shadow: 0 4px 12px rgba(57, 255, 20, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.btn-primary:hover,
.header-cta:hover,
.kr8-btn.primary:hover,
a.btn-primary:hover,
button.btn-primary:hover,
button.header-cta:hover {
    background-color: #00ff41 !important;
    border-color: #00ff41 !important;
    color: #000000 !important;
    box-shadow: 0 6px 20px rgba(57, 255, 20, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3) !important;
    transform: translateY(-2px) !important;
}

/* STYLE B: SECONDARY (Ghost/Outline) */
.btn-secondary,
.kr8-btn:not(.primary):not(.header-cta),
a.btn-secondary,
a.kr8-btn:not(.primary),
button.btn-secondary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
}

.btn-secondary:hover,
.kr8-btn:not(.primary):not(.header-cta):hover,
a.btn-secondary:hover,
a.kr8-btn:not(.primary):hover,
button.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
}

/* Header-Specific: "INDUSTRIAL CHIC" Metallic Button */
.site-header .header-cta,
.site-header button.header-cta {
    /* Metallic Pill Shape */
    padding: 12px 28px !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    font-family: 'Neue Montreal', sans-serif !important;
    min-height: 44px !important;
    border-radius: 999px !important;
    
    /* Ultra-thin Glass Metal */
    background: linear-gradient(
        135deg,
        rgba(100, 110, 120, 0.3) 0%,
        rgba(80, 90, 100, 0.25) 50%,
        rgba(60, 70, 80, 0.3) 100%
    ) !important;
    border: 0.5px solid rgba(180, 190, 200, 0.4) !important;
    color: #ffffff !important;
    backdrop-filter: blur(10px);
    
    /* Metallic Sheen Effect */
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2),
        0 2px 4px rgba(0, 0, 0, 0.3) !important;
    
    /* Smooth Industrial Transition */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    z-index: 1;
}

.site-header .header-cta:hover,
.site-header button.header-cta:hover {
    /* Brighter Glass Metal on Hover */
    background: linear-gradient(
        135deg,
        rgba(120, 130, 140, 0.4) 0%,
        rgba(100, 110, 120, 0.35) 50%,
        rgba(80, 90, 100, 0.4) 100%
    ) !important;
    border: 0.5px solid rgba(200, 210, 220, 0.6) !important;
    color: #ffffff !important;
    
    /* Enhanced Glass Shadow */
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(180, 190, 200, 0.2) !important;
    
    transform: translateY(-1px) !important;
}

/* PILLAR 3: SHAPE & BORDER PHYSICS */
/* Global Border Radius */
.kr8-img-card,
.kr8-card-frame,
.eng-card-unified,
.diagnostic-card,
.feature-card,
img,
video,
.kr8-vis,
input,
textarea,
select {
    border-radius: 12px;
}

/* Unified Border Styles */
.border-passive {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.border-active,
.border-hover:hover {
    border: 1px solid #39FF14;
}

/* PILLAR 4: SPACING UNIFICATION */
section {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 768px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* PILLAR 5: MOBILE RESPONSIVENESS */
/* Font Scaling for Mobile */
@media (max-width: 768px) {
    h1 {
        font-size: clamp(2rem, 8vw, 3rem) !important;
        line-height: 1.1 !important;
    }
    h2 {
        font-size: clamp(1.5rem, 6vw, 2.5rem) !important;
    }
    h3 {
        font-size: clamp(1.25rem, 4vw, 1.75rem) !important;
    }
    /* Touch Target Optimization */
    .btn-primary,
    .btn-secondary,
    .kr8-btn,
    button,
    a.button {
        min-height: 44px;
        min-width: 44px;
        padding: 14px 24px;
    }
}

html, body {
    margin: 0; padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background-color: #000;
    color: white;
    font-family: var(--font-main);
    font-size: var(--fs-16);
    overflow-x: hidden;
    background-image: none;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("../../videos/noise.gif");
    background-repeat: repeat;
    opacity: 0.06;
    pointer-events: none;
    z-index: 100000;
}
/* === CURSOR AURA === */
.cursor-effect {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    z-index: 99999;
    mix-blend-mode: screen;
    transition: opacity 0.2s ease;
    will-change: transform, opacity;
}
.cursor-effect::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(0, 255, 65, 0.28) 0%,
        rgba(0, 255, 65, 0.12) 35%,
        rgba(0, 255, 65, 0.02) 55%,
        rgba(0, 0, 0, 0) 70%
    );
    filter: blur(6px);
}
.cursor-effect::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0, 255, 65, 0.9);
    box-shadow:
        0 0 14px rgba(0, 255, 65, 0.8),
        0 0 32px rgba(0, 255, 65, 0.45);
}
.cursor-effect.is-active {
    opacity: 1;
}
@media (prefers-reduced-motion: reduce), (pointer: coarse) {
    .cursor-effect {
        display: none;
    }
}
a { text-decoration: none; color: inherit; transition: opacity 0.3s; }
a:hover { opacity: 0.7; }
img { max-width: 100%; display: block; }

/* === KR8 TITLE STYLE === */
.kr8-t2 { 
    font-size: var(--fs-display-intro-lg); 
    font-weight: 500; 
    letter-spacing: -0.02em; 
    margin-bottom: 10px;
    background: linear-gradient(
        110deg, 
        #555 30%, 
        #fff 45%, 
        #fff 55%, 
        #555 70%
    );
    background-size: 250% 100%;
    background-position: 100% 0%; /* Start dark/metallic */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.8));
}

/* === TYPOGRAPHY HIERARCHY === */
h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
}
p, li {
    font-weight: 400;
}
.kr8-opt1-subhead,
.kr8-panel-sub,
.kr8-main-subtext,
.kr8-panel-title,
.kr8-menu-header h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* === 3. MAIN SITE === */
#main-content { display: block; opacity: 1; }

/* === THE UNIFIED "HUD" HEADER === */
/* This works on ALL pages to lock in the look */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 4px 40px 4px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--border-dim);
    background: var(--glass);
    backdrop-filter: blur(12px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: visible;
}
/* Subtle scanning light effect */
.site-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 255, 65, 0) 0%,
        rgba(0, 255, 65, 0.03) 25%,
        rgba(0, 255, 65, 0.08) 50%,
        rgba(0, 255, 65, 0.03) 75%,
        rgba(0, 255, 65, 0) 100%
    );
    pointer-events: none;
    animation: headerScan 8s ease-in-out infinite;
    animation-delay: 2s;
}
@keyframes headerScan {
    0% { 
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        left: 100%;
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% { 
        left: 100%;
        opacity: 0;
    }
}
/* Hide header on scroll down, show on up (handled by JS below) */
.site-header.is-hidden {
    transform: translateY(-100%);
}
.logo-text {
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: var(--fs-20);
    text-transform: uppercase;
}
.logo-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    position: relative;
    overflow: visible;
    padding: 15px 20px 15px 0;
    margin-left: 20px;
}
.logo-link img {
    height: 16px;
    width: auto;
    display: block;
    filter: brightness(1.2);
    transition: transform 0.3s ease, filter 0.3s ease;
}
.logo-link:hover img {
    transform: scale(1.1);
    filter: brightness(1.5) drop-shadow(0 0 10px var(--lime));
}
/* === THE "SLICK" NAV MENU === */
.nav-links {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
}
.nav-links.nav-light .nav-item {
    font-weight: var(--fw-light);
}
.nav-item {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
    white-space: nowrap;
    font-weight: var(--fw-regular);
}
.nav-item:hover, .nav-item.active {
    color: var(--lime);
}
/* Contact button in nav - style like regular nav items */
button.nav-item {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 17px;
    font-weight: var(--fw-regular);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}
button.nav-item:hover {
    color: var(--lime);
    background: none;
    border: none;
}
button.nav-item::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 4px;
    height: 4px;
    background: var(--lime);
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
button.nav-item:hover::after {
    transform: translateX(-50%) scale(1);
}
/* The "Tech Marker" - small dot that appears on hover */
.nav-item::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 4px;
    height: 4px;
    background: var(--lime);
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav-item:hover::after, .nav-item.active::after {
    transform: translateX(-50%) scale(1);
}
.nav-item.nav-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-dim);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.75);
    padding: 0;
}
.nav-item.nav-icon:hover,
.nav-item.nav-icon:focus-visible {
    color: var(--lime);
    border-color: var(--lime);
}
.nav-item.nav-icon::after {
    display: none;
}
.nav-icon-svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}
/* === MAGNETIC BUTTONS === */
.btn-magnetic {
    display: inline-flex;
    padding: 16px 32px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 100px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: var(--fs-14);
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn-magnetic::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: var(--lime);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-magnetic:hover {
    color: black;
    border-color: var(--lime);
}
.btn-magnetic:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

/* === THE ENGINEERED CARD (Replaces standard svc-card) === */
.eng-card-unified {
    position: relative;
    background: rgba(10, 10, 10, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
    padding: 40px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.eng-card-unified::before {
    content: "";
    position: absolute;
    top: var(--mouse-y, 50%);
    left: var(--mouse-x, 50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 255, 65, 0.15), transparent 60%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}
.eng-card-unified:hover::before {
    opacity: 1;
}
.eng-card-unified:hover {
    border-color: rgba(0, 255, 65, 0.5);
    transform: translateY(-5px);
}
.eng-card-content {
    position: relative;
    z-index: 2;
}
.logo img { height: 35px; }
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 3vw, 36px);
}
.main-nav a {
    font-weight: 600;
    font-size: var(--fs-14);
    letter-spacing: 1px;
}
.evolve-nav-logo {
    /* TITAN Size - 100px for Maximum Premium Presence */
    height: 100px !important;
    width: auto;
    max-width: none;
    object-fit: contain;
    filter: brightness(1.4);
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
}
.logo-link:hover .evolve-nav-logo {
    transform: scale(1.1);
    filter: brightness(1.7) drop-shadow(0 0 10px var(--lime));
}
.evolve-nav-link {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-14);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}
.evolve-nav-link:hover,
.evolve-nav-link:focus-visible {
    color: var(--lime);
}
.evolve-nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 4px;
    height: 4px;
    background: var(--lime);
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.evolve-nav-link:hover::after,
.evolve-nav-link:focus-visible::after {
    transform: translateX(-50%) scale(1);
}
.btn-nav { border: 1px solid white; padding: 10px 20px; border-radius: 2px; }

/* === UNIFIED HERO TYPOGRAPHY === */
.hero-title-unified {
    font-size: var(--fs-display-hero);
    /* FIX 3: Add headroom so the tops of letters don't get sliced */
    line-height: 0.9 !important; 
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
    padding: 0 0.1em !important;
    max-width: 100%;
    box-sizing: border-box;
    
    /* FIX 4: DELETE THE CLIP-PATH (This is the "Cookie Cutter" causing the cut) */
    clip-path: none !important; 
    -webkit-clip-path: none !important;
    overflow: visible !important;
    
    text-shadow: 0 0 30px rgba(255,255,255,0.2), 0 0 60px rgba(0,255,65,0.1);
    white-space: normal !important;
    word-wrap: break-word !important;
}

.hero-intro-unified {
    font-size: var(--fs-18);
    font-weight: var(--fw-light);
    color: #ffffff;
    max-width: 620px;
    line-height: 1.7;
    margin: 0;
    border-left: 4px solid #39FF14;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 40px rgba(57, 255, 20, 0.15);
    border-radius: 4px;
}
.hero-subtitle-unified {
    font-size: var(--fs-18);
    font-weight: var(--fw-light);
    color: rgba(255,255,255,0.7);
    max-width: 620px;
    border-left: 1px solid var(--lime);
    padding-left: 20px;
    margin-bottom: 3rem;
}
.hero-kicker-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: clamp(18px, 4vh, 40px);
    margin-bottom: 18px;
}
.hero-kicker {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    margin: 0;
    text-shadow: 0 0 15px rgba(0,255,65,0.4);
}
.hero-kicker-line {
    width: 80px;
    height: 3px;
    background: var(--lime);
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.5);
}
.hero-title-highlight {
    position: relative;
    display: inline-block;
    z-index: 0;
    text-shadow: 0 0 18px rgba(0, 255, 65, 0.18);
}
.hero-title-highlight::after {
    content: "";
    position: absolute;
    left: -6%;
    right: -6%;
    top: 55%;
    height: 0.55em;
    background: radial-gradient(ellipse at center, rgba(0, 255, 65, 0.35) 0%, rgba(0, 255, 65, 0.15) 45%, transparent 70%);
    opacity: 0.35;
    filter: blur(12px);
    z-index: -1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.hero-title-highlight:hover::after,
.hero-title-highlight:focus-visible::after {
    opacity: 0.6;
    transform: scaleX(1.03);
}
.hero-title-interactive {
    display: inline-block;
    transition: all 0.4s ease-out;
    transform-origin: left center;
}
.hero-title-interactive:hover,
.hero-title-interactive:focus-visible {
    transform: scale(1.02);
    filter: drop-shadow(0 0 15px rgba(0, 255, 65, 0.3));
}

/* Unified Hero Image Style */
.hero-img-unified {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.hero-img-unified .hero-video-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}
.hero-img-unified .unicorn-hero {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hero-media-frame {
    position: relative;
    width: 100% !important;
    height: 100%;
    max-width: none;
    margin: 0;
    border: none !important;
    border-radius: 0 !important;
    overflow: hidden;
    background: #050505;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}
.hero-media-frame .hero-img-unified {
    height: 100% !important;
    min-height: 100vh;
}
.hero-media-frame .kr8-star-track {
    border-radius: 17px;
}

/* HERO SPLASH BLUEPRINT */
.home-hero,
.comm-hero,
.res-hero,
.ind-hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-template-rows: 1fr;
    align-items: stretch;
    border-bottom: 1px solid var(--border);
    background: var(--bg-dark);
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.res-hero,
.ind-hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.home-hero-content,
.comm-hero-content,
.res-hero-text,
.ind-hero-content {
padding: clamp(140px, 15vh, 180px) 70px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    z-index: 10;
    width: 100%;
    /* CHANGED: Increased from 720px to 1100px to fit widescreen text */
    max-width: 1100px !important; 
    box-sizing: border-box;
    /* CHANGED: Essential to let letters render outside the box if needed */
    overflow: visible !important; 
}
.home-hero-image,
.comm-hero-image,
.res-hero-img,
.ind-hero-img {
    position: relative;
    width: 100%;
    height: 100% !important;
    min-height: 100vh;
    top: 0 !important;
    align-self: stretch;
}
.home-hero-image,
.comm-hero-image,
.res-hero-img,
.ind-hero-img {
   display: block !important;
   margin: 0;
   padding: 0;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   width: 47.5%;
   height: 100vh;
   min-height: 100vh;
}
.home-hero-image .hero-media-frame,
.comm-hero-image .hero-media-frame,
.res-hero-img .hero-media-frame,
.ind-hero-img .hero-media-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110vh;
    min-height: 110vh;
    margin-top: -5vh;
}
.home-hero-image .hero-img-unified,
.comm-hero-image .hero-img-unified,
.res-hero-img .hero-img-unified,
.ind-hero-img .hero-img-unified {
    height: 110vh !important;
    min-height: 110vh !important;
}
.home-hero-image .hero-video-media,
.comm-hero-image .hero-video-media,
.res-hero-img .hero-video-media,
.ind-hero-img .hero-video-media {
    height: 110% !important;
    min-height: 110vh !important;
    object-fit: cover;
}
.home-hero-image .hero-media-frame,
.comm-hero-image .hero-media-frame,
.res-hero-img .hero-media-frame,
.ind-hero-img .hero-media-frame {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    top: 0;
}
/* FORCE HERO BUTTONS TO MATCH WIDTH */
.hero-buttons {
   display: flex !important;
    flex-direction: column !important; /* Stack vertically by default */
    align-items: flex-start !important; /* Force to the LEFT */
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 16px;
    width: 100% !important;
    margin-left: 0 !important; /* Remove any centering margins */
    margin-right: auto !important;
}

/* On Desktop/Tablet, put them side-by-side */
@media (min-width: 768px) {
    .hero-buttons {
       flex-direction: row !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }
}

.hero-buttons .btn,
.hero-buttons .kr8-btn,
.hero-buttons .btn-primary,
.hero-buttons .btn-secondary,
.hero-buttons button,
.hero-buttons a {
    min-width: 280px;
    padding: 18px 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 0 0 auto;
}

.hero-buttons .kr8-btn {
    height: auto;
}
@media (max-width: 980px) {
    .home-hero,
    .comm-hero,
    .res-hero,
    .ind-hero {
        grid-template-columns: 1fr !important;
        min-height: auto;
        display: block;
        position: relative;
    }
    
    /* Full-screen video container with title overlay */
    .home-hero-image,
    .comm-hero-image,
    .res-hero-img,
    .ind-hero-img {
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        position: relative;
        display: flex;
        align-items: flex-end;
        order: 1;
    }
    
    .home-hero-image .hero-media-frame,
    .comm-hero-image .hero-media-frame,
    .res-hero-img .hero-media-frame,
    .ind-hero-img .hero-media-frame {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    .home-hero-image .hero-video-media,
    .comm-hero-image .hero-video-media,
    .res-hero-img .hero-video-media,
    .ind-hero-img .hero-video-media,
    .home-hero-image .unicorn-hero,
    .comm-hero-image .unicorn-hero,
    .res-hero-img .unicorn-hero,
    .ind-hero-img .unicorn-hero {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* Title overlay at bottom of video */
    .home-hero-content,
    .comm-hero-content,
    .res-hero-text,
    .ind-hero-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 60%, transparent 100%);
        padding: 80px 24px 40px;
        z-index: 10;
        max-width: 100%;
        order: 2;
    }
    
    /* Hide intro text and buttons from hero - only show title */
    .home-hero-content .hero-intro-unified,
    .home-hero-content .hero-buttons,
    .comm-hero-content .hero-intro-unified,
    .comm-hero-content .hero-buttons,
    .res-hero-text .hero-intro-unified,
    .res-hero-text .hero-buttons,
    .ind-hero-content .hero-intro-unified,
    .ind-hero-content .hero-buttons {
        display: none !important;
    }
    
    .home-hero-content .hero-kicker-block,
    .home-hero-content .hero-title-unified,
    .comm-hero-content .hero-kicker-block,
    .comm-hero-content .hero-title-unified,
    .res-hero-text .hero-kicker-block,
    .res-hero-text .hero-title-unified,
    .ind-hero-content .hero-kicker-block,
    .ind-hero-content .hero-title-unified {
        display: block;
    }
    
    /* Mobile-only content section below hero */
    .mobile-hero-content {
        display: block;
        background: #000;
        padding: 60px 24px;
        border-bottom: 1px solid var(--border);
    }
    .mobile-hero-content .hero-intro-unified {
        font-size: 16px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 32px;
    }
    .mobile-hero-content .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 100%;
    }
    .mobile-hero-content .hero-buttons button,
    .mobile-hero-content .hero-buttons a {
        width: 100%;
        justify-content: center;
    }
}

/* Tablet-only: stack hero buttons full width (769px to 980px) */
@media (min-width: 769px) and (max-width: 980px) {
    .mobile-hero-content .hero-buttons {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        gap: 16px !important;
    }
    .mobile-hero-content .hero-buttons button,
    .mobile-hero-content .hero-buttons a {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 !important;
    }
    
    /* CTA section buttons (CALL NOW, REQUEST PICKUP) - full width and centered */
    .kr8-cta-col-btn {
        width: 100% !important;
        align-items: center !important;
        flex-direction: column !important;
    }
    .kr8-cta-col-btn .btn-primary,
    .kr8-cta-col-btn .btn-secondary,
    .kr8-cta-col-btn a,
    .kr8-cta-col-btn button {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 !important;
    }
    
    /* GET A QUOTE REQUEST PICKUP title - left aligned */
    .kr8-cta-title {
        text-align: left !important;
    }
    
    /* Services section (MODERNISED SURFACE RESTORATION) - match width to card-frame */
    .kr8-opt1-wrapper {
        max-width: 1080px !important;
        margin: 0 auto !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    
    .kr8-opt1-container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Reduce margin underneath PRECISION WITHOUT THE MESS by half */
    .precision-bridge {
        margin: clamp(7px, 1vw, 11px) auto !important;
        width: auto !important;
        max-width: fit-content !important;
    }
    
    /* Reduce margin on top of services panel by half */
    .precision-bridge + .kr8-services-shell {
        padding-top: clamp(9px, 1.5vw, 16px) !important;
    }
    
    /* Expand services interface to match services inner width */
    .kr8-services-interface {
        max-width: 1200px !important;
        padding-top: 40px !important;
    }
    
    /* Decrease precision bridge width to match inner content */
    .precision-bridge {
        max-width: 1080px !important;
        width: 100% !important;
    }
    
    /* Expand interface container to match services interface width */
    .kr8-interface-container {
        max-width: 1200px !important;
    }
    
    /* Make external action buttons (RESIDENTIAL/COMMERCIAL/INDUSTRIAL) 98% width */
    .kr8-ext-btn {
        width: 98% !important;
        max-width: 98% !important;
    }
    
    /* Add 10px margin left and right to the process section */
    .eh-pin-spacer {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

/* Desktop: hide mobile content sections */
@media (min-width: 981px) {
    .mobile-hero-content {
        display: none;
    }
}

/* HUD SHOWCASE */
.hud-showcase {
    background: #050505;
    border-bottom: 1px solid var(--border);
    padding: 80px 20px;
    margin-top: 15px;
}
.hud-showcase-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.hud-content .text-tech {
    opacity: 0.7;
    letter-spacing: 0.2em;
}
.hud-title {
    font-size: clamp(3rem, 5vw, 4.5rem);
    margin: 10px 0 0;
    line-height: 1;
}
.hud-highlight {
    color: var(--lime);
}
.hud-blurb {
    color: rgba(255,255,255,0.8);
    max-width: 540px;
    font-size: var(--fs-20);
}
.hud-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}
.hud-feature {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.hud-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    border-color: rgba(0, 255, 65, 0.3);
}
.hud-feature h3 {
    margin: 12px 0 6px;
    font-size: var(--fs-18);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.hud-feature p {
    color: rgba(255,255,255,0.7);
    font-size: var(--fs-14);
    margin: 0;
    line-height: 1.5;
}
.bio-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.bio-icon svg {
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.6));
}
.bio-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.6));
    transition: transform 0.3s ease;
}
.bio-icon:hover img {
    transform: scale(1.05);
}
.bio-icon.glow:hover {
    box-shadow: 0 0 25px rgba(0, 255, 65, 0.7);
    border-color: var(--lime);
}
.hud-pop-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}
.hud-pop-card h3 {
    font-size: var(--fs-32);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.hud-pop-copy {
    max-width: 460px;
    color: rgba(255,255,255,0.7);
    margin: 20px 0;
    line-height: 1.6;
}
.hud-pop-media {
    flex: 1;
    min-height: 260px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 40px rgba(0,0,0,0.6);
}
.hud-pop-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(0,0,0,0.3));
    z-index: 1;
    pointer-events: none;
}
.hud-pop-media .hud-pop-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}
.hud-pop-card .btn-magnetic {
    width: auto;
    min-width: 200px;
}
@media (max-width: 1024px) {
    .hud-pop-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .hud-pop-media {
        width: 100%;
        min-height: 200px;
    }
}
.hero-img-unified::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #050505 0%, transparent 40%, transparent 60%, #050505 100%);
    z-index: 1;
    pointer-events: none;
}
.hero-img-unified::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0, 0, 0, 0.2) 3px,
        rgba(0, 0, 0, 0.2) 4px
    );
    background-repeat: repeat;
    z-index: 2;
    pointer-events: none;
}

/* HERO */
.hero-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 0;
    box-sizing: border-box;
    background: #000;
    overflow: hidden;
    position: relative;
}
.hero-frame {
    position: relative;
    width: clamp(320px, 90vw, 1200px);
    height: clamp(500px, 70vh, 650px);
    border: 5px solid #000;
    border-radius: 17px;
    overflow: hidden;
    background: #000;
    box-sizing: border-box;
}
.hero-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 18%, rgba(0,0,0,0) 82%, rgba(0,0,0,0.6) 100%),
      linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 95%, rgba(0,0,0,0.5) 100%);
    z-index: 2;
}
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.3); z-index: 1; pointer-events: none; }
.hero-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: clamp(80px, 12vh, 120px);
    z-index: 20;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.hero-title { font-size: var(--fs-display-hero-main); font-weight: 900; margin: 0; letter-spacing: -2px; }
.hero-subtitle { font-size: var(--fs-display-hero-sub); letter-spacing: 4px; margin: 10px 0 40px; }
.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.hero-buttons a {
    width: clamp(180px, 22vw, 260px);
    text-align: center;
}
/* Old button styles removed - now using unified button system */

/* UNICORN HERO */
.unicorn-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
}
.unicorn-hero > *, .unicorn-hero canvas, .unicorn-hero iframe {
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
    display: block !important;
}

.hero-bottom-fade {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 12px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
    pointer-events: none;
    z-index: 2;
}

/* SLOGAN ROW */
.slogan-row {
    padding: 10px 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.kr8-slogan-stack {
    width: 100%;
    max-width: 1000px;
    margin: 5px auto 30px auto;
    text-align: center;
    font-family: var(--font-main);
    opacity: 0;
    animation: fadeInStack 1.5s ease-out forwards 0.5s;
    position: relative;
}

.kr8-slogan-main {
    font-size: var(--fs-display-slogan);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 5px 0;
    text-shadow: 0 10px 30px rgba(0,0,0,0.5);
    line-height: 1.1;
}

.kr8-slogan-sub {
    font-size: var(--fs-display-slogan-sub);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

.kr8-highlight {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    text-shadow: 0 0 20px rgba(0, 255, 65, 0.4);
}

.kr8-highlight:hover {
    color: #00ff41;
    text-shadow: 0 0 25px rgba(0, 255, 65, 0.8);
    transform: scale(1.02);
}

.kr8-slogan-divider {
    width: 60px;
    height: 3px;
    background: #00ff41;
    margin: 15px auto 0 auto;
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.6);
    opacity: 0.9;
}

@keyframes fadeInStack {
    from { opacity: 0; transform: translateY(15px); filter: blur(5px); }
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@media (max-width: 600px) {
    .kr8-slogan-sub {
        display: flex;
        flex-direction: column;
        gap: 2px;
        letter-spacing: 0.15em;
    }
    .kr8-slogan-divider { margin-top: 15px; }
}

/* UNIFIED BLOCK */
.kr8-unified-block {
    position: relative;
    background: url('../../images/backgrounds/background2.webp') center center / cover no-repeat;
    min-height: 100vh;
    padding: 120px 0 clamp(14px, 3vw, 28px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}
#safety.kr8-unified-block {
    background-color: #000;
    background-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.95) 0%,
            rgba(0, 0, 0, 0) 15vw,
            rgba(0, 0, 0, 0) calc(100% - 15vw),
            rgba(0, 0, 0, 0.95) 100%
        ),
        url('../../images/backgrounds/industrialbackground1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.kr8-unified-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5,5,5,0.85) 0%, rgba(5,5,5,0.9) 50%, rgba(5,5,5,0.92) 100%);
    pointer-events: none;
}
.kr8-unified-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 3.5vw, 32px);
    padding: 0 20px;
    box-sizing: border-box;
}
.kr8-hero-socials {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    color: var(--text-white);
    padding-top: clamp(10px, 2vw, 18px);
}
.kr8-hero-socials > * { width: 100%; }
.kr8-social-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(6px, 1.2vw, 10px) clamp(18px, 4vw, 32px);
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #050505;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
    gap: clamp(12px, 2vw, 20px);
}
.kr8-icon-row {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: clamp(8px, 2vw, 18px);
    flex-wrap: nowrap;
}
.kr8-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    width: clamp(60px, 9vw, 96px);
    height: clamp(60px, 9vw, 96px);
    padding: clamp(8px, 1.6vw, 12px);
    transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}
.kr8-icon {
    width: clamp(40px, 8vw, 62px);
    height: clamp(40px, 8vw, 62px);
    fill: currentColor;
    fill: url(#kr8-metal-grad);
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.45));
}
.kr8-icon-link:hover {
    transform: translateY(-3px);
    opacity: 1;
}
.kr8-icon-link:hover .kr8-icon {
    filter: drop-shadow(0 0 18px rgba(255,255,255,0.35));
}
.kr8-unified-inner .slogan-row { padding: 10px 0 10px; }
.kr8-unified-inner .kr8-cta-section { padding: 0; }
.kr8-unified-inner .kr8-opt1-wrapper { margin-bottom: 0; background: rgba(5,5,5,0.9); }
.kr8-unified-inner .kr8-combo-wrapper { margin: 0 auto; }
@media (max-width: 900px) {
    .kr8-unified-block { padding: 80px 0 clamp(12px, 4vw, 24px); }
    .kr8-unified-inner { gap: clamp(16px, 5vw, 28px); }
}
@media (max-width: 700px) {
    .kr8-social-bar {
        padding: clamp(6px, 3vw, 10px) clamp(14px, 5vw, 22px);
        gap: clamp(10px, 3vw, 16px);
    }
    .kr8-icon-row { gap: clamp(12px, 4vw, 20px); }
    .kr8-icon-link {
        width: clamp(54px, 14vw, 82px);
        height: clamp(54px, 14vw, 82px);
        padding: clamp(6px, 2vw, 10px);
    }
    .kr8-icon {
        width: clamp(36px, 10vw, 54px);
        height: clamp(36px, 10vw, 54px);
    }
}

/* CTA BAR */
.kr8-card-frame {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 5%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 17px;
    background: #050505;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
    box-sizing: border-box;
}

.kr8-cta-section {
    padding: 0 0 60px;
    display: flex;
    justify-content: center;
}
.kr8-cta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
}
.kr8-star-track {
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    pointer-events: none;
    z-index: 10;
    border-radius: 17px;
}
.kr8-star-runner {
    position: absolute;
    width: 4px; height: 4px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0;
    box-shadow:
      0 0 10px 2px rgba(255, 255, 255, 0.9),
      0 0 20px 5px rgba(0, 255, 255, 0.6),
      0 0 40px 10px rgba(0, 255, 255, 0.3);
}
.kr8-star-runner.top { top: 0; left: 0; animation: runTop 16s linear infinite; }
.kr8-star-runner.right { top: 0; right: 0; animation: runRight 16s linear infinite; animation-delay: 4s; }
.kr8-star-runner.bottom { bottom: 0; right: 0; animation: runBottom 16s linear infinite; animation-delay: 8s; }
.kr8-star-runner.left { bottom: 0; left: 0; animation: runLeft 16s linear infinite; animation-delay: 12s; }
@keyframes runTop {
    0% { transform: translateX(0); opacity: 1; }
    24% { opacity: 1; }
    25% { transform: translateX(100vw); opacity: 0; }
    100% { transform: translateX(100vw); opacity: 0; }
}
@keyframes runRight {
    0% { transform: translateY(0); opacity: 0; }
    1% { opacity: 1; }
    24% { opacity: 1; }
    25% { transform: translateY(100vh); opacity: 0; }
    100% { transform: translateY(100vh); opacity: 0; }
}
@keyframes runBottom {
    0% { transform: translateX(0); opacity: 0; }
    1% { opacity: 1; }
    24% { opacity: 1; }
    25% { transform: translateX(-100vw); opacity: 0; }
    100% { transform: translateX(-100vw); opacity: 0; }
}
@keyframes runLeft {
    0% { transform: translateY(0); opacity: 0; }
    1% { opacity: 1; }
    24% { opacity: 1; }
    25% { transform: translateY(-100vh); opacity: 0; }
    100% { transform: translateY(-100vh); opacity: 0; }
}
.kr8-spray {
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    pointer-events: none; z-index: 1;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, rgba(150, 200, 255, 0.03) 30%, transparent 70%);
    opacity: 0;
    animation: sprayPass 7s ease-in-out infinite;
}
@keyframes sprayPass {
    0% { transform: translate(-30%, -30%) rotate(-10deg); opacity: 0; }
    20% { opacity: 1; }
    40% { transform: translate(10%, 10%) rotate(-10deg); opacity: 0; }
    100% { transform: translate(10%, 10%) rotate(-10deg); opacity: 0; }
}
.kr8-cta-col-text { flex: 2; text-align: left; position: relative; z-index: 5; }
.kr8-cta-col-btn { flex: 1; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 20px; position: relative; z-index: 5; }
.kr8-cta-title {
    font-family: var(--font-main);
    font-size: var(--fs-display-cta);
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.02em;
}
.kr8-metal {
    background: linear-gradient(180deg, #e9f1ff 0%, #bfc9d8 45%, #9aa5b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5));
}
.kr8-title-aura:hover { filter: drop-shadow(0 0 15px rgba(255,255,255,0.4)); }
.kr8-btn {
    /* Inherits from unified button system above */
    width: auto;
}
.kr8-cta-col-btn .kr8-btn:first-child { 
    background: #39FF14;
    color: #000000;
    border-color: #39FF14;
}
/* Remove duplicate hover - now handled by unified system */

@media (max-width: 980px) {
    .kr8-cta-bar { flex-direction: column; text-align: center; padding: 60px 20px; gap: 40px; }
    .kr8-cta-col-text { text-align: center; }
    .kr8-cta-col-btn { width: 100%; align-items: center; flex-direction: column !important; }
    .kr8-cta-col-btn .kr8-btn { width: 100%; max-width: 320px; padding: 14px 24px; }
}

/* MODERNISED GRID */
.kr8-opt1-wrapper {
    background: #050505;
    color: #ffffff;
    font-family: var(--font-main);
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
    min-height: 100%;
    display: flex;
    justify-content: center;
}
.kr8-opt1-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.kr8-opt1-spray {
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, rgba(150, 200, 255, 0.03) 30%, transparent 70%);
    opacity: 0;
    animation: opt1SprayPass 7s ease-in-out infinite;
}
@keyframes opt1SprayPass {
    0% { transform: translate(-30%, -30%) rotate(-10deg); opacity: 0; }
    20% { opacity: 1; }
    40% { transform: translate(10%, 10%) rotate(-10deg); opacity: 0; }
    100% { transform: translate(10%, 10%) rotate(-10deg); opacity: 0; }
}
.kr8-opt1-headline {
    font-size: var(--fs-display-cta);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.kr8-opt1-subhead {
    font-size: var(--fs-12);
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #ccc;
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-left: 2px solid #00ff41;
    padding-left: 20px;
}
.kr8-opt1-body p {
    font-size: var(--fs-20);
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.kr8-backlight-hover {
    transition: all 0.3s ease;
    background: none !important;
    -webkit-text-fill-color: #aaa !important;
    color: #aaa !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
}
.kr8-backlight-hover:hover {
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 1);
}
.kr8-opt1-actions {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
    margin: 20px 0;
    justify-content: flex-start;
}
.kr8-opt1-actions .kr8-btn {
    width: auto;
    max-width: 220px;
    min-width: 160px;
    height: 50px;
    padding: 0 14px;
    /* Inherits unified button styles */
}
/* Hero buttons now use unified system - .primary class applies neon green */
.kr8-opt1-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.kr8-img-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    cursor: pointer;
}
.kr8-vis {
    width: 100%;
    aspect-ratio: 16/10;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    filter: grayscale(100%) contrast(1.1);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease-out;
}
.kr8-img-card:hover .kr8-vis {
    filter: grayscale(0%) contrast(1);
    border: 2px solid #00ff41;
    box-shadow: 0 0 25px rgba(0, 255, 65, 0.6), inset 0 0 20px rgba(0, 255, 65, 0.1);
    transform: scale(1.06);
}
.kr8-meta h4 {
    font-size: var(--fs-16);
    font-weight: 800;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.kr8-meta p {
    font-size: var(--fs-14);
    font-weight: 300;
    margin: 0;
    line-height: 1.25;
}
@media (max-width: 980px) {
    .kr8-opt1-container { grid-template-columns: 1fr; gap: 50px; }
    .kr8-opt1-grid { grid-template-columns: repeat(2, 1fr); }
    .kr8-opt1-actions { grid-template-columns: 1fr; justify-content: center; }
}
@media (max-width: 600px) {
    .kr8-opt1-grid { grid-template-columns: 1fr; }
    .kr8-opt1-actions { grid-template-columns: 1fr; justify-items: center; }
    .kr8-opt1-actions .kr8-btn { width: 100%; max-width: 220px; }
}

/* TRUSTED QUOTE */
.kr8-combo-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 40px auto;
    background: #050505;
    border-radius: 17px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
    font-family: var(--font-main);
    box-sizing: border-box;
    padding: clamp(28px, 4vw, 48px) 5%;
    height: auto;
}
.kr8-single-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    width: 100%;
    height: 100%;
    padding: clamp(16px, 3vw, 40px);
    position: relative;
    z-index: 2;
}
.kr8-combo-spray {
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
    opacity: 0.5;
    animation: comboSprayMove 10s ease-in-out infinite alternate;
}
@keyframes comboSprayMove {
    0% { transform: translate(-10%, -10%); }
    100% { transform: translate(10%, 10%); }
}
.kr8-trusted-label {
    font-size: var(--fs-14);
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}
.kr8-stars { display: flex; gap: 8px; margin-bottom: 5px; justify-content: center; }
.kr8-star-icon {
    width: 20px;
    height: 20px;
    fill: #00ff41;
    filter: drop-shadow(0 0 8px rgba(0, 255, 65, 0.6));
}
.kr8-quote-text {
    font-size: var(--fs-display-quote);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.01em;
    margin: 0;
    text-transform: uppercase;
    max-width: min(78ch, 1200px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.kr8-review-line {
    width: 60px;
    height: 3px;
    background: #00ff41;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.5);
}
.kr8-review-author {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--fs-12);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.kr8-name {
    font-weight: 700;
    color: #ffffff;
    margin-right: 8px;
}
.kr8-company {
    font-size: var(--fs-16);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
}
.kr8-company::before { content: "•"; margin-right: 8px; color: #00ff41; }
@media (max-width: 768px) {
    .kr8-combo-wrapper {
        height: auto;
        padding: clamp(28px, 7vw, 48px) 0;
    }
    .kr8-single-content { padding: 0 10px; }
}

/* SERVICES SHELL WITH BACKGROUND */
.kr8-services-shell {
    position: relative;
    background: url('../../images/backgrounds/background1.webp') center center / cover no-repeat;
    padding: clamp(24px, 6vw, 48px) 0 clamp(40px, 7vw, 64px);
    min-height: 100vh;
    overflow: hidden;
}
.kr8-services-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, #000 0%, rgba(0,0,0,0.85) 20%, rgba(5,5,5,0.9) 60%, rgba(5,5,5,0.94) 100%);
    pointer-events: none;
}
.kr8-services-shell::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--section-fade-height);
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
}
.kr8-services-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .kr8-services-shell { padding: clamp(20px, 6vw, 36px) 0 clamp(28px, 7vw, 48px); }
    .kr8-services-inner { gap: 25px; }
}

/* SERVICES INTERFACE */
.kr8-services-interface {
    font-family: var(--font-main);
    background: transparent;
    color: #fff;
    padding: 60px 20px 20px;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.kr8-interface-container {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(10,10,10,0.6);
    backdrop-filter: blur(10px);
    border-radius: 17px;
    overflow: hidden;
    min-height: auto;
    box-shadow: 0 0 30px rgba(0, 255, 65, 0.1);
    transition: box-shadow 0.3s ease;
}
.kr8-interface-container:hover { box-shadow: 0 0 40px rgba(0, 255, 65, 0.15); }
.kr8-menu-col {
    background: rgba(0,0,0,0.4);
    border-right: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    box-sizing: border-box;
}
.kr8-menu-header h2 {
    font-size: var(--fs-24);
    font-weight: 800;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.kr8-neon-line {
    width: 40px;
    height: 3px;
    background: #00ff41;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.5);
}
.kr8-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.kr8-service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.02);
}
.kr8-index {
    font-size: var(--fs-12);
    font-weight: 300;
    color: #555;
    margin-right: 10px;
}
.kr8-item-title {
    font-size: var(--fs-12);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    flex-grow: 1;
}
.kr8-arrow {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    color: #00ff41;
}
.kr8-service-item:hover,
.kr8-service-item.active {
    background: rgba(0, 255, 65, 0.1);
    border-color: rgba(0, 255, 65, 0.3);
}
.kr8-service-item.active .kr8-item-title { color: #00ff41; }
.kr8-service-item.active .kr8-arrow { opacity: 1; transform: translateX(0); }
.kr8-service-item.active .kr8-index { color: #fff; font-weight: 700; }
.kr8-summary-box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.kr8-summary-box p {
    font-size: var(--fs-14);
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    font-weight: 300;
    transition: all 0.3s ease;
}
.kr8-dl-link {
    font-size: var(--fs-12);
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #00ff41;
    border-radius: 4px;
}
.kr8-dl-link:hover {
    color: #000;
    background: #00ff41;
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.5);
}
.kr8-viewport-col {
    position: relative;
    padding: 0;
    background: radial-gradient(circle at top right, rgba(0,255,65,0.05), transparent 40%);
    box-sizing: border-box;
}
.kr8-viewport-frame {
    position: relative;
    height: auto;
}
.kr8-scan-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ff41, transparent);
    opacity: 0.4;
    animation: scanPan 4s linear infinite;
    pointer-events: none;
}
.kr8-viewport-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,0.03);
    border-radius: 17px;
    pointer-events: none;
}
.kr8-content-panel {
    display: none;
    animation: fadeIn 0.5s ease forwards;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 17px;
    padding: 40px;
    box-sizing: border-box;
}
.kr8-content-panel.active { display: block; }
.kr8-panel-title {
    font-size: var(--fs-36);
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.kr8-panel-sub {
    font-size: var(--fs-14);
    color: #00ff41;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: 700;
}
.kr8-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.kr8-detail-item h4 {
    font-size: var(--fs-16);
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 800;
    border-left: 2px solid #333;
    padding-left: 15px;
    transition: 0.3s;
}
.kr8-detail-item p {
    font-size: var(--fs-16);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    padding-left: 17px;
    margin: 0;
    font-weight: 300;
    transition: all 0.3s ease;
}
.kr8-external-actions-wrapper {
    max-width: 1080px;
    width: 100%;
    margin: 20px auto 60px;
    padding: 20px;
    box-sizing: border-box;
}
.kr8-external-actions-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    padding: 30px;
    background: rgba(10,10,10,0.8);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 17px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.kr8-ext-btn {
    flex: 1;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: var(--fs-16);
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.kr8-ext-btn:hover {
    border-color: #00ff41;
    filter: drop-shadow(0 0 15px rgba(0, 255, 65, 0.5));
}
@keyframes scanPan {
    0% { transform: translateY(0); }
    50% { transform: translateY(100%); }
    100% { transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 980px) {
    .kr8-interface-container { grid-template-columns: 1fr; min-height: auto; }
    .kr8-menu-col { padding: 30px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .kr8-viewport-col { padding: 0; }
    .kr8-content-panel { padding: 30px; }
    .kr8-detail-grid { grid-template-columns: 1fr; gap: 20px; }
    .kr8-panel-title { font-size: var(--fs-32); }
    .kr8-external-actions-container { flex-direction: column; gap: 15px; }
}

/* MARQUEE */
.kr8-marquee-wrapper {
    width: 100vw;
    min-height: clamp(260px, 50vh, 520px);
    overflow: hidden;
    background: url('../../images/backgrounds/background5.webp') center center / cover no-repeat;
    margin-bottom: -1px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    mask-image: none;
    -webkit-mask-image: none;
    position: relative;
    isolation: isolate;
}
.kr8-marquee-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10vh;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
    z-index: 1;
}
.kr8-marquee-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: kr8-scroll-left 120s linear infinite;
}
.kr8-marquee-item {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: var(--fs-display-marquee);
    line-height: 0.9;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 3px rgba(255, 255, 255, 0.3);
    padding-right: 0.2em;
}
@keyframes kr8-scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@media (max-width: 768px) {
    .kr8-marquee-track { animation-duration: 80s; }
    .kr8-marquee-item { -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3); }
}

/* HORIZON PROCESS SCROLLER */
.pin-spacer.pin-spacer-eh-scroll,
.pin-spacer.pin-spacer-eh-scroll > .eh-pin-spacer {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: #ffffff;
    background-clip: padding-box;
}
.eh-pin-spacer {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../../images/backgrounds/background3.webp') center center / cover no-repeat;
    padding: 50px 0;
    position: relative;
    isolation: isolate;
}
.eh-pin-spacer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10vh;
    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
    z-index: 1;
}
.eh-pin-spacer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10vh;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
    z-index: 1;
}
.evolve-horizon-wrap {
    width: 100%;
    max-width: 1080px;
    height: 700px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-family: var(--font-main);
    color: #ffffff;
    border-radius: 17px;
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.eh-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.eh-bg-layer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    opacity: 0.6;
}
.eh-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 20%, #050505 90%);
}
.eh-track {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 clamp(32px, 6vw, 72px);
    gap: 80px;
    width: max-content;
    z-index: 2;
}
.eh-intro-panel { width: 300px; flex-shrink: 0; }
.eh-header h2 {
    font-size: var(--fs-14);
    letter-spacing: 0.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.eh-line {
    width: 60px;
    height: 1px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
    margin-bottom: 30px;
}
.eh-sub {
    font-size: var(--fs-32);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 40px;
}
.scroll-indicator {
    font-size: var(--fs-12);
    letter-spacing: 0.1em;
    font-weight: 800;
    opacity: 0.8;
}
.eh-card {
    position: relative;
    width: 500px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    cursor: pointer;
}
.eh-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 17px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #000;
    transition: all 0.3s ease-out;
}
.eh-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.1);
    transition: transform 0.8s ease, filter 0.8s ease;
}
.eh-card:hover .eh-visual {
    border-color: #00ff41;
    box-shadow: 0 0 30px rgba(0, 255, 65, 0.3);
    transform: translateY(-4px);
}
.eh-card:hover .eh-visual img {
    transform: scale(1.05);
    filter: grayscale(0);
}
.eh-num {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffffff;
    color: #000;
    font-weight: 800;
    padding: 5px 10px;
    font-size: var(--fs-14);
    border-radius: 4px;
    z-index: 20;
}
.eh-content h3 {
    font-size: var(--fs-20);
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.eh-content p {
    font-size: var(--fs-16);
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 980px) {
    .eh-pin-spacer { height: auto; min-height: auto; padding: 35px 0; }
    .evolve-horizon-wrap { width: 100%; max-width: 100%; border-radius: 0; border: none; height: auto; flex-direction: column; }
    .eh-bg-layer { display: none; }
    .eh-track { flex-direction: column; width: 100%; height: auto; padding: 40px 20px; gap: 60px; }
    .eh-intro-panel, .eh-card { width: 100%; max-width: 100%; }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .pin-spacer,
    .pin-spacer.pin-spacer-eh-scroll,
    .eh-pin-spacer,
    .eh-track {
        margin-left: 0 !important;
        padding-left: 0 !important;
        left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    #main-content,
    main,
    section {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }
    .eh-pin-spacer {
        width: 100vw !important;
        height: 100vh;
        min-height: 100vh;
        padding: 0;
        overflow: hidden;
    }
    .evolve-horizon-wrap {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh;
        margin: 0 auto;
        flex-direction: row;
        border-radius: 0;
    }
    .eh-track {
        display: flex;
        flex-direction: row;
        width: 100vw !important;
        height: 100vh;
        margin: 0 auto;
        padding: 0;
        gap: clamp(32px, 5vw, 64px);
        align-items: center;
    }
    .eh-intro-panel {
        width: 98vw;
        max-width: 98vw;
        text-align: center;
    }
    .eh-card {
        width: clamp(320px, 50vw, 520px);
        max-height: 60vh;
        flex-shrink: 0;
    }
    .eh-visual,
    .eh-visual img {
        max-height: 60vh;
    }
    .eh-intro-panel,
    .eh-content {
        max-width: 98%;
        margin: 0 auto;
        text-align: center;
    }
    .eh-intro-panel h2,
    .eh-intro-panel p,
    .eh-content h3,
    .eh-content p {
        max-width: 98%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .kr8-ext-btn {
        padding: 5px !important;
        box-sizing: border-box;
    }
    .eh-pin-spacer::before,
    .eh-pin-spacer::after {
        height: 0.825vh !important;
    }
    .eh-pin-spacer::before {
        background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%) !important;
    }
    .eh-pin-spacer::after {
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%) !important;
    }
    .home-hero-content,
    .mobile-hero-content {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-hero .hero-buttons,
    .mobile-hero-content .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-hero .hero-buttons .btn-primary,
    .home-hero .hero-buttons .btn-secondary,
    .mobile-hero-content .hero-buttons .btn-primary,
    .mobile-hero-content .hero-buttons .btn-secondary {
        width: 80% !important;
        margin: 0 auto !important;
        align-self: center;
        box-sizing: border-box;
    }
    .home-hero .hero-intro-unified,
    .mobile-hero-content .hero-intro-unified {
        margin-left: 20px;
        margin-right: 20px;
    }
    .kr8-before-after-module {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        left: 0 !important;
        transform: none !important;
        overflow-x: hidden !important;
        background: url('../../images/backgrounds/background4.webp') center center / cover no-repeat !important;
    }
    .kr8-before-after-module::before,
    .kr8-before-after-module::after {
        height: 3vh !important;
        left: 0 !important;
        right: 0 !important;
    }
    .kr8-before-after-module::before {
        top: 0 !important;
        bottom: auto !important;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%) !important;
        z-index: 1 !important;
    }
    .kr8-before-after-module::after {
        top: auto !important;
        bottom: 0 !important;
        background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%) !important;
        z-index: 1 !important;
    }
}

/* BEFORE / AFTER */
.kr8-before-after-module {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    isolation: isolate;
    padding: clamp(40px, 6vw, 90px) clamp(20px, 5vw, 40px);
    background: none;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    font-family: var(--font-main);
    box-sizing: border-box;
    overflow: hidden;
}
.kr8-before-after-module::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../../images/backgrounds/background4.webp') center center / cover no-repeat;
    z-index: -1;
    pointer-events: none;
}
.kr8-before-after-module::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10vh;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
    z-index: 1;
}
.kr8-ba-main-intro {
    text-align: center;
    max-width: min(2400px, 124ch);
    margin: 0 auto clamp(28px, 5vw, 48px) auto;
}
.kr8-main-headline {
    font-size: var(--fs-display-main);
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    line-height: 0.95;
    transition: text-shadow 0.3s ease, transform 0.3s ease;
    cursor: default;
    text-wrap: balance;
}
.kr8-black-aura:hover {
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    transform: scale(1.02);
}
.kr8-main-subtext {
    font-size: var(--fs-20);
    font-weight: 300;
    color: #555555;
    line-height: 1.3;
    max-width: clamp(64ch, 80vw, 104ch);
    margin: 0 auto;
    transition: all 0.3s ease;
    text-wrap: balance;
}
.kr8-dark-hover:hover { color: #000000 !important; text-shadow: 0 0 15px rgba(0, 0, 0, 0.4); }
.kr8-ba-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 60px);
    align-items: start;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    justify-items: center;
}
.kr8-ba-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.kr8-section-title {
    font-size: var(--fs-20);
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.1em;
    color: #000;
}
.kr8-arrow-icon {
    font-size: var(--fs-20);
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* BEFORE / AFTER – tighten spacing and scale */
.kr8-before-after-module {
    padding: clamp(40px, 6vw, 90px) clamp(20px, 5vw, 40px);
    border-top: 0;
    box-shadow: none;
}
.kr8-ba-main-intro {
    margin: 0 auto clamp(28px, 5vw, 48px) auto;
}
.kr8-before-after-module .kr8-ba-container {
    gap: clamp(32px, 5vw, 60px);
    justify-items: center;
    max-width: 1400px;
    margin: 0 auto;
}
.kr8-before-after-module .kr8-split-frame {
    --sq: clamp(320px, 30vw, 540px);
    width: var(--sq);
    height: var(--sq);
    aspect-ratio: 1 / 1;
}
.kr8-before-after-module .kr8-split-layer,
.kr8-before-after-module .kr8-split-layer.one,
.kr8-before-after-module .kr8-split-layer.two {
    height: 100%;
}
.kr8-before-after-module .kr8-split-layer img,
.kr8-before-after-module .kr8-split-layer .layer,
.kr8-before-after-module .kr8-split-layer .before-layer,
.kr8-before-after-module .kr8-split-layer .after-layer {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kr8-col-left:hover .kr8-arrow-icon,
.kr8-col-right:hover .kr8-arrow-icon { transform: rotate(-45deg); }
.kr8-split-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    cursor: col-resize;
    border: 1px solid rgba(0,0,0,0.05);
    background: #f0f0f0;
}
.kr8-split-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.kr8-split-layer.one {
    z-index: 2;
    width: 50%;
    border-right: 1px solid rgba(255,255,255,1);
}
.kr8-split-layer.two { z-index: 1; }
.kr8-label {
    position: absolute;
    bottom: 30px;
    padding: 12px 20px;
    font-weight: 800;
    font-size: var(--fs-12);
    letter-spacing: 0.15em;
    color: #fff;
    background: #000;
    border-radius: 6px;
    pointer-events: none;
    z-index: 3;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.kr8-label.label-left { left: 30px; }
.kr8-label.label-right { right: 30px; }
.kr8-split-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 100%;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
}
.kr8-handle-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.kr8-handle-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}
@media (max-width: 900px) {
    .kr8-ba-container {
        grid-template-columns: 1fr;
        gap: clamp(36px, 8vw, 60px);
        max-width: 100%;
        justify-items: center;
    }
    .kr8-split-frame {
        --sq: clamp(260px, 60vw, 420px);
        width: var(--sq);
        height: var(--sq);
        aspect-ratio: 1 / 1;
        max-width: 100%;
    }
    .kr8-before-after-module { padding: clamp(28px, 7vw, 48px) clamp(14px, 6vw, 28px); }
    .kr8-main-subtext { font-size: var(--fs-18); }
}

/* BRIDGE BETWEEN QUOTE & SERVICES */
.precision-bridge{
    --precision-target-width: 1080px;
    --precision-hover-shadow: 30px; /* width is reduced by the hover glow on both sides so the border aligns with the quote card */
    max-width: calc(var(--precision-target-width) - (var(--precision-hover-shadow) * 2));
    width: min(100%, calc(var(--precision-target-width) - (var(--precision-hover-shadow) * 2)));
    margin: clamp(14px, 2vw, 22px) auto;
    padding: clamp(10px, 1.6vw, 16px) clamp(16px, 2vw, 22px);
    border-radius: 17px;
    border: none;
    box-shadow: none;
    background: #000;
    text-align: center;
    position: relative;
    isolation: isolate;
    overflow: hidden; /* critical: keeps shimmer/glow inside the card */
}

.precision-bridge::before{
    content:"";
    position:absolute;
    inset: 0; /* fixes the “full width” feeling */
    background: #000;
    pointer-events:none;
    z-index: 0;
}

.precision-bridge::after{
    content:"";
    position:absolute;
    top: -50%;
    left: -30%;
    width: 60%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.14) 50%, rgba(255,255,255,0) 100%);
    transform: translateX(-40%) rotate(18deg);
    animation: precisionShimmer 6s linear infinite;
    pointer-events:none;
    z-index: 1;
    opacity: 0.6;
}

.precision-bridge-inner{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}
.precision-bridge-inner::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid rgba(0, 255, 65, 0.18);
    box-shadow: 0 0 18px rgba(0, 255, 65, 0.12);
    opacity: 0.8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}
.precision-bridge-inner::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00ff41;
    box-shadow: 0 0 12px rgba(0, 255, 65, 0.7);
    top: 50%;
    left: 50%;
    transform-origin: -48px -48px;
    animation: precisionOrbit 5s linear infinite;
    pointer-events: none;
    z-index: 1;
}
.precision-bridge-label {
    font-size: var(--fs-display-precision);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}
.precision-bridge-accent {
    width: 120px;
    height: 4px;
    background: #00ff41;
    box-shadow: 0 0 12px rgba(0, 255, 65, 0.5);
    border-radius: 2px;
}
.precision-bridge:hover::before {
    box-shadow: 0 0 var(--precision-hover-shadow) rgba(0, 255, 65, 0.18), inset 0 0 var(--precision-hover-shadow) rgba(0, 255, 65, 0.08);
}
.precision-bridge:hover .precision-bridge-inner::after {
    box-shadow: 0 0 18px rgba(0, 255, 65, 0.9);
}
.precision-bridge:hover .precision-bridge-accent {
    box-shadow: 0 0 18px rgba(0, 255, 65, 0.7);
}
.precision-bridge + .kr8-services-shell {
    padding-top: clamp(18px, 3vw, 32px) !important;
}

@keyframes precisionShimmer {
    0% { transform: translateX(-40%) rotate(18deg); opacity: 0.5; }
    50% { opacity: 0.3; }
    100% { transform: translateX(120%) rotate(18deg); opacity: 0.5; }
}
@keyframes precisionOrbit {
    from { transform: translate(-50%, -50%) rotate(0deg) translateX(60px); }
    to { transform: translate(-50%, -50%) rotate(360deg) translateX(60px); }
}

/* EDITORIAL CTA */
.evolve-editorial-2 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #000 !important;
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    color: #ffffff;
    padding: 120px 20px;
    text-align: center;
    font-family: var(--font-main);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.evolve-editorial-2 h2 {
    font-size: var(--fs-display-editorial);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    max-width: 1000px;
    margin: 0;
}
.evolve-editorial-2 .accent-line {
    width: 2px;
    height: 60px;
    background-color: #00ff41;
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.6);
}
.evolve-editorial-2 p {
    font-size: var(--fs-18);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* INFO GRID */
.info-grid { padding: 120px 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; background: #0a0a0a; }
.grid-text h2 { font-size: var(--fs-display-grid); line-height: 1; margin-bottom: 30px; }
.grid-text .lead { font-size: var(--fs-20); margin-bottom: 20px; }
.grid-text .details p { color: #888; margin-bottom: 15px; line-height: 1.6; }
.grid-features { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.feature h4 { margin: 0 0 5px 0; font-size: var(--fs-14); letter-spacing: 1px; }
.feature p { margin: 0; color: #666; font-size: var(--fs-12); }

/* SERVICES (Cards) */
.services-section { display: grid; grid-template-columns: 1fr 1fr; }
.service-card {
    position: relative; height: 50vh; overflow: hidden;
    display: flex; align-items: flex-end; padding: 40px; box-sizing: border-box;
    border: 1px solid #1a1a1a;
}
.service-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; transition: 0.5s; z-index: 0; }
.service-card:hover .service-bg { opacity: 0.8; transform: scale(1.05); }
.service-content { position: relative; z-index: 2; }
.service-content .num { font-size: var(--fs-12); color: #888; display: block; margin-bottom: 10px; }
.service-content h3 { font-size: var(--fs-24); margin: 0 0 10px; }
.service-content p { color: #ccc; font-size: var(--fs-14); margin: 0; max-width: 300px; }

/* TESTIMONIAL */
.testimonial {
    padding: 120px 5%;
    background: #111;
    text-align: center;
    margin-top: var(--section-gap);
}
.quote-container blockquote { font-size: var(--fs-display-quote-alt); font-weight: 300; max-width: 900px; margin: 0 auto 30px; line-height: 1.4; }
.quote-container cite { color: #666; font-style: normal; letter-spacing: 2px; text-transform: uppercase; }

/* PROCESS */
.process-section { padding: 120px 5%; }
.process-header { text-align: center; margin-bottom: 80px; }
.process-header h2 { font-size: var(--fs-48); margin: 0; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.step-image { position: relative; margin-bottom: 20px; }
.step-image img { width: 100%; height: 350px; object-fit: cover; filter: grayscale(100%); transition: 0.5s; }
.step:hover img { filter: grayscale(0%); }
.step-num { position: absolute; bottom: 10px; right: -10px; font-size: var(--fs-60); font-weight: 900; text-shadow: 0 0 20px black; }
.step h4 { margin: 0 0 10px; letter-spacing: 1px; }
.step p { color: #666; font-size: var(--fs-14); }

/* FOOTER */
.site-footer {
    background: #0b0b0b;
    padding: clamp(60px, 8vw, 120px) 5% clamp(40px, 6vw, 80px);
    color: #cdd3dc;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 38px);
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer-wordmark {
    font-family: var(--font-main);
    font-size: var(--fs-display-footer);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c7ced8;
}
.footer-logo {
    max-width: 180px;
    height: auto;
    display: block;
}
.footer-tagline {
    margin: 12px 0 0;
    font-size: var(--fs-14);
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
}
.footer-locations {
    margin: 0;
    font-size: var(--fs-14);
    font-weight: 500;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    position: relative;
    z-index: 10;
    padding: 60px 0;
}
.footer-location-section {
    position: relative;
    min-height: 0 !important; /* Forces the gap to collapse */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
    padding: 20px 0; /* Provides just enough space for the text */
}
.footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    color: #d7dde6;
    background: transparent;
    font-size: var(--fs-12);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.footer-cta:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
    transform: translateY(-2px);
}
.footer-divider {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 50px);
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-title {
    margin: 0 0 10px;
    font-size: var(--fs-12);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
}
.footer-link {
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--fs-14);
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: color 0.25s ease;
}
.footer-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #39FF14;
    transition: width 0.3s ease-in-out;
}
.footer-link:hover {
    color: rgba(255, 255, 255, 0.95);
}
.footer-link:hover::after {
    width: 100%;
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 4px;
}
.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
}
.footer-social-link:hover {
    color: #39FF14;
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px rgba(57, 255, 20, 0.8));
}
.footer-social-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255, 255, 255, 0.55);
    font-size: var(--fs-12);
    letter-spacing: 0.08em;
    flex-wrap: wrap;
}
.footer-copy { margin: 0; }
.footer-legal {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.footer-separator { color: rgba(255, 255, 255, 0.45); }

/* MOBILE */
.mobile-toggle { display: none; }
@media (max-width: 900px) {
    .info-grid, .grid-features, .services-section, .process-steps { grid-template-columns: 1fr; }
    .hero-title { line-height: 1; }
    .hero-buttons { flex-direction: column; }
    .hero-buttons a { width: clamp(180px, 60vw, 260px); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-top { flex-direction: column; align-items: flex-start; gap: 14px; }
    .footer-cta { align-self: flex-start; }

    .mobile-toggle { display: block; background: none; border: none; z-index: 102; cursor: pointer; }
    .mobile-toggle span { display: block; width: 30px; height: 2px; background: white; margin: 6px 0; }
    .nav-links {
        position: fixed; top: 0; right: -100%; width: 80%; height: 100vh; background: #000;
        flex-direction: column; justify-content: center; transition: 0.4s; z-index: 101;
    }
    .nav-links.active { right: 0; }
}
@media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-top { align-items: flex-start; }
    .footer-cta { width: 100%; max-width: 320px; text-align: center; }
    .footer-social { justify-content: center; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* === ULTRA LAYER ADDITIONS === */
.text-tech {
    font-family: var(--font-main);
    font-size: var(--fs-12);
    letter-spacing: 0.1em;
    color: var(--lime);
    text-transform: uppercase;
}

.kr8-opt1-subhead,
.kr8-panel-sub,
.kr8-scroll-label,
.sticky-label {
    font-family: var(--font-main);
    letter-spacing: 0.12em;
}

.btn-magnetic:hover {
    box-shadow: 0 0 20px var(--lime-glow);
    border-color: var(--lime);
}

.eng-card-unified {
    box-shadow: var(--shadow-pop);
}

.eng-card-unified:hover {
    box-shadow: var(--shadow-glow);
}

:where(.kr8-img-card, .kr8-panel-card, .eh-card) {
    position: relative;
    transition: transform 0.3s ease;
}

:where(.kr8-img-card, .kr8-panel-card, .eh-card) > * {
    position: relative;
    z-index: 1;
}

:where(.kr8-img-card, .kr8-panel-card, .eh-card):hover {
    transform: none;
}

/* === TYPE SCALE UTILITIES === */
.fs-12 { font-size: var(--fs-12); }
.fs-14 { font-size: var(--fs-14); }
.fs-16 { font-size: var(--fs-16); }
.fs-18 { font-size: var(--fs-18); }
.fs-20 { font-size: var(--fs-20); }
.fs-24 { font-size: var(--fs-24); }
.fs-28 { font-size: var(--fs-28); }
.fs-32 { font-size: var(--fs-32); }
.fs-36 { font-size: var(--fs-36); }
.fs-48 { font-size: var(--fs-48); }
.fs-60 { font-size: var(--fs-60); }
.fs-display-cta { font-size: var(--fs-display-cta); }
.fs-display-eco { font-size: var(--fs-display-eco); }

/* === TYPE WEIGHT UTILITIES === */
.fw-300 { font-weight: var(--fw-light) !important; }
.fw-400 { font-weight: var(--fw-regular) !important; }
.fw-500 { font-weight: var(--fw-medium) !important; }
.fw-600 { font-weight: var(--fw-semi) !important; }
.fw-700 { font-weight: var(--fw-bold) !important; }
.fw-800 { font-weight: var(--fw-heavy) !important; }
.fw-300 li,
.fw-300 p { font-weight: var(--fw-light) !important; }

/* === GLOBAL SMART WIZARD MODAL === */
.booking-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.booking-modal.active {
    opacity: 1;
    pointer-events: all;
}
.modal-container {
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8), 0 0 40px rgba(57, 255, 20, 0.1);
    border-radius: 24px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}
.booking-modal.active .modal-container {
    transform: scale(1);
}
.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}
.modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #39FF14;
    color: #39FF14;
    transform: rotate(90deg);
}
.modal-header {
    text-align: center;
    padding: 40px 40px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 0 0 10px 0;
    color: #ffffff;
}
.modal-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    margin: 0;
}
.modal-body {
    padding: 40px;
}
.wizard-steps {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.step-indicator {
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    transition: background 0.3s ease;
}
.step-indicator.active {
    background: #39FF14;
}
.wizard-step {
    display: none;
    animation: fadeIn 0.4s ease;
}
.wizard-step.active {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}
/* Step 1: Qualify */
.option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.option-card {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.option-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-4px);
}
.option-card.selected {
    background: rgba(57, 255, 20, 0.05);
    border-color: #39FF14;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.2);
}
.option-icon {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.3s ease;
}
.option-card.selected .option-icon {
    color: #39FF14;
}
.option-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    color: #ffffff;
}
.question-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
    display: block;
}
/* Form Inputs */
.evolve-input-group {
    position: relative;
    margin-bottom: 24px;
}
.evolve-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px 16px 16px 48px;
    color: white;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Neue Montreal', sans-serif;
}
.evolve-input:focus {
    border-color: #39FF14;
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.1);
    background: rgba(255, 255, 255, 0.08);
}
.evolve-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}
.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
    transition: color 0.3s ease;
    pointer-events: none;
}
.evolve-input:focus + .input-icon {
    color: #39FF14;
}
.input-label-top {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    pointer-events: none;
}
textarea.evolve-input {
    min-height: 120px;
    resize: vertical;
    padding-top: 16px;
}
textarea.evolve-input + .input-icon {
    top: 24px;
    transform: none;
}
/* File Upload */
.upload-zone {
    border: 2px dashed rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.01);
    position: relative;
}
.upload-zone:hover,
.upload-zone.dragover {
    border-color: #39FF14;
    background: rgba(57, 255, 20, 0.05);
}
.upload-icon {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 12px;
}
.upload-text {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin-bottom: 4px;
}
.upload-subtext {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}
.preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 10px;
    margin-top: 15px;
}
.preview-thumb {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
/* Navigation Buttons */
.wizard-nav {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.wizard-btn {
    flex: 1;
    padding: 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.wizard-btn-back {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
.wizard-btn-back:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
}
.wizard-btn-next,
.wizard-btn-submit {
    background: #39FF14;
    color: #000000;
    border-color: #39FF14;
}
.wizard-btn-next:hover,
.wizard-btn-submit:hover {
    background: #00ff41;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.4);
    transform: translateY(-2px);
}
.wizard-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none !important;
}
/* Google Maps Autocomplete */
.pac-container {
    background-color: #1a1a1a;
    border: 1px solid #39FF14;
    font-family: 'Neue Montreal', sans-serif;
    border-radius: 0 0 12px 12px;
    margin-top: 5px;
    z-index: 10000;
}
.pac-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ccc;
    padding: 10px;
    cursor: pointer;
}
.pac-item:hover {
    background-color: #333;
}
.pac-item-query {
    color: white;
    font-weight: bold;
}
/* Mobile Responsive */
@media (max-width: 768px) {
    .option-grid {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }
    .option-card {
        padding: 16px;
    }
    .option-title {
        font-size: 14px;
    }
    .modal-body {
        padding: 30px 20px;
    }
    .modal-header {
        padding: 30px 20px 20px;
    }
    .wizard-nav {
        flex-direction: column;
    }
    .modal-container {
        max-height: 95vh;
    }
}

/* For button elements with kr8-btn primary class */
button.kr8-btn.primary {
    /* Let the .kr8-btn.primary class handle all styling */
}

/* Ensure wizard buttons are NOT affected by generic button resets */
button.wizard-btn,
button.wizard-btn-back,
button.wizard-btn-next,
button.wizard-btn-submit {
    /* These inherit from .wizard-btn class only */
}

button.footer-link {
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--fs-14);
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: color 0.25s ease;
    font-family: var(--font-main);
    text-align: left;
    padding: 0;
}

button.footer-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #39FF14;
    transition: width 0.3s ease-in-out;
}

button.footer-link:hover {
    color: rgba(255, 255, 255, 0.95);
}

button.footer-link:hover::after {
    width: 100%;
}

/* === HEADER FADE BOTTOM UTILITY === */
.header-fade-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px; /* Adjust height for smoothness */
    background: linear-gradient(to bottom, transparent 0%, #050505 100%);
    z-index: 10; /* Above video/canvas, below text */
    pointer-events: none;
}

/* === HEADER FADE TOP UTILITY === */
.header-fade-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px; /* Provides a smooth vignette at the top */
    background: linear-gradient(to bottom, #050505 0%, transparent 100%);
    z-index: 10; /* Sits above the video */
    pointer-events: none; /* Allows clicking through to the nav */
}

/* === BACKGROUND VIDEO - INDUSTRIAL GRAYSCALE === */
.bg-video-monochrome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: grayscale(100%) contrast(1.1) brightness(0.6);
    opacity: 0.5;
    pointer-events: none;
}

/* Fade Edges Soft - Radial Mask for Seamless Background Blending */
.fade-edges-soft {
    -webkit-mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
    mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
}

/* Fade Edges Strong - Rectangular Edge Fade Effect */
.fade-edges-strong {
    /* Ensure the video has no hard border */
    border: none !important;
    box-shadow: none !important;
    
    /* Rectangular fade on all 4 edges */
    /* Creates a rectangular mask that fades from the edges inward */
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 10vh,
        black calc(100% - 10vh),
        transparent 100%
    ),
    linear-gradient(
        to right,
        transparent 0%,
        black 10vw,
        black calc(100% - 10vw),
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 10vh,
        black calc(100% - 10vh),
        transparent 100%
    ),
    linear-gradient(
        to right,
        transparent 0%,
        black 10vw,
        black calc(100% - 10vw),
        transparent 100%
    );
    -webkit-mask-size: 100% 100%, 100% 100%;
    mask-size: 100% 100%, 100% 100%;
    -webkit-mask-position: center, center;
    mask-position: center, center;
    -webkit-mask-repeat: no-repeat, no-repeat;
    mask-repeat: no-repeat, no-repeat;
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    
    /* Helper to prevent video distortion */
    object-fit: cover;
}

/* ============================================================================
   COMPREHENSIVE MOBILE OPTIMIZATIONS
   All changes below are mobile-specific and preserve desktop experience
   ============================================================================ */

/* === MOBILE: Touch Targets & Accessibility === */
@media (max-width: 768px) {
    /* Ensure all interactive elements meet 44x44px minimum */
    .btn-primary,
    .btn-secondary,
    .kr8-btn,
    .nav-item,
    .mobile-toggle,
    .modal-close,
    .sticky-btn,
    a[href^="tel"],
    a[href^="mailto"],
    button {
        min-height: 44px;
        min-width: 44px;
        touch-action: manipulation;
    }
    
    /* Improved tap targets for links */
    a:not(.btn-primary):not(.btn-secondary):not(.kr8-btn) {
        padding: 8px 4px;
    }
    
    /* Modal close button - easier to tap */
    .modal-close {
        width: 48px;
        height: 48px;
        top: 16px;
        right: 16px;
    }
    
    /* Header CTA button */
    .header-cta {
        min-width: 120px;
        padding: 12px 20px;
        font-size: 12px;
    }
    
    /* Navigation improvements */
    .site-header {
        padding: 12px 20px;
    }
    
    .mobile-toggle {
        order: -1;
        position: relative;
        z-index: 1002;
        padding: 8px;
    }
    
    .logo-link {
        order: 0;
        margin: 0;
        padding: 8px 0;
    }
    
    .logo-link img {
        height: 20px;
    }
}

/* === MOBILE: Typography & Readability === */
@media (max-width: 768px) {
    /* Reduce excessive letter-spacing on small screens */
    .kr8-opt1-subhead,
    .kr8-panel-sub,
    .sticky-label,
    .text-tech {
        letter-spacing: 0.06em;
    }
    
    /* Better mobile heading hierarchy */
    .kr8-main-headline,
    .bento-header h2,
    .kr8-opt1-headline {
        font-size: clamp(28px, 7vw, 42px) !important;
        line-height: 1.2 !important;
        margin-bottom: 20px;
    }
    
    .kr8-slogan-sub,
    .kr8-cta-title {
        font-size: clamp(20px, 5vw, 32px) !important;
        line-height: 1.3 !important;
    }
    
    /* Body text optimization */
    .hero-intro-unified,
    .kr8-opt1-body p,
    .timber-lead,
    .hud-blurb {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }
    
    /* Footer text */
    .footer-link,
    .footer-tagline {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* === MOBILE: Layout & Spacing === */
@media (max-width: 768px) {
    /* Reduce section padding to maximize content space */
    section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    
    .kr8-unified-block,
    .kr8-unified-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    /* Card padding reduction */
    .kr8-img-card,
    .stat-card,
    .eng-card-unified,
    .kr8-panel-card {
        padding: 24px !important;
    }
    
    /* Hero section spacing */
    .home-hero-content,
    .comm-hero-content,
    .res-hero-text,
    .ind-hero-content {
        padding: 60px 20px 40px !important;
    }
    
    /* CTA section spacing */
    .kr8-cta-bar {
        padding: 30px 20px !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .kr8-cta-col-btn {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .kr8-cta-col-btn .btn-primary,
    .kr8-cta-col-btn .btn-secondary {
        width: 100% !important;
        min-width: 100% !important;
    }
}

/* === MOBILE: Grid Layouts === */
@media (max-width: 768px) {
    /* Make all two-column grids single column */
    .bento-grid,
    .comparison-grid,
    .kr8-opt1-grid,
    .log-grid,
    .stat-grid,
    .hud-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    /* Timber section grid */
    .timber-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    /* Before/After container */
    .kr8-ba-container {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .kr8-col-left,
    .kr8-col-right {
        width: 100% !important;
    }
    
    /* Bento cards - reduce height on mobile */
    .bento-card {
        min-height: 280px !important;
        height: 280px !important;
    }
}

/* === MOBILE: Interactive Elements === */
@media (max-width: 768px) {
    /* Before/After slider handle - larger for touch */
    .kr8-split-handle {
        width: 60px;
        height: 60px;
    }
    
    .kr8-handle-circle {
        width: 60px !important;
        height: 60px !important;
    }
    
    .kr8-handle-line {
        width: 4px;
    }
    
    /* Labels positioning */
    .kr8-label {
        font-size: 11px;
        padding: 6px 10px;
    }
    
    /* Disable hover effects on touch devices */
    @media (hover: none) and (pointer: coarse) {
        .kr8-img-card:hover,
        .eng-card-unified:hover,
        .eh-card:hover,
        .bento-card:hover {
            transform: none;
        }
        
        /* But keep selected states visible */
        .option-card.selected {
            transform: none !important;
            border-color: #39FF14 !important;
        }
    }
}

/* === MOBILE: Sticky Elements === */
@media (max-width: 768px) {
    /* Sticky CTA bar - adjust for mobile browser UI */
    .sticky-cta-bar {
        bottom: 12px;
        left: 12px;
        right: 12px;
        width: auto;
    }
    
    .sticky-inner {
        padding: 12px 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .sticky-label {
        font-size: 11px;
        text-align: center;
    }
    
    .sticky-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .sticky-btn {
        width: 100%;
        padding: 12px;
        text-align: center;
    }
}

/* === MOBILE: Hero Viewport Fix === */
@media (max-width: 768px) {
    /* Use dvh for mobile browsers to account for UI bars */
    .home-hero-image,
    .comm-hero-image,
    .res-hero-img,
    .ind-hero-img {
        height: 100dvh;
        min-height: 100dvh;
    }
    
    /* Position hero image below header - flush with bottom of header plus 10px */
    /* Reduce height by 300px on mobile for index page */
    .home-hero-image {
        margin-top: 70px !important;
        height: calc(100dvh - 300px) !important;
        min-height: calc(100dvh - 300px) !important;
    }
    
}

/* === MOBILE: Social Icons === */
@media (max-width: 768px) {
    .kr8-icon-link {
        min-width: 48px;
        min-height: 48px;
        padding: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .kr8-icon {
        width: 24px;
        height: 24px;
    }
    
    .footer-social-link {
        min-width: 44px;
        min-height: 44px;
        padding: 10px;
    }
}

/* === MOBILE: Images & Media === */
@media (max-width: 768px) {
    /* Reduce video dimensions for performance */
    .timber-img-box,
    .log-visual {
        height: 250px !important;
        min-height: 250px !important;
    }
    
    /* Optimize background images */
    .kr8-vis {
        min-height: 180px;
    }
    
    /* Safety image container */
    .safety-img-container {
        height: 180px;
        margin: -24px -24px 0;
    }
}

/* === MOBILE: Button Improvements === */
@media (max-width: 768px) {
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        width: 100% !important;
        min-width: 100% !important;
        padding: 16px 30px !important;
        font-size: 14px !important;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 14px 28px;
        font-size: 13px;
    }
    
    .footer-cta,
    .header-cta {
        padding: 14px 24px;
        font-size: 12px;
    }
}

/* === MOBILE: Phone & Email Links === */
@media (max-width: 768px) {
    /* Make sure all phone numbers are tappable */
    a[href^="tel"],
    a[href^="mailto"] {
        color: var(--lime);
        text-decoration: none;
        padding: 8px 4px;
        display: inline-block;
        border-bottom: 1px solid transparent;
        transition: border-color 0.2s ease;
    }
    
    a[href^="tel"]:active,
    a[href^="mailto"]:active {
        border-bottom-color: var(--lime);
    }
}

/* === MOBILE LANDSCAPE (Tablets in landscape) === */
@media (max-width: 1024px) and (orientation: landscape) {
    .home-hero-image,
    .comm-hero-image,
    .res-hero-img,
    .ind-hero-img {
        height: 100vh;
        min-height: 100vh;
    }
    
    .home-hero-content,
    .comm-hero-content,
    .res-hero-text,
    .ind-hero-content {
        padding: 40px 30px 30px !important;
    }
}

/* === VERY SMALL PHONES (< 375px) === */
@media (max-width: 374px) {
    .site-header {
        padding: 10px 15px;
    }
    
    .kr8-unified-block,
    .kr8-unified-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        padding: 14px 24px !important;
        font-size: 12px !important;
    }
    
    .bento-card {
        min-height: 240px !important;
        height: 240px !important;
    }
    
    .kr8-img-card,
    .stat-card,
    .eng-card-unified {
        padding: 20px !important;
    }
}

/* === TABLET PORTRAIT (600px - 900px) === */
@media (min-width: 600px) and (max-width: 900px) {
    /* Optimize for tablet portrait */
    .bento-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    
    .kr8-opt1-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }
    
    .hero-buttons {
        flex-direction: row !important;
    }
    
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        width: auto !important;
        min-width: 200px !important;
    }
}

/* === SAFE AREA INSETS (iPhone notch/bottom bar) === */
@supports (padding-top: env(safe-area-inset-top)) {
    .site-header {
        padding-top: max(4px, env(safe-area-inset-top));
    }
    
    .sticky-cta-bar {
        bottom: max(12px, env(safe-area-inset-bottom));
    }
    
    .mobile-hero-content {
        padding-bottom: max(60px, calc(60px + env(safe-area-inset-bottom)));
    }
}

/* === PERFORMANCE: Reduce Animations on Mobile === */
@media (max-width: 768px) {
    /* Simplify CPU-intensive animations */
    .kr8-star-runner,
    .kr8-spray,
    .kr8-opt1-spray,
    .kr8-combo-spray {
        display: none;
    }
    
    /* Disable parallax on mobile for performance */
    .parallax-img {
        transform: none !important;
    }
    
    /* Simplify gradient animations */
    @media (prefers-reduced-motion: reduce) {
        * {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
        }
    }
}

/* === ACCESSIBILITY: Focus States === */
@media (max-width: 768px) {
    *:focus-visible {
        outline: 2px solid var(--lime);
        outline-offset: 2px;
    }
    
    button:focus-visible,
    a:focus-visible,
    input:focus-visible,
    textarea:focus-visible {
        outline: 2px solid var(--lime);
        outline-offset: 2px;
    }
}

/* ============================================================================
   SURGICAL MOBILE PRECISION - INDEX PAGE SPECIFIC
   Premium, cinematic mobile experience matching desktop quality
   ============================================================================ */

/* === 1. HEADER & NAVIGATION: Precision Alignment === */
@media (max-width: 768px) {
    /* Safe Area Protection - Prevents logo/menu from hitting phone notch */
    .site-header {
        padding: max(16px, env(safe-area-inset-top)) 24px 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    
    /* Vertical Centering - Logo and CTA perfectly aligned */
    .logo-link,
    .header-cta {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Navigation Links - Minimum 44px tap target for thumb navigation */
    .nav-item {
        line-height: 2.2 !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
    }
}

/* === 2. HERO & TYPOGRAPHY: Legibility Stress-Test === */
@media (max-width: 768px) {
    /* Title Logic - Center alignment, prevent widows (single words on a line) */
    .hero-title-unified {
        text-align: center !important;
        line-height: 1.05 !important;
        letter-spacing: -0.02em !important;
        padding: 0 20px !important;
        text-wrap: balance !important;
    }
    
    /* Button Symmetry - Perfectly centered, uniform stack */
    .hero-buttons {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
    }
    
    /* Force all hero buttons to uniform width */
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary,
    .hero-buttons .kr8-btn,
    .hero-buttons button,
    .hero-buttons a {
        width: 100% !important;
        max-width: 320px !important;
        min-height: 44px !important;
        padding: 16px 30px !important;
        font-size: 14px !important;
        text-align: center !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Subtext - Prevent edge touching */
    .hero-intro-unified,
    .kr8-main-subtext {
        font-size: 15px !important;
        line-height: 1.6 !important;
        padding: 0 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* === 3. CARD GRIDS & INTERACTIVE SECTIONS: Static Clarity === */
@media (max-width: 768px) {
    /* Card Geometry - Rigid height prevents inconsistency across devices */
    .kr8-img-card {
        height: 360px !important;
        min-height: 360px !important;
        max-height: 360px !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    /* Visual container - takes up space, leaves room for text */
    .kr8-vis {
        height: 240px !important;
        min-height: 240px !important;
        width: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        flex-shrink: 0 !important;
    }
    
    /* Metadata/Text section - perfect inner bubble that never clips */
    .kr8-meta {
        padding: 20px 24px !important;
        box-sizing: border-box !important;
        flex-grow: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    /* Permanent visibility - Force hover content to always show on mobile */
    .kr8-img-card .kr8-meta,
    .kr8-panel-card .kr8-meta,
    .eng-card-unified .eh-text {
        transform: translateY(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    /* Kill all hover transforms on mobile */
    .kr8-img-card:hover,
    .kr8-panel-card:hover,
    .eng-card-unified:hover {
        transform: none !important;
    }
    
    /* Ensure text doesn't overflow the card corners */
    .kr8-meta h4,
    .kr8-meta p,
    .eh-text h3,
    .eh-text p {
        padding: 0 4px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
}

/* === 4. LAYOUT & SPACING: Global Polish === */
@media (max-width: 768px) {
    /* Section Compression - Reduce vertical padding */
    .kr8-unified-block,
    .kr8-opt1-wrapper,
    .kr8-combo-wrapper,
    section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    /* Zig-Zag / Alternating Rows - Force column layout, image above text */
    .kr8-col-left,
    .kr8-col-right {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    
    /* Ensure images always appear first on mobile */
    .kr8-col-left .timber-img-box,
    .kr8-col-left .log-visual,
    .kr8-col-right .timber-img-box,
    .kr8-col-right .log-visual {
        order: -1 !important;
    }
    
    /* Footer Gap Eradication */
    .footer-location-section {
        min-height: 0 !important;
        padding: 20px 0 !important;
    }
    
    /* Remove background videos in footer on mobile */
    .footer-location-section video,
    .footer-location-section .unicorn-hero {
        display: none !important;
    }
}

/* === 5. TECHNICAL PERFORMANCE: Animation Throttling === */
@media (max-width: 768px) {
    /* Disable high-CPU animations for smooth scroll */
    .kr8-star-runner,
    .kr8-spray,
    .kr8-opt1-spray,
    .kr8-combo-spray {
        display: none !important;
        pointer-events: none !important;
    }
    
    /* Disable parallax on mobile */
    .parallax-img {
        transform: none !important;
    }
    
    /* Simplify card hover effects */
    .kr8-img-card:hover .kr8-vis,
    .kr8-panel-card:hover .kr8-panel-bg {
        transform: none !important;
        filter: none !important;
    }
    
    /* Stop background video autoplay on mobile */
    .unicorn-hero {
        pointer-events: auto !important;
    }
}

/* === MOBILE HERO CONTENT SECTION === */
@media (max-width: 768px) {
    /* Mobile-only content wrapper */
    .mobile-hero-content {
        display: block !important;
        padding: 40px 24px !important;
        background: var(--bg-dark) !important;
    }
    
    .mobile-hero-content .hero-intro-unified {
        max-width: 100% !important;
        margin-bottom: 24px !important;
    }
    
    .mobile-hero-content .hero-buttons {
        margin-top: 0 !important;
    }
}

/* === GRID OPTIMIZATIONS === */
@media (max-width: 768px) {
    /* Service/Process grid - Single column on mobile */
    .kr8-opt1-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        width: 100% !important;
    }
    
    /* Stats grid - Single column */
    .stat-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    
    /* Footer grid - Single column */
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}

/* === CTA BAR IMPROVEMENTS === */
@media (max-width: 768px) {
    /* Main CTA section - Stack on mobile */
    .kr8-cta-col-text,
    .kr8-cta-col-btn {
        width: 100% !important;
        text-align: center !important;
    }
    
    .kr8-cta-col-btn {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .kr8-cta-col-btn .btn-primary,
    .kr8-cta-col-btn .btn-secondary {
        width: 100% !important;
        max-width: 320px !important;
        min-width: auto !important;
    }
}

/* === SLOGAN & QUOTE SECTIONS === */
@media (max-width: 768px) {
    /* Slogan text - Better readability */
    .kr8-slogan-sub {
        font-size: clamp(20px, 5vw, 28px) !important;
        line-height: 1.3 !important;
        text-align: center !important;
        padding: 0 16px !important;
    }
    
    /* Quote text - Proper sizing */
    .kr8-quote-text {
        font-size: clamp(18px, 4vw, 24px) !important;
        line-height: 1.4 !important;
        text-align: center !important;
        padding: 0 20px !important;
    }
}

/* === FINE-TUNING: Prevent Content Shift === */
@media (max-width: 768px) {
    /* Prevent horizontal scroll */
    body {
        overflow-x: hidden !important;
    }
    
    /* Ensure all containers respect viewport */
    .kr8-unified-block,
    .kr8-unified-inner,
    .kr8-opt1-wrapper,
    .kr8-combo-wrapper,
    section {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    
    /* Container padding consistency */
    .kr8-unified-inner,
    .kr8-opt1-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

/* === TABLET PORTRAIT REFINEMENTS === */
@media (min-width: 600px) and (max-width: 900px) {
    /* On tablets, use 2-column grid for cards */
    .kr8-opt1-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    /* Buttons can be side-by-side on tablets */
    .hero-buttons {
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        width: auto !important;
        min-width: 200px !important;
        flex: 0 1 auto !important;
    }
}

/* === VERY SMALL PHONES ADJUSTMENTS === */
@media (max-width: 374px) {
    /* Reduce card height on very small screens */
    .kr8-img-card {
        height: 320px !important;
        min-height: 320px !important;
    }
    
    .kr8-vis {
        height: 200px !important;
        min-height: 200px !important;
    }
    
    /* Tighter padding */
    .kr8-meta {
        padding: 16px 20px !important;
    }
    
    /* Smaller button text */
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        font-size: 12px !important;
        padding: 14px 24px !important;
    }
}

/* ============================================================================
   98% NORMALIZATION - MOBILE INDEX PAGE ONLY
   Columns, Rows, Images, Text Boxes, Buttons ALL 98%
   ============================================================================ */

/* === MOBILE INDEX: All Columns 98% === */
@media (max-width: 768px) {
    /* Column containers */
    .kr8-col-left,
    .kr8-col-right,
    .kr8-opt1-intel,
    .kr8-cta-col-text,
    .kr8-cta-col-btn {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

/* === MOBILE INDEX: All Rows 98% === */
@media (max-width: 768px) {
    /* Row containers */
    .slogan-row,
    .kr8-slogan-stack,
    .zig-row,
    .kr8-icon-row,
    .kr8-hero-socials,
    .kr8-social-bar {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Section rows */
    .kr8-unified-inner,
    .kr8-opt1-container,
    .kr8-single-content,
    .kr8-cta-bar,
    .kr8-cta-section {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Wrapper rows */
    .kr8-opt1-wrapper,
    .kr8-combo-wrapper,
    .mobile-hero-content {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Grid rows */
    .kr8-opt1-grid {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

/* === MOBILE INDEX: All Images 98% === */
@media (max-width: 768px) {
    /* Image containers */
    .kr8-vis,
    .timber-img-box,
    .log-visual,
    .safety-img-container {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Card images */
    .kr8-img-card .kr8-vis {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
}

/* === MOBILE INDEX: All Text Boxes 98% === */
@media (max-width: 768px) {
    /* Hero text blocks */
    .hero-intro-unified,
    .kr8-main-subtext {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Section text blocks */
    .kr8-opt1-body,
    .kr8-opt1-body p,
    .bento-body,
    .elements-accordion-text {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Headlines */
    .kr8-opt1-headline,
    .kr8-opt1-subhead,
    .kr8-cta-title,
    .kr8-slogan-sub,
    .hero-title-unified {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Quote and testimonial text */
    .kr8-quote-text,
    .kr8-review-author,
    .kr8-trusted-label {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Card metadata text */
    .kr8-meta,
    .kr8-meta h4,
    .kr8-meta p {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Kicker text */
    .hero-kicker-block,
    .hero-kicker {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

/* === MOBILE INDEX: All Buttons 98% === */
@media (max-width: 768px) {
    /* Button containers */
    .hero-buttons,
    .kr8-top-actions,
    .sticky-inner {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* All button types */
    .btn-primary,
    .btn-secondary,
    .kr8-btn,
    .neighborhood-cta-btn,
    button {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Buttons within hero */
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary,
    .hero-buttons .kr8-btn,
    .hero-buttons button,
    .hero-buttons a {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* Buttons within CTA sections */
    .kr8-cta-col-btn .btn-primary,
    .kr8-cta-col-btn .btn-secondary,
    .kr8-top-actions .btn-primary,
    .kr8-top-actions .btn-secondary {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* Header button */
    .header-cta {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* === MOBILE INDEX: All Cards 98% === */
@media (max-width: 768px) {
    /* Process/Image cards */
    .kr8-img-card,
    .kr8-panel-card,
    .eng-card-unified {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Stat and comparison cards */
    .stat-card,
    .comp-card {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

/* ============================================================================
   SURGICAL 98% MOBILE NORMALIZATION - BREAKS ALL CEILINGS
   Removes max-width 1200px caps, padding constraints, and legacy desktop limits
   ============================================================================ */

/* === 1. BOX-SIZING FAILSAFE === */
@media (max-width: 768px) {
    /* Ensure padding is INCLUDED in 98% width calculation */
    *,
    *::before,
    *::after {
        box-sizing: border-box !important;
    }
}

/* === 2. CORE CONTAINER NORMALIZATION - The 98% Spine === */
@media (max-width: 768px) {
    /* Break the 1200px ceiling - Force to viewport 98% */
    .kr8-unified-inner,
    .bento-section,
    .zig-zag-section,
    .home-hero-content,
    .elements-glass-container,
    .res-hero,
    .kr8-opt1-container,
    .kr8-single-content,
    .kr8-combo-wrapper,
    .kr8-opt1-wrapper,
    .mobile-hero-content {
        width: 98% !important;
        max-width: 98% !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Hero content specific */
    .home-hero-content {
        width: 98% !important;
        max-width: 98% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* === 3. CARD & PANEL GEOMETRY === */
@media (max-width: 768px) {
    /* Force cards to 98% with auto margins */
    .bento-card,
    .bento-glass-panel,
    .zig-row,
    .comp-card,
    .eng-card-unified,
    .kr8-img-card {
        width: 98% !important;
        max-width: 98% !important;
        margin: 0 auto 20px auto !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    
    /* For absolute-positioned panels - center them */
    .bento-glass-panel {
        left: 1% !important;
        right: 1% !important;
        width: 98% !important;
    }
}

/* === 4. BUTTON & CTA UNIFORMITY === */
@media (max-width: 768px) {
    /* Standardize all buttons to 98% rail */
    .kr8-btn,
    .btn-primary,
    .btn-secondary,
    .header-cta,
    .neighborhood-cta-btn {
        width: 98% !important;
        max-width: 98% !important;
        min-width: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    /* Button containers */
    .hero-buttons,
    .kr8-top-actions,
    .kr8-cta-col-btn {
        width: 98% !important;
        max-width: 98% !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* === 5. TYPOGRAPHY CENTER-SPINE === */
@media (max-width: 768px) {
    /* Force center alignment and full width */
    .hero-title-unified,
    .hero-intro-unified,
    .bento-headline,
    .kr8-main-subtext {
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    
    /* All headlines */
    .kr8-opt1-headline,
    .kr8-opt1-subhead,
    .kr8-cta-title,
    .kr8-slogan-sub {
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* === 6. GRID NORMALIZATION === */
@media (max-width: 768px) {
    /* Force grid to 98% */
    .kr8-opt1-grid {
        width: 98% !important;
        max-width: 98% !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    /* Grid items take full width of 98% container */
    .kr8-opt1-grid > * {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* === 7. SECTION WRAPPERS === */
@media (max-width: 768px) {
    /* All section blocks */
    .kr8-unified-block,
    section {
        width: 100% !important;
        max-width: 100vw !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }
    
    /* CTA bars */
    .kr8-cta-bar,
    .kr8-cta-section {
        width: 98% !important;
        max-width: 98% !important;
        margin: 0 auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* === 8. SLOGAN & SOCIAL SECTIONS === */
@media (max-width: 768px) {
    /* Slogan rows */
    .slogan-row,
    .kr8-slogan-stack {
        width: 98% !important;
        max-width: 98% !important;
        margin: 0 auto !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    
    /* Social bars */
    .kr8-hero-socials,
    .kr8-social-bar {
        width: 98% !important;
        max-width: 98% !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Icon rows centered */
    .kr8-icon-row {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

/* === 9. BODY & VIEWPORT CONSTRAINTS === */
@media (max-width: 768px) {
    /* Prevent body from creating constraints */
    body {
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
    }
    
    /* Main content */
    #main-content {
        width: 100% !important;
        max-width: 100vw !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* === 10. IMAGES & VISUAL ELEMENTS === */
@media (max-width: 768px) {
    /* Image containers */
    .kr8-vis {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    
    /* Visual boxes */
    .timber-img-box,
    .log-visual {
        width: 98% !important;
        max-width: 98% !important;
        margin: 0 auto !important;
    }
}

/* ============================================================================
   DEEP-TISSUE 98.5% MOBILE NORMALIZATION - INDEX PAGE
   Perfect vertical spine alignment with microscopic breathing room
   ============================================================================ */

/* === 1. STRUCTURAL SPINE & VERTICAL SPACING === */
@media (max-width: 768px) {
    /* Container Reset - 98.5% breathing room */
    .kr8-unified-inner,
    .home-hero-content,
    .bento-section,
    .kr8-opt1-container,
    .kr8-single-content,
    .kr8-combo-wrapper,
    .kr8-opt1-wrapper,
    .mobile-hero-content {
        width: 98.5% !important;
        max-width: 98.5% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }
    
    /* Industrial Header Spacing Fix */
    .kr8-top-actions,
    .kr8-opt1-actions {
        margin-top: 24px !important;
        gap: 16px !important;
        display: flex !important;
        flex-direction: column !important;
        width: 98.5% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* Button/Header Gap - Eliminate cramped look */
    .kr8-opt1-headline {
        margin-bottom: 20px !important;
    }
    
    .kr8-opt1-subhead {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

/* === 2. COMPONENT NORMALIZATION - Cards & Images === */
@media (max-width: 768px) {
    /* Precision Without Mess Section - 98.5% exact */
    .kr8-opt1-wrapper,
    .kr8-opt1-container {
        width: 98.5% !important;
        max-width: 98.5% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Before & After / Marquee Cards */
    .kr8-img-card,
    .kr8-panel-card,
    .eng-card-unified,
    .stat-card,
    .comp-card {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto 16px auto !important;
        box-sizing: border-box !important;
    }
    
    /* Image Normalization within cards */
    .kr8-img-card img,
    .kr8-panel-card img,
    .kr8-vis img,
    .timber-img-box img,
    .log-visual img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
    
    /* Visual containers */
    .kr8-vis {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* === 3. BUTTON & LINK NORMALIZATION - Sales Path === */
@media (max-width: 768px) {
    /* Category Buttons Container - Residential/Commercial/Industrial */
    .category-buttons,
    .service-buttons,
    .kr8-top-actions {
        display: flex !important;
        width: 98.5% !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    
    /* CTA Symmetry - Every button standardized to 85% max-width */
    .kr8-btn,
    .btn-primary,
    .btn-secondary,
    .header-cta,
    .neighborhood-cta-btn,
    .sticky-btn,
    button[onclick*="openBookingModal"],
    a[href*="tel:"] {
        width: 100% !important;
        max-width: 85% !important;
        min-width: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    
    /* Button containers */
    .hero-buttons,
    .kr8-cta-col-btn {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    /* Individual buttons within containers - 85% max-width */
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary,
    .hero-buttons .kr8-btn,
    .kr8-top-actions .btn-primary,
    .kr8-top-actions .btn-secondary {
        width: 100% !important;
        max-width: 85% !important;
    }
}

/* === 4. TEXT & HEADLINE CENTER-SPINE === */
@media (max-width: 768px) {
    /* Width Normalization - All headlines */
    .hero-title-unified,
    .hero-intro-unified,
    .kr8-opt1-headline,
    .kr8-opt1-subhead,
    .kr8-cta-title,
    .kr8-slogan-sub,
    .kr8-main-subtext,
    .bento-headline {
        width: 98.5% !important;
        margin: 0 auto !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
    
    /* Padding Purge - Remove all side padding */
    .kr8-unified-inner p,
    .kr8-unified-inner h1,
    .kr8-unified-inner h2,
    .kr8-unified-inner h3,
    .kr8-unified-inner div,
    .kr8-opt1-container p,
    .kr8-opt1-container h1,
    .kr8-opt1-container h2,
    .kr8-opt1-container h3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* Body text blocks */
    .kr8-opt1-body,
    .kr8-opt1-body p,
    .hero-intro-unified {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Quote text */
    .kr8-quote-text,
    .kr8-review-author {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
}

/* === 5. GRID CONTAINERS === */
@media (max-width: 768px) {
    /* Grid wrapper - 98.5% spine */
    .kr8-opt1-grid {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    
    /* Grid items take full width of parent */
    .kr8-opt1-grid > .kr8-img-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}

/* === 6. CTA & SECTION BARS === */
@media (max-width: 768px) {
    /* CTA bars - 98.5% alignment with 25px top padding inside */
    .kr8-cta-bar,
    .kr8-cta-section,
    .kr8-cta-col-text {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto !important;
        padding-top: 25px !important; /* 25px padding at top */
        padding-bottom: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* CTA columns */
    .kr8-cta-col-text,
    .kr8-cta-col-btn {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }
    
    /* GET A QUOTE title - reset margin */
    .kr8-cta-title {
        margin-top: 0 !important;
    }
}

/* === 7. SLOGAN & SOCIAL SECTIONS === */
@media (max-width: 768px) {
    /* Slogan rows - 98.5% */
    .slogan-row,
    .kr8-slogan-stack {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    
    /* Social bars - 98.5% */
    .kr8-hero-socials,
    .kr8-social-bar {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto !important;
    }
    
    /* Icon rows - centered */
    .kr8-icon-row {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        gap: 16px !important;
    }
}

/* === 8. CARD METADATA & INTERNAL TEXT === */
@media (max-width: 768px) {
    /* Card metadata - centered within card */
    .kr8-meta {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto !important;
        padding: 16px 0 !important;
        text-align: center !important;
    }
    
    .kr8-meta h4,
    .kr8-meta p {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }
}

/* === 9. VIEWPORT & BODY CONSTRAINTS === */
@media (max-width: 768px) {
    /* Prevent body overflow */
    body {
        overflow-x: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Main content wrapper */
    #main-content {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    
    /* Sections - full width containers */
    section,
    .kr8-unified-block {
        width: 100% !important;
        max-width: 100vw !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* === 10. HERO KICKER & SPECIAL ELEMENTS === */
@media (max-width: 768px) {
    /* Hero kicker block */
    .hero-kicker-block,
    .hero-kicker {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    
    /* Trusted label */
    .kr8-trusted-label {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    
    /* Star ratings */
    .kr8-stars {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
    }
}

/* ============================================================================
   10PX VERTICAL SPACING NORMALIZATION - INDEX MOBILE ONLY
   Consistent 10px height spacing between every container
   ============================================================================ */

@media (max-width: 768px) {
    /* Reset all section spacing to 0px - no color separation */
    section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* All major containers - 10px bottom spacing */
    .kr8-unified-block,
    .kr8-unified-inner,
    .kr8-opt1-wrapper,
    .kr8-combo-wrapper,
    .mobile-hero-content,
    .kr8-cta-section,
    .kr8-hero-socials {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Slogan row - equal top/bottom margin (10px) */
    .slogan-row {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Slogan text - centered on mobile */
    .kr8-slogan-sub {
        text-align: center !important;
    }
    
    /* Card containers - 10px spacing */
    .kr8-opt1-container,
    .kr8-single-content {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Individual cards - 10px spacing */
    .kr8-img-card,
    .kr8-panel-card,
    .eng-card-unified,
    .stat-card,
    .comp-card {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
    }
    
    /* Grid containers - 10px spacing */
    .kr8-opt1-grid {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        gap: 10px !important;
    }
    
    /* Text blocks - 10px spacing */
    .hero-title-unified,
    .hero-intro-unified,
    .kr8-opt1-headline,
    .kr8-opt1-subhead,
    .kr8-cta-title,
    .kr8-slogan-sub {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Body text - 10px spacing */
    .kr8-opt1-body,
    .kr8-opt1-body p {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Button containers - 10px spacing */
    .hero-buttons,
    .kr8-top-actions,
    .kr8-cta-col-btn {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        gap: 10px !important;
    }
    
    /* Individual buttons - 10px spacing */
    .btn-primary,
    .btn-secondary,
    .kr8-btn {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    
    /* CTA bars - 10px spacing */
    .kr8-cta-bar {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Quote section - 10px spacing */
    .kr8-quote-text,
    .kr8-review-author,
    .kr8-trusted-label {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    
    /* Social sections - 10px spacing */
    .kr8-social-bar,
    .kr8-icon-row {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    
    /* Intel/info blocks - 10px spacing */
    .kr8-opt1-intel {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Hero kicker - 10px spacing */
    .hero-kicker-block {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    
    /* Star ratings - 10px spacing */
    .kr8-stars {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    
    /* Slogan stack - 10px spacing */
    .kr8-slogan-stack {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    
    /* Card metadata - 10px spacing */
    .kr8-meta {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Visual containers - 10px spacing */
    .kr8-vis,
    .timber-img-box,
    .log-visual {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    
    /* Remove any extra spacing from first/last children */
    section > *:first-child {
        margin-top: 0 !important;
    }
    
    section > *:last-child {
        margin-bottom: 0 !important;
    }
    
    /* CRITICAL: GET A QUOTE section top padding - 25px */
    .kr8-cta-section .kr8-cta-bar {
        padding-top: 25px !important;
    }
    
    /* Match GET A QUOTE size to MODERNISED SURFACE RESTORATION */
    .kr8-cta-title {
        font-size: var(--fs-display-cta) !important;
    }
    
    /* Add 25px padding above and below MODERNISED SURFACE RESTORATION */
    .kr8-opt1-wrapper {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    
    /* HERO BUTTONS - 85% max-width (GET A FREE ESTIMATE, CALL NOW) */
    .home-hero-content .hero-buttons .btn-primary,
    .home-hero-content .hero-buttons .btn-secondary,
    .mobile-hero-content .hero-buttons .btn-primary,
    .mobile-hero-content .hero-buttons .btn-secondary {
        max-width: 85% !important;
        width: 100% !important;
    }
    
    /* Hero buttons container - equal top/bottom margin */
    .home-hero-content .hero-buttons,
    .mobile-hero-content .hero-buttons {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    
    /* CTA BAR BUTTONS - 85% max-width (under GET A QUOTE REQUEST PICKUP) */
    .kr8-cta-col-btn .btn-primary,
    .kr8-cta-col-btn .btn-secondary,
    .kr8-cta-col-btn a,
    .kr8-cta-col-btn button {
        max-width: 85% !important;
        width: 85% !important;
        min-width: 0 !important;
    }
    
    /* OVERRIDE ALL HERO BUTTONS - 85% max-width (highest specificity) */
    .home-hero .home-hero-content .hero-buttons .btn-primary,
    .home-hero .home-hero-content .hero-buttons .btn-secondary,
    .home-hero .home-hero-content .hero-buttons button,
    .home-hero .home-hero-content .hero-buttons a,
    section.mobile-hero-content .hero-buttons .btn-primary,
    section.mobile-hero-content .hero-buttons .btn-secondary,
    section.mobile-hero-content .hero-buttons button,
    section.mobile-hero-content .hero-buttons a {
        max-width: 85% !important;
        width: 85% !important;
        min-width: 0 !important;
    }
    
    /* SOCIAL ICONS - Hidden on mobile */
    .kr8-hero-socials {
        display: none !important;
    }
    
    /* Hero intro text - 10px margin above and 10px padding top/bottom */
    .hero-intro-unified {
        margin-top: 10px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    
    /* ALL TEXT LEFT-ALIGNED ON MOBILE */
    body,
    h1, h2, h3, h4, h5, h6,
    p, span, div, a,
    .hero-title-unified,
    .hero-intro-unified,
    .hero-kicker,
    .kr8-title,
    .kr8-opt1-headline,
    .kr8-opt1-body,
    .kr8-service-headline,
    .kr8-service-body,
    .kr8-process-headline,
    .kr8-process-body,
    .kr8-footer-text,
    .kr8-card-title,
    .kr8-card-body {
        text-align: left !important;
    }
    
    /* EXCEPTION: Slogan text centered on mobile */
    .kr8-slogan-sub {
        text-align: center !important;
    }
    
    /* Ensure highlight span within slogan stays inline and centered */
    .kr8-slogan-sub .kr8-highlight {
        display: inline !important;
        text-align: center !important;
    }
    
    /* EXCEPTION: GET A QUOTE / REQUEST PICKUP centered on mobile */
    .kr8-cta-title {
        text-align: center !important;
    }
    
    /* EXCEPTION: MODERNISED SURFACE RESTORATION centered on mobile */
    .kr8-opt1-headline {
        text-align: center !important;
    }
    
    /* STANDARDIZE TITLE SIZES - Match all titles to MODERNISED SURFACE RESTORATION */
    .kr8-cta-title,
    .kr8-opt1-headline,
    .kr8-opt1-subhead,
    .precision-bridge-label {
        font-size: var(--fs-display-cta) !important;
        line-height: 1 !important;
        letter-spacing: normal !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
    }
    
    /* Trusted by label - 20px padding above */
    .kr8-trusted-label {
        padding-top: 20px !important;
    }
    
    /* Precision bridge section - 98% width, 10px padding top/bottom, 20px left/right */
    .precision-bridge {
        width: 98.5% !important;
        margin: 0 auto !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .precision-bridge-inner {
        width: 100% !important;
    }
    
    .precision-bridge-label {
        text-align: center !important;
    }
    
    /* Services section - 98.5% width standardization */
    .kr8-services-shell {
        width: 98.5% !important;
        margin: 0 auto !important;
        margin-bottom: 5px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .kr8-services-inner {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .kr8-services-interface {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Summary box and call button - 5px padding below */
    .kr8-summary-box {
        padding-bottom: 5px !important;
        overflow: visible !important;
    }
    
    .kr8-dl-link {
        margin-bottom: 5px !important;
        width: 98.5% !important;
        max-width: 98.5% !important;
        box-sizing: border-box !important;
        display: block !important;
        text-align: center !important;
        overflow: visible !important;
        line-height: 1.5 !important;
        padding: 12px 15px !important;
        background: #00ff41 !important;
        color: #000 !important;
        border: 1px solid #000 !important;
    }
    
    /* External actions (Residential/Commercial/Industrial buttons) - 98.5% width */
    .kr8-external-actions-wrapper {
        width: 98.5% !important;
        margin: 0 auto !important;
        margin-top: 5px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Mobile GSAP horizontal scroller - restore horizontal layout */
    .pin-spacer.pin-spacer-eh-scroll,
    .pin-spacer.pin-spacer-eh-scroll > .eh-pin-spacer {
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
    }
    .eh-pin-spacer {
        width: 100vw !important;
        height: 100vh !important;
        min-height: 100vh !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    .evolve-horizon-wrap {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        overflow: hidden !important;
        flex-direction: row !important;
        align-items: center !important;
    }
    .eh-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: auto !important;
        height: 100vh !important;
        padding: 20px 0 20px 20px !important;
        gap: 0 !important;
        align-items: center !important;
    }
    .eh-intro-panel,
    .eh-card {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        flex-shrink: 0 !important;
    }
    .eh-card:last-child {
        padding-right: 10vw !important;
        box-sizing: border-box !important;
    }
    
    /* Remove white gradient fade above process section on mobile */
    .eh-pin-spacer::before {
        display: none !important;
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
    }
    
    /* Remove white gradient fade below process section on mobile */
    .eh-pin-spacer::after {
        display: none !important;
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
    }
    
    /* Force eh-pin-spacer element itself to black on mobile */
    .eh-pin-spacer {
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
    }
    
    /* Reduce spacing in process section on mobile */
    .eh-header h2 {
        margin-bottom: 10px !important;
    }
    
    .eh-sub {
        margin-bottom: 20px !important;
    }
    
    .scroll-indicator {
        margin-bottom: 20px !important;
    }
    
    /* Process cards - reduce spacing above/below photos and between title/subtitle */
    .eh-card {
        gap: 12.5px !important;
    }
    
    .eh-content h3 {
        margin-bottom: 0 !important;
    }
    
    .eh-content p {
        margin-top: 0 !important;
    }
    
    .kr8-external-actions-container {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .kr8-ext-btn {
        width: 98.5% !important;
        max-width: 98.5% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* Tighten spacing between opt1 body text and grid */
    .kr8-opt1-body {
        margin-bottom: 10px !important;
    }
    
    .kr8-opt1-grid {
        margin-top: 10px !important;
        gap: 10px !important;
    }
    
    /* Tighten spacing within each card - 1.25px above/below text, 0px between title/subtitle */
    .kr8-img-card {
        margin-bottom: 10px !important;
        gap: 10px !important;
    }
    
    .kr8-img-card .kr8-vis {
        margin-bottom: 1.25px !important;
    }
    
    .kr8-img-card .kr8-meta {
        margin-top: 1.25px !important;
        margin-bottom: 0 !important;
        gap: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .kr8-img-card .kr8-meta h4 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .kr8-img-card .kr8-meta p {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Reduce padding after last card in grid */
    .kr8-opt1-grid {
        padding-bottom: 10px !important;
    }
    
    /* Before/After Module - Mobile Fixes */
    .kr8-before-after-module::before,
    .kr8-before-after-module::after {
        display: none !important;
    }
    
    .kr8-before-after-module .kr8-ba-main-intro {
        margin-bottom: 0 !important;
        padding: 10px !important;
    }
    
    .kr8-before-after-module .kr8-ba-container {
        background-color: #000000 !important;
    }
    
    .kr8-before-after-module .kr8-ba-container {
        background-color: #000000 !important;
    }
    
    .kr8-before-after-module .kr8-ba-container {
        background-color: #000000 !important;
    }
    
    .kr8-before-after-module .kr8-main-headline {
        text-align: center !important;
        color: white !important;
        padding: 10px !important;
    }
    
    .kr8-before-after-module .kr8-main-subtext {
        text-align: left !important;
        color: white !important;
        padding: 10px !important;
        padding-left: 4px !important;
        line-height: 1 !important;
    }
    
    .kr8-before-after-module .kr8-ba-header {
        justify-content: center !important;
    }
    
    .kr8-before-after-module .kr8-section-title {
        text-align: center !important;
        color: white !important;
        padding: 10px !important;
    }
    
    .kr8-before-after-module .kr8-arrow-icon {
        display: none !important;
    }
    
    .kr8-before-after-module .kr8-label {
        color: white !important;
    }
    
    .kr8-before-after-module .kr8-split-frame {
        width: 78.4% !important;
        margin: 0 auto !important;
    }
    
    /* Editorial Section Below Before/After */
    .evolve-editorial-2 {
        padding-top: 25px !important;
    }
    
    .evolve-editorial-2 h2 {
        text-align: center !important;
    }
    
    .evolve-editorial-2 p {
        text-align: center !important;
        padding-bottom: 20px !important;
    }
    
    .mobile-only-br {
        display: inline !important;
    }
    
    /* Change process section wrapper to black on mobile */
    .pin-spacer.pin-spacer-eh-scroll,
    .pin-spacer.pin-spacer-eh-scroll > .eh-pin-spacer {
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
        background-clip: border-box !important;
    }
    
    /* Override any pseudo-elements on pin-spacer wrapper */
    .pin-spacer.pin-spacer-eh-scroll::before,
    .pin-spacer.pin-spacer-eh-scroll::after {
        display: none !important;
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
        opacity: 0 !important;
    }
    
    /* Footer Mobile Fixes */
    .footer-logo {
        display: block !important;
        margin: 0 auto !important;
        transform: scale(1.33) !important;
    }
    
    .footer-col a[href="tel:654-8987"] {
        text-align: left !important;
        display: block !important;
        padding-left: 0 !important;
        gap: 0 !important;
        margin-left: 0 !important;
    }
    
    /* Marquee Mobile Fixes */
    .kr8-marquee-item {
        font-size: calc(var(--fs-display-marquee) * 2) !important;
    }
    
    .kr8-marquee-wrapper::after {
        height: 5vh !important;
        background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%) !important;
    }

    .hero-intro-unified,
    .kr8-main-subtext {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        width: 98.5% !important; /* Maintaining the normalized width */
        padding-left: 4px !important; /* Tiny visual offset for readability */
    }

    /* Mobile: disable GSAP horizontal layout + animations */
    .evolve-horizon-wrap,
    .eh-track {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
    }
    .eh-track {
        align-items: stretch !important;
        padding: 0 !important;
        gap: 0 !important;
    }
    .eh-intro-panel,
    .eh-card {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        flex-shrink: 0 !important;
        margin-bottom: 60px !important;
    }
    .eh-header h2,
    .eh-sub,
    .eh-intro-panel h2,
    .eh-intro-panel p,
    .eh-content h3,
    .eh-content p {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }
    .pin-spacer.pin-spacer-eh-scroll,
    .pin-spacer.pin-spacer-eh-scroll > .eh-pin-spacer,
    .eh-pin-spacer {
        height: auto !important;
        min-height: auto !important;
        padding: 0 !important;
    }
}

/* === MOBILE: Tighten Vertical Hero Spacing === */
@media (max-width: 768px) {
    .hero-title-unified {
        margin-top: 20px !important;
        margin-bottom: 12px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1.05 !important;
    }

    .hero-intro-unified,
    .kr8-main-subtext {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* === MOBILE: Process Section 98% Width === */
@media (max-width: 768px) {
    .eh-track {
        align-items: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .eh-intro-panel,
    .eh-card {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .eh-card:last-child {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .eh-visual,
    .eh-visual img {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
}

/* === SURGICAL SPACING: 20px RHYTHM === */
@media (max-width: 768px) {
    /* 1. Tighten space under text before an image */
    .kr8-main-subtext,
    .hero-intro-unified,
    .section-description {
        margin-bottom: 20px !important;
        padding-bottom: 0 !important;
    }

    /* 2. Tighten space around the Image Cards */
    .kr8-img-card,
    .kr8-panel-card,
    .eng-card-unified,
    .eh-visual {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        padding-top: 0 !important;
    }

    /* 3. Pull the next Title up closer to the previous image */
    .hero-title-unified,
    .bento-header h2,
    h2, h3 {
        margin-top: 20px !important;
        padding-top: 0 !important;
    }

    /* 4. Ensure the container doesn't add extra gap */
    .kr8-unified-inner,
    .bento-section {
        gap: 20px !important;
    }
}

/* === MOBILE: BELOW-HERO SPEED STABILITY (98% RULE) === */
@media (max-width: 768px) {
    section:not(.home-hero):not(.comm-hero):not(.ind-hero):not(.res-hero),
    .kr8-unified-block:not(.home-hero):not(.comm-hero):not(.ind-hero):not(.res-hero),
    .bento-section,
    .bento-grid,
    .bento-card,
    .zig-zag-section,
    .zig-row,
    .zig-content,
    .zig-img,
    .timber-section,
    .timber-grid,
    .timber-copy,
    .timber-img-box,
    .hud-showcase,
    .hud-showcase-inner,
    .hud-grid,
    .hud-pop-card,
    .services-wrapper,
    .service-cards,
    .maintenance-section,
    .maintenance-inner,
    .maintenance-grid,
    .cta-banner,
    .cta-content,
    .cta-actions,
    .sector-section,
    .sector-row,
    .sector-text,
    .sector-media,
    .log-grid,
    .log-card,
    .stat-grid,
    .stat-card,
    .contract-section,
    .contract-inner,
    .engagement-grid,
    .eng-card,
    .neighborhood-video-section,
    .neighborhood-glass-card,
    .elements-section,
    .elements-glass-container,
    .elements-layout,
    .elements-accordion,
    .elements-accordion-item,
    .gearhead-section,
    .gearhead-grid,
    .kr8-unified-inner,
    .kr8-cta-section,
    .kr8-cta-bar,
    .kr8-opt1-wrapper,
    .kr8-opt1-container,
    .kr8-opt1-grid,
    .kr8-opt1-intel,
    .kr8-combo-wrapper,
    .kr8-single-content,
    .kr8-services-shell,
    .kr8-services-inner,
    .kr8-services-interface,
    .precision-bridge,
    .evolve-horizon-wrap,
    .eh-pin-spacer,
    .eh-track,
    .eh-intro-panel,
    .eh-card,
    .footer-section,
    .site-footer,
    .footer-inner,
    .footer-grid,
    .footer-top,
    .footer-bottom,
    .footer-col {
        width: 98% !important;
        max-width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    .kr8-marquee-track,
    .kr8-scan-line,
    .kr8-combo-spray,
    .kr8-opt1-spray,
    .kr8-spray,
    .precision-bridge::after,
    .precision-bridge-inner::after {
        animation: none !important;
    }
}

/* === TIGHTEN CTA TITLES (Desktop) === */
@media (min-width: 768px) {
    .kr8-cta-title {
        line-height: 1.1 !important;
        margin-bottom: 16px !important;
    }
}
