/* ==========================================================================
   Touch — page About (porté depuis la maquette about.html).
   Chargé uniquement sur la page About. Les styles partagés (header, marquee,
   footer, curseur, couleurs) sont dans main.css.
   ========================================================================== */

/* ─────────────── PAGE TITLE ─────────────── */
.pageTitle {
	position: relative;
	padding: 240px 80px 80px;
	background: var(--black);
	overflow: hidden;
}

.pageTitle .eyebrow {
	font-size: 11px;
	letter-spacing: 0.3em;
	font-weight: 600;
	color: var(--warm);
	text-transform: uppercase;
	margin-bottom: 28px;
}

.pageTitle h1 {
	font-size: clamp(100px, 16vw, 260px);
	line-height: 0.88;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--beige);
	letter-spacing: -0.015em;
}

.pageTitle h1 .us {
	color: transparent;
	-webkit-text-stroke: 2px var(--beige);
}

.pageTitle .sub {
	position: absolute;
	right: 80px;
	bottom: 90px;
	max-width: 340px;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(244, 240, 228, 0.7);
	font-weight: 400;
	text-align: right;
}

.pageTitle .sub::before {
	content: "";
	display: block;
	width: 48px;
	height: 1px;
	background: var(--warm);
	margin: 0 0 14px auto;
}

/* ─────────────── BITS COMMUNS ─────────────── */
.num {
	font-size: 11px;
	letter-spacing: 0.3em;
	font-weight: 700;
	color: var(--warm);
	text-transform: uppercase;
}

.h2 {
	font-size: clamp(48px, 6vw, 96px);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--beige);
}

.h2 em {
	font-style: normal;
	color: var(--warm);
}

.body {
	font-size: 17px;
	line-height: 1.55;
	color: rgba(244, 240, 228, 0.85);
	font-weight: 300;
}

.body strong {
	color: var(--beige);
	font-weight: 600;
}

/* ─────────────── 01 MISSION ─────────────── */
.mission {
	background: var(--black);
	padding: 140px 0 180px;
	position: relative;
	overflow: hidden;
}

.mission .grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 24px;
	padding: 0 80px;
	align-items: end;
}

.mission .lbl {
	grid-column: 1 / span 2;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mission .lbl .rule {
	width: 60px;
	height: 1px;
	background: var(--warm);
	margin-bottom: 6px;
}

.mission .headline {
	grid-column: 3 / span 10;
}

.mission .headline h2 {
	font-size: clamp(56px, 8.2vw, 140px);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: var(--beige);
}

.mission .headline h2 em {
	font-style: normal;
	color: var(--warm);
}

.mission .copy {
	margin-top: 88px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 24px;
	padding: 0 80px;
}

.mission .copy .l {
	grid-column: 7 / span 5;
}

.mission .copy .l p {
	margin-bottom: 18px;
}

.mission .quote {
	grid-column: 2 / span 4;
	align-self: start;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 600;
	color: var(--beige);
	border-left: 2px solid var(--warm);
	padding-left: 18px;
	transform: translateY(20px);
}

/* ─────────────── 02 VALEURS ─────────────── */
.values {
	background: var(--beige);
	color: var(--black);
	padding: 140px 80px 100px;
	position: relative;
	overflow: hidden;
}

.values .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 60px;
	margin-bottom: 80px;
}

.values .top .lbl {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.values .num--dark {
	color: var(--warm);
}

.values .top h2 {
	font-size: clamp(56px, 7.5vw, 128px);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: var(--black);
	max-width: 14ch;
}

.values .top h2 em {
	font-style: normal;
	color: var(--warm);
}

.values .top .lead {
	max-width: 320px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(20, 20, 20, 0.65);
	font-weight: 400;
	align-self: flex-end;
	text-align: right;
}

.values__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: auto;
	gap: 24px;
}

.v {
	background: var(--black);
	color: var(--beige);
	padding: 28px;
	position: relative;
	overflow: hidden;
	transition: transform 0.35s ease;
}

.v:hover {
	transform: translateY(-4px);
}

.v .vnum {
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	color: var(--warm);
	margin-bottom: 32px;
	letter-spacing: -0.02em;
}

.v h3 {
	font-size: 22px;
	line-height: 1.15;
	font-weight: 700;
	color: var(--beige);
	text-transform: uppercase;
	letter-spacing: -0.005em;
	margin-bottom: 14px;
}

.v p {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(244, 240, 228, 0.78);
	font-weight: 300;
}

.v::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: var(--warm);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s ease;
}

.v:hover::after {
	transform: scaleX(1);
}

.v--1 {
	grid-column: 1 / span 5;
	grid-row: 1;
	min-height: 340px;
	background: var(--warm);
	color: var(--white);
}

.v--1 .vnum {
	color: rgba(255, 255, 255, 0.55);
}

.v--1 h3 {
	color: var(--white);
}

.v--1 p {
	color: rgba(255, 255, 255, 0.9);
}

.v--1::after {
	background: var(--white);
}

.v--2 {
	grid-column: 6 / span 4;
	grid-row: 1;
	min-height: 340px;
	align-self: end;
}

.v--3 {
	grid-column: 10 / span 3;
	grid-row: 1;
	min-height: 280px;
	align-self: start;
}

.v--4 {
	grid-column: 3 / span 4;
	grid-row: 2;
	min-height: 300px;
	background: transparent;
	color: var(--black);
	border: 1px solid var(--black);
}

.v--4 .vnum {
	color: var(--warm);
}

.v--4 h3 {
	color: var(--black);
}

.v--4 p {
	color: rgba(20, 20, 20, 0.7);
}

.v--5 {
	grid-column: 7 / span 5;
	grid-row: 2;
	min-height: 300px;
}

/* ─────────────── 03 VISION ─────────────── */
.vision {
	background: var(--black-3);
	padding: 140px 0 160px;
	position: relative;
	overflow: hidden;
}

.vision .lbl {
	padding: 0 80px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 50px;
}

.vision .rule {
	width: 60px;
	height: 1px;
	background: var(--warm);
}

.vision .scroll-line {
	white-space: nowrap;
	display: flex;
	align-items: baseline;
	gap: 0.4em;
	font-size: clamp(80px, 12vw, 200px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.vision .scroll-line.l1 {
	transform: translateX(-2vw);
}

.vision .scroll-line.l2 {
	transform: translateX(-12vw);
}

.vision .scroll-line .o {
	color: var(--warm);
}

.vision .scroll-line .out {
	color: transparent;
	-webkit-text-stroke: 1.5px var(--beige);
}

.vision .body-wrap {
	margin-top: 80px;
	padding: 0 80px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 24px;
}

.vision .body-wrap .l {
	grid-column: 2 / span 5;
}

.vision .body-wrap .r {
	grid-column: 8 / span 4;
}

.vision .body-wrap p {
	margin-bottom: 16px;
}

.vision .pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border: 1px solid var(--warm);
	color: var(--warm);
	font-size: 11px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 18px;
}

.vision .pill::before {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--warm);
	border-radius: 50%;
}

/* ─────────────── 04 HISTOIRE ─────────────── */
.story {
	background: var(--black);
	padding: 140px 0 160px;
	position: relative;
	overflow: hidden;
}

.story .top {
	padding: 0 80px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 90px;
}

.story .top .lbl {
	grid-column: 1 / span 2;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.story .top .rule {
	width: 60px;
	height: 1px;
	background: var(--warm);
}

.story .top h2 {
	grid-column: 3 / span 8;
	font-size: clamp(56px, 7.5vw, 128px);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: var(--beige);
}

.story .top h2 em {
	font-style: normal;
	color: var(--warm);
}

.story .top .date {
	grid-column: 11 / span 2;
	text-align: right;
}

.story .top .date .y {
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	color: var(--warm);
}

.story .top .date .l {
	font-size: 11px;
	letter-spacing: 0.25em;
	color: rgba(244, 240, 228, 0.6);
	text-transform: uppercase;
}

.story .timeline {
	padding: 0 80px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 32px;
	position: relative;
}

.story .timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(244, 240, 228, 0.12);
}

.ev {
	padding: 20px 0;
	position: relative;
}

.ev .y {
	font-size: 12px;
	letter-spacing: 0.2em;
	color: var(--warm);
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ev h4 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--beige);
	margin-bottom: 10px;
	letter-spacing: -0.005em;
}

.ev p {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(244, 240, 228, 0.7);
	font-weight: 300;
}

.ev--l {
	grid-column: 1 / span 5;
	text-align: right;
}

.ev--l::after {
	content: "";
	position: absolute;
	right: -32px;
	top: 30px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--warm);
	transform: translateX(50%);
	box-shadow: 0 0 0 6px rgba(253, 64, 30, 0.12);
}

.ev--r {
	grid-column: 8 / span 5;
}

.ev--r::after {
	content: "";
	position: absolute;
	left: -32px;
	top: 30px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--warm);
	transform: translateX(-50%);
	box-shadow: 0 0 0 6px rgba(253, 64, 30, 0.12);
}

.ev--big {
	grid-column: 3 / span 8;
	text-align: center;
}

.ev--big h4 {
	font-size: 36px;
	line-height: 1.1;
}

.ev--big::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 30px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--warm);
	transform: translateX(-50%);
	box-shadow: 0 0 0 8px rgba(253, 64, 30, 0.12);
}

.story .quote {
	margin-top: 120px;
	padding: 0 80px;
	font-size: clamp(28px, 3.4vw, 48px);
	line-height: 1.2;
	font-weight: 600;
	color: var(--beige);
	max-width: 1100px;
	text-wrap: balance;
}

.story .quote em {
	font-style: normal;
	color: var(--warm);
}

.story .meta {
	margin-top: 30px;
	padding: 0 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	color: rgba(244, 240, 228, 0.55);
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.story .meta strong {
	color: var(--beige);
	font-weight: 600;
}

/* ─────────────── RESPONSIVE ─────────────── */
@media (max-width: 1100px) {
	.v--1,
	.v--2,
	.v--3,
	.v--4,
	.v--5 {
		grid-column: 1 / -1;
		grid-row: auto;
		align-self: auto;
	}

	.ev--l,
	.ev--r,
	.ev--big {
		grid-column: 1 / -1;
		text-align: left;
	}

	.ev--l::after,
	.ev--r::after,
	.ev--big::after {
		display: none;
	}

	.story .timeline::before {
		display: none;
	}

	.mission .copy .l,
	.mission .quote {
		grid-column: 1 / -1;
	}

	.mission .quote {
		transform: none;
		margin-top: 30px;
	}

	.vision .body-wrap .l,
	.vision .body-wrap .r {
		grid-column: 1 / -1;
	}

	.story .top .lbl,
	.story .top h2,
	.story .top .date {
		grid-column: 1 / -1;
		text-align: left;
	}
}

/* ─────────────── Footer « Let's discuss together » (About) ─────────────── */
.discuss {
	background: var(--black);
	padding: 130px 80px 36px;
}

.discuss__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	gap: 40px 60px;
	align-items: start;
	padding-bottom: 80px;
}

.discuss__title {
	grid-row: 1 / 3;
	font-size: clamp(48px, 7.4vw, 110px);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--beige);
}

.discuss__title .o {
	color: var(--warm);
}

.discuss__addr {
	grid-column: 2;
	grid-row: 1;
	text-align: right;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 300;
	color: #9a9a9a;
}

.discuss__contact {
	grid-column: 2;
	grid-row: 2;
	text-align: right;
	align-self: end;
}

.discuss__eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--warm);
	margin-bottom: 10px;
}

.discuss__links {
	font-size: 15px;
	line-height: 1.7;
	font-weight: 500;
	color: var(--beige);
}

.discuss__links a:hover {
	color: var(--warm);
}

.discuss__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 26px;
	border-top: 1px solid rgba(244, 240, 228, 0.14);
}

.discuss__copy {
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8c8c8c;
}

@media (max-width: 760px) {
	.discuss {
		padding: 90px 24px 28px;
	}

	.discuss__inner {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
		gap: 28px;
		padding-bottom: 50px;
	}

	.discuss__title {
		grid-row: auto;
	}

	.discuss__addr,
	.discuss__contact {
		grid-column: 1;
		grid-row: auto;
		text-align: left;
	}

	.pageTitle,
	.mission,
	.values,
	.vision,
	.story {
		padding-left: 24px;
		padding-right: 24px;
	}

	.mission .grid,
	.mission .copy,
	.vision .body-wrap,
	.story .top,
	.story .timeline,
	.story .quote,
	.story .meta {
		padding: 0;
	}

	.pageTitle .sub {
		position: static;
		text-align: left;
		margin-top: 30px;
	}

	.pageTitle .sub::before {
		margin: 0 0 14px 0;
	}
}
