.lightbox{z-index:2000;-webkit-backdrop-filter:blur(8px);animation:lightboxFadeIn .3s var(--ease-out);background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox__content{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox__img{object-fit:contain;max-width:85vw;max-height:85vh;animation:lightboxZoomIn .35s var(--ease-out);border-radius:8px;box-shadow:0 20px 60px #00000080}@keyframes lightboxZoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox__close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:fixed;top:24px;right:24px}.lightbox__close:hover{background:#fff3;transform:rotate(90deg)}.lightbox__arrow{color:#fff;cursor:pointer;z-index:10;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.lightbox__arrow:hover{background:#fff3}.lightbox__arrow--prev{left:24px}.lightbox__arrow--next{right:24px}.lightbox__counter{font-family:var(--font-heading);color:#fff9;letter-spacing:.1em;background:#0006;border-radius:100px;padding:8px 20px;font-size:.9rem;font-weight:600;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}@media (max-width:768px){.lightbox__arrow{width:40px;height:40px}.lightbox__arrow--prev{left:12px}.lightbox__arrow--next{right:12px}}
