/* Compact footer (about half the old height). */
.site-footer--compact { padding-top: 36px; }
.site-footer--compact .site-footer__grid { grid-template-columns: 1.25fr 1.1fr .9fr 1.5fr; gap: 28px; align-items: start; }
.site-footer--compact .site-footer__brand img { height: 40px; }
.site-footer--compact .site-footer__brand p { margin: 12px 0 0; font-size: 13.5px; line-height: 1.6; max-width: 300px; }
.site-footer--compact h3 { font-size: 14px; margin-bottom: 10px; letter-spacing: .01em; }
.site-footer--compact .menu { gap: 5px 18px; font-size: 14px; line-height: 1.5; }
.site-footer--compact .menu--2col { grid-template-columns: repeat(2, max-content); }
.site-footer--compact .contact-list { grid-template-columns: repeat(2, max-content); grid-template-rows: repeat(3, auto); grid-auto-flow: column; gap: 6px 22px; font-size: 14px; line-height: 1.5; }
.site-footer--compact .contact-list li { gap: 7px; align-items: center; }
.site-footer--compact .contact-list .icon { margin-top: 0; }
.site-footer--compact .site-footer__bottom { margin-top: 24px; padding: 12px 0 14px; font-size: 13px; align-items: center; }
.site-footer__end { display: flex; align-items: center; gap: 14px; }
.site-footer--compact .social { margin-top: 0; gap: 6px; }
.site-footer--compact .social a { width: 32px; height: 32px; }
.site-footer--compact .langs--footer a { min-width: 30px; height: 26px; font-size: 12px; padding: 0 6px; }
@media (max-width: 1080px) {
	.site-footer--compact .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media (max-width: 640px) {
	.site-footer--compact .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 20px; }
	.site-footer--compact .site-footer__brand, .site-footer--compact .site-footer__contact { grid-column: 1 / -1; }
	.site-footer--compact .contact-list { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-flow: row; }
	.site-footer--compact .site-footer__bottom { justify-content: center; text-align: center; }
}
