/* /css/footer.css */
.site-footer {
  padding: 48px 24px;
  text-align: center;
  color: #777;
  background: #050508;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer p {
  margin: 0;
  font-size: 12px;
}

.footer-copy {
  margin-top: 10px !important;
  font-size: 10px !important;
  letter-spacing: 0.24em;
  color: #444;
}

@media (max-width: 480px) {
  .site-footer {
    padding: 40px 18px;
  }
}