*{box-sizing:border-box}
:root{--whisky:#cf7f1d;--whisky2:#f2b15b;--bg:#090604;--card:#17100c;--card2:#21160f;--text:#fff7ec;--muted:#b9a994}
body{margin:0;background:radial-gradient(circle at top,#2a170a 0,#090604 45%,#050302 100%);color:var(--text);font-family:Inter,Arial,sans-serif;min-height:100vh}
body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(#cf7f1d12 1px,transparent 1px),linear-gradient(90deg,#cf7f1d12 1px,transparent 1px);background-size:44px 44px;pointer-events:none}
.wrap{position:relative;max-width:1180px;margin:0 auto;padding:34px 20px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:42px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--text)}
.logo{width:52px;height:52px;border-radius:15px;background:linear-gradient(135deg,var(--whisky),#5a2b08);display:grid;place-items:center;box-shadow:0 0 35px #cf7f1d55}
.logo img{width:100%;height:100%;object-fit:cover;border-radius:15px}
.brand strong{font-size:24px}.brand span{color:var(--whisky)}
.navpill{border:1px solid #cf7f1d44;background:#120c08cc;padding:10px 16px;border-radius:999px;color:var(--muted)}
.hero{padding:44px;border:1px solid #cf7f1d33;background:linear-gradient(135deg,#1d120aaa,#0b0705dd);border-radius:28px;margin-bottom:30px;box-shadow:0 25px 80px #0008}
h1{font-size:52px;line-height:1;margin:0 0 14px}h1 span,.price,.cat{color:var(--whisky2)}p{line-height:1.55}.muted{color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.card,.product,.form{background:linear-gradient(180deg,var(--card2),var(--card));border:1px solid #cf7f1d35;border-radius:22px;padding:24px;box-shadow:0 16px 45px #0006}
.card.hot{border-color:#cf7f1d;background:linear-gradient(135deg,#cf7f1d,#5a2b08);box-shadow:0 0 48px #cf7f1d55}.card.hot .muted{color:#ffe7c6}
.btn{display:inline-block;background:linear-gradient(135deg,var(--whisky2),var(--whisky));color:#120904;text-decoration:none;border-radius:12px;padding:13px 20px;font-weight:800;border:0;cursor:pointer;box-shadow:0 8px 24px #cf7f1d33}
.btn.dark{background:#1b110b;color:var(--whisky2);border:1px solid #cf7f1d55}
.btn:disabled{opacity:.45;cursor:not-allowed}
.shop-section{margin-top:34px}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.section-head span{color:var(--muted);border:1px solid #cf7f1d30;border-radius:999px;padding:7px 12px;background:#120c08cc}
.cat{margin:0;font-size:26px}
.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product{min-height:245px;display:flex;flex-direction:column;justify-content:space-between;transition:.18s transform,.18s border-color,.18s box-shadow}
.product:hover{transform:translateY(-4px);border-color:#cf7f1d;box-shadow:0 18px 55px #cf7f1d22}
.product h3{margin:0 0 8px}
.product-top small{color:var(--whisky2);opacity:.8}
.price{font-size:30px;font-weight:900;margin:14px 0}
.form{max-width:540px}.form input{width:100%;padding:14px;margin:8px 0 16px;border-radius:10px;border:1px solid #cf7f1d55;background:#090604;color:white}
.footer{margin-top:50px;color:#8e7b67;text-align:center}
@media(max-width:1100px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.products{grid-template-columns:repeat(2,minmax(0,1fr))}h1{font-size:38px}.hero{padding:28px}}
@media(max-width:520px){.products{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}}
