.vo-site-footer {
	background: var(--vo-ink);
	color: rgba(255, 255, 255, 0.78);
	padding: clamp(56px, 7vw, 90px) 0 26px;
}

.vo-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(170px, 0.45fr));
	gap: clamp(28px, 5vw, 80px);
}

.vo-site-footer h2 {
	margin-bottom: 1rem;
	color: var(--vo-white);
	font-family: "Figtree", sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.vo-site-footer a {
	display: block;
	margin-bottom: 0.5rem;
	color: var(--vo-white);
	text-decoration: none;
}

.vo-site-footer a:hover {
	text-decoration: underline;
	text-underline-offset: 0.26em;
}

.vo-footer-brand {
	display: inline-block;
	margin-bottom: 1rem;
	color: var(--vo-white);
}

.vo-site-footer__bottom {
	margin-top: clamp(34px, 5vw, 70px);
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 0.9rem;
}

@media (max-width: 780px) {
	.vo-site-footer__grid {
		grid-template-columns: 1fr;
	}
}
