.hero{position:relative;padding:12px 0 20px}.hero--small{--hero-height: 50vh;--hero-min-height: 400px}.hero--medium{--hero-height: 70vh;--hero-min-height: 500px}.hero--large{--hero-height: 85vh;--hero-min-height: 600px}.hero--full{--hero-height: 100vh;--hero-height: 100dvh;--hero-min-height: 600px}@media(max-width:989px){.hero--small{--hero-min-height: 350px}.hero--medium{--hero-min-height: 400px}.hero--large{--hero-min-height: 450px}.hero--full{--hero-min-height: 500px}}@media(min-width:990px){.hero{padding:20px 0 32px}.hero__slider{display:flex;flex-direction:column;min-height:min(calc(100vh - var(--header-height, 72px) - 52px),720px);max-height:calc(100vh - var(--header-height, 72px) - 52px)}}@media(min-width:1400px){.hero__slider{min-height:min(calc(100vh - var(--header-height, 72px) - 52px),800px)}}.hero--fullscreen .hero__slider{min-height:calc(100vh - var(--header-height, 72px) - 40px);max-height:none}@media(max-width:989px){.hero--fullscreen .hero__slider{min-height:calc(100svh - var(--header-height-mobile, 60px) - var(--bottom-nav-height, 72px) - 24px)}}.hero__slider{position:relative;flex:1}.hero__slide{display:none;height:100%}.hero__slide.is-active{display:block}.hero__layout{position:relative;display:grid;gap:14px;height:100%}@media(min-width:990px){.hero__layout{grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}}@media(min-width:990px){.hero__slide.is-reverse .hero__content{order:2}.hero__slide.is-reverse .hero__media{order:1}}.hero__content{background:var(--bg-color);border-radius:28px;padding:26px 18px;box-shadow:0 10px 30px #2925240f;position:relative;z-index:2}.hero__content-inner{max-width:520px}@media(min-width:990px){.hero__content{border-radius:34px;padding:54px;display:flex;align-items:center;box-shadow:0 14px 44px #2925240f}}.hero__media{border-radius:28px;overflow:hidden;background:var(--color-background, #FFFCFB);box-shadow:0 10px 30px #2925240f;position:relative;z-index:1;display:flex;height:auto;min-height:280px}@media(min-width:990px){.hero__media{border-radius:34px;box-shadow:0 14px 44px #2925240f;height:auto;min-height:420px;max-height:min(calc(100vh - var(--header-height, 72px) - 120px),600px);flex:1}}@media(min-width:1400px){.hero__media{min-height:480px;max-height:min(calc(100vh - var(--header-height, 72px) - 120px),680px)}}@media(max-width:989px){.hero__layout{grid-template-columns:1fr}.hero__media{order:1;border-radius:26px;height:calc(100svh - var(--header-height-mobile, 60px) - var(--bottom-nav-height, 72px) - 180px);min-height:240px;max-height:420px}.hero--has-bottom-nav .hero__media{height:calc(100svh - var(--header-height-mobile, 60px) - var(--bottom-nav-height, 72px) - 200px);max-height:380px}.hero__content{order:2;width:calc(100% - 20px);margin:-48px auto 0;border-radius:24px;padding:20px 16px 16px;text-align:center}.hero__content-inner{margin:0 auto}}.hero__media-inner{position:relative;width:100%;height:100%}.hero__image,.hero__video,.hero__media iframe,.hero__media video{width:100%;height:100%;display:block}.hero__image{object-fit:cover;object-position:var(--hero-image-focus, center)}.hero__media video{object-fit:cover;object-position:var(--hero-image-focus, center)}.hero__media iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.hero__slide.is-safe-image .hero__image,.hero__slide.is-safe-image .hero__media video,.hero__slide.is-safe-image .hero__media iframe{transform:scale(.97);transform-origin:center}.hero__kicker{display:inline-block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;opacity:.75;margin-bottom:8px}@media(min-width:990px){.hero__kicker{font-size:12px;margin-bottom:10px}}.hero__title{font-size:clamp(32px,3.2vw,58px);line-height:1.05;margin:0 0 12px;font-weight:500}@media(max-width:989px){.hero__title{font-size:34px}}.hero__subtitle{font-size:15px;line-height:1.6;opacity:.85;margin:0 0 16px}@media(min-width:990px){.hero__subtitle{font-size:17px;max-width:460px}}.hero__button{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 40px;border-radius:12px;font-weight:700;font-size:16px;letter-spacing:.05em;text-transform:uppercase;background:var(--hero-btn-bg, var(--color-primary, #A47764));color:var(--hero-btn-text, var(--color-background, #FFFCFB));border:1px solid transparent;box-shadow:0 4px 12px #00000026;transition:transform .18s ease,background .18s ease,box-shadow .18s ease,filter .18s ease}@media(max-width:989px){.hero__button{width:100%;max-width:320px;height:58px;font-size:16px}}.hero__button:hover{transform:translateY(-2px);background:var(--hero-btn-bg-hover, var(--color-secondary, #8D6458));box-shadow:0 12px 28px #29252433;filter:saturate(1.05)}.hero__button:active{transform:translateY(0)}.hero__button:focus-visible{outline:2px solid var(--color-text, #292524);outline-offset:2px}.hero__nav{position:absolute;display:flex;gap:10px;z-index:10;bottom:var(--hero-nav-bottom, 24px);right:var(--hero-nav-right, 24px);left:var(--hero-nav-left, auto);top:var(--hero-nav-top, auto)}@media(min-width:990px){.hero__nav{right:var(--hero-nav-right, calc(var(--page-margin, 40px) + 24px));bottom:var(--hero-nav-bottom, 40px)}}@media(max-width:989px){.hero__nav{right:var(--hero-nav-right, 16px);bottom:var(--hero-nav-bottom, 70px)}}.hero__nav--center{transform:translate(-50%)}.hero__arrow{width:44px;height:44px;border-radius:999px;border:1px solid var(--hero-arrow-border, var(--color-border, #E5E5E5));background:var(--hero-arrow-bg, rgba(255, 252, 251, .95));color:var(--hero-arrow-icon, var(--color-text, #292524));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.hero__arrow:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 20px #29252426;background:var(--hero-arrow-bg, rgba(255, 252, 251, 1))}.hero__arrow:active{transform:translateY(0) scale(.98)}.hero__arrow-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.hero__arrow svg{width:20px;height:20px;display:block;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.hero__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-rose-100, rgba(253, 249, 247, .6))}.hero--fullwidth{padding:0}.hero--fullwidth .hero__slider{min-height:var(--hero-min-height, 600px);height:var(--hero-height, 85vh)}.hero--fullwidth .hero__slide{position:absolute;top:0;right:0;bottom:0;left:0}.hero--fullwidth .hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero--fullwidth .hero__bg-image,.hero--fullwidth .hero__bg-video,.hero--fullwidth .hero__bg-iframe{width:100%;height:100%;object-fit:cover;object-position:var(--hero-image-focus, center)}.hero--fullwidth .hero__bg-iframe{position:absolute;top:0;right:0;bottom:0;left:0;border:0}.hero--fullwidth .hero__bg-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-background-secondary)}.hero--fullwidth .hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#000;opacity:var(--hero-overlay-opacity, .3);pointer-events:none}.hero--fullwidth .hero__content-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;padding:var(--space-8, 32px);pointer-events:none}.hero--fullwidth .hero__content-inner{pointer-events:auto;color:var(--hero-text-color, #FFFFFF)}.hero--fullwidth .hero__kicker,.hero--fullwidth .hero__title,.hero--fullwidth .hero__subtitle{color:var(--hero-text-color, #FFFFFF)}.hero--fullwidth .hero__title{text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero--centered{padding:0}.hero--centered .hero__slider{min-height:var(--hero-min-height, 600px);height:var(--hero-height, 85vh)}.hero--centered .hero__slide{position:absolute;top:0;right:0;bottom:0;left:0}.hero--centered .hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero--centered .hero__bg-image,.hero--centered .hero__bg-video,.hero--centered .hero__bg-iframe{width:100%;height:100%;object-fit:cover;object-position:var(--hero-image-focus, center)}.hero--centered .hero__bg-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-background-secondary)}.hero--centered .hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#000;opacity:var(--hero-overlay-opacity, .3);pointer-events:none}.hero--centered .hero__content-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;padding:var(--space-8, 32px);pointer-events:none}.hero--centered .hero__content-inner{pointer-events:auto;color:var(--hero-text-color, #FFFFFF)}.hero--centered .hero__kicker,.hero--centered .hero__title,.hero--centered .hero__subtitle{color:var(--hero-text-color, #FFFFFF)}.hero--centered .hero__title{text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero--stacked .hero__stacked{display:flex;flex-direction:column;gap:var(--space-8, 32px)}.hero--stacked .hero__stacked-content{padding:var(--space-6, 24px) 0}.hero--stacked .hero__stacked-media{position:relative;border-radius:var(--radius-xl, 24px);overflow:hidden;aspect-ratio:16 / 9}.hero--stacked .hero__stacked-media .hero__image,.hero--stacked .hero__stacked-media .hero__video,.hero--stacked .hero__stacked-media .hero__iframe{width:100%;height:100%;object-fit:cover;object-position:var(--hero-image-focus, center)}.hero--stacked .hero__stacked-media .hero__iframe{position:absolute;top:0;right:0;bottom:0;left:0;border:0}@media(max-width:989px){.hero--stacked .hero__stacked{gap:var(--space-6, 24px)}.hero--stacked .hero__stacked-content{padding:var(--space-4, 16px) 0;text-align:center}.hero--stacked .hero__stacked-media{border-radius:var(--radius-lg, 16px)}}.hero__content-wrapper--top-left,.hero__content-wrapper--top-center,.hero__content-wrapper--top-right{align-items:flex-start}.hero__content-wrapper--center-left,.hero__content-wrapper--center-center,.hero__content-wrapper--center-right{align-items:center}.hero__content-wrapper--bottom-left,.hero__content-wrapper--bottom-center,.hero__content-wrapper--bottom-right{align-items:flex-end}.hero__content-wrapper--top-left,.hero__content-wrapper--center-left,.hero__content-wrapper--bottom-left{justify-content:flex-start}.hero__content-wrapper--top-center,.hero__content-wrapper--center-center,.hero__content-wrapper--bottom-center{justify-content:center}.hero__content-wrapper--top-right,.hero__content-wrapper--center-right,.hero__content-wrapper--bottom-right{justify-content:flex-end}.hero__content-wrapper--narrow .hero__content-inner{max-width:450px}.hero__content-wrapper--medium .hero__content-inner{max-width:600px}.hero__content-wrapper--wide .hero__content-inner{max-width:800px}.hero__content-wrapper--left{text-align:left}.hero__content-wrapper--center{text-align:center}.hero__content-wrapper--right{text-align:right}.hero__content-wrapper--center .hero__buttons{justify-content:center}.hero__content-wrapper--right .hero__buttons{justify-content:flex-end}@media(max-width:989px){.hero__content-wrapper--narrow .hero__content-inner,.hero__content-wrapper--medium .hero__content-inner,.hero__content-wrapper--wide .hero__content-inner{max-width:100%}}.hero__buttons{display:flex;flex-wrap:wrap;gap:var(--space-4, 16px)}.hero__button--secondary{background:transparent;border:2px solid currentColor;color:var(--hero-text-color, var(--hero-btn-text, var(--color-background, #FFFCFB)))}.hero__button--secondary:hover{background:#ffffff1a}.hero--split .hero__button--secondary{color:var(--hero-btn-bg, var(--color-primary, #A47764));border-color:var(--hero-btn-bg, var(--color-primary, #A47764))}.hero--split .hero__button--secondary:hover{background:var(--hero-btn-bg, var(--color-primary, #A47764));color:var(--hero-btn-text, var(--color-background, #FFFCFB))}@media(max-width:989px){.hero__buttons{flex-direction:column;width:100%}.hero__buttons .hero__button{width:100%;max-width:280px}.hero__content-wrapper--center .hero__buttons .hero__button,.hero--stacked .hero__content-wrapper--center .hero__buttons .hero__button{margin-left:auto;margin-right:auto}}@media(prefers-reduced-motion:reduce){.hero__button,.hero__arrow{transition:none}.hero__slide.is-safe-image .hero__image,.hero__slide.is-safe-image .hero__media video,.hero__slide.is-safe-image .hero__media iframe{transform:none}}.editorial-mode .hero,.hero--editorial,.editorial-mode .hero--split,.hero--editorial.hero--split{padding:0}.editorial-mode .hero__content,.hero--editorial .hero__content{border-radius:0;box-shadow:none;padding:40px 32px}@media(min-width:990px){.editorial-mode .hero__content,.hero--editorial .hero__content{border-radius:0;box-shadow:none;padding:60px 50px}}.editorial-mode .hero__media,.hero--editorial .hero__media{border-radius:0;box-shadow:none}@media(min-width:990px){.editorial-mode .hero__media,.hero--editorial .hero__media{border-radius:0;box-shadow:none}}.editorial-mode .hero__kicker,.hero--editorial .hero__kicker{font-size:11px;letter-spacing:.18em;font-weight:400;opacity:.7}.editorial-mode .hero__title,.hero--editorial .hero__title{font-family:var(--font-heading);font-size:clamp(36px,4vw,64px);font-weight:700;letter-spacing:-.02em;line-height:1}.editorial-mode .hero__subtitle,.hero--editorial .hero__subtitle{font-size:14px;line-height:1.7;opacity:.75;letter-spacing:.01em}@media(min-width:990px){.editorial-mode .hero__subtitle,.hero--editorial .hero__subtitle{font-size:15px}}.editorial-mode .hero__button,.hero--editorial .hero__button{border-radius:0;font-weight:400;letter-spacing:.15em;font-size:12px;height:52px;padding:0 36px;border:1px solid currentColor}.editorial-mode .hero__button:hover,.hero--editorial .hero__button:hover{transform:none;box-shadow:none;filter:none;opacity:.8}.editorial-mode .hero__arrow,.hero--editorial .hero__arrow{border-radius:0;backdrop-filter:none;-webkit-backdrop-filter:none}.editorial-mode .hero__arrow:hover,.hero--editorial .hero__arrow:hover{transform:none;box-shadow:none}.hero__thumbnails{display:none;position:absolute;bottom:20px;right:20px;z-index:10;gap:8px;align-items:center}@media(min-width:990px){.hero__thumbnails{display:flex}}.hero--has-thumbnails .hero__nav{display:none}.hero__thumbnail{width:60px;height:60px;border-radius:0;overflow:hidden;cursor:pointer;border:2px solid transparent;opacity:.5;transition:opacity .3s ease,border-color .3s ease;background:#fff}.hero__thumbnail.is-active{opacity:1;border-color:var(--color-text, #1a1a1a)}.hero__thumbnail:hover{opacity:.9}.hero__thumbnail img{width:100%;height:100%;object-fit:cover}.editorial-mode .hero__thumbnail,.hero--editorial .hero__thumbnail{width:50px;height:50px;border-radius:0}.hero__dots{display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:10;gap:10px;align-items:center}.hero__dot{width:8px;height:8px;border-radius:50%;background:#fff6;cursor:pointer;transition:background .3s ease,transform .3s ease;border:none;padding:0}.hero__dot.is-active{background:#fff;transform:scale(1.3)}.hero__dot:hover{background:#ffffffb3}.editorial-mode .hero__dot,.hero--editorial .hero__dot{border-radius:0;width:10px;height:3px;background:#0003}.editorial-mode .hero__dot.is-active,.hero--editorial .hero__dot.is-active{background:var(--color-text, #1a1a1a);transform:scaleX(2)}.editorial-mode .hero--fullwidth .hero__content-wrapper,.hero--editorial.hero--fullwidth .hero__content-wrapper{padding:60px}@media(max-width:989px){.editorial-mode .hero--fullwidth .hero__content-wrapper,.hero--editorial.hero--fullwidth .hero__content-wrapper{padding:30px 20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-hero.css.map */
