/**
 * TEO Advisory — footer premium (encre / or)
 */

/* Masquer le footer Astra (menu plat + widgets) */
.site-footer .site-primary-footer-wrap,
.site-footer .site-below-footer-wrap {
	display: none !important;
}

.site-footer {
	background: #081420 !important;
	border-top: 1px solid rgba(212, 185, 138, 0.12);
}

.teo-footer {
	background: #081420;
	color: rgba(255, 255, 255, 0.62);
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 0.86rem;
	font-weight: 300;
	line-height: 1.65;
	padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(1.75rem, 4vw, 2.25rem);
}

.teo-footer__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 3vw, 2rem);
}

.teo-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: clamp(2rem, 4vw, 3rem);
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.teo-footer__logo {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.65rem;
	font-weight: 500;
	color: #f4f1ea;
	margin: 0 0 0.15rem;
	line-height: 1.2;
}

.teo-footer__logo span {
	font-style: italic;
	color: #d4b98a;
}

.teo-footer__tagline {
	margin: 1.1rem 0 0;
	max-width: 300px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.88rem;
}

.teo-footer__title {
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: #d4b98a;
	margin: 0 0 1.1rem;
}

.teo-footer__col a {
	display: block;
	margin-bottom: 0.55rem;
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	font-size: 0.88rem;
	transition: color 0.2s ease;
}

.teo-footer__col a:hover,
.teo-footer__bottom a:hover {
	color: #d4b98a;
}

.teo-footer__bottom {
	border-top: 1px solid rgba(212, 185, 138, 0.14);
	padding-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem 1.5rem;
	font-size: 0.74rem;
	color: rgba(255, 255, 255, 0.38);
	letter-spacing: 0.04em;
}

.teo-footer__bottom-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
}

.teo-footer__bottom a {
	color: rgba(255, 255, 255, 0.45);
	text-decoration: none;
	transition: color 0.2s ease;
}

.teo-footer__sep {
	opacity: 0.35;
}

@media (max-width: 980px) {
	.teo-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	.teo-footer__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.teo-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
