/* Shared footer: grouped navigation, static HTML, no runtime dependency. */
body .site-footer.shared-footer { padding: 30px 0 18px; border-top: 1px solid #d4cabe; background: #f4efe7; color: #625d55; }
.shared-footer .shared-footer-inner { max-width: 1240px; padding: 0 28px; margin: 0 auto; }
.shared-footer .shared-footer-main { display: grid; grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr)); gap: 32px; }
.shared-footer .footer-identity, .shared-footer .footer-group { min-width: 0; }
.shared-footer .footer-brand { display: inline-block; color: #191714; font-size: 23px; font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.shared-footer .footer-brand span { color: #50a605; }
.shared-footer .footer-identity p { max-width: 250px; margin: 10px 0 0; font-size: 14px; line-height: 1.5; }
.shared-footer .footer-group h2 { margin: 0 0 10px; color: #191714; font-family: inherit; font-size: 14px; font-weight: 600; line-height: 1.4; letter-spacing: normal; }
.shared-footer .footer-group a { display: block; width: fit-content; padding: 5px 0; font-size: 14px; line-height: 1.5; color: #625d55; text-decoration: none; overflow-wrap: anywhere; }
.shared-footer .shared-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px 24px; margin-top: 24px; padding-top: 14px; border-top: 1px solid #d4cabe; }
.shared-footer .shared-footer-bottom small { font-size: 13px; }
.shared-footer .footer-social { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.shared-footer .footer-social a { padding: 5px 0; color: #625d55; font-size: 13px; text-decoration: none; }
.shared-footer a:hover { color: #191714; text-decoration: underline; text-underline-offset: 4px; }
.shared-footer a:focus-visible { outline: 3px solid #527838; outline-offset: 4px; }
/* The navigation builder's legacy extra resource link duplicates the resource group. */
.shared-footer > .shared-footer-links { display: none; }
@media (max-width: 800px) {
 .shared-footer .shared-footer-main { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
 .shared-footer .footer-identity { grid-column: 1 / -1; }
 .shared-footer .footer-identity p { max-width: none; }
}
@media (max-width: 520px) {
 .shared-footer .shared-footer-inner { padding: 0 20px; }
 .shared-footer .shared-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }
 .shared-footer .footer-group a { min-height: 36px; }
 .shared-footer .shared-footer-bottom { display: block; }
 .shared-footer .footer-social { margin-top: 10px; }
 .shared-footer .footer-social a { min-height: 36px; }
}
