.masonry-gallery-wrapper{height:90vh;padding:20px}.masonry-gallery-container{display:flex;flex-wrap:wrap;gap:15px;height:calc(100% - 50px);overflow:hidden}.masonry-column-wrapper{display:flex;flex:1 1 calc(16.666% - 15px);flex-direction:column;height:100%;min-width:0}.masonry-column{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;position:relative;scroll-behavior:auto}.column-footer{background:#000;color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px;margin-top:15px;overflow:hidden;padding:12px 8px;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.masonry-column::-webkit-scrollbar{background:transparent;width:0}.masonry-column{scrollbar-width:none;-ms-overflow-style:none}.column-clone,.column-content{display:flex;flex-direction:column;gap:15px}.column-clone{margin-top:15px}.masonry-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;display:block;opacity:0;overflow:hidden;-webkit-perspective:1000px;perspective:1000px;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%;will-change:transform,opacity}.masonry-item.animate{-webkit-animation:flipIn 1s ease-out forwards;animation:flipIn 1s ease-out forwards}.masonry-item.animate:first-child{animation-delay:.05s;-webkit-animation-delay:.05s}.masonry-item.animate:nth-child(2){animation-delay:.1s;-webkit-animation-delay:.1s}.masonry-item.animate:nth-child(3){animation-delay:.15s;-webkit-animation-delay:.15s}.masonry-item.animate:nth-child(4){animation-delay:.2s;-webkit-animation-delay:.2s}.masonry-item.animate:nth-child(5){animation-delay:.25s;-webkit-animation-delay:.25s}.masonry-item.animate:nth-child(6){animation-delay:.3s;-webkit-animation-delay:.3s}.masonry-item.animate:nth-child(7){animation-delay:.35s;-webkit-animation-delay:.35s}.masonry-item.animate:nth-child(8){animation-delay:.4s;-webkit-animation-delay:.4s}.masonry-item.animate:nth-child(9){animation-delay:.45s;-webkit-animation-delay:.45s}.masonry-item.animate:nth-child(10){animation-delay:.5s;-webkit-animation-delay:.5s}.masonry-item.animate:nth-child(11){animation-delay:.55s;-webkit-animation-delay:.55s}.masonry-item.animate:nth-child(12){animation-delay:.6s;-webkit-animation-delay:.6s}.masonry-item.animate:nth-child(13){animation-delay:.65s;-webkit-animation-delay:.65s}.masonry-item.animate:nth-child(14){animation-delay:.7s;-webkit-animation-delay:.7s}.masonry-item.animate:nth-child(15){animation-delay:.75s;-webkit-animation-delay:.75s}.masonry-item.animate:nth-child(16){animation-delay:.8s;-webkit-animation-delay:.8s}.masonry-item.animate:nth-child(17){animation-delay:.85s;-webkit-animation-delay:.85s}.masonry-item.animate:nth-child(18){animation-delay:.9s;-webkit-animation-delay:.9s}.masonry-item.animate:nth-child(19){animation-delay:.95s;-webkit-animation-delay:.95s}.masonry-item.animate:nth-child(20){animation-delay:1s;-webkit-animation-delay:1s}.masonry-column-wrapper:first-child .masonry-item.animate{-webkit-animation-name:flipInLeft;animation-name:flipInLeft}.masonry-column-wrapper:nth-child(2) .masonry-item.animate{-webkit-animation-name:flipInRight;animation-name:flipInRight}.masonry-column-wrapper:nth-child(3) .masonry-item.animate{-webkit-animation-name:flipInTop;animation-name:flipInTop}.masonry-column-wrapper:nth-child(4) .masonry-item.animate{-webkit-animation-name:flipInBottom;animation-name:flipInBottom}.masonry-column-wrapper:nth-child(5) .masonry-item.animate{-webkit-animation-name:flipInLeft;animation-name:flipInLeft}.masonry-column-wrapper:nth-child(6) .masonry-item.animate{-webkit-animation-name:flipInRight;animation-name:flipInRight}@-webkit-keyframes flipInLeft{0%{opacity:0;-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg)}to{opacity:1;-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}}@keyframes flipInLeft{0%{opacity:0;-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg)}to{opacity:1;-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}}@-webkit-keyframes flipInRight{0%{opacity:0;-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg)}to{opacity:1;-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}}@keyframes flipInRight{0%{opacity:0;-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg)}to{opacity:1;-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}}@-webkit-keyframes flipInTop{0%{opacity:0;-webkit-transform:perspective(1000px) rotateX(-90deg);transform:perspective(1000px) rotateX(-90deg)}to{opacity:1;-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}}@keyframes flipInTop{0%{opacity:0;-webkit-transform:perspective(1000px) rotateX(-90deg);transform:perspective(1000px) rotateX(-90deg)}to{opacity:1;-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}}@-webkit-keyframes flipInBottom{0%{opacity:0;-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg)}to{opacity:1;-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}}@keyframes flipInBottom{0%{opacity:0;-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg)}to{opacity:1;-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}}.masonry-item img{display:block;height:auto;-webkit-transition:-webkit-transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease;width:100%}.masonry-item:hover img{opacity:.9;-webkit-transform:scale(1.05);transform:scale(1.05)}.lightbox-overlay{align-items:center;background:rgba(0,0,0,.9);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.lightbox-overlay.active{display:flex}.lightbox-content{max-height:90vh;max-width:90%;object-fit:contain}.lightbox-close{color:#fff;cursor:pointer;font-size:40px;font-weight:300;position:absolute;right:40px;top:20px;z-index:10000}.lightbox-close:hover{color:#ccc}@media (max-width:1096px){.masonry-gallery-container{align-content:flex-start;height:calc(100% - 50px)}.masonry-column-wrapper{flex:1 1 calc(25% - 15px);height:45vh}.column-footer{font-size:12px;padding:10px 6px}}@media (max-width:768px){.masonry-gallery-wrapper{gap:10px;height:100vh}.masonry-gallery-container{align-content:flex-start;gap:10px;height:calc(100% - 40px)}.masonry-column-wrapper{flex:1 1 calc(50% - 10px);height:28vh}.column-content{gap:10px}.column-clone{gap:10px;margin-top:10px}.column-footer{font-size:11px;margin-top:8px;padding:8px 4px}.masonry-item.animate{-webkit-animation-duration:.6s;animation-duration:.6s}.masonry-item.animate:nth-child(n+10){-webkit-animation-delay:.5s;animation-delay:.5s}.masonry-item:hover img{opacity:1;-webkit-transform:none;transform:none}.lightbox-close{font-size:30px;right:20px;top:10px}}