.gallery-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.1);cursor:pointer;aspect-ratio:4/3;transition:all .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.15)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(158,103,38,0);transition:background .3s ease;z-index:1}.gallery-item:hover::after{background:rgba(158,103,38,.1)}@media (max-width:600px){.gallery-item{aspect-ratio:3/2}}.brand-footer{text-align:center;margin-top:40px;color:#9e6726;font-size:.9rem;opacity:.7}.brand-footer span{font-weight:600}