.gallery-grid-item,.gallery-item-wrapper,.section-gallery{position:relative;overflow:hidden}.section-gallery{padding:4rem 0}.gallery-block-container{max-width:1240px;margin:0 auto;padding:0 2rem;width:100%}.gallery-header{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:4rem}.gallery-title{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;color:#333;margin:0;line-height:1.2}.gallery-text{font-size:1.125rem;line-height:1.7;color:#666}.gallery-text p{margin:0 0 1rem}.gallery-text p:last-child{margin-bottom:0}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem;margin-left:0;margin-right:0;--gallery-columns:4;width:100%}.gallery-grid.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.gallery-grid.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.gallery-grid.gallery-columns-4{grid-template-columns:repeat(4,1fr)}.gallery-grid.gallery-columns-5{grid-template-columns:repeat(5,1fr)}.gallery-grid.gallery-columns-6{grid-template-columns:repeat(6,1fr)}.gallery-grid-item{border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:box-shadow .3s,transform .3s;aspect-ratio:1}.lightbox-close,.lightbox-nav{cursor:pointer;transition:.3s;backdrop-filter:blur(10px)}.gallery-grid[data-lightbox-enabled="1"] .gallery-grid-item{cursor:pointer}.gallery-grid-item.has-alt-text{aspect-ratio:auto;min-height:auto}.gallery-grid-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-2px)}.gallery-item-wrapper{width:100%;height:100%;padding:20px;box-sizing:border-box;display:flex;flex-direction:column}.gallery-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px;flex-shrink:0}.gallery-item-wrapper.has-alt-text{padding-bottom:20px}.gallery-item-wrapper.has-alt-text .gallery-image{height:auto;flex:1;min-height:0}.gallery-image-alt-text{margin-top:12px;padding-top:12px;font-size:1rem;font-weight:600;color:#070707;line-height:1.4;text-align:center;border-top:1px solid rgba(222,209,177,.3);flex-shrink:0}.gallery-item-icon,.gallery-item-overlay{display:none}.gallery-count{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.7);color:#fff;padding:.5rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.gallery-count-number{font-size:1rem;font-weight:700}.gallery-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center}.gallery-lightbox[style*=flex]{display:flex!important}.lightbox-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);backdrop-filter:blur(10px)}.lightbox-container,.lightbox-header{background:0 0;width:90%;max-width:1200px;display:flex}.lightbox-container{position:relative;max-height:90vh;border-radius:0;overflow:visible;box-shadow:none;margin:0 auto;flex-direction:column;align-items:center;justify-content:center}.lightbox-header{align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:none;position:absolute;top:2rem;left:50%;transform:translateX(-50%);z-index:10}.lightbox-close,.lightbox-nav,.lightbox-nav:disabled:hover{background:rgba(255,255,255,.2)}.lightbox-counter{font-size:1.125rem;color:#fff;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5)}.lightbox-close{width:40px;height:40px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.lightbox-content,.lightbox-image-container{position:relative;align-items:center;display:flex}.lightbox-close:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.lightbox-content{justify-content:center;width:100%;padding:80px 0;min-height:auto}.lightbox-image-container{max-width:100%;max-height:70vh;justify-content:center}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:0;box-shadow:none}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.lightbox-nav:hover{background:rgba(255,255,255,.3);transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-nav:disabled{opacity:.3;cursor:not-allowed;transform:translateY(-50%)}.lightbox-nav:disabled:hover{transform:translateY(-50%)}@media (max-width:992px){.gallery-header{grid-template-columns:1fr;gap:2rem;text-align:center}.gallery-grid.gallery-columns-4,.gallery-grid.gallery-columns-5,.gallery-grid.gallery-columns-6{grid-template-columns:repeat(3,1fr)}.gallery-grid.gallery-columns-2,.gallery-grid.gallery-columns-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section-gallery{padding:3rem 20px}.gallery-block-container{padding:0 1rem}.gallery-grid{gap:.75rem}.gallery-grid.gallery-columns-2,.gallery-grid.gallery-columns-3,.gallery-grid.gallery-columns-4,.gallery-grid.gallery-columns-5,.gallery-grid.gallery-columns-6{grid-template-columns:repeat(2,1fr)}.lightbox-container{width:95%;max-height:95%}.lightbox-header{padding:1rem 1.5rem}.lightbox-content{padding:1rem;min-height:300px}.lightbox-nav{width:40px;height:40px}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}@media (max-width:576px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.lightbox-header{padding:.75rem 1rem}.lightbox-content{padding:.5rem}}