/* Aeyhaye site footer */

.site-footer-v2 {
	width: 100%;
	margin: 0;
	background: #000000;
	color: #ffffff;
	font-family: 'Roboto', system-ui, -apple-system, sans-serif;
	letter-spacing: 0;
	overflow: hidden;
}

.site-footer-v2 *,
.site-footer-v2 *::before,
.site-footer-v2 *::after {
	box-sizing: border-box;
}

.site-footer-v2 .footer-stage {
	display: grid;
	grid-template-rows: auto 1fr auto;
	justify-items: center;
	align-items: center;
	min-height: clamp(620px, 45vw, 720px);
	width: min(100%, 1920px);
	margin: 0 auto;
	padding: clamp(4.25rem, 6vw, 5.25rem) 1.25rem clamp(2.25rem, 3vw, 2.75rem);
	text-align: center;
}

.site-footer-v2 .footer-hero {
	display: grid;
	justify-items: center;
	gap: clamp(1.75rem, 2.2vw, 2.25rem);
}

.site-footer-v2 .footer-heading {
	margin: 0;
	font-family: 'Bebas Neue', ui-sans-serif, system-ui, sans-serif;
	font-size: clamp(54px, 5.6vw, 94px);
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #ffffff;
}

.site-footer-v2 .footer-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: clamp(230px, 18vw, 300px);
	min-height: clamp(48px, 4vw, 60px);
	padding: 0.75rem 2.25rem;
	border-radius: 999px;
	background: #ffffff;
	font-family: 'Bebas Neue', ui-sans-serif, system-ui, sans-serif;
	font-size: clamp(22px, 1.75vw, 30px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.site-footer-v2 .footer-cta:hover,
.site-footer-v2 .footer-cta:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px -24px rgba(255,255,255,0.45);
}

.site-footer-v2 .footer-logo-mark {
	display: grid;
	place-items: center;
	width: clamp(112px, 8vw, 148px);
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	background: #ffffff;
	text-decoration: none;
}

.site-footer-v2 .footer-logo-mark img {
	display: block;
	width: 82%;
	height: 82%;
	object-fit: contain;
}

.site-footer-v2 .footer-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(2.5rem, 5vw, 5rem);
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	padding-bottom: 0;
	font-size: clamp(10px, 0.8vw, 13px);
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
	color: #ffffff;
}

.site-footer-v2 .footer-copy,
.site-footer-v2 .footer-legal,
.site-footer-v2 .footer-legal a {
	color: inherit;
}

.site-footer-v2 .footer-copy {
	white-space: nowrap;
}

.site-footer-v2 .footer-legal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(2.5rem, 4vw, 4rem);
}

.site-footer-v2 .footer-legal a {
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 180ms ease;
}

.site-footer-v2 .footer-legal a:hover,
.site-footer-v2 .footer-legal a:focus-visible {
	opacity: 0.72;
}

@media (max-width: 760px) {
	.site-footer-v2 .footer-stage {
		min-height: 620px;
		padding-top: 4.5rem;
		padding-bottom: 8.75rem;
	}

	.site-footer-v2 .footer-heading {
		font-size: clamp(48px, 14vw, 72px);
	}

	.site-footer-v2 .footer-logo-mark {
		width: clamp(104px, 30vw, 132px);
	}

	.site-footer-v2 .footer-bottom,
	.site-footer-v2 .footer-legal {
		flex-direction: column;
		gap: 1rem;
	}

	.site-footer-v2 .footer-bottom {
		font-size: 11px;
	}
}

@media (max-width: 420px) {
	.site-footer-v2 .footer-stage {
		min-height: 580px;
	}

	.site-footer-v2 .footer-cta {
		min-width: min(78vw, 260px);
	}
}