@media screen and (max-width: 1024px) {
/* MOBILE DEDICATED ARCHITECTURE - V110 (PREMIUM RESTORATION) */
:root { --inner-px: 25px; }

/* 1. HIDE DESKTOP ARTIFACTS */
#custom-cursor, #cursor-aura, .custom-cursor { display: none !important; }
* { cursor: auto !important; pointer-events: auto !important; }
.nav-pill { display: none !important; }

/* 2. HEADER (CLEAN & CENTERED) */
.header { 
    padding: 0 var(--inner-px); 
    top: 20px; 
    height: 70px;
}
.logo-box { width: 130px; }
.logo-box img { width: 100%; height: auto; }

/* MOBILE NAV: Hide desktop elements, show hamburger */
.desktop-actions { display: none !important; }
.hamburger-btn { 
    display: flex !important; 
    align-items: center; 
    gap: 12px; 
    background: #000; 
    padding: 10px 18px; 
    border-radius: 50px; 
    border: none;
    z-index: 10002;
}
.hamburger-label { color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.hamburger-icon { display: flex; flex-direction: column; gap: 4px; }
.hamburger-icon .bar { width: 18px; height: 1.5px; background: #fff; transition: 0.3s; }
.hamburger-btn.active .bar:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.hamburger-btn.active .bar:nth-child(2) { opacity: 0; }
.hamburger-btn.active .bar:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* MOBILE MENU OVERLAY */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    transform: translateY(-20px);
}
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mobile-nav-item {
    font-size: 3.5rem;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 0.8;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
.mobile-menu-overlay.active .mobile-nav-item {
    opacity: 1;
    transform: translateX(0);
}
.mobile-menu-overlay.active .mobile-nav-item:nth-child(1) { transition-delay: 0.1s; }
.mobile-menu-overlay.active .mobile-nav-item:nth-child(2) { transition-delay: 0.2s; }
.mobile-menu-overlay.active .mobile-nav-item:nth-child(3) { transition-delay: 0.3s; }
.mobile-menu-overlay.active .mobile-nav-item:nth-child(4) { transition-delay: 0.4s; }

/* 3. SURGICAL MOBILE HERO (V121 - BRAND RESTORATION) */
.hero-section { 
    height: auto; 
    min-height: 80vh;
    padding: 80px 15px 40px; 
    display: flex;
    flex-direction: column;
}

.hero-master { 
    flex: 1;
    min-height: 500px;
    width: 100%;
    border-radius: 35px;
    position: relative;
    background-size: cover;
    background-position: center;
    /* The Technical Notch Signature */
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 80% 98%, 76% 94%, 24% 94%, 20% 98%, 0% 98%);
}

.hero-body { 
    padding: 60px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
}

.hero-title { 
    font-size: clamp(2.8rem, 11vw, 3.8rem) !important; 
    line-height: 0.85 !important;
    color: #fff !important;
    font-weight: 950 !important;
    letter-spacing: -2px !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.hero-quick-links { 
    position: relative;
    margin-top: -30px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 15px;
    z-index: 10;
    pointer-events: auto;
}

.ql-item {
    background: #000 !important;
    width: 65px;
    height: 65px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff !important; /* Icons to white */
    transition: 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.ql-item i {
    width: 24px;
    height: 24px;
    stroke-width: 2px;
}

.ql-item:hover {
    background: var(--accent) !important;
    color: #000 !important;
    transform: translateY(-5px);
}





/* 4. SERVICES (EASY SWIPE) */
.services-section { padding: 80px 0; }
.services-header { padding: 0 var(--inner-px); margin-bottom: 40px; }
.services-scroll-container { 
    gap: 15px; 
    padding: 0 var(--inner-px) 40px; 
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.service-item-wrapper { flex: 0 0 85vw !important; scroll-snap-align: center; }
.service-card { height: 420px !important; padding: 40px 30px; border-radius: 35px; }
.service-name { font-size: 26px !important; }

/* 5. BRANDS & BLOG (CLEAN ALIGNMENT) */
.horizontal-scroll-section, 
.blog-horizontal-section.lime-edition { 
    height: auto; 
    padding: 100px 0; 
    overflow: hidden; /* Prevent horizontal spill */
}
.hss-sticky { position: relative; height: auto; width: 100%; }
.hss-track { 
    flex-direction: column; 
    gap: 40px; 
    width: 100%; 
    padding: 0 var(--inner-px); 
    display: flex;
    transform: none !important; /* OVERRIDE ANY GHOST JS SCROLL */
}

/* REMOVAL OF STAGGERED FEEDS - USE CLEAN ALIGNMENT */
.hss-item { 
    flex: 0 0 auto; 
    width: 100%; 
    padding: 0 !important; 
    margin: 0 !important;
    transform: none !important;
}


.hss-item-inner { 
    height: auto; 
    min-height: 450px; 
    padding: 40px 30px;
    border-radius: 35px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0% 100%);
}

/* BLOG-SPECIFIC TRACK (uses different class names) */
.blog-horizontal-section.lime-edition { height: auto !important; padding: 80px 0 !important; }
.blog-horizontal-section .h-sticky { position: relative !important; height: auto !important; width: 100%; }
.blog-horizontal-section .h-track { 
    flex-direction: column !important; 
    gap: 40px; 
    width: 100% !important; 
    padding: 0 var(--inner-px) !important; 
    display: flex;
    transform: none !important;
}
.blog-horizontal-section .hss-item { 
    flex: 0 0 auto !important; 
    width: 100% !important; 
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}
.blog-h-info { margin-right: 0 !important; width: 100% !important; flex: 0 0 auto !important; }
.h-spacer { display: none !important; }


/* 6. BLOG MOBILE EDITORIAL (V116 — EXPERT SPEC SHEET) */
.blog-horizontal-section.lime-edition { background: var(--accent) !important; padding: 40px 0 !important; }
.blog-h-main-title.black { font-size: 3rem !important; line-height: 0.8 !important; letter-spacing: -2px !important; margin-bottom: 30px !important; text-align: center; }

.blog-horizontal-section .hss-item-inner {
    display: flex !important;
    flex-direction: column !important;
    background: #000 !important;
    border-radius: 35px !important;
    padding: 0 !important;
    overflow: hidden;
    border: none !important;
}

.bh-image-part { 
    height: 180px !important; /* Smaller image for compact look */
    position: relative;
    overflow: hidden;
}

/* Subtle Technical Overlay on Image */
.bh-image-part::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.8));
    z-index: 1;
}

.bh-content-part { 
    padding: 25px 20px 30px !important;
    background: #000;
    color: #fff;
}

.bh-status-bar { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    margin-bottom: 12px;
    font-size: 9px;
    letter-spacing: 2px;
    opacity: 0.7;
}

.bh-active-dot { 
    width: 6px; 
    height: 6px; 
    background: var(--accent); 
    border-radius: 50%; 
    box-shadow: 0 0 10px var(--accent);
    animation: simplePulse 2s infinite;
}

@keyframes simplePulse { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } }

.hss-title { 
    font-size: 1.6rem !important; 
    line-height: 1.0 !important; 
    letter-spacing: -1px !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
    color: #fff !important;
}

/* SPEC SHEET COMPACT SCALE */
.spec-sheet { 
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 20px;
    padding: 12px !important;
    margin-bottom: 20px !important;
    background: rgba(255,255,255,0.02);
}

.hss-detail-box { display: flex; flex-direction: column; gap: 4px; }
.hss-detail-box h5 { color: var(--accent); font-size: 8px !important; letter-spacing: 1px; margin: 0 !important; opacity: 0.9; }
.hss-detail-box p { color: #fff; font-size: 12px !important; font-weight: 700 !important; margin: 0 !important; }

.hss-desc-small { font-size: 12px !important; opacity: 0.5; line-height: 1.5 !important; margin-bottom: 20px !important; }

/* MODAL ACTION BUTTON */
.hss-action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--accent) !important;
    color: #000 !important;
    padding: 15px !important;
    border-radius: 50px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 2px;
    text-decoration: none !important;
    margin-top: 0 !important;
}

/* WHITE CARD VARIANT (Expert Inversion) */
.hss-item-lime-dark .hss-item-inner { background: #fff !important; }
.hss-item-lime-dark .bh-content-part { background: #fff !important; color: #000 !important; }
.hss-item-lime-dark .hss-title { color: #000 !important; }
.hss-item-lime-dark .spec-sheet { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.05) !important; }
.hss-item-lime-dark .hss-detail-box p { color: #000 !important; }
.hss-item-lime-dark .hss-desc-small { color: #333 !important; }
.hss-item-lime-dark .hss-action { background: #000 !important; color: #fff !important; }


/* 7. SHOWCASE MOBILE RE-ENGINEERED (LIME BLOCK REPLACEMENT) */
.about-showcase { padding: 80px 0; overflow: hidden; }

.as-top-row { 
    display: flex !important;
    flex-direction: column !important;
    padding: 0 var(--inner-px) !important; 
    margin-bottom: 60px !important; 
    gap: 0 !important;
}

.as-left-title { 
    font-size: 10px !important; 
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
    margin-bottom: 25px !important;
    opacity: 0.5;
    text-align: left !important;
}

.as-headline { 
    font-size: clamp(2.4rem, 10vw, 3.5rem) !important; 
    text-align: left !important; 
    line-height: 0.9 !important;
    margin-bottom: 40px !important;
    width: 100% !important;
}

.as-text-columns { 
    display: flex !important;
    flex-direction: column !important; 
    gap: 35px !important; 
    width: 100% !important;
    margin: 0 !important;
}

.as-col-title { 
    font-size: 16px !important; 
    font-weight: 950 !important; 
    text-transform: uppercase;
    margin-bottom: 12px !important;
    letter-spacing: 1px;
}

.as-col-desc { 
    font-size: 14px !important; 
    opacity: 0.7 !important; 
    line-height: 1.5 !important;
}

.as-image { 
    height: auto !important; 
    min-height: auto !important;
    border-radius: 40px; 
    padding: 80px 25px !important; 
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: cover !important;
    background-position: center !important;
    margin: 0 var(--inner-px);
}


.as-img-title { 
    display: none !important; 
}

.as-stat-panel { 
    position: relative !important; 
    width: 100% !important; 
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 60px !important;
}

.as-stat-box { width: 100%; text-align: center; border: none !important; padding: 0; }

.as-stat-num { 
    font-size: 90px !important; 
    color: #000 !important; 
    font-weight: 950 !important;
    line-height: 0.7 !important;
    letter-spacing: -4px;
    display: block;
    margin-bottom: 15px;
}

.as-stat-label {
    font-size: 12px !important;
    font-weight: 900 !important;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.6 !important;
}



/* 12. FAQ MOBILE (MONUMENTAL SCALE) */
.faq-section { 
    padding: 80px var(--inner-px) !important; 
    flex-direction: column !important; 
    gap: 40px !important; 
}

.faq-sidebar { 
    flex: 0 0 auto !important; 
    width: 100% !important; 
    min-width: 100% !important;
    min-height: auto !important; 
    padding: 80px 30px 60px !important; 
    border-radius: 40px !important;
}

.faq-sidebar::before {
    top: 30px !important;
    left: 30px !important;
}

.faq-title { 
    font-size: clamp(3.5rem, 15vw, 6rem) !important; 
    line-height: 0.8 !important; 
    letter-spacing: -3px !important;
    margin-bottom: 40px !important;
    text-align: left !important;
}

.faq-sidebar-bottom p {
    font-size: 12px !important;
    max-width: 100% !important;
    line-height: 1.4 !important;
}

.faq-list { 
    width: 100% !important; 
    padding: 0 !important;
}

.faq-question {
    padding: 25px 0 !important;
}

.faq-question h4 {
    font-size: 17px !important;
    line-height: 1.4 !important; /* Added more breath */
    padding-right: 20px !important;
}

.faq-answer p {
    font-size: 14px !important;
    line-height: 1.8 !important; /* Premium airy read */
    padding-bottom: 30px !important;
}

@media (max-width: 1024px) {
    .nav-dots { display: none !important; }
}

/* Partners - Grid Swipe */
@media (max-width: 768px) {
    .partners-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
        gap: 30px !important;
        padding: 0 var(--inner-px) 20px !important;
        scrollbar-width: none;
    }
    .partners-grid::-webkit-scrollbar { display: none; }
    .partner-pill { flex: 0 0 auto; }
    .partner-pill img { height: 40px !important; }
}

/* Reviews - Mobile List */
@media (max-width: 1024px) {
    .reviews-section { padding: 80px var(--inner-px); }
    .reviews-grid { 
        grid-template-columns: 1fr; 
        gap: 60px; 
    }
    .review-text { font-size: 16px; margin-bottom: 30px; }
}

/* Newsletter V2 - Monumental Scaling */
@media (max-width: 1024px) {
    .newsletter-section { padding: 100px var(--inner-px); }
    .news-title { 
        font-size: 5rem !important; 
        letter-spacing: -2px !important; 
        line-height: 0.9 !important;
    }
    .news-form { 
        flex-direction: column; 
        gap: 20px; 
        max-width: 100%;
    }
    .news-input, .news-btn { 
        width: 100%; 
        padding: 25px; 
        height: auto;
    }
}

/* Footer V2 - Clean Stacking */
@media (max-width: 1024px) {
    .footer-v2 { padding: 80px var(--inner-px) 40px; }
    .footer-top { 
        flex-direction: column; 
        gap: 60px; 
        }
    .footer-cols { 
        flex-direction: column; 
        gap: 50px; 
    }
    .footer-big-brand { 
        margin-top: 100px; 
        padding: 120px 0 60px; 
    }
    .big-brand-text { 
        font-size: 14vw !important; 
        letter-spacing: -2px !important; 
    }
    .footer-bottom-info { 
        flex-direction: column; 
        gap: 20px; 
        text-align: center; 
        margin-top: 60px;
    }
}

/* 12. LOCATION TYPOGRAPHIC SCALE */
@media (max-width: 768px) {
    .loc-title { 
        font-size: 3.5rem !important; 
        line-height: 0.8 !important;
        margin-bottom: 20px !important;
    }
    .big-city {
        font-size: 3.5rem !important;
        letter-spacing: -2px !important;
    }
}

/* 13. GLOBAL MOBILE SAFETY */
html, body { overflow-x: hidden !important; max-width: 100vw; }

/* 13. BLOG HORIZONTAL MOBILE */
@media (max-width: 1024px) {
    .blog-horizontal-section.lime-edition {
        height: auto !important;
        padding: 80px var(--inner-px) !important;
    }
    .blog-horizontal-section .h-sticky {
        position: relative !important;
        height: auto !important;
        display: block !important;
    }
    .h-track {
        flex-direction: column !important;
        gap: 40px !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .blog-h-info {
        flex: 0 0 auto !important;
        margin-right: 0 !important;
        margin-bottom: 60px !important;
        text-align: center;
    }
    .blog-horizontal-section .hss-item {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: auto !important;
        margin-right: 0 !important;
    }
    .hss-item-inner {
        padding: 40px 30px !important;
    }
    .bh-image-part { display: none; }
}
}
