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

#footer {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 2rem 40px;
  text-align: center;
}

/* — Testo segreto — */
/* Quasi invisibile — premiato solo da chi legge fino in fondo. */
.footer-secret {
  margin-top: 80px;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: var(--muted);
  text-transform: lowercase;
}
