.site-footer {
	color: #fff;
	background: #000;
}

.site-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem 2rem;
	min-height: clamp(8rem, 10.127vw, 10.9375rem);
	padding: 2rem var(--edge);
}

.site-footer__logo img { width: clamp(11.25rem, 15.046vw, 16.25rem); height: auto; }

.site-footer__legal {
	font-size: var(--fs-ui);
	line-height: 1.4545;
}
.site-footer__legal a { text-decoration: none; }
.site-footer__legal a:hover { text-decoration: underline; }

.site-footer__social img { width: 1.3125rem; height: 1.3125rem; }

.site-footer__credit { flex-basis: 100%; font-size: var(--fs-small); color: var(--color-muted); }

@media (max-width: 1023px) {
	.site-footer__inner { flex-direction: column; justify-content: center; padding-block: 3rem; text-align: center; }
}

@media (max-width: 599px) {
	.site-nav--footer .site-nav__list { flex-wrap: wrap; justify-content: center; gap: 0.5rem 1.5rem; }
	.site-nav--footer .site-nav__item::before { display: none; }
}
