editorial-brand-hero{display:block}.editorial-brand-hero{position:relative;min-height:100svh;overflow:hidden}.editorial-brand-hero__inner{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:3rem}.editorial-brand-hero__topbar{position:relative;z-index:4;display:flex;justify-content:space-between;gap:2rem;align-items:center;padding-top:clamp(12rem,14vw,18rem)}.editorial-brand-hero__brand,.editorial-brand-hero__contact{color:currentColor;font-family:var(--font-heading-family);font-size:clamp(1.5rem,1.5vw,2rem);font-weight:var(--font-heading-weight);line-height:1.2;text-decoration:none}.editorial-brand-hero__contact{transition:opacity .18s ease}.editorial-brand-hero__contact:hover{opacity:.58}.editorial-brand-hero__stage{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(28rem,36vw) minmax(0,1fr);min-height:clamp(58rem,63vw,88rem);align-items:center;margin-top:-2rem}.editorial-brand-hero__marquee{position:absolute;z-index:1;top:50%;left:50%;width:100vw;overflow:hidden;transform:translate(-50%,-50%)}.editorial-brand-hero__marquee-track{display:flex;width:max-content;gap:.12em;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:clamp(10rem,20vw,38rem);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:.72;letter-spacing:-.075em;white-space:nowrap;will-change:transform}.editorial-brand-hero[data-title-marquee=true] .editorial-brand-hero__marquee-track{animation:editorial-brand-marquee var(--editorial-brand-marquee-duration) linear infinite}.editorial-brand-hero__marquee-item{display:block;flex:none;padding-right:.12em}.editorial-brand-hero__word{position:relative;z-index:1;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:clamp(9rem,15.5vw,28rem);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:.7;letter-spacing:-.075em;white-space:nowrap}.editorial-brand-hero__word--left{justify-self:end;transform-origin:right center}.editorial-brand-hero__word--right{justify-self:start;transform-origin:left center}.editorial-brand-hero__media-shift{position:relative;z-index:2;grid-column:2;width:100%;aspect-ratio:3 / 4;transform:translate3d(0,var(--editorial-brand-parallax, 0),0);will-change:transform}.editorial-brand-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:rgba(var(--color-foreground),.08)}.editorial-brand-hero__media img{width:100%;height:100%;object-fit:cover}.editorial-brand-hero__declaration{position:absolute;z-index:3;right:clamp(1.8rem,3vw,4rem);bottom:clamp(1.8rem,3vw,4rem);max-width:82%;margin:0;padding:1.2rem 1.5rem;background:rgba(var(--color-background),.88);color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:clamp(2.2rem,3.1vw,4.8rem);line-height:.98;letter-spacing:-.035em}.editorial-brand-hero__footer{position:relative;z-index:4;display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,.48fr);gap:clamp(3rem,8vw,12rem);align-items:end;padding-bottom:clamp(5rem,9vw,11rem)}.editorial-brand-hero__description{max-width:68rem;font-size:clamp(1.8rem,2.1vw,3rem);line-height:1.35;letter-spacing:-.02em}.editorial-brand-hero__description p{margin:0}.editorial-brand-hero__button{justify-self:end;color:currentColor;font-family:var(--font-heading-family);font-size:clamp(1.6rem,1.5vw,2rem);text-decoration:none}.editorial-brand-hero__button:after{display:block;width:100%;height:1px;margin-top:.6rem;background:currentColor;content:"";transform:scaleX(0);transform-origin:right;transition:transform .22s ease}.editorial-brand-hero__button:hover:after{transform:scaleX(1);transform-origin:left}.editorial-brand-hero[data-animation=fade-scale] .editorial-brand-hero__marquee{animation:editorial-brand-word .9s cubic-bezier(.22,1,.36,1) both}.editorial-brand-hero[data-animation=fade-scale] .editorial-brand-hero__media img{animation:editorial-brand-image 1.6s cubic-bezier(.22,1,.36,1) both}.editorial-brand-hero[data-animation=fade] .editorial-brand-hero__marquee,.editorial-brand-hero[data-animation=fade] .editorial-brand-hero__media-shift,.editorial-brand-hero[data-animation=fade] .editorial-brand-hero__footer{animation:editorial-brand-fade .8s ease both}@keyframes editorial-brand-word{0%{opacity:0;scale:.85}to{opacity:1;scale:1}}@keyframes editorial-brand-image{0%{opacity:0;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes editorial-brand-fade{0%{opacity:0}to{opacity:1}}@keyframes editorial-brand-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media screen and (max-width:989px){.editorial-brand-hero__stage{grid-template-columns:minmax(0,1fr) minmax(24rem,48vw) minmax(0,1fr)}.editorial-brand-hero__marquee-track{font-size:clamp(9rem,22vw,18rem)}.editorial-brand-hero__word{font-size:clamp(8rem,16vw,16rem)}.editorial-brand-hero__footer{grid-template-columns:1fr}.editorial-brand-hero__button{justify-self:start}}@media screen and (max-width:749px){.editorial-brand-hero__inner{padding-inline:2rem}.editorial-brand-hero__topbar{padding-top:11rem}.editorial-brand-hero__stage{display:block;min-height:76rem;margin-top:2rem;padding-block:10rem}.editorial-brand-hero__marquee{top:50%}.editorial-brand-hero__marquee-track{font-size:clamp(8rem,28vw,14rem)}.editorial-brand-hero__word{position:absolute;z-index:1;width:100%;font-size:clamp(7rem,23vw,12rem);line-height:.78;text-align:center}.editorial-brand-hero__word--left{top:1rem;left:-.04em}.editorial-brand-hero__word--right{right:.04em;bottom:1rem}.editorial-brand-hero__media-shift{z-index:2;width:min(72vw,42rem);margin-inline:auto}.editorial-brand-hero__declaration{max-width:88%;font-size:clamp(2.4rem,8vw,4rem)}.editorial-brand-hero__description{font-size:2rem}}@media(prefers-reduced-motion:reduce){.editorial-brand-hero *,.editorial-brand-hero *:before,.editorial-brand-hero *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.editorial-brand-hero__media-shift{transform:none}.editorial-brand-hero__marquee-track{animation-play-state:paused!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/editorial-brand-hero.css.map */
