/* =========================================================
   LOOKBOOK MOBILE STYLES (Max-Width: 991px)
   ========================================================= */

@media only screen and (max-width: 991px) {

    /* 1. HERO & INTRO */
    .lb-modern-hero {
        height: auto !important;
        min-height: 400px !important;
        padding: 140px 20px 60px 20px !important;
        border-radius: 0 0 50px 50px !important;
        background-attachment: scroll !important;
        background-position: center bottom !important;
    }

    .lb-hero-modern-title {
        font-size: 2.5rem !important;
        line-height: 1 !important;
    }

    .lb-section {
        padding: 50px 15px !important;
    }

    .lb-header-2 {
        font-size: 2.22rem !important;
        margin-bottom: 15px !important;
        line-height: 1.2 !important;
    }

    .lb-intro-text {
        font-size: 0.95rem !important;
        padding-left: 0 !important;
        text-align: center !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
        border-left: none !important;
    }

    /* 2. BENTO GRID MOBILE - 12 ITEMS FLOW */
    .lb-modern-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-auto-rows: 170px !important;
        grid-auto-flow: dense !important;
        gap: 12px !important;
        margin-top: 30px !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .lb-modern-card.bento-big {
        grid-column: span 2 !important;
        grid-row: span 1 !important;
        /* Full width, single height is safer for mobile gaps */
    }

    .lb-modern-card.bento-wide {
        grid-column: span 2 !important;
        grid-row: span 1 !important;
    }

    .lb-modern-card.bento-tall {
        grid-column: span 1 !important;
        grid-row: span 2 !important;
    }

    .lb-modern-card {
        border-radius: 20px !important;
        /* Slightly smaller radius for mobile */
    }

    .lb-hover-mask {
        display: none !important;
    }

    .lb-hover-mask i {
        display: none !important;
        /* Hide big camera icon */
    }

    /* Add a very subtle 'Tap to Zoom' indicator instead if desired, 
       but user specifically asked for clear images */
    .lb-modern-card {
        border-radius: 18px !important;
    }

    /* 3. 3D SLIDER MOBILE */
    .lb-3d-wrapper {
        padding: 20px 5px !important;
    }

    .active-item-title {
        font-size: 1.6rem !important;
    }

    .active-item-desc {
        font-size: 0.9rem !important;
        padding: 0 10px !important;
    }

    .lb-3d-container {
        height: 400px !important;
        perspective: none !important;
    }

    .lb-3d-track {
        transform-style: flat !important;
    }

    .lb-3d-item {
        width: 180px !important;
        height: 250px !important;
    }

    .lb-nav-btn {
        width: 44px !important;
        height: 44px !important;
        background: rgba(34, 197, 94, 0.9) !important;
        border: none !important;
        border-radius: 50% !important;
        color: #fff !important;
    }

    .lb-3d-reflection {
        display: none !important;
    }

    /* Lightbox Polish */
    .lb-modal-img {
        max-width: 95% !important;
        max-height: 80vh !important;
    }

    .lb-modal-close-v5 {
        top: 20px !important;
        right: 20px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 2.5rem !important;
    }
}
