/* ==========================================================================
   Fousseni Togola — habillage bleu marine + or (WPVibe)
   Header, footer, archive du blog, boutique WooCommerce.
   ========================================================================== */

:root {
	--ft-navy: #0E1B2C;
	--ft-navy-2: #16283F;
	--ft-navy-3: #0A1420;
	--ft-gold: #C9A24B;
	--ft-gold-light: #E4C878;
	--ft-cream: #F8F4EA;
	--ft-ink: #3A4250;
	--ft-gray: #5B6472;
}

body {
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
}

/* ---------- Header ---------- */
#site-header.site-header {
	background: #FFFFFF;
	border-bottom: 1px solid #ECE6D6;
}

#site-header .site-title a {
	font-family: 'Playfair Display', serif;
	color: var(--ft-navy);
	font-weight: 700;
}

#site-header .site-description {
	color: var(--ft-gray);
}

#site-header .site-navigation a {
	color: var(--ft-navy);
	font-weight: 600;
	transition: color .2s ease;
}

#site-header .site-navigation a:hover {
	color: var(--ft-gold);
}

/* ---------- Footer ---------- */
.ft-footer {
	background: var(--ft-navy-3);
	color: #C7CEDA;
	padding: 70px 20px 30px;
}

.ft-footer-inner {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 36px;
}

.ft-footer-col {
	flex: 1 1 200px;
	min-width: 180px;
}

.ft-footer-brand {
	flex: 1 1 260px;
}

.ft-footer-logo {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: var(--ft-cream);
	margin-bottom: 10px;
}

.ft-footer-tagline {
	font-size: 13px;
	color: #8B93A3;
	margin-bottom: 16px;
}

.ft-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid var(--ft-gold);
	color: var(--ft-gold);
	margin-right: 8px;
	text-decoration: none;
}

.ft-footer-col h4 {
	color: var(--ft-gold);
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 12px;
}

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

.ft-footer-col ul li {
	margin-bottom: 8px;
}

.ft-footer-col ul a {
	color: #C7CEDA;
	text-decoration: none;
	font-size: 14px;
}

.ft-footer-col ul a:hover {
	color: var(--ft-gold);
}

.ft-footer-divider {
	max-width: 1140px;
	margin: 36px auto 24px;
	border-top: 1px solid #2A3A50;
}

.ft-footer-bottom {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	font-size: 13px;
	color: #8B93A3;
}

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

.ft-footer-legal a {
	color: #8B93A3;
	text-decoration: none;
}

.ft-footer-legal a:hover {
	color: var(--ft-gold);
}

@media (max-width: 780px) {
	.ft-footer-inner,
	.ft-footer-bottom {
		flex-direction: column;
	}
}

/* ---------- Blog archive ---------- */
.ft-archive-hero {
	background: var(--ft-navy);
	text-align: center;
	padding: 100px 20px 80px;
}

.ft-archive-eyebrow {
	color: var(--ft-gold);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 16px;
}

.ft-archive-hero-title {
	color: var(--ft-cream);
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 16px;
}

.ft-archive-hero-subtitle {
	color: #C7CEDA;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	max-width: 700px;
	margin: 0 auto;
}

.ft-archive {
	max-width: 1140px;
	margin: 0 auto;
	padding: 70px 20px 90px;
	background: var(--ft-cream);
}

.ft-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.ft-archive-card {
	background: #FFFFFF;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(0,0,0,.06);
	display: flex;
	flex-direction: column;
	transition: transform .25s ease, box-shadow .25s ease;
}

.ft-archive-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(0,0,0,.1);
}

.ft-archive-card-media {
	display: block;
}

.ft-archive-card-media img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
}

.ft-archive-card-body {
	padding: 20px 22px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.ft-archive-card-date {
	font-size: 12.5px;
	color: var(--ft-gold);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin: 0;
}

.ft-archive-card-title {
	font-size: 19px;
	margin: 0;
}

.ft-archive-card-title a {
	color: var(--ft-navy);
	text-decoration: none;
}

.ft-archive-card-excerpt {
	font-size: 14.5px;
	color: var(--ft-gray);
	line-height: 1.55;
	margin: 0;
	flex: 1;
}

.ft-archive-card-more {
	font-size: 14px;
	font-weight: 600;
	color: var(--ft-gold);
	text-decoration: none;
	margin-top: 6px;
}

.ft-archive-pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	font-weight: 600;
}

.ft-archive-pagination a {
	color: var(--ft-navy);
	text-decoration: none;
}

.ft-archive-pagination a:hover {
	color: var(--ft-gold);
}

@media (max-width: 900px) {
	.ft-archive-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.ft-archive-grid {
		grid-template-columns: 1fr;
	}
}

/* ---------- WooCommerce (Librairie / Boutique) ---------- */
.woocommerce-page .ft-shop-banner {
	background: var(--ft-navy);
	color: var(--ft-cream);
	text-align: center;
	padding: 70px 20px 60px;
	margin: -1px -1px 40px;
}

.woocommerce-page .ft-shop-banner h1 {
	font-size: 36px;
	color: var(--ft-cream);
	margin: 0 0 12px;
}

.woocommerce-page .ft-shop-banner p {
	color: #C7CEDA;
	max-width: 640px;
	margin: 0 auto;
	font-size: 15px;
}

.woocommerce ul.products li.product {
	background: #FFFFFF;
	border-radius: 12px;
	padding: 16px 16px 20px;
	box-shadow: 0 4px 18px rgba(0,0,0,.06);
	transition: transform .25s ease, box-shadow .25s ease;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(0,0,0,.1);
}

.woocommerce ul.products li.product img {
	border-radius: 8px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--ft-navy);
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
}

.woocommerce ul.products li.product .price {
	color: var(--ft-gold);
	font-weight: 700;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--ft-gold) !important;
	color: var(--ft-navy) !important;
	border-radius: 6px !important;
	font-weight: 600 !important;
	border: none !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	background: var(--ft-navy) !important;
	color: var(--ft-gold) !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: var(--ft-navy);
}

.woocommerce nav.woocommerce-pagination ul li .current {
	background: var(--ft-navy);
	border-color: var(--ft-navy);
}
