/**
 * Site footer styles.
 *
 * @package Hima_Construction
 */

/* Reusable bottom blur / frost utility (see /images/web-example/bottom-blur-effect). */
.u-bottom-blur {
	position: relative;
	isolation: isolate;
	border-radius: 0;
}

.u-bottom-blur::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3.5rem;
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(
		to top,
		rgba(255, 255, 255, 0.45) 0%,
		rgba(255, 255, 255, 0.12) 55%,
		rgba(255, 255, 255, 0) 100%
	);
	backdrop-filter: blur(14px) saturate(160%);
	-webkit-backdrop-filter: blur(14px) saturate(160%);
	border-radius: 0;
}

.site-footer {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	color: #0a0a0a;
	border-radius: 0;
}

.site-footer__main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	border-radius: 0;
}

.site-footer__inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 5.5rem 3.5rem 0;
	border-radius: 0;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 1fr) minmax(0, 1fr);
	column-gap: 2rem;
	row-gap: 2.5rem;
	align-items: start;
	width: 100%;
}

.site-footer__col {
	min-width: 0;
}

.site-footer__marker {
	display: block;
	margin-bottom: 1.75rem;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #b0b0b0;
}

.site-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.7rem;
}

.site-footer__phone,
.site-footer__address {
	font-family: "Inter Placeholder", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #0a0a0a;
	text-decoration: none;
	border-radius: 0;
	transition: opacity 0.2s ease;
}

.site-footer__phone:hover,
.site-footer__address:hover {
	opacity: 0.7;
}

.site-footer__address {
	font-weight: 600;
	max-width: 14rem;
	color: #3a3a3a;
}

.site-footer__email {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.35rem;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #0a0a0a;
	text-decoration: underline;
	text-underline-offset: 0.22em;
	border-radius: 0;
}

.site-footer__email-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.15rem;
	height: 1.15rem;
	background-color: #0a0a0a;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
	border-radius: 0;
}

.site-footer__col-title {
	margin: 0 0 1.15rem;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9a9a9a;
}

.site-footer__menu,
.site-footer__social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__menu-item,
.site-footer__social-item {
	margin: 0 0 0.85rem;
}

.site-footer__menu-item:last-child,
.site-footer__social-item:last-child {
	margin-bottom: 0;
}

.site-footer__menu a,
.site-footer__menu-link,
.site-footer__social-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #0a0a0a;
	text-decoration: none;
	border-radius: 0;
	transition: opacity 0.2s ease;
}

.site-footer__menu a:hover,
.site-footer__menu-link:hover,
.site-footer__social-link:hover {
	opacity: 0.65;
}

.site-footer__social-arrow {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	opacity: 0.85;
}

/* Giant brand stamp — right-anchored under Nav / Social, like the reference. */
.site-footer__brand-band {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 4.5rem 3.5rem 0.35rem;
	overflow: hidden;
	border-radius: 0;
}

.site-footer__wordmark {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	width: min(100%, 54%);
	margin: 0 0 0 auto;
	pointer-events: none;
	border-radius: 0;
}

.site-footer__wordmark-main {
	display: block;
	width: 100%;
	font-family: "Inter Placeholder", sans-serif;
	font-size: clamp(4.75rem, 11.5vw, 10.5rem);
	font-weight: 700;
	line-height: 0.86;
	letter-spacing: -0.05em;
	color: #0a0a0a;
	white-space: nowrap;
}

.site-footer__wordmark-sub {
	display: block;
	width: 100%;
	margin-top: 0.02em;
	font-family: "Inter Placeholder", sans-serif;
	font-size: clamp(2.35rem, 5.4vw, 4.75rem);
	font-weight: 600;
	line-height: 0.95;
	letter-spacing: -0.04em;
	color: #0a0a0a;
	white-space: nowrap;
}

.site-footer__bar {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background-color: #0a0a0a;
	color: #c8c8c8;
	border: 0;
	border-radius: 0;
}

.site-footer__bar-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 1rem 3.5rem;
	background-color: #0a0a0a;
	border-radius: 0;
}

.site-footer__copyright {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: #c8c8c8;
}

.site-footer__credit {
	margin: 0;
	flex: 0 0 auto;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-align: right;
	border-radius: 0;
}

.site-footer__credit-link {
	font-family: "Inter Placeholder", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: #9a9a9a;
	text-decoration: none;
	text-underline-offset: 0.2em;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
	border-radius: 0;
}

.site-footer__credit-link:hover,
.site-footer__credit-link:focus {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-color: #ffffff;
}

@media (max-width: 1100px) {
	.site-footer__wordmark {
		width: 100%;
		margin-left: 0;
	}

	.site-footer__menu a,
	.site-footer__menu-link,
	.site-footer__social-link {
		font-size: 20px;
	}
}

@media (max-width: 900px) {
	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
		column-gap: 2rem;
		row-gap: 2.75rem;
	}

	.site-footer__col--spacer {
		display: none;
	}

	.site-footer__brand-band {
		padding-top: 3.5rem;
	}
}

@media (max-width: 768px) {
	.site-footer__inner {
		padding: 3.5rem 1.5rem 0;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.site-footer__brand-band {
		padding: 2.75rem 1.5rem 0.15rem;
	}

	.site-footer__wordmark-main {
		white-space: normal;
	}

	.site-footer__wordmark-sub {
		white-space: normal;
	}

	.site-footer__bar-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.65rem;
		padding: 1rem 1.5rem;
	}

	.site-footer__credit {
		text-align: left;
	}
}
