.Project-module__JFJvDG__root{background:var(--background);width:100%;height:100dvh;position:relative;overflow:hidden}.Project-module__JFJvDG__backButton{z-index:1001;position:absolute;top:1.5rem;right:1.5rem}.Project-module__JFJvDG__imageWrapper{cursor:zoom-in;touch-action:pan-y;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Project-module__JFJvDG__slide{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100dvh;padding:2rem;display:flex}.Project-module__JFJvDG__containedImage{width:100%;max-width:100%;height:100%;max-height:100%}.Project-module__JFJvDG__imageMorphFrame{--frame-width:min(60vw,100%);width:min(var(--frame-width),calc((100dvh - 6rem)*var(--image-ratio)));height:min(calc(100dvh - 6rem),calc(var(--frame-width)/var(--image-ratio)))}.Project-module__JFJvDG__viewerImage{will-change:transform;transition:transform .18s}.Project-module__JFJvDG__containedVideo{width:60vw;max-width:100%;height:auto;max-height:100%}@media screen and (max-width:768px){.Project-module__JFJvDG__slide{padding:1rem}.Project-module__JFJvDG__containedImage{width:100%}.Project-module__JFJvDG__imageMorphFrame{--frame-width:90vw}.Project-module__JFJvDG__containedVideo{width:90vw}}
.FullScreenViewer-module__WGiuEG__viewer{z-index:1000;cursor:zoom-out;touch-action:none;background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}.FullScreenViewer-module__WGiuEG__viewerImageFrame{will-change:transform;backface-visibility:hidden;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.FullScreenViewer-module__WGiuEG__slide{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.FullScreenViewer-module__WGiuEG__zoomWrapper,.FullScreenViewer-module__WGiuEG__zoomContent{justify-content:center;align-items:center;display:flex;width:100dvw!important;height:100dvh!important}.FullScreenViewer-module__WGiuEG__viewerMorphFrame{width:min(100dvw,calc(100dvh*var(--image-ratio)));height:min(100dvh,calc(100dvw/var(--image-ratio)))}.FullScreenViewer-module__WGiuEG__viewerImage{width:100%;height:100%}
.Thumbnails-module__UYEuGa__wrapper{position:absolute;top:50%;right:0;transform:translateY(-50%)}.Thumbnails-module__UYEuGa__root{transform:translateY(calc(var(--active-index)*-3.25rem));flex-direction:column;gap:.25rem;transition:transform .2s ease-out;display:flex;position:absolute;top:calc(50% - 1.625rem);right:2rem}.Thumbnails-module__UYEuGa__item{object-fit:cover;cursor:pointer;opacity:.33;border:0;width:4rem;height:3rem;transition:opacity .2s ease-out}.Thumbnails-module__UYEuGa__item.Thumbnails-module__UYEuGa__active{opacity:1}.Thumbnails-module__UYEuGa__item img{object-fit:cover;width:100%;height:100%}.Thumbnails-module__UYEuGa__framer{border:1px solid var(--foreground);z-index:2;width:calc(4rem + 8px);height:calc(3rem + 8px);position:absolute;top:50%;right:calc(2rem - 4px);transform:translateY(calc(-50% - 2px))}.Thumbnails-module__UYEuGa__videoThumb{object-fit:cover;width:100%;height:100%}.Thumbnails-module__UYEuGa__scrollDownIconContainer{position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.Thumbnails-module__UYEuGa__scrollDownIcon{width:2rem;height:2rem;animation:1.4s ease-in-out infinite Thumbnails-module__UYEuGa__bounce}.Thumbnails-module__UYEuGa__scrollDownIcon svg{width:100%;height:100%;color:var(--foreground)}@keyframes Thumbnails-module__UYEuGa__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media screen and (max-width:768px){.Thumbnails-module__UYEuGa__wrapper{top:unset;right:unset;bottom:0;left:50%;transform:translate(-50%)}.Thumbnails-module__UYEuGa__root{top:unset;right:unset;transform:translateX(calc(var(--active-index)*-2.75rem));flex-direction:row;bottom:1rem;left:calc(50% - 1.375rem)}.Thumbnails-module__UYEuGa__item{width:2.5rem;height:3rem}.Thumbnails-module__UYEuGa__framer{top:unset;right:unset;border:1px solid var(--foreground);z-index:2;width:calc(2.5rem + 8px);height:calc(3rem + 8px);position:absolute;bottom:calc(1rem - 4px);left:50%;transform:translate(calc(-50% - 2px))}.Thumbnails-module__UYEuGa__scrollDownIconContainer{display:none}}
.CoverText-module__GAUFja__outer{z-index:4;-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;justify-content:center;align-items:center;max-width:100%;max-height:100dvh;display:flex;position:absolute;inset:0;overflow-y:auto}.CoverText-module__GAUFja__outer ::-webkit-scrollbar{display:none}.CoverText-module__GAUFja__inner{flex-direction:column;justify-content:center;align-items:center;max-width:800px;padding:0 4rem;display:flex}.CoverText-module__GAUFja__title{text-align:center;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);line-height:1.2}.CoverText-module__GAUFja__caption{text-align:center;font-weight:600}.CoverText-module__GAUFja__description{margin-top:3rem;line-height:1.5}.CoverText-module__GAUFja__description h1,.CoverText-module__GAUFja__description h2{margin-bottom:1rem}.CoverText-module__GAUFja__description p{margin-bottom:2rem}.CoverText-module__GAUFja__description a{font-weight:600;text-decoration:underline}.CoverText-module__GAUFja__revealButton{border:2px solid var(--foreground);color:var(--foreground);background:0 0;padding:.75rem 1.5rem}.CoverText-module__GAUFja__revealButton:hover{color:var(--background);background:var(--foreground)}@media screen and (max-width:768px){.CoverText-module__GAUFja__description{margin-top:2rem}.CoverText-module__GAUFja__inner{padding:0 2rem}}
