html main section.home-gallery{height:auto!important;min-height:0!important;padding:0!important;display:block;background:#f4f1e9}
.home-gallery .thumbnail-grid{width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0}
.home-gallery .gallery-thumb{position:relative;display:block;width:100%;aspect-ratio:1;min-width:0;padding:0;border:0;overflow:hidden;cursor:pointer;background:#e3ddd1}
.home-gallery .gallery-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(20%);transition:transform .7s}
.home-gallery .gallery-thumb::after{content:'';position:absolute;inset:16px;border:1px solid transparent;pointer-events:none;transition:inset .7s,border-color .7s}
.home-gallery .gallery-thumb:hover img,.home-gallery .gallery-thumb:focus-visible img{transform:scale(1.05)}
.home-gallery .gallery-thumb:hover::after,.home-gallery .gallery-thumb:focus-visible::after{inset:12px;border-color:rgba(253,251,247,.5)}
@media(max-width:767px){.home-gallery .thumbnail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.home-gallery .gallery-thumb img,.home-gallery .gallery-thumb::after{transition:none}}
#gallery-lightbox .home-viewer-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:64px;border:0;padding:0;background:transparent;color:rgba(255,255,255,.5);font-size:28px;cursor:pointer;opacity:0;transition:opacity .2s;box-shadow:none;filter:drop-shadow(0 0 3px rgba(255,255,255,.85)) drop-shadow(0 0 8px rgba(255,255,255,.4))}
#gallery-lightbox:hover .home-viewer-arrow{opacity:1}
.home-viewer-prev{left:18px}.home-viewer-next{right:18px}
@media(max-width:767px){#gallery-lightbox .home-viewer-arrow{width:44px;height:52px;font-size:24px}.home-viewer-prev{left:8px}.home-viewer-next{right:8px}}
@media(prefers-reduced-motion:reduce){#gallery-lightbox .home-viewer-arrow{transition:none}}
