.gallery-container{min-height:100vh;display:flex;flex-direction:column;padding:4rem 2rem 2rem;max-width:100%;overflow-x:hidden}.gallery-header{text-align:center;margin-bottom:4rem;padding-top:2rem}.gallery-title{font-family:Future Z,sans-serif;font-weight:700;font-style:normal;font-size:clamp(2rem,5vw,3.5rem);background:linear-gradient(90deg,#ff207a,#9050ff,#00d4ff,#1060c0,#9050ff,#ff207a);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:titleGradient 6s linear infinite;margin-bottom:1rem;line-height:1.1}@keyframes titleGradient{0%{background-position:0% 50%}to{background-position:300% 50%}}.gallery-subtitle{font-family:IBM Plex Sans,sans-serif;font-size:clamp(1rem,2.5vw,1.2rem);color:#ffffff80;max-width:600px;margin:0 auto;line-height:1.6}.gallery-section{margin-bottom:4rem}.section-title{font-family:Orbitron,sans-serif;font-size:clamp(1.2rem,3vw,1.6rem);font-weight:500;letter-spacing:.15em;text-transform:uppercase;background:linear-gradient(90deg,#ff207a,#9050ff,#00d4ff,#1060c0);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1.5rem;padding-left:1rem;position:relative}.section-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:70%;background:linear-gradient(180deg,#00d4ff,#9050ff);border-radius:2px}.gallery-slider{position:relative;width:100%;overflow:hidden}.gallery-track{display:flex;gap:1.5rem;padding:1rem .5rem 1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(0,212,255,.3) transparent;-webkit-overflow-scrolling:touch}.gallery-track::-webkit-scrollbar{height:6px}.gallery-track::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.gallery-track::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#00d4ff66,#8a2be266);border-radius:3px}.gallery-track::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#00d4ff99,#8a2be299)}.gallery-item{flex:0 0 auto;width:clamp(280px,35vw,400px);scroll-snap-align:start;margin:0;position:relative;cursor:pointer;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;border:2px solid rgba(0,212,255,.3);box-shadow:0 4px 20px #0006,0 2px 10px #8a2be233,0 1px 6px #00d4ff26;transition:all .4s ease}.gallery-item:hover{transform:translateY(-8px) scale(1.02)}.gallery-item:hover img{border-color:#00d4ffb3;box-shadow:0 8px 30px #00000080,0 4px 20px #8a2be259,0 2px 12px #00d4ff40}.gallery-item figcaption{font-family:aktiv-grotesk,sans-serif;font-size:.85rem;font-weight:400;color:#ffffffb3;text-align:center;margin-top:.75rem;padding:0 .5rem;letter-spacing:.03em;transition:color .3s ease}.gallery-item:hover figcaption{color:#fffffff2}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.lightbox.active{opacity:1;visibility:visible}.lightbox-content{max-width:90vw;max-height:85vh;margin:0;text-align:center}.lightbox-content img{max-width:100%;max-height:75vh;object-fit:contain;border-radius:8px;border:2px solid rgba(0,212,255,.4);box-shadow:0 8px 40px #0009,0 4px 20px #8a2be24d}.lightbox-content figcaption{font-family:aktiv-grotesk,sans-serif;font-size:1rem;color:#fffc;margin-top:1rem;letter-spacing:.05em}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:#00000080;border:1px solid rgba(0,212,255,.3);color:#fffc;cursor:pointer;transition:all .3s ease;border-radius:50%}.lightbox-close{top:1.5rem;right:1.5rem;width:48px;height:48px;font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center}.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:#00d4ff33;border-color:#00d4ff99;color:#fff}.back-link{display:inline-flex;align-items:center;gap:8px;font-family:aktiv-grotesk,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;text-decoration:none;padding:12px 32px;margin:2rem auto 0;border-radius:60% 40% 55% 45%/45% 55% 40% 60%;background:linear-gradient(145deg,#221d27,#000),radial-gradient(circle at 30% 30%,rgba(255,255,255,.1),transparent 50%),radial-gradient(circle at 70% 70%,rgba(0,0,0,.5),transparent 50%),linear-gradient(45deg,#8a2be20d,#00d4ff0d,#8a2be20d);background-size:100% 100%,150% 150%,150% 150%,200% 200%;background-blend-mode:overlay,multiply,overlay;border:2px solid rgba(0,212,255,.4);box-shadow:0 2px 8px #8a2be24d,0 1px 6px #00d4ff33;text-shadow:0 0 5px rgba(138,43,226,.5),0 0 10px rgba(0,212,255,.3);transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.back-link:hover{color:#fff;border-color:#00d4ffcc;transform:translateY(-3px) scale(1.03);box-shadow:0 4px 12px #00d4ff59,0 6px 16px #8a2be240}.back-link svg{width:16px;height:16px;transition:transform .3s ease;stroke:#00fff7}.back-link:hover svg{transform:translate(-4px);stroke:#00fff7}.skip-link{position:absolute;top:-40px;left:0;background:#00fff7;color:#000;padding:8px 16px;z-index:1000;text-decoration:none;font-family:IBM Plex Sans,sans-serif}.skip-link:focus{top:0}@media (max-width: 768px){.gallery-container{padding:3rem 1rem 2rem}.gallery-header{margin-bottom:3rem}.gallery-item{width:clamp(240px,70vw,320px)}.lightbox-prev,.lightbox-next{width:40px;height:40px;font-size:1.2rem}.lightbox-close{width:40px;height:40px;font-size:1.5rem}}@media (max-width: 480px){.gallery-item{width:clamp(200px,80vw,280px)}.section-title{font-size:1rem;padding-left:.75rem}}@media (prefers-reduced-motion: reduce){.gallery-title,.gallery-item,.gallery-item img{animation:none;transition:none}}
