.galery-item-style-1{display:flex;flex-direction:column}.galery-item-style-1__img{position:relative;display:block;width:100%;border-radius:1rem;border-radius:var(--item-border-radius);overflow:hidden;box-shadow:0 4px 24px rgba(34,54,104,.08);background:var(--neutral4);aspect-ratio:1;cursor:pointer;transition:transform .2s ease}.galery-item-style-1__img:hover{transform:scale(1.02)}.section-bg-dark .galery-item-style-1__img{background:var(--inverted-background)}.galery-item-style-1__img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;pointer-events:auto}.section-item-layout-masonry__item .galery-item-style-1__img{padding:0;display:block;height:100%}.section-item-layout-masonry__item .galery-item-style-1__img img{position:relative;display:block;width:100%;height:100%;pointer-events:auto}.img-2x1 .galery-item-style-1__img{aspect-ratio:2/1}.img-3x1 .galery-item-style-1__img{aspect-ratio:3/1}.img-3x2 .galery-item-style-1__img{aspect-ratio:3/2}.img-4x3 .galery-item-style-1__img{aspect-ratio:4/3}.img-16x9 .galery-item-style-1__img{aspect-ratio:16/9}.img-2x3 .galery-item-style-1__img{aspect-ratio:2/3}.img-3x4 .galery-item-style-1__img{aspect-ratio:3/4}.img-4x5 .galery-item-style-1__img{aspect-ratio:4/5}.img-3x5 .galery-item-style-1__img{aspect-ratio:3/5}.galery-item-style-1__note{padding:.5rem 0 0;text-align:center}.gallery-item-style-2{display:flex;flex-direction:column}.gallery-item-style-2__img{padding:0 0 100%;position:relative;width:100%;height:0;display:block;border-radius:1rem;border-radius:var(--item-border-radius);overflow:hidden;box-shadow:0 4px 24px rgba(34,54,104,.08);background:var(--neutral4);flex:1;cursor:pointer;transition:transform .2s ease}.gallery-item-style-2__img:hover{transform:scale(1.02)}.section-bg-dark .gallery-item-style-2__img{background:var(--inverted-background)}.gallery-item-style-2__img img{position:absolute;left:0;top:0;width:100%;display:block;height:100%;object-fit:cover;pointer-events:auto}.section-item-layout-masonry__item .gallery-item-style-2__img{padding:0;display:block;height:100%}.section-item-layout-masonry__item .gallery-item-style-2__img img{position:relative;display:block;width:100%;height:100%;pointer-events:auto}.img-2x1 .gallery-item-style-2__img{padding:0 0 50%}.img-3x1 .gallery-item-style-2__img{padding:0 0 33.3%}.img-3x2 .gallery-item-style-2__img{padding:0 0 66.6%}.img-4x3 .gallery-item-style-2__img{padding:0 0 75%}.img-16x9 .gallery-item-style-2__img{padding:0 0 56.25%}.img-2x3 .gallery-item-style-2__img{padding:0 0 150%}.img-3x4 .gallery-item-style-2__img{padding:0 0 133.3%}.img-4x5 .gallery-item-style-2__img{padding:0 0 125%}.img-3x5 .gallery-item-style-2__img{padding:0 0 166.6%}.galery-item-style-3{display:flex;flex-direction:column}.galery-item-style-3__img{padding:0 0 100%;position:relative;width:100%;height:0;display:block;overflow:hidden;border-radius:var(--item-border-radius);flex:1;cursor:pointer;transition:transform .2s ease}.galery-item-style-3__img:hover{transform:scale(1.02)}.galery-item-style-3__img img{position:absolute;left:0;top:0;display:block;width:100%;height:100%;pointer-events:auto;object-fit:cover}.section-item-layout-masonry__item .galery-item-style-3__img{padding:0;display:block;height:100%}.section-item-layout-masonry__item .galery-item-style-3__img img{position:relative;display:block;width:100%;height:100%;pointer-events:auto}.img-2x1 .galery-item-style-3__img{padding:0 0 50%}.img-3x1 .galery-item-style-3__img{padding:0 0 33.3%}.img-3x2 .galery-item-style-3__img{padding:0 0 66.6%}.img-4x3 .galery-item-style-3__img{padding:0 0 75%}.img-16x9 .galery-item-style-3__img{padding:0 0 56.25%}.img-2x3 .galery-item-style-3__img{padding:0 0 150%}.img-3x4 .galery-item-style-3__img{padding:0 0 133.3%}.img-4x5 .galery-item-style-3__img{padding:0 0 125%}.img-3x5 .galery-item-style-3__img{padding:0 0 166.6%}.lightbox[data-v-63ff9ec3]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn-data-v-63ff9ec3 .3s ease}.lightbox-content[data-v-63ff9ec3]{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;animation:scaleIn-data-v-63ff9ec3 .3s ease}.lightbox-close[data-v-63ff9ec3]{position:absolute;top:16px;right:16px;width:40px;height:40px;background:rgba(0,0,0,.7);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease}.lightbox-close[data-v-63ff9ec3]:hover{background:rgba(0,0,0,.9);transform:scale(1.1)}.lightbox-image-container[data-v-63ff9ec3]{flex:1;display:flex;align-items:center;justify-content:center;padding:0;min-height:200px;max-height:90vh;position:relative;overflow:hidden}.lightbox-image-container.has-vertical-scroll[data-v-63ff9ec3]{overflow-y:auto;align-items:flex-start}.lightbox-image-container.has-vertical-scroll .image-wrapper[data-v-63ff9ec3]{width:100%;display:flex;justify-content:center}.lightbox-image-container.has-vertical-scroll .lightbox-image[data-v-63ff9ec3]{max-height:none;height:auto}.image-wrapper[data-v-63ff9ec3]{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.lightbox-image[data-v-63ff9ec3]{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;display:block}.lightbox-placeholder[data-v-63ff9ec3]{display:flex;align-items:center;justify-content:center;height:200px;color:#666}.lightbox-placeholder .placeholder-content[data-v-63ff9ec3]{text-align:center}.lightbox-placeholder .placeholder-content .placeholder-icon[data-v-63ff9ec3]{color:#ccc;margin-bottom:12px}.lightbox-placeholder .placeholder-content p[data-v-63ff9ec3]{margin:0;font-style:italic}.scroll-hint[data-v-63ff9ec3]{position:absolute;bottom:10px;right:10px;color:hsla(0,0%,100%,.7);background:rgba(0,0,0,.5);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;animation:bounce-data-v-63ff9ec3 2s infinite}.scroll-hint svg[data-v-63ff9ec3]{width:16px;height:16px}@keyframes bounce-data-v-63ff9ec3{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.lightbox-loading[data-v-63ff9ec3]{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.8);z-index:5}.loading-spinner[data-v-63ff9ec3]{width:40px;height:40px;border:3px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:spin-data-v-63ff9ec3 1s linear infinite}.lightbox-nav[data-v-63ff9ec3]{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none;z-index:5}.lightbox-nav-btn[data-v-63ff9ec3]{width:50px;height:50px;background:rgba(0,0,0,.7);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 20px;pointer-events:auto;transition:all .2s ease}.lightbox-nav-btn[data-v-63ff9ec3]:hover:not(:disabled){background:rgba(0,0,0,.9);transform:scale(1.1)}.lightbox-nav-btn[data-v-63ff9ec3]:disabled{opacity:.3;cursor:not-allowed}.lightbox-caption[data-v-63ff9ec3]{padding:20px;background:#f8f9fa;border-top:1px solid #e9ecef;flex-shrink:0}.lightbox-caption .lightbox-alt[data-v-63ff9ec3]{font-weight:600;font-size:16px;margin-bottom:8px;color:#333}.lightbox-caption .lightbox-note[data-v-63ff9ec3]{font-size:14px;color:#666;margin-bottom:8px}.lightbox-caption .lightbox-counter[data-v-63ff9ec3]{font-size:12px;color:#999;text-align:center}@keyframes fadeIn-data-v-63ff9ec3{0%{opacity:0}to{opacity:1}}@keyframes scaleIn-data-v-63ff9ec3{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes spin-data-v-63ff9ec3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.lightbox-content[data-v-63ff9ec3]{max-width:95vw;max-height:95vh}.lightbox-nav-btn[data-v-63ff9ec3]{width:40px;height:40px;margin:0 10px}.lightbox-close[data-v-63ff9ec3]{top:8px;right:8px;width:36px;height:36px}.lightbox-image-container[data-v-63ff9ec3]{padding:10px;max-height:calc(95vh - 100px)}.lightbox-caption[data-v-63ff9ec3]{padding:12px}.scroll-hint[data-v-63ff9ec3]{width:28px;height:28px}.scroll-hint svg[data-v-63ff9ec3]{width:14px;height:14px}}.gallery-base[data-v-6b07dab1]{--ratio:100%}.gallery-base .galery-item-style-4__img[data-v-6b07dab1]{padding:0 0 var(--ratio)}