.scroll-scale-gallery{color:#0f172a;background:#fff;position:relative;overflow:clip}.scroll-scale-gallery-content{justify-content:center;align-items:center;width:100vw;min-height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.scroll-scale-gallery-grid{--scroll-gallery-gutter:2rem;--scroll-gallery-container:1600px;--scroll-gallery-gap:clamp(10px,7.35vw,80px);--scroll-gallery-offset:0;width:var(--scroll-gallery-container);max-width:calc(100% - (2*var(--scroll-gallery-gutter)));gap:var(--scroll-gallery-gap);grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(5,1fr);align-content:center;min-height:75vh;margin:0 auto;display:grid;position:absolute;top:50%;left:50%;translate:-50% -50%}@media (max-width:600px){.scroll-scale-gallery-grid{--scroll-gallery-gutter:1rem;--scroll-gallery-offset:-1;grid-template-columns:repeat(3,1fr)}.scroll-scale-gallery-layer-1{display:none}.scroll-scale-gallery-layer-2 .scroll-scale-gallery-cell:nth-of-type(odd){grid-column:1!important}.scroll-scale-gallery-layer-2 .scroll-scale-gallery-cell:nth-of-type(2n){grid-column:-2!important}.scroll-scale-gallery-layer-3 .scroll-scale-gallery-cell{grid-column:2!important}}.scroll-scale-gallery-layer{grid-area:1/1/-1/-1;grid-template-columns:subgrid;grid-template-rows:subgrid;pointer-events:none;display:grid}.scroll-scale-gallery-cell{transform-origin:50%;border-radius:1rem;width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.scroll-scale-gallery-cell-overlay{pointer-events:none;background:linear-gradient(135deg,#fff6 0%,#ffffff26 50%,#ffffff40 100%);border-radius:1rem;position:absolute;inset:0}.scroll-scale-gallery-layer-img{object-fit:cover;border:2px solid #ffffff59;border-radius:1rem;width:100%;height:100%;box-shadow:0 8px 32px #0006}.scroll-scale-gallery-scaler{grid-area:2/calc(3 + var(--scroll-gallery-offset));z-index:2;width:100%;height:100%;min-height:0;position:relative}.scroll-scale-gallery-scaler-inner{border:3px solid #ffffff80;border-radius:1rem;position:absolute;top:50%;left:50%;overflow:hidden;translate:-50% -50%;box-shadow:0 12px 48px #00000080}.scroll-scale-gallery-scaler-img{object-fit:cover;border-radius:1rem}
