/* "Notre histoire" — scoped to .lcnh so it never leaks into the rest of the site */

.lcnh, .lcnh *, .lcnh *::before, .lcnh *::after {
	box-sizing: border-box;
}

.lcnh {
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	background: #FAF9F6;
	color: #1A1A18;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

/* HERO */
.lcnh .hero {
	padding: 96px 48px;
	border-bottom: 0.5px solid #E0DDD5;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: center;
}
.lcnh .eyebrow {
	font-size: 10px;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 24px;
	display: block;
}
.lcnh .hero-h1 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 1.15;
	color: #1A1A18;
	margin-bottom: 24px;
}
.lcnh .hero-h1 em { font-style: italic; }
.lcnh .hero-body {
	font-size: 14px;
	color: #666;
	line-height: 1.95;
	max-width: 440px;
}
.lcnh .hero-img {
	background: #EDE9E0;
	min-height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	overflow: hidden;
}
.lcnh .hero-img img {
	width: 100%;
	height: 100%;
	min-height: 480px;
	object-fit: cover;
}
.lcnh .img-ph {
	font-size: 10px;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #AAA;
}

/* STORY */
.lcnh .story {
	padding: 96px 48px;
	border-bottom: 0.5px solid #E0DDD5;
	background: #FAF9F6;
}
.lcnh .story-inner { max-width: 680px; margin: 0 auto; }
.lcnh .lbl {
	font-size: 10px;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 20px;
	display: block;
}
.lcnh .story-h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.3;
	color: #1A1A18;
	margin-bottom: 32px;
}
.lcnh .story-body {
	font-size: 14px;
	color: #555;
	line-height: 2;
	margin-bottom: 24px;
}
.lcnh .story-quote {
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	font-style: italic;
	color: #1A1A18;
	line-height: 1.5;
	padding: 40px 0;
	border-top: 0.5px solid #E0DDD5;
	border-bottom: 0.5px solid #E0DDD5;
	margin: 40px 0;
}

/* VISION */
.lcnh .vision {
	padding: 96px 48px;
	border-bottom: 0.5px solid #E0DDD5;
	background: #F2EDE4;
}
.lcnh .vision-inner { max-width: 1080px; margin: 0 auto; }
.lcnh .vision-h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.3;
	color: #1A1A18;
	margin-bottom: 16px;
}
.lcnh .vision-body {
	font-size: 14px;
	color: #666;
	line-height: 1.95;
	max-width: 580px;
	margin-bottom: 56px;
}
.lcnh .ecrins-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: #E0DDD5;
	border: 0.5px solid #E0DDD5;
}
.lcnh .ecrin-item { background: #FAF9F6; padding: 40px 36px; }
.lcnh .ecrin-tag {
	font-size: 9px;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #5B2D4A;
	margin-bottom: 14px;
	display: block;
}
.lcnh .ecrin-name {
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
	color: #1A1A18;
	margin-bottom: 10px;
}
.lcnh .ecrin-desc { font-size: 13px; color: #666; line-height: 1.8; }
.lcnh .ecrin-promise {
	font-family: 'Cormorant Garamond', serif;
	font-size: 15px;
	font-style: italic;
	color: #1A1A18;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 0.5px solid #E0DDD5;
}

/* ARTISANES */
.lcnh .artisanes {
	padding: 96px 48px;
	border-bottom: 0.5px solid #E0DDD5;
	background: #FAF9F6;
}
.lcnh .artisanes-inner {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: start;
}
.lcnh .art-h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.3;
	color: #1A1A18;
	margin-bottom: 20px;
}
.lcnh .art-body { font-size: 14px; color: #555; line-height: 2; margin-bottom: 24px; }
.lcnh .art-values { display: flex; flex-direction: column; gap: 24px; }
.lcnh .art-value { padding: 24px; border: 0.5px solid #E0DDD5; }
.lcnh .art-value-n {
	font-size: 9px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 8px;
	display: block;
}
.lcnh .art-value-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 19px;
	color: #1A1A18;
	margin-bottom: 6px;
}
.lcnh .art-value-body { font-size: 12px; color: #666; line-height: 1.75; }

/* CYCLES */
.lcnh .cycles {
	padding: 96px 48px;
	border-bottom: 0.5px solid #E0DDD5;
	background: #1A1A18;
}
.lcnh .cycles-inner { max-width: 1080px; margin: 0 auto; }
.lcnh .cycles-lbl {
	font-size: 10px;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 20px;
	display: block;
}
.lcnh .cycles-h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: 300;
	font-style: italic;
	color: #FAF9F6;
	margin-bottom: 20px;
	line-height: 1.3;
}
.lcnh .cycles-body {
	font-size: 14px;
	color: #555;
	line-height: 2;
	max-width: 580px;
	margin-bottom: 56px;
}
.lcnh .cycles-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: #333;
}
.lcnh .cycle-item { background: #1A1A18; padding: 32px 28px; }
.lcnh .cycle-icon { font-size: 18px; margin-bottom: 14px; display: block; }
.lcnh .cycle-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 19px;
	color: #FAF9F6;
	margin-bottom: 8px;
}
.lcnh .cycle-body { font-size: 12px; color: #555; line-height: 1.75; }

/* MANIFESTO */
.lcnh .manifesto { padding: 96px 48px; background: #FAF9F6; text-align: center; }
.lcnh .man-h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 42px;
	font-weight: 300;
	font-style: italic;
	color: #1A1A18;
	line-height: 1.3;
	margin-bottom: 20px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.lcnh .man-sub {
	font-size: 12px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #BBB;
	margin-bottom: 40px;
}
.lcnh .btn-primary {
	display: inline-block;
	background: #1A1A18;
	color: #FAF9F6;
	font-family: 'Jost', sans-serif;
	font-size: 10px;
	letter-spacing: .18em;
	text-transform: uppercase;
	padding: 14px 30px;
	text-decoration: none;
}

@media (max-width: 768px) {
	.lcnh .hero,
	.lcnh .artisanes-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.lcnh .hero { padding: 56px 24px; }
	.lcnh .hero-img { min-height: 260px; }
	.lcnh .hero-img img { min-height: 260px; }
	.lcnh .story,
	.lcnh .vision,
	.lcnh .artisanes,
	.lcnh .cycles,
	.lcnh .manifesto {
		padding: 56px 24px;
	}
	.lcnh .ecrins-grid,
	.lcnh .cycles-grid {
		grid-template-columns: 1fr;
	}
}
