.hs-gallery{--gallery-cols:3;--gallery-gap:16px;--gallery-radius:4px}.hs-gallery__grid{display:grid;gap:var(--gallery-gap);grid-template-columns:repeat(var(--gallery-cols),1fr);list-style:none;margin:0;padding:0}.hs-gallery__item{margin:0}.hs-gallery__link{border-radius:var(--gallery-radius);display:block;outline-offset:2px;overflow:hidden}.hs-gallery__link:focus-visible{outline:2px solid currentColor}.hs-gallery__img{aspect-ratio:4/3;display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.hs-gallery__link:focus-visible .hs-gallery__img,.hs-gallery__link:hover .hs-gallery__img{transform:scale(1.04)}.hs-gallery__caption{font-size:.875rem;line-height:1.4;margin:.5rem 0 0}.hs-gallery--placeholder{border:1px dashed;border-radius:var(--gallery-radius);font-size:.9rem;opacity:.7;padding:1.5rem}@media (max-width:768px){.hs-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hs-gallery__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.hs-gallery__img{transition:none}.hs-gallery__link:focus-visible .hs-gallery__img,.hs-gallery__link:hover .hs-gallery__img{transform:none}}