/* Side controls and slower, staged gallery motion. */
.gallery-track{transition:transform 1.15s cubic-bezier(.16,1,.3,1)!important}.gallery .gallery-actions .gallery-arrow{position:absolute;z-index:5;top:62%;transform:translateY(-50%);width:58px;height:58px;background:rgba(7,26,51,.76);border-color:rgba(190,242,102,.62);box-shadow:0 12px 30px rgba(0,0,0,.28);backdrop-filter:blur(9px)}.gallery .gallery-actions #galleryPrev{left:max(18px,calc((100vw - 1240px)/2))}.gallery .gallery-actions #galleryNext{right:max(18px,calc((100vw - 1240px)/2))}.gallery .gallery-actions .gallery-arrow:hover{transform:translateY(-50%) scale(1.08);background:var(--lime)}.gallery-slide.is-active figure{animation:galleryCardEnter .8s both}.gallery-slide.is-active figure:nth-child(2){animation-delay:.12s}.gallery-slide.is-active figure:nth-child(3){animation-delay:.24s}@keyframes galleryCardEnter{from{opacity:0;transform:translateY(28px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
.gallery-slide figure:before{content:'';position:absolute;z-index:3;top:-55%;left:-80%;width:42%;height:220%;pointer-events:none;opacity:0;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.05) 20%,rgba(255,255,255,.78) 48%,rgba(255,255,255,.08) 76%,transparent 100%);transform:rotate(-28deg)}.gallery-slide figure:hover:before{opacity:1;animation:gallerySheen .95s cubic-bezier(.2,.7,.2,1) forwards}@keyframes gallerySheen{from{left:-80%}to{left:145%}}
@media(max-width:650px){.gallery .gallery-actions .gallery-arrow{top:66%;width:45px;height:45px}.gallery .gallery-actions #galleryPrev{left:10px}.gallery .gallery-actions #galleryNext{right:10px}}
