.gallery-card{height:100%;display:flex;flex-direction:column;cursor:pointer}.gallery-card-image{width:100%;height:100%;position:relative;overflow:hidden}.gallery-card-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.gallery-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;transition:transform .3s ease}.gallery-card:hover .gallery-card-title{transform:translateY(-2px)}.gallery-card-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,320px));gap:1.5rem;align-items:stretch;justify-content:center;justify-items:center}.gallery-grid>div{max-width:320px;width:100%}.gallery-grid-center{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:stretch}.gallery-grid-center>div{flex:0 0 auto;max-width:300px;width:100%}@media (max-width:640px){.gallery-grid{grid-template-columns:1fr;justify-content:center}.gallery-grid-center>div{max-width:280px}}@media (min-width:640px) and (max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,280px));gap:1.25rem}.gallery-grid>div{max-width:280px}.gallery-grid-center>div{max-width:250px}}@media (min-width:768px) and (max-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,320px));gap:1.5rem}.gallery-grid>div{max-width:320px}.gallery-grid-center>div{max-width:280px}}@media (min-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,320px));gap:1.5rem}.gallery-grid>div{max-width:320px}.gallery-grid-center>div{max-width:300px}}