*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:#111}.topbar{min-height:38px;background:#070707;color:#e6c17a;display:flex;align-items:center;justify-content:center;gap:34px;flex-wrap:wrap;font-size:13px;padding:9px 14px}.topbar a{color:#e6c17a;text-decoration:none}.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid rgba(0,0,0,.08)}.nav-wrap{height:86px;display:flex;align-items:center;justify-content:space-between;max-width:1500px;margin:auto;padding:0 42px}.brand{display:flex;align-items:center}.brand img{height:58px;width:auto;max-width:220px;object-fit:contain;display:block}nav{display:flex;gap:34px}nav a{text-decoration:none;color:#111;text-transform:uppercase;font-size:14px;font-weight:800;letter-spacing:.04em;position:relative}nav a::after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:2px;background:#c49a4b;transition:.25s}nav a:hover::after{width:100%}.menu-toggle{display:none;border:1px solid #ddd;background:white;border-radius:4px;padding:10px 14px;font-size:22px}.cart-btn{background:#111;color:#fff;border:0;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer}.cart-btn span{background:#c08b35;border-radius:99px;padding:2px 7px;margin-left:6px}.hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:620px;background:radial-gradient(circle at 72% 35%,rgba(196,154,75,.18),transparent 38%),linear-gradient(90deg,#050505,#0d0d0d 48%,#171717);color:#fff}.hero-text{padding:100px 70px;display:flex;flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#b8862b;font-size:13px;font-weight:900}.hero h1{font-size:74px;line-height:.95;margin:20px 0;text-transform:uppercase;letter-spacing:.03em;text-shadow:0 10px 35px rgba(0,0,0,.45)}.hero p{font-size:18px;line-height:1.8;color:#eee;max-width:570px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:4px;padding:15px 26px;text-transform:uppercase;font-weight:900;font-size:13px;letter-spacing:.04em;border:0;cursor:pointer;transition:.25s}.gold{background:#c49a4b;color:#fff}.dark{background:#111;color:#fff}.outline{border:1px solid #fff;color:#fff;background:transparent}.btn:hover,.cart-btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(196,154,75,.25)}.hero-media{padding:40px 60px 40px 0;display:flex;align-items:center}.hero-media img{width:100%;height:540px;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.12);box-shadow:0 40px 100px rgba(0,0,0,.55)}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #eee;background:#fafafa;padding:26px 48px}.trust-strip div{border-right:1px solid #ddd;padding:0 34px}.trust-strip div:last-child{border-right:0}.trust-strip strong{display:block;text-transform:uppercase;font-size:14px}.trust-strip span{display:block;color:#666;margin-top:6px;font-size:13px}.collection{padding:70px 42px}.collection-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.collection h2,.how h2,.quote-band h2,.contact h2{font-size:42px;line-height:1.1;margin:8px 0;text-transform:uppercase;letter-spacing:.08em}.collection-head p,.quote-band p,.contact p{color:#666;line-height:1.7}.tools{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.tools input,.tools select{padding:13px 14px;border:1px solid #ddd;border-radius:3px;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product{border:1px solid #e5e5e5;background:#fff;overflow:hidden;transition:.25s;border-radius:14px}.product:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(0,0,0,.15)}.product-photo{position:relative;background:#eee;overflow:hidden}.product-photo img{width:100%;height:330px;object-fit:cover;display:block;transition:.45s}.product:hover .product-photo img{transform:scale(1.045);filter:brightness(1.04) contrast(1.05)}.watermark{position:absolute;top:14px;left:14px;color:#fff;font-weight:900;letter-spacing:.25em;text-shadow:0 2px 8px #000;font-size:14px}.badge{position:absolute;top:14px;right:14px;background:#c49a4b;color:#fff;padding:6px 9px;font-size:11px;text-transform:uppercase;font-weight:900}.product-body{padding:18px}.product-body h3{margin:0 0 8px;font-size:17px}.meta{display:flex;gap:8px;flex-wrap:wrap;color:#777;font-size:12px;margin-bottom:12px}.price{color:#b8862b;font-size:20px;font-weight:900;margin-bottom:14px}.view-btn{width:100%;background:#111;color:#fff;border:0;padding:13px;font-weight:900;text-transform:uppercase;cursor:pointer}.view-btn:hover{background:#c49a4b}.how{background:#111;color:white;padding:80px 42px}.how-content{max-width:1200px;margin:auto}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px}.steps div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:24px;border-radius:18px}.steps span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:99px;background:#c49a4b;font-weight:900}.steps strong{display:block;margin-top:16px}.steps p{color:#d4d4d4;line-height:1.6}.quote-band{margin:60px 42px;padding:46px;background:linear-gradient(135deg,#fff,#f5ead8);border:1px solid #ead8bd;border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:70px 42px}.contact-card{border:1px solid #eee;padding:28px;background:#fafafa}.contact-card a{color:#b8862b}.full{width:100%;margin-top:12px}.premium-footer{background:#050505;color:#bdbdbd;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px 42px;border-top:1px solid rgba(196,154,75,.35)}.premium-footer img{width:140px;height:auto;background:#fff;padding:8px;border-radius:2px}.footer-brand p,.footer-credit p{margin:8px 0 0;line-height:1.6}.footer-credit{text-align:right}.footer-credit strong{color:#c49a4b;letter-spacing:.12em}.floating-whatsapp{position:fixed;right:22px;bottom:24px;z-index:90;background:#111;color:#fff;border:1px solid #c49a4b;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:900;box-shadow:0 18px 45px rgba(0,0,0,.25)}.floating-whatsapp:hover{background:#c49a4b}.cart-drawer{position:fixed;right:0;top:0;width:min(460px,100%);height:100%;background:#fff;z-index:120;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column;box-shadow:-20px 0 70px rgba(0,0,0,.3)}.cart-drawer.open{transform:translateX(0)}.cart-head{height:72px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.cart-head button{font-size:28px;border:0;background:transparent;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:18px}.cart-item{display:flex;gap:14px;border:1px solid #eee;padding:12px;margin-bottom:12px}.cart-item img{width:84px;height:84px;object-fit:cover}.cart-item h4{margin:0 0 6px;font-size:14px}.qty{display:flex;gap:10px;align-items:center;margin-top:10px}.qty button{width:28px;height:28px;border:1px solid #ddd;background:#fff;cursor:pointer}.cart-total{border-top:1px solid #eee;padding:18px}.cart-total p{display:flex;justify-content:space-between}.grand{border-top:1px solid #eee;padding-top:12px;font-size:18px}.cart-total small{display:block;color:#666;text-align:center;margin-top:10px;line-height:1.5}#overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:110}#overlay.open{display:block}@media(max-width:1000px){.topbar{flex-direction:column;gap:4px}.menu-toggle{display:block}.nav-wrap{height:76px;padding:0 18px}.brand img{height:48px;max-width:175px}nav{display:none;position:absolute;top:76px;left:0;right:0;background:white;padding:22px;flex-direction:column;border-bottom:1px solid #eee}nav.open{display:flex}.hero{grid-template-columns:1fr}.hero-text{padding:60px 24px}.hero h1{font-size:46px}.hero-media{padding:0 24px 40px}.hero-media img{height:380px}.trust-strip,.product-grid,.steps{grid-template-columns:1fr}.trust-strip{padding:24px}.trust-strip div{border-right:0;border-bottom:1px solid #ddd;padding:18px}.collection{padding:50px 20px}.collection-head,.quote-band,.premium-footer{flex-direction:column;align-items:flex-start}.tools,.tools input,.tools select{width:100%}.contact{grid-template-columns:1fr;padding:50px 20px}.collection h2,.how h2,.quote-band h2,.contact h2{font-size:30px}.footer-credit{text-align:left}.floating-whatsapp{right:14px;bottom:16px;padding:12px 16px}}