/**
 * Site footer — matches desktop header aesthetic.
 * Scoped to .site-footer to avoid legacy `footer {}` rules in style.css.
 */

footer.site-footer {
	background: #00000b;
	border-top: 1px solid rgba(147, 155, 161, 0.35);
	padding: clamp(40px, 5vw, 64px) 0 clamp(20px, 3vw, 28px);
	color: rgba(255, 255, 255, 0.88);
	position: relative;
	overflow: hidden;
}

footer.site-footer p {
	margin-bottom: 0;
}

.site-footer::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(76, 182, 236, 0.45), rgba(250, 139, 7, 0.35), transparent);
	pointer-events: none;
}

.site-footer__main {
	padding-bottom: clamp(24px, 3.5vw, 36px);
}

.site-footer__top {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
}

.site-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	text-align: left;
}

.site-footer__nav {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(20px, 2.5vw, 32px);
}

@media (min-width: 993px) {
	.site-footer__top {
		grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
		gap: clamp(40px, 5vw, 72px);
	}

	.site-footer__nav {
		grid-template-columns: repeat(4, max-content);
		justify-content: space-between;
		width: 100%;
		gap: clamp(40px, 5vw, 80px);
	}
}

.site-footer__brand-logo {
	display: inline-flex;
	line-height: 0;
	text-decoration: none;
}

.site-footer__brand-logo img {
	display: block;
	width: clamp(88px, 8vw, 110px);
	height: auto;
	filter: drop-shadow(0 0 14px rgba(250, 139, 7, 0.3));
}

/*
 * hero-brand-stack in footer — same strokes as home hero, but no mix-blend-mode
 * (hard-light on flat #00000b reads red; hero sits over video/particles).
 */
.site-footer .hero-brand-stack {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
}

.site-footer .hll {
	font-family: "Aldrich", sans-serif;
	font-size: clamp(26px, 2.6vw, 38px);
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 6px;
	color: transparent;
	display: block;
	text-transform: uppercase;
	text-align: left;
}

.site-footer .hll:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.site-footer .hll-1 {
	-webkit-text-stroke: 3px #ff7a00;
	filter: blur(1.5px);
}

.site-footer .hll-2 {
	-webkit-text-stroke: 1px #ff7a00;
	filter: blur(1px);
}

.site-footer .hll-3 {
	-webkit-text-stroke: 5px #ff7a00;
	filter: blur(8.2px);
}

.site-footer .hll-4 {
	-webkit-text-stroke: 2px #f6e5cf;
	filter: blur(0.3px);
}

footer.site-footer .site-footer__tagline {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding-top: 4px;
	border-top: 0;
	font-family: "Oxygen", sans-serif;
	font-size: clamp(12px, 1.1vw, 14px);
	font-weight: 600;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
}

.site-footer__col {
	min-width: 0;
}

.site-footer__heading {
	margin: 0 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(147, 155, 161, 0.28);
	font-family: "Oswald", sans-serif;
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #fff;
	text-shadow: 0 0 18px rgba(76, 182, 236, 0.35);
}

.site-footer__list {
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
}

.site-footer__list li + li {
	margin-top: 12px;
}

.site-footer__link {
	font-family: "Oxygen", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	transition: color 0.25s ease;
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
	color: #fa8b07;
	outline: none;
}

.site-footer__bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px 24px;
	padding-top: clamp(20px, 3vw, 28px);
	border-top: 1px solid rgba(147, 155, 161, 0.35);
}

.site-footer__copyright {
	margin: 0;
	font-family: "Oxygen", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.88);
}

.site-footer__logo {
	display: inline-flex;
	justify-self: center;
	text-decoration: none;
	line-height: 0;
}

.site-footer__logo img {
	display: block;
	width: 56px;
	height: auto;
	filter: drop-shadow(0 0 10px rgba(250, 139, 7, 0.22));
}

.site-footer__social {
	justify-self: end;
}

.site-footer__social .desktop-header__social {
	display: flex;
	align-items: center;
	gap: 8px;
}

.site-footer__social .desktop-header__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 8px;
	background: rgba(12, 18, 28, 0.55);
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.site-footer__social .desktop-header__social-link:hover,
.site-footer__social .desktop-header__social-link:focus-visible {
	background: rgba(12, 18, 28, 0.85);
	color: #4cb6ec;
	transform: translateY(-2px);
	outline: none;
}

@media (max-width: 992px) {
	.site-footer__top {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		align-items: center;
		text-align: center;
		padding-bottom: 28px;
		margin-bottom: 12px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}

	.site-footer .hero-brand-stack,
	.site-footer .hll {
		text-align: center;
	}

	footer.site-footer .site-footer__tagline {
		text-align: center;
	}

	.site-footer .hll-4 {
		-webkit-text-stroke: 1px #f6e5cf;
	}

	.site-footer .hll.hll-1 {
		-webkit-text-stroke: 1px #ff7a00;
	}

	.site-footer .hll.hll-3 {
		-webkit-text-stroke: 2px #ff7a00;
	}

	.site-footer__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
	}

	.site-footer__col {
		text-align: center;
	}

	.site-footer__heading {
		font-size: 22px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.site-footer__bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 18px;
		text-align: center;
	}

	.site-footer__logo {
		order: 1;
	}

	.site-footer__social {
		order: 2;
		justify-self: center;
	}

	.site-footer__social .desktop-header__social {
		justify-content: center;
	}

	.site-footer__copyright {
		order: 3;
		font-size: 12px;
	}
}
