/* Gedeelde site-footer — vereist --green-dark, --cream, --amber op de pagina */

footer.site-chrome-site-footer {
  background: var(--green-dark);
  padding: 80px 0 28px;
}

footer.site-chrome-site-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

footer.site-chrome-site-footer .footer-logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 13px;
}

footer.site-chrome-site-footer .footer-logo .fl1 {
  display: block;
  color: var(--cream);
}

footer.site-chrome-site-footer .footer-logo .fl2 {
  display: block;
  color: var(--amber);
}

footer.site-chrome-site-footer .brand-desc {
  color: rgba(255, 255, 255, 0.32);
  font-size: 13px;
  line-height: 1.72;
  max-width: 230px;
}

footer.site-chrome-site-footer .footer-col h5 {
  color: var(--amber);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

footer.site-chrome-site-footer .footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

footer.site-chrome-site-footer .footer-col ul a {
  color: rgba(255, 255, 255, 0.32);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.15s;
}

footer.site-chrome-site-footer .footer-col ul a:hover {
  color: var(--cream);
}

footer.site-chrome-site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

footer.site-chrome-site-footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

@media (max-width: 1024px) {
  footer.site-chrome-site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
