/* ==========================================================================
   FOOTER (§35) — vert très profond, touches dorées, beaucoup d'espace
   ========================================================================== */

.sc-footer {
	background: var(--sc-green-deep);
	color: #d9d3c6;
	padding-top: clamp(3rem, 2rem + 3vw, 5rem);
	font-size: var(--sc-fs-ui);
}

.sc-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
	gap: clamp(2rem, 4vw, 4rem);
	padding-bottom: clamp(2.5rem, 2rem + 2vw, 4rem);
}

/* Colonne marque */
.sc-footer__brand .sc-logo__l1,
.sc-footer__brand .sc-logo__l2 { color: #fdfbf6; font-size: 1.28rem; }
.sc-footer__brand .sc-logo__l1 em { color: var(--sc-gold); }
.sc-footer__tagline {
	margin-top: var(--sc-s3);
	max-width: 34ch;
	font-size: var(--sc-fs-sm);
	line-height: 1.7;
	color: rgba(217, 211, 198, .72);
}
.sc-footer__rule { width: 42px; height: 2px; background: var(--sc-gold); margin-top: var(--sc-s3); }

/* Colonnes de liens */
.sc-footer__col-title {
	font-family: var(--sc-sans);
	font-size: var(--sc-fs-xs);
	font-weight: 600;
	letter-spacing: var(--sc-ls-kicker);
	text-transform: uppercase;
	color: var(--sc-gold);
	margin-bottom: var(--sc-s3);
}
.sc-footer__list { list-style: none; margin: 0; padding: 0; }
.sc-footer__list li + li { margin-top: .6rem; }
.sc-footer__link {
	display: inline-block;
	font-size: var(--sc-fs-sm);
	line-height: 1.5;
	color: rgba(217, 211, 198, .8);
	text-decoration: none;
	transition: color .2s var(--sc-ease);
}
.sc-footer__link:hover { color: #fdfbf6; text-decoration: underline; text-decoration-color: var(--sc-gold); }

/* Bas de footer */
.sc-footer__bottom {
	border-top: var(--sc-border-w) solid rgba(217, 211, 198, .14);
	padding-block: var(--sc-s3);
}
.sc-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sc-s3);
	flex-wrap: wrap;
	font-size: var(--sc-fs-sm);
	color: rgba(217, 211, 198, .55);
}
.sc-footer__disclaimer {
	max-width: 68ch;
	font-size: var(--sc-fs-xs);
	line-height: 1.6;
	color: rgba(217, 211, 198, .45);
}
