/* ============================================================
   HUALIAN GLASS — WordPress custom footer
   Navigation: css/site-nav.css
   ============================================================ */

@import url('site-nav.css?v=1.0.1');

/* --- Footer --- */
.hl-site-footer {
  background: #111111 !important;
  padding: 80px 0 48px !important;
  margin: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
  display: block !important;
  clear: both !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
}

.hl-site-footer .hl-footer-inner {
  max-width: 1280px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;
}

.hl-site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1fr !important;
  gap: 48px !important;
}

.hl-site-footer .footer-brand {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-bottom: 16px !important;
  display: block !important;
}

.hl-site-footer .footer-tagline {
  font-size: 0.8125rem !important;
  color: #888 !important;
  line-height: 1.7 !important;
  max-width: 300px !important;
}

.hl-site-footer .footer-col h4 {
  font-size: 0.6875rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-bottom: 24px !important;
}

.hl-site-footer .footer-col a {
  display: block !important;
  font-size: 0.8125rem !important;
  color: #888 !important;
  text-decoration: none !important;
  margin-bottom: 10px !important;
  transition: opacity 0.2s !important;
}

.hl-site-footer .footer-col a:hover {
  opacity: 0.7 !important;
}

.hl-site-footer .footer-bottom {
  margin-top: 56px !important;
  padding-top: 24px !important;
  border-top: 1px solid #333 !important;
  font-size: 0.75rem !important;
  color: #666 !important;
  letter-spacing: 0.04em !important;
}

@media (max-width: 768px) {
  .hl-site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
  }
}

@media (max-width: 480px) {
  .hl-site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}
