/* ============ VOSLOS WEARS — Premium Storefront ============ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
    font-family:'Manrope',sans-serif;
  background:#fff;color:#0a0a0a;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
img{display:block;max-width:100%}

body{
  font-family:'Manrope',sans-serif;
  font-weight:500;
  letter-spacing:-0.2px;
  text-rendering:optimizeLegibility;
}

/* HEADINGS */

.hero-title,
.page-title,
.brand-name,
#m-name,
.contact-inner h3{
  font-family:'Sora',sans-serif;
  font-weight:800;
  letter-spacing:-2px;
}

/* BUTTONS */

.btn-primary,
.btn-ghost,
.chip,
.wa-order,
.nav-link{
  font-family:'Manrope',sans-serif;
  font-weight:700;
  letter-spacing:.2px;
}

/* PRODUCT TITLES */

.product-card .p-name{
  font-family:'Manrope',sans-serif;
  font-weight:700;
  letter-spacing:-0.2px;
  text-transform:none;
}

/* LABELS */

.filter-label,
.brand-sub,
.hero-tag{
  font-family:'Manrope',sans-serif;
  font-weight:700;
  letter-spacing:2px;
}

/* ===== Announcement bar ===== */

@keyframes scroll-x{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ===== Header ===== */
.site-header{
  background:#0a0a0a;color:#fff;position:sticky;top:0;z-index:50;
  border-bottom:1px solid #222;
}
.header-inner{
  max-width:1400px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  gap:24px;padding:18px 24px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand-logo{width:48px;height:48px;border-radius:50%;background:#fff;padding:4px;object-fit:contain;transition:transform .3s}
.brand:hover .brand-logo{transform:rotate(-8deg) scale(1.05)}
.brand-name{
  font-family:'Manrope',sans-serif;font-size:28px;
  letter-spacing:3px;line-height:1;
}
.brand-sub{font-size:10px;letter-spacing:4px;opacity:.6;margin-top:2px}
.main-nav{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.nav-link{
  font-family:'Manrope',sans-serif;font-weight:600;
  font-size:14px;letter-spacing:1.5px;text-transform:uppercase;
  position:relative;padding:6px 0;transition:color .2s;
}
.nav-link::after{
  content:'';position:absolute;left:0;bottom:0;width:0;height:2px;
  background:#fff;transition:width .3s;
}
.nav-link:hover::after,.nav-link.active::after{width:100%}
.header-actions{display:flex;gap:8px}
.icon-btn{
  color:#fff;width:40px;height:40px;border-radius:50%;
  display:grid;place-items:center;transition:background .2s;
}
.icon-btn:hover{background:rgba(255,255,255,.1)}
.menu-btn{display:none;flex-direction:column;gap:5px;width:32px;color:#fff}
.menu-btn span{width:24px;height:2px;background:#fff;transition:.3s}
.menu-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-btn.open span:nth-child(2){opacity:0}
.menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.search-bar{
  max-height:0;overflow:hidden;transition:max-height .3s;
  background:#111;
}
.search-bar.open{max-height:80px}
.search-bar{display:flex;align-items:center;padding:0 24px}
.search-bar.open{padding:14px 24px}
.search-bar input{
  flex:1;background:transparent;border:none;color:#fff;
  font-size:18px;font-family:'DM Sans',sans-serif;padding:8px 0;outline:none;
  border-bottom:1px solid #444;
}
#search-close{color:#fff;font-size:20px;padding:0 10px}


/* ===== Hero ===== */
.hero{
  background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);
  color:#fff;position:relative;overflow:hidden;
}
.hero::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.05) 0%,transparent 50%),
             radial-gradient(circle at 80% 50%,rgba(255,255,255,.03) 0%,transparent 50%);
}
.hero-inner{
  max-width:1400px;margin:0 auto;padding:80px 24px 60px;
  text-align:center;position:relative;z-index:1;
}
.hero-tag{
  display:inline-block;padding:6px 16px;border:1px solid #fff;
  font-family:'Manrope',sans-serif;letter-spacing:3px;font-size:12px;
  margin-bottom:24px;animation:fadeUp .8s ease both;
}
.hero-title{
  font-family:'Manrope',sans-serif;
  font-size:clamp(48px,9vw,120px);line-height:.95;letter-spacing:2px;
  animation:fadeUp 1s .1s ease both;
}
.hero-title span{
  font-style:italic;
  font-weight:900;background:linear-gradient(90deg,#fff,#888);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-sub{
  font-size:18px;opacity:.7;margin:24px auto 36px;max-width:560px;
  animation:fadeUp 1s .2s ease both;
}
.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;animation:fadeUp 1s .3s ease both}
.btn-primary{
  background:#fff;color:#0a0a0a;padding:16px 38px;
  font-family:'Manrope',sans-serif;font-weight:700;
  letter-spacing:2px;font-size:14px;border-radius:50px;
  transition:transform .25s,box-shadow .25s;
}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(255,255,255,.2)}
.btn-ghost{
  border:1px solid #fff;color:#fff;padding:16px 38px;
  font-family:'Manrope',sans-serif;font-weight:700;
  letter-spacing:2px;font-size:14px;border-radius:50px;
  transition:.25s;
}
.btn-ghost:hover{background:#fff;color:#0a0a0a}
.hero-marquee{
  background:#fff;color:#0a0a0a;padding:14px 0;overflow:hidden;
  border-top:1px solid #222;
}
.mobile-close{
  display:none;
}

@media (max-width:768px){

  .mobile-close{
    display:flex;
    align-items:center;
    justify-content:center;

    position:absolute;
    top:18px;
    right:18px;

    width:42px;
    height:42px;

    border-radius:50%;
    background:#1a1a1a;
    color:#fff;

    font-size:22px;
    font-weight:700;

    border:1px solid #333;

    transition:.25s;
  }

  .mobile-close:hover{
    background:#fff;
    color:#000;
  }

}

.sold-badge{
    position:absolute;
    top:12px;
    left:12px;
    background:#111;
    color:#fff;
    padding:8px 12px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
    z-index:5;
    border-radius:999px;
}

.wa-order.sold{
    opacity:.5;
    pointer-events:none;
}

.sold-badge{
  position:absolute;
  top:12px;
  left:12px;
  background:#111;
  color:#fff;
  padding:6px 12px;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
  border-radius:999px;
  z-index:3;
}

.sale-badge{
  position:absolute;
  top:12px;
  left:12px;
  background:#000;
  color:#fff;
  padding:6px 10px;
  font-size:11px;
  font-weight:700;
  z-index:5;
  border-radius:4px;
}

.marquee-track{
  display:flex;gap:32px;white-space:nowrap;
  animation:scroll-x 25s linear infinite;
  font-family:'Barlow Condensed',sans-serif;;font-size:22px;letter-spacing:4px;
}

@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}

/* ===== Products section ===== */
.products-section{max-width:1400px;margin:0 auto;padding:60px 24px}
.products-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;flex-wrap:wrap;gap:12px}
.page-title{
  font-family:'Manrope',sans-serif;font-size:64px;letter-spacing:2px;
}
.prod-count{font-size:14px;color:#666}
/* =========================
   PREMIUM FILTER BAR
========================= */

.filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:18px;

  padding:18px;
  margin-bottom:36px;

  background:#fff;

  border:1px solid #ededed;
  border-radius:24px;

  box-shadow:
    0 6px 18px rgba(0,0,0,.04);

  position:sticky;
  top:82px;
  z-index:20;
}

.filter-group{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:220px;
}

.filter-label{
  font-family:'Manrope',sans-serif;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:700;
  color:#777;
}

.chips{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.chip{
  padding:11px 18px;

  border-radius:999px;

  border:1px solid #e5e5e5;
  background:#fafafa;

  color:#222;

  font-size:13px;
  font-weight:600;

  transition:
    background .25s,
    color .25s,
    border-color .25s,
    transform .2s;

  white-space:nowrap;
}

.chip:hover{
  border-color:#111;
  background:#111;
  color:#fff;

  transform:translateY(-2px);
}

.chip.active{
  background:#111;
  color:#fff;
  border-color:#111;

  box-shadow:
    0 6px 16px rgba(0,0,0,.15);
}

/* SORT DROPDOWN */

.sort-group{
  margin-left:auto;
  justify-content:flex-end;
}

#sort-by{
  height:46px;

  padding:0 16px;

  border-radius:14px;
  border:1px solid #ddd;

  background:#fafafa;

  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:500;

  outline:none;

  transition:.25s;
}

#sort-by:hover,
#sort-by:focus{
  border-color:#111;
  background:#fff;
}

/* =========================
   MOBILE DESIGN
========================= */

@media (max-width:768px){

  .filter-bar{
    position:relative;
    top:0;

    padding:14px;
    gap:16px;

    border-radius:18px;

    margin-bottom:24px;
  }

  .filter-group{
    width:100%;
    min-width:unset;
  }

  .filter-label{
    font-size:12px;
    letter-spacing:1.5px;
  }

  .chips{
    flex-wrap:nowrap;
    overflow-x:auto;

    padding-bottom:4px;

    scrollbar-width:none;
  }

  .chips::-webkit-scrollbar{
    display:none;
  }

  .chip{
    flex-shrink:0;

    padding:10px 16px;

    font-size:12px;
  }

  .sort-group{
    margin-left:0;
  }

  #sort-by{
    width:100%;
    height:44px;
    font-size:13px;
  }

}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width:420px){

  .filter-bar{
    padding:12px;
    border-radius:16px;
  }

  .chip{
    padding:9px 14px;
    font-size:11px;
  }

}
/* ===== Product grid ===== */

.product-card{
  position:relative;cursor:pointer;
  animation:fadeUp .5s ease both;
}
.product-card .img-wrap{
  position:relative;aspect-ratio:1/1;overflow:hidden;
  background:#f5f5f5;border-radius:4px;
}
.product-card img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .6s ease;
}
.product-card:hover img{transform:scale(1.07)}
.product-card .sale-badge{
  position:absolute;left:12px;bottom:12px;
  background:#0a0a0a;color:#fff;padding:6px 14px;border-radius:50px;
  font-size:11px;font-weight:600;letter-spacing:1px;
}
.product-card .quick{
  position:absolute;inset:auto 0 0 0;
  background:rgba(10,10,10,.92);color:#fff;
  padding:14px;text-align:center;
  font-family:'Manrope',sans-serif;font-weight:600;letter-spacing:2px;font-size:13px;
  transform:translateY(100%);transition:transform .3s;
}
/* ===== PRODUCT GRID PREMIUM ===== */

.product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px;
}

/* ===== Product Card ===== */
.product-card{
  position:relative;
  cursor:pointer;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
  border:1px solid #f0f0f0;
  animation:fadeUp .5s ease both;
}

.product-card:hover{
  transform:translateY(-10px);
  box-shadow:
    0 20px 50px rgba(0,0,0,.10),
    0 8px 20px rgba(0,0,0,.06);
  border-color:#ddd;
}

/* ===== Image Area ===== */
.product-card .img-wrap{
  position:relative;
  aspect-ratio:1/1.15;
  overflow:hidden;
  background:
    linear-gradient(
      135deg,
      #f8f8f8 0%,
      #f1f1f1 100%
    );
}

/* subtle shine */
.product-card .img-wrap::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      120deg,
      transparent 30%,
      rgba(255,255,255,.35) 50%,
      transparent 70%
    );
  transform:translateX(-120%);
  transition:transform .8s ease;
  z-index:2;
}

.product-card:hover .img-wrap::before{
  transform:translateX(120%);
}

.product-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:
    transform .7s ease,
    filter .4s ease;
}

.product-card:hover img{
  transform:scale(1.08);
  filter:contrast(1.03);
}

/* ===== Quick View ===== */
.product-card .quick{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;

  background:rgba(0,0,0,.88);
  color:#fff;

  padding:14px;
  border-radius:14px;

  text-align:center;

  font-family:'Manrope',sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:2px;

  transform:translateY(120%);
  transition:all .35s ease;
  backdrop-filter:blur(10px);

  z-index:5;
}

.product-card:hover .quick{
  transform:translateY(0);
}

/* ===== SALE Badge ===== */
.product-card.on-sale::after{
  content:'SALE';
  position:absolute;
  top:14px;
  left:14px;
  z-index:10;

  background:#000;
  color:#fff;

  padding:7px 14px;
  border-radius:999px;

  font-size:10px;
  font-weight:700;
  letter-spacing:1.5px;

  box-shadow:0 4px 12px rgba(0,0,0,.15);
}

/* ===== Product Info ===== */
.product-card .info{
  padding:18px 16px 20px;
}

.product-card .p-name{
  font-family:'Manrope',sans-serif;
  font-size:17px;
  font-weight:700;
  letter-spacing:1px;
  line-height:1.35;

  margin-bottom:12px;

  color:#111;

  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;

  min-height:46px;
}

/* ===== Price ===== */
.product-card .p-price{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.product-card .p-strike{
  color:#999;
  text-decoration:line-through;
  font-size:14px;
}

.product-card .p-current{
  color:#000;
  font-size:18px;
  font-weight:700;
  letter-spacing:.3px;
}

/* ===== Skeleton ===== */
.skeleton-card{
  border-radius:22px;
  aspect-ratio:1/1.35;

  background:
    linear-gradient(
      90deg,
      #f3f3f3 25%,
      #ececec 50%,
      #f3f3f3 75%
    );

  background-size:200% 100%;
  animation:shimmer 1.5s infinite;
}

/* ===== TABLET ===== */
@media (max-width:1024px){

  .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
  }

}

/* ===== MOBILE ===== */
@media (max-width:768px){

  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px;
  }

  .product-card{
    border-radius:16px;
  }

  .product-card .img-wrap{
    aspect-ratio:1/1.2;
  }

  .product-card .info{
    padding:12px 10px 14px;
  }

  .product-card .p-name{
    font-size:13px;
    line-height:1.25;
    min-height:34px;
    margin-bottom:8px;
  }

  .product-card .p-current{
    font-size:15px;
  }

  .product-card .p-strike{
    font-size:12px;
  }

  .product-card .quick{
    padding:10px;
    font-size:11px;
    border-radius:10px;
  }

}

/* ===== SMALL MOBILE ===== */
@media (max-width:420px){

  .products-section{
    padding:40px 12px;
  }

  .product-grid{
    gap:10px;
  }

  .product-card .p-name{
    font-size:12px;
  }

  .product-card .p-current{
    font-size:14px;
  }

}
.product-card:hover .quick{transform:translateY(0)}
.product-card .info{padding:16px 4px}
.product-card .p-name{
  font-family:'Manrope',sans-serif;font-weight:700;
  letter-spacing:1px;font-size:15px;text-transform:uppercase;
  margin-bottom:8px;line-height:1.3;
}
.product-card .p-price{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:14px}
.product-card .p-strike{color:#888;text-decoration:line-through;font-size:13px}
.product-card .p-current{color:#0a0a0a;font-weight:600}

.skeleton-card{
  aspect-ratio:1/1.3;border-radius:4px;
  background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);
  background-size:200% 100%;animation:shimmer 1.5s infinite;
}
@keyframes shimmer{from{background-position:200% 0}to{background-position:-200% 0}}

.empty-state{text-align:center;padding:80px 20px;color:#888;font-size:16px}

/* ===== Contact ===== */
.contact-section{
  background:#0a0a0a;color:#fff;padding:80px 24px;
}
.contact-inner{max-width:900px;margin:0 auto;text-align:center}
.footer-logo{width:80px;height:80px;border-radius:50%;background:#fff;padding:8px;margin:0 auto 20px}
.contact-inner h3{
  font-family:'Manrope',sans-serif;font-size:42px;letter-spacing:4px;
}
.tag{opacity:.6;margin-top:6px;letter-spacing:2px;font-size:13px}
.contact-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:48px 0;
}
.c-box{
  padding:28px 20px;border:1px solid #222;border-radius:12px;
  transition:.3s;
}
.c-box:hover{border-color:#fff;transform:translateY(-4px)}
.c-ico{font-size:32px;margin-bottom:12px}
.c-t{font-family:'Manrope',sans-serif;font-weight:700;letter-spacing:1.5px;font-size:18px}
.c-s{opacity:.5;font-size:13px;margin-top:4px}
.wa-cta{
  display:inline-flex;align-items:center;gap:12px;
  background:#25D366;color:#fff;padding:16px 32px;border-radius:50px;
  font-family:'Manrope',sans-serif;font-weight:700;letter-spacing:2px;
  margin:20px 0 40px;transition:.25s;
}
.wa-cta:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(37,211,102,.3)}

.socials-title{font-family:'Manrope',sans-serif;letter-spacing:3px;font-size:14px;opacity:.7;margin-bottom:18px}
.socials-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.social-link{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 18px;border:1px solid #333;border-radius:50px;
  font-size:13px;letter-spacing:.5px;transition:.25s;
}
.social-link:hover{background:#fff;color:#0a0a0a;border-color:#fff}
.footer-bottom{margin-top:48px;opacity:.4;font-size:12px;letter-spacing:1px}

/* ===== Modal ===== */
.modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px}
.modal[hidden]{display:none}
.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);animation:fade .25s}
@keyframes fade{from{opacity:0}}
.modal-card{
  position:relative;background:#fff;width:100%;max-width:1100px;max-height:92vh;
  border-radius:12px;overflow:auto;animation:popIn .35s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes popIn{from{transform:scale(.92);opacity:0}}
.modal-close{
  position:absolute;top:14px;right:14px;width:38px;height:38px;
  border-radius:50%;background:#f3f3f3;font-size:18px;z-index:2;
  transition:.2s;
}
.modal-close:hover{background:#0a0a0a;color:#fff}
.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}
.modal-gallery{padding:24px;background:#fafafa}
.main-img-wrap{
  position:relative;aspect-ratio:1/1;border-radius:8px;overflow:hidden;background:#fff;
}
.main-img-wrap img{width:100%;height:100%;object-fit:cover}
.sale-badge{
  position:absolute;left:14px;top:14px;background:#0a0a0a;color:#fff;
  padding:6px 14px;border-radius:50px;font-size:11px;letter-spacing:1px;
}
.sale-badge, .sale-tag{
  display: none !important;
}
.thumb-row{display:flex;gap:8px;margin-top:14px;overflow-x:auto;padding-bottom:4px}
.thumb-row img{
  width:70px;height:70px;object-fit:cover;border-radius:6px;
  border:2px solid transparent;cursor:pointer;transition:.2s;flex-shrink:0;
}
.thumb-row img.active,.thumb-row img:hover{border-color:#0a0a0a}

.modal-info{padding:36px}
.brand-line{font-size:12px;letter-spacing:3px;color:#888;margin-bottom:8px}
#m-name{
  font-family:'Manrope',sans-serif;font-size:42px;letter-spacing:2px;
  line-height:1.05;margin-bottom:18px;
}
.price-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.strike{color:#888;text-decoration:line-through;font-size:18px}
.price{font-size:24px;font-weight:600}
.sale-tag{background:#0a0a0a;color:#fff;padding:4px 12px;border-radius:50px;font-size:11px;letter-spacing:1px}
.ship-note{font-size:13px;color:#666;margin-bottom:20px}
.desc{font-size:14px;color:#555;line-height:1.6;margin-bottom:24px}

.option-group{margin-bottom:20px}
.opt-label{font-family:'Manrope',sans-serif;font-weight:600;letter-spacing:1.5px;font-size:13px;margin-bottom:10px;text-transform:uppercase}
.opts{display:flex;gap:8px;flex-wrap:wrap}
.opt{
  padding:10px 18px;border:1px solid #ddd;border-radius:6px;
  font-size:13px;cursor:pointer;transition:.2s;background:#fff;
  font-weight:500;
}
.opt:hover{border-color:#0a0a0a}
.opt.active{background:#0a0a0a;color:#fff;border-color:#0a0a0a}

.qty-controls{display:inline-flex;border:1px solid #ddd;border-radius:6px;overflow:hidden}
.qty-controls button{width:42px;height:42px;font-size:18px;background:#fff}
.qty-controls button:hover{background:#f3f3f3}
.qty-controls input{
  width:60px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;
  font-family:inherit;font-size:15px;
}
.qty-controls input::-webkit-inner-spin-button{display:none}

.wa-order{
  width:100%;background:#0a0a0a;color:#fff;
  padding:18px;border-radius:8px;font-family:'Manrope',sans-serif;
  font-weight:700;letter-spacing:2px;font-size:15px;
  margin-top:20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;
  transition:.25s;
}
.wa-order:hover{background:#25D366;transform:translateY(-2px);box-shadow:0 8px 20px rgba(37,211,102,.3)}

.trust-list{list-style:none;margin-top:24px;display:flex;flex-direction:column;gap:8px;font-size:13px;color:#444}

/* ===== Floating WA ===== */
.float-wa{
  position:fixed;bottom:20px;right:20px;z-index:100;
  width:60px;height:60px;border-radius:50%;background:#25D366;color:#fff;
  display:grid;place-items:center;box-shadow:0 8px 24px rgba(37,211,102,.4);
  animation:pulse 2s infinite;
}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}

/* ===== Responsive ===== */
@media (max-width:1024px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .modal-grid{grid-template-columns:1fr}
}
@media (max-width:768px){
  .menu-btn{display:flex}
  .main-nav{
    position:fixed;top:0;left:-100%;width:80%;max-width:320px;height:100vh;
    background:#0a0a0a;flex-direction:column;align-items:flex-start;
    padding:80px 28px;gap:18px;transition:left .3s;z-index:60;overflow-y:auto;
  }
  .main-nav.open{left:0}
  .header-inner{padding:14px 18px;gap:12px}
  .brand-name{font-size:22px;letter-spacing:2px}
  .brand-logo{width:40px;height:40px}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .page-title{font-size:42px}
  .filter-bar{gap:18px;flex-direction:column;align-items:flex-start}
  .sort-group{margin-left:0;width:100%}
  .product-card .p-name{font-size:13px}
  .contact-grid{grid-template-columns:1fr}
  .hero-inner{padding:60px 20px 40px}
  .modal-info{padding:24px}
  #m-name{font-size:32px}
  .modal-card{max-height:96vh}
}
@media (max-width:420px){
  .product-grid{gap:10px}
  .product-card .p-name{font-size:12px}
  .product-card .info{padding:10px 2px}
}