.site-footer {
	box-sizing: border-box;
	margin: 0 !important;
	padding: 48px var(--wp--preset--spacing--50) 54px !important;
	color: var(--wp--preset--color--white);
}

.site-footer .site-footer__inner {
	display: grid;
	grid-template-columns: minmax(300px, 2.15fr) repeat(3, minmax(130px, 1fr));
	column-gap: clamp(44px, 5vw, 80px);
	width: 100%;
	max-width: var(--wp--style--global--content-size);
	margin: 0 auto;
}

.site-footer .site-footer__inner > .wp-block-column {
	min-width: 0;
	margin: 0;
}

.site-footer .site-footer__title {
	margin: 0;
	line-height: 1;
}

.site-footer .site-footer__title a {
	display: block;
	width: 215px;
	aspect-ratio: 215 / 36.53;
	overflow: hidden;
	background: url(../images/logo/logo-light.svg) left center / contain no-repeat;
	text-indent: -9999px;
	white-space: nowrap;
}

.site-footer .site-footer__description {
	max-width: 365px;
	margin: 22px 0 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.42;
}

.site-footer__copy--mobile,
.site-footer__heading-label--mobile {
	display: none;
}

.site-footer .site-footer__heading {
	margin: 1px 0 17px;
	color: var(--wp--preset--color--light-green);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
}

.site-footer .footer-links {
	display: flex;
	flex-direction: column;
	row-gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer-links li {
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	line-height: 1.25;
}

.site-footer .footer-links a {
	color: var(--wp--preset--color--white);
	text-decoration: none;
	transition: color 180ms ease;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
	color: var(--wp--preset--color--light-green);
}

@media (max-width: 900px) {

	.site-footer {
		padding-top: 46px !important;
		padding-bottom: 50px !important;
	}

	.site-footer .site-footer__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: clamp(28px, 8vw, 64px);
		row-gap: 38px;
	}

	.site-footer .site-footer__brand {
		grid-column: 1 / -1;
	}

	.site-footer .site-footer__nav--explore {
		grid-row: 2 / span 2;
	}

	.site-footer .site-footer__nav--resources {
		grid-column: 2;
		grid-row: 2;
	}

	.site-footer .site-footer__nav--company {
		grid-column: 2;
		grid-row: 3;
	}

	.site-footer .site-footer__title a {
		width: 180px;
	}

	.site-footer .site-footer__description {
		max-width: 680px;
		margin-top: 24px;
		font-size: 1.125rem;
		line-height: 1.45;
	}

	.site-footer__copy--desktop,
	.site-footer__heading-label--desktop {
		display: none;
	}

	.site-footer__copy--mobile,
	.site-footer__heading-label--mobile {
		display: inline;
	}

	.site-footer .site-footer__heading {
		margin-bottom: 16px;
		font-size: 1.375rem;
	}

	.site-footer .footer-links {
		row-gap: 13px;
	}

	.site-footer .footer-links li {
		font-size: 1.125rem;
	}
}

@media (max-width: 480px) {

	.site-footer {
		padding-right: var(--wp--preset--spacing--50) !important;
		padding-left: var(--wp--preset--spacing--50) !important;
	}

	.site-footer .site-footer__inner {
		column-gap: 24px;
		row-gap: 34px;
	}

	.site-footer .site-footer__description {
		font-size: 1rem;
	}

	.site-footer .site-footer__heading {
		font-size: 1.25rem;
	}

	.site-footer .footer-links li {
		font-size: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {

	.site-footer .site-footer__title a,
	.site-footer .footer-links a {
		transition: none;
	}
}
