/* Quiet legal footer (site-wide) */

.site-footer {
  padding: 18px 40px 22px 40px;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  background-color: #EEEBE6;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
  color: #1a1d21;
  text-align: center;
  width: 100%;
  /* Sticky footer behavior on short pages (without fixed positioning) */
  position: sticky;
  top: 100vh;
}

.site-footer a {
  text-decoration: none !important;
  color: inherit !important;
}

.site-footer a:hover {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

@media (max-width: 720px) {
  .site-footer {
    padding: 18px 18px 22px 18px;
  }
}

