/* A secondary partner signature follows the footer navigation. */
.footer .footer-grid{grid-template-columns:minmax(220px,1.8fr) repeat(3,minmax(0,1fr))}
.footer .footer-grid>div:first-child{grid-column:auto}
.footer .footer-partners{grid-column:1/-1;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:16px 32px;border-top:1px solid #444;padding-top:24px;margin-top:4px;text-align:left}
.footer .footer-partners>strong{font-size:.75rem;font-weight:500;letter-spacing:.05em;color:#bcbcbc}
.footer .partner-logos{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:12px 24px;margin:0;max-width:100%}
.footer .partner-logo{display:grid;place-items:center;width:100px;height:30px;flex:0 0 100px}
.footer .partner-logos img{display:block;width:auto;max-width:100px;max-height:none;object-fit:contain;object-position:center;filter:brightness(0) invert(1)}
/* Match the visible wordmark width (82px), preserving each original proportion. */
.footer .partner-mark--swonkie{height:18.964px;transform:translate(.09px,.42px)}
.footer .partner-mark--brinfer{height:18.007px;transform:translateY(.07px)}
.footer .partner-mark--md-design{height:25.529px;transform:translate(-.04px,-.12px)}
.footer .social-links a{display:grid;place-items:center;width:44px;height:44px;padding:0;flex:0 0 44px}
.footer .social-links svg{display:block;width:20px;height:20px;fill:currentColor;stroke:none}
.footer .footer-small{margin-top:24px;gap:8px 24px;flex-wrap:wrap}
@media(max-width:900px){.footer .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer .footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:620px){.footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer .footer-partners{padding-top:22px}.footer .partner-logos{gap:12px 8px}.footer .partner-logo{width:88px;flex-basis:88px}.footer .partner-logos img{max-width:none}}
