@media (max-width: 768px) {
    /* --- LEGACY PAGE & OTHERS --- */
    .legacy-page .sticky-dots {
        display: none !important;
    }

    .legacy-nav nav {
        display: none;
    }

    .legacy-nav .mobile-menu.brand-right {
        display: flex !important;
    }

    .legacy-page .parallax-section {
        height: auto;
        min-height: 450px;
        aspect-ratio: auto;
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }

    .legacy-page .hero-content-box,
    .legacy-page .hero-content-box.visible {
        width: 85% !important;
        max-width: 340px !important;
        padding: 15px !important;
        background: transparent !important;
        backdrop-filter: none !important;
        border: none !important;
        box-sizing: border-box !important;

        /* Force Center Alignment */
        position: absolute !important;
        left: 50% !important;
        top: 65% !important; /* Pushed down from 60% */
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* --- LEGACY PAGE SPECIFICS (RESTORED) --- */
    .thread-wrapper {
        padding: 40px 10px;
        overflow-x: hidden !important;
        /* Prevent horizontal scroll */
    }

    .thread-container {
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: visible !important;
    }

    .story-section {
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-bottom: 40px !important;
        position: relative;
        width: 100%;
        padding-right: 15px !important;
        overflow: hidden !important;
    }

    .story-section .node {
        position: absolute;
        left: 10px;
        /* Moved slightly left */
        top: 0;
        transform: none;
        margin: 0;
        z-index: 2;
    }

    .svg-container {
        position: absolute;
        top: 0;
        left: -10px;
        /* Adjust line position */
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }

    .story-content-box {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 50px !important;
        text-align: left;
        padding-right: 10px !important;
        margin-bottom: 12px !important;
        box-sizing: border-box !important;
    }

    .story-content-box .year {
        font-size: 4rem;
    }

    /* Prevent Title Cutting on small screens */
    .hero-content-box h1,
    .hero-content-box h2 {
        font-size: clamp(2.2rem, 10vw, 3.8rem) !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        padding: 0 10px !important;
        line-height: 1.1 !important;
    }

    .story-content-box h2 {
        font-size: 1.5rem !important;
        font-weight: 700;
        color: var(--brand-gold) !important;
    }

    .story-content-box p {
        font-size: 0.9rem !important;
    }

    .img-box {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 50px !important;
        padding-right: 0 !important;
        margin-top: 8px !important;
        margin-bottom: 0 !important;
        box-sizing: border-box !important;
        height: 150px !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .img-box img {
        position: absolute !important;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        border-radius: 4px;
    }

    .sectors-main-title {
        font-family: 'Bodoni Moda', serif !important;
        font-size: clamp(32px, 9vw, 42px) !important;
        font-style: italic !important;
        font-weight: 700 !important;
        /* Matches desktop global h2 override */
        color: #D4AF37 !important;
        /* Exact Brand Gold */
        margin-bottom: 50px !important;
        letter-spacing: -2px !important;
        /* Exact desktop spacing */
        text-align: center !important;
        text-transform: none !important;
        line-height: 1.1 !important;
        width: 100% !important;
        display: block !important;
    }

    /* Sectors / Client Chronicle */
    .sectors-grid {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .sector-row {
        width: 100%;
        flex-direction: column;
        text-align: left;
        border-bottom: 1px solid rgba(212, 175, 55, 0.2);
        padding-bottom: 20px;
    }

    .sector-heading {
        font-family: 'Bodoni Moda', serif !important;
        font-size: 1.1rem !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        margin-bottom: 25px;
        color: #00CED1;
        display: inline-block !important;
        width: fit-content !important;
        border-bottom: 1px solid #00CED1 !important;
        padding-bottom: 4px !important;
    }

    .sector-heading::after {
        display: none !important;
    }

    .client-list {
        display: flex;
        flex-wrap: wrap;
        gap: 15px 30px;
        /* Better spacing for text-only list */
        justify-content: flex-start;
    }

    .client-list li {
        width: auto;
        margin: 0;
    }

    .client-list a {
        display: inline-block;
        padding: 5px 0 !important;
        /* Remove large padding */
        background: none !important;
        /* Remove the box background */
        border: none !important;
        /* Remove the border */
        border-radius: 0 !important;
        font-family: 'Bodoni Moda', serif !important;
        font-size: 1.1rem !important;
        /* Slightly larger for list readability */
        font-weight: 700 !important;
        min-height: auto !important;
        /* Remove min-height from box style */
        color: #D4AF37 !important;
        opacity: 1 !important;
        filter: none !important;
        text-decoration: none !important;
    }

    .client-list a:hover {
        color: var(--brand-cyan) !important;
    }

    /* Gallery filters and search - remove padding */
}

