.is-zoomable{cursor: zoom-in}.is-zoomable:focus-visible{outline: 3px solid var(--color-accent);outline-offset: 3px}.lightbox{width: 100vw;max-width: 100vw;height: 100dvh;max-height: 100dvh;margin: 0;padding: 0;border: 0;background: transparent;color: #fff;overflow: hidden}.lightbox::backdrop{background: rgba(0,0,0,.94)}.lightbox__scene{display: flex;align-items: center;justify-content: center;gap: clamp(.25rem,2vw,1.5rem);width: 100%;height: 100%;padding: clamp(.75rem,3vw,2.5rem);box-sizing: border-box}.lightbox__figure{display: flex;flex-direction: column;align-items: center;gap: .75rem;margin: 0;min-width: 0}.lightbox__img{display: block;max-width: 100%;max-height: calc(100dvh - 9rem);width: auto;height: auto;object-fit: contain}.lightbox__caption{max-width: 60ch;text-align: center;font-size: .95rem;line-height: 1.45;color: rgba(255,255,255,.86)}.lightbox__count{position: absolute;left: 0;right: 0;bottom: .9rem;margin: 0;text-align: center;font-size: .85rem;letter-spacing: .06em;color: rgba(255,255,255,.7);font-variant-numeric: tabular-nums}.lightbox__close,.lightbox__nav{display: inline-flex;align-items: center;justify-content: center;width: 44px;height: 44px;flex: 0 0 auto;padding: 0;border: 1px solid rgba(255,255,255,.35);border-radius: 50%;background: rgba(0,0,0,.35);color: #fff;font-size: 1.6rem;line-height: 1;cursor: pointer}.lightbox__close:hover,.lightbox__nav:hover{background: rgba(255,255,255,.18);border-color: rgba(255,255,255,.6)}.lightbox__close:focus-visible,.lightbox__nav:focus-visible{outline: 3px solid #fff;outline-offset: 2px}.lightbox__close{position: absolute;top: .9rem;right: .9rem;font-size: 1.9rem}@media (max-width: 34rem){.lightbox__scene{flex-wrap: wrap;align-content: center}.lightbox__figure{order: -1;flex: 1 0 100%}.lightbox__img{max-height: calc(100dvh - 13rem)}}@media (prefers-reduced-motion: no-preference){.lightbox[open] .lightbox__figure{animation: lightbox-in .18s ease-out}@keyframes lightbox-in{from{opacity: 0;transform: scale(.97)}to{opacity: 1;transform: none}}}