.editorial-showcase{position:relative;overflow:clip;background:var(--editorial-showcase-background);color:var(--editorial-showcase-text)}.editorial-showcase__inner{width:min(100% - 3.2rem,var(--page-width));margin-inline:auto;padding-block:clamp(7rem,10vw,14rem)}.editorial-showcase__header{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(28rem,.8fr);align-items:end;gap:clamp(3rem,7vw,10rem);margin-bottom:clamp(5rem,8vw,10rem)}.editorial-showcase__heading{max-width:11ch;margin:0;color:inherit;font-family:var(--editorial-showcase-heading-font);font-size:clamp(4.8rem,8vw,10rem);font-style:var(--editorial-showcase-heading-style);font-weight:var(--editorial-showcase-heading-weight);letter-spacing:-.045em;line-height:.95}.editorial-showcase__introduction{max-width:58rem;font-size:clamp(1.6rem,1.5vw,2rem);line-height:1.65}.editorial-showcase__introduction p:first-child{margin-top:0}.editorial-showcase__introduction p:last-child{margin-bottom:0}.editorial-showcase__list{border-top:.1rem solid color-mix(in srgb,var(--editorial-showcase-text) 20%,transparent)}.editorial-showcase__item{position:relative;border-bottom:.1rem solid color-mix(in srgb,var(--editorial-showcase-text) 20%,transparent)}.editorial-showcase__link{display:grid;grid-template-columns:5.5rem minmax(0,1fr) minmax(23rem,.34fr) 4rem;align-items:center;gap:2.4rem;min-height:var(--editorial-showcase-gap-desktop);padding-block:2.4rem;color:inherit;text-decoration:none}.editorial-showcase__number{align-self:start;padding-top:1.2rem;font-size:1.2rem;font-weight:700;letter-spacing:.12em}.editorial-showcase__title{margin:0;color:inherit;font-family:var(--editorial-showcase-heading-font);font-size:var(--editorial-showcase-title-desktop);font-style:var(--editorial-showcase-heading-style);font-weight:var(--editorial-showcase-heading-weight);letter-spacing:-.055em;line-height:.86;transition:opacity .3s ease,transform .45s cubic-bezier(.2,.75,.25,1)}.editorial-showcase__description{margin:0;font-size:1.5rem;line-height:1.55;opacity:.72;transition:opacity .3s ease,transform .3s ease}.editorial-showcase__arrow{display:grid;place-items:center;width:4rem;height:4rem;border:.1rem solid currentColor;border-radius:50%;font-size:1.8rem;transition:background-color .25s ease,color .25s ease,transform .25s ease}.editorial-showcase__link:hover .editorial-showcase__title,.editorial-showcase__link:focus-visible .editorial-showcase__title{transform:translate(1.8rem)}.editorial-showcase__link:hover .editorial-showcase__description,.editorial-showcase__link:focus-visible .editorial-showcase__description{opacity:1;transform:translate(-.8rem)}.editorial-showcase__link:hover .editorial-showcase__arrow,.editorial-showcase__link:focus-visible .editorial-showcase__arrow{background:var(--editorial-showcase-text);color:var(--editorial-showcase-background);transform:rotate(-35deg)}.editorial-showcase__preview{position:fixed;z-index:8;left:0;top:0;width:min(42rem,38vw);aspect-ratio:8 / 5;overflow:hidden;border-radius:var(--media-radius);background:color-mix(in srgb,var(--editorial-showcase-text) 8%,var(--editorial-showcase-background));box-shadow:0 2.4rem 7rem color-mix(in srgb,var(--editorial-showcase-text) 18%,transparent);opacity:0;pointer-events:none;transform:translate3d(var(--editorial-preview-x, 55vw),var(--editorial-preview-y, 25vh),0) scale(.94);transition:opacity .22s ease,transform .22s cubic-bezier(.2,.7,.25,1)}.editorial-showcase__preview:after{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--editorial-showcase-overlay);content:""}.editorial-showcase__preview img{width:100%;height:100%;object-fit:cover}.editorial-showcase__preview-label{position:absolute;z-index:1;right:2rem;bottom:1.8rem;left:2rem;color:var(--editorial-showcase-preview-text);font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-align:right;text-transform:uppercase}.editorial-showcase__item.is-active .editorial-showcase__preview{opacity:1;transform:translate3d(var(--editorial-preview-x, 55vw),var(--editorial-preview-y, 25vh),0) scale(1)}.editorial-showcase[data-preview-mode=none] .editorial-showcase__preview{display:none}.editorial-showcase[data-preview-mode=fade] .editorial-showcase__preview{--editorial-preview-x: calc(100vw - min(42rem, 38vw) - 4rem) ;--editorial-preview-y: calc(50vh - min(26.25rem, 23.75vw)) }.editorial-showcase__footer{display:flex;justify-content:flex-end;margin-top:clamp(4rem,6vw,8rem)}.editorial-showcase[data-scroll-animation=fade] .editorial-showcase__item,.editorial-showcase[data-scroll-animation=shift] .editorial-showcase__item{opacity:0;transition:opacity .7s ease,transform .85s cubic-bezier(.2,.75,.25,1)}.editorial-showcase[data-scroll-animation=shift] .editorial-showcase__item{transform:translateY(4rem)}.editorial-showcase[data-scroll-animation=fade] .editorial-showcase__item.is-visible,.editorial-showcase[data-scroll-animation=shift] .editorial-showcase__item.is-visible{opacity:1;transform:translateY(0)}@media screen and (max-width:989px){.editorial-showcase__header{grid-template-columns:1fr}.editorial-showcase__link{grid-template-columns:4rem minmax(0,1fr) 4rem}.editorial-showcase__description{grid-column:2 / 3}.editorial-showcase__arrow{grid-column:3;grid-row:1 / span 2}}@media screen and (max-width:749px){.editorial-showcase__inner{width:min(100% - 2.4rem,var(--page-width));padding-block:7rem}.editorial-showcase__header{margin-bottom:5rem}.editorial-showcase__link{grid-template-columns:3.2rem minmax(0,1fr) 3.6rem;gap:1rem;min-height:var(--editorial-showcase-gap-mobile);padding-block:2rem}.editorial-showcase__number{padding-top:.6rem}.editorial-showcase__title{font-size:var(--editorial-showcase-title-mobile);line-height:.92}.editorial-showcase__description{margin-top:.8rem;font-size:1.4rem}.editorial-showcase__arrow{width:3.6rem;height:3.6rem}.editorial-showcase__link:hover .editorial-showcase__title,.editorial-showcase__link:focus-visible .editorial-showcase__title,.editorial-showcase__link:hover .editorial-showcase__description,.editorial-showcase__link:focus-visible .editorial-showcase__description{transform:none}.editorial-showcase__preview{position:relative;grid-column:1 / -1;grid-row:auto;width:100%;margin-top:1.4rem;opacity:1;transform:none;box-shadow:none}.editorial-showcase__item:not(.is-active) .editorial-showcase__preview{display:none}.editorial-showcase__item.is-active .editorial-showcase__preview{transform:none}.editorial-showcase[data-preview-mode=none] .editorial-showcase__preview{display:none}.editorial-showcase__footer{justify-content:stretch}.editorial-showcase__footer .button{width:100%}}@media(prefers-reduced-motion:reduce){.editorial-showcase__item,.editorial-showcase__title,.editorial-showcase__description,.editorial-showcase__arrow,.editorial-showcase__preview{transition:none!important}.editorial-showcase[data-scroll-animation] .editorial-showcase__item{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/editorial-project-showcase.css.map */
