footer.site-footer {
  width: 100%;
  margin-top: var(--space-xl);
  padding-top: var(--space-md);
  border-top: 1px solid var(--border-light);
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  text-align: center;
  font-size: 0.85rem;
}

.footer-home {
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer-chapters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2ch;
  width: 100%;
}

.footer-nav a {
  color: var(--text-muted);
  text-decoration: none;
  letter-spacing: 0.03em;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 40px;
  height: auto;
  display: inline-block;
  opacity: 0.8;
}

.footer-logo:hover {
  opacity: 1;
}