
:root{
  --bg:#070707; --panel:#0d0d0d; --panel2:#121212; --text:#fff; --muted:#b9b9b9;
  --line:#292929; --red:#ef1b2d; --green:#1fc05a; --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{max-width:var(--max);margin:auto;padding:0 32px}
header{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.96);border-bottom:1px solid #222;backdrop-filter:blur(10px)}
.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.logo{width:265px;height:68px;object-fit:contain;object-position:left center}
.links{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.4px}
.links a:hover,.text-link:hover{color:var(--red)}
.menu-button{display:none;border:1px solid #444;background:#111;color:#fff;padding:9px 12px;font-size:20px}
.cart-pill{border:1px solid #454545;padding:10px 13px;border-radius:3px}
.mobile-panel{display:none;padding:0 18px 16px;border-top:1px solid #222}
.mobile-panel.open{display:grid}
.mobile-panel a{padding:13px 0;border-bottom:1px solid #222;font-weight:800;text-transform:uppercase}

.hero{position:relative;overflow:hidden;border-bottom:1px solid #2c2c2c;background:#080808}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#080808 0%,#080808 43%,rgba(8,8,8,.74) 57%,rgba(8,8,8,.08) 100%);z-index:1}
.hero-bg{position:absolute;right:0;top:0;width:58%;height:100%;object-fit:cover;object-position:center 18%}
.hero-inner{position:relative;z-index:2;min-height:610px;display:flex;align-items:center}
.hero-copy{max-width:630px;padding:74px 0}
.eyebrow{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:2px;margin-bottom:14px}
h1{font-size:82px;line-height:.9;letter-spacing:-4px;text-transform:uppercase;margin:0 0 20px}
h1 span{color:var(--red)}
.tagline{font-size:28px;font-weight:900;text-transform:uppercase;margin-bottom:18px}
.hero p{max-width:540px;color:#ddd;font-size:19px;line-height:1.55}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:29px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border:1px solid #666;font-weight:900;text-transform:uppercase;letter-spacing:.35px;background:#0b0b0b}
.btn.primary{background:var(--red);border-color:var(--red)}
.btn:hover{filter:brightness(1.1)}
.stats{border-bottom:1px solid #303030;background:#0b0b0b}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:22px;border-right:1px solid #292929}
.stat:last-child{border-right:0}
.stat strong{display:block;text-transform:uppercase;font-size:17px}
.stat span{display:block;color:#999;font-size:13px;margin-top:5px}

section{padding:56px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:25px}
.section-head h2{font-size:42px;letter-spacing:-1.3px;text-transform:uppercase;margin:0}
.section-head h2 span{color:var(--red)}
.text-link{font-size:13px;font-weight:900;text-transform:uppercase}

.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.cat{position:relative;aspect-ratio:1/1;background:#000;border:1px solid #292929;overflow:hidden}
.cat img{width:100%;height:100%;object-fit:contain;padding:13px;background:#000;transition:.22s}
.cat:hover img{transform:scale(1.035);opacity:.75}
.cat::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.94))}
.cat-label{position:absolute;z-index:2;left:17px;right:17px;bottom:16px}
.cat-label strong{display:block;font-size:22px;text-transform:uppercase}
.cat-label span{display:block;color:#aaa;font-size:13px;margin-top:4px}

.featured{background:#0a0a0a;border-top:1px solid #242424;border-bottom:1px solid #242424}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}
.product{background:#101010;border:1px solid #292929;overflow:hidden}
.product-img{aspect-ratio:1/1;background:#000;display:flex;align-items:center;justify-content:center;padding:18px}
.product-img img{width:100%;height:100%;object-fit:contain}
.product-meta{padding:16px}
.product-meta .type{color:#aaa;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}
.product-meta strong{display:block;margin-top:5px;font-size:17px;text-transform:uppercase}
.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:10px}
.price{color:var(--red);font-size:18px;font-weight:900}
.mini{font-size:12px;color:#aaa}

.brand-strip{padding:24px 0;background:#111;border-bottom:1px solid #292929}
.brand-strip .wrap{display:flex;align-items:center;justify-content:center;text-align:center}
.brand-strip strong{font-size:24px;text-transform:uppercase;letter-spacing:1px}
.brand-strip span{color:var(--red)}

.info-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:22px}
.info{background:#0e0e0e;border-top:3px solid var(--red);padding:28px}
.info h3{margin:0 0 12px;font-size:25px;text-transform:uppercase}
.info p,.info li{color:#c9c9c9;line-height:1.6}
.info ol{padding-left:20px}
.whatsapp{display:inline-flex;background:var(--green);padding:14px 17px;margin-top:7px;font-weight:900;text-transform:uppercase;border-radius:3px}

footer{border-top:1px solid #333;padding:34px 0 46px;color:#aaa}
.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}
.footer-logo{width:210px}
.footer-links{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;text-transform:uppercase;font-weight:800}

/* Category page */
.category-hero{padding:62px 0 34px;background:linear-gradient(180deg,#111,#070707);border-bottom:1px solid #292929}
.category-hero h1{font-size:58px;letter-spacing:-2px;margin-bottom:12px}
.category-hero p{color:#bbb;max-width:760px;line-height:1.55}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gallery-card{background:#101010;border:1px solid #292929}
.gallery-img{aspect-ratio:1/1;background:#000;padding:14px;display:flex;align-items:center;justify-content:center}
.gallery-img img{width:100%;height:100%;object-fit:contain}
.gallery-info{padding:13px;text-align:center}
.gallery-info strong{display:block;text-transform:uppercase;font-size:14px}
.gallery-info .price{margin-top:5px}
.hidden-card{display:none}
.load-wrap{text-align:center;margin-top:30px}
.load-more{cursor:pointer;color:#fff;background:var(--red);border:0;padding:15px 24px;font-weight:900;text-transform:uppercase}

@media(max-width:1000px){
  .links{display:none}.menu-button{display:block}
  .wrap{padding:0 18px}.nav{height:74px}.logo{width:205px}
  .hero-inner{min-height:570px}.hero-bg{width:68%}.hero-copy{max-width:540px}
  h1{font-size:59px;letter-spacing:-2.5px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(2){border-right:0}
  .categories{grid-template-columns:repeat(2,1fr)}
  .products{grid-template-columns:repeat(2,1fr)}
  .info-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:650px){
  .hero::after{background:linear-gradient(180deg,rgba(7,7,7,.1) 0%,rgba(7,7,7,.45) 32%,#070707 65%)}
  .hero-bg{width:100%;height:58%;object-position:center 15%}
  .hero-inner{min-height:700px;align-items:flex-end}
  .hero-copy{padding:330px 0 42px}
  h1{font-size:47px}.tagline{font-size:20px}.hero p{font-size:16px}
  .actions{display:grid}.btn{width:100%}
  .stat{padding:17px 11px}.stat strong{font-size:14px}
  section{padding:40px 0}.section-head h2{font-size:31px}
  .categories,.products,.gallery{grid-template-columns:repeat(2,1fr);gap:12px}
  .cat-label strong{font-size:17px}.cat-label span{font-size:11px}
  .product-img,.gallery-img{padding:10px}
  .category-hero h1{font-size:42px}
}


/* ---------- Ordering system ---------- */
.no-scroll{overflow:hidden}
.choose-btn{
  width:100%;border:0;background:#ef1b2d;color:#fff;padding:13px 14px;
  font-weight:900;text-transform:uppercase;cursor:pointer
}
.choose-btn:hover{filter:brightness(1.08)}
.gallery-card{display:flex;flex-direction:column}
.gallery-info{flex:1}
.gallery-actions{padding:0 12px 12px}

.order-modal{
  position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.82);
  display:none;align-items:center;justify-content:center;padding:18px
}
.order-modal.open{display:flex}
.order-box{
  width:min(760px,100%);max-height:92vh;overflow:auto;background:#0d0d0d;
  border:1px solid #3a3a3a;box-shadow:0 24px 80px rgba(0,0,0,.55)
}
.order-top{display:grid;grid-template-columns:1fr 1.05fr}
.order-preview{background:#000;min-height:390px;padding:24px;display:flex;align-items:center;justify-content:center}
.order-preview img{width:100%;height:100%;max-height:430px;object-fit:contain}
.order-form{padding:30px;position:relative}
.order-close{
  position:absolute;right:14px;top:12px;background:none;border:0;color:#fff;
  font-size:30px;cursor:pointer
}
.order-form .eyebrow{font-size:12px;margin-bottom:8px}
.order-form h2{font-size:30px;margin:0 34px 5px 0;text-transform:uppercase}
.order-reference{color:#888;font-size:12px;margin-bottom:22px}
.field{margin:16px 0}
.field label{display:block;font-weight:900;text-transform:uppercase;font-size:12px;margin-bottom:7px}
.field select,.field input,.field textarea{
  width:100%;background:#151515;color:#fff;border:1px solid #444;padding:13px;font:inherit
}
.order-price{font-size:24px;color:#ef1b2d;font-weight:900;margin:20px 0 12px}
.order-note{font-size:12px;color:#aaa;line-height:1.5}

.cart-float{
  position:fixed;right:20px;bottom:20px;z-index:70;border:0;background:#ef1b2d;color:#fff;
  padding:14px 18px;font-weight:900;text-transform:uppercase;box-shadow:0 8px 28px rgba(0,0,0,.45);
  cursor:pointer
}
.cart-float b,.cart-nav b{display:inline-flex;min-width:22px;height:22px;border-radius:50%;background:#fff;color:#111;align-items:center;justify-content:center;margin-left:6px}
.cart-nav{cursor:pointer}

.cart-shade{
  position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:1090;opacity:0;pointer-events:none;transition:.2s
}
.cart-shade.open{opacity:1;pointer-events:auto}
.cart-drawer{
  position:fixed;right:0;top:0;bottom:0;width:min(460px,94vw);background:#0b0b0b;z-index:1100;
  transform:translateX(102%);transition:.25s;border-left:1px solid #333;display:flex;flex-direction:column
}
.cart-drawer.open{transform:translateX(0)}
.cart-head{padding:20px;border-bottom:1px solid #2d2d2d;display:flex;justify-content:space-between;align-items:center}
.cart-head h2{margin:0;text-transform:uppercase}
.cart-close{border:0;background:none;color:#fff;font-size:30px;cursor:pointer}
.cart-items{padding:12px 18px;overflow:auto;flex:1}
.cart-empty{text-align:center;color:#ddd;padding:60px 20px;font-weight:800}
.cart-empty span{display:block;color:#888;font-weight:400;margin-top:7px}
.cart-item{display:grid;grid-template-columns:82px 1fr 26px;gap:12px;padding:12px 0;border-bottom:1px solid #282828}
.cart-item img{width:82px;height:82px;object-fit:contain;background:#000}
.cart-item-copy strong{display:block;text-transform:uppercase;font-size:14px}
.cart-item-copy span{display:block;color:#aaa;font-size:12px;margin-top:5px}
.cart-ref{opacity:.7}
.remove-item{border:0;background:none;color:#aaa;font-size:22px;cursor:pointer;align-self:start}
.qty-row{display:flex;align-items:center;gap:8px;margin-top:10px}
.qty-row button{width:28px;height:28px;border:1px solid #444;background:#161616;color:#fff;cursor:pointer}
.qty-row span{margin:0 0 0 auto!important;color:#fff!important;font-size:14px!important;font-weight:900}
.cart-foot{border-top:1px solid #333;padding:18px;background:#0e0e0e}
.cart-total{display:flex;justify-content:space-between;font-size:22px;font-weight:900;margin-bottom:15px}
.cart-total span:last-child{color:#ef1b2d}
.cart-foot .field{margin:10px 0}
.checkout-btn{
  width:100%;border:0;background:#20b958;color:#fff;padding:15px;font-weight:900;text-transform:uppercase;
  cursor:pointer;margin-top:9px
}
.copy-btn{
  width:100%;border:1px solid #555;background:#111;color:#fff;padding:12px;font-weight:800;text-transform:uppercase;
  cursor:pointer;margin-top:8px
}
.cart-small{font-size:11px;color:#888;text-align:center;line-height:1.45;margin-top:10px}

@media(max-width:700px){
  .order-top{grid-template-columns:1fr}
  .order-preview{min-height:245px;max-height:315px;padding:14px}
  .order-preview img{max-height:285px}
  .order-form{padding:24px 20px}
  .order-form h2{font-size:25px}
  .cart-float{right:12px;bottom:12px}
}


/* ---------- Individual product pages ---------- */
.product-link{display:flex;text-decoration:none}
.gallery-info strong a:hover{color:var(--red)}
.view-product-btn{
  display:block;width:100%;text-align:center;border:1px solid #555;color:#fff;
  padding:11px 12px;margin-bottom:8px;font-size:12px;font-weight:900;text-transform:uppercase
}
.view-product-btn:hover{border-color:var(--red);color:var(--red)}

.product-page{padding:36px 0 58px}
.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;color:#999;font-size:13px;margin-bottom:24px}
.breadcrumbs a:hover{color:var(--red)}
.product-page-grid{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:52px;align-items:start
}
.product-page-image{
  min-height:560px;background:#000;border:1px solid #292929;padding:34px;
  display:flex;align-items:center;justify-content:center
}
.product-page-image img{max-width:100%;max-height:680px;object-fit:contain}
.product-page-info{
  position:sticky;top:112px;background:#0d0d0d;border-top:3px solid var(--red);padding:32px
}
.product-page-info h1{font-size:44px;line-height:1;letter-spacing:-1.5px;margin:0 0 12px}
.product-page-info p{color:#c9c9c9;line-height:1.65}
.product-page-price{color:var(--red);font-size:30px;font-weight:900;margin-bottom:18px}
.product-features{padding-left:20px;color:#d0d0d0;line-height:1.75}
.product-order-main{margin-top:14px;min-height:54px;font-size:15px}
.product-ref{color:#888;font-size:12px;margin-top:13px}
.back-category{display:inline-block;margin-top:20px;font-weight:800;text-transform:uppercase;font-size:12px}
.back-category:hover{color:var(--red)}
.related-section{border-top:1px solid #252525;background:#0a0a0a}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.related-card{background:#111;border:1px solid #292929;padding-bottom:14px}
.related-img{
  aspect-ratio:1/1;background:#000;padding:13px;display:flex;align-items:center;justify-content:center
}
.related-img img{width:100%;height:100%;object-fit:contain}
.related-card strong,.related-card span{display:block;padding:0 13px}
.related-card strong{margin-top:12px;text-transform:uppercase;font-size:14px}
.related-card span{color:var(--red);font-weight:900;margin-top:5px}

@media(max-width:900px){
  .product-page-grid{grid-template-columns:1fr;gap:22px}
  .product-page-info{position:static}
  .product-page-image{min-height:420px}
  .related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .product-page{padding-top:22px}
  .product-page-image{min-height:330px;padding:18px}
  .product-page-info{padding:23px 18px}
  .product-page-info h1{font-size:34px}
}


/* ---------- Tidy card layout patch ---------- */

/* Homepage featured cards */
.product-meta{
  text-align:center;
}
.product-meta strong{
  display:block;
  margin-top:4px;
  font-size:18px;
}
.product-bottom{
  display:block;
  text-align:center;
  margin-top:10px;
}
.product-bottom .price{
  display:block;
  margin-bottom:5px;
}
.product-bottom .mini{
  display:block;
  color:#c3c3c3;
  font-size:14px;
  line-height:1.3;
}
.featured-cta{
  display:block;
  width:100%;
  text-align:center;
  margin-top:14px;
}

/* Category / gallery cards */
.gallery-info{
  padding:14px 12px 10px;
  text-align:center;
}
.gallery-info strong{
  display:block;
  font-size:15px;
  line-height:1.35;
}
.gallery-info .price{
  margin-top:6px;
}
.gallery-actions{
  padding:0 12px 12px;
  display:grid;
  gap:8px;
}
.view-product-btn{
  display:block;
  width:100%;
  text-align:center;
  border:1px solid #555;
  background:#111;
  color:#fff;
  padding:12px 12px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
}
.view-product-btn:hover{
  border-color:var(--red);
  color:var(--red);
}
.gallery-actions .choose-btn{
  width:100%;
  text-align:center;
}

/* Product page related cards */
.related-card strong{
  text-align:center;
}
.related-card span{
  text-align:center;
}

@media(max-width:650px){
  .product-meta strong{
    font-size:16px;
  }
  .product-bottom .mini{
    font-size:13px;
  }
}


/* ---------- Desktop card refinement ---------- */
@media(min-width: 901px){
  /* Homepage featured cards */
  .product-meta{
    text-align:left;
  }
  .product-meta .type{
    text-align:left;
  }
  .product-meta strong{
    text-align:left;
    font-size:17px;
  }
  .product-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    text-align:left;
    margin-top:10px;
  }
  .product-bottom .price{
    margin:0;
    white-space:nowrap;
  }
  .product-bottom .mini{
    margin:0;
    text-align:right;
    font-size:13px;
    line-height:1.25;
  }
  .featured-cta{
    margin-top:12px;
  }

  /* Category cards */
  .gallery-info{
    padding-bottom:12px;
  }
  .gallery-actions{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .view-product-btn,
  .gallery-actions .choose-btn{
    margin:0;
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
}

/* Keep mobile stacked and centred */
@media(max-width: 900px){
  .product-meta{
    text-align:center;
  }
  .product-bottom{
    display:block;
    text-align:center;
  }
  .product-bottom .mini{
    text-align:center;
  }
  .gallery-actions{
    grid-template-columns:1fr;
  }
}


/* ---------- FINAL featured-card layout override ---------- */
/* Handles both the newer markup (button after .product-bottom)
   and any older markup where the button is still inside .product-bottom. */

.product-meta{
  display:flex !important;
  flex-direction:column !important;
}

.product-bottom{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:100% !important;
  gap:8px 12px !important;
  margin-top:10px !important;
}

.product-bottom .price{
  flex:0 0 auto !important;
  margin:0 !important;
}

.product-bottom .mini{
  flex:0 1 auto !important;
  margin-left:auto !important;
  text-align:right !important;
}

/* If the button is outside .product-bottom */
a.featured-cta.choose-btn,
.featured-cta{
  display:flex !important;
  width:100% !important;
  min-height:48px !important;
  align-items:center !important;
  justify-content:center !important;
  margin:14px 0 0 !important;
  box-sizing:border-box !important;
  clear:both !important;
}

/* If an older homepage still has the button INSIDE .product-bottom */
.product-bottom > .choose-btn{
  flex:0 0 100% !important;
  width:100% !important;
  min-height:48px !important;
  margin:6px 0 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
}

@media(max-width:900px){
  .product-bottom{
    justify-content:center !important;
    text-align:center !important;
  }
  .product-bottom .price{
    flex:0 0 100% !important;
    text-align:center !important;
  }
  .product-bottom .mini{
    flex:0 0 100% !important;
    margin-left:0 !important;
    text-align:center !important;
  }
}
