/* ============================================================
   Blog — Solwenn Luxopuncture
   Feuille additionnelle : ne modifie jamais styles.css.
   Reprend la palette du site (crème, terracotta, or, Playfair).
   ============================================================ */

:root {
	--blog-ink: #1a1a1a;
	--blog-ink2: #2a2a2a;
	--blog-gris: #4a4a4a;
	--blog-gris-l: #6a6a6a;
	--blog-creme: #f7f5ef;
	--blog-line: #e9e4da;
	--blog-terracotta: #d84339;
	--blog-terracotta-d: #c53b36;
	--blog-or: #d3b37a;
	--blog-or-d: #8a6d33;
	/* doré assombri : contraste 4,6:1 sur blanc, lisible (WCAG AA) */
}

/* ---------- Bandeau de tête, version blog ----------
   Le hero plein écran du site masquait les articles : sur le blog il est
   réduit pour que le contenu soit visible sans faire défiler. */

.hero-shell.blog-hero-shell {
	min-height: 0;
}

.blog-hero-shell .hero {
	min-height: 0;
	padding: 40px 32px 46px;
}

.blog-hero-shell .hero h1.blog-hero-title {
	font-family: "Arboria", Georgia, serif;
	font-weight: 700;
	letter-spacing: .03em;
	font-size: clamp(1.7rem, 3.4vw, 2.7rem);
	line-height: 1.22;
	margin: 0;
	color: #fff;
	text-wrap: balance;
}

/* ---------- Article ---------- */

.blog-article .blog-inner {
	max-width: 780px;
}

.blog-kicker {
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 12px;
	font-weight: 600;
	color: var(--blog-or-d);
	margin: 0 0 10px;
}

.blog-date {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	color: var(--blog-gris-l);
	margin: -6px 0 18px;
}

.blog-article h2.blog-title {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(26px, 4vw, 36px);
	font-weight: 700;
	line-height: 1.25;
	color: var(--blog-ink);
	margin: 0 0 24px;
}

.blog-cover {
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
	border-radius: 14px;
	margin: 0 0 28px;
	display: block;
}

/* Les schémas de protocole sont des PNG à fond transparent : posés tels quels
   sur le blanc ils flottent sans cadre et se font rogner. On les affiche
   entiers, sur le crème du site. */
.blog-cover.blog-cover--schema {
	object-fit: contain;
	background: var(--blog-creme);
	padding: 22px;
	max-height: 400px;
}

.blog-lead {
	font-size: 19px;
	line-height: 1.6;
	color: var(--blog-ink);
	font-weight: 500;
	margin: 0 0 22px;
}

.blog-article p {
	font-size: 16.5px;
	line-height: 1.75;
	color: var(--blog-ink2);
	margin: 0 0 16px;
}

.blog-article h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 23px;
	font-weight: 700;
	color: var(--blog-terracotta-d);
	margin: 34px 0 14px;
}

.blog-article h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 19px;
	color: var(--blog-ink);
	margin: 26px 0 10px;
}

/* ---------- Citation ---------- */

.blog-quote {
	border-left: 3px solid var(--blog-or);
	margin: 26px 0;
	padding: 6px 0 6px 20px;
	font-family: "Playfair Display", Georgia, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.55;
	color: var(--blog-terracotta-d);
}

/* ---------- Liste à puces ---------- */

.blog-points {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.blog-points li {
	position: relative;
	padding: 7px 0 7px 30px;
	font-size: 16.5px;
	color: var(--blog-ink2);
	line-height: 1.65;
}

.blog-points li::before {
	content: "✦";
	position: absolute;
	left: 0;
	top: 7px;
	color: var(--blog-or-d);
}

/* ---------- Chiffres clés ---------- */

.blog-stats {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin: 24px 0 26px;
}

.blog-stat {
	flex: 1;
	min-width: 160px;
	background: var(--blog-creme);
	border-radius: 12px;
	padding: 18px 20px;
	text-align: center;
}

.blog-stat b {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 26px;
	color: var(--blog-terracotta-d);
	margin-bottom: 4px;
}

.blog-stat span {
	font-size: 13.5px;
	line-height: 1.45;
	color: var(--blog-gris-l);
	display: block;
}

/* ---------- Avertissement (cadre non médical) ---------- */

.blog-article p.blog-avertissement {
	margin: 30px 0 0;
	padding: 14px 18px;
	border-left: 3px solid var(--blog-line);
	background: var(--blog-creme);
	border-radius: 0 10px 10px 0;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--blog-gris-l);
}

/* ---------- Appel à l'action ---------- */

.blog-cta {
	background: linear-gradient(135deg, var(--blog-terracotta), var(--blog-terracotta-d));
	border-radius: 14px;
	padding: 30px 28px;
	text-align: center;
	margin: 38px 0 10px;
	color: #fff;
}

.blog-cta h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 22px;
	color: #fff;
	margin: 0 0 8px;
}

.blog-cta p {
	color: rgba(255, 255, 255, .94);
	font-size: 15.5px;
	margin: 0 0 18px;
	line-height: 1.6;
}

.blog-cta .btn-cta {
	background: #fff;
	color: var(--blog-terracotta-d);
	border-color: #fff;
}

/* ---------- À lire aussi ---------- */

.blog-related {
	margin-top: 46px;
	padding-top: 28px;
	border-top: 1px solid var(--blog-line);
}

.blog-related h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 20px;
	color: var(--blog-ink);
	margin: 0 0 16px;
}

.blog-related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 14px;
}

.blog-related-card {
	display: block;
	background: #fff;
	border: 1px solid var(--blog-line);
	border-radius: 12px;
	padding: 16px 18px;
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease;
}

.blog-related-card:hover {
	border-color: var(--blog-or);
	transform: translateY(-2px);
}

.blog-related-kicker {
	display: block;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	color: var(--blog-or-d);
	margin-bottom: 6px;
}

.blog-related-title {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 15.5px;
	line-height: 1.4;
	color: var(--blog-ink);
}

.blog-back {
	margin-top: 24px;
	font-size: 15px;
}

.blog-back a {
	color: var(--blog-terracotta-d);
	text-decoration: none;
	font-weight: 600;
}

.blog-back a:hover {
	text-decoration: underline;
}

/* ---------- Page d'index du blog ---------- */

.blog-index-intro {
	max-width: 640px;
	margin: 0 auto 26px;
	text-align: center;
}

.blog-index-intro h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(24px, 3.4vw, 31px);
	color: var(--blog-ink);
	margin: 0 0 12px;
}

.blog-index-intro p {
	color: var(--blog-gris);
	font-size: 16.5px;
	line-height: 1.7;
	margin: 0;
}

.blog-index-intro .blog-kicker {
	text-align: center;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 24px;
}

.blog-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--blog-line);
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.blog-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 26px rgba(0, 0, 0, .09);
}

.blog-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	display: block;
}

.blog-card img.blog-card-img--schema {
	object-fit: contain;
	background: var(--blog-creme);
	padding: 14px;
}

.blog-card-body {
	padding: 20px 22px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.blog-card-kicker {
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: .11em;
	font-weight: 600;
	color: var(--blog-or-d);
	margin-bottom: 8px;
}

.blog-card h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 19px;
	line-height: 1.35;
	color: var(--blog-ink);
	margin: 0 0 10px;
}

.blog-card p {
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--blog-gris-l);
	margin: 0 0 16px;
	flex: 1;
}

.blog-card-more {
	font-size: 14px;
	font-weight: 600;
	color: var(--blog-terracotta-d);
}

/* ---------- Mobile ---------- */

@media (max-width: 640px) {
	.blog-hero-shell .hero {
		padding: 34px 20px 40px;
	}

	.blog-cover {
		max-height: 240px;
		border-radius: 10px;
	}

	.blog-lead {
		font-size: 17.5px;
	}

	.blog-stat {
		min-width: 100%;
	}

	.blog-cta {
		padding: 24px 20px;
	}
}
