.gallery-wrap{background-color:#131417;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.gallery-wrap--dense{margin:0}.gallery{flex:none;width:100%;height:100%;position:relative}.gallery__item{filter:brightness();background-position:50%;background-size:cover;border-radius:6px;flex:none;position:relative}.gallery-caption{z-index:101;color:#fff;letter-spacing:-.02em;font-size:clamp(2rem,5vw,4rem);font-weight:300}.gallery--stack{--offset:1rem;grid-template-columns:repeat(6,1fr);justify-content:start;align-items:center;gap:2rem;padding:2rem;display:grid}.gallery--stack .gallery__item{z-index:1;border-radius:1.5vw;width:25vw;height:35vw}.gallery--switch.gallery--stack .gallery__item{grid-area:1/1/2/2}.gallery--stack .gallery-caption{color:#fff;opacity:0;z-index:0;width:100vw;padding:5vw;position:absolute;bottom:0;left:100vw}.gallery--stack .gallery-caption p{margin:0}.gallery--switch.gallery--stack .gallery-caption{opacity:1;left:0}.gallery--stack-inverse .gallery__item:nth-child(5){z-index:2}.gallery--stack-inverse .gallery__item:nth-child(4){z-index:3}.gallery--stack-inverse .gallery__item:nth-child(3){z-index:4}.gallery--stack-inverse .gallery__item:nth-child(2){z-index:5}.gallery--stack-inverse .gallery__item:first-child{z-index:6}.gallery--switch.gallery--stack .gallery__item:nth-child(2){margin-left:var(--offset)}.gallery--switch.gallery--stack .gallery__item:nth-child(3){margin-left:calc(var(--offset)*2)}.gallery--switch.gallery--stack .gallery__item:nth-child(4){margin-left:calc(var(--offset)*3)}.gallery--switch.gallery--stack .gallery__item:nth-child(5){margin-left:calc(var(--offset)*4)}.gallery--switch.gallery--stack .gallery__item:nth-child(6){margin-left:calc(var(--offset)*5)}.gallery--switch.gallery--stack-dark .gallery__item:nth-child(2){filter:brightness(.8)}.gallery--switch.gallery--stack-dark .gallery__item:nth-child(3){filter:brightness(.7)}.gallery--switch.gallery--stack-dark .gallery__item:nth-child(4){filter:brightness(.6)}.gallery--switch.gallery--stack-dark .gallery__item:nth-child(5){filter:brightness(.5)}.gallery--switch.gallery--stack-dark .gallery__item:nth-child(6){filter:brightness(.4)}.gallery--switch.gallery--stack-scale .gallery__item:nth-child(2){transform:scale(.98)}.gallery--switch.gallery--stack-scale .gallery__item:nth-child(3){transform:scale(.96)}.gallery--switch.gallery--stack-scale .gallery__item:nth-child(4){transform:scale(.94)}.gallery--switch.gallery--stack-scale .gallery__item:nth-child(5){transform:scale(.92)}.gallery--switch.gallery--stack-scale .gallery__item:nth-child(6){transform:scale(.9)}@media screen and (min-width:53em){.gallery--stack .gallery-caption{width:60vw;max-width:800px;bottom:40%}.gallery--switch.gallery--stack .gallery-caption{left:40vw}}
