/* =========================
   FOOTER
========================= */

footer {
  border-top: 1px solid #1c1c1c;
  padding: 32px 24px 48px;
  text-align: center;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 22px;
}

.footer-social a {
  color: #555555;
  transition: color 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-social a:hover {
  color: #ECECEC;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.footer-divider {
  width: 100%;
  max-width: 240px;
  height: 1px;
  background: #1c1c1c;
  margin: 0 auto 22px;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #555555;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-links a:hover {
  color: #ECECEC;
}

.footer-links span {
  color: #333333;
}

.footer-copy {
  margin-top: 24px;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #444444;
}