
:root{
  --bg:#0e0e10;
  --bg-soft:#17171a;
  --card:#1d1d22;
  --text:#f5f5f7;
  --muted:#b8b8c2;
  --line:#2a2a31;
  --red:#c80000;
  --red-2:#ff2d2d;
  --white:#fff;
  --radius:18px;
  --shadow:0 12px 32px rgba(0,0,0,.24);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.narrow{width:min(900px,calc(100% - 32px));margin:0 auto}
.topbar{background:#080808;border-bottom:1px solid var(--line);font-size:13px}
.topbar-inner,.site-header-inner,.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px}
.topbar-inner{padding:9px 0;color:var(--muted)}
.dot{opacity:.5}
.site-header{position:sticky;top:0;z-index:50;background:rgba(14,14,16,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.site-header-inner{padding:16px 0}
.site-logo img{height:72px;width:auto;max-width:min(100%,420px)}
.menu{list-style:none;display:flex;gap:22px;margin:0;padding:0;font-weight:700;text-transform:uppercase;font-size:14px;letter-spacing:.03em}
.menu a:hover,.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price{color:var(--red-2)}
.header-tools{display:flex;align-items:center;gap:12px}
.cart-link{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#121215;display:flex;gap:10px;align-items:center}
.hero{padding:72px 0;background:
 linear-gradient(120deg, rgba(200,0,0,.18), transparent 35%),
 radial-gradient(circle at top right, rgba(255,45,45,.16), transparent 30%),
 var(--bg)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}
.eyebrow{margin:0 0 10px;color:var(--red-2);font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.hero h1,.page-title,.section-head h2{margin:0 0 12px;line-height:1.08}
.hero h1{font-size:clamp(36px,5vw,64px);max-width:12ch}
.hero p{max-width:58ch;color:var(--muted);font-size:18px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}
.mm-btn,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border:none;cursor:pointer}
.mm-btn-primary,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:linear-gradient(180deg,var(--red-2),var(--red));color:#fff!important}
.mm-btn-secondary{background:transparent;border:1px solid var(--line);color:#fff}
.usp-list{display:flex;gap:18px;flex-wrap:wrap;padding:0;margin:24px 0 0;list-style:none;color:#d8d8df}
.hero-panel{display:grid;gap:16px}
.spec-card,.card,.page-card,.widget-box,.cat-card,.woocommerce div.product,.woocommerce-info,.woocommerce-message,.woocommerce-error{background:linear-gradient(180deg,#1d1d22,#17171a);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.spec-card{padding:20px}
.spec-label{display:block;color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}
.section{padding:64px 0}
.section-dark{background:#111114}
.section-head{margin-bottom:28px}
.category-grid,.content-grid,.post-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.content-grid{grid-template-columns:repeat(3,1fr)}
.cat-card{padding:40px 24px;min-height:140px;display:flex;align-items:end;background:
 linear-gradient(135deg, rgba(200,0,0,.08), rgba(255,255,255,.02)),
 linear-gradient(180deg,#1b1b20,#141418)}
.cat-card span{font-size:22px;font-weight:800}
.card,.page-card,.widget-box{padding:24px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px;padding:36px 0}
.site-footer{border-top:1px solid var(--line);background:#09090a}
.footer-bottom{padding:18px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
.footer-text{color:var(--muted);max-width:42ch}
.page-title{font-size:40px}
.page-content{color:#ddd}
.widget-title,.footer-title{margin-top:0}
.shop-archive .woocommerce-result-count,.shop-archive .woocommerce-ordering{margin-bottom:18px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,1fr);gap:18px;margin:0!important;padding:0!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:18px;border:1px solid var(--line);background:linear-gradient(180deg,#1d1d22,#17171a);border-radius:var(--radius);box-shadow:var(--shadow)}
.woocommerce ul.products li.product a img{border-radius:14px;margin-bottom:14px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:18px;color:#fff!important;min-height:52px}
.woocommerce span.onsale{background:var(--red)!important;border-radius:999px!important;padding:6px 10px!important;min-height:auto!important;min-width:auto!important;line-height:1!important}
.woocommerce div.product{padding:22px}
.woocommerce div.product form.cart .button{height:auto}
.woocommerce .quantity .qty,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,select{background:#101014;color:#fff;border:1px solid var(--line);border-radius:12px;padding:12px}
.woocommerce-checkout #payment, .woocommerce-cart table.cart td.actions .coupon .input-text{background:#121216!important;border-radius:16px!important}
table.shop_table{border-color:var(--line)!important;background:#16161a;border-radius:16px;overflow:hidden}
table.shop_table td, table.shop_table th{border-color:var(--line)!important}
input,textarea,select{background:#101014;color:#fff}
@media (max-width: 980px){
  .hero-grid,.footer-grid,.content-grid,.category-grid,.woocommerce ul.products{grid-template-columns:1fr 1fr}
  .site-header-inner{flex-wrap:wrap}
}
@media (max-width: 720px){
  .topbar-inner,.site-header-inner,.footer-bottom{flex-direction:column;align-items:flex-start}
  .menu{flex-wrap:wrap;gap:12px}
  .hero-grid,.footer-grid,.content-grid,.category-grid,.woocommerce ul.products,.post-grid{grid-template-columns:1fr}
  .hero{padding:44px 0}
  .hero h1{font-size:36px}
  .page-title{font-size:30px}
}

.woocommerce-notices-wrapper{margin-bottom:18px}
.woocommerce .products::before,.woocommerce .products::after{display:none!important}
.shop-archive .page-card{padding:24px}
