:root{--black:#050505;--panel:#0d0d0d;--line:#292929;--white:#f7f7f3;--muted:#999;--gold:#b8914f;--bone:#efeee9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Arial,sans-serif}.container{width:min(1380px,calc(100% - 48px));margin:auto}.site-header{background:#050505}.header-inner{height:120px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;width:170px;height:88px}.brand img{width:100%;height:100%;object-fit:contain}.header-sign{display:flex;align-items:center;gap:20px;color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.25em}.header-sign img{width:82px;height:82px;object-fit:contain}.ornament-rule{height:9px;border-block:1px solid #4b3a20;background:repeating-linear-gradient(135deg,transparent 0 22px,#b8914f 23px 24px,transparent 25px 46px);opacity:.55}.catalog{position:relative;overflow:hidden;padding:64px 0 100px}.catalog-watermark{position:absolute;right:-100px;top:-100px;width:480px;height:480px;opacity:.055}.catalog-watermark img{width:100%;height:100%;object-fit:contain}.catalog-heading{position:relative;display:flex;justify-content:space-between;align-items:end;padding-bottom:38px;border-bottom:1px solid #45361f}.kicker{color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.25em}.catalog h1{margin:14px 0 0;font-size:clamp(48px,6vw,92px);line-height:.9;letter-spacing:-.065em;text-transform:uppercase}.catalog-count{display:flex;align-items:baseline;gap:10px;color:var(--gold)}.catalog-count b{font-size:44px}.catalog-count span{font-size:10px;letter-spacing:.2em;text-transform:uppercase}.category-chips{display:flex;gap:8px;overflow:auto;padding:22px 0 8px;scrollbar-width:none}.chip{flex:none;border:1px solid #333;background:#0a0a0a;color:#aaa;padding:10px 15px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.chip:hover,.chip.active{border-color:var(--gold);background:var(--gold);color:#080808}.filters{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:8px;margin:16px 0 30px}.field{width:100%;height:46px;border:1px solid #303030;background:#0b0b0b;color:#fff;padding:0 14px;font-weight:700;outline:0}.field:focus{border-color:var(--gold)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#33291b;border:1px solid #33291b}.product-card{position:relative;background:#0b0b0b;min-width:0}.product-card[hidden]{display:none}.product-card:after{content:"";position:absolute;left:14px;bottom:14px;width:10px;height:10px;border-left:1px solid var(--gold);border-bottom:1px solid var(--gold);transform:rotate(45deg);opacity:.55}.product-photo-wrap{position:relative;height:330px;overflow:hidden;background:var(--bone)}.product-photo-wrap:after{content:"";position:absolute;right:13px;bottom:13px;width:22px;height:22px;border:1px solid #191919;transform:rotate(45deg);opacity:.35}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .35s}.product-card:hover .product-image{transform:scale(1.035)}.product-tag{position:absolute;z-index:2;top:12px;left:12px;background:#070707;color:#fff;padding:6px 10px;font-size:9px;letter-spacing:.16em}.product-body{padding:20px}.product-body small{color:var(--gold);font-size:9px;font-weight:900;letter-spacing:.2em}.product-body h3{min-height:46px;margin:8px 0;font-size:20px;line-height:1.08;letter-spacing:-.025em;text-transform:uppercase}.muted{min-height:20px;margin:0;color:var(--muted);font-size:12px}.product-meta{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:17px;padding-top:15px;border-top:1px solid #262626}.price{margin:0;font-weight:800}.stock{color:#999;font-size:10px}.direct-order{width:100%;height:44px;margin-top:16px;border:1px solid var(--gold);background:var(--gold);color:#080808;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.direct-order:hover{background:#fff;border-color:#fff}.site-footer{border-top:1px solid #3b3020;background:#020202}.footer-inner{min-height:130px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.footer-inner>div{display:grid;gap:5px}.footer-inner strong{font-size:30px}.footer-inner span{color:#777;font-size:11px}.footer-inner img{width:70px}.footer-inner>a{justify-self:end;color:var(--gold);font-weight:800;text-decoration:none}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.container{width:min(100% - 32px,1380px)}}@media(max-width:800px){.header-inner{height:96px}.brand{width:125px;height:70px}.header-sign span{display:none}.header-sign img{width:60px;height:60px}.catalog{padding-top:45px}.catalog-heading{align-items:start;flex-direction:column;gap:22px}.catalog h1{font-size:52px}.catalog-count b{font-size:30px}.filters{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.product-photo-wrap{height:290px}.footer-inner{grid-template-columns:1fr auto}.footer-inner>img{display:none}}@media(max-width:480px){.container{width:calc(100% - 22px)}.catalog h1{font-size:39px}.filters{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.product-photo-wrap{height:390px}.product-body h3{min-height:auto}.footer-inner{grid-template-columns:1fr;align-content:center}.footer-inner>a{justify-self:start}}
