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

footer {
  background-color: #000;
}

.site-footer {
  background: #000;
  color: rgba(255, 255, 255, 0.72);
  padding: 8rem 1.5rem 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-inner {
  max-width: 1400px;
  height: 18rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.footer-logo {
  font-family: "Permanent Marker", cursive;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #fff;
  line-height: 1;
}

.footer-text {
  margin-top: 1.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-transform: uppercase;
  font-weight: 300;
}

.footer-nav {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-nav a {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
  color: #fff;
}

.footer-nav a:hover {
  opacity: 0.45;
}

.footer-copyright {
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  opacity: 0.45;
  color: #fff;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .site-footer {
    padding: 6rem 1.2rem 2.5rem;
  }

  .footer-logo {
    font-size: 2.4rem;
  }

  .footer-text {
    margin-top: 1.2rem;
    font-size: 0.68rem;
    letter-spacing: 0.28em;
    text-indent: 0.28em;
    line-height: 1.8;
  }

  .footer-nav {
    margin-top: 3rem;
    gap: 1.2rem;
  }

  .footer-nav a {
    font-size: 0.72rem;
  }

  .footer-copyright {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 0.62rem;
  }
}
