#colophon {
  background: var(--primary-dark);
  color: rgba(255,255,255,.85);
  padding: 60px 0 0;
  font-size: 14.5px;
}
#colophon h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 18px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-brand img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.footer-brand span {
  font-family: var(--font-head);
  font-weight: 700;
  color: #fff;
  font-size: 17px;
}
#colophon p { color: rgba(255,255,255,.7); }
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.1);
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
}
.footer-social a:hover { background: var(--accent); color: #fff; }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li, .footer-contact li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,.75); }
.footer-links a:hover { color: var(--accent); }
.footer-contact a { color: rgba(255,255,255,.75); }
.footer-contact i { width: 18px; color: var(--accent); margin-right: 6px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 40px;
  padding: 18px 0;
  font-size: 13px;
  color: rgba(255,255,255,.6);
}
.footer-bottom a { color: rgba(255,255,255,.8); }
