.unbound-social-gallery{width:100%;margin-left:0;overflow:hidden;padding:4rem 0 var(--section-spacing)}.unbound-social-gallery__shell{display:grid;gap:var(--space-24)}.unbound-social-gallery__header{max-width:min(100%,var(--unbound-social-gallery-header-max-width, 1400px));margin-inline:auto;padding-inline:2rem}.unbound-social-gallery__heading{margin:0;max-width:14ch;margin-inline:auto;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:var(--ub-type-h2);line-height:.95;letter-spacing:var(--font-heading-letter-spacing, 0);font-weight:var(--font-heading-weight);text-transform:var(--font-heading-transform, none);white-space:normal;text-wrap:pretty;overflow-wrap:anywhere}.unbound-social-gallery__viewport{position:relative}.unbound-social-gallery__track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgb(var(--color-background));overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.unbound-social-gallery__track::-webkit-scrollbar{display:none}.unbound-social-gallery__card{position:relative;display:block;margin:0;border:0;padding:0;width:100%;min-width:0;overflow:hidden;background:var(--ub-color-surface-accent);scroll-snap-align:start}.unbound-social-gallery__card--image{aspect-ratio:4 / 5;cursor:pointer}.unbound-social-gallery__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.unbound-social-gallery__card--image:hover .unbound-social-gallery__image,.unbound-social-gallery__card--image:focus-visible .unbound-social-gallery__image{transform:scale(1.02)}.unbound-social-gallery__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#1111112e;opacity:0;transition:opacity .22s ease,background .22s ease}.unbound-social-gallery__overlay-icon{display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;border-radius:999px;background:rgba(var(--color-background),.88);color:var(--ub-color-ink);box-shadow:var(--ub-shadow-medium);transform:scale(.96);transition:transform .22s ease}.unbound-social-gallery__overlay-icon svg{width:2rem;height:2rem}.unbound-social-gallery__card--image:hover .unbound-social-gallery__overlay,.unbound-social-gallery__card--image:focus-visible .unbound-social-gallery__overlay{opacity:1}.unbound-social-gallery__card--image:hover .unbound-social-gallery__overlay-icon,.unbound-social-gallery__card--image:focus-visible .unbound-social-gallery__overlay-icon{transform:scale(1)}.unbound-social-gallery__card--cta{display:grid;align-content:center;justify-items:center;gap:var(--space-8);padding:var(--space-32);aspect-ratio:1 / 1;text-align:center}.unbound-social-gallery__card-text{max-width:28rem}.unbound-social-gallery__controls{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.unbound-social-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border:none;border-radius:999px;background:rgba(var(--color-background),.92);color:var(--ub-color-ink);box-shadow:var(--ub-shadow-medium);pointer-events:auto;cursor:pointer}.unbound-social-gallery__arrow svg{width:1.9rem;height:1.9rem}.unbound-social-gallery__arrow--prev{left:1rem}.unbound-social-gallery__arrow--next{right:1rem}.unbound-social-gallery__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:2rem}.unbound-social-gallery__modal[hidden]{display:none}.unbound-social-gallery__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#111111b8;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.unbound-social-gallery__modal-panel{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(34rem,.75fr);width:min(118rem,calc(100vw - 4rem));max-height:min(88vh,88rem);overflow:hidden;border-radius:2.2rem;background:var(--ub-color-surface);box-shadow:0 3rem 10rem #0000004d}.unbound-social-gallery__modal-media{background:var(--ub-color-surface-accent)}.unbound-social-gallery__modal-image{display:block;width:100%;height:100%;object-fit:cover}.unbound-social-gallery__modal-content{display:grid;min-height:0;align-content:center;gap:1.4rem;padding:3.6rem;overflow-y:auto}.unbound-social-gallery__modal-eyebrow{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:calc(var(--theme-type-navigation-size, 1.3rem) * .9);font-weight:var(--font-heading-weight);letter-spacing:var(--font-heading-letter-spacing, 0);text-transform:var(--font-heading-transform, none);color:var(--ub-color-text-muted)}.unbound-social-gallery__modal-text{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);color:var(--ub-color-text)}.unbound-social-gallery__modal-text p{margin:0;font-size:var(--theme-type-body-size, 1.4rem);line-height:1.65}.unbound-social-gallery__modal-date{margin:1rem 0 0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:calc(var(--theme-type-navigation-size, 1.3rem) * .9);font-weight:var(--font-heading-weight);letter-spacing:var(--font-heading-letter-spacing, 0);text-transform:var(--font-heading-transform, none);color:var(--ub-color-text-muted)}.unbound-social-gallery__modal-link{width:fit-content}.unbound-social-gallery__modal-close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:none;border-radius:999px;background:rgba(var(--color-background),.92);color:var(--ub-color-ink);box-shadow:var(--ub-shadow-medium);cursor:pointer}.unbound-social-gallery__modal-close svg{width:1.8rem;height:1.8rem}@media screen and (min-width:750px){.unbound-social-gallery{padding:4.8rem 0 6.4rem}.unbound-social-gallery__heading{max-width:none;white-space:normal;text-wrap:pretty;overflow-wrap:anywhere}.unbound-social-gallery__track{display:flex;flex-wrap:nowrap;gap:1px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory}.unbound-social-gallery__card{flex:0 0 calc((100% - (var(--unbound-social-gallery-tablet-columns, 4) - 1) * 1px) / var(--unbound-social-gallery-tablet-columns, 4));width:calc((100% - (var(--unbound-social-gallery-tablet-columns, 4) - 1) * 1px) / var(--unbound-social-gallery-tablet-columns, 4))}.unbound-social-gallery__controls{display:none}}@media screen and (min-width:990px){.unbound-social-gallery__track{display:grid;flex-wrap:initial;grid-template-columns:repeat(6,minmax(0,1fr));overflow:visible;scroll-snap-type:none}.unbound-social-gallery__card{flex:0 0 auto;width:100%}.unbound-social-gallery__card--cta{padding:2.4rem}}@media screen and (max-width:749px){.unbound-social-gallery{padding:var(--space-32) 0 var(--space-48)}.unbound-social-gallery__shell{gap:var(--space-24)}.unbound-social-gallery__header{padding-left:1.2rem;padding-right:1.2rem}.unbound-social-gallery__track{display:flex;flex-wrap:nowrap;gap:1px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory}.unbound-social-gallery__card{flex:0 0 calc(50% - .5px);width:calc(50% - .5px)}.unbound-social-gallery__card--cta{padding:1.6rem}.unbound-social-gallery__card-heading{font-size:2.2rem}.unbound-social-gallery__button{min-height:4.4rem;padding:0 1.6rem}.unbound-social-gallery__arrow{width:4rem;height:4rem}.unbound-social-gallery__modal{padding:1rem}.unbound-social-gallery__modal-panel{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);width:min(100vw - 2rem,58rem);max-height:calc(100vh - 2rem);border-radius:1.8rem}.unbound-social-gallery__modal-media{aspect-ratio:1 / 1.08}.unbound-social-gallery__modal-content{align-content:start;padding:1.8rem}.unbound-social-gallery__modal-text p{font-size:var(--theme-type-body-size, 1.4rem)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-unbound-social-gallery.css.map */
