body .wrapper .legal { background-color: var(--osa-paper); padding-top: 0; padding-bottom: 40px; }
body .wrapper .legal .legal-text { margin: 0; font-size: 11px; line-height: 1.7; color: #7a6f57; }

body .wrapper .site-footer { background-color: var(--osa-lime); }
body .wrapper .site-footer .footer-inner { max-width: var(--osa-inner-max); margin: 0 auto; padding: 48px var(--osa-gutter) 36px; }
body .wrapper .site-footer .footer-cols { display: grid; grid-template-columns: 1fr; gap: 32px; }
body .wrapper .site-footer .footer-heading { margin: 0 0 16px; font-size: 13px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: var(--osa-ink); }
body .wrapper .site-footer .footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
body .wrapper .site-footer .footer-links li a { font-size: 15px; font-weight: 400; color: var(--osa-ink); text-decoration: none; }
body .wrapper .site-footer .footer-links li a:hover { text-decoration: underline; text-underline-offset: 3px; }

body .wrapper .site-footer .footer-bottom { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(26, 16, 63, 0.2); }
body .wrapper .site-footer .footer-brand { font-size: 26px; }
body .wrapper .site-footer .footer-social { list-style: none; margin: 0; padding: 0; display: flex; gap: 14px; }
body .wrapper .site-footer .footer-social li a { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--osa-ink); transition: background-color 0.2s ease; }
body .wrapper .site-footer .footer-social li a:hover { background-color: rgba(26, 16, 63, 0.12); }
body .wrapper .site-footer .footer-copy { margin: 24px 0 0; font-size: 13px; color: var(--osa-ink); }

@media (min-width: 600px) {
  body .wrapper .site-footer .footer-cols { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
  body .wrapper .site-footer .footer-inner { padding: 64px var(--osa-gutter) 40px; }
  body .wrapper .site-footer .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; }
  body .wrapper .site-footer .footer-copy { text-align: left; }
}
