:root{
  --lux-dark:#11100e;
  --lux-black:#080807;
  --lux-gold:#c8a45d;
  --lux-gold-2:#f0dca8;
  --lux-cream:#fbf7ee;
  --lux-muted:#7c7569;
  --lux-line:rgba(17,16,14,.12);
  --lux-card:#ffffff;
  --lux-green:#1f6f50;
  --shadow-soft:0 24px 80px rgba(17,16,14,.10);
  --shadow-card:0 18px 50px rgba(17,16,14,.08);
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--lux-dark);
  background:#fff;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
::selection{background:var(--lux-gold);color:#fff}
.preloader{position:fixed;inset:0;background:var(--lux-black);z-index:9999;display:flex;align-items:center;justify-content:center;transition:.5s ease}
.preloader.hide{opacity:0;visibility:hidden}
.loader-mark{width:58px;height:58px;border:1px solid rgba(255,255,255,.18);border-top-color:var(--lux-gold);border-radius:50%;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.top-bar{background:var(--lux-dark);color:#efe7d7;font-size:13px;padding:9px 0}
.navbar-lux{background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,16,14,.08);transition:.3s ease;z-index:1000}
.navbar-lux.scrolled{box-shadow:0 10px 40px rgba(0,0,0,.08)}
.brand-logo{display:flex;align-items:center;gap:10px;font-family:'Playfair Display',serif;font-size:28px;font-weight:700;letter-spacing:.5px}
.brand-logo .mark{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--lux-dark),#3a2a13);position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}
.brand-logo .mark:after{content:'';position:absolute;inset:9px;border:1px solid var(--lux-gold);border-radius:50%}
.navbar-nav .nav-link{font-weight:600;color:#312d27!important;padding:12px 15px!important;font-size:15px;position:relative}
.navbar-nav .nav-link:after{content:'';position:absolute;left:15px;right:15px;bottom:7px;height:2px;background:var(--lux-gold);transform:scaleX(0);transform-origin:left;transition:.28s ease}
.navbar-nav .nav-link:hover:after,.navbar-nav .nav-link.active:after{transform:scaleX(1)}
.nav-icon{width:42px;height:42px;border-radius:50%;border:1px solid var(--lux-line);display:inline-flex;align-items:center;justify-content:center;background:#fff;position:relative;transition:.28s ease}
.nav-icon:hover{background:var(--lux-dark);color:#fff;transform:translateY(-2px)}
.badge-count{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;border-radius:50%;background:var(--lux-gold);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:700}
.btn-lux{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;background:var(--lux-dark);color:#fff;padding:13px 24px;border-radius:999px;font-weight:700;letter-spacing:.2px;transition:.3s ease;box-shadow:0 15px 35px rgba(17,16,14,.16)}
.btn-lux:hover{background:var(--lux-gold);color:#fff;transform:translateY(-3px)}
.btn-lux-outline{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(17,16,14,.18);background:#fff;color:var(--lux-dark);padding:13px 24px;border-radius:999px;font-weight:700;transition:.3s ease}
.btn-lux-outline:hover{background:var(--lux-dark);color:#fff;transform:translateY(-3px)}
.hero-section{min-height:780px;background:radial-gradient(circle at 16% 18%,rgba(200,164,93,.22),transparent 28%),linear-gradient(135deg,#fbf7ee 0%,#f7efe0 42%,#fff 100%);padding:120px 0 80px;position:relative;overflow:hidden}
.hero-section:before{content:'';position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(200,164,93,.12);right:-140px;top:95px;filter:blur(2px)}
.kicker{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(200,164,93,.35);background:rgba(255,255,255,.55);padding:8px 15px;border-radius:999px;color:#6f5523;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1.3px}
.kicker:before{content:'';width:7px;height:7px;border-radius:50%;background:var(--lux-gold);box-shadow:0 0 0 5px rgba(200,164,93,.14)}
.hero-title{font-family:'Playfair Display',serif;font-size:clamp(48px,7vw,94px);line-height:.96;margin:22px 0 22px;font-weight:800;color:#13110e}
.hero-text{font-size:18px;line-height:1.8;color:#625c52;max-width:630px;margin-bottom:32px}
.hero-stats{display:flex;gap:26px;flex-wrap:wrap;margin-top:38px}
.stat-box strong{font-family:'Playfair Display',serif;font-size:34px;display:block;color:#15130f}.stat-box span{font-size:13px;color:var(--lux-muted);font-weight:700;text-transform:uppercase;letter-spacing:1px}
.hero-image-wrap{position:relative;min-height:560px}.hero-main-img{height:610px;width:100%;object-fit:cover;border-radius:32px;box-shadow:var(--shadow-soft);position:relative;z-index:2}.floating-card{position:absolute;background:#fff;border-radius:24px;padding:18px;box-shadow:var(--shadow-card);z-index:3;border:1px solid rgba(255,255,255,.8)}.floating-card.top{top:35px;left:-35px;max-width:220px}.floating-card.bottom{bottom:35px;right:-25px;max-width:245px}.floating-card .stars{color:var(--lux-gold);font-size:13px;margin-bottom:8px}.floating-card p{margin:0;color:#4d473f;font-size:14px;line-height:1.5}.section-pad{padding:95px 0}.section-head{max-width:720px;margin:0 auto 48px;text-align:center}.section-title{font-family:'Playfair Display',serif;font-size:clamp(34px,4.2vw,58px);line-height:1.05;color:#15130f;margin:12px 0}.section-text{color:var(--lux-muted);line-height:1.75;font-size:16px}.category-card{height:360px;border-radius:28px;overflow:hidden;position:relative;display:block;box-shadow:var(--shadow-card);background:#111}.category-card img{width:100%;height:100%;object-fit:cover;transition:.55s ease}.category-card:hover img{transform:scale(1.08)}.category-card:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.08))}.category-content{position:absolute;left:26px;right:26px;bottom:26px;z-index:2;color:#fff}.category-content span{font-size:13px;text-transform:uppercase;letter-spacing:1.5px;color:var(--lux-gold-2);font-weight:800}.category-content h3{font-family:'Playfair Display',serif;font-size:32px;margin:6px 0}.product-card{background:#fff;border:1px solid rgba(17,16,14,.09);border-radius:28px;overflow:hidden;height:100%;transition:.35s ease;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-card)}.product-img{height:310px;background:#f7f2e8;position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:.55s ease}.product-card:hover .product-img img{transform:scale(1.07)}.product-label{position:absolute;top:16px;left:16px;background:rgba(255,255,255,.92);padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;color:#5b4319}.product-actions{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;gap:9px;opacity:0;transform:translateX(12px);transition:.3s ease}.product-card:hover .product-actions{opacity:1;transform:translateX(0)}.action-btn{width:40px;height:40px;border-radius:50%;border:0;background:#fff;color:#17130d;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.13);transition:.25s}.action-btn:hover,.action-btn.active{background:var(--lux-dark);color:#fff}.product-info{padding:22px}.product-cat{font-size:12px;text-transform:uppercase;letter-spacing:1.2px;color:var(--lux-gold);font-weight:800}.product-name{font-family:'Playfair Display',serif;font-size:24px;margin:7px 0 9px;color:#181612}.product-desc{color:#7b7469;font-size:14px;line-height:1.6;min-height:45px}.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.price{font-size:22px;font-weight:900;color:#17130d}.old-price{font-size:14px;color:#aaa;text-decoration:line-through;margin-left:6px}.rating{color:var(--lux-gold);font-size:13px}.lux-banner{background:linear-gradient(135deg,var(--lux-dark),#282018);color:#fff;border-radius:36px;padding:70px;position:relative;overflow:hidden}.lux-banner:before{content:'';position:absolute;right:-90px;top:-90px;width:310px;height:310px;border-radius:50%;border:1px solid rgba(200,164,93,.28)}.lux-banner h2{font-family:'Playfair Display',serif;font-size:clamp(34px,4.6vw,62px);line-height:1.05}.lux-banner p{color:#d9d0bf;line-height:1.75}.feature-mini{display:flex;align-items:flex-start;gap:16px;padding:24px;border:1px solid rgba(17,16,14,.08);border-radius:24px;background:#fff;height:100%}.feature-mini i{width:50px;height:50px;border-radius:50%;background:#f7efe0;color:#8b6621;display:flex;align-items:center;justify-content:center;font-size:20px;flex:0 0 50px}.feature-mini h4{font-size:18px;font-weight:800;margin-bottom:6px}.feature-mini p{margin:0;color:var(--lux-muted);line-height:1.6}.newsletter{background:#fbf7ee;border-radius:36px;padding:60px}.newsletter input,.form-control,.form-select{border:1px solid rgba(17,16,14,.13);border-radius:16px;padding:14px 16px;box-shadow:none!important}.newsletter input:focus,.form-control:focus,.form-select:focus{border-color:var(--lux-gold)}.page-hero{padding:90px 0;background:linear-gradient(135deg,#fbf7ee,#fff);border-bottom:1px solid rgba(17,16,14,.07)}.page-hero h1{font-family:'Playfair Display',serif;font-size:clamp(42px,6vw,74px);font-weight:800}.breadcrumb-lux{color:var(--lux-muted);font-weight:600}.shop-sidebar{position:sticky;top:105px;background:#fff;border:1px solid rgba(17,16,14,.08);border-radius:26px;padding:24px;box-shadow:0 12px 40px rgba(17,16,14,.05)}.filter-title{font-weight:900;margin-bottom:15px}.filter-list button{display:block;width:100%;text-align:left;border:0;background:transparent;padding:10px 0;color:#5d564d;font-weight:700}.filter-list button.active,.filter-list button:hover{color:var(--lux-gold)}.detail-img{height:620px;border-radius:34px;overflow:hidden;background:#f8f2e8}.detail-img img{width:100%;height:100%;object-fit:cover}.product-detail-title{font-family:'Playfair Display',serif;font-size:clamp(36px,5vw,64px);font-weight:800}.qty-box{display:inline-flex;border:1px solid var(--lux-line);border-radius:999px;overflow:hidden;background:#fff}.qty-box button,.qty-box span{width:48px;height:46px;border:0;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;padding:18px;border:1px solid rgba(17,16,14,.08);border-radius:22px;background:#fff;margin-bottom:15px}.cart-item img{width:100px;height:100px;border-radius:18px;object-fit:cover;background:#f6f0e6}.cart-summary{background:#11100e;color:#fff;border-radius:28px;padding:28px;position:sticky;top:105px}.summary-line{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);color:#e7dcc8}.summary-total{display:flex;justify-content:space-between;font-size:24px;font-weight:900;padding-top:18px}.contact-card{background:#fff;border:1px solid rgba(17,16,14,.08);border-radius:28px;padding:30px;height:100%;box-shadow:0 14px 40px rgba(17,16,14,.05)}.contact-card i{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f7efe0;color:#8b6621;margin-bottom:16px}.footer{background:#0d0c0a;color:#fff;padding:70px 0 0}.footer h4{font-family:'Playfair Display',serif;margin-bottom:18px}.footer p,.footer a{color:#bfb6a7;line-height:1.8}.footer a:hover{color:var(--lux-gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;margin-top:50px;color:#a99f8f}.toast-lux{position:fixed;right:20px;bottom:20px;background:#11100e;color:#fff;border-radius:18px;padding:14px 18px;z-index:99999;box-shadow:0 18px 45px rgba(0,0,0,.25);display:none}.toast-lux.show{display:block;animation:toastIn .35s ease}.empty-state{text-align:center;padding:70px 25px;border:1px dashed rgba(17,16,14,.18);border-radius:28px;background:#fff}.empty-state i{font-size:54px;color:var(--lux-gold);margin-bottom:18px}.mobile-bottom-bar{display:none}
@keyframes toastIn{from{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}
@media(max-width:991px){.hero-section{padding:95px 0 55px;min-height:auto}.hero-image-wrap{min-height:auto;margin-top:40px}.hero-main-img{height:480px}.floating-card.top{left:12px}.floating-card.bottom{right:12px}.lux-banner{padding:45px 28px}.section-pad{padding:70px 0}.shop-sidebar{position:static;margin-bottom:25px}.detail-img{height:500px}.navbar-collapse{background:#fff;border-radius:22px;padding:16px;margin-top:14px;box-shadow:var(--shadow-card)}}
@media(max-width:767px){body{padding-bottom:72px}.top-bar{text-align:center}.hero-title{font-size:48px}.hero-text{font-size:16px}.hero-main-img{height:390px;border-radius:24px}.floating-card{display:none}.hero-stats{gap:18px}.category-card{height:300px}.product-img{height:260px}.product-actions{opacity:1;transform:none}.newsletter,.lux-banner{border-radius:26px;padding:35px 20px}.section-head{text-align:left}.cart-item{grid-template-columns:82px 1fr;position:relative}.cart-item img{width:82px;height:82px}.cart-item .remove-cart{position:absolute;right:15px;top:15px}.detail-img{height:410px}.mobile-bottom-bar{display:flex;position:fixed;left:12px;right:12px;bottom:12px;background:rgba(17,16,14,.95);backdrop-filter:blur(12px);border-radius:999px;z-index:999;justify-content:space-around;padding:10px;box-shadow:0 12px 40px rgba(0,0,0,.25)}.mobile-bottom-bar a{color:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.mobile-bottom-bar a:hover{background:rgba(255,255,255,.12)}.toast-lux{left:15px;right:15px;bottom:88px;text-align:center}.footer{text-align:center}.brand-logo{font-size:24px}}
