/* Compact, grouped footer; no changes to the shared comparison directions. */
body .site-footer{background:var(--surface);border-top:1px solid var(--line);padding:54px 0 22px}
body .site-footer .footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:48px;align-items:start;padding:0}
body .site-footer .footer-grid>div{min-width:0}
body .site-footer .brand{font-size:25px;margin:0 0 20px}
body .site-footer .footer-grid p{font-size:17px;line-height:1.6;margin:0 0 14px;max-width:36ch}
body .site-footer .footer-grid .small{font-size:14px;line-height:1.65;margin-top:16px;margin-bottom:0}
body .site-footer .footer-grid h2{font-size:18px;font-weight:700;line-height:1.3;letter-spacing:0;margin:0 0 14px}
body .site-footer .footer-grid>div:nth-child(2){display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:0}
body .site-footer .footer-grid>div:nth-child(2)>h2{grid-column:1/-1}
body .site-footer .footer-grid>div>a:not(.brand){display:flex;align-items:center;min-height:44px;font-size:16px;line-height:1.4;margin:0;padding:5px 0}
body .site-footer .footer-conversation{display:inline-flex;align-items:center;gap:16px;font-size:23px;font-weight:800;color:var(--accent);min-height:44px;margin:-9px 0 0;padding:0;text-decoration:none}
body .site-footer .footer-conversation:hover{text-decoration:underline;text-underline-offset:5px}
body .site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px;padding-top:18px;border-top:1px solid var(--line);font-size:12px;line-height:1.6}
body .site-footer .footer-bottom>span{margin-right:auto}
body .site-footer .footer-bottom>a{display:inline-flex;align-items:center;gap:10px;min-height:44px;font-size:13px;white-space:nowrap}
@media(max-width:1000px){body .site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:32px}body .site-footer .footer-grid>div:first-child{grid-column:1/-1}body .site-footer .footer-grid>div:first-child p{max-width:none}body .site-footer .brand{margin-bottom:14px}}
@media(max-width:600px){body .site-footer{padding:36px 0 18px}body .site-footer .footer-grid{grid-template-columns:1fr;gap:30px}body .site-footer .footer-grid>div:nth-child(2){column-gap:24px}body .site-footer .footer-grid>div+div{border-top:1px solid var(--line);padding-top:24px}body .site-footer .footer-bottom{flex-wrap:wrap;gap:4px 24px;margin-top:24px;padding-top:16px}body .site-footer .footer-bottom>span{flex-basis:100%;margin:0 0 8px}body .site-footer .footer-bottom>a:last-child{margin-left:auto}}
