/* 8Remixes clean compact footer - flat dark/orange palette only */
.site-footer,
.site-footer *{
  box-sizing:border-box !important;
}

.site-footer{
  background:#1c1c1c !important;
  color:#ffffff !important;
  border-top:1px solid #2a2a2a !important;
  margin-top:28px !important;
  padding:14px 0 72px !important; /* small footer + safe space for fixed player */
  border-radius:0 !important;
  font-family:inherit !important;
}

.site-footer a,
.site-footer button{
  border-radius:0 !important;
}

.site-footer .footer-inner{
  width:min(1220px, calc(100% - 32px)) !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:minmax(210px,.95fr) minmax(360px,2fr) minmax(190px,.75fr) !important;
  align-items:center !important;
  gap:22px !important;
}

.site-footer .footer-brand{
  min-width:0 !important;
}

.site-footer .footer-logo{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  color:#ffffff !important;
  text-decoration:none !important;
  font-size:17px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
}

.site-footer .footer-logo-mark{
  display:inline-flex !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#ff8a00 !important;
  font-size:18px !important;
  line-height:1 !important;
}

.site-footer .footer-logo-mark::before{
  content:"8" !important;
  display:inline-block !important;
  font-weight:950 !important;
  color:#ff8a00 !important;
}

.site-footer .footer-logo-mark svg,
.site-footer .footer-logo-mark img{
  display:none !important;
}

.site-footer .footer-copy{
  margin-top:6px !important;
  color:rgba(255,255,255,.66) !important;
  font-size:11px !important;
  line-height:1.35 !important;
}

.site-footer .footer-links{
  display:grid !important;
  grid-template-columns:1fr 1.45fr !important;
  gap:18px !important;
  padding:0 !important;
  margin:0 !important;
}

.site-footer .footer-col{
  min-width:0 !important;
}

.site-footer .footer-col h4{
  margin:0 0 7px !important;
  color:#ff8a00 !important;
  font-size:11px !important;
  font-weight:950 !important;
  line-height:1 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
}

.site-footer .footer-col ul{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px 14px !important;
}

.site-footer .footer-col li{
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
}

.site-footer .footer-col a,
.site-footer a{
  color:rgba(255,255,255,.76) !important;
  text-decoration:none !important;
  font-size:12px !important;
  line-height:1.25 !important;
  white-space:nowrap !important;
}

.site-footer .footer-col a:hover,
.site-footer a:hover{
  color:#ff8a00 !important;
}

.site-footer .footer-bottom{
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-end !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}

.site-footer .footer-legal{
  color:rgba(255,255,255,.68) !important;
  font-size:11px !important;
  line-height:1.25 !important;
  text-align:right !important;
  width:100% !important;
}

.site-footer .footer-theme{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:7px !important;
  color:rgba(255,255,255,.62) !important;
  font-size:11px !important;
  line-height:1 !important;
}

.site-footer .footer-theme button{
  background:#000000 !important;
  color:#ff8a00 !important;
  border:1px solid #ff8a00 !important;
  padding:7px 9px !important;
  font-size:11px !important;
  font-weight:900 !important;
  cursor:pointer !important;
}

.site-footer .footer-theme button:hover{
  background:#ff8a00 !important;
  color:#000000 !important;
}

.site-footer .footer-social{
  display:flex !important;
  justify-content:flex-end !important;
  gap:8px !important;
  margin:0 !important;
}

.site-footer .footer-social a{
  width:26px !important;
  height:26px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#000000 !important;
  color:#ffffff !important;
  border:1px solid #2b2b2b !important;
  opacity:1 !important;
}

.site-footer .footer-social a:hover{
  color:#ff8a00 !important;
  border-color:#ff8a00 !important;
  background:#000000 !important;
}

.site-footer .footer-social svg{
  width:15px !important;
  height:15px !important;
}

.site-footer .footer-top,
.site-footer .footer-apps{
  display:contents !important;
}

@media (max-width: 900px){
  .site-footer{
    padding:14px 0 82px !important;
  }
  .site-footer .footer-inner{
    grid-template-columns:1fr !important;
    gap:14px !important;
    align-items:start !important;
  }
  .site-footer .footer-links{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .site-footer .footer-bottom{
    justify-content:flex-start !important;
    align-items:flex-start !important;
  }
  .site-footer .footer-legal,
  .site-footer .footer-theme,
  .site-footer .footer-social{
    justify-content:flex-start !important;
    text-align:left !important;
  }
  .site-footer .footer-col ul{
    gap:8px 12px !important;
  }
}
