/* Page Header — shared structure.
   The section sits on the deep brand surface (bg-primary-deep, a darkened
   primary). This overlay is the diagonal wash from the v0 reference: the dealer's
   primary itself, which reads as a lighter glow over the darker base — exactly
   the v0's #6876B8-over-navy relationship, but token-driven so it adapts per
   dealer with no baked-in hex. Visual intensity and which breadcrumb treatment
   shows are handled in the child themes. */
.le-page-header__overlay {
	opacity: 0.4;
	background: linear-gradient(135deg, var(--color-primary) 0%, transparent 50%);
}

@media (prefers-reduced-motion: reduce) {
	.le-page-header-block a {
		transition: none;
	}
}
