.show-gallery{--gallery-height: min(70vh, 560px);--gallery-width: min(80vw, 900px);--peek: 80px;--gap: 24px;--transition-speed: 0.48s;--transition-ease: cubic-bezier(0.77, 0, 0.18, 1);padding:48px 0 64px 0;position:relative;width:100vw;left:50%;transform:translateX(-50%);overflow:hidden;user-select:none;-webkit-user-select:none}.gallery-track{display:flex;align-items:center;gap:var(--gap);transform:translateX(calc(var(--peek) + var(--gap)));transition:transform var(--transition-speed) var(--transition-ease);will-change:transform}.gallery-item{flex:0 0 min(80vw,900px);width:min(80vw,900px);height:var(--gallery-height);max-height:var(--gallery-height);position:relative;display:flex;align-items:center;justify-content:center;transition:opacity var(--transition-speed) var(--transition-ease),filter var(--transition-speed) var(--transition-ease),transform var(--transition-speed) var(--transition-ease);opacity:.38;filter:brightness(0.55) saturate(0.6);transform:scale(0.8) rotate(0deg);cursor:pointer}.gallery-item[data-pos=prev]{transform:scale(0.8) rotate(-2deg)}.gallery-item[data-pos=next]{transform:scale(0.8) rotate(2deg)}.gallery-item[data-pos=far-prev]{transform:scale(0.8) rotate(-2deg)}.gallery-item[data-pos=far-next]{transform:scale(0.8) rotate(2deg)}.gallery-item.is-active{opacity:1;filter:brightness(1) saturate(1);transform:scale(1) rotate(0deg);cursor:default}.gallery-item picture{display:contents}.gallery-item picture img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:unset;border-radius:4px;border:6px solid #fff;filter:drop-shadow(0 8px 40px rgba(0, 0, 0, 0.7));transition:filter var(--transition-speed) var(--transition-ease)}.gallery-zone{position:absolute;top:0;bottom:0;width:38%;z-index:10;cursor:pointer}.gallery-zone--prev{left:0}.gallery-zone--next{right:0}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .3s ease,background .3s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.gallery-arrow svg{width:18px;height:18px;stroke:hsla(0,0%,100%,.85);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.gallery-arrow--prev{left:20px}.gallery-arrow--next{right:20px}.show-gallery:hover .gallery-arrow{opacity:1}.show-gallery.gallery--single .gallery-arrow{display:none}.show-gallery.gallery--single .gallery-zone{pointer-events:none;cursor:default}.gallery-counter{position:absolute;bottom:16px;right:16px;transform:translateX(-50%);color:hsla(0,0%,100%,.38);font-size:14px;font-weight:600;white-space:nowrap;pointer-events:none;transition:color .3s}.show-gallery:hover .gallery-counter{color:hsla(0,0%,100%,.62)}.show-gallery.gallery--single .gallery-counter{display:none}@media(max-width: 640px){.show-gallery{--gallery-height: min(55vw, 300px);--gallery-width: 82vw;--peek: 40px;--gap: 14px}.gallery-arrow{width:34px;height:34px}.gallery-arrow svg{width:14px;height:14px}.gallery-arrow--prev{left:48px}.gallery-arrow--next{right:48px}}
