/* ── FOOTER ── */
footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .75);
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.footer-container {
  max-width: var(--container);
  margin: 0 auto;
}

.footer-logo {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
  color: var(--green-mid);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-text {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: .5rem;
  color: rgba(255, 255, 255, .75);
}

.footer-text a {
  color: var(--green-mid);
  transition: opacity .15s;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-text a:hover { opacity: .8; }

.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
}
