.hero-editorial{position:relative;width:100%;overflow:hidden;display:flex;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.hero-editorial--height-small{min-height:60vh}.hero-editorial--height-medium{min-height:75vh}.hero-editorial--height-large{min-height:88vh}.hero-editorial--height-full{min-height:100vh}.hero-editorial--height-adapt{min-height:auto}@media(max-width:749px){.hero-editorial--height-small{min-height:50vh}.hero-editorial--height-medium{min-height:65vh}.hero-editorial--height-large{min-height:75vh}.hero-editorial--height-full{min-height:100vh}}.hero-editorial__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-editorial__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:var(--image-opacity, 1);transition:opacity .3s ease}.hero-editorial{background:rgb(var(--color-background))}.hero-editorial__image--mobile{display:none}@media(max-width:749px){.hero-editorial__image--desktop:has(+.hero-editorial__image--mobile){display:none}.hero-editorial__image--mobile{display:block}}.hero-editorial__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,calc(var(--overlay-opacity) * .2)),#0000 35% 55%,rgba(0,0,0,var(--overlay-opacity)))}.hero-editorial--text-dark .hero-editorial__overlay{background:linear-gradient(180deg,rgba(255,255,255,calc(var(--overlay-opacity) * .2)),#fff0 35% 55%,rgba(255,255,255,var(--overlay-opacity)))}.hero-editorial__content{position:relative;z-index:3;width:100%;display:flex;padding-left:var(--inset-x-d, 48px);padding-right:var(--inset-x-d, 48px);padding-top:var(--pad-top-d, 64px);padding-bottom:var(--pad-bottom-d, 64px);min-height:inherit}.hero-editorial--pos-d-top-left .hero-editorial__content,.hero-editorial--pos-d-top-center .hero-editorial__content,.hero-editorial--pos-d-top-right .hero-editorial__content{align-items:flex-start}.hero-editorial--pos-d-middle-left .hero-editorial__content,.hero-editorial--pos-d-middle-center .hero-editorial__content,.hero-editorial--pos-d-middle-right .hero-editorial__content{align-items:center}.hero-editorial--pos-d-bottom-left .hero-editorial__content,.hero-editorial--pos-d-bottom-center .hero-editorial__content,.hero-editorial--pos-d-bottom-right .hero-editorial__content{align-items:flex-end}.hero-editorial--pos-d-top-left .hero-editorial__content,.hero-editorial--pos-d-middle-left .hero-editorial__content,.hero-editorial--pos-d-bottom-left .hero-editorial__content{justify-content:flex-start}.hero-editorial--pos-d-top-center .hero-editorial__content,.hero-editorial--pos-d-middle-center .hero-editorial__content,.hero-editorial--pos-d-bottom-center .hero-editorial__content{justify-content:center}.hero-editorial--pos-d-top-right .hero-editorial__content,.hero-editorial--pos-d-middle-right .hero-editorial__content,.hero-editorial--pos-d-bottom-right .hero-editorial__content{justify-content:flex-end}.hero-editorial__inner{width:100%;max-width:var(--max-w, 560px);display:flex;flex-direction:column;gap:1.6rem}.hero-editorial--align-d-left .hero-editorial__inner{text-align:left;align-items:flex-start}.hero-editorial--align-d-center .hero-editorial__inner{text-align:center;align-items:center}.hero-editorial--align-d-right .hero-editorial__inner{text-align:right;align-items:flex-end}.hero-editorial--text-light .hero-editorial__inner{color:#fff}.hero-editorial--text-dark .hero-editorial__inner{color:#121212}.hero-editorial__eyebrow{font-family:var(--font-body-family);font-size:1.2rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em;margin:0;opacity:.92;line-height:1}.hero-editorial__heading{font-family:var(--font-heading-family);font-weight:500;line-height:.95;letter-spacing:-.025em;margin:0}.hero-editorial__heading--size-sm{font-size:clamp(32px,4vw,44px)}.hero-editorial__heading--size-md{font-size:clamp(40px,5vw,56px)}.hero-editorial__heading--size-lg{font-size:clamp(48px,6vw,72px)}.hero-editorial__heading--size-xl{font-size:clamp(56px,7.5vw,96px)}.hero-editorial__heading--size-xxl{font-size:clamp(64px,10vw,140px);line-height:.9}.hero-editorial__heading--accent-italic_first:first-letter,.hero-editorial__heading--accent-italic_first .accent,.hero-editorial__heading--accent-italic_last .accent{font-family:Cormorant Garamond,Times New Roman,serif;font-style:italic;font-weight:400;letter-spacing:-.01em}.hero-editorial__text{font-family:var(--font-body-family);font-size:clamp(15px,1.1vw,17px);line-height:1.55;margin:0;opacity:.92}.hero-editorial__text :is(p,ul,ol){margin:0 0 .6em}.hero-editorial__text :is(p,ul,ol):last-child{margin:0}.hero-editorial__caption{font-family:var(--font-body-family);font-size:1.1rem;text-transform:uppercase;letter-spacing:.2em;font-weight:400;opacity:.75;margin:0}.hero-editorial__cta-wrap{margin-top:.8rem}.hero-editorial__cta{display:inline-flex;align-items:center;font-family:var(--font-body-family);font-size:1.3rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em;text-decoration:none;transition:opacity .25s ease,color .25s ease,background .25s ease,border-color .25s ease;color:inherit;cursor:pointer}.hero-editorial__cta--text_link{padding-bottom:.6rem;border-bottom:1px solid currentColor}.hero-editorial__cta--text_link .hero-editorial__cta-arrow{transition:transform .3s ease;display:inline-block}.hero-editorial__cta--text_link:hover .hero-editorial__cta-arrow{transform:translate(4px)}.hero-editorial__cta--outlined{padding:1.2rem 2.2rem;border:1px solid currentColor}.hero-editorial__cta--outlined:hover{background:currentColor}.hero-editorial__cta--outlined:hover{color:rgb(var(--color-background))}.hero-editorial__cta--filled{padding:1.2rem 2.4rem;background:currentColor}.hero-editorial--text-light .hero-editorial__cta--filled{color:#121212}.hero-editorial--text-dark .hero-editorial__cta--filled{color:#fff;background:#121212}.hero-editorial__cta--filled:hover{opacity:.85}@media(max-width:749px){.hero-editorial__content{padding-left:var(--inset-x-m, 24px);padding-right:var(--inset-x-m, 24px);padding-top:var(--pad-top-m, 40px);padding-bottom:var(--pad-bottom-m, 40px)}.hero-editorial--pos-m-top .hero-editorial__content{align-items:flex-start}.hero-editorial--pos-m-middle .hero-editorial__content{align-items:center}.hero-editorial--pos-m-bottom .hero-editorial__content{align-items:flex-end}.hero-editorial--align-m-left .hero-editorial__inner{text-align:left;align-items:flex-start}.hero-editorial--align-m-center .hero-editorial__inner{text-align:center;align-items:center;width:100%}.hero-editorial__inner{gap:1.4rem}.hero-editorial__heading--size-xxl{font-size:clamp(48px,12vw,80px)}.hero-editorial__heading--size-xl{font-size:clamp(40px,11vw,64px)}.hero-editorial__heading--size-lg{font-size:clamp(36px,9vw,56px)}}@media(prefers-reduced-motion:reduce){.hero-editorial__cta-arrow,.hero-editorial__cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-hero-editorial.css.map */
