.gallery-page{display:flex;flex-direction:column;background-color:var(--color-primary);color:var(--color-secondary);height:100vh;margin-top:-84px;padding:0;position:relative;overflow:hidden;cursor:grab}.gallery-page:active{cursor:grabbing}.gallery-page .gallery-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:40vh 50vw;padding:40vh 30vw;position:absolute;top:0;left:0;width:max-content;will-change:transform;transform-origin:0 0}@media(max-width:768px){.gallery-page .gallery-grid{gap:80vh 150vw;padding:80vh 100vw}.gallery-page .canvas-wrapper{max-width:80vw;max-height:80vh}}.gallery-page .gallery-item{display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.gallery-page .gallery-item.has-active-info{z-index:100}.gallery-page .canvas-wrapper{width:auto;height:auto;max-width:60vw;max-height:60vh;position:relative;z-index:2;cursor:pointer;perspective:900px}.gallery-page .canvas-wrapper.maximized{background-color:var(--color-primary);perspective:0px!important;z-index:10001}.gallery-page .canvas-wrapper.maximized .canvas,.gallery-page .canvas-wrapper.maximized .face.front{width:100%!important;height:100%!important;display:block!important}.gallery-page .canvas-wrapper.maximized .artwork-image{width:100%;height:100%;max-height:none;object-fit:contain}.gallery-page .canvas-wrapper.hide-info .info,.gallery-page .canvas-wrapper.hide-info .info.is-expanded,.gallery-page .canvas-wrapper.hide-info .info.is-receding,.gallery-page .canvas-wrapper.maximized .info,.gallery-page .canvas-wrapper.maximized .info.is-expanded,.gallery-page .canvas-wrapper.maximized .info.is-receding{opacity:0!important;transform:scale(.25)!important;pointer-events:none!important;transition:none!important;visibility:hidden!important}.gallery-page .canvas-wrapper.flatten .canvas{transform:rotateX(0) rotateY(0)!important;transition:transform .3s ease-out!important}.gallery-page .artwork-image{display:block;max-height:45vh;max-width:100%;width:auto;height:auto;object-fit:contain}@media(max-width:768px){.gallery-page .artwork-image{max-height:60vh}}.gallery-page .canvas{transform-style:preserve-3d;transition:transform .15s ease-out;transform-origin:center center -20px;border:none!important;box-shadow:none!important;background:none!important;width:auto;height:auto;display:block;position:relative;z-index:3}.gallery-page .canvas .face.front{position:relative;display:block;width:auto;height:auto;background-color:var(--color-secondary);transform:translateZ(0);line-height:0}.gallery-page .frame-border{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:20;box-sizing:border-box;display:none;border:16px solid #000!important;box-shadow:none!important}.gallery-page .canvas.border-image .frame-border{display:block}.gallery-page .canvas .face{position:absolute;background-color:var(--color-secondary);box-shadow:none}.gallery-page .canvas .face.left{width:40px;height:100%;top:0;left:0;transform-origin:left;transform:rotateY(90deg)}.gallery-page .canvas .face.right{width:40px;height:100%;top:0;right:0;transform-origin:right;transform:rotateY(-90deg)}.gallery-page .canvas .face.top{width:100%;height:40px;top:0;left:0;transform-origin:top;transform:rotateX(-90deg)}.gallery-page .canvas .face.bottom{width:100%;height:40px;bottom:0;left:0;transform-origin:bottom;transform:rotateX(90deg)}.gallery-page .canvas .face.back{width:100%;height:100%;top:0;left:0;transform:translateZ(-40px) rotateY(180deg);background-color:var(--color-secondary);box-shadow:none!important}.gallery-page .info{position:absolute;left:calc(100% + 30px);bottom:0;background-color:var(--color-secondary);color:var(--color-primary);padding:3.5vh 4vh;transform-origin:bottom left;transform:scale(.25);transition:transform .25s ease-out,opacity .25s ease-out;opacity:1;z-index:1;box-shadow:none;user-select:none;width:max-content;height:45vh;max-width:none;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;font-family:var(--font-family-fraktion, sans-serif);text-transform:uppercase;white-space:nowrap}.gallery-page .info br{display:none}.gallery-page .info h3{font-size:6.5vh;font-weight:400;line-height:1;text-transform:uppercase;margin:0}.gallery-page .info span{font-size:6.5vh;line-height:1}.gallery-page .info a{text-decoration:none;color:var(--color-primary);opacity:.8;transition:opacity .2s ease}@media(hover:hover)and (pointer:fine){.gallery-page .info a:hover{opacity:1}}.gallery-page .info.is-expanded{transform:scale(1);z-index:200}.gallery-page .info.is-receding{transform:scale(.25);z-index:200}.gallery-page .gallery-counter{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);font:700 .9rem / 1 var(--font-family-fraktion, sans-serif);text-transform:uppercase;color:var(--color-secondary);opacity:.5;z-index:5;pointer-events:none;letter-spacing:.1em}.gallery-page .gallery-counter-sep{margin:0 .15em;opacity:.5}.canvas-backdrop{position:fixed;inset:0;background:#000;z-index:900;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .5s ease;overflow:hidden}.canvas-backdrop.active{opacity:1;pointer-events:auto}.canvas-backdrop.is-fully-active{z-index:10000}.gallery-page .gallery-detail-nav{position:fixed;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff!important;cursor:pointer;z-index:10002;width:64px;height:64px;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease}.gallery-page .gallery-detail-nav.is-visible{opacity:1;pointer-events:auto}.gallery-page .gallery-nav-prev{left:2rem}.gallery-page .gallery-nav-next{right:2rem}@media(max-width:768px){.gallery-page .gallery-detail-nav{display:none!important}}.gallery-page .st-nav-arrow-container{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-page .st-nav-arrow{position:absolute;width:100%;height:100%;fill:none;stroke:#fff;stroke-width:2;stroke-linejoin:round}.gallery-page .st-nav-prev .st-nav-arrow-1{transform:translate(0);opacity:1}.gallery-page .st-nav-prev .st-nav-arrow-2{transform:translate(150%);opacity:0}@media(hover:hover)and (pointer:fine){.gallery-page .st-nav-prev:hover .st-nav-arrow-1{animation:slot-prev-1 .7s forwards}.gallery-page .st-nav-prev:hover .st-nav-arrow-2{animation:slot-prev-2 .7s forwards}}.gallery-page .st-nav-next .st-nav-arrow-1{transform:translate(0);opacity:1}.gallery-page .st-nav-next .st-nav-arrow-2{transform:translate(-150%);opacity:0}@media(hover:hover)and (pointer:fine){.gallery-page .st-nav-next:hover .st-nav-arrow-1{animation:slot-next-1 .7s forwards}.gallery-page .st-nav-next:hover .st-nav-arrow-2{animation:slot-next-2 .7s forwards}}@keyframes slot-prev-1{0%{transform:translate(0);opacity:1;animation-timing-function:linear}20%{transform:translate(-150%);opacity:0}20.01%{transform:translate(150%);opacity:0;animation-timing-function:linear}50%{transform:translate(0);opacity:1}50.01%{transform:translate(0);opacity:1;animation-timing-function:cubic-bezier(.34,1.56,.64,1)}to{transform:translate(-150%);opacity:0}}@keyframes slot-prev-2{0%{transform:translate(150%);opacity:0;animation-timing-function:linear}20%{transform:translate(0);opacity:1}20.01%{transform:translate(0);opacity:1;animation-timing-function:linear}50%{transform:translate(-150%);opacity:0}50.01%{transform:translate(150%);opacity:0;animation-timing-function:cubic-bezier(.34,1.56,.64,1)}to{transform:translate(0);opacity:1}}@keyframes slot-next-1{0%{transform:translate(0);opacity:1;animation-timing-function:linear}20%{transform:translate(150%);opacity:0}20.01%{transform:translate(-150%);opacity:0;animation-timing-function:linear}50%{transform:translate(0);opacity:1}50.01%{transform:translate(0);opacity:1;animation-timing-function:cubic-bezier(.34,1.56,.64,1)}to{transform:translate(150%);opacity:0}}@keyframes slot-next-2{0%{transform:translate(-150%);opacity:0;animation-timing-function:linear}20%{transform:translate(0);opacity:1}20.01%{transform:translate(0);opacity:1;animation-timing-function:linear}50%{transform:translate(150%);opacity:0}50.01%{transform:translate(-150%);opacity:0;animation-timing-function:cubic-bezier(.34,1.56,.64,1)}to{transform:translate(0);opacity:1}}body:has(.gallery-page) .site-head{background-color:var(--color-primary)!important;z-index:1000!important;position:relative!important}body:has(.gallery-page) header.site-head.is-animating-y{transform:translateY(var(--header-y, 0%))!important}body:has(.gallery-page),html:has(.gallery-page){background-color:var(--color-primary)!important;overflow:hidden!important;height:100vh!important}body:has(.gallery-page) .site-mount{position:fixed!important;height:100vh!important;width:100vw!important}@media only screen and (max-width:768px),(hover:none)and (pointer:coarse){html:has(.gallery-page),body:has(.gallery-page){overflow-x:hidden!important;overflow-y:auto!important;height:auto!important;min-height:100dvh!important}.gallery-page{height:auto;min-height:calc(100dvh - 84px);margin-top:0;padding:1rem 1rem 2rem;overflow:visible;cursor:default}.gallery-page:active{cursor:default}.gallery-page .gallery-grid{position:relative;inset:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%;min-height:0;margin:0;padding:0;transform:none!important;transform-origin:center;will-change:auto}.gallery-page .gallery-item{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:10.5rem;padding:1rem;border:1px solid var(--color-secondary);box-sizing:border-box;opacity:1!important;visibility:visible!important;transform:none!important;contain:layout paint style;cursor:pointer}.gallery-page .canvas-wrapper{width:100%;max-width:100%;max-height:none;perspective:none;cursor:pointer}.gallery-page .canvas{width:100%;transform:none!important;transform-style:flat;transition:none;will-change:auto}.gallery-page .canvas .face.front{display:flex;align-items:center;justify-content:center;width:100%;background:transparent;transform:none}.gallery-page .canvas .face.left,.gallery-page .canvas .face.right,.gallery-page .canvas .face.top,.gallery-page .canvas .face.bottom,.gallery-page .canvas .face.back,.gallery-page .frame-border,.gallery-page .info,.gallery-page .gallery-detail-nav{display:none!important}.gallery-page .artwork-image{display:block;width:100%;height:8.5rem;max-width:100%;max-height:8.5rem;object-fit:contain;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.gallery-page .artwork-image[src$=".svg"]{padding:1rem;box-sizing:border-box;background:#fff}.mobile-gallery-lightbox{position:fixed;inset:0;z-index:5000;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:1rem;padding:max(1rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom));box-sizing:border-box;background:#000;color:#fff;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility 0s linear .22s}.mobile-gallery-lightbox.is-active{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.mobile-gallery-lightbox__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.75rem;font:600 .82rem/1 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.12em;text-transform:uppercase}.mobile-gallery-lightbox__close{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border:0;border-radius:0;background:transparent;color:inherit;font:400 2.6rem/1 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.mobile-gallery-lightbox__stage{display:flex;align-items:center;justify-content:center;min-height:0;touch-action:pan-y}.mobile-gallery-lightbox__image{display:block;max-width:94vw;max-height:72dvh;object-fit:contain;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.mobile-gallery-lightbox__image--svg{padding:1.25rem;box-sizing:border-box;background:#fff}.mobile-gallery-lightbox__meta{display:grid;gap:.35rem;text-transform:uppercase}.mobile-gallery-lightbox__title{margin:0;font:700 clamp(2.4rem,13vw,4.2rem) / .85 var(--font-family-bigger, sans-serif);letter-spacing:.02em}.mobile-gallery-lightbox__detail{margin:0;font:500 .76rem/1.3 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.08em;opacity:.7}}
