.luxury-hero{position:relative;width:100%;height:var(--section-height, 90vh);overflow:hidden;display:flex;align-items:center;justify-content:center}.luxury-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.luxury-hero__picture{width:100%;height:100%;display:block}.luxury-hero__image{width:100%;height:100%;object-fit:cover;display:block}@media screen and (min-width:750px){.luxury-hero__image{object-position:var(--desktop-position, center)}}@media screen and (max-width:749px){.luxury-hero__image{object-position:var(--mobile-position, center)}}@keyframes luxury-ken-burns{0%{transform:scale(1) translate(0)}to{transform:scale(1.05) translate(-2%,-3%)}}@media screen and (min-width:750px){.luxury-hero__image{animation:luxury-ken-burns 18s ease-in-out infinite alternate}}@keyframes luxury-ken-burns-mobile{0%{transform:scale(1)}to{transform:scale(1.03)}}@media screen and (max-width:749px){.luxury-hero__image{animation:luxury-ken-burns-mobile 20s ease-in-out infinite alternate}}.luxury-hero--static .luxury-hero__image{animation:none}@media(prefers-reduced-motion:reduce){.luxury-hero__image{animation:none}}.luxury-hero__placeholder{width:100%;height:100%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.luxury-hero__placeholder-svg{opacity:.3;width:40%;height:40%}.luxury-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,var(--overlay-opacity, .25));z-index:2}.luxury-hero__container{position:relative;z-index:3;width:100%;max-width:120rem;margin:0 auto;padding:0 4rem}.luxury-hero__content{max-width:70rem}.luxury-hero__content--left{margin-left:0;margin-right:auto;text-align:left}.luxury-hero__content--center{margin-left:auto;margin-right:auto;text-align:center}.luxury-hero__eyebrow{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif;font-size:1.1rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:#ffffffd9;margin:0 0 2rem;opacity:0;transform:translateY(20px);animation:fade-in-up 1s ease .2s forwards}.luxury-hero__heading{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif;font-size:6rem;font-weight:200;line-height:1.15;letter-spacing:.02em;color:#fff;margin:0 0 3rem;opacity:0;transform:translateY(20px);animation:fade-in-up 1s ease .4s forwards}.luxury-hero__description{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Arial,sans-serif;font-size:1.7rem;font-weight:300;line-height:1.7;color:#ffffffe6;margin:0 0 4rem;opacity:0;transform:translateY(20px);animation:fade-in-up 1s ease .6s forwards}.luxury-hero__description p{margin:0}.luxury-hero__button{display:inline-block;padding:1.6rem 4rem;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif;font-size:1.3rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:0;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fade-in-up 1s ease .8s forwards;cursor:pointer}.luxury-hero__button--outline{color:#fff;background-color:transparent;border:1px solid rgba(255,255,255,.8)}.luxury-hero__button--outline:hover{background-color:#fff;color:#000;border-color:#fff;transform:translateY(-2px)}.luxury-hero__button--light{color:#000;background-color:#fff;border:1px solid #FFFFFF}.luxury-hero__button--light:hover{background-color:#ffffffe6;transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.luxury-hero__button--dark{color:#fff;background-color:#000;border:1px solid #000000}.luxury-hero__button--dark:hover{background-color:#000c;transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}.luxury-hero__scroll-indicator{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.8rem;color:#fffc;animation:float-vertical 2.5s ease-in-out infinite}.luxury-hero__scroll-text{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif;font-size:1rem;font-weight:300;letter-spacing:.15em;text-transform:uppercase}.luxury-hero__scroll-icon{width:1.2rem;height:1.6rem}@keyframes float-vertical{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,6px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.luxury-hero--static .luxury-hero__eyebrow,.luxury-hero--static .luxury-hero__heading,.luxury-hero--static .luxury-hero__description,.luxury-hero--static .luxury-hero__button,.luxury-hero--static .luxury-hero__scroll-indicator{animation:none;opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.luxury-hero__eyebrow,.luxury-hero__heading,.luxury-hero__description,.luxury-hero__button,.luxury-hero__scroll-indicator{animation:none;opacity:1;transform:none}}@media screen and (min-width:750px)and (max-width:989px){.luxury-hero{height:75vh}.luxury-hero__container{padding:0 3rem}.luxury-hero__heading{font-size:5rem}.luxury-hero__description{font-size:1.6rem}.luxury-hero__button{padding:1.4rem 3.5rem;font-size:1.2rem}.luxury-hero__scroll-indicator{bottom:3rem}}@media screen and (max-width:749px){.luxury-hero{height:70vh;min-height:500px}.luxury-hero__container{padding:0 2.4rem}.luxury-hero__content{max-width:100%}.luxury-hero__content,.luxury-hero__content--left{text-align:center;margin:0 auto}.luxury-hero__eyebrow{font-size:.95rem;letter-spacing:.18em;margin-bottom:1.5rem}.luxury-hero__heading{font-size:clamp(2rem,8vw,3rem);font-weight:200;line-height:1.15;margin-bottom:2rem;letter-spacing:.01em}.luxury-hero__description{font-size:1rem;line-height:1.6;margin-bottom:3rem;font-weight:300}.luxury-hero__button{padding:1.4rem 3rem;font-size:1.1rem;letter-spacing:.1em;width:100%;max-width:30rem;text-align:center;display:block;margin:0 auto}.luxury-hero__scroll-indicator{bottom:2rem}.luxury-hero__scroll-text{font-size:.9rem}}@media screen and (max-width:480px){.luxury-hero{height:65vh}.luxury-hero__heading{font-size:clamp(1.8rem,7vw,2.6rem)}.luxury-hero__description{font-size:.95rem}.luxury-hero__button{padding:1.3rem 2.5rem;font-size:1.05rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/luxury-hero.css.map */
