.gallery-section{--gallery-accent: #2266cc;margin-top:2rem}.gallery-section .gallery-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.gallery-section .gallery-nav{display:flex;gap:.375rem}.gallery-section .gallery-prev,.gallery-section .gallery-next{width:32px;height:32px;padding:0;border:1px solid rgba(0,0,0,.1);border-radius:6px;background:#fff;color:inherit;line-height:1}.gallery-section .gallery-prev:hover,.gallery-section .gallery-next:hover{border-color:var(--gallery-accent);color:var(--gallery-accent)}.gallery-section .gallery-prev:focus-visible,.gallery-section .gallery-next:focus-visible{outline:2px solid var(--gallery-accent);outline-offset:2px}.gallery-section .gallery-prev.swiper-button-disabled,.gallery-section .gallery-next.swiper-button-disabled{opacity:.35;pointer-events:none}.gallery-section .gallery-tile{display:block;width:100%;padding:0;border:0;border-radius:8px;overflow:hidden;background:#f1f3f6;cursor:pointer}.gallery-section .gallery-tile img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.gallery-section .gallery-tile:focus-visible{outline:2px solid var(--gallery-accent);outline-offset:3px}.gallery-section .gallery-dots{display:flex;justify-content:center;gap:.375rem;margin-top:.75rem}.gallery-section .gallery-dots .swiper-pagination-bullet{width:6px;height:6px;border-radius:50%;background:rgba(0,0,0,.1);opacity:1;border:0;padding:0;cursor:pointer}.gallery-section .gallery-dots .swiper-pagination-bullet-active{width:18px;border-radius:3px;background:var(--gallery-accent)}@media(min-width: 992px){.gallery-section .gallery-dots{display:none}}body.gallery-viewer-open{overflow:hidden}.gallery-viewer[hidden]{display:none !important}.gallery-viewer{position:fixed;inset:0;z-index:1060;background:rgba(8,11,16,.9);display:grid;grid-template-rows:auto 1fr;padding:1rem}.gallery-viewer .gallery-viewer-bar{display:flex;align-items:center;justify-content:space-between;color:#fff}.gallery-viewer .gallery-viewer-count{font-size:.8rem;opacity:.8}.gallery-viewer .gallery-viewer-close{padding:.25rem .75rem;border:1px solid hsla(0,0%,100%,.3);border-radius:7px;background:rgba(0,0,0,0);color:#fff}.gallery-viewer .gallery-viewer-stage{display:grid;place-items:center;min-height:0;padding:1rem 0}.gallery-viewer .gallery-viewer-stage img{max-width:min(880px,92vw);max-height:100%;border-radius:10px}.gallery-viewer .gallery-viewer-nav{position:fixed;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid hsla(0,0%,100%,.3);background:rgba(8,11,16,.6);color:#fff}.gallery-viewer .gallery-viewer-nav.prev{left:1rem}.gallery-viewer .gallery-viewer-nav.next{right:1rem}.gallery-viewer .gallery-viewer-close:focus-visible,.gallery-viewer .gallery-viewer-nav:focus-visible{outline:2px solid #fff;outline-offset:2px}
