html{scroll-padding-top:80px;scroll-behavior:smooth}.gallery{position:relative}.gallery .gallery-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media(min-width: 768px){.gallery .gallery-grid{grid-template-columns:repeat(3, 1fr);gap:1.5rem}}@media(min-width: 992px){.gallery .gallery-grid{grid-template-columns:repeat(4, 1fr)}}.gallery .gallery-grid .gallery-item{aspect-ratio:1/1}.gallery .gallery-grid .gallery-item .gallery-link{display:block;width:100%;height:100%}.gallery .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover}.gallery .gallery-masonry{column-count:2;column-gap:1rem}@media(min-width: 768px){.gallery .gallery-masonry{column-count:3;column-gap:1.5rem}}@media(min-width: 992px){.gallery .gallery-masonry{column-count:4}}.gallery .gallery-masonry .gallery-item{break-inside:avoid;margin-bottom:1rem;display:inline-block;width:100%}@media(min-width: 768px){.gallery .gallery-masonry .gallery-item{margin-bottom:1.5rem}}.gallery .gallery-masonry .gallery-item .gallery-link{display:block}.gallery .gallery-masonry .gallery-item img{width:100%;height:auto;display:block}.gallery .gallery-item{position:relative;border-radius:50px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:box-shadow .3s ease}.gallery .gallery-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.12)}.gallery .gallery-item:hover img{transform:scale(1.03)}.gallery .gallery-item img{transition:transform .4s ease}.pf-gallery-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.pf-gallery-lightbox--active{opacity:1;pointer-events:auto}.pf-gallery-lightbox__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.92);backdrop-filter:blur(8px)}.pf-gallery-lightbox__content{position:relative;z-index:2;max-width:90%;max-height:85%;display:flex;flex-direction:column;align-items:center;justify-content:center}.pf-gallery-lightbox__image-container{position:relative;text-align:center;background-color:hsla(0,0%,100%,.02);border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.5)}.pf-gallery-lightbox__image-container img{max-width:100%;max-height:80vh;object-fit:contain;display:block;margin:0 auto}.pf-gallery-lightbox__caption{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.7);color:#fff;font-size:.95rem;text-align:center;width:100%;position:absolute;bottom:0;left:0;transform:translateY(100%);transition:transform .3s ease}.pf-gallery-lightbox__image-container:hover .pf-gallery-lightbox__caption{transform:translateY(0)}.pf-gallery-lightbox__close{position:absolute;top:-45px;right:0;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;opacity:.7;transition:opacity .2s,transform .2s;line-height:1}.pf-gallery-lightbox__close:hover{opacity:1;transform:scale(1.1)}.pf-gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);border:none;color:#fff;font-size:1.5rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s,background-color .2s;z-index:10}.pf-gallery-lightbox__nav:hover{opacity:1;background-color:hsla(0,0%,100%,.25)}.pf-gallery-lightbox__nav--prev{left:-80px}@media(max-width: 768px){.pf-gallery-lightbox__nav--prev{left:10px}}.pf-gallery-lightbox__nav--next{right:-80px}@media(max-width: 768px){.pf-gallery-lightbox__nav--next{right:10px}}.pf-gallery-lightbox__counter{position:absolute;bottom:-35px;left:50%;transform:translateX(-50%);color:hsla(0,0%,100%,.7);font-size:.9rem}/*# sourceMappingURL=gallery.css.map */
