/**
 * Page « Notre histoire » — styles scopés sous .cf-histoire-page.
 *
 * Reproduction du mockup docs/cryofast_notre_histoire_3.html. Toutes les
 * règles sont préfixées par .cf-histoire-page pour ne JAMAIS affecter une
 * autre page du site. Le préfixe de classes .cfh-* évite tout conflit
 * avec les composants existants (.sec, .ph, .lbl utilisés sur PDP / Home).
 *
 * Réutilise les variables CSS du thème (--cream, --sand, --navy, etc.)
 * définies dans base.css.
 */

/* ──────── HERO ──────── */
.cf-histoire-page .cfh-hero {
	min-height: 72vh;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	padding-top: 62px;
	background: var(--near-black, #1A1815);
}
.cf-histoire-page .cfh-hero-bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
}
.cf-histoire-page .cfh-hero-bg img,
.cf-histoire-page .cfh-hero-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
	display: block;
	opacity: .55;
}
.cf-histoire-page .cfh-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(26,24,21,.92) 0%, rgba(26,24,21,.3) 60%, rgba(26,24,21,.15) 100%);
}
.cf-histoire-page .cfh-hero-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.cf-histoire-page .cfh-hero-content {
	padding: 0 72px 56px;
	max-width: 700px;
}
.cf-histoire-page .cfh-hero-tag {
	font-size: 10px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: rgba(255,255,255,.45);
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.cf-histoire-page .cfh-hero-tag::before {
	content: '';
	width: 14px;
	height: 1px;
	background: rgba(255,255,255,.35);
}
.cf-histoire-page .cfh-hero-title {
	font-family: var(--font-titles, 'Cormorant Garamond', serif);
	font-size: clamp(44px, 5.5vw, 80px);
	font-weight: 300;
	color: #fff;
	line-height: 1;
	letter-spacing: -.5px;
	margin: 0 0 16px;
}
.cf-histoire-page .cfh-hero-title em {
	font-style: italic;
}
.cf-histoire-page .cfh-hero-sub {
	font-size: 14px;
	color: rgba(255,255,255,.55);
	line-height: 1.7;
	font-weight: 300;
	max-width: 520px;
	margin: 0;
}
.cf-histoire-page .cfh-hero-kpis {
	padding: 0 72px 56px;
	display: flex;
	gap: 48px;
	flex-wrap: wrap;
}
.cf-histoire-page .cfh-kpi {
	border-left: 1px solid rgba(255,255,255,.15);
	padding-left: 20px;
}
.cf-histoire-page .cfh-kpi-n {
	font-family: var(--font-titles, 'Cormorant Garamond', serif);
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
}
.cf-histoire-page .cfh-kpi-l {
	font-size: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: rgba(255,255,255,.4);
	margin-top: 3px;
}

/* ──────── SECTIONS ──────── */
.cf-histoire-page .cfh-sec {
	padding: 56px 52px;
}
.cf-histoire-page .cfh-sw {
	background: var(--white, #fff);
}
.cf-histoire-page .cfh-sc {
	background: var(--cream, #F7F4F0);
}
.cf-histoire-page .cfh-lbl {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--taupe, #B8AFA4);
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.cf-histoire-page .cfh-lbl::before {
	content: '';
	width: 14px;
	height: 1px;
	background: var(--taupe, #B8AFA4);
}
.cf-histoire-page .cfh-h2 {
	font-family: var(--font-titles, 'Cormorant Garamond', serif);
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: -.3px;
	margin: 0 0 14px;
	color: var(--charcoal, #2C2A27);
}
.cf-histoire-page .cfh-h2 em {
	font-style: italic;
}
.cf-histoire-page .cfh-body {
	font-size: 12px;
	color: var(--warm-gray, #7A7268);
	line-height: 1.75;
	font-weight: 300;
	margin: 0 0 12px;
}
.cf-histoire-page .cfh-body:last-child {
	margin-bottom: 0;
}

/* ──────── DEUX COLONNES ──────── */
.cf-histoire-page .cfh-two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 52px;
}
.cf-histoire-page .cfh-two-col-start {
	align-items: start;
}
.cf-histoire-page .cfh-two-col-center {
	align-items: center;
}
.cf-histoire-page .cfh-vis {
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--sand, #EDE8E1);
	border: 1px solid var(--bsand, rgba(184,175,164,.22));
}
.cf-histoire-page .cfh-vis img,
.cf-histoire-page .cfh-vis video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ──────── TIMELINE ──────── */
.cf-histoire-page .cfh-timeline {
	position: relative;
	padding-left: 32px;
}
.cf-histoire-page .cfh-timeline::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--bsand, rgba(184,175,164,.22));
}
.cf-histoire-page .cfh-tl-item {
	position: relative;
	margin-bottom: 36px;
}
.cf-histoire-page .cfh-tl-item:last-child {
	margin-bottom: 0;
}
.cf-histoire-page .cfh-tl-dot {
	position: absolute;
	left: -36px;
	top: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--navy, #1B3F72);
	border: 2px solid var(--white, #fff);
	box-shadow: 0 0 0 3px rgba(27,63,114,.2);
}
.cf-histoire-page .cfh-tl-year {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--navy, #1B3F72);
	font-weight: 600;
	margin-bottom: 4px;
}
.cf-histoire-page .cfh-tl-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--charcoal, #2C2A27);
	margin-bottom: 4px;
}
.cf-histoire-page .cfh-tl-text {
	font-size: 12px;
	color: var(--warm-gray, #7A7268);
	line-height: 1.65;
	font-weight: 300;
}

/* ──────── VALEURS ──────── */
.cf-histoire-page .cfh-values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 28px;
}
.cf-histoire-page .cfh-val {
	background: var(--white, #fff);
	border: 1px solid var(--bsand, rgba(184,175,164,.22));
	border-radius: 7px;
	padding: 22px 20px;
}
.cf-histoire-page .cfh-val-ico {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1;
}
.cf-histoire-page .cfh-val-title {
	font-size: 13px;
	font-weight: 600;
	color: var(--charcoal, #2C2A27);
	margin-bottom: 5px;
}
.cf-histoire-page .cfh-val-text {
	font-size: 12px;
	color: var(--warm-gray, #7A7268);
	line-height: 1.6;
}

/* ──────── RÉALISATIONS ──────── */
.cf-histoire-page .cfh-real-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	margin-top: 28px;
	border-radius: 8px;
	overflow: hidden;
}
.cf-histoire-page .cfh-real-card {
	position: relative;
	min-height: 280px;
	display: flex;
	align-items: flex-end;
	padding: 22px;
	overflow: hidden;
	background: var(--sand2, #E2DBD1);
}
.cf-histoire-page .cfh-real-bg {
	position: absolute;
	inset: 0;
	transition: transform .5s;
}
.cf-histoire-page .cfh-real-bg img,
.cf-histoire-page .cfh-real-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cf-histoire-page .cfh-real-card:hover .cfh-real-bg {
	transform: scale(1.04);
}
.cf-histoire-page .cfh-real-ov {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(20,18,16,.88) 0%, rgba(20,18,16,.1) 55%, transparent 100%);
	z-index: 1;
}
.cf-histoire-page .cfh-real-content {
	position: relative;
	z-index: 2;
}
.cf-histoire-page .cfh-real-tag {
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255,255,255,.45);
	margin-bottom: 5px;
}
.cf-histoire-page .cfh-real-title {
	font-family: var(--font-titles, 'Cormorant Garamond', serif);
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 4px;
	line-height: 1.2;
}
.cf-histoire-page .cfh-real-text {
	font-size: 11px;
	color: rgba(255,255,255,.5);
	line-height: 1.5;
}
.cf-histoire-page .cfh-real-cta {
	margin-top: 18px;
	text-align: center;
}

/* ──────── AMBITIONS ──────── */
.cf-histoire-page .cfh-amb-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 28px;
}
.cf-histoire-page .cfh-amb {
	background: var(--white, #fff);
	border: 1px solid var(--bsand, rgba(184,175,164,.22));
	border-radius: 6px;
	padding: 18px 16px;
}
.cf-histoire-page .cfh-amb-n {
	font-family: var(--font-titles, 'Cormorant Garamond', serif);
	font-size: 11px;
	color: var(--taupe, #B8AFA4);
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.cf-histoire-page .cfh-amb-title {
	font-size: 12px;
	font-weight: 600;
	color: var(--charcoal, #2C2A27);
	margin-bottom: 4px;
}
.cf-histoire-page .cfh-amb-text {
	font-size: 11px;
	color: var(--warm-gray, #7A7268);
	line-height: 1.55;
}

/* ──────── BOUTONS ──────── */
.cf-histoire-page .cfh-btn {
	display: inline-block;
	padding: 11px 22px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .3px;
	border: none;
	cursor: pointer;
	font-family: var(--font-body, 'Outfit', sans-serif);
	transition: background .15s, border-color .15s;
	text-decoration: none;
}
.cf-histoire-page .cfh-btn-s {
	background: transparent;
	color: var(--charcoal, #2C2A27);
	border: 1px solid rgba(44,42,39,.25);
}
.cf-histoire-page .cfh-btn-s:hover {
	border-color: var(--charcoal, #2C2A27);
}

/* ──────── CTA BAND ──────── */
.cf-histoire-page .cfh-cta-band {
	background: var(--charcoal, #2C2A27);
	padding: 32px 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.cf-histoire-page .cfh-cb-l {
	flex: 1 1 360px;
}
.cf-histoire-page .cfh-cb-title {
	font-family: var(--font-titles, 'Cormorant Garamond', serif);
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 6px;
	line-height: 1.15;
}
.cf-histoire-page .cfh-cb-text {
	font-size: 12px;
	color: rgba(247,244,240,.5);
	line-height: 1.6;
	max-width: 460px;
	margin: 0;
}
.cf-histoire-page .cfh-cb-r {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.cf-histoire-page .cfh-btn-cr {
	background: var(--cream, #F7F4F0);
	color: var(--charcoal, #2C2A27);
	padding: 12px 22px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	font-family: var(--font-body, 'Outfit', sans-serif);
	display: inline-block;
	text-decoration: none;
	transition: background .15s;
}
.cf-histoire-page .cfh-btn-cr:hover {
	background: var(--sand, #EDE8E1);
}
.cf-histoire-page .cfh-btn-oc {
	background: transparent;
	color: rgba(247,244,240,.7);
	border: 1px solid rgba(247,244,240,.25);
	padding: 12px 18px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
	font-family: var(--font-body, 'Outfit', sans-serif);
	display: inline-block;
	text-decoration: none;
	transition: border-color .15s, color .15s;
}
.cf-histoire-page .cfh-btn-oc:hover {
	border-color: rgba(247,244,240,.6);
	color: #fff;
}

/* ──────── RESPONSIVE ──────── */
@media (max-width: 900px) {
	.cf-histoire-page .cfh-hero {
		min-height: auto;
		padding-top: 56px;
	}
	.cf-histoire-page .cfh-hero-content,
	.cf-histoire-page .cfh-hero-kpis {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cf-histoire-page .cfh-hero-content {
		padding-top: 40px;
		padding-bottom: 28px;
	}
	.cf-histoire-page .cfh-hero-title {
		font-size: 36px;
	}
	.cf-histoire-page .cfh-hero-kpis {
		gap: 24px;
		padding-bottom: 32px;
	}
	.cf-histoire-page .cfh-kpi-n {
		font-size: 28px;
	}
	.cf-histoire-page .cfh-sec {
		padding: 36px 20px;
	}
	.cf-histoire-page .cfh-two-col {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.cf-histoire-page .cfh-values-grid {
		grid-template-columns: 1fr 1fr;
	}
	.cf-histoire-page .cfh-real-grid {
		grid-template-columns: 1fr;
	}
	.cf-histoire-page .cfh-amb-grid {
		grid-template-columns: 1fr 1fr;
	}
	.cf-histoire-page .cfh-cta-band {
		padding: 32px 20px;
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 480px) {
	.cf-histoire-page .cfh-values-grid,
	.cf-histoire-page .cfh-amb-grid {
		grid-template-columns: 1fr;
	}
	.cf-histoire-page .cfh-hero-kpis {
		gap: 18px;
	}
	.cf-histoire-page .cfh-kpi {
		flex: 1 1 calc(50% - 18px);
	}
	.cf-histoire-page .cfh-real-card {
		min-height: 220px;
	}
}
