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

.footer {
  padding: 80px 0 40px;
  background: var(--ink);
  color: rgba(255, 252, 248, 0.5);
  border-top: 1px solid rgba(255, 252, 248, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 64px;
}

.footer-brand .nav-logo {
  color: var(--white);
  margin-bottom: 20px;
  display: block;
}

.footer-brand p {
  font-size: 0.875rem;
  line-height: 1.7;
  max-width: 300px;
}

.footer-col h4 {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 252, 248, 0.3);
  margin-bottom: 24px;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 12px;
}

.footer-col a {
  font-size: 0.875rem;
  color: rgba(255, 252, 248, 0.5);
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 252, 248, 0.08);
  font-size: 0.8125rem;
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a {
  color: rgba(255, 252, 248, 0.3);
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: var(--white);
}
