footer { padding: 56px 0; border-top: 1px solid var(--rule); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: var(--ff-head); font-size: 22px; font-weight: 300; }
.footer-logo em { font-style: italic; color: var(--amber); }
.footer-r { font-family: var(--ff-mono); font-size: 9px; letter-spacing: 0.08em; color: var(--text-3); text-align: right; line-height: 2; }

@media (max-width: 900px) {
  .footer-inner { flex-direction: column; gap: 20px; align-items: flex-start; }
}
