.works-gallery{display:grid;gap:2rem;margin:3rem 0}@media(min-width:1024px){.works-gallery{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:100%}}@media(min-width:768px) and (max-width:1023px){.works-gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.works-gallery{grid-template-columns:1fr}}.works-gallery figure{margin:0;cursor:pointer;transition:transform .3s ease}.works-gallery figure:hover{transform:translateY(-4px)}.works-gallery-image{position:relative;width:100%;border-radius:8px;overflow:hidden}.works-gallery-image img{width:100%;height:auto;display:block}.availability-indicator{position:absolute;top:1rem;right:1rem;padding:.35rem .75rem;font-size:.75rem;background-color:rgba(250,248,245,.95);border-radius:4px;z-index:1}.availability-indicator.sold{color:#9e9487}.availability-indicator.available{color:#4e6e69}.works-gallery figcaption{margin-top:.75rem;font-size:.9rem;color:#46433f;line-height:1.4}.works-gallery figcaption a{color:inherit;text-decoration:none;transition:color .2s ease}.works-gallery figcaption a:hover{color:#4e6e69}.medium-zoom-overlay{z-index:9999!important;background:rgba(0,0,0,.85)!important}.medium-zoom-image--opened{z-index:10000!important;cursor:zoom-out!important}