/**
 * File: /common/css/footer.css
 *
 * MICROBA Footer Experience™ v2.5.1
 * Revision: 2026-07-22
 *
 * Canonical global footer presentation.
 *
 * @package Microba_Outlook
 */

.mo-site-footer {
	margin-top: auto;
	background:
		radial-gradient(circle at 8% 12%, rgba(178, 139, 69, .09), transparent 26rem),
		#0b100d;
	color: #f4f1e8;
}

.mo-site-footer a {
	color: inherit;
	text-decoration: none;
}

.mo-footer-main {
	display: grid;
	grid-template-columns: minmax(13rem, .72fr) minmax(0, 3.28fr);
	gap: clamp(2rem, 4vw, 4.5rem);
	padding-top: clamp(4.5rem, 8vw, 7rem);
	padding-bottom: clamp(3.5rem, 6vw, 5rem);
}

.mo-footer-brand {
	align-self: start;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 24rem;
	text-align: center;
}

.mo-footer-branding {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .75rem;
}

.mo-footer-logo {
	display: block;
	width: 155px;
	max-width: 100%;
	height: auto;
}

.mo-footer-social {
	width: 100%;
	margin-top: .5rem;
}

.mo-footer-social-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: .8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mo-footer-social-item {
	margin: 0;
}

.mo-footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.7rem;
	height: 2.7rem;
	border: 1px solid rgba(244, 241, 232, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .018);
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.mo-footer-social-link:not(.mo-footer-social-link--disabled):hover,
.mo-footer-social-link:not(.mo-footer-social-link--disabled):focus-visible {
	border-color: rgba(178, 139, 69, .7);
	background: rgba(178, 139, 69, .09);
	transform: translateY(-2px);
}

.mo-footer-social-link:focus-visible,
.mo-footer-link:focus-visible,
.mo-footer-branding:focus-visible {
	outline: 2px solid #d0aa63;
	outline-offset: 4px;
}

.mo-footer-social-link--disabled {
	cursor: default;
	opacity: .62;
}

.mo-footer-social-icon {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
	object-fit: contain;
}

.mo-footer-navigation {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-content: start;
	gap: clamp(2rem, 4vw, 4rem);
}

.mo-footer-group {
	min-width: 0;
	margin: 0;
}

.mo-footer-group-title {
	margin: 0 0 1.4rem;
	color: #b28b45;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.3;
	text-transform: uppercase;
}

.mo-footer-group-list {
	display: grid;
	gap: .82rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mo-footer-group-item {
	margin: 0;
}

.mo-footer-link {
	display: inline-block;
	color: rgba(244, 241, 232, .68);
	font-size: clamp(.78rem, .88vw, .91rem);
	line-height: 1.5;
	transition: color .2s ease, transform .2s ease;
}

.mo-footer-link:hover,
.mo-footer-link:focus-visible {
	color: #fff;
	transform: translateX(3px);
}

.mo-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 1.5rem;
	padding-bottom: 1.7rem;
	border-top: 1px solid rgba(244, 241, 232, .1);
}

.mo-footer-copyright {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .4rem;
	justify-content: center;
	margin: 0;
	text-align: center;
	color: rgba(244, 241, 232, .48);
	font-size: .78rem;
	line-height: 1.6;
}


@media (max-width: 1080px) {
	.mo-footer-main {
		grid-template-columns: minmax(13rem, .72fr) minmax(0, 2.28fr);
	}

	.mo-footer-navigation {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 3rem 2.25rem;
	}

	.mo-footer-logo {
		width: 145px;
	}

}

@media (max-width: 760px) {
	.mo-footer-main {
		grid-template-columns: 1fr;
		gap: 3.5rem;
	}

	.mo-footer-brand {
		max-width: 32rem;
	}

	.mo-footer-navigation {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3rem 2rem;
	}

	.mo-footer-bottom {
		justify-content: center;
	}

}

@media (max-width: 520px) {
	.mo-footer-main {
		padding-top: 4rem;
		padding-bottom: 3rem;
	}

	.mo-footer-logo {
		width: 135px;
	}

	.mo-footer-navigation {
		grid-template-columns: 1fr 1fr;
		gap: 2.6rem 1.5rem;
	}

	.mo-footer-group-title {
		margin-bottom: 1rem;
	}

	.mo-footer-social-link {
		width: 2.5rem;
		height: 2.5rem;
	}

	.mo-footer-copyright {
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 0;
		width: 100%;
	}
}

@media (max-width: 360px) {
	.mo-footer-navigation {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mo-footer-social-link,
	.mo-footer-link {
		transition: none;
	}

	.mo-footer-social-link:not(.mo-footer-social-link--disabled):hover,
	.mo-footer-link:hover {
		transform: none;
	}
}