/*
 * CHAIRE — Hero
 * Variante du hero sans boutons, eyebrow long, image de fond différente.
 */

.hero--chaire {
	min-height: 620px;
	background-image:
		linear-gradient(90deg, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.5) 55%, rgba(255,255,255,0.2) 100%),
		url('https://images.unsplash.com/photo-1559839734-2b71ea197ec2?auto=format&fit=crop&w=1800&q=80');
	background-size: cover;
	background-position: center;
}

.hero--chaire .eyebrow {
	font-size: 13px;
	letter-spacing: 0.2em;
}

.hero--chaire h1 {
	font-size: clamp(40px, 6vw, 88px);
}

.hero--chaire p {
	max-width: 560px;
	margin-bottom: 0;
}

@media (max-width: 968px) {
	.hero--chaire { min-height: 480px; }
}

@media (max-width: 540px) {
	.hero--chaire { min-height: 420px; }
}
