.footer { background: var(--t); padding: 24px 0; }
.footer__inner { max-width: 1240px; margin: 0 auto; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer__logo { height: 13px; display: flex; align-items: center; }
.footer__logo img { height: 100%; width: auto; display: block; filter: brightness(0) invert(1); }
.footer__copy { font-family: 'Manrope', -apple-system, sans-serif; font-size: 0.75rem; font-weight: 600; line-height: 1; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.25); }
.footer__links { display: flex; gap: 24px; align-items: center; }
.footer__links a { font-family: 'Manrope', -apple-system, sans-serif; font-size: 0.75rem; font-weight: 600; line-height: 1; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 200ms ease-out; }
.footer__links a:hover { color: #D96E6E; }
.footer__links a:focus-visible { outline: 2px solid #D96E6E; outline-offset: 3px; border-radius: 3px; }

@media (max-width: 768px) {
  .footer { padding: 20px 24px; }
  .footer__inner { flex-direction: column; align-items: center; gap: 16px; padding: 0 24px; text-align: center; }
}
