
        /* OUR EXHIBITIONS - test implementation (scoped) */
        #home-exhibitions .exhibition-carousel-container{position:relative;padding:0 20px;cursor:grab;user-select:none}
        #home-exhibitions .exhibition-carousel-container:active{cursor:grabbing}
        #home-exhibitions .exhibition-wrapper{overflow:hidden;border-radius:10px}
        #home-exhibitions .exhibition-track{display:flex;transition:transform .8s ease;width:300%}
        #home-exhibitions .exhibition-slide{width:6.67%;padding:0 3px;flex-shrink:0}
        #home-exhibitions .exhibition-image{height:150px;overflow:hidden;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.1)}
        #home-exhibitions .exhibition-image img{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;user-select:none}
        #home-exhibitions .exhibition-progress-container{margin-top:20px;text-align:center}
        #home-exhibitions .exhibition-progress-bar{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-bottom:10px}
        #home-exhibitions .exhibition-progress-fill{height:100%;background:var(--primary-blue);border-radius:2px;transition:width .3s ease;width:0%}
        @media (max-width:992px){#home-exhibitions .exhibition-carousel-container{padding:0 15px}#home-exhibitions .exhibition-slide{width:6.67%}#home-exhibitions .exhibition-track{width:500%}#home-exhibitions .exhibition-image{height:180px}}
        @media (max-width:768px){#home-exhibitions .exhibition-carousel-container{padding:0 10px}#home-exhibitions .exhibition-slide{width:6.67%}#home-exhibitions .exhibition-track{width:750%}#home-exhibitions .exhibition-image{height:160px}}
