.gallery-container{padding:0;min-height:50vh;background:var(--nike-white)}.gallery-filters{display:flex;flex-wrap:wrap;gap:0;padding:0 1.5rem;border-bottom:1px solid var(--nike-grey-200);background:var(--nike-white);position:sticky;top:0;z-index:50}.gallery-filter-btn{padding:1rem 1.5rem;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--nike-grey-500);background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .15s ease,border-color .15s ease;margin-bottom:-1px}.gallery-filter-btn:hover{color:var(--nike-grey-900)}.gallery-filter-btn.active{color:var(--nike-grey-900);border-bottom-color:var(--nike-black)}.gallery-masonry{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--nike-grey-200);padding:1px}@media(max-width:1024px){.gallery-masonry{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.gallery-masonry{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.gallery-masonry{grid-template-columns:1fr}}.gallery-item{position:relative;aspect-ratio:1;overflow:hidden;cursor:pointer;background:var(--nike-white)}.gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .15s ease}.gallery-item:hover img{opacity:.85}.gallery-item-badge{position:absolute;top:.75rem;left:.75rem;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--nike-white);background:var(--nike-black);padding:.25rem .5rem;z-index:2}.gallery-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:4rem 2rem;background:var(--nike-white)}.gallery-empty svg{color:var(--nike-grey-300);margin-bottom:1.5rem}.gallery-empty h3{font-size:1.25rem;font-weight:700;color:var(--nike-grey-900);margin:0 0 .5rem;text-transform:uppercase}.gallery-empty p{font-size:.875rem;color:var(--nike-grey-500);margin:0}.gallery-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:var(--nike-white);animation:lightboxFadeIn .2s ease}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.gallery-lightbox-content{position:relative;width:100%;height:100%;max-width:1400px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.gallery-lightbox-close{position:fixed;top:1.5rem;right:1.5rem;width:3rem;height:3rem;font-size:1.5rem;color:var(--nike-grey-900);background:transparent;border:1px solid var(--nike-grey-300);cursor:pointer;transition:background .15s ease;z-index:10;display:flex;align-items:center;justify-content:center}.gallery-lightbox-close:hover{background:var(--nike-grey-100)}.gallery-lightbox-counter{position:fixed;top:1.5rem;left:1.5rem;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--nike-grey-500)}.gallery-lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--nike-grey-300);color:var(--nike-grey-900);cursor:pointer;transition:background .15s ease;z-index:10}.gallery-lightbox-nav:hover{background:var(--nike-grey-100)}.gallery-lightbox-nav--prev{left:1.5rem}.gallery-lightbox-nav--next{right:1.5rem}.gallery-lightbox-nav svg{width:20px;height:20px}.gallery-lightbox-image{max-width:100%;max-height:65vh;object-fit:contain}.gallery-lightbox-info{width:100%;max-width:600px;padding:2rem 0 0;text-align:center}.gallery-lightbox-info h2{font-size:1rem;font-weight:700;color:var(--nike-grey-900);text-transform:uppercase;margin:0 0 .5rem}.gallery-lightbox-info p{font-size:.875rem;color:var(--nike-grey-600);margin:0 0 1.5rem;line-height:1.6}.gallery-lightbox-link{display:inline-flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--nike-white);background:var(--nike-black);text-decoration:none;padding:.875rem 1.5rem;border-radius:9999px;transition:background .15s ease;margin-bottom:1rem}.gallery-lightbox-link:hover{background:var(--nike-grey-800)}.gallery-lightbox-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.gallery-lightbox-tag{font-size:.6875rem;font-weight:500;letter-spacing:.05em;color:var(--nike-grey-500)}@media(max-width:768px){.gallery-filters{padding:0 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gallery-filters::-webkit-scrollbar{display:none}.gallery-filter-btn{padding:.875rem 1rem;white-space:nowrap}.gallery-lightbox-content{padding:3.5rem 1rem 2rem}.gallery-lightbox-close{top:.75rem;right:.75rem;width:2.75rem;height:2.75rem;font-size:1.25rem}.gallery-lightbox-counter{top:1rem;left:1rem}.gallery-lightbox-nav{width:2.75rem;height:2.75rem}.gallery-lightbox-nav--prev{left:.5rem}.gallery-lightbox-nav--next{right:.5rem}.gallery-lightbox-image{max-height:55vh}}@media(prefers-reduced-motion:reduce){.gallery-lightbox{animation:none}.gallery-item img,.gallery-filter-btn,.gallery-lightbox-close,.gallery-lightbox-nav,.gallery-lightbox-link{transition:none}}
