.photo-gallery__head{margin-bottom:2.4rem;text-align:center}.photo-gallery__kicker{margin:0 0 .8rem;font-size:1.2rem;letter-spacing:.16em;text-transform:uppercase;opacity:.72}.photo-gallery__heading{margin:0}.photo-gallery--full{padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:750px){.photo-gallery__head{margin-bottom:3.6rem}.photo-gallery--full{padding-left:2.4rem;padding-right:2.4rem}}.pg__grid{column-count:var(--pg-cols-mobile, 2);column-gap:var(--pg-gap, 8px)}.pg__item{position:relative;display:block;margin:0 0 var(--pg-gap, 8px);overflow:hidden;break-inside:avoid;-webkit-column-break-inside:avoid}.pg__image,.pg__placeholder{display:block;width:100%;height:auto}.pg__link{display:block;text-decoration:none}@media screen and (max-width:749px){.pg__grid--row{display:flex;column-count:auto;gap:var(--pg-gap, 8px);margin:0 -1.5rem;padding:0 1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0 1.5rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pg__grid--row::-webkit-scrollbar{display:none}.pg__grid--row .pg__item{flex:0 0 78%;margin:0;scroll-snap-align:start}}@media screen and (min-width:750px){.pg__grid{column-count:auto;display:flex;flex-wrap:wrap;gap:var(--pg-gap, 8px)}.pg__item{flex-grow:var(--pg-ar, 1);flex-basis:calc(var(--pg-ar, 1) * var(--pg-row-h, 300px));height:var(--pg-row-h, 300px);margin:0}.pg__image,.pg__placeholder{height:100%;object-fit:cover}.pg__grid:after{content:"";flex-grow:1000000;min-width:0}.pg__grid--row{flex-wrap:nowrap;justify-content:center}.pg__grid--row .pg__item{flex:0 1 calc(var(--pg-ar, 1) * var(--pg-row-h, 300px));height:auto;aspect-ratio:var(--pg-ar, 1)}.pg__grid--row:after{content:none}}.photo-gallery--editorial{container-type:inline-size}.pg__grid--editorial{--pg-ed-cols: 2;--pg-ed-col: calc((100cqw - (var(--pg-ed-cols) - 1) * var(--pg-gap, 8px)) / var(--pg-ed-cols));--pg-ed-row: calc(var(--pg-ed-col) * 1.5);display:grid;grid-template-columns:repeat(var(--pg-ed-cols),minmax(0,1fr));grid-auto-rows:var(--pg-ed-row);grid-auto-flow:row dense;gap:var(--pg-gap, 8px);column-count:auto;counter-reset:pg-frame}.pg__grid--editorial .pg__item{--pg-span: 1;grid-column:span var(--pg-span);grid-row:span var(--pg-span);margin:0;counter-increment:pg-frame}.pg__grid--editorial .pg__image,.pg__grid--editorial .pg__placeholder{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.pg__grid--editorial .pg__item:after{content:counter(pg-frame,decimal-leading-zero);position:absolute;bottom:1rem;left:1.2rem;color:#fff;font-size:1.1rem;letter-spacing:.24em;text-shadow:0 1px 6px rgba(0,0,0,.5);opacity:0;transform:translateY(.4rem);transition:opacity .4s ease,transform .4s ease;pointer-events:none}@media(hover:hover){.pg__grid--editorial .pg__item:hover .pg__image{transform:scale(1.035)}.pg__grid--editorial .pg__item:hover:after{opacity:.9;transform:none}}@media screen and (max-width:749px){.pg__grid--editorial>.pg__item:nth-child(5n+1),.pg__grid--editorial>.pg__item:nth-child(5n+1):nth-last-child(2)~.pg__item,.pg__grid--editorial>.pg__item:nth-child(5n+1):nth-last-child(4)~.pg__item:last-child{--pg-span: 2}}@media screen and (min-width:750px){.pg__grid--editorial{--pg-ed-cols: 12;--pg-ed-row: calc(var(--pg-ed-col) * 1.5 + var(--pg-gap, 8px) / 3);display:grid;gap:var(--pg-gap, 8px)}.pg__grid--editorial:after{content:none}.pg__grid--editorial .pg__item{--pg-span: 3;flex:none;height:auto}.pg__grid--editorial>.pg__item:nth-child(17n+1),.pg__grid--editorial>.pg__item:nth-child(17n+11){--pg-span: 6}.pg__grid--editorial>.pg__item:nth-child(17n+6),.pg__grid--editorial>.pg__item:nth-child(17n+7),.pg__grid--editorial>.pg__item:nth-child(17n+8){--pg-span: 4}.pg__grid--editorial>.pg__item:is(:nth-child(17n+1),:nth-child(17n+6),:nth-child(17n+9),:nth-child(17n+14)):nth-last-child(2),.pg__grid--editorial>.pg__item:is(:nth-child(17n+1),:nth-child(17n+6),:nth-child(17n+9),:nth-child(17n+14)):nth-last-child(2)~.pg__item{--pg-span: 6}.pg__grid--editorial>.pg__item:is(:nth-child(17n+1),:nth-child(17n+9),:nth-child(17n+14)):nth-last-child(3),.pg__grid--editorial>.pg__item:is(:nth-child(17n+1),:nth-child(17n+9),:nth-child(17n+14)):nth-last-child(3)~.pg__item{--pg-span: 4}.pg__grid--editorial>.pg__item:is(:nth-child(17n+1),:nth-child(17n+9)):nth-last-child(4),.pg__grid--editorial>.pg__item:is(:nth-child(17n+1),:nth-child(17n+9)):nth-last-child(4)~.pg__item{--pg-span: 3}.pg__grid--editorial>.pg__item:is(:nth-child(17n+1),:nth-child(17n+6),:nth-child(17n+9),:nth-child(17n+14)):last-child{--pg-span: 6;grid-column:4 / span 6}}@media(prefers-reduced-motion:reduce){.pg__grid--editorial .pg__image,.pg__grid--editorial .pg__item:after{transition:none}}.pg__placeholder{background:#0000000a;aspect-ratio:var(--pg-ar, 1)}.pg__placeholder-svg{display:block;width:100%;height:100%;object-fit:cover;fill:currentColor;opacity:.16}.pg__caption{position:absolute;right:0;bottom:0;left:0;padding:2.4rem 1.2rem .9rem;background:linear-gradient(to top,#0000008c,#0000);color:#fff;font-size:1.2rem;line-height:1.4;letter-spacing:.02em}.photo-gallery__foot{margin-top:2.4rem;text-align:center}@media screen and (min-width:750px){.photo-gallery__foot{margin-top:3.6rem}}@media(prefers-reduced-motion:reduce){.pg__item{transition:none}}.pg__trigger{display:block;width:100%;height:100%;padding:0;border:0;background:none;cursor:zoom-in;-webkit-tap-highlight-color:transparent}.pg__trigger:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:-.3rem}.pg__caption{pointer-events:none}.pg__lb{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;background:#0c0c0ef5;color:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto minmax(0,1fr) auto;align-items:center;gap:.8rem}.pg__lb:not([open]){display:none}.pg__lb::backdrop{background:#0c0c0eeb}.pg__lb-bar{grid-column:1 / -1;grid-row:1;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.6rem 0}.pg__lb-counter{margin:0;font-size:1.2rem;letter-spacing:.14em;opacity:.7}.pg__lb-figure{grid-column:2;grid-row:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;min-height:0;margin:0;padding:0 .4rem}.pg__lb-stage{display:flex;align-items:center;justify-content:center;min-height:0;max-height:100%}.pg__lb-image{display:block;width:auto;height:auto;max-width:100%;max-height:calc(100dvh - 16rem);object-fit:contain}.pg__lb-placeholder{width:min(70vw,50rem);max-height:calc(100dvh - 16rem);background:#ffffff24;border:1px solid rgba(255,255,255,.18)}.pg__lb-caption{max-width:62ch;margin:0;text-align:center;font-size:1.3rem;line-height:1.5;opacity:.82}.pg__lb-btn{display:grid;place-items:center;width:4.4rem;height:4.4rem;padding:0;border:0;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;transition:background .15s ease}.pg__lb-btn svg{width:2rem;height:2rem}.pg__lb-btn:hover,.pg__lb-btn:focus-visible{background:#ffffff38}.pg__lb-btn:focus-visible{outline:.2rem solid #fff;outline-offset:.2rem}.pg__lb-nav{grid-row:2;z-index:1}.pg__lb-prev{grid-column:1;justify-self:start;margin-left:.8rem}.pg__lb-next{grid-column:3;justify-self:end;margin-right:.8rem}.pg__lb-link{grid-column:1 / -1;grid-row:3;justify-self:center;margin-bottom:2rem}.pg__lb-link[hidden]{display:none}@media screen and (max-width:749px){.pg__lb{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr) auto;padding-bottom:max(1.2rem,env(safe-area-inset-bottom))}.pg__lb-figure{grid-column:1}.pg__lb-nav{grid-row:3;width:4rem;height:4rem}.pg__lb-prev{grid-column:1;margin-left:2rem}.pg__lb-next{grid-column:1;margin-right:2rem}.pg__lb-link{grid-row:3;margin-bottom:0}.pg__lb-image,.pg__lb-placeholder{max-height:calc(100dvh - 18rem)}}@media(prefers-reduced-motion:reduce){.pg__lb-btn{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-photo-gallery.css.map */
