@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');
:root{--bg:#050505;--panel:#0d0d0d;--gold:#d7b64d;--gold2:#f5dc83;--text:#f8f4e9;--muted:#99958c;--line:#292929}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif}a{text-decoration:none;color:inherit}
header{height:82px;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:rgba(5,5,5,.96);border-bottom:1px solid #302716;backdrop-filter:blur(16px)}
.logo img{width:145px;height:70px;object-fit:contain}nav{display:flex;gap:24px;font-size:11px;font-weight:800}nav a:hover,nav a.active{color:var(--gold2)}.topbtn{border:1px solid var(--gold);padding:10px 14px;border-radius:4px;font-size:10px;font-weight:800}
.hero{padding:75px 7%;background:radial-gradient(circle at 70% 40%,rgba(215,182,77,.14),transparent 30%);border-bottom:1px solid var(--line)}.kicker{font-size:10px;font-weight:800;letter-spacing:.3em;color:var(--gold2);margin-bottom:14px}h1,h2,h3{font-family:'Playfair Display',serif}h1{font-size:64px;line-height:.95;margin:0 0 15px}h1 em,h2 em{color:var(--gold);font-style:italic}.hero p{color:#999;max-width:650px;line-height:1.8}
.wrap{padding:55px 7%}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.filter{border:1px solid #393939;padding:9px 13px;border-radius:30px;font-size:10px}.filter.active,.filter:hover{border-color:var(--gold);color:var(--gold2)}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:#0a0a0a;border:1px solid #292929;border-radius:10px;overflow:hidden;transition:.2s}.product:hover{transform:translateY(-4px);border-color:#79652a}.product-img{height:245px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#302612,#090909);color:#a98d43;font-size:11px;letter-spacing:.2em;font-weight:800}.product:nth-child(2) .product-img{background:radial-gradient(circle,#242424,#090909)}.product:nth-child(3) .product-img{background:radial-gradient(circle,#332817,#090909)}.product:nth-child(4) .product-img{background:radial-gradient(circle,#292929,#090909)}.product-info{padding:17px}.product-info h3{font-family:'DM Sans';font-size:15px;margin:0 0 7px}.price{color:var(--gold2);font-weight:800;font-size:13px}.muted{color:#777;font-size:10px;margin-top:7px}.product-btn{display:block;text-align:center;border:1px solid #665321;padding:10px;margin-top:14px;font-size:10px;font-weight:800}.product-btn:hover{background:var(--gold);color:#080808}
.empty{border:1px dashed #40371f;border-radius:10px;padding:45px;text-align:center;color:#888;margin-top:20px}.empty strong{display:block;color:var(--gold2);font-family:'Playfair Display';font-size:25px;margin-bottom:8px}
.back{display:inline-block;margin-bottom:25px;color:var(--gold2);font-size:11px;font-weight:800}footer{padding:25px 7%;border-top:1px solid var(--line);color:#666;font-size:10px;display:flex;justify-content:space-between}.footer-logo{width:125px;height:50px;object-fit:contain}
@media(max-width:900px){nav{display:flex;flex-wrap:wrap}.products{grid-template-columns:1fr 1fr}.hero{padding:55px 6%}}@media(max-width:550px){.products{grid-template-columns:1fr}.hero h1{font-size:48px}footer{display:block}}
