/* Footer */
.footer {
  padding: 96px 24px 48px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer__quote {
  font-family: var(--font-humanist);
  font-style: italic;
  font-size: 28px;
  color: var(--fg-warm);
  line-height: 1.3;
  margin: 0 0 16px;
}
.footer__bism {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--amber);
  text-shadow: var(--text-glow-amber);
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.footer__agent {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--fg-1);
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}
.footer__competing {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--amber);
  margin: 0 0 28px;
  letter-spacing: 0.05em;
}
.footer__links {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--fg-1);
  margin-bottom: 24px;
}
.footer__links a {
  color: var(--cyan);
  text-decoration: none;
  text-shadow: var(--text-glow-cyan);
}
.footer__links a:hover { text-decoration: underline; }
.footer__links .sep { color: var(--fg-3); }

.footer__final {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--fg-3);
  margin: 0;
  letter-spacing: 0.05em;
}
