/* ============================================================
   Everaro — footer (bande noyer, compact — géométrie de la référence)
   ============================================================ */
/* Footer = un seul bloc pin profond, fusionné avec le pré-footer.
   La rangée Kadence par défaut (copyright + crédit thème) est masquée :
   le copyright est rendu par notre pré-footer (inc/frontend-extras.php). */
.site-footer {
	background: var(--everaro-band-pine-deep);
	color: #C9D7CC;
}
.site-footer .site-footer-wrap,
.site-footer .site-footer-row-container,
.site-footer .site-footer-row-container-inner,
.site-footer .site-middle-footer-wrap,
.site-footer .site-bottom-footer-wrap,
.site-footer [class*="site-footer-section"] {
	background: transparent;
}
.site-footer .site-bottom-footer-wrap {
	display: none; /* copyright Kadence + crédit "Theme by Kadence WP" retirés */
}

/* Home : la dernière bande colle au footer — plus de strip blanc ni d'ombre flottante */
body.home main#inner-wrap,
body.home .content-area {
	padding-bottom: 0;
	margin-bottom: 0;
}
body.home .entry-content-wrap {
	box-shadow: none;
	background: transparent;
}
body.home .everaro-band--walnut:last-of-type,
body.home .everaro-band:last-of-type {
	margin-bottom: 0;
}
body.home .site-main > article,
body.home .entry.single-entry {
	box-shadow: none;
	margin-bottom: 0;
}
.site-footer a { color: #EFE7DC; }
.site-footer a:hover { color: var(--everaro-accent-soft); }
.site-footer .footer-menu a {
	font-size: 13.5px;
}
.site-footer .copyright-area,
.site-footer .site-info {
	font-size: 12.5px;
	color: #A5988A;
}

/* Suppression du dernier liseré blanc entre la bande finale et le footer */
body.home .entry-content { margin-bottom: 0; }
body.home .entry-content > *:last-child { margin-bottom: 0 !important; }
body.home .site-main,
body.home .content-wrap,
body.home .content-container {
	padding-bottom: 0;
	margin-bottom: 0;
}
