/* Fil d'Ariane intégré au titre du hero */
.page-hero-trail {
	display: block;
}

.page-hero-trail--hero .page-hero-trail-link {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.page-hero-trail--hero .page-hero-trail-link:hover {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.page-hero-trail--hero .page-hero-trail-sep {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 700;
}

.page-hero-trail--hero .page-hero-trail-current {
	color: #ff8a00;
	font-weight: 900;
}

.page-hero .page-hero-title .page-hero-trail-link,
.page-hero .page-hero-title .page-hero-trail-sep {
	color: #ffffff;
}

.page-hero .page-hero-title .page-hero-trail-current {
	color: #ff8a00;
}

.page-trail-intro {
	max-width: var(--layout-max-width, 72rem);
	margin: 0 auto;
	padding: 1.25rem 1.5rem 0;
	box-sizing: border-box;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

/* Pages sans hero commun (Humain, Fier de, HUB) */
.page-hero-trail--content .page-hero-trail-link {
	color: #f1f5f9;
	text-decoration: none;
	font-weight: 700;
}

.page-hero-trail--content .page-hero-trail-link:hover {
	color: #ffffff;
	text-decoration: underline;
}

.page-hero-trail--content .page-hero-trail-sep {
	color: #94a3b8;
	font-weight: 700;
}

.page-hero-trail--content .page-hero-trail-current {
	color: #ff8a00;
	font-weight: 900;
}

[data-theme="light"] .page-hero-trail--content .page-hero-trail-link {
	color: #1e293b;
}

[data-theme="light"] .page-hero-trail--content .page-hero-trail-link:hover {
	color: #5a5fca;
}

[data-theme="light"] .page-hero-trail--content .page-hero-trail-sep {
	color: #64748b;
}

[data-theme="light"] .page-hero-trail--content .page-hero-trail-current {
	color: #ff8a00;
}

@media (max-width: 768px) {
	.page-hero-trail {
		line-height: 1.2;
	}
}
