.article-hero__eyebrow {
	color: var(--orange);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0 0 14px;
}
.single-article .hero .breadcrumb a, .single-article .breadcrumb-trail .breadcrumb-item + .breadcrumb-item::before, .single-article .breadcrumb-trail .breadcrumb-item span[aria-current="page"] {
	color: white;
}
.article-hero__meta {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 22px 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
}
.article-hero__meta li {
	display: inline-flex;
	align-items: center;
}
.article-hero__meta li:not(:first-child)::before {
	content: "";
	width: 1px;
	height: 16px;
	background: white;
	margin: 0 16px;
}
.article {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 64px;
	align-items: start;
}
.article__toc-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 0 18px;
}
.article .legal__toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.article .legal__toc-list a {
	display: block;
	padding: 12px 0;
	border-top: 1px solid var(--navy);
	color: var(--navy);
	text-decoration: none;
	font-size: 0.95rem;
	line-height: 1.4;
	transition: color 0.2s ease;
}
.article .legal__toc-list li:last-child a {
	border-bottom: 1px solid var(--navy);
}
.article .legal__toc-list a:hover {
	color: var(--orange);
}
.article__body {
	max-width: 760px;
}
.article__body > *:first-child {
	margin-top: 0;
}
.article__body h2 {
	font-size: 1.6rem;
	font-weight: 700;
	scroll-margin-top: 100px;
	margin: 44px 0 16px;
	line-height: normal;
}
.article__body h3 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 28px 0 10px;
}
.article__body p {
	line-height: 1.8;
	margin: 0 0 18px;
}
.article__body ul, .article__body ol {
	margin: 0 0 18px;
	padding-left: 20px;
}
.article__body li {
	margin-bottom: 8px;
	line-height: 1.6;
}
.article__body img {
	max-width: 100%;
	height: auto;
}
.article__body a:not(.btn) {
	color: var(--orange);
}
.article-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.article-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--navy);
}
.article-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background-size: cover;
	background-position: center;
	background-color: #ece6dc;
}
.article-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 24px 24px 26px;
}
.article-card__title {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 1.3;
}
.article-card__title a {
	color: var(--navy);
	text-decoration: none;
}
.article-card__title a:hover {
	color: var(--orange);
}
.article-card__excerpt {
	color: var(--navy);
	font-size: 0.92rem;
	line-height: 1.6;
	margin: 0 0 20px;
	/* Extrait tronqué à 4 lignes (« … ») pour des cartes homogènes.
	   Passer à 3 lignes = remplacer les deux « 4 » par « 3 ». */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.article-card__foot {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: auto;
	font-size: 0.8rem;
}
.article-card__foot .link-arrow {
	font-size: 0.9rem;
}
.article-card__meta {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-left: auto;
	color: rgba(13, 27, 46, 0.55);
}
.article-card__cat {
	color: var(--orange);
	font-weight: 600;
}
.article__lb-card {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	padding: 28px 26px 30px;
	background: var(--navy);
	color: #fff;
}
.article__lb-card-eyebrow {
	color: var(--orange);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	margin: 0 0 12px;
}
.article__lb-card-title {
	position: relative;
	z-index: 2;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 20px;
	color: #fff;
}
.article__lb-card .link-arrow {
	position: relative;
	z-index: 2;
	color: #fff;
}
.article__lb-card .link-arrow:hover {
	color: var(--orange);
}
.article__lb-card-shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background: var(--orange);
	clip-path: polygon(100% 0, 100% 100%, 0 0);
	pointer-events: none;
}
.article__lb-banner {
	position: relative;
	overflow: hidden;
	margin-top: 56px;
	min-height: 260px;
	background: var(--navy);
	color: #fff;
}
.article__lb-banner-content {
	position: relative;
	z-index: 3;
	width: 58%;
	padding: 46px 44px 48px;
}
.article__lb-banner-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 16px!important;
	color: #fff;
}
.article__lb-banner-text {
	font-size: 1rem;
	line-height: 1.7;
	color: white;
	margin: 0 0 28px;
}
.article__lb-banner-media {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-color: #ece6dc;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
	z-index: 1;
}
.article__lb-banner-shape {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: var(--orange);
	clip-path: polygon(61% 0, 61.6% 0, 50.6% 100%, 50% 100%);
	pointer-events: none;
}
.single-article .hero {
	min-height: 0;
}
.single-article .lb-hero {
	align-items: center;
}
.single-article .lb-hero__cover img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 1080px) {
	.article {
		gap: 32px;
	}
	.article__lb-banner {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 30px;
	}
	.article__lb-banner-content {
		width: 100%;
		padding: 25px;
	}
	.article__lb-banner-shape {
		display: none;
	}
	.article__lb-banner-media {
		position: relative;
		width: 100%;
		height: 220px;
		clip-path: none;
	}
	.article-card__foot {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}
	.article-card__meta {
		order: -1;
		margin-left: 0;
	}
	.article, .article-cards {
		grid-template-columns: 1fr;
	}
	.article-card__media {
		aspect-ratio: auto;
		height: 400px;
	}
	.single-article .cta__media {
		background-position: right;
	}
}

@media screen and (max-width: 1080px) {
	.single-article .lb-hero__cover img {
		height: 300px;
	}
}