:root{--lux-gold: #C6A13A;--lux-gold-light: #D4B84D;--lux-gold-dark: #A8872E;--lux-black: #0A0A0A;--lux-black-soft: #141414;--lux-emerald: #0B2B1A;--lux-emerald-light: #134028;--lux-white: #FAFAFA;--lux-text-muted: #A0A0A0;--lux-text-light: #D0D0D0;--lux-border-gold: rgba(198, 161, 58, .3);--lux-glow-gold: rgba(198, 161, 58, .15);--lux-radius: 16px;--lux-radius-sm: 10px;--lux-radius-pill: 50px;--lux-transition: .35s cubic-bezier(.25, .46, .45, .94);--lux-font-heading: "Playfair Display", "Georgia", serif;--lux-font-body: "Inter", "Helvetica Neue", Arial, sans-serif;--lux-gradient-bg: linear-gradient(165deg, #0A0A0A 0%, #0D1F14 40%, #0B2B1A 100%);--lux-gradient-card: linear-gradient(145deg, #141414 0%, #0D1F14 100%);--lux-shadow-lg: 0 20px 60px rgba(0, 0, 0, .5);--lux-shadow-card: 0 8px 32px rgba(0, 0, 0, .4);--lux-shadow-glow: 0 0 30px rgba(198, 161, 58, .1)}html,body{overflow-x:clip}.lux-announcement{background:var(--lux-gold);overflow:hidden;padding:8px 0;position:relative}.lux-announcement__track{display:flex;animation:luxScrollText 25s linear infinite;white-space:nowrap;will-change:transform}.lux-announcement__text{font-family:var(--lux-font-body);font-size:13px;font-weight:600;color:var(--lux-black);text-transform:uppercase;letter-spacing:2px;padding:0 60px;flex-shrink:0}@keyframes luxScrollText{0%{transform:translate(0)}to{transform:translate(-50%)}}.lux-header{background:var(--lux-black);border-bottom:1px solid var(--lux-border-gold);position:sticky;top:0;z-index:1000}.lux-header__inner{max-width:1400px;margin:0 auto;padding:16px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}.lux-header__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.lux-header__logo-royal{font-family:var(--lux-font-heading);font-size:28px;font-weight:700;color:var(--lux-white);letter-spacing:3px;text-transform:uppercase}.lux-header__logo-gifts{font-family:var(--lux-font-heading);font-size:28px;font-weight:700;color:var(--lux-gold);letter-spacing:3px;text-transform:uppercase;margin-left:6px}.lux-header__search{flex:1;max-width:520px;margin:0 auto}.lux-header__search-form{position:relative;display:flex;align-items:center}.lux-header__search-input{width:100%;padding:12px 48px 12px 20px;background:#ffffff0f;border:1.5px solid var(--lux-border-gold);border-radius:var(--lux-radius-pill);color:var(--lux-white);font-family:var(--lux-font-body);font-size:14px;outline:none;transition:var(--lux-transition)}.lux-header__search-input::placeholder{color:var(--lux-text-muted)}.lux-header__search-input:focus{border-color:var(--lux-gold);box-shadow:0 0 20px var(--lux-glow-gold);background:#ffffff1a}.lux-header__search-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:0}.lux-header__search-btn svg{width:18px;height:18px;stroke:var(--lux-gold);fill:none;stroke-width:2}.lux-header__actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.lux-header__action-link{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff0d;border:1px solid var(--lux-border-gold);text-decoration:none;transition:var(--lux-transition)}.lux-header__action-link:hover{background:#c6a13a26;border-color:var(--lux-gold);box-shadow:0 0 15px var(--lux-glow-gold)}.lux-header__action-link svg{width:20px;height:20px;stroke:var(--lux-gold);fill:none;stroke-width:1.8}.lux-header__cart-count{position:absolute;top:-4px;right:-4px;background:var(--lux-gold);color:var(--lux-black);font-family:var(--lux-font-body);font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.lux-header__nav{background:var(--lux-black-soft);border-bottom:1px solid rgba(198,161,58,.1)}.lux-header__nav-inner{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:center;gap:8px;overflow-x:auto;scrollbar-width:none}.lux-header__nav-inner::-webkit-scrollbar{display:none}.lux-header__nav-link{font-family:var(--lux-font-body);font-size:14px;font-weight:500;color:var(--lux-text-light);text-decoration:none;padding:14px 20px;white-space:nowrap;position:relative;transition:var(--lux-transition);letter-spacing:.5px}.lux-header__nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--lux-gold);transition:var(--lux-transition)}.lux-header__nav-link:hover{color:var(--lux-gold)}.lux-header__nav-link:hover:after{width:60%}.lux-header__nav-link--highlight{color:var(--lux-gold);font-weight:600}.lux-header__nav-link--highlight:after{width:60%;background:var(--lux-gold)}.lux-header__menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.lux-header__menu-toggle svg{width:24px;height:24px;stroke:var(--lux-gold);fill:none;stroke-width:2}.lux-header__mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:9999;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;visibility:hidden;transition:var(--lux-transition)}.lux-header__mobile-nav.is-active{opacity:1;visibility:visible}.lux-header__mobile-close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;padding:8px}.lux-header__mobile-close svg{width:28px;height:28px;stroke:var(--lux-gold);fill:none;stroke-width:2}.lux-header__mobile-link{font-family:var(--lux-font-heading);font-size:24px;color:var(--lux-white);text-decoration:none;padding:12px 24px;transition:var(--lux-transition)}.lux-header__mobile-link:hover,.lux-header__mobile-link--highlight{color:var(--lux-gold)}.lux-hero{background:var(--lux-gradient-bg);min-height:85vh;display:flex;align-items:center;position:relative;overflow:hidden}.lux-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(198,161,58,.08) 0%,transparent 70%);pointer-events:none}.lux-hero:after{content:"";position:absolute;bottom:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(11,43,26,.5) 0%,transparent 68%);pointer-events:none}.lux-hero__inner{width:100%;max-width:100%;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.lux-hero__content{display:flex;flex-direction:column;gap:16px}.lux-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#c6a13a1f;border:1px solid var(--lux-border-gold);border-radius:var(--lux-radius-pill);padding:8px 20px;font-family:var(--lux-font-body);font-size:12px;font-weight:600;color:var(--lux-gold);text-transform:uppercase;letter-spacing:2px;width:fit-content}.lux-hero__badge-dot{width:6px;height:6px;background:var(--lux-gold);border-radius:50%;animation:luxPulse 2s infinite}@keyframes luxPulse{0%,to{opacity:1}50%{opacity:.4}}.lux-hero__heading{font-family:var(--lux-font-heading);font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.15;color:var(--lux-white);margin:0}.lux-hero__heading-gold{color:var(--lux-gold);font-style:italic}.lux-hero__subtext{font-family:var(--lux-font-body);font-size:17px;line-height:1.7;color:var(--lux-text-muted);max-width:500px}.lux-hero__image-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.lux-hero__image-frame{position:relative;width:100%;max-width:560px;border-radius:10px;overflow:hidden;border:2px solid var(--lux-border-gold);box-shadow:var(--lux-shadow-lg),var(--lux-shadow-glow)}.lux-hero__image{width:100%;height:auto;display:block;aspect-ratio:4/5;object-fit:cover}.lux-hero__image-glow{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);width:80%;height:120px;background:radial-gradient(ellipse,rgba(198,161,58,.15) 0%,transparent 70%);filter:blur(20px);pointer-events:none}.lux-categories{background:var(--lux-gradient-bg);padding:100px 0}.lux-categories__inner{max-width:1400px;margin:0 auto;padding:0 40px}.lux-section-header{text-align:center;margin-bottom:60px}.lux-section-header__label{font-family:var(--lux-font-body);font-size:12px;font-weight:600;color:var(--lux-gold);text-transform:uppercase;letter-spacing:3px;margin-bottom:12px;display:block}.lux-section-header__title{font-family:var(--lux-font-heading);font-size:clamp(28px,4vw,44px);font-weight:700;color:var(--lux-white);margin:0 0 16px}.lux-section-header__title--gold{color:var(--lux-gold);font-style:italic}.lux-section-header__divider{width:60px;height:2px;background:var(--lux-gold);margin:20px auto 0;border-radius:2px}.lux-categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.lux-category-card{background:var(--lux-gradient-card);border:1px solid var(--lux-border-gold);border-radius:var(--lux-radius);overflow:hidden;text-decoration:none;transition:var(--lux-transition);display:flex;flex-direction:column}.lux-category-card:hover{transform:translateY(-8px);border-color:var(--lux-gold);box-shadow:var(--lux-shadow-card),0 0 40px #c6a13a1f}.lux-category-card__image-wrapper{position:relative;overflow:hidden;width:100%;height:163px}.lux-category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.lux-category-card:hover .lux-category-card__image{transform:scale(1.08)}.lux-category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(10,10,10,.8) 100%);pointer-events:none}.lux-category-card__body{padding:24px;flex:1;display:flex;flex-direction:column;gap:8px}.lux-category-card__title{font-family:var(--lux-font-heading);font-size:20px;font-weight:600;color:var(--lux-white);margin:0}.lux-category-card__desc{font-family:var(--lux-font-body);font-size:14px;color:var(--lux-text-muted);line-height:1.6;margin:0}.lux-category-card__arrow{margin-top:auto;padding-top:12px;display:flex;align-items:center;gap:8px;font-family:var(--lux-font-body);font-size:13px;font-weight:600;color:var(--lux-gold);text-transform:uppercase;letter-spacing:1px;transition:var(--lux-transition)}.lux-category-card:hover .lux-category-card__arrow{gap:12px}.lux-category-card__arrow svg{width:16px;height:16px;stroke:var(--lux-gold);fill:none;stroke-width:2}.lux-arrivals{background:var(--lux-gradient-bg);padding:100px 0}.lux-arrivals__inner{max-width:1400px;margin:0 auto;padding:0 40px}.lux-arrivals__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.lux-product-card{background:var(--lux-gradient-card);border:1px solid var(--lux-border-gold);border-radius:var(--lux-radius);overflow:hidden;text-decoration:none;transition:var(--lux-transition);display:flex;flex-direction:column}.lux-product-card:hover{transform:translateY(-6px);border-color:var(--lux-gold);box-shadow:var(--lux-shadow-card),0 0 30px #c6a13a1a}.lux-product-card__image-wrapper{position:relative;overflow:hidden;aspect-ratio:1/1;background:#ffffff08}.lux-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lux-product-card:hover .lux-product-card__image{transform:scale(1.1)}.lux-product-card__badge{position:absolute;top:12px;left:12px;background:var(--lux-gold);color:var(--lux-black);font-family:var(--lux-font-body);font-size:11px;font-weight:700;padding:4px 12px;border-radius:var(--lux-radius-pill);text-transform:uppercase;letter-spacing:1px;z-index:2}.lux-product-card__body{padding:20px;flex:1;display:flex;flex-direction:column;gap:8px}.lux-product-card__title{font-family:var(--lux-font-heading);font-size:17px;font-weight:600;color:var(--lux-white);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lux-product-card__price{font-family:var(--lux-font-body);font-size:18px;font-weight:700;color:var(--lux-gold);margin:0}.lux-product-card__price-compare{font-size:14px;color:var(--lux-text-muted);text-decoration:line-through;margin-left:8px;font-weight:400}.lux-product-card__rating{display:flex;align-items:center;gap:4px;margin-top:4px;margin-bottom:6px}.lux-product-card__star{width:14px;height:14px;fill:var(--lux-gold)}.lux-product-card__star--empty{fill:#c6a13a33}.lux-signature{background:var(--lux-gradient-bg);padding:100px 0;position:relative}.lux-signature:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--lux-border-gold),transparent)}.lux-signature__inner{max-width:1400px;margin:0 auto;padding:0 40px}.lux-signature__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.lux-signature-card{background:var(--lux-gradient-card);border:1.5px solid var(--lux-border-gold);border-radius:20px;overflow:hidden;text-decoration:none;transition:var(--lux-transition);display:flex;flex-direction:column;position:relative}.lux-signature-card:hover{transform:translateY(-8px);border-color:var(--lux-gold);box-shadow:var(--lux-shadow-lg),0 0 50px #c6a13a1f}.lux-signature-card__badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,var(--lux-gold) 0%,var(--lux-gold-dark) 100%);color:var(--lux-black);font-family:var(--lux-font-body);font-size:11px;font-weight:700;padding:6px 16px;border-radius:var(--lux-radius-pill);text-transform:uppercase;letter-spacing:1.5px;z-index:2;box-shadow:0 4px 15px #c6a13a66}.lux-signature-card__image-wrapper{position:relative;overflow:hidden;aspect-ratio:3/4;background:#ffffff08}.lux-signature-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.lux-signature-card:hover .lux-signature-card__image{transform:scale(1.06)}.lux-signature-card__body{padding:10px 24px;flex:1;display:flex;flex-direction:column;gap:12px}.lux-signature-card__title{font-family:var(--lux-font-heading);font-size:22px;font-weight:700;color:var(--lux-white);margin:0}.lux-signature-card__desc{font-family:var(--lux-font-body);font-size:14px;color:var(--lux-text-muted);line-height:1.7;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lux-signature-card__price{font-family:var(--lux-font-body);font-size:20px;font-weight:700;color:var(--lux-gold);margin:0}.lux-signature-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--lux-gold);font-family:var(--lux-font-body);font-size:14px;font-weight:600;text-decoration:none;padding:14px 28px;border-radius:var(--lux-radius-pill);border:1.5px solid var(--lux-gold);cursor:pointer;transition:var(--lux-transition);text-transform:uppercase;letter-spacing:1.5px;margin-top:auto}.lux-signature-card__cta:hover{background:var(--lux-gold);color:var(--lux-black);box-shadow:0 6px 25px #c6a13a4d}.lux-signature-card__cta svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.lux-testimonials{background:var(--lux-gradient-bg);padding:20px 0 0!important;position:relative}.lux-testimonials:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--lux-border-gold),transparent)}.lux-testimonials__inner{max-width:1400px;margin:0 auto;padding:0 40px}.lux-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.lux-testimonial-card{background:var(--lux-gradient-card);border:1px solid var(--lux-border-gold);border-radius:20px;padding:36px 28px;display:flex;flex-direction:column;gap:20px;transition:var(--lux-transition);position:relative}.lux-testimonial-card:hover{transform:translateY(-6px);border-color:var(--lux-gold);box-shadow:var(--lux-shadow-card),var(--lux-shadow-glow)}.lux-testimonial-card__quote-icon{width:36px;height:36px;fill:var(--lux-gold);opacity:.3}.lux-testimonial-card__stars{display:flex;gap:4px}.lux-testimonial-card__star{width:18px;height:18px;fill:var(--lux-gold)}.lux-testimonial-card__star--empty{opacity:.25}.lux-testimonial-card__text{font-family:var(--lux-font-body);font-size:15px;line-height:1.8;color:var(--lux-text-light);font-style:italic;margin:0}.lux-testimonial-card__author{display:flex;align-items:center;gap:14px;margin-top:auto;padding-top:16px;border-top:1px solid rgba(198,161,58,.15)}.lux-testimonial-card__avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--lux-gold) 0%,var(--lux-gold-dark) 100%);display:flex;align-items:center;justify-content:center;font-family:var(--lux-font-heading);font-size:20px;font-weight:700;color:var(--lux-black);flex-shrink:0}.lux-testimonial-card__name{font-family:var(--lux-font-heading);font-size:16px;font-weight:600;color:var(--lux-white);margin:0}.lux-testimonial-card__role{font-family:var(--lux-font-body);font-size:13px;color:var(--lux-text-muted);margin:0}.lux-footer{background:linear-gradient(180deg,#0b2b1a,#0a0a0a);position:relative}.lux-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--lux-gold),transparent)}.lux-footer__inner{max-width:1400px;margin:0 auto;padding:80px 40px 40px}.lux-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:48px;margin-bottom:60px}.lux-footer__col-title{font-family:var(--lux-font-heading);font-size:20px;font-weight:600;color:var(--lux-gold);margin:0 0 24px}.lux-footer__brand-desc{font-family:var(--lux-font-body);font-size:14px;line-height:1.8;color:var(--lux-text-muted);margin:0 0 20px}.lux-footer__social-links{display:flex;gap:12px}.lux-footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--lux-border-gold);background:#ffffff08;text-decoration:none;transition:var(--lux-transition)}.lux-footer__social-link:hover{background:var(--lux-gold);border-color:var(--lux-gold)}.lux-footer__social-link svg{width:18px;height:18px;fill:var(--lux-gold);transition:var(--lux-transition)}.lux-footer__social-link:hover svg{fill:var(--lux-black)}.lux-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.lux-footer__link{font-family:var(--lux-font-body);font-size:14px;color:var(--lux-text-muted);text-decoration:none;transition:var(--lux-transition);display:flex;align-items:center;gap:8px}.lux-footer__link:before{content:"";width:0;height:1px;background:var(--lux-gold);transition:var(--lux-transition)}.lux-footer__link:hover{color:var(--lux-gold)}.lux-footer__link:hover:before{width:12px}.lux-footer__newsletter-text{font-family:var(--lux-font-body);font-size:14px;color:var(--lux-text-muted);line-height:1.7;margin:0 0 20px}.lux-footer__newsletter-form{display:flex;gap:0}.lux-footer__newsletter-input{flex:1;padding:14px 18px;background:#ffffff0f;border:1px solid var(--lux-border-gold);border-right:none;border-radius:var(--lux-radius-pill) 0 0 var(--lux-radius-pill);color:var(--lux-white);font-family:var(--lux-font-body);font-size:14px;outline:none;transition:var(--lux-transition)}.lux-footer__newsletter-input::placeholder{color:var(--lux-text-muted)}.lux-footer__newsletter-input:focus{border-color:var(--lux-gold);background:#ffffff1a}.lux-footer__newsletter-btn{background:var(--lux-gold);color:var(--lux-black);font-family:var(--lux-font-body);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:14px 24px;border:none;border-radius:0 var(--lux-radius-pill) var(--lux-radius-pill) 0;cursor:pointer;transition:var(--lux-transition);white-space:nowrap}.lux-footer__newsletter-btn:hover{background:var(--lux-gold-light);box-shadow:0 4px 20px #c6a13a4d}.lux-footer__bottom{border-top:1px solid rgba(198,161,58,.15);padding-top:30px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.lux-footer__copyright{font-family:var(--lux-font-body);font-size:13px;color:var(--lux-text-muted);margin:0}.lux-footer__copyright-brand{color:var(--lux-gold);font-weight:600}.lux-footer__bottom-links{display:flex;gap:24px}.lux-footer__bottom-link{font-family:var(--lux-font-body);font-size:13px;color:var(--lux-text-muted);text-decoration:none;transition:var(--lux-transition)}.lux-footer__bottom-link:hover{color:var(--lux-gold)}@media(max-width:1024px){.lux-header__inner{padding:14px 24px}.lux-header__search{max-width:360px}.lux-header__nav-inner{padding:0 24px;justify-content:flex-start}.lux-home-section--hero .lux-hero__inner{grid-template-columns:52% 48%}.lux-categories__grid,.lux-arrivals__grid,.lux-signature__grid{grid-template-columns:repeat(2,1fr)}.lux-signature__grid>:last-child{grid-column:1 / -1;max-width:50%;margin:0 auto}.lux-testimonials__grid{grid-template-columns:repeat(2,1fr)}.lux-testimonials__grid>:last-child{grid-column:1 / -1;max-width:50%;margin:0 auto}.lux-footer__grid{grid-template-columns:repeat(2,1fr);gap:36px}.lux-categories__inner,.lux-arrivals__inner,.lux-signature__inner,.lux-testimonials__inner,.lux-footer__inner{padding-left:24px;padding-right:24px}}@media(max-width:768px){.lux-announcement__text{font-size:11px;letter-spacing:1.5px;padding:0 40px}.lux-header__inner{padding:12px 16px;gap:12px}.lux-header__search{display:none}.lux-header__menu-toggle,.lux-header__mobile-nav{display:flex}.lux-header__nav{display:none}.lux-header__logo-royal,.lux-header__logo-gifts{font-size:22px;letter-spacing:2px}.lux-hero{min-height:auto;padding:0}.lux-hero__inner{grid-template-columns:1fr;gap:28px;padding:40px 20px}.lux-hero__content{text-align:center;align-items:center;gap:20px}.lux-hero__subtext{text-align:center}.lux-hero__image-frame{max-width:400px}.lux-categories{padding:60px 0}.lux-categories__inner,.lux-arrivals__inner,.lux-signature__inner,.lux-testimonials__inner,.lux-footer__inner{padding-left:16px;padding-right:16px}.lux-categories__grid{grid-template-columns:1fr;gap:20px}.lux-arrivals{padding:60px 0}.lux-arrivals__grid{grid-template-columns:repeat(2,1fr);gap:16px}.lux-signature{padding:60px 0}.lux-signature__grid{grid-template-columns:1fr;gap:24px}.lux-signature__grid>:last-child{max-width:100%}.lux-testimonials{padding:60px 0}.lux-testimonials__grid{grid-template-columns:1fr;gap:20px}.lux-testimonials__grid>:last-child{max-width:100%}.lux-footer__grid{grid-template-columns:1fr;gap:32px}.lux-footer__inner{padding-top:50px;padding-bottom:30px}.lux-footer__bottom{flex-direction:column;text-align:center}.lux-section-header{margin-bottom:36px}.lux-product-card__image-wrapper{aspect-ratio:4/3}.lux-product-card__body{padding:10px 14px 14px}.lux-product-card__title{font-size:14px;-webkit-line-clamp:2;line-clamp:2}.lux-product-card__price{font-size:15px}.lux-testimonial-card{padding:28px 20px}}@media(max-width:480px){.lux-arrivals__grid{grid-template-columns:1fr}.lux-arrivals__grid .lux-product-card__image-wrapper{aspect-ratio:16/9}.lux-arrivals__grid .lux-product-card__title{font-size:13px}.lux-hero__heading{font-size:28px}.lux-hero__subtext{font-size:15px}.lux-hero__cta{padding:14px 28px;font-size:14px}.lux-footer__newsletter-form{flex-direction:column;gap:12px}.lux-footer__newsletter-input{border-right:1px solid var(--lux-border-gold);border-radius:var(--lux-radius-pill)}.lux-footer__newsletter-btn{border-radius:var(--lux-radius-pill)}}.rg-announcement{background:var(--lux-gold);overflow:hidden;padding:7px 0;position:relative;z-index:1001}.rg-announcement__track{display:flex;animation:rgScrollText 25s linear infinite;white-space:nowrap;will-change:transform}.rg-announcement__text{font-family:var(--lux-font-body);font-size:12px;font-weight:600;color:#050505;text-transform:uppercase;letter-spacing:2px;padding:0 40px;flex-shrink:0}@keyframes rgScrollText{0%{transform:translate(0)}to{transform:translate(-50%)}}.rg-header-wrapper{background:#0a140e8c!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;border-bottom:1px solid rgba(198,161,58,.25)!important;--color-foreground: 250, 250, 250;--color-background: 10, 20, 14}.rg-header-wrapper .header-wrapper--border-bottom{border-bottom-color:#c6a13a40}.rg-header{background:transparent;display:flex;align-items:center;gap:20px;position:relative;z-index:10}.rg-header__logo{text-decoration:none!important;display:inline-flex!important;align-items:center;gap:6px}.rg-header__logo-royal{font-family:var(--lux-font-heading);font-size:26px;font-weight:700;color:#fafafa;letter-spacing:3px;text-transform:uppercase;line-height:1}.rg-header__logo-gifts{font-family:var(--lux-font-heading);font-size:26px;font-weight:700;color:var(--lux-gold);letter-spacing:3px;text-transform:uppercase;line-height:1}.rg-header__search-wrapper{flex:1;max-width:500px;margin:0 auto;position:relative;z-index:9999}.rg-header__search-form{display:flex;align-items:center;gap:.8rem;padding:0 1.4rem;background:#ffffff0d;border:1.5px solid rgba(198,161,58,.45);border-radius:var(--lux-radius-pill);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.rg-header__search-form:focus-within{border-color:var(--lux-gold);background:#ffffff17;box-shadow:0 0 16px var(--lux-glow-gold)}.rg-header__search-icon{flex-shrink:0;color:#c6a13ab3}.rg-header__search-input{flex:1;min-width:0;padding:10px 0;background:transparent;border:none;border-radius:0;outline:none;color:#fafafa;font-family:var(--lux-font-body);font-size:14px;transition:none}.rg-header__search-input::placeholder{color:var(--lux-text-muted)}.rg-header__search-input::-webkit-search-decoration,.rg-header__search-input::-webkit-search-cancel-button{display:none}.rg-header__search-clear{display:flex;align-items:center;background:transparent;border:none;cursor:pointer;color:#e8dfc866;padding:0;transition:color .15s;flex-shrink:0}.rg-header__search-clear:hover{color:var(--lux-gold)}.rg-header__search-clear.hidden{display:none}.rg-dawn-nav-hidden{display:none!important}.rg-header__actions{display:flex;align-items:center;gap:8px}.rg-header__icon{position:relative;display:flex!important;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#ffffff0d;border:1px solid var(--lux-border-gold);color:var(--lux-gold)!important;transition:var(--lux-transition)}.rg-header__icon:hover{background:#c6a13a26;border-color:var(--lux-gold);box-shadow:0 0 15px var(--lux-glow-gold)}.rg-header__icon svg{stroke:var(--lux-gold)}.rg-header__icon .svg-wrapper{display:flex;color:var(--lux-gold)}.rg-header__cart-count{position:absolute!important;top:-4px!important;right:-4px!important;background:var(--lux-gold)!important;color:#050505!important;font-family:var(--lux-font-body);font-size:11px!important;font-weight:700;min-width:19px;height:19px;border-radius:50%!important;display:flex!important;align-items:center;justify-content:center;line-height:1}@media screen and (min-width:990px){.rg-header .header__search{display:none}}.rg-header-wrapper .search-modal{background:#0c1812;border-color:var(--lux-border-gold)}.rg-header__nav{background:#08100b73;border-top:1px solid rgba(198,161,58,.15);border-bottom:1px solid rgba(198,161,58,.15);position:relative;z-index:1}.rg-header__nav-inner{display:flex;align-items:center;justify-content:center;gap:6px;overflow-x:auto;scrollbar-width:none}.rg-header__nav-inner::-webkit-scrollbar{display:none}.rg-header__nav-link{font-family:var(--lux-font-body);font-size:13px;font-weight:500;color:var(--lux-text-light);text-decoration:none;padding:13px 20px;white-space:nowrap;position:relative;transition:var(--lux-transition);letter-spacing:.5px}.rg-header__nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--lux-gold);transition:var(--lux-transition)}.rg-header__nav-link:hover{color:var(--lux-gold)}.rg-header__nav-link:hover:after{width:60%}.rg-header__nav-link--active:after,.rg-header__nav-link--highlight:after{width:60%}.rg-header__nav-link--highlight{color:var(--lux-gold);font-weight:600}.rg-header-wrapper .header__heading-link{color:#fafafa}.rg-header-wrapper .header__icon{color:var(--lux-gold)}.rg-header-wrapper .menu-drawer{background:#0c1812;color:#fafafa}.rg-header-wrapper .menu-drawer a{color:#d0d0d0}.rg-header-wrapper .menu-drawer a:hover{color:var(--lux-gold)}.rg-footer{background:linear-gradient(180deg,#0f2a23,#050505)!important;border-top:1px solid rgba(198,161,58,.4);margin-top:0!important;color:var(--lux-text-muted)}.rg-footer__inner{padding-left:10px!important;padding:0}.rg-footer__grid{display:grid;gap:40px}.rg-footer__col{display:flex;flex-direction:column;gap:4px}.rg-footer__logo{text-decoration:none;display:inline-flex;align-items:center;gap:6px;margin-bottom:12px}.rg-footer__col-title{font-family:var(--lux-font-heading);font-size:16px;font-weight:700;color:#fafafa;text-transform:uppercase;letter-spacing:2.5px;margin:0 0 24px}.rg-footer__brand-desc{font-family:var(--lux-font-body);font-size:14px;line-height:1.75;color:var(--lux-text-muted);margin:0}.rg-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.rg-footer__link{font-family:var(--lux-font-body);font-size:14.5px;color:#fafafab3;text-decoration:none;transition:var(--lux-transition);display:inline-flex;align-items:center;gap:6px}.rg-footer__link:before{content:"";width:0;height:1px;background:var(--lux-gold);transition:var(--lux-transition)}.rg-footer__link:hover{color:var(--lux-gold)}.rg-footer__link:hover:before{width:12px}.rg-footer__newsletter-text{font-family:var(--lux-font-body);font-size:14px;line-height:1.7;color:var(--lux-text-muted);margin:0 0 18px}.rg-footer__newsletter-form{margin:0}.rg-footer__newsletter-field{display:flex;align-items:center;gap:0}.rg-footer__newsletter-input{flex:1;padding:14px 18px;background:#ffffff0f;border:1px solid rgba(198,161,58,.3);border-right:none;border-radius:50px 0 0 50px;color:#fafafa;font-family:var(--lux-font-body);font-size:14px;outline:none;transition:var(--lux-transition);height:48px;box-sizing:border-box}.rg-footer__newsletter-input::placeholder{color:#fafafa59}.rg-footer__newsletter-input:focus{border-color:var(--lux-gold);background:#ffffff1a}.rg-footer__newsletter-btn{display:flex;align-items:center;justify-content:center;background:var(--lux-gold);color:#050505;width:48px;height:48px;min-width:48px;border:none;border-radius:0 50px 50px 0;cursor:pointer;transition:var(--lux-transition);padding:0}.rg-footer__newsletter-btn svg{width:20px;height:20px;stroke:#050505;flex-shrink:0}.rg-footer__newsletter-btn:hover{background:var(--lux-gold-light);box-shadow:0 4px 25px #c6a13a59}.rg-footer__bottom{border-top:1px solid rgba(198,161,58,.2);margin-top:50px;padding:0}.rg-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.rg-footer__copyright{font-family:var(--lux-font-body);font-size:13px;color:var(--lux-text-muted);margin:0}.rg-footer__copyright-brand{color:var(--lux-gold);font-weight:600}.rg-footer__bottom-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.rg-footer__bottom-link{font-family:var(--lux-font-body);font-size:13px;color:var(--lux-text-muted);text-decoration:none;transition:var(--lux-transition)}.rg-footer__bottom-link:hover{color:var(--lux-gold)}@media screen and (max-width:989px){.rg-header__search-wrapper{display:none}.rg-header__logo-royal,.rg-header__logo-gifts{font-size:20px;letter-spacing:2px}.rg-header__nav{display:none}.rg-footer__grid{grid-template-columns:1fr;gap:32px}.rg-footer__bottom-inner{flex-direction:column;text-align:center}}@media screen and (min-width:750px)and (max-width:989px){.rg-footer__grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media screen and (max-width:480px){.rg-announcement__text{font-size:8px;letter-spacing:1.5px}.rg-footer__newsletter-field{flex-direction:column;gap:10px}.rg-footer__newsletter-input{border-right:1px solid rgba(198,161,58,.3);border-radius:50px}.rg-footer__newsletter-btn{border-radius:50px;width:48px;height:48px}}.lux-hero__bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:repeating-linear-gradient(-45deg,rgba(198,161,58,.035) 0px,rgba(198,161,58,.035) 1px,transparent 1px,transparent 26px)}.lux-hero__content,.lux-hero__image-wrapper{position:relative;z-index:1}.lux-hero__cta-group{display:flex;align-items:center;gap:16px}.lux-hero__image-frame{animation:luxFrameGlow 4s ease-in-out infinite}@keyframes luxFrameGlow{0%,to{box-shadow:var(--lux-shadow-lg),0 0 18px #c6a13a1f}50%{box-shadow:var(--lux-shadow-lg),0 0 44px #c6a13a4d}}.lux-hero__image-corner{position:absolute;width:22px;height:22px;z-index:2;pointer-events:none}.lux-hero__image-corner--tl{top:-3px;left:-3px;border-top:2px solid var(--lux-gold);border-left:2px solid var(--lux-gold);border-radius:4px 0 0}.lux-hero__image-corner--br{bottom:-3px;right:-3px;border-bottom:2px solid var(--lux-gold);border-right:2px solid var(--lux-gold);border-radius:0 0 4px}.lux-hero__showcase-card{display:flex;flex-direction:column;background:linear-gradient(160deg,#0f2b1a,#0a1a0e);min-height:420px}.lux-hero__showcase-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid rgba(198,161,58,.15)}.lux-hero__showcase-label{font-family:var(--lux-font-body);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--lux-gold)}.lux-hero__showcase-live{display:flex;align-items:center;gap:6px;font-family:var(--lux-font-body);font-size:11px;color:#4ade80;letter-spacing:.3px}.lux-hero__showcase-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:luxPulse 2s infinite}.lux-hero__showcase-preview{flex:1;position:relative;overflow:hidden}.lux-hero__showcase-svg{width:100%;height:100%;display:block;min-height:280px}.lux-hero__showcase-badge{position:absolute;top:14px;left:14px;background:var(--lux-gold);color:var(--lux-black);font-family:var(--lux-font-body);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 10px;border-radius:var(--lux-radius-pill)}.lux-hero__showcase-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-top:1px solid rgba(198,161,58,.15);gap:12px}.lux-hero__showcase-name{font-family:var(--lux-font-heading);font-size:15px;font-weight:600;color:var(--lux-white);margin:0 0 5px}.lux-hero__showcase-stars{font-size:12px;color:var(--lux-gold);letter-spacing:1px}.lux-hero__showcase-rating-text{font-family:var(--lux-font-body);font-size:11px;color:var(--lux-text-muted);letter-spacing:0}.lux-hero__showcase-price{font-family:var(--lux-font-body);font-size:17px;font-weight:700;color:var(--lux-gold);margin:0;white-space:nowrap;flex-shrink:0}.lux-trust-strip{background:#0f2b1c;border-top:1px solid var(--lux-gold);border-bottom:1px solid var(--lux-gold);padding:44px 0}.lux-trust-strip__inner{max-width:1400px;margin:0 auto;padding:0 40px}.lux-trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.lux-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:16px 24px;position:relative;transition:var(--lux-transition)}.lux-trust-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:48%;width:1px;background:#c6a13a33}.lux-trust-item__icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(198,161,58,.35);border-radius:50%;color:var(--lux-gold);transition:var(--lux-transition);flex-shrink:0}.lux-trust-item__icon svg{width:24px;height:24px}.lux-trust-item:hover .lux-trust-item__icon{background:#c6a13a1a;border-color:var(--lux-gold);box-shadow:0 0 22px #c6a13a2e;transform:scale(1.08)}.lux-trust-item__title{font-family:var(--lux-font-body);font-size:15px;font-weight:700;color:var(--lux-white);margin:0;letter-spacing:.2px}.lux-trust-item__sub{font-family:var(--lux-font-body);font-size:13px;color:var(--lux-text-muted);margin:0;line-height:1.5}.lux-hiw{background:var(--lux-gradient-bg);padding:100px 0;position:relative}.lux-hiw:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--lux-border-gold),transparent)}.lux-hiw__inner{max-width:1400px;margin:0 auto;padding:0 40px}.lux-hiw__steps{display:flex;align-items:flex-start;justify-content:center;gap:0}.lux-hiw-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;flex:1;max-width:280px;padding:0 16px}.lux-hiw-step__number{width:68px;height:68px;border-radius:50%;background:#c6a13a14;border:2px solid var(--lux-gold);display:flex;align-items:center;justify-content:center;font-family:var(--lux-font-heading);font-size:24px;font-weight:700;color:var(--lux-gold);box-shadow:0 0 22px #c6a13a24;transition:var(--lux-transition);flex-shrink:0}.lux-hiw-step:hover .lux-hiw-step__number{background:#c6a13a29;box-shadow:0 0 36px #c6a13a47;transform:scale(1.1)}.lux-hiw-step__icon{color:var(--lux-gold);opacity:.6}.lux-hiw-step__icon svg{width:40px;height:40px}.lux-hiw-step__title{font-family:var(--lux-font-heading);font-size:20px;font-weight:600;color:var(--lux-white);margin:0}.lux-hiw-step__desc{font-family:var(--lux-font-body);font-size:14px;color:var(--lux-text-muted);line-height:1.75;margin:0}.lux-hiw-connector{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:80px;margin-top:34px;opacity:.85}.lux-hiw-connector svg{width:80px;height:24px}.lux-product-card{transition:transform var(--lux-transition),box-shadow var(--lux-transition)!important}.lux-product-card:hover{transform:translateY(-10px);box-shadow:0 20px 52px #0000008c,0 0 32px #c6a13a33!important}.lux-product-card--accent-1{border-color:#c6a13a73}.lux-product-card--accent-2{border-color:#b48c2859;border-top-color:#dab5468c}.lux-product-card--accent-3{border-color:#9b781e66;border-left-color:#d2aa3c8c}.lux-product-card--accent-4{border-color:#c6a13a40;border-bottom-color:#c6a13aa6}.lux-product-card__atc-wrapper{margin-top:14px;opacity:1;transform:translateY(0)}.lux-product-card__atc{display:block;width:100%;padding:11px 16px;background:var(--lux-gold);color:var(--lux-black);font-family:var(--lux-font-body);font-size:12px;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:1.5px;border-radius:var(--lux-radius-sm);cursor:pointer;transition:background .2s ease}.lux-product-card__atc:hover{background:var(--lux-gold-light)}.lux-testimonial-card__bg-quote{position:absolute;top:-16px;right:16px;font-family:Georgia,Times New Roman,serif;font-size:160px;line-height:1;color:var(--lux-gold);opacity:.06;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.lux-testimonial-card>*{position:relative;z-index:1}.lux-testimonial-card__text{font-size:16px!important;line-height:1.85!important}.lux-testimonial-card__name{font-weight:700!important;text-decoration:underline!important;text-decoration-color:var(--lux-gold)!important;text-underline-offset:4px!important;text-decoration-thickness:2px!important}.lux-wa-btn-wrapper{position:fixed;bottom:28px;right:28px;z-index:9999}.lux-wa-btn{display:flex;align-items:center;justify-content:center;width:58px;height:58px;background:#25d366;border-radius:50%;box-shadow:0 4px 20px #25d36666,0 2px 8px #0003;text-decoration:none;position:relative;transition:transform .25s ease,box-shadow .25s ease}.lux-wa-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid rgba(37,211,102,.6);transform:scale(1);opacity:0;animation:luxWaPulse 3s ease-out infinite;pointer-events:none}.lux-wa-btn svg{width:30px;height:30px;fill:#fff;position:relative;z-index:1}.lux-wa-btn:hover{transform:scale(1.12);box-shadow:0 6px 28px #25d3668c,0 4px 14px #00000038}.lux-wa-btn:hover:after{animation-play-state:paused}.lux-wa-btn__tooltip{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);background:#0a0a0ae0;color:#fff;font-family:var(--lux-font-body);font-size:13px;font-weight:500;white-space:nowrap;padding:6px 13px;border-radius:6px;pointer-events:none;opacity:0;transition:opacity .22s ease}.lux-wa-btn__tooltip:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:#0a0a0ae0}.lux-wa-btn:hover .lux-wa-btn__tooltip{opacity:1}@keyframes luxWaPulse{0%{transform:scale(1);opacity:.6}80%{opacity:0}to{transform:scale(1.8);opacity:0}}.lux-urgency-banner{background:var(--lux-gold);padding:13px 40px;text-align:center;position:relative;overflow:hidden;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.lux-urgency-banner__shimmer{position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.38) 50%,transparent 100%);transform:translate(-200%);animation:luxBannerShimmer 3.5s ease-in-out infinite;pointer-events:none}@keyframes luxBannerShimmer{0%{transform:translate(-200%);opacity:0}8%{opacity:1}92%{opacity:1}to{transform:translate(220%);opacity:0}}.lux-urgency-banner__text{font-family:var(--lux-font-body);font-size:14px;font-weight:700;color:#0a2010;letter-spacing:.4px;margin:0;position:relative;z-index:1}@media(max-width:1024px){.lux-hiw__steps{gap:0}.lux-hiw-step{max-width:220px}.lux-hiw-connector{width:56px;margin-top:34px}.lux-hiw-connector svg{width:56px}}@media(max-width:768px){.lux-hero__cta-group{align-items:flex-start}.lux-hero__cta--ghost{padding:14px 28px}.lux-trust-strip__grid{grid-template-columns:repeat(2,1fr);gap:0}.lux-trust-strip__inner{padding:0 20px}.lux-trust-item:not(:last-child):after{display:none}.lux-trust-item{border-bottom:1px solid rgba(198,161,58,.12);padding:20px 16px}.lux-hiw__steps{flex-direction:column;align-items:center;gap:8px}.lux-hiw-step{max-width:360px;width:100%}.lux-hiw-connector{transform:rotate(90deg);margin-top:0;width:48px}.lux-hiw-connector svg{width:48px}.lux-urgency-banner{padding:10px 20px}.lux-urgency-banner__text{font-size:13px}.lux-wa-btn-wrapper{bottom:20px;right:18px}.lux-wa-btn{width:52px;height:52px}}@media(max-width:480px){.lux-trust-strip__grid{grid-template-columns:1fr}.lux-hero__showcase-card{min-height:320px}}#MainContent{background:linear-gradient(180deg,#0b2b1a,#080e0a);min-height:50vh}#MainContent [class*=color-scheme-],#MainContent .gradient{--color-foreground: 210, 208, 200;--color-background: 10, 26, 16;background-color:transparent}#MainContent h1,#MainContent h2,#MainContent h3,#MainContent h4,#MainContent h5,#MainContent h6,#MainContent .page-title{color:#fafafa!important}#MainContent p,#MainContent li,#MainContent td,#MainContent th,#MainContent label{color:#c8c6bc}#MainContent strong,#MainContent b{color:#fafafa!important}#MainContent a:not([class]){color:var(--lux-gold)}#MainContent a:not([class]):hover{color:var(--lux-gold-light)}.rte{color:#c8c6bc}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{color:#fafafa;margin-top:2rem;margin-bottom:.75rem}.rte p{color:#c8c6bc;line-height:1.85;margin-bottom:1rem}.rte ul,.rte ol{color:#c8c6bc;padding-left:1.5rem}.rte li{color:#c8c6bc!important;margin-bottom:.5rem;line-height:1.75}.rte a{color:var(--lux-gold)!important}.rte a:hover{color:var(--lux-gold-light)!important}.rte strong,.rte b{color:#fafafa}.rte blockquote{border-left:3px solid var(--lux-gold);padding-left:1rem;color:#a8a6a0;font-style:italic;margin:1.5rem 0}.rte hr{border-color:#c6a13a33;margin:2rem 0}.rte table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.rte td,.rte th{border:1px solid rgba(198,161,58,.2);padding:.75rem 1rem;color:#c8c6bc!important}.rte th{color:#fafafa!important;background:#c6a13a14;font-weight:700}#MainContent:before{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,rgba(198,161,58,.4),transparent)}#MainContent input[type=text],#MainContent input[type=email],#MainContent input[type=password],#MainContent input[type=tel],#MainContent textarea,#MainContent select{background:#0f2c1a!important;border-color:#c6a13a59!important;color:#fafafa!important}#MainContent input::placeholder,#MainContent textarea::placeholder{color:#c8c6bc73!important}#MainContent input:focus,#MainContent textarea:focus,#MainContent select:focus{border-color:var(--lux-gold)!important;box-shadow:0 0 0 2px #c6a13a26!important;outline:none!important}#MainContent .lux-hero:not(.lux-home-section) *,#MainContent .lux-arrivals:not(.lux-home-section) *,#MainContent .lux-categories:not(.lux-home-section) *,#MainContent .lux-signature:not(.lux-home-section) *,#MainContent .lux-testimonials:not(.lux-home-section) *,#MainContent .lux-hiw:not(.lux-home-section) *,#MainContent .lux-trust-strip:not(.lux-home-section) *,#MainContent .lux-urgency-banner:not(.lux-home-section) *{color:revert}@media(max-width:768px){#MainContent .page-width--narrow,#MainContent .page-width{padding-top:1.5rem;padding-bottom:3rem}}:root{--lux-home-container: 1400px;--lux-space-1: .4rem;--lux-space-2: .8rem;--lux-space-3: 1.2rem;--lux-space-4: 1.6rem;--lux-space-5: 2.4rem;--lux-space-6: 3.2rem;--lux-space-7: 4rem;--lux-space-8: 4.8rem;--lux-space-9: 6.4rem;--lux-card-radius-lg: 2rem;--lux-card-border-soft: rgba(198, 167, 94, .3);--lux-card-border-strong: rgba(198, 167, 94, .75);--lux-card-shadow: 0 14px 34px rgba(0, 0, 0, .34);--lux-card-shadow-hover: 0 28px 56px rgba(0, 0, 0, .5), 0 0 30px rgba(198, 167, 94, .22)}.lux-home-section{position:relative;background:radial-gradient(circle at 18% -12%,rgba(198,167,94,.08) 0%,transparent 48%),var(--lux-gradient-bg);overflow:clip}.lux-home-section .lux-categories__inner,.lux-home-section .lux-arrivals__inner,.lux-home-section .lux-spaces__inner,.lux-home-section .lux-signature__inner,.lux-home-section .lux-testimonials__inner,.lux-home-section .page-width{max-width:var(--lux-home-container);margin-inline:auto;padding-inline:clamp(1rem,2vw,2.4rem)}.lux-home-section .page-width{max-width:90%}.lux-home-section--hero{min-height:90vh;padding-block:0;display:flex;align-items:center}.lux-home-section--categories,.lux-home-section--arrivals,.lux-home-section--spaces,.lux-home-section--signature,.lux-home-section--testimonials{padding-block:clamp(6.4rem,7vw,10.4rem)}.lux-home-section--browse:before,.lux-home-section--featured:before,.lux-home-section--benefits:before,.lux-home-section--process:before,.lux-home-section--slider:before,.lux-home-section--cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#1024173d,#080e0a73)}.lux-home-section .lux-section-header,.lux-home-section .dn-category-showcase__header,.lux-home-section .dn-featured-products__header,.lux-home-section .dn-why-choose__header,.lux-home-section .dn-process__header,.lux-home-section .dn-testimonials__header{max-width:78rem;margin:0 auto clamp(2.8rem,4.2vw,5.2rem);text-align:center}.lux-home-section .lux-section-header__label{color:#d1b26a;font-size:1.1rem;letter-spacing:.22em;margin-bottom:var(--lux-space-3);display:block;width:fit-content;max-width:min(100%,21rem);margin-inline:auto;text-align:center}.lux-home-section .lux-section-header__title,.lux-home-section .dn-category-showcase__title,.lux-home-section .dn-featured-products__title,.lux-home-section .dn-why-choose__title,.lux-home-section .dn-process__title,.lux-home-section .dn-testimonials__title{margin:0;color:#faf7ef;font-family:var(--lux-font-heading);font-size:clamp(3rem,3.8vw,5rem);line-height:1.12;letter-spacing:.015em}.lux-home-section .lux-section-header__title--gold{color:#d6bc7b}.lux-home-section .lux-section-header__divider{width:7.2rem;margin-top:var(--lux-space-4);background:linear-gradient(90deg,#c6a75e00,#c6a75e,#c6a75e00)}.lux-home-section .dn-category-showcase__subtitle,.lux-home-section .dn-featured-products__subtitle,.lux-home-section .dn-why-choose__subtitle,.lux-home-section .dn-process__subtitle,.lux-home-section .dn-testimonials__subtitle,.lux-home-section .lux-hero__subtext{color:#d7d1c2;font-family:var(--lux-font-body);font-size:clamp(12px,1.45vw,1.9rem);line-height:1.72}.lux-home-section .lux-category-card__title,.lux-home-section .lux-product-card__title,.lux-home-section .lux-signature-card__title,.lux-home-section .lux-space-card__title,.lux-home-section .lux-testimonial-card__name,.lux-home-section .dn-category-showcase__card-title,.lux-home-section .dn-why-choose__item-title,.lux-home-section .dn-process__step-title,.lux-home-section .dn-testimonials__author-name{font-family:var(--lux-font-heading);font-size:clamp(2rem,2vw,2.6rem);line-height:1.22}.lux-home-section--hero .lux-hero__inner{display:grid;grid-template-columns:55% 45%;gap:0;align-items:stretch;width:100%;max-width:100%;min-height:90vh;padding:0 150px}.lux-home-section--hero .lux-hero__content{display:flex;flex-direction:column;gap:clamp(1.2rem,1.6vw,2rem);max-width:none;padding-top:80px}.lux-home-section--hero .lux-hero__heading{font-size:clamp(23px,4.8vw,6.4rem);line-height:1.06;margin:0}.lux-home-section--hero .lux-hero__subtext{max-width:52ch;margin:0}.lux-home-section--hero .lux-hero__image-frame{border:1px solid var(--lux-card-border-strong);border-radius:10px;background:linear-gradient(160deg,#132c1d73,#0d1310e0)}.lux-home-section--hero .lux-hero__showcase-card{min-height:clamp(34rem,44vw,50rem)}.lux-home-section .lux-section-header--split{max-width:none;display:flex;justify-content:space-between;align-items:flex-end;gap:var(--lux-space-6);text-align:left}.lux-home-section .lux-section-header__view-all{margin-left:auto;white-space:nowrap;color:#d6bc7b;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid rgba(198,167,94,.4);padding-bottom:.4rem;transition:color var(--lux-transition),border-color var(--lux-transition)}.lux-home-section .lux-section-header__view-all:hover{color:#f0d89e;border-bottom-color:#f0d89e}.lux-home-section .lux-categories__grid,.lux-home-section .lux-arrivals__grid,.lux-home-section .lux-signature__grid,.lux-home-section .lux-spaces__grid,.lux-home-section .lux-testimonials__grid,.lux-home-section .dn-category-showcase__grid,.lux-home-section .dn-why-choose__grid,.lux-home-section .dn-process__grid{display:grid;gap:clamp(1.6rem,2.2vw,2.8rem);align-items:stretch}.lux-home-section .lux-category-card,.lux-home-section .lux-product-card,.lux-home-section .lux-signature-card,.lux-home-section .lux-testimonial-card,.lux-home-section .dn-category-showcase__card,.lux-home-section .dn-why-choose__item,.lux-home-section .dn-process__step,.lux-home-section .dn-testimonials__card{height:100%;display:flex;flex-direction:column;border-radius:var(--lux-card-radius-lg);border:1px solid var(--lux-card-border-soft);background:linear-gradient(155deg,#132c1d80,#0b100de6);box-shadow:var(--lux-card-shadow);transition:transform var(--lux-transition),box-shadow var(--lux-transition),border-color var(--lux-transition);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lux-home-section .lux-category-card:hover,.lux-home-section .lux-product-card:hover,.lux-home-section .lux-signature-card:hover,.lux-home-section .lux-testimonial-card:hover,.lux-home-section .dn-category-showcase__card:hover,.lux-home-section .dn-why-choose__item:hover,.lux-home-section .dn-process__step:hover,.lux-home-section .dn-testimonials__card:hover{transform:translateY(-.8rem);border-color:var(--lux-card-border-strong);box-shadow:var(--lux-card-shadow-hover)}.lux-home-section--spaces{position:relative;padding-block:clamp(6rem,8vw,8.8rem);background:radial-gradient(circle at top,rgba(198,161,58,.08),transparent 24%),linear-gradient(180deg,#08140d,#0d2115 48%,#08140d)}.lux-home-section--spaces{padding-block:clamp(5rem,8vw,9rem);background:var(--lux-bg, #08120b);overflow:hidden}.lux-home-section--spaces .lux-spaces__inner{position:relative;width:100%;max-width:none;padding-inline:0}.lux-home-section--spaces .lux-spaces__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;margin-bottom:clamp(3.2rem,5vw,5rem);position:relative;z-index:3}.lux-home-section--spaces .lux-spaces__eyebrow{font-family:var(--lux-font-body);font-size:1.1rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--lux-gold);margin:0;display:block;opacity:1;visibility:visible}.lux-home-section--spaces .lux-section-header__title{margin:0;text-align:center;color:var(--lux-white);font-family:var(--lux-font-body);font-size:clamp(3rem,3.5vw,4.4rem);font-weight:500;letter-spacing:.16em;text-transform:uppercase;line-height:1;display:block;opacity:1;visibility:visible}.lux-home-section--spaces .lux-spaces__ornament{width:min(100%,37rem);display:flex;align-items:center;gap:1rem}.lux-home-section--spaces .lux-spaces__ornament-line{flex:1;height:1px;background:linear-gradient(90deg,#c6a13a05,#c6a13acc,#c6a13a05)}.lux-home-section--spaces .lux-spaces__ornament-mark{position:relative;width:4.8rem;height:2.6rem;display:block;background:radial-gradient(circle at 50% 80%,rgba(250,250,250,.92) 0 .18rem,transparent .2rem),radial-gradient(circle at 34% 22%,rgba(250,250,250,.92) 0 .16rem,transparent .18rem),radial-gradient(circle at 66% 24%,rgba(250,250,250,.92) 0 .16rem,transparent .18rem),linear-gradient(135deg,transparent 42%,rgba(198,161,58,.95) 42% 48%,transparent 48%),linear-gradient(225deg,transparent 42%,rgba(198,161,58,.95) 42% 48%,transparent 48%)}.lux-home-section--spaces .lux-spaces__ornament-mark:before,.lux-home-section--spaces .lux-spaces__ornament-mark:after{content:"";position:absolute;border-top:2px solid rgba(198,161,58,.95);border-radius:999px 999px 0 0}.lux-home-section--spaces .lux-spaces__ornament-mark:before{left:0;top:1.2rem;width:2.2rem;height:1.2rem;transform:rotate(-14deg)}.lux-home-section--spaces .lux-spaces__ornament-mark:after{right:0;top:.9rem;width:2.2rem;height:1.4rem;transform:rotate(18deg)}.lux-home-section--spaces .lux-spaces__fan-wrap{width:100%;overflow:hidden;padding-block:3rem 2rem;position:relative;z-index:1}.lux-home-section--spaces .lux-spaces__fan-stage{position:relative;display:flex;justify-content:center;align-items:center;perspective:1400px;perspective-origin:50% 50%;height:clamp(360px,54vw,620px)}.lux-home-section--spaces .lux-spaces__fan-slide{position:absolute;width:clamp(280px,42vw,560px);height:100%;transition:transform .55s cubic-bezier(.42,0,.22,1.1),opacity .45s ease,z-index 0s;cursor:pointer;will-change:transform,opacity;transform-origin:center center;transform-style:preserve-3d}.lux-home-section--spaces .lux-spaces__fan-slide.is-active{cursor:default}.lux-home-section--spaces .lux-spaces__fan-card{position:relative;width:130%;height:100%;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px #0000008c,0 0 0 1px #c6a13a26;background:#0e1a13f2;transition:box-shadow .4s ease}.lux-home-section--spaces .lux-spaces__fan-slide.is-active .lux-spaces__fan-card{box-shadow:0 32px 80px #000000b3,0 0 0 2px #c6a13a73,0 0 40px #c6a13a1f}.lux-home-section--spaces .lux-spaces__fan-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s ease}.lux-home-section--spaces .lux-spaces__fan-slide.is-active:hover .lux-spaces__fan-image{transform:scale(1.04)}.lux-home-section--spaces .lux-spaces__fan-placeholder-wrap{width:100%;height:100%;display:grid;place-items:center;padding:15%;background:linear-gradient(145deg,#112318f0,#070f0afa)}.lux-home-section--spaces .lux-spaces__fan-placeholder{color:#fafafa2e;width:100%;height:auto}.lux-home-section--spaces .lux-spaces__fan-label{position:absolute;bottom:0;left:0;right:0;padding:2.8rem 1.6rem 1.4rem;background:linear-gradient(to top,rgba(8,18,12,.88) 0%,transparent 100%)}.lux-home-section--spaces .lux-spaces__fan-label span{font-family:var(--lux-font-body);font-size:1.3rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f0d89eeb}.lux-home-section--spaces .lux-spaces__fan-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:3.2rem}.lux-home-section--spaces .lux-spaces__fan-btn{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:999px;border:1px solid rgba(198,161,58,.35);background:#0c1810d9;color:var(--lux-gold);cursor:pointer;box-shadow:0 6px 18px #00000047;transition:background .25s ease,border-color .25s ease,transform .2s ease,color .25s ease}.lux-home-section--spaces .lux-spaces__fan-btn:hover{background:var(--lux-gold);color:#0d0d0a;border-color:var(--lux-gold);transform:scale(1.08)}.lux-home-section--spaces .lux-spaces__fan-btn:disabled{opacity:.3;cursor:default;pointer-events:none}.lux-home-section--spaces .lux-spaces__fan-dots{display:flex;align-items:center;gap:8px}.lux-home-section--spaces .lux-spaces__fan-dot{width:8px;height:8px;border-radius:999px;border:1px solid rgba(198,161,58,.5);background:transparent;padding:0;cursor:pointer;transition:background .25s ease,transform .25s ease,width .25s ease}.lux-home-section--spaces .lux-spaces__fan-dot.is-active{background:var(--lux-gold);border-color:var(--lux-gold);width:24px}.lux-home-section--spaces .lux-spaces__header[data-lux-reveal]{opacity:1;transform:none}@media screen and (min-width:990px){.lux-home-section--spaces{padding-top:clamp(4.8rem,6vw,7rem);padding-bottom:clamp(3rem,4vw,5rem)}.lux-home-section--spaces .lux-spaces__inner{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-inline:0}.lux-home-section--spaces .lux-spaces__header{margin-bottom:clamp(2rem,3vw,3rem);padding-inline:clamp(2rem,4vw,6rem)}.lux-home-section--spaces .lux-spaces__fan-wrap{padding-block:clamp(1.8rem,3vw,3.4rem) 1.8rem;padding-inline:clamp(2rem,4vw,6rem)}.lux-home-section--spaces .lux-spaces__fan-stage{width:100%;max-width:none;margin-inline:0;height:clamp(330px,38vw,520px);perspective:1800px}.lux-home-section--spaces .lux-spaces__fan-slide{width:clamp(260px,30vw,470px)}.lux-home-section--spaces .lux-spaces__fan-controls{margin-top:clamp(1.8rem,2.8vw,3rem)}}@media screen and (max-width:767px){.lux-home-section--spaces .lux-spaces__fan-stage{height:clamp(280px,72vw,400px)}.lux-home-section--spaces .lux-spaces__fan-slide{width:clamp(200px,72vw,320px)}.lux-home-section--spaces .lux-spaces__fan-btn{width:4.2rem;height:4.2rem}.lux-home-section--spaces .lux-section-header__title{font-size:clamp(2.6rem,7vw,3.2rem);letter-spacing:.12em}}.lux-home-section .lux-category-card__body,.lux-home-section .lux-product-card__body,.lux-home-section .lux-signature-card__body,.lux-home-section .dn-category-showcase__content{flex:1;display:flex;flex-direction:column;gap:0}.lux-home-section .lux-category-card__desc,.lux-home-section .lux-signature-card__desc,.lux-home-section .lux-testimonial-card__text,.lux-home-section .dn-category-showcase__card-text,.lux-home-section .dn-why-choose__item-text,.lux-home-section .dn-process__step-text,.lux-home-section .dn-testimonials__quote{color:#d0c9b7;line-height:1.7}.lux-home-section .lux-category-card__arrow,.lux-home-section .lux-product-card__atc-wrapper,.lux-home-section .lux-signature-card__cta,.lux-home-section .dn-category-showcase__button{margin-top:auto}.lux-home-section .lux-arrivals__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr))}.lux-home-section .dn-featured-products__shell{border-radius:2.4rem;border:1px solid rgba(198,167,94,.35);background:linear-gradient(160deg,#12261a94,#090e0bf0);padding:clamp(2rem,3vw,3.6rem);box-shadow:0 22px 46px #0000005c}.lux-home-section .dn-featured-products__grid.grid{margin:0;padding:0;list-style:none;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(1.2rem,1.6vw,2rem)}@media screen and (max-width:989px){.lux-home-section .dn-featured-products__grid.grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media screen and (max-width:749px){.lux-home-section .dn-featured-products__grid.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.lux-home-section .dn-featured-products__grid .grid__item{width:auto!important;max-width:none!important}.lux-home-section .dn-featured-products__grid .card-wrapper,.lux-home-section .dn-featured-products__grid .card{height:100%}.lux-home-section .dn-featured-products__grid .card{border-radius:1.8rem;border:1px solid var(--lux-card-border-soft);background:linear-gradient(150deg,#10201785,#0a0e0be6);overflow:hidden;transition:border-color var(--lux-transition),box-shadow var(--lux-transition)}.lux-home-section .dn-featured-products__grid .card:hover{border-color:var(--lux-card-border-strong);box-shadow:var(--lux-card-shadow-hover)}.lux-home-section .dn-featured-products__grid .card__content{display:flex;flex-direction:column;height:100%}.lux-home-section .dn-featured-products__grid .card__information,.lux-home-section .dn-featured-products__grid .card-information{color:#ece7da}.lux-home-section .dn-featured-products__grid .card__heading a,.lux-home-section .dn-featured-products__grid .card__heading a:hover,.lux-home-section .dn-featured-products__grid .price-item--regular,.lux-home-section .dn-featured-products__grid .price-item--sale{color:#f0e8d0!important;font-style:normal!important}.lux-home-section .dn-featured-products__grid .price-item--compare{color:#b8ad99!important;font-style:normal!important;text-decoration:line-through}.lux-home-section .lux-signature-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:var(--lux-space-2);text-decoration:none;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:1.2rem;color:#f6ead0;background:linear-gradient(145deg,#c6a75e3b,#c6a75e12);border:1px solid rgba(198,167,94,.58);border-radius:99rem;padding:1.1rem 1.8rem}.lux-home-section .lux-signature-card__cta:hover{background:linear-gradient(145deg,#c6a75e66,#c6a75e33);color:#fff4d8}.lux-home-section--categories .lux-category-card__image-wrapper{border-bottom:1px solid rgba(198,167,94,.2)}.lux-home-section--browse .dn-category-showcase__grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}@media screen and (max-width:989px){.lux-home-section--browse .dn-category-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media screen and (max-width:749px){.lux-home-section--browse .dn-category-showcase__grid{grid-template-columns:repeat(1,minmax(0,1fr))!important}}.lux-home-section--browse .dn-category-showcase__card{background:linear-gradient(160deg,#172e1f9e,#0a0e0ceb);overflow:hidden}.lux-home-section--browse .dn-category-showcase__media{position:relative;width:100%;height:163px;border-bottom:1px solid rgba(198,167,94,.2);overflow:hidden}.lux-home-section--browse .dn-category-showcase__image,.lux-home-section--browse .dn-category-showcase__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lux-home-section--browse .dn-category-showcase__content{padding:1.8rem 2rem 2.2rem}.lux-home-section--browse .dn-category-showcase__card-title{font-size:20px;margin:0 0 0 0rem}.lux-home-section--browse .dn-category-showcase__card-text{font-size:1.35rem;margin:0 0 1.6rem}.lux-home-section--browse .dn-category-showcase__button{font-size:1.3rem;padding:.8rem 1.6rem}.lux-home-section--benefits .dn-why-choose__item{padding:clamp(2.4rem,3vw,3.2rem) clamp(2rem,2.5vw,2.8rem);align-items:center;text-align:center;gap:var(--lux-space-3)}.lux-home-section--benefits .dn-why-choose__item-title{font-size:clamp(1.7rem,1.8vw,2rem);color:#f0e8d0;font-weight:600;margin:0}.lux-home-section--benefits .dn-why-choose__item-text{font-size:1.45rem;color:#b8ad99;margin:0;max-width:28ch}.lux-home-section--benefits .dn-why-choose__icon,.lux-home-section--process .dn-process__badge{flex-shrink:0;margin-inline:auto}.lux-home-section--benefits .dn-why-choose__icon{width:5.6rem;height:5.6rem;border-radius:50%;display:grid;place-items:center;background:#c6a75e1a;border:1px solid rgba(198,167,94,.25);color:#d6bc7b;flex-shrink:0;margin-bottom:0}.lux-home-section--benefits .dn-why-choose__icon svg{width:2.6rem;height:2.6rem;stroke:currentColor;stroke-width:1.6;fill:none}.lux-home-section--process .dn-process__step{padding:clamp(2.4rem,3vw,3.2rem) clamp(2rem,2.5vw,2.8rem);align-items:center;text-align:center;gap:var(--lux-space-3);position:relative}.lux-home-section--process .dn-process__step-title{font-size:clamp(1.7rem,1.8vw,2rem);color:#f0e8d0;font-weight:600;margin:0}.lux-home-section--process .dn-process__step-text{font-size:1.45rem;color:#b8ad99;margin:0;max-width:28ch}.lux-home-section--process .dn-process__badge{width:4.8rem;height:4.8rem;border-radius:50%;display:grid;place-items:center;margin-bottom:0;font-size:1.7rem;font-weight:700;color:#10100d;background:linear-gradient(125deg,#b48f45,#d6bc7b 42%,#f0dca0);border:1px solid rgba(233,212,160,.72);box-shadow:0 0 20px #c6a75e38}@media screen and (min-width:990px){.lux-home-section--process .dn-process__step:not(:last-child):after{content:"";position:absolute;top:clamp(4rem,5vw,5.2rem);right:calc(-1*clamp(.8rem,1.1vw,1.4rem));width:clamp(1.6rem,2.2vw,2.8rem);height:1px;background:linear-gradient(90deg,#c6a75e73,#c6a75e26);z-index:1}}.lux-home-section--slider .dn-testimonials__viewport{overflow:hidden;max-width:80rem;margin-inline:auto}.lux-home-section--slider .dn-testimonials__track{display:flex;transition:transform .55s ease;will-change:transform}.lux-home-section--slider .dn-testimonials__slide{min-width:100%;padding-inline:.4rem}.lux-home-section--slider .dn-testimonials__card{padding:clamp(2.8rem,4vw,4rem) clamp(2.4rem,3.5vw,3.6rem);transform:none}.lux-home-section--slider .dn-testimonials__card:hover{transform:none}.lux-home-section--slider .dn-testimonials__stars{display:flex;gap:.5rem;margin-bottom:var(--lux-space-4)}.lux-home-section--slider .dn-testimonials__star{width:1.8rem;height:1.8rem;fill:#c6a75e38}.lux-home-section--slider .dn-testimonials__star.is-active{fill:#d6bc7b}.lux-home-section--slider .dn-testimonials__quote{font-size:clamp(1.5rem,1.8vw,1.9rem);line-height:1.7;color:#e2d9c4;font-style:italic;margin:0}.lux-home-section--slider .dn-testimonials__author{display:flex;align-items:center;gap:var(--lux-space-4);margin-top:var(--lux-space-6);padding-top:var(--lux-space-5);border-top:1px solid rgba(198,167,94,.15)}.lux-home-section--slider .dn-testimonials__avatar{width:5rem;height:5rem;border-radius:50%;overflow:hidden;border:1px solid rgba(198,167,94,.6);flex-shrink:0;display:grid;place-items:center;background:linear-gradient(135deg,#1a3825,#0d1a10)}.lux-home-section--slider .dn-testimonials__avatar img{width:100%;height:100%;object-fit:cover;display:block}.lux-home-section--slider .dn-testimonials__avatar-initial{font-family:var(--lux-font-heading);font-size:2rem;font-weight:700;color:#d6bc7b;line-height:1}.lux-home-section--slider .dn-testimonials__author-name{font-size:1.7rem;font-weight:600;color:#f0e8d0;margin:0}.lux-home-section--slider .dn-testimonials__author-city{font-size:1.35rem;color:#b8ad99;margin:.3rem 0 0}.lux-home-section--slider .dn-testimonials__controls{margin-top:var(--lux-space-6);display:flex;justify-content:center;align-items:center;gap:var(--lux-space-4);flex-wrap:wrap}.lux-home-section--slider .dn-testimonials__dots{display:flex;align-items:center;gap:.8rem}.lux-home-section--slider .dn-testimonials__dot{width:.9rem;height:.9rem;border-radius:50%;border:1px solid rgba(198,167,94,.9);background:transparent;cursor:pointer;padding:0}.lux-home-section--slider .dn-testimonials__dot.is-active{background:#d6bc7b}.lux-home-section--cta .dn-final-cta__inner{position:relative;z-index:1;text-align:center;border-radius:2.6rem;border:1px solid rgba(198,167,94,.48);background:linear-gradient(160deg,#11271ab8,#080c0af2);padding:clamp(3.6rem,5vw,7.2rem) clamp(2rem,4vw,5.2rem);box-shadow:0 22px 44px #0000006b,0 0 34px #c6a75e24}.lux-home-section--cta .dn-final-cta__heading{margin:0;color:#f8efd9;font-size:clamp(3.2rem,4.2vw,6rem);line-height:1.12}.lux-home-section--cta .dn-final-cta__button{margin-top:clamp(1.8rem,3.5vw,3rem);min-width:min(100%,28rem);min-height:5.4rem;font-size:1.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@keyframes luxFadeUp{0%{opacity:0;transform:translateY(2.4rem)}to{opacity:1;transform:translateY(0)}}.lux-home-section [data-lux-reveal]{opacity:0;transform:translateY(2.4rem);transition:opacity .65s ease,transform .65s ease}.lux-home-section [data-lux-reveal].is-lux-revealed{opacity:1;transform:translateY(0)}@media screen and (max-width:767px){.lux-home-section .lux-categories__inner,.lux-home-section .lux-arrivals__inner,.lux-home-section .lux-spaces__inner,.lux-home-section .lux-signature__inner,.lux-home-section .lux-testimonials__inner,.lux-home-section .page-width{padding-inline:1.6rem}.lux-home-section .lux-section-header--split{align-items:flex-start;flex-direction:column}.lux-home-section .lux-categories__grid,.lux-home-section .lux-signature__grid,.lux-home-section .lux-spaces__grid,.lux-home-section .lux-testimonials__grid,.lux-home-section .dn-category-showcase__grid,.lux-home-section .dn-why-choose__grid,.lux-home-section .dn-process__grid{grid-template-columns:1fr}.lux-home-section .lux-arrivals__grid,.lux-home-section .dn-featured-products__grid.grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr))}}@media screen and (min-width:768px)and (max-width:1199px){.lux-home-section .lux-categories__grid,.lux-home-section .lux-signature__grid,.lux-home-section .lux-spaces__grid,.lux-home-section .lux-testimonials__grid,.lux-home-section .dn-category-showcase__grid,.lux-home-section .dn-why-choose__grid,.lux-home-section .dn-process__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lux-home-section .lux-arrivals__grid,.lux-home-section .dn-featured-products__grid.grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr))}}@media screen and (min-width:1200px){.lux-home-section .lux-categories__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lux-home-section .lux-arrivals__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr))}.lux-home-section .lux-signature__grid,.lux-home-section .lux-spaces__grid,.lux-home-section .lux-testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lux-home-section .dn-featured-products__grid.grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr))}.lux-home-section .dn-why-choose__grid,.lux-home-section .dn-process__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width:479px){.lux-home-section .lux-arrivals__grid,.lux-home-section .dn-featured-products__grid.grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.lux-home-section [data-lux-reveal]{animation:none!important;opacity:1!important;transform:none!important}.lux-home-section .lux-category-card,.lux-home-section .lux-product-card,.lux-home-section .lux-signature-card,.lux-home-section .lux-space-card,.lux-home-section .lux-testimonial-card,.lux-home-section .dn-category-showcase__card,.lux-home-section .dn-why-choose__item,.lux-home-section .dn-process__step,.lux-home-section .dn-testimonials__card,.lux-home-section .button,.lux-home-section .lux-signature-card__cta,.lux-home-section .lux-space-card__image{transition:none!important}}.lux-royal-spotlight{position:relative;overflow:hidden;padding:120px 0;background:radial-gradient(circle at 20% 34%,#c6a75e2e,#c6a75e00 48%),linear-gradient(138deg,#061a14,#0e2a22)}.lux-royal-spotlight:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.36;background-image:radial-gradient(rgba(255,255,255,.035) 1px,transparent 1px),radial-gradient(rgba(0,0,0,.22) 1px,transparent 1px);background-size:3px 3px,5px 5px;background-position:0 0,1px 2px;mix-blend-mode:soft-light}.lux-royal-spotlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(112deg,#c6a75e21,#c6a75e00 38%),radial-gradient(circle at 78% 16%,#ffffff14,#fff0 36%)}.lux-royal-spotlight__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:60px;align-items:center}.lux-royal-spotlight__media{position:relative;margin:0;min-height:520px;display:grid;align-items:center}.lux-royal-spotlight__glow{position:absolute;left:8%;top:54%;width:min(520px,88%);aspect-ratio:1 / 1;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle,#c6a75e66,#c6a75e00 72%);filter:blur(10px)}.lux-royal-spotlight__product-wrap{position:relative;z-index:1;width:min(620px,100%);margin-left:auto;margin-right:auto;transform:perspective(1400px) rotateY(-8deg) rotateX(2deg);transition:transform .45s ease,filter .45s ease}.lux-royal-spotlight__product-wrap:after{content:"";position:absolute;left:8%;right:8%;bottom:-24px;height:56px;border-radius:50%;background:#0000006b;filter:blur(16px);z-index:-1}.lux-royal-spotlight__product-wrap:hover{transform:perspective(1400px) rotateY(-4deg) rotateX(1deg) translateY(-8px);filter:drop-shadow(0 18px 36px rgba(0,0,0,.38))}.lux-royal-spotlight__image,.lux-royal-spotlight__placeholder{width:100%;height:auto;max-height:620px;object-fit:contain;display:block;border-radius:18px}.lux-royal-spotlight__placeholder{min-height:420px;fill:#c6a75e2e;stroke:#c6a75e80;background:linear-gradient(135deg,#c6a75e1f,#07120db8)}.lux-royal-spotlight__content{position:relative;border:1px solid rgba(198,167,94,.5);border-radius:20px;padding:50px;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 22px 44px #0000005c,0 0 26px #c6a75e24}.lux-royal-spotlight__content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;background:linear-gradient(150deg,#c6a75e1f,#c6a75e00 48%)}.lux-royal-spotlight__heading{position:relative;margin:0;color:#c6a75e;font-family:var(--lux-font-heading);font-size:clamp(34px,4vw,48px);line-height:1.13;letter-spacing:.015em}.lux-royal-spotlight__description{position:relative;margin:20px 0 0;color:#fafafae6;font-family:var(--lux-font-body);font-size:18px;line-height:1.8}.lux-royal-spotlight__price{position:relative;margin:22px 0 0;color:#d4b872;font-family:var(--lux-font-heading);font-size:clamp(24px,2.2vw,30px);line-height:1.2}.lux-royal-spotlight__actions{position:relative;margin-top:34px;display:flex;flex-wrap:wrap;gap:14px}@keyframes royalSpotlightFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@supports (animation-timeline: view()){.lux-royal-spotlight [data-royal-reveal]{opacity:0;transform:translateY(24px);animation:royalSpotlightFadeUp .6s ease-out both;animation-timeline:view();animation-range:entry 12% cover 36%}}@supports not (animation-timeline: view()){.lux-royal-spotlight [data-royal-reveal]{animation:royalSpotlightFadeUp .6s ease-out both}}@media screen and (min-width:768px)and (max-width:1199px){.lux-royal-spotlight{padding:80px 0}.lux-royal-spotlight__container{gap:40px;padding:0 24px}.lux-royal-spotlight__media{min-height:420px}.lux-royal-spotlight__content{padding:36px}}@media screen and (max-width:767px){.lux-royal-spotlight{padding:50px 0}.lux-royal-spotlight__container{grid-template-columns:1fr;gap:26px;padding:0 16px}.lux-royal-spotlight__media{min-height:300px}.lux-royal-spotlight__glow{left:50%;top:56%;width:min(380px,96%);transform:translate(-50%,-50%)}.lux-royal-spotlight__product-wrap{width:min(420px,100%);transform:perspective(1200px) rotateY(-5deg) rotateX(1deg)}.lux-royal-spotlight__product-wrap:hover{transform:perspective(1200px) rotateY(-2deg) rotateX(.4deg) translateY(-5px)}.lux-royal-spotlight__image,.lux-royal-spotlight__placeholder{max-height:420px}.lux-royal-spotlight__content{padding:30px 24px;text-align:center}.lux-royal-spotlight__actions{justify-content:center}.lux-royal-spotlight__btn{width:100%}}@media(prefers-reduced-motion:reduce){.lux-royal-spotlight [data-royal-reveal]{animation:none!important;opacity:1!important;transform:none!important}.lux-royal-spotlight__product-wrap,.lux-royal-spotlight__btn{transition:none!important}}.lux-home-section--hero .lux-hero__carousel-wrapper{position:relative;display:flex;justify-content:center;width:100%;height:100%;padding:30px 0 20px 20px!important}.lux-home-section--hero .lux-hero__carousel{position:relative;width:100%;height:100%;max-height:70vh;min-height:unset;aspect-ratio:3 / 4;border-radius:20px!important;overflow:hidden;border:1px solid rgba(198,161,58,.3);box-shadow:0 8px 40px #0006;background:linear-gradient(150deg,#0f231899,#0a100ceb)}.lux-home-section--hero .lux-hero__carousel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,#060a0814,#060a08a3),linear-gradient(120deg,#c6a13a2e,#c6a13a00 44%)}.lux-home-section--hero .lux-hero__carousel-track{position:absolute;top:0;right:0;bottom:0;left:0}.lux-home-section--hero .lux-hero__carousel-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:scale(1.06);transition:opacity .8s ease,visibility .8s ease,transform 1.1s ease}.lux-home-section--hero .lux-hero__carousel-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:1}.lux-home-section--hero .lux-hero__carousel-image,.lux-home-section--hero .lux-hero__carousel-placeholder{width:100%;height:100%;object-fit:cover;display:block}.lux-home-section--hero .lux-hero__carousel-placeholder{fill:#c6a13a38;stroke:#c6a13a80;background:linear-gradient(135deg,#c6a13a29,#0c140fe6)}.lux-home-section--hero .lux-hero__carousel-dots{position:absolute;left:50%;bottom:18px;z-index:3;transform:translate(-50%);display:flex;gap:8px}.lux-home-section--hero .lux-hero__carousel-dot{width:9px;height:9px;padding:0;border-radius:50%;border:1px solid rgba(198,161,58,.85);background:#0a0a0a59;cursor:pointer;transition:transform .25s ease,background-color .25s ease,border-color .25s ease}.lux-home-section--hero .lux-hero__carousel-dot:hover{transform:scale(1.15);border-color:#d6bb71}.lux-home-section--hero .lux-hero__carousel-dot.is-active{background:#d6bb71;border-color:#d6bb71}@media screen and (max-width:1199px){.lux-home-section--hero .lux-hero__carousel{aspect-ratio:4 / 3}}@media(prefers-reduced-motion:reduce){.lux-home-section--hero .lux-hero__carousel-slide{transition:none!important;transform:none!important}.lux-home-section--hero .lux-hero__carousel-dot{transition:none!important}}.lux-hero__trust{display:flex;align-items:center;flex-wrap:wrap;gap:10px 0;margin-top:4px}.lux-hero__trust-item{display:inline-flex;align-items:center;gap:7px;color:#dcd0b4bf;font-family:var(--lux-font-body);font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.lux-hero__trust-icon{width:14px;height:14px;stroke:var(--lux-gold);flex-shrink:0}.lux-hero__trust-sep{display:block;width:1px;height:14px;background:#c6a13a4d;margin:0 14px}.lux-hero__stats{display:flex;align-items:stretch;gap:12px;padding:20px 0 4px;border-top:1px solid rgba(198,161,58,.12);margin-top:8px}.lux-hero__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;flex:1;height:110px;padding:16px 12px;background:#c6a13a0f;border:1px solid rgba(198,161,58,.2);border-radius:10px;text-align:center;transition:background .25s ease,border-color .25s ease}.lux-hero__stat:hover{background:#c6a13a1f;border-color:#c6a13a66}.lux-hero__stat-number{font-family:var(--lux-font-heading);font-size:clamp(20px,2.2vw,28px);font-weight:700;color:var(--lux-gold);line-height:1;letter-spacing:.02em}.lux-hero__stat-label{font-family:var(--lux-font-body);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#dcd0b499;line-height:1.3}.lux-hero__stat-divider{display:none;width:1px;height:36px;background:#c6a13a33;margin:0;flex-shrink:0}.lux-hero__float-label{position:absolute;top:20px;left:20px;z-index:3;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#060a08c7;border:1px solid rgba(198,161,58,.25);border-radius:3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--lux-font-body);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#dcd0b4bf;pointer-events:none}.lux-hero__float-dot{width:6px;height:6px;border-radius:50%;background:var(--lux-gold);flex-shrink:0;box-shadow:0 0 6px #c6a13a99;animation:lux-pulse 2.4s ease-in-out infinite}@keyframes lux-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.lux-hero__edition-badge{position:absolute;bottom:20px;right:20px;z-index:3;display:flex;flex-direction:column;align-items:flex-end;gap:3px;padding:10px 14px;background:#060a08c7;border:1px solid rgba(198,161,58,.25);border-radius:3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none}.lux-hero__edition-sub{font-family:var(--lux-font-body);font-size:9px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--lux-gold)}.lux-hero__edition-title{font-family:var(--lux-font-heading);font-size:13px;font-weight:600;letter-spacing:.06em;color:var(--lux-cream);display:block}.lux-hero__hook{display:inline-flex;align-items:center;gap:7px;margin:-4px 0 0;color:#dcd0b4a6;font-family:var(--lux-font-body);font-size:12.5px;font-style:italic;font-weight:400;letter-spacing:.04em}.lux-hero__hook svg{stroke:var(--lux-gold);opacity:.7;flex-shrink:0}.lux-hero__cta:not(.lux-hero__cta--ghost):active{transform:translateY(-1px) scale(.98)!important}.lux-hero__cta--ghost:active{transform:scale(.97)!important}.lux-home-section--hero .lux-hero__carousel-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.lux-home-section--hero .lux-hero__carousel-slide.is-active .lux-hero__carousel-image{filter:drop-shadow(0 0 24px rgba(198,161,58,.12))}@media screen and (max-width:767px){.lux-home-section--hero .lux-hero__carousel-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0!important}.lux-home-section--hero{min-height:unset;overflow:visible}.lux-home-section--hero .lux-hero__inner{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:unset;padding:0;gap:0;align-items:stretch}.lux-home-section--hero .lux-hero__content{padding:5rem 2rem 2rem;text-align:center;align-items:center;justify-content:center;gap:1.2rem}.lux-hero__badge{margin-inline:auto;font-size:1rem;padding:.45rem 1.1rem;letter-spacing:.1em}.lux-hero__heading{font-size:clamp(2.6rem,7.5vw,3.4rem);line-height:1.1;text-align:center;margin:0}.lux-hero__subtext{font-size:1.3rem;text-align:center;max-width:40ch;margin:0}.lux-hero__cta-group{flex-direction:row;justify-content:center;align-items:stretch;gap:1rem;width:100%}.lux-hero__cta{flex:1;max-width:17rem;width:auto;justify-content:center;padding:1.2rem 1.4rem;font-size:1.3rem}.lux-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;width:100%}.lux-hero__stat{flex:unset;min-width:unset;padding:1rem .6rem}.lux-hero__stat-number{font-size:1.8rem}.lux-hero__stat-label{font-size:.85rem;letter-spacing:.06em}.lux-hero__stat-divider,.lux-home-section--hero .lux-hero__trust,.lux-home-section--hero .lux-hero__hook,.lux-hero__float-label,.lux-hero__edition-badge{display:none}.lux-home-section--hero .lux-hero__carousel-wrapper{padding:0 0 20px;width:100%;height:370px;display:flex;justify-content:center;align-items:center}.lux-home-section--hero .lux-hero__carousel{width:95%;height:350px;min-height:350px;max-height:350px;aspect-ratio:auto;border-radius:20px!important;border-left:none;border-top:1px solid rgba(198,161,58,.25);box-shadow:none}}@media screen and (max-width:479px){.lux-home-section--hero .lux-hero__content{padding:1rem 1.6rem 1.6rem;gap:1rem}.lux-hero__heading{font-size:clamp(2.4rem,8vw,3rem)}.lux-hero__subtext{font-size:1.2rem}.lux-hero__cta{padding:1.1rem 1.2rem;font-size:1.2rem}.lux-hero__stat{padding:.8rem .4rem}.lux-hero__stat-number{font-size:1.6rem}.lux-hero__stat-label{font-size:.8rem}}@media screen and (min-width:768px)and (max-width:1024px){.lux-home-section--hero .lux-hero__inner{grid-template-columns:52% 48%;min-height:80vh;padding:0}.lux-home-section--hero .lux-hero__content{padding:clamp(3rem,5vw,5rem) clamp(2.4rem,4vw,4rem)}.lux-home-section--hero .lux-hero__carousel-wrapper{padding:clamp(2rem,3vw,3.2rem);align-items:center}.lux-home-section--hero .lux-hero__carousel{max-height:65vh;min-height:unset;aspect-ratio:3 / 4;border-radius:20px!important}.lux-hero__heading{font-size:clamp(2.8rem,4vw,4rem)}.lux-hero__trust{flex-wrap:wrap;gap:.8rem 1.2rem}.lux-hero__trust-sep{display:none}.lux-hero__stats{flex-wrap:wrap;gap:.8rem}}.lux-btn,.lux-hero__cta,.lux-royal-spotlight__btn,.dn-final-cta__button,.dn-category-showcase__button,.dn-testimonials__nav,.lux-home-section .button,.lux-home-section .button--primary,.lux-home-section .button--secondary{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-family:var(--lux-font-body)!important;font-size:1.35rem!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;text-decoration:none!important;padding:1.2rem 2.8rem!important;border-radius:8px!important;cursor:pointer!important;transition:background-color .3s ease,background-position .4s ease,transform .25s ease,box-shadow .3s ease,color .25s ease,border-color .25s ease!important;width:fit-content!important;white-space:nowrap!important;position:relative!important;overflow:hidden!important}@media screen and (max-width:767px){.lux-hero__cta-group .lux-hero__cta{font-size:11px!important}}.lux-btn--primary,.lux-hero__cta:not(.lux-hero__cta--ghost),.lux-royal-spotlight__btn--primary,.dn-final-cta__button,.lux-home-section .button--primary,.lux-home-section .dn-featured-products .quick-add__submit.button,.lux-home-section .dn-featured-products .product-form__submit.button{background:linear-gradient(120deg,#a07828,#c8a84b 35%,#e8ce82 65%,#c8a84b)!important;background-size:250% 100%!important;background-position:0% 0!important;color:#0d0d0a!important;border:1px solid rgba(212,178,88,.8)!important;box-shadow:0 4px 18px #00000059,0 0 #c8a84b00!important}.lux-btn--primary:hover,.lux-hero__cta:not(.lux-hero__cta--ghost):hover,.lux-royal-spotlight__btn--primary:hover,.dn-final-cta__button:hover,.lux-home-section .button--primary:hover,.lux-home-section .dn-featured-products .quick-add__submit.button:hover,.lux-home-section .dn-featured-products .product-form__submit.button:hover{background-position:100% 0!important;transform:translateY(-3px)!important;box-shadow:0 8px 28px #0000006b,0 0 20px #c8a84b4d!important;border-color:#e8ce82!important;color:#0d0d0a!important}.lux-btn--secondary,.lux-hero__cta--ghost,.lux-royal-spotlight__btn--secondary,.dn-category-showcase__button,.dn-testimonials__nav,.lux-home-section .button--secondary,.lux-home-section .button:not(.button--primary){background:transparent!important;color:#d4b558!important;border:1.5px solid rgba(200,168,75,.65)!important;box-shadow:none!important}.lux-btn--secondary:hover,.lux-hero__cta--ghost:hover,.lux-royal-spotlight__btn--secondary:hover,.dn-category-showcase__button:hover,.dn-testimonials__nav:hover,.lux-home-section .button--secondary:hover,.lux-home-section .button:not(.button--primary):hover{background:#c8a84b1f!important;color:#f0d98a!important;border-color:#c8a84be6!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #00000047!important}.lux-royal-spotlight__btn--primary:after{display:none}.lux-hero__cta svg{width:1.6rem!important;height:1.6rem!important;fill:currentColor!important;stroke:none!important;flex-shrink:0!important}.lux-hero__cta--ghost svg{fill:none!important;stroke:currentColor!important;stroke-width:2!important}.lux-home-section--browse .dn-category-showcase__button{font-size:1.2rem!important;padding:.9rem 1.8rem!important}.lux-home-section--cta .dn-final-cta__button{min-width:min(100%,28rem)!important;min-height:5.4rem!important;font-size:1.5rem!important}@media(prefers-reduced-motion:reduce){.lux-btn,.lux-hero__cta,.lux-royal-spotlight__btn,.dn-final-cta__button,.dn-category-showcase__button,.dn-testimonials__nav{transition:none!important;transform:none!important}}.dn-featured-products__grid--full{grid-template-columns:repeat(4,1fr)}@media screen and (min-width:1200px){.dn-featured-products__grid--full{grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:24px}}@media screen and (max-width:749px){.dn-featured-products__grid--full{grid-template-columns:repeat(2,1fr);column-gap:12px;row-gap:16px}}.lux-back-to-top{position:fixed;bottom:2.4rem;left:2.4rem;z-index:9999;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;border:1px solid rgba(198,167,94,.55);background:linear-gradient(135deg,#b88f3f,#d8bc77,#f0dca1);background-size:200% 200%;box-shadow:0 8px 24px #00000073,0 0 14px #c6a75e33;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,box-shadow .3s ease,background-position .3s ease}.lux-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.lux-back-to-top:hover{background-position:100% 100%;box-shadow:0 12px 30px #0000008c,0 0 22px #c6a75e66;transform:translateY(-4px)}.lux-back-to-top svg{width:22px;height:22px;stroke:#11110d;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}@media screen and (max-width:749px){.lux-back-to-top{bottom:7.6rem;left:1.6rem;width:44px;height:44px}}.drawer{background-color:#000000b8}.drawer__inner{background:linear-gradient(160deg,#0f1a14,#0a0a0a);border-color:#c6a13a4d;color:#e8e0cc;--color-foreground: 232, 224, 204;--color-background: 10, 10, 10}.drawer__header{border-bottom:1px solid rgba(198,161,58,.2)}.drawer__heading{color:#d4af37;font-family:var(--lux-font-heading, "Playfair Display", Georgia, serif);letter-spacing:.06em}.drawer__close{color:#d4af37}.drawer__close:hover{color:#f0d88a}.cart-drawer .cart-items th{border-bottom-color:#c6a13a26;color:#a09880}.drawer__footer{border-top-color:#c6a13a33;background:#05050599}.drawer__footer>details{border-bottom-color:#c6a13a26}.cart-drawer .totals{color:#e8e0cc}.cart-drawer .totals__total-value{color:#d4af37}.cart-drawer .cart__checkout-button,.drawer__footer .cart__checkout-button{background:linear-gradient(135deg,#d4af37,#b98f1b)!important;color:#0a0a0a!important;border:none!important;border-radius:999px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;box-shadow:0 10px 28px #d4af3740,0 0 0 1px #d4af3733!important;transition:transform .25s ease,box-shadow .25s ease!important}.cart-drawer .cart__checkout-button:hover,.drawer__footer .cart__checkout-button:hover{background:linear-gradient(135deg,#c99b2d,#a77f17)!important;transform:translateY(-2px)!important;box-shadow:0 14px 36px #00000073,0 0 0 2px #d4af3759!important}cart-drawer-items::-webkit-scrollbar-thumb{background-color:#d4af3766}cart-drawer-items::-webkit-scrollbar-track{background:#0a0a0a}.cart-drawer .tax-note,.cart-drawer .cart__policies{color:#a09880}.cart-drawer .cart-item__name a,.cart-drawer a{color:#e8e0cc}.cart-drawer .cart-item__name a:hover,.cart-drawer a:hover,.cart-drawer .price--on-sale .price__sale{color:#d4af37}.cart-drawer .quantity{background:#111812;border-color:#d4af3747}.cart-drawer .quantity__button{color:#d4af37;background:transparent}.cart-drawer .quantity__input{color:#e8e0cc;background:transparent}.cart-drawer cart-remove-button button{color:#a09880}.cart-drawer cart-remove-button button:hover{color:#d4af37}.cart-notification{background:linear-gradient(160deg,#0f1a14,#0a0a0a);border-color:#c6a13a4d;color:#e8e0cc;--color-foreground: 232, 224, 204;--color-background: 10, 10, 10;box-shadow:0 16px 48px #000000a6,0 0 0 1px #c6a13a2e!important}.cart-notification__heading,.cart-notification__heading .icon-checkmark{color:#d4af37}.cart-notification .button--secondary{border-color:#d4af378c!important;color:#d4af37!important;background:transparent!important;border-radius:999px!important}.cart-notification .button--secondary:hover{background:#d4af371a!important}.cart-notification .button--primary{background:linear-gradient(135deg,#d4af37,#b98f1b)!important;color:#0a0a0a!important;border:none!important;border-radius:999px!important;font-weight:800!important}section#shopify-section-template--19075002925133__1773293695432ac939{background-color:#0c2718;padding-bottom:50px}.royalgifts-theme .product-form__input--pill input[type=radio]+label{background-color:#ffffff0f!important;color:#f1f3ec!important;border-color:#c6a13a59!important}.royalgifts-theme .product-form__input--pill input[type=radio]:checked+label{background-color:var(--lux-gold)!important;color:#0a0a0a!important;border-color:var(--lux-gold)!important;font-weight:600}.royalgifts-theme .product-form__input--pill input[type=radio]:not(:checked)+label:hover{border-color:var(--lux-gold)!important;background-color:#c6a13a1f!important;color:#f1f3ec!important}.royalgifts-theme .product-form__input--pill input[type=radio]:disabled+label,.royalgifts-theme .product-form__input--pill input[type=radio].disabled+label{background-color:#ffffff08!important;color:#f1f3ec59!important;border-color:#c6a13a26!important}.royalgifts-theme .product-form__input--pill input[type=radio].disabled:checked+label,.royalgifts-theme .product-form__input--pill input[type=radio]:disabled:checked+label{background-color:#c6a13a66!important;color:#0a0a0a80!important}.product-media-modal{background-color:#000000e0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1.5rem!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:9999!important;overflow:hidden!important}.product-media-modal__dialog{background:#fff;border-radius:12px;box-shadow:0 24px 64px #0000008c;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;height:auto!important;max-height:85vh;max-width:620px;width:100%;position:relative;overflow:hidden;padding:3.6rem 1.6rem 1.4rem;margin:auto}.product-media-modal__content{flex:1 1 auto;max-height:calc(85vh - 14rem)!important;width:100%!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}.product-media-modal__content>*:not(.active){display:none!important}.product-media-modal__content>*{width:100%!important;height:auto!important;margin:0!important;display:flex;align-items:center;justify-content:center}.product-media-modal__content img{max-width:100%;max-height:calc(85vh - 16rem);width:auto!important;height:auto!important;object-fit:contain;display:block;margin:0 auto;border-radius:6px}.product-media-modal__toggle{position:absolute!important;top:1rem!important;right:1rem!important;left:auto!important;background:#f0f0f0!important;border:none!important;border-radius:50%!important;width:3.6rem!important;height:3.6rem!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;z-index:10;transition:background .2s}.product-media-modal__toggle:hover{background:#ddd!important}.product-media-modal__toggle .icon{width:1.6rem!important;height:1.6rem!important;margin:0!important}.product__media-icon{position:absolute;bottom:1rem;right:1rem;top:auto!important;left:auto!important;background:#ffffffe6;border-radius:50%;width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;opacity:0;transition:opacity .2s;pointer-events:none}.product__modal-opener:hover .product__media-icon{opacity:1}.product__media-icon .svg-wrapper svg{width:1.8rem;height:1.8rem}.rg-modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:none;border-radius:50%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 10px #0003;transition:background .2s,transform .2s;margin-top:-3rem}.rg-modal-nav:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.rg-modal-nav--prev{left:.8rem}.rg-modal-nav--next{right:.8rem}.rg-modal-nav svg{width:1.6rem;height:1.6rem;color:#333}.rg-modal-thumbs{display:flex;align-items:center;gap:.6rem;overflow-x:auto;padding:1rem 0 .2rem;scroll-behavior:smooth;scrollbar-width:none;flex-shrink:0}.rg-modal-thumbs::-webkit-scrollbar{display:none}.rg-modal-thumb{flex-shrink:0;width:6.4rem;height:6.4rem;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:none;padding:0;transition:border-color .2s,opacity .2s;opacity:.6}.rg-modal-thumb:hover{opacity:.9}.rg-modal-thumb--active{border-color:#333;opacity:1}.rg-modal-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0;max-height:none}.product-media-modal__content{flex:1 1 auto}@media screen and (max-width:749px){.product-media-modal{padding:.8rem!important}.product-media-modal__dialog{max-width:100%;max-height:92vh;border-radius:10px;padding:3.6rem .8rem 1rem}.product-media-modal__content{max-height:calc(92vh - 14rem)!important}.product-media-modal__content img{max-height:calc(92vh - 16rem)}.rg-modal-nav{width:3rem;height:3rem}.rg-modal-nav--prev{left:.3rem}.rg-modal-nav--next{right:.3rem}.rg-modal-thumb{width:4.8rem;height:4.8rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/luxury-theme.css.map */
