/* =========================
   COS-style Footer (Bareco)
   ========================= */

.site-footer{
  background:#000;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
}

.site-footer .footer-inner{
  padding:64px 16px 28px;
}

.site-footer .footer-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
}

.site-footer .footer-brand{
  max-width:520px;
}

.site-footer .footer-logo{
  display:inline-flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#fff;
}

.site-footer .footer-logo img{
  display:block;
  height:26px;
  width:auto;
  filter: brightness(0) invert(1);
}

.site-footer .footer-logo-text{
  font-size:18px;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:500;
}

.site-footer .footer-tagline{
  margin:12px 0 0;
  font-size:12px;
  line-height:1.6;
  letter-spacing:.6px;
  color:rgba(255,255,255,.72);
  max-width:420px;
}

.site-footer .footer-divider{
  height:1px;
  background:rgba(255,255,255,.12);
  margin:28px 0 36px;
}

.site-footer .footer-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:40px;
}

.site-footer .footer-col{
  min-width:0;
}

.site-footer .footer-heading{
  margin:0 0 14px;
  font-size:12px;
  font-weight:600;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:rgba(255,255,255,.92);
}

.site-footer .footer-links{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.site-footer .footer-links a{
  text-decoration:none !important;
  color:rgba(255,255,255,.72);
  font-size:13px;
  letter-spacing:.3px;
  transition:opacity .2s ease, transform .2s ease;
}

.site-footer .footer-links a:hover{
  color:#fff;
  opacity:1;
  transform:translateX(2px);
}

.site-footer .footer-links a:focus-visible,
.site-footer .footer-social a:focus-visible,
.site-footer .footer-bottom a:focus-visible{
  outline:2px solid rgba(255,255,255,.55);
  outline-offset:3px;
  border-radius:999px;
}

/* Social */
.site-footer .footer-social{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.site-footer .footer-social a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none !important;
  color:rgba(255,255,255,.72);
  font-size:13px;
  letter-spacing:.3px;
}

.site-footer .footer-social i{
  font-size:14px;
  line-height:1;
}

.site-footer .footer-social a:hover{
  color:#fff;
}

/* Bottom bar */
.site-footer .footer-bottom{
  margin-top:46px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}

.site-footer .footer-bottom-left{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 14px;
}

.site-footer .footer-bottom-brand{
  text-decoration:none !important;
  color:#fff;
  font-weight:500;
  letter-spacing:1.2px;
  text-transform:uppercase;
  font-size:12px;
}

.site-footer .footer-bottom-copy{
  color:rgba(255,255,255,.6);
  font-size:12px;
  letter-spacing:.2px;
}

.site-footer .footer-bottom-right{
  display:flex;
  align-items:center;
  gap:12px 18px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.site-footer .footer-shipping{
  display:flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.72);
  font-size:12px;
  letter-spacing:.2px;
}

.site-footer .footer-shipping-link{
  color:#fff;
  text-decoration:none !important;
  border-bottom:1px solid rgba(255,255,255,.35);
}

.site-footer .footer-shipping-link:hover{
  border-bottom-color:#fff;
}

.site-footer .footer-bottom-links{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
}

.site-footer .footer-bottom-links a{
  color:rgba(255,255,255,.72);
  text-decoration:none !important;
  font-size:12px;
  letter-spacing:.2px;
}

.site-footer .footer-bottom-links a:hover{
  color:#fff;
}

.site-footer .footer-notice{
  margin-top:18px;
  color:rgba(255,255,255,.55);
  font-size:12px;
  line-height:1.7;
  letter-spacing:.2px;
}

/* Responsive */
@media (max-width: 1024px){
  .site-footer .footer-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:28px;
  }
}

@media (max-width: 640px){
  .site-footer .footer-inner{
    padding:52px 14px 26px;
  }
  .site-footer .footer-grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .site-footer .footer-bottom-right{
    justify-content:flex-start;
  }
}
