/* Public footer only: inherit the site's existing font. */
.mho-site-footer { clear: both; padding: 48px 24px 24px; border-top: 1px solid #e4e7eb; background: #f5f6f8; color: #59636f; font-family: inherit; font-size: 14px; line-height: 1.65; text-align: left; }
.mho-site-footer, .mho-site-footer * { box-sizing: border-box; }
.mho-site-footer .mho-footer-inner { max-width: 1232px; margin: 0 auto; }
.mho-site-footer .mho-footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.2fr); gap: 40px; }
.mho-site-footer .mho-footer-grid > * { min-width: 0; }
.mho-site-footer p { margin: 0 0 12px; color: inherit; font-size: inherit; line-height: inherit; overflow-wrap: anywhere; }
.mho-site-footer h2 { margin: 0 0 14px; font-size: 16px; line-height: 1.4; font-weight: 700; color: #252b33; }
.mho-site-footer a { color: #414b57; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.mho-site-footer a:hover { color: #ac4900; }
.mho-site-footer a:focus-visible { outline: 3px solid #ac4900; outline-offset: 3px; }
.mho-site-footer .mho-footer-brand { display: inline-block; margin: 0 0 14px; color: #252b33; font-size: 27px; font-weight: 700; line-height: 1.3; text-decoration: none; }
.mho-site-footer .mho-footer-brand span { display: block; margin-top: 3px; font-size: 14px; font-weight: 600; }
.mho-site-footer ul { list-style: none; margin: 0; padding: 0; }
.mho-site-footer li { margin: 0; padding: 0; }
.mho-site-footer li a { display: inline-block; padding: 8px 0; }
.mho-site-footer .mho-footer-copyright { margin: 28px 0 0; padding-top: 20px; border-top: 1px solid #dce0e5; font-size: 12px; }
@media (max-width: 991px) { .mho-site-footer .mho-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; } .mho-site-footer .mho-footer-about { grid-column: 1 / -1; max-width: 640px; } }
@media (max-width: 575px) { .mho-site-footer { padding: 32px 20px 88px; } .mho-site-footer .mho-footer-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; } .mho-site-footer li a { min-height: 44px; padding: 10px 0; } .mho-site-footer .mho-footer-copyright { padding-right: 104px; } }
