.home-hero{position:relative;display:flex;align-items:flex-end;min-height:min(82vh,78rem);overflow:hidden;isolation:isolate;background:#1a1a1a;color:#fff}.home-hero--medium{min-height:min(70vh,64rem)}.home-hero--full{min-height:calc(100vh - 8rem)}.home-hero__media,.home-hero__media .home-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-hero__media .home-hero__img{object-fit:cover;object-position:center}.home-hero__img--mobile{display:none}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,calc(var(--hero-overlay, .45) + .2)),rgba(0,0,0,calc(var(--hero-overlay, .45) * .6)) 45%,#0000000d),linear-gradient(0deg,rgba(0,0,0,calc(var(--hero-overlay, .45) * .9)),#0000 45%)}.home-hero__content{position:relative;z-index:1;width:100%;padding-block:clamp(4rem,8vw,9rem)}.home-hero__box{max-width:62rem;display:flex;flex-direction:column;gap:1.6rem}.home-hero__kicker{margin:0;letter-spacing:.14em;text-transform:uppercase;font-size:1.2rem;font-weight:500;opacity:.85}.home-hero__title{margin:0;color:#fff;line-height:1.05;letter-spacing:-.01em;text-wrap:balance}.home-hero__text{margin:0;max-width:48rem;opacity:.92;line-height:1.5}.home-hero__text p{margin:0}.home-hero__buttons{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:.8rem}.home-hero .home-hero__btn{text-transform:uppercase;letter-spacing:.08em;font-size:1.3rem;min-width:18rem}.home-hero .home-hero__btn.btn--primary{background:#fff;color:#000;border-color:#fff}.home-hero .home-hero__btn.btn--primary:hover{background:#f1ede4;color:#000}.home-hero .home-hero__btn--ghost{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.75);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-hero .home-hero__btn--ghost:hover{background:#ffffff2e;color:#fff;border-color:#fff}.home-hero__trust{list-style:none;margin:1.2rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.8rem 2.4rem}.home-hero__trust-item{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;font-weight:500;color:#fffffff2}.home-hero__trust-icon{display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;background:#ffffff29;border:1px solid rgba(255,255,255,.45)}@media(max-width:767.98px){.home-hero{min-height:min(80vh,72rem)}.home-hero--full{min-height:calc(100vh - 6rem)}.home-hero__img--mobile+.home-hero__overlay~*,.home-hero__media .home-hero__img--mobile{display:block}.home-hero__media .home-hero__img--mobile~.home-hero__img--desktop,.home-hero__media:has(.home-hero__img--mobile) .home-hero__img--desktop{display:none}.home-hero__overlay{background:linear-gradient(0deg,rgba(0,0,0,calc(var(--hero-overlay, .45) + .3)),rgba(0,0,0,calc(var(--hero-overlay, .45) * .5)) 55%,#0000001a)}.home-hero__content{padding-block:4rem 4.4rem}.home-hero__box{gap:1.2rem}.home-hero__buttons{flex-direction:column}.home-hero .home-hero__btn{width:100%}.home-hero__trust{gap:.8rem 1.6rem}.home-hero__trust-item{font-size:1.3rem}.home-hero__kicker{font-size:1.1rem;letter-spacing:.1em}}@media(min-width:990px){.home-hero--split{display:grid;grid-template-columns:minmax(0,46fr) minmax(0,54fr);align-items:stretch;min-height:min(82vh,78rem);background:rgb(var(--split-bg, 247, 246, 242));color:rgb(var(--split-fg, 0, 0, 0))}.home-hero--split.home-hero--medium{min-height:min(70vh,64rem)}.home-hero--split.home-hero--full{min-height:calc(100vh - 8rem)}.home-hero--split .home-hero__media{position:relative;order:2;inset:auto;width:auto;height:auto;min-height:100%}.home-hero--split .home-hero__overlay{display:none}.home-hero--split .home-hero__content{order:1;display:flex;align-items:center;max-width:none;margin:0;padding-block:clamp(4rem,6vw,8rem);padding-inline:var(--page-padding, 5rem) clamp(3rem,5vw,7rem);background:rgb(var(--split-bg, 247, 246, 242));color:rgb(var(--split-fg, 0, 0, 0))}.home-hero--split .home-hero__box{max-width:56rem;gap:2rem}.home-hero--split .home-hero__kicker{opacity:.6}.home-hero--split .home-hero__title{color:rgb(var(--split-fg, 0, 0, 0));font-size:clamp(4.4rem,4.6vw,6.8rem)}.home-hero--split .home-hero__text{opacity:.8;font-size:calc(var(--font-body-size) * 1px + 3px)}.home-hero--split .home-hero__btn.btn--primary{background:rgb(var(--split-btn, 0, 0, 0));color:rgb(var(--split-btn-text, 255, 255, 255));border-color:rgb(var(--split-btn, 0, 0, 0))}.home-hero--split .home-hero__btn.btn--primary:hover{background:rgb(var(--split-btn-hover, 0, 0, 0));color:rgb(var(--split-btn-hover-text, 255, 255, 255))}.home-hero--split .home-hero__btn--ghost{background:transparent;color:rgb(var(--split-fg, 0, 0, 0));border:1px solid rgba(var(--split-fg, 0, 0, 0),.35);-webkit-backdrop-filter:none;backdrop-filter:none}.home-hero--split .home-hero__btn--ghost:hover{background:rgba(var(--split-fg, 0, 0, 0),.06);color:rgb(var(--split-fg, 0, 0, 0));border-color:rgb(var(--split-fg, 0, 0, 0))}.home-hero--split .home-hero__trust{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(var(--split-fg, 0, 0, 0),.12);gap:1rem 2.4rem}.home-hero--split .home-hero__trust-item{color:rgb(var(--split-fg, 0, 0, 0))}.home-hero--split .home-hero__trust-icon{background:rgba(var(--split-fg, 0, 0, 0),.06);border-color:rgba(var(--split-fg, 0, 0, 0),.25)}}@media(min-width:990px){.home-hero--overlay{align-items:flex-end}.home-hero--overlay.home-hero--large{min-height:calc(100vh - 12rem)}.home-hero--overlay.home-hero--full{min-height:calc(100vh - 8rem)}.home-hero--overlay .home-hero__overlay{background:linear-gradient(0deg,rgba(0,0,0,calc(var(--hero-overlay, .45) + .25)),rgba(0,0,0,calc(var(--hero-overlay, .45) * .55)) 45%,#00000014),linear-gradient(90deg,rgba(0,0,0,calc(var(--hero-overlay, .45) * .7)),#0000 60%)}.home-hero--overlay .home-hero__content{--hero-pad-top: 6rem;--hero-pad-bottom: clamp(5rem, 7vw, 8rem);padding-block:var(--hero-pad-top) var(--hero-pad-bottom)}.home-hero--overlay .home-hero__box{max-width:72rem;gap:2.2rem}.home-hero--overlay .home-hero__kicker{font-size:1.3rem;letter-spacing:.16em}.home-hero--overlay .home-hero__title{font-size:clamp(5.6rem,6.2vw,9rem);line-height:1.02;text-shadow:0 2px 24px rgba(0,0,0,.25)}.home-hero--overlay .home-hero__text{font-size:calc(var(--font-body-size) * 1px + 5px);max-width:56rem;text-shadow:0 1px 12px rgba(0,0,0,.3)}.home-hero--overlay .home-hero__buttons{gap:1.6rem;margin-top:1.2rem}.home-hero--overlay .home-hero__btn{min-width:24rem;height:5.6rem;font-size:1.4rem}.home-hero--overlay .home-hero__trust{margin-top:2rem;gap:1.2rem 3.2rem}.home-hero--overlay .home-hero__trust-item{font-size:1.5rem}.home-hero--overlay .home-hero__trust-icon{width:2.6rem;height:2.6rem}}.home-hero__media--dual{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.home-hero__pane{position:relative;overflow:hidden;min-height:0}.home-hero__pane .home-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.home-hero__pane--2{border-left:2px solid rgba(255,255,255,.7)}.home-hero__pane--loop{display:none}@media(max-width:767.98px){.home-hero__media--dual{display:flex;overflow:hidden}.home-hero__media--dual .home-hero__pane{flex:0 0 100%;border:0;animation:home-hero-slide 12s infinite}.home-hero__pane--loop{display:block}.home-hero--overlay .home-hero__media--dual~.home-hero__overlay,.home-hero__media--dual .home-hero__pane:after{pointer-events:none}.home-hero__media--dual~.home-hero__overlay{background:linear-gradient(0deg,#000000db,#0000009e 40%,#0003 75%,#0000000d)}@media(prefers-reduced-motion:reduce){.home-hero__media--dual .home-hero__pane{animation:none}}}@keyframes home-hero-slide{0%,40%{transform:translate(0);animation-timing-function:cubic-bezier(.7,0,.3,1)}47%,88%{transform:translate(-100%);animation-timing-function:cubic-bezier(.7,0,.3,1)}95%,to{transform:translate(-200%)}}@media(min-width:990px){.home-hero__media--dual .home-hero__pane--1:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#00000073,#0003 70%,#0000000d)}.home-hero__media--dual~.home-hero__content .home-hero__box{max-width:min(72rem,calc(50vw - var(--page-padding, 5rem) - 6rem))}.home-hero__media--dual~.home-hero__content .home-hero__title{font-size:clamp(4.8rem,4.6vw,7.6rem)}}@media(min-width:768px)and (max-width:989.98px){.home-hero__media--dual~.home-hero__content .home-hero__box{max-width:calc(50vw - 5rem)}.home-hero__media--dual~.home-hero__content .home-hero__title{font-size:clamp(3.6rem,5.4vw,4.8rem)}.home-hero__media--dual~.home-hero__content .home-hero__buttons{flex-direction:column}.home-hero__media--dual~.home-hero__content .home-hero__btn{width:100%;min-width:0}.home-hero__media--dual .home-hero__pane--1:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#00000059,#0000001a 60%)}}.home-hero__hotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;display:block}.home-hero__hotspots--dual{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.home-hero__hotspots-pane{position:relative;min-height:0}.home-hero__hotspots-pane--loop{display:none}.home-hero__hotspots lookbook-icon{pointer-events:auto;outline:none}.home-hero__hotspots .lookbook-card__product{color:rgb(var(--color-foreground))}.home-hero__hotspots .lookbook-card__product-title a{color:inherit}@media(max-width:767.98px){.home-hero__hotspots--dual{display:flex;overflow:hidden}.home-hero__hotspots--dual .home-hero__hotspots-pane{flex:0 0 100%;animation:home-hero-slide 12s infinite}.home-hero__hotspots-pane--loop{display:block}@media(prefers-reduced-motion:reduce){.home-hero__hotspots--dual .home-hero__hotspots-pane{animation:none}}}.home-hero--paused .home-hero__pane,.home-hero--paused .home-hero__hotspots-pane,.home-hero--paused .home-hero__box,.home-hero--paused .home-hero__second{animation-play-state:paused}.home-hero__second{display:none}.home-hero__second-title{margin:0;color:#fff;line-height:1.05;letter-spacing:-.01em;text-wrap:balance;text-align:center}@media(min-width:990px){.home-hero__media--dual~.home-hero__content{display:flex;align-items:flex-end}.home-hero__media--dual~.home-hero__content .home-hero__box{width:50%;max-width:50%;display:flex;flex-direction:column;align-items:center;text-align:center;padding-inline:clamp(2rem,3.5vw,6rem);box-sizing:border-box;margin:0;gap:2.2rem}.home-hero__media--dual~.home-hero__content .home-hero__title{text-align:center;margin-inline:auto;font-size:clamp(4.8rem,4.6vw,7.6rem);line-height:1.02;text-wrap:balance;text-shadow:0 2px 24px rgba(0,0,0,.25)}.home-hero__media--dual~.home-hero__content .home-hero__buttons{justify-content:center}.home-hero__media--dual~.home-hero__content .home-hero__trust{justify-content:center}.home-hero__second{position:absolute;z-index:2;left:50%;width:50%;bottom:var(--hero-pad-bottom, clamp(5rem, 7vw, 8rem));padding-inline:clamp(2rem,3.5vw,6rem);box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;gap:2.2rem}.home-hero__second .home-hero__second-title{font-size:clamp(4.8rem,4.6vw,7.6rem);line-height:1.02;text-shadow:0 2px 24px rgba(0,0,0,.25)}.home-hero--overlay .home-hero__btn{min-width:28rem;height:6.4rem;padding:0 3.6rem;font-size:1.5rem;box-shadow:0 12px 32px #00000047}.home-hero__btn-sep{margin:0 .9rem;opacity:.5}.home-hero__btn-note{font-weight:400;opacity:.8}}@media(max-width:767.98px){.home-hero__media--dual~.home-hero__content{display:grid;grid-template-columns:minmax(0,1fr)}.home-hero__media--dual~.home-hero__content>.home-hero__box,.home-hero__media--dual~.home-hero__content>.home-hero__second{grid-area:1 / 1;align-self:end}.home-hero__media--dual~.home-hero__content>.home-hero__box{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.6rem;animation:home-hero-text-1 12s infinite}.home-hero__media--dual~.home-hero__content .home-hero__buttons{justify-content:center}.home-hero__media--dual~.home-hero__content>.home-hero__second{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.6rem;animation:home-hero-text-2 12s infinite}.home-hero__second-title{font-size:var(--font-hd2-size);text-shadow:0 2px 24px rgba(0,0,0,.25)}@media(prefers-reduced-motion:reduce){.home-hero__media--dual~.home-hero__content>.home-hero__box{animation:none}.home-hero__media--dual~.home-hero__content>.home-hero__second{display:none}}}@keyframes home-hero-text-1{0%,37%{opacity:1;visibility:visible}44%,91%{opacity:0;visibility:hidden}98%,to{opacity:1;visibility:visible}}@keyframes home-hero-text-2{0%,37%{opacity:0;visibility:hidden}44%,91%{opacity:1;visibility:visible}98%,to{opacity:0;visibility:hidden}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-home-hero.css.map */
