.nl-footer {
  background: #171717;
  color: #d8d8d2;
  padding: 4.5rem 0 1.5rem;
  margin-top: 0;
}
.nl-footer a { color: #f4f4f1; }
.nl-footer a:hover { color: #fff; }
.nl-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  gap: 2.5rem;
}
.nl-footer .nl-logo__word,
.nl-footer .nl-logo { color: #f4f4f1; }
.nl-footer h2 {
  color: #8a8a84;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.nl-footer li + li { margin-top: 0.55rem; }
.nl-footer__brand p {
  color: #b5b5ae;
  max-width: 28ch;
  margin-top: 1rem;
}
.nl-footer__base {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 3.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #2c2c2a;
  color: #8a8a84;
  font-size: 0.85rem;
}
.nl-social { display: flex; gap: 0.8rem; margin-top: 1.2rem; }

@media (max-width: 900px) {
  .nl-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .nl-footer__grid { grid-template-columns: 1fr; }
}
