body.photo{height:100vh;overflow:hidden;text-transform:none}.scroll-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior:contain;scrollbar-width:none}.scroll-wrapper::-webkit-scrollbar{display:none}.section_content{display:flex;align-items:center;height:100vh;padding:0 12vw;gap:5vw;will-change:transform}.shot{flex:0 0 auto;height:68vh;width:102vh;margin:0;overflow:hidden;background:#f1f1f1;cursor:pointer}.shot img{width:100%;height:100%;object-fit:cover;display:block}.photo-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,4vw,4rem);padding:6vh 6vw;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s ease,visibility 0s linear .5s}.photo-viewer.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .5s ease}.photo-viewer__stage{flex:0 1 auto;display:flex}.photo-viewer__stage img{width:auto;height:auto;max-height:80vh;max-width:58vw;object-fit:contain;display:block}.photo-meta{flex:0 0 auto;width:clamp(13rem,20vw,17rem);opacity:0;transform:translate(.6rem);transition:opacity .5s ease .15s,transform .5s ease .15s}.photo-viewer.is-open .photo-meta{opacity:1;transform:none}.photo-meta__id{font-family:lores-12,sans-serif;text-transform:uppercase;font-size:1.15rem;margin:0 0 .9rem}.photo-meta__val{font-family:forma-djr-mono,monospace;font-size:.82rem;letter-spacing:.04em;margin:0;line-height:1.9}@media(max-width:720px),(orientation:portrait){.section_content{gap:8vw;padding:0 8vw}.shot{width:min(84vw,117vh);height:auto;aspect-ratio:3 / 2}.photo-viewer{flex-direction:column;gap:1.4rem;padding:4vh 6vw}.photo-viewer__stage img{max-width:86vw;max-height:56vh}.photo-meta{width:86vw}}
