/* =====================================================================
   FOOTER
   ===================================================================== */

footer.site {
  background: var(--charcoal);
  color: var(--cream);
  padding: 4.5rem 0 3rem;
}

footer.site .flogo { height: 42px; width: auto; display: block; margin-bottom: 0.9rem; }
footer.site .tag { font-family: var(--serif); font-style: italic; color: #bdb6ab; font-size: 0.95rem; }

footer.site .cols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 2.4rem;
}

footer.site h4 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9c958b;
  margin: 0 0 1rem;
}

footer.site ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 2.1;
  color: #cdc6bb;
}

footer.site ul a:hover {
  color: #fff;
  border-bottom: 1px solid var(--gold);
}

.legal {
  border-top: 1px solid rgba(244, 241, 232, 0.16);
  margin-top: 3rem;
  padding-top: 1.6rem;
  font-size: 0.8rem;
  color: #9c958b;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

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

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