.luxury-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000;color:#fff}.luxury-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.luxury-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.35;transform:scale(1.08);animation:luxuryHeroZoom 20s ease-in-out infinite alternate}.luxury-hero__content{position:relative;z-index:2;text-align:center;max-width:800px;padding:2rem}.luxury-hero__tagline{font-size:clamp(.75rem,1.5vw,.9rem);letter-spacing:.35em;text-transform:uppercase;opacity:0;transform:translateY(30px);animation:luxuryFadeUp 1s ease forwards .3s;color:#ffffffb3;margin-bottom:1.5rem;font-weight:500}.luxury-hero__title{font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;opacity:0;transform:translateY(40px);animation:luxuryFadeUp 1.2s ease forwards .5s;margin-bottom:1.5rem}.luxury-hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);opacity:0;transform:translateY(30px);animation:luxuryFadeUp 1s ease forwards .8s;color:#ffffffbf;line-height:1.6;max-width:560px;margin:0 auto 2.5rem;font-weight:400}.luxury-hero__cta{opacity:0;transform:translateY(20px);animation:luxuryFadeUp 1s ease forwards 1.1s}.luxury-hero__cta a{display:inline-block;padding:16px 48px;background:#fff;color:#000;text-decoration:none;font-size:.85rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;border-radius:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.luxury-hero__cta a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;transform:translate(-101%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);z-index:0}.luxury-hero__cta a:hover{color:#fff;border-color:#fff}.luxury-hero__cta a:hover:before{transform:translate(0)}.luxury-hero__cta a span{position:relative;z-index:1}.luxury-hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;opacity:0;animation:luxuryFadeUp 1s ease forwards 1.5s}.luxury-hero__scroll-indicator .scroll-line{display:block;width:1px;height:60px;background:linear-gradient(to bottom,rgba(255,255,255,.6),transparent);margin:0 auto;animation:scrollPulse 2s ease-in-out infinite}.luxury-hero__scroll-indicator span{display:block;font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:#ffffff80;margin-bottom:12px}.luxury-showcase{padding:clamp(80px,12vw,160px) 0;background:#fff;overflow:hidden}.luxury-showcase__inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,100px);align-items:center}.luxury-showcase__media{position:relative}.luxury-showcase__image-wrapper{position:relative;overflow:hidden;aspect-ratio:1;background:#f8f8f8}.luxury-showcase__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.luxury-showcase__image-wrapper:hover img{transform:scale(1.05)}.luxury-showcase__image-accent{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid rgba(0,0,0,.06);pointer-events:none}.luxury-showcase__details{padding:clamp(20px,3vw,40px) 0}.luxury-showcase__label{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:#999;margin-bottom:1.5rem;font-weight:500}.luxury-showcase__product-title{font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem;color:#000}.luxury-showcase__price{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:300;color:#000;margin-bottom:2rem;letter-spacing:.02em}.luxury-showcase__price s{color:#aaa;margin-right:.75rem;font-size:.85em}.luxury-showcase__description{font-size:clamp(.9rem,1.2vw,1.05rem);line-height:1.8;color:#555;margin-bottom:2.5rem;max-width:460px}.luxury-showcase__pricing{margin-bottom:2rem}.luxury-showcase__discount-badge{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#ff4d4d,#ff1a1a);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;margin-bottom:1rem;animation:badgePulse 2s ease-in-out infinite}.luxury-showcase__price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:.5rem}.luxury-showcase__original-price{font-size:clamp(1rem,1.5vw,1.2rem);color:#999;text-decoration:line-through;font-weight:400}.luxury-showcase__current-price{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#000;letter-spacing:-.01em}.luxury-showcase__savings{font-size:.85rem;color:#e53e3e;font-weight:600;margin:0}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.luxury-showcase__form{margin-bottom:2rem}.luxury-showcase__variant-select{display:block;width:100%;max-width:300px;padding:14px 20px;font-size:.85rem;border:1px solid #ddd;background:#fff;color:#000;margin-bottom:1.5rem;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer;transition:border-color .3s ease;letter-spacing:.05em}.luxury-showcase__variant-select:focus{outline:none;border-color:#000}.luxury-showcase__add-btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 56px;background:#000;color:#fff;border:1px solid #000;font-size:.8rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.luxury-showcase__add-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;transform:translateY(101%);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.luxury-showcase__add-btn:hover{color:#000}.luxury-showcase__add-btn:hover:before{transform:translateY(0)}.luxury-showcase__add-btn span{position:relative;z-index:1}.luxury-showcase__add-btn:disabled{opacity:.4;cursor:not-allowed}.luxury-showcase__add-btn:disabled:hover:before{transform:translateY(101%)}.luxury-showcase__add-btn:disabled:hover{color:#fff}.luxury-features{padding:clamp(80px,10vw,140px) 0;background:#f7f7f7;overflow:hidden}.luxury-features__inner{max-width:1200px;margin:0 auto;padding:0 2rem}.luxury-features__header{text-align:center;margin-bottom:clamp(50px,8vw,100px)}.luxury-features__header-label{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:#999;margin-bottom:1.25rem;font-weight:500}.luxury-features__header-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;letter-spacing:-.02em;color:#000}.luxury-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(30px,4vw,60px)}.luxury-feature{text-align:center;padding:clamp(30px,4vw,50px) clamp(20px,2vw,30px)}.luxury-feature__icon{width:56px;height:56px;margin:0 auto 1.75rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.1);border-radius:50%;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.luxury-feature:hover .luxury-feature__icon{background:#000;border-color:#000}.luxury-feature:hover .luxury-feature__icon svg{stroke:#fff}.luxury-feature__icon svg{width:24px;height:24px;stroke:#000;stroke-width:1.5;fill:none;transition:stroke .5s ease}.luxury-feature__title{font-size:clamp(1rem,1.5vw,1.15rem);font-weight:600;margin-bottom:.75rem;color:#000;letter-spacing:-.01em}.luxury-feature__text{font-size:clamp(.85rem,1vw,.95rem);color:#777;line-height:1.7}.luxury-gallery{padding:clamp(60px,8vw,100px) 0;background:#fff;overflow:hidden}.luxury-gallery__inner{max-width:1400px;margin:0 auto;padding:0 2rem}.luxury-gallery__header{text-align:center;margin-bottom:clamp(40px,6vw,80px)}.luxury-gallery__header-label{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:#999;margin-bottom:1.25rem;font-weight:500}.luxury-gallery__header-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;letter-spacing:-.02em;color:#000}.luxury-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.luxury-gallery__item{overflow:hidden;aspect-ratio:1;background:#f0f0f0}.luxury-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.25,.46,.45,.94)}.luxury-gallery__item:hover img{transform:scale(1.08)}.luxury-cta{padding:clamp(80px,12vw,160px) 0;background:#000;color:#fff;text-align:center;overflow:hidden}.luxury-cta__inner{max-width:700px;margin:0 auto;padding:0 2rem}.luxury-cta__label{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.5rem;font-weight:500}.luxury-cta__title{font-size:clamp(2rem,4vw,3.2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.1}.luxury-cta__text{font-size:clamp(1rem,1.5vw,1.15rem);color:#ffffffa6;line-height:1.7;margin-bottom:2.5rem}.luxury-cta a{display:inline-block;padding:18px 56px;background:#fff;color:#000;text-decoration:none;font-size:.8rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.luxury-cta a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#333;transform:translate(-101%);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.luxury-cta a:hover{color:#fff}.luxury-cta a:hover:before{transform:translate(0)}.luxury-cta a span{position:relative;z-index:1}.luxury-divider{display:flex;align-items:center;justify-content:center;padding:clamp(40px,5vw,60px) 2rem;background:#fff}.luxury-divider__line{width:60px;height:1px;background:#ddd}.luxury-reveal{opacity:0;transform:translateY(50px);transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94)}.luxury-reveal--left{opacity:0;transform:translate(-60px);transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94)}.luxury-reveal--right{opacity:0;transform:translate(60px);transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94)}.luxury-reveal--scale{opacity:0;transform:scale(.92);transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94)}.luxury-reveal.is-visible,.luxury-reveal--left.is-visible,.luxury-reveal--right.is-visible,.luxury-reveal--scale.is-visible{opacity:1;transform:translateY(0) translate(0) scale(1)}.luxury-stagger>*{transition-delay:calc(var(--stagger-index, 0) * .12s)}@keyframes luxuryFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes luxuryHeroZoom{0%{transform:scale(1.08)}to{transform:scale(1.15)}}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}@media screen and (max-width:999px){.luxury-showcase__inner{grid-template-columns:1fr;gap:40px}.luxury-showcase__media{order:-1}.luxury-features__grid{grid-template-columns:1fr;gap:20px}.luxury-gallery__grid{grid-template-columns:repeat(2,1fr)}.luxury-showcase__description{max-width:100%}.luxury-showcase__add-btn{width:100%}.luxury-showcase__variant-select{max-width:100%}}@media screen and (max-width:599px){.luxury-gallery__grid{grid-template-columns:1fr}.luxury-hero__cta a{padding:14px 36px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/luxury-landing.css.map */
