
:root{--gold:#d39a17;--gold2:#f2b400;--black:#070707;--panel:#0d0d0d;--line:#292929;--white:#fff;--muted:#b9b9b9;--green:#25D366}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:#050505;color:#fff;overflow-x:hidden}
a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}
.topline{height:34px;background:#050505;border-bottom:1px solid #1c1c1c;display:flex;justify-content:center;gap:60px;align-items:center;font-size:11px;color:#ddd}
.topline b{color:var(--gold2)}
.header{position:sticky;top:0;z-index:90;height:82px;background:rgba(5,5,5,.98);display:grid;grid-template-columns:220px 1fr auto;align-items:center;padding:0 5vw;border-bottom:1px solid #1d1d1d}
.logo-wrap{height:112px;display:flex;align-items:center;position:relative;z-index:3}.logo-wrap img{height:112px;width:auto;object-fit:contain}
.nav{display:flex;justify-content:center;gap:30px;font-size:13px;font-weight:800}.nav a{padding:32px 0;position:relative}.nav a:hover,.nav a.active{color:var(--gold2)}.nav a.active:after{content:"";position:absolute;bottom:18px;left:0;right:0;height:2px;background:var(--gold2)}
.header-actions{display:flex;align-items:center;gap:8px}.header-btn{width:42px;height:42px;border:1px solid #333;border-radius:50%;display:grid;place-items:center;background:#0b0b0b;color:#fff;position:relative}.cart-count{position:absolute;right:-5px;top:-5px;width:20px;height:20px;border-radius:50%;background:var(--gold2);color:#000;font-size:10px;font-weight:900;display:grid;place-items:center}
.mobile-menu-btn{display:none;width:44px;height:44px;border:1px solid #333;border-radius:8px;background:#0b0b0b;color:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0}
.mobile-menu-btn span{width:21px;height:2px;background:#fff;display:block;transition:.25s}.mobile-menu-btn.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{display:none}
.hero{position:relative;min-height:620px;display:flex;align-items:center;padding:80px 8vw;overflow:hidden;background:radial-gradient(circle at 80% 45%,rgba(211,154,23,.24),transparent 30%),linear-gradient(100deg,#090807 0%,#1d140a 50%,#6b491b 100%)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.64),rgba(0,0,0,.18));z-index:1}
.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-content{position:relative;z-index:2;max-width:780px}
.hero-kicker,.section-kicker{color:var(--gold2);font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.hero h1{font-size:clamp(54px,7vw,100px);line-height:.9;text-transform:uppercase;letter-spacing:-.03em}
.hero h1 span{display:block;color:var(--gold2)}
.hero p{font-size:18px;color:#ddd;margin:25px 0 30px;max-width:560px;line-height:1.6}
.btn{min-height:50px;padding:0 24px;border-radius:4px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;text-transform:uppercase}
.btn-gold{background:var(--gold2);color:#000}.btn-outline{border-color:var(--gold2);color:#fff;background:transparent}
.page-hero{padding:90px 7vw 60px;background:linear-gradient(120deg,#080808,#1c1307);border-bottom:1px solid #2e250f}.page-hero h1{font-size:clamp(46px,7vw,76px);text-transform:uppercase;margin-top:10px}.page-hero p{color:#bbb;max-width:650px;line-height:1.7;margin-top:18px}
.brand-strip{background:#050505;border-top:1px solid #2b230f;border-bottom:1px solid #2b230f;overflow:hidden}.brand-track{display:flex;gap:48px;align-items:center;width:max-content;padding:18px 0;animation:brandmove 28s linear infinite}.brand-track:hover{animation-play-state:paused}@keyframes brandmove{to{transform:translateX(-50%)}}.brand-card{height:54px;min-width:180px;padding:7px 20px;display:flex;align-items:center;justify-content:center;border-right:1px solid #292929}.brand-card img{max-width:140px;max-height:38px;object-fit:contain}
.section{padding:84px 6vw}.section-head{text-align:center;margin-bottom:34px}.section-head h2{font-size:clamp(34px,4vw,52px);text-transform:uppercase;margin-top:10px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{min-height:300px;border:1px solid #303030;border-radius:8px;background:linear-gradient(180deg,#161616,#090909);padding:26px;display:flex;flex-direction:column;justify-content:space-between}.service-icon{width:52px;height:52px;border-radius:50%;border:2px solid var(--gold2);color:var(--gold2);display:grid;place-items:center;font-size:24px}.service-card h3{text-transform:uppercase;margin:28px 0 12px}.service-card p{font-size:14px;line-height:1.7;color:#bbb}
.catalog-top{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.catalog-top h2{font-size:42px;text-transform:uppercase}.filters{display:flex;gap:10px}.filters input,.filters select{background:#111;border:1px solid #333;color:#fff;padding:12px 14px;border-radius:5px}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{background:#101010;border:1px solid #282828;border-radius:8px;overflow:hidden;transition:.25s}.product:hover{transform:translateY(-5px);border-color:var(--gold2)}.product-art{aspect-ratio:4/3;display:grid;place-items:center;background:linear-gradient(145deg,#141414,#2f2411)}.product-art span{width:46%;aspect-ratio:1;border-radius:18px;background:var(--gold);box-shadow:0 20px 45px #0008;transform:rotate(-7deg)}.product-info{padding:18px}.product-cat{font-size:10px;color:var(--gold2);text-transform:uppercase;font-weight:900}.product h3{font-size:19px;margin:8px 0}.product p{font-size:13px;color:#aaa;line-height:1.5;min-height:40px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.add{width:40px;height:40px;border-radius:50%;background:var(--gold2);border:0;font-size:24px}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.about-img{aspect-ratio:4/5;border:1px solid #333;border-radius:10px;background:#111;display:grid;place-items:center}.about-copy h2{font-size:52px;text-transform:uppercase;margin:10px 0 20px}.about-copy p{color:#bbb;line-height:1.8;margin-bottom:16px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-card{background:#0d0d0d;border:1px solid #2a2a2a;padding:30px;border-radius:8px}.contact-card p{color:#aaa;line-height:1.7;margin:14px 0 20px}
footer{padding:34px 6vw;border-top:1px solid #222;display:flex;justify-content:space-between;color:#888;font-size:12px}
.socials{position:fixed;right:18px;bottom:18px;z-index:100;display:flex;flex-direction:column;gap:10px}.social{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(255,255,255,.18);box-shadow:0 10px 28px rgba(0,0,0,.35);transition:.22s}.social:hover{transform:translateY(-4px) scale(1.04)}.social svg{width:30px;height:30px;display:block}.wa{background:#25D366}.ig{background:radial-gradient(circle at 30% 107%,#fdf497 0 5%,#fd5949 30%,#d6249f 60%,#285AEB 95%)}
.drawer{position:fixed;right:0;top:0;height:100vh;width:min(430px,94vw);background:#0b0b0b;z-index:150;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column;border-left:1px solid #333}.drawer.open{transform:none}.drawer-head{padding:24px;border-bottom:1px solid #333;display:flex;justify-content:space-between}.drawer-head button{background:none;border:0;color:#fff;font-size:30px}.drawer-items{padding:20px;overflow:auto;flex:1}.cart-item{padding:15px 0;border-bottom:1px solid #252525;display:grid;grid-template-columns:1fr auto;gap:10px}.qty{display:flex;gap:8px;align-items:center;margin-top:10px}.qty button{width:28px;height:28px;background:#111;color:#fff;border:1px solid #444}.drawer-foot{padding:20px;border-top:1px solid #333}.total{display:flex;justify-content:space-between;font-size:20px;margin-bottom:15px}.whatsapp-btn{width:100%;background:#25D366;color:#062b14;border:0;padding:15px;font-weight:900}.overlay{position:fixed;inset:0;background:#000a;z-index:140;opacity:0;pointer-events:none}.overlay.show{opacity:1;pointer-events:auto}
@media(max-width:900px){
  .topline{display:none}.header{height:72px;grid-template-columns:minmax(0,1fr) auto;padding:0 14px;gap:12px}.logo-wrap{height:72px;min-width:0}.logo-wrap img{height:82px;max-width:155px;object-fit:contain;object-position:left center}.nav{display:none}.mobile-menu-btn{display:flex}.header-btn{width:42px;height:42px}.mobile-nav{position:fixed;top:72px;left:0;right:0;z-index:89;background:rgba(5,5,5,.99);border-bottom:1px solid #2a2a2a;padding:14px 18px 20px;box-shadow:0 18px 35px rgba(0,0,0,.35)}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:15px 8px;border-bottom:1px solid #202020;font-weight:800;font-size:14px}.mobile-nav a:last-child{border-bottom:0}.services-grid,.products,.contact-grid,.about-grid{grid-template-columns:1fr}.catalog-top{flex-direction:column;align-items:flex-start}.filters{flex-direction:column;width:100%}.filters input,.filters select{width:100%}.section{padding:65px 22px}.page-hero{padding:70px 22px 50px}
}
@media(max-width:420px){.header{padding:0 10px}.logo-wrap img{height:76px;max-width:135px}.social{width:52px;height:52px}.social svg{width:27px;height:27px}}


/* ===== CONTACT FORM V27 ===== */
.contact-form-card{
  margin-top:28px;
  background:#0d0d0d;
  border:1px solid #2a2a2a;
  border-radius:10px;
  padding:30px;
}
.contact-form-card h2{
  font-size:32px;
  text-transform:uppercase;
  margin:8px 0 12px;
}
.contact-form-card>p{
  color:#aaa;
  line-height:1.7;
  margin-bottom:24px;
}
.contact-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.form-group{display:flex;flex-direction:column;gap:7px}
.form-group.full{grid-column:1/-1}
.form-group label{
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#ccc;
}
.contact-form input,
.contact-form textarea,
.contact-form select{
  width:100%;
  background:#090909;
  border:1px solid #343434;
  color:#fff;
  border-radius:6px;
  padding:13px 14px;
  outline:none;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus{
  border-color:var(--gold2);
}
.contact-form textarea{
  min-height:150px;
  resize:vertical;
}
.form-actions{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.form-note{
  font-size:11px;
  color:#777;
  line-height:1.5;
}
.contact-email-placeholder{
  margin-top:18px;
  padding:15px;
  border-left:3px solid var(--gold2);
  background:#111;
  color:#aaa;
  font-size:13px;
  line-height:1.6;
}
@media(max-width:700px){
  .contact-form{grid-template-columns:1fr}
  .form-group.full,.form-actions{grid-column:auto}
  .contact-form-card{padding:22px}
}


/* ===== V30 CART CONFIRMATION ===== */
.cart-confirm{
  position:fixed;
  inset:0;
  z-index:190;
  display:none;
  place-items:center;
  padding:20px;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(5px);
}
.cart-confirm.open{display:grid}
.cart-confirm-card{
  width:min(450px,94vw);
  background:#111;
  border:1px solid #3a3a3a;
  border-radius:14px;
  padding:28px;
  text-align:center;
  box-shadow:0 24px 60px rgba(0,0,0,.45);
}
.cart-confirm-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 15px;
  background:var(--gold2);
  color:#000;
  font-size:30px;
  font-weight:900;
}
.cart-confirm-card h3{
  font-size:28px;
  margin-bottom:8px;
}
.cart-confirm-card p{
  color:#aaa;
  line-height:1.6;
}
.cart-confirm-product{
  margin-top:16px;
  padding:12px 14px;
  border-radius:8px;
  background:#0a0a0a;
  border:1px solid #2d2d2d;
  color:var(--gold2);
  font-weight:800;
}
.cart-confirm-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:22px;
}
@media(max-width:520px){
  .cart-confirm-actions{grid-template-columns:1fr}
}


/* ===== V31 PRODUCT IMAGES ===== */
.product-art{
  aspect-ratio:4/3;
  overflow:hidden;
  background:#111;
}
.product-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.product:hover .product-art img{
  transform:scale(1.035);
}
