:root{--gold: #C9A66B;--gold-light: #D4B980;--gold-dark: #A8864D;--cream: #FAF7F2;--cream-dark: #F5F0E8;--blush: #F8F1ED;--charcoal: #2C2824;--charcoal-light: #4A4541;--warm-gray: #9A948C;--white: #FFFFFF;--shadow-soft: 0 4px 30px rgba(44, 40, 36, .08);--shadow-medium: 0 8px 40px rgba(44, 40, 36, .12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Jost,sans-serif;background-color:var(--cream);color:var(--charcoal);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:400;letter-spacing:.02em}.header-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 4%;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,#faf7f2fa,#faf7f200);transition:all .4s ease}.header-wrapper.scrolled{background:#faf7f2fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 20px #2c28240d}.header__heading-link{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;letter-spacing:.2em;color:var(--charcoal);text-decoration:none}.header__inline-menu .list-menu{display:flex;gap:2.5rem;list-style:none}.header__inline-menu .list-menu a{font-size:.85rem;font-weight:400;letter-spacing:.1em;color:var(--charcoal-light);text-decoration:none;position:relative;transition:color .3s ease}.header__inline-menu .list-menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.header__inline-menu .list-menu a:hover{color:var(--charcoal)}.header__inline-menu .list-menu a:hover:after{width:100%}.header__icons{display:flex;align-items:center;gap:1rem}.header__icon{display:flex;align-items:center;gap:.5rem;font-size:.85rem;letter-spacing:.05em;color:var(--charcoal);text-decoration:none}.header__icon svg{width:20px;height:20px}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:8rem 6% 4rem 8%;position:relative;z-index:2}.hero-tagline{font-size:.75rem;font-weight:500;letter-spacing:.3em;color:var(--gold);text-transform:uppercase;margin-bottom:1.5rem;opacity:0;animation:fadeUp .8s ease forwards;animation-delay:.2s}.hero-headline{font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1.15;margin-bottom:1.5rem;opacity:0;animation:fadeUp .8s ease forwards;animation-delay:.4s}.hero-headline em{font-style:italic;color:var(--gold-dark)}.hero-subheadline{font-size:1.1rem;font-weight:300;color:var(--charcoal-light);max-width:420px;margin-bottom:2.5rem;opacity:0;animation:fadeUp .8s ease forwards;animation-delay:.6s}.hero-trust{display:flex;align-items:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap;opacity:0;animation:fadeUp .8s ease forwards;animation-delay:.8s}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--warm-gray)}.trust-item svg{width:16px;height:16px;fill:var(--gold)}.stars{display:flex;gap:2px}.stars svg{width:14px;height:14px;fill:var(--gold)}.hero-cta{opacity:0;animation:fadeUp .8s ease forwards;animation-delay:1s}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;background:var(--charcoal);color:var(--white);font-family:Jost,sans-serif;font-size:.85rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all .4s ease;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gold-dark);transition:left .4s ease;z-index:0}.btn-primary:hover:before{left:0}.btn-primary span{position:relative;z-index:1}.btn-primary svg{position:relative;z-index:1;transition:transform .3s ease}.btn-primary:hover svg{transform:translate(4px)}.hero-image{position:relative;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;animation:fadeIn 1.2s ease forwards;animation-delay:.3s}.hero-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,var(--cream) 0%,transparent 15%);z-index:1}.social-proof-strip{background:var(--white);padding:1.5rem 4%;border-top:1px solid rgba(201,166,107,.15);border-bottom:1px solid rgba(201,166,107,.15)}.social-proof-container{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.proof-item{display:flex;align-items:center;gap:.6rem;font-size:.8rem;letter-spacing:.08em;color:var(--charcoal-light)}.proof-item svg{width:18px;height:18px;fill:var(--gold)}.proof-divider{width:1px;height:20px;background:#c9a66b4d}.product-section{padding:6rem 4%;background:var(--cream)}.product-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;position:sticky;top:100px}.gallery-main{grid-column:1 / -1;aspect-ratio:4/3;overflow:hidden;background:var(--blush)}.gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-main:hover img{transform:scale(1.03)}.gallery-thumb{aspect-ratio:1;overflow:hidden;background:var(--blush);cursor:pointer;position:relative}.gallery-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid transparent;transition:border-color .3s ease}.gallery-thumb:hover:after,.gallery-thumb.active:after{border-color:var(--gold)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:1rem}.product-badge{display:inline-block;padding:.4rem 1rem;background:var(--gold);color:var(--white);font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem}.product-title{font-size:2.5rem;font-weight:400;margin-bottom:.75rem}.product-subtitle{font-size:1.05rem;color:var(--warm-gray);margin-bottom:1.5rem}.product-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(201,166,107,.2)}.product-rating .stars svg{width:16px;height:16px}.rating-text{font-size:.85rem;color:var(--charcoal-light)}.product-price{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:400;color:var(--charcoal);margin-bottom:2rem}.product-benefits{margin-bottom:2.5rem}.benefit-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(201,166,107,.1)}.benefit-item:first-child{border-top:1px solid rgba(201,166,107,.1)}.benefit-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--blush);border-radius:50%}.benefit-icon svg{width:18px;height:18px;stroke:var(--gold-dark);fill:none;stroke-width:1.5}.benefit-text{font-size:.9rem;color:var(--charcoal-light)}.product-cta{margin-bottom:1.5rem}.btn-add-cart{width:100%;padding:1.25rem 2rem;background:var(--charcoal);color:var(--white);font-family:Jost,sans-serif;font-size:.9rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;border:none;cursor:pointer;transition:all .4s ease}.btn-add-cart:hover{background:var(--gold-dark)}.shipping-note{text-align:center;font-size:.8rem;color:var(--warm-gray);display:flex;align-items:center;justify-content:center;gap:.5rem}.shipping-note svg{width:16px;height:16px;stroke:var(--gold);fill:none}.why-love{padding:6rem 4%;background:var(--white)}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-size:.75rem;font-weight:500;letter-spacing:.3em;color:var(--gold);text-transform:uppercase;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:300}.why-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.why-card{text-align:center;padding:2.5rem 1.5rem;background:var(--cream);transition:all .4s ease}.why-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-medium)}.why-icon{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:50%;border:1px solid rgba(201,166,107,.3)}.why-icon svg{width:28px;height:28px;stroke:var(--gold-dark);fill:none;stroke-width:1.5}.why-title{font-size:1.3rem;margin-bottom:.75rem}.why-text{font-size:.9rem;color:var(--warm-gray);line-height:1.7}.customer-photos{padding:6rem 0;background:var(--cream);overflow:hidden}.photos-header{text-align:center;margin-bottom:3rem;padding:0 4%}.photos-grid{display:flex;gap:1rem;animation:scrollPhotos 30s linear infinite}@keyframes scrollPhotos{0%{transform:translate(0)}to{transform:translate(-50%)}}.photo-item{flex-shrink:0;width:280px;height:350px;overflow:hidden;position:relative}.photo-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.photo-item:hover img{transform:scale(1.05)}.photo-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(44,40,36,.8),transparent);opacity:0;transition:opacity .4s ease}.photo-item:hover .photo-overlay{opacity:1}.photo-name{color:var(--white);font-size:.85rem;font-weight:500}.reviews{padding:6rem 4%;background:var(--white)}.reviews-summary{text-align:center;margin-bottom:3rem}.reviews-rating{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.5rem}.reviews-rating .stars svg{width:24px;height:24px}.reviews-score{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:400}.reviews-count{font-size:.9rem;color:var(--warm-gray)}.reviews-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.review-card{padding:2rem;background:var(--cream);position:relative}.review-card:before{content:'"';position:absolute;top:1rem;right:1.5rem;font-family:Cormorant Garamond,serif;font-size:4rem;color:#c9a66b33;line-height:1}.review-stars{display:flex;gap:2px;margin-bottom:1rem}.review-stars svg{width:14px;height:14px;fill:var(--gold)}.review-text{font-size:1rem;font-style:italic;color:var(--charcoal-light);margin-bottom:1.5rem;line-height:1.7}.review-author{font-size:.85rem;font-weight:500;color:var(--charcoal)}.review-location{font-size:.8rem;color:var(--warm-gray)}.story{padding:8rem 4%;background:var(--charcoal);color:var(--white);text-align:center}.story-content{max-width:700px;margin:0 auto}.story .section-label{color:var(--gold-light)}.story-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:300;margin-bottom:2rem;color:var(--white)}.story-text{font-size:1.1rem;line-height:1.9;color:#fffc;font-weight:300}.guarantee{padding:4rem 4%;background:var(--blush)}.guarantee-grid{max-width:1000px;margin:0 auto;display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.guarantee-item{display:flex;align-items:center;gap:1rem}.guarantee-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:50%}.guarantee-icon svg{width:24px;height:24px;stroke:var(--gold-dark);fill:none;stroke-width:1.5}.guarantee-text{font-size:.9rem;color:var(--charcoal-light)}.guarantee-text strong{display:block;font-weight:500;color:var(--charcoal);margin-bottom:.2rem}.final-cta{padding:8rem 4%;background:var(--cream);position:relative;overflow:hidden}.final-cta-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.final-cta-image{aspect-ratio:3/4;overflow:hidden}.final-cta-image img{width:100%;height:100%;object-fit:cover}.final-cta-content{padding:2rem 0}.final-cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:300;margin-bottom:1.5rem}.final-cta-title em{font-style:italic;color:var(--gold-dark)}.final-cta-text{font-size:1.05rem;color:var(--warm-gray);margin-bottom:2.5rem;line-height:1.7}.footer{background:var(--charcoal);color:var(--white);padding:4rem 4% 2rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand .logo{color:var(--white);margin-bottom:1rem;display:inline-block}.footer-brand p{font-size:.9rem;color:#fff9;max-width:280px;line-height:1.7}.footer-newsletter{margin-top:1.5rem}.newsletter-form{display:flex;gap:0}.newsletter-form input{flex:1;padding:.9rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-right:none;color:var(--white);font-family:Jost,sans-serif;font-size:.85rem}.newsletter-form input::placeholder{color:#fff6}.newsletter-form button{padding:.9rem 1.5rem;background:var(--gold);border:1px solid var(--gold);color:var(--white);font-family:Jost,sans-serif;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:var(--gold-light)}.footer-links h4{font-size:.8rem;font-family:Jost,sans-serif;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;color:var(--white)}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{font-size:.9rem;color:#fff9;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--gold-light)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8rem;color:#fff6}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;transition:all .3s ease}.social-links a:hover{border-color:var(--gold);background:var(--gold)}.social-links svg{width:18px;height:18px;fill:var(--white)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.hero{grid-template-columns:1fr}.hero-content{padding:8rem 6% 3rem;order:2}.hero-image{height:50vh;order:1}.hero-image:before{background:linear-gradient(to top,var(--cream) 0%,transparent 30%)}.product-container{grid-template-columns:1fr}.product-gallery{position:static}.why-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid,.final-cta-container{grid-template-columns:1fr}.final-cta-image{aspect-ratio:16/9}.footer-content{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.header__inline-menu{display:none}.hero-trust{flex-direction:column;align-items:flex-start;gap:1rem}.social-proof-container{flex-direction:column;gap:1rem}.proof-divider{display:none}.why-grid{grid-template-columns:1fr}.guarantee-grid{flex-direction:column;align-items:center;text-align:center}.guarantee-item{flex-direction:column}.footer-content{grid-template-columns:1fr;text-align:center}.footer-brand p{max-width:100%}.newsletter-form{flex-direction:column}.newsletter-form input{border-right:1px solid rgba(255,255,255,.2);border-bottom:none}.footer-bottom{flex-direction:column;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/luxebracelet.css.map */
