/* ==========================================================================
   Footer custom — Bois Pétrifié
   ========================================================================== */

.bp-site-footer {
	background: #171615;
	color: rgba(244, 241, 234, .78);
	font-family: 'Inter Tight', sans-serif;
	padding: 82px 24px 38px;
	margin-top: auto;
}

.bp-footer-inner {
	max-width: 1280px;
	margin: 0 auto;
}

/* --- Grille principale --- */
.bp-footer-top {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr 1.5fr;
	gap: 48px;
}

/* --- Bloc marque --- */
.bp-footer-logo {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.bp-footer-tagline {
	font-size: 14px;
	line-height: 1.75;
	margin-top: 16px;
	max-width: 330px;
	color: rgba(244, 241, 234, .7);
}

.bp-footer-social {
	display: flex;
	gap: 16px;
	margin-top: 26px;
}

.bp-footer-social a {
	color: rgba(244, 241, 234, .65);
	transition: color .25s ease, transform .25s ease;
	display: inline-flex;
}

.bp-footer-social a:hover {
	color: #fff;
	transform: translateY(-2px);
}

/* --- Colonnes de liens --- */
.bp-footer-col h3 {
	font-family: 'Jost', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px;
}

.bp-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bp-footer-col li {
	margin-bottom: 11px;
}

.bp-footer-col a {
	color: rgba(244, 241, 234, .72);
	text-decoration: none;
	font-size: 14px;
	transition: color .2s ease;
}

.bp-footer-col a:hover {
	color: #fff;
}

/* --- Newsletter --- */
.bp-footer-newsletter > p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 18px;
	color: rgba(244, 241, 234, .7);
}

.bp-footer-newsletter .fluentform .ff-el-input--label label {
	color: rgba(244, 241, 234, .6);
	font-size: 11px;
	letter-spacing: 1px;
}

.bp-footer-newsletter .fluentform .ff-el-form-control {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(244, 241, 234, .3);
	border-radius: 0;
	color: #fff;
	padding: 10px 0;
	font-family: 'Inter Tight', sans-serif;
	font-size: 14px;
}

.bp-footer-newsletter .fluentform .ff-el-form-control::placeholder {
	color: rgba(244, 241, 234, .45);
}

.bp-footer-newsletter .fluentform .ff-el-form-control:focus {
	border-bottom-color: #fff;
	box-shadow: none;
	outline: none;
}

.bp-footer-newsletter .fluentform .ff-btn-submit {
	/* !important car FF#2 applique un bleu en style inline sur le bouton */
	background: #A9764B !important;   /* marron palissandre */
	color: #fff !important;
	border: 1px solid #A9764B !important;
	border-radius: 0 !important;
	padding: 11px 26px;
	margin-top: 14px;
	font-family: 'Jost', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .25s ease, border-color .25s ease;
}

.bp-footer-newsletter .fluentform .ff-btn-submit:hover {
	background: #8F6038 !important;   /* marron plus foncé au survol */
	border-color: #8F6038 !important;
	color: #fff !important;
}

/* --- Barre du bas --- */
.bp-footer-bottom {
	border-top: 1px solid rgba(244, 241, 234, .12);
	margin-top: 58px;
	padding-top: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 12px;
	letter-spacing: .3px;
	color: rgba(244, 241, 234, .5);
}

.bp-footer-bottom p {
	margin: 0;
}

.bp-footer-made {
	font-family: 'Jost', sans-serif;
	font-size: 11px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}

.bp-site-footer .bp-footer-flag {
	height: 13px !important;
	width: auto !important;
	max-width: 26px !important;   /* garde-fou contre les règles .woocommerce img */
	margin-left: 9px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .12);
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
	.bp-footer-top {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	.bp-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.bp-site-footer {
		padding: 60px 22px 32px;
	}
	.bp-footer-top {
		grid-template-columns: 1fr 1fr;   /* Explorer | Informations côte à côte */
		gap: 32px 24px;
	}
	.bp-footer-brand,
	.bp-footer-newsletter {
		grid-column: 1 / -1;              /* marque + newsletter en pleine largeur */
	}
	.bp-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
}
