.gallery-grid{margin:40px 0;max-width:1100px}.gallery-item{break-inside:avoid;margin-bottom:30px;width:32%}@media (max-width:992px){.gallery-item{width:48%}}@media (max-width:576px){.gallery-item{width:100%}}.gallery-item-inner{background:var(--card);border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.3);cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.gallery-item-inner:hover{box-shadow:0 15px 30px rgba(225,29,72,.2);transform:translateY(-10px)}.gallery-item img{display:block;height:auto;transition:transform .3s ease;width:100%}.gallery-item-inner:hover img{transform:scale(1.05)}.gallery-overlay{background:linear-gradient(0deg,rgba(0,0,0,.9) 0,transparent);bottom:0;left:0;padding:20px;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.gallery-item-inner:hover .gallery-overlay{transform:translateY(0)}.gallery-item-title{color:var(--text);font-size:1rem;font-weight:600;margin:0}.gallery-grid.loading{opacity:.5;pointer-events:none}.gallery-item img{background-color:var(--card);min-height:200px}.gallery-item{transition:all .3s ease}