.gallery-module__OrVjIW__galleryContainer{background-color:#f9f6f0;max-width:1400px;min-height:100vh;margin:0 auto;padding:4rem 2rem}.gallery-module__OrVjIW__header{text-align:center;margin-bottom:4rem;position:relative}.gallery-module__OrVjIW__backButton{color:#1a1a1a;align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.gallery-module__OrVjIW__backButton:hover{color:var(--primary)}.gallery-module__OrVjIW__title{color:var(--primary);text-transform:uppercase;letter-spacing:-1px;font-size:3.5rem;font-weight:800}.gallery-module__OrVjIW__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.gallery-module__OrVjIW__card{cursor:pointer;background:#fff;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.gallery-module__OrVjIW__card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.gallery-module__OrVjIW__imageWrapper{aspect-ratio:4/3;background-color:#f0f0f0;width:100%;overflow:hidden}.gallery-module__OrVjIW__image{object-fit:cover;width:100%;height:100%;transition:transform .8s}.gallery-module__OrVjIW__card:hover .gallery-module__OrVjIW__image{transform:scale(1.05)}.gallery-module__OrVjIW__cardInfo{padding:1.5rem}.gallery-module__OrVjIW__cardInfo h3{color:#1a1a1a;margin:0;font-size:1.25rem;font-weight:500}.gallery-module__OrVjIW__empty,.gallery-module__OrVjIW__error{text-align:center;color:#666;margin-top:4rem;font-size:1.25rem}.gallery-module__OrVjIW__error{color:#991b1b}@media (max-width:768px){.gallery-module__OrVjIW__title{font-size:2.5rem}.gallery-module__OrVjIW__backButton{justify-content:center;margin-bottom:1rem;position:static;transform:none}.gallery-module__OrVjIW__grid{grid-template-columns:1fr}}
