.site-footer {
	background: #0b0b0b;
	color: rgba(255, 255, 255, .68);
}

.site-footer a { color: rgba(255, 255, 255, .76); }
.site-footer a:hover,
.site-footer a:focus { color: #fff; }

.site-footer__inner {
	width: auto;
	max-width: 1320px;
	margin: 0 max(40px, calc((100% - 1320px) / 2));
}

.site-footer__cta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
	padding: clamp(72px, 10vw, 140px) 0 clamp(64px, 8vw, 110px);
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.site-footer__eyebrow,
.site-footer__label,
.site-footer__location,
.site-footer__bottom {
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-footer__eyebrow {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, .5);
	font-size: 10px;
	font-weight: 700;
}

.site-footer__cta h2 {
	margin: 0;
	color: #fff;
	font: 400 clamp(38px, 5.4vw, 78px)/1.06 "Dosis", sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-footer__cta-link {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 28px;
	padding: 0 0 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	font: 700 12px/1.2 "Open Sans", sans-serif;
	text-transform: uppercase;
}

.site-footer__cta-link:hover,
.site-footer__cta-link:focus { border-color: transparent; }

.site-footer__cta-arrow {
	font-size: 19px;
	font-weight: 400;
}

.site-footer__content {
	display: grid;
	grid-template-columns: minmax(280px, 2fr) minmax(140px, .65fr) minmax(160px, .65fr);
	gap: clamp(40px, 8vw, 130px);
	padding: 64px 0 72px;
}

.site-footer__identity {
	width: 100%;
	min-width: 0;
	max-width: 440px;
}

.site-footer__name {
	display: inline-block;
	margin-bottom: 19px;
	color: #fff !important;
	font: 400 27px/1.1 "Dosis", sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-footer__identity p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	overflow-wrap: anywhere;
}

.site-footer__identity .site-footer__location {
	margin-top: 24px;
	color: rgba(255, 255, 255, .42);
	font-size: 9px;
	font-weight: 700;
}

.site-footer__nav,
.site-footer__social {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 11px;
}

.site-footer__label {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, .4);
	font-size: 9px;
	font-weight: 700;
}

.site-footer__nav a,
.site-footer__social a {
	font-size: 13px;
	line-height: 1.6;
}

.site-footer__social a span {
	display: inline-block;
	margin-left: 5px;
	font-size: 11px;
}

.site-footer__bottom {
	display: grid;
	grid-template-columns: 1fr auto 48px;
	align-items: center;
	gap: 32px;
	min-height: 92px;
	border-top: 1px solid rgba(255, 255, 255, .18);
	color: rgba(255, 255, 255, .4);
	font-size: 9px;
	font-weight: 700;
}

.site-footer__bottom p { margin: 0; }
.site-footer__bottom > a:not(.site-footer__top) { color: rgba(255, 255, 255, .5); }

.site-footer__top {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	font-size: 19px;
}

.site-footer__top:hover,
.site-footer__top:focus {
	background: #fff;
	border-color: #fff;
	color: #111;
}

@media (max-width: 767px) {
	.site-footer__inner {
		width: auto;
		margin-right: 24px;
		margin-left: 24px;
	}

	.site-footer__cta {
		align-items: flex-start;
		flex-direction: column;
		gap: 38px;
		padding: 72px 0 64px;
	}

	.site-footer__cta h2 {
		max-width: calc(100vw - 48px);
		font-size: clamp(30px, 8vw, 42px);
		overflow-wrap: anywhere;
	}

	.site-footer__content {
		width: 100%;
		min-width: 0;
		grid-template-columns: 1fr 1fr;
		gap: 48px 32px;
		padding: 52px 0 60px;
	}

	.site-footer__identity { grid-column: 1 / -1; }
	.site-footer__identity,
	.site-footer__identity p {
		display: block;
		width: calc(100vw - 48px);
		max-width: calc(100vw - 48px);
		white-space: normal;
		word-break: break-word;
	}

	.site-footer__bottom {
		position: relative;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 20px 70px 20px 0;
	}

	.site-footer__top {
		position: absolute;
		display: grid !important;
		right: 0;
		top: 50%;
		z-index: 1;
		transform: translateY(-50%);
	}
}

@media (max-width: 380px) {
	.site-footer__content { grid-template-columns: 1fr; }
	.site-footer__identity { grid-column: auto; }
}
