/* ==========================================================================
   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.
   ========================================================================== */

/* Hanken Grotesk auto-hébergée (RGPD) — titre géant « Vision », page About only. */
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/hankengrotesk-700-latinext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/hankengrotesk-700-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:800;font-display:swap;src:url('../fonts/hankengrotesk-800-latinext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:800;font-display:swap;src:url('../fonts/hankengrotesk-800-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

/* ─────────────── PAGE TITLE ─────────────── */
.pageTitle {
	position: relative;
	padding: 240px 80px 80px;
	/* Pleine largeur (overflow:hidden empêche un ::before de déborder) : fond noir
	   jusqu'aux bords, contenu recentré sur la colonne 1440 via le padding. */
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-inline: var(--bleed-pad);
	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;
}

.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;
	/* Fond noir jusqu'aux bords de l'écran (cf. main.css) sans décaler le contenu. */
	box-shadow: 0 0 0 100vmax var(--black);
	clip-path: inset(0 -100vmax);
}

.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;
	/* Fond crème jusqu'aux bords (cf. main.css) sans décaler le contenu. */
	box-shadow: 0 0 0 100vmax var(--beige);
	clip-path: inset(0 -100vmax);
}

.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 {
	/* Figma : bloc 307px (texte 285 + 22 de retrait), Montserrat SemiBold 22/29.7,
	   couleur noire (Black Touch), aligné à GAUCHE, trait séparateur à gauche. */
	max-width: 307px;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	line-height: 1.35;
	color: var(--black);
	font-weight: 600;
	align-self: flex-end;
	text-align: left;
	border-left: 2px solid var(--warm);
	padding-left: 22px;
}

.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;
	/* Maquette : même hauteur que 01/02 (340px), pas plus courte. */
	min-height: 340px;
	/* Maquette : carte 03 en ORANGE (comme 01) mais numéro NOIR. */
	background: var(--warm);
	color: var(--white);
}

.v--3 .vnum {
	color: var(--black);
}

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

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

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

.v--4 {
	grid-column: 1 / 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: 5 / 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;
	/* Espace entre mots calé au plus près de la maquette. Le gap flex s'ajoute aux
	   blancs latéraux des lettres, donc une petite valeur (0.14em) suffit ; au-delà
	   le vide entre les mots est trop large. */
	gap: 0.14em;
	/* Hanken Grotesk ici : Montserrat laisse ses contours se chevaucher à cette
	   taille géante (ex. le « TR » de CONSTRUIT). Hanken reste propre. */
	font-family: "canada-type-gibson", "Hanken Grotesk", "Montserrat", sans-serif;
	font-size: clamp(80px, 12vw, 200px);
	font-weight: 800;
	line-height: 1;
	/* Interlettrage quasi nul : un interlettrage négatif faisait se toucher les
	   contours des lettres (chevauchement visible sur COMMUNICATION, MM…). */
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

/* BALAYAGE AUTOMATIQUE (indépendant du scroll) — reproduit les 2 pauses de la
   maquette Figma. Les 2 lignes glissent en SENS OPPOSÉS sur toute leur largeur :
     • Pause A : L1 à gauche = « LE FUTUR … »   / L2 à droite = « … MAINTENANT »
     • Pause B : L1 à gauche du texte = « … COMMUNICATION » / L2 = « ON LE CONSTRUIT … »
   ease-in-out + alternate = ralentissement (pause naturelle) à chaque extrémité.
   Largeurs mesurées à 1440px (gap 0.14em) : L1 ≈ 2684px, L2 ≈ 2538px. */
.vision .scroll-line.l1 {
	transform: translateX(0);
	animation: visionSweepL1 7s ease-in-out infinite alternate;
	will-change: transform;
}

.vision .scroll-line.l2 {
	transform: translateX(-1098px);
	animation: visionSweepL2 7s ease-in-out infinite alternate;
	will-change: transform;
}

/* L1 : part vers la GAUCHE (montre le début « LE FUTUR » puis la fin « COMMUNICATION »). */
@keyframes visionSweepL1 {
	from { transform: translateX(0); }
	to   { transform: translateX(-1244px); }
}

/* L2 : part vers la DROITE (montre la fin « MAINTENANT » puis le début « ON LE CONSTRUIT »). */
@keyframes visionSweepL2 {
	from { transform: translateX(-1098px); }
	to   { transform: translateX(0); }
}

/* Accessibilité : on fige les lignes si l'utilisateur réduit les animations. */
@media (prefers-reduced-motion: reduce) {
	.vision .scroll-line.l1,
	.vision .scroll-line.l2 {
		animation: none;
	}
}

/* ─────────────── VISION — NL / EN uniquement ───────────────
   Le FR (html[lang="fr-BE"]) garde son balayage px calibré ci-dessus : INTACT, c'est le
   modèle. Le titre traduit (NL/EN) a une largeur différente → les px du FR ne conviennent
   pas. On rejoue EXACTEMENT le même mouvement (va-et-vient 7s ease-in-out alternate, sens
   opposés) mais avec un décalage = « viewport − largeur du texte » via calc(100vw - 100%)
   (100% = largeur du texte grâce à width:max-content), qui s'adapte à chaque langue. Scopé
   par attribut lang → n'affecte JAMAIS le FR. Les traductions sont choisies pour que les 2
   lignes aient des largeurs proches (comme en FR) → vitesses proches. */
html[lang="nl-BE"] .vision .scroll-line,
html[lang="en-GB"] .vision .scroll-line {
	width: max-content;
}

html[lang="nl-BE"] .vision .scroll-line.l1,
html[lang="en-GB"] .vision .scroll-line.l1 {
	transform: translateX(0);
	animation: visionSweepIntlL1 7s ease-in-out infinite alternate;
}

html[lang="nl-BE"] .vision .scroll-line.l2,
html[lang="en-GB"] .vision .scroll-line.l2 {
	transform: translateX(calc(100vw - 100%));
	animation: visionSweepIntlL2 7s ease-in-out infinite alternate;
}

@keyframes visionSweepIntlL1 {
	from { transform: translateX(0); }
	to   { transform: translateX(calc(100vw - 100%)); }
}

@keyframes visionSweepIntlL2 {
	from { transform: translateX(calc(100vw - 100%)); }
	to   { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
	html[lang="nl-BE"] .vision .scroll-line.l1,
	html[lang="en-GB"] .vision .scroll-line.l1,
	html[lang="nl-BE"] .vision .scroll-line.l2,
	html[lang="en-GB"] .vision .scroll-line.l2 {
		animation: none;
	}
}

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

/* Mots pleins (FUTUR, MAINTENANT) en blanc. */
.vision .scroll-line .fill {
	color: #fff;
}

.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;
	/* Fond noir jusqu'aux bords (cf. main.css) sans décaler le contenu. */
	box-shadow: 0 0 0 100vmax var(--black);
	clip-path: inset(0 -100vmax);
}

.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 h3 {
	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);
}

/* Contrairement aux blocs gauche/droite, dont le rond est posé À CÔTÉ du texte
   (right/left: -32px), celui-ci est à left: 50% — soit exactement là où le label
   « Today » centré se trouve déjà. D'où le padding : il dégage le haut du bloc
   pour que la ligne rencontre le rond, PUIS le label, PUIS la phrase. */
.ev--big {
	grid-column: 3 / span 8;
	text-align: center;
	padding-top: 62px;
}

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

.ev--big::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 14px;
	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;
	}

	/* Le rond et la ligne sont masqués ici (règles ci-dessous) : le padding qui
	   dégageait le rond n'a plus rien à dégager, il ne resterait qu'un trou. */
	.ev--big {
		padding-top: 20px;
	}

	.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;
}

/* Oscillation mobile de la section VISION (hors media-query, inerte tant que non
   référencée). Reproduit le VA-ET-VIENT du desktop : combinée à `alternate`, chaque
   ligne avance puis revient ; `ease-in-out` donne le ralenti/pause à chaque extrémité.
   Décalages en % (proportionnels), identiques au desktop : L1 0 → -43,1% ; L2 -40,3% → 0.
   Les 2 lignes partent de positions opposées → elles glissent en sens contraires. */
@keyframes visionSweepMobL1 {
	from { transform: translateX(0); }
	to   { transform: translateX(-43.1%); }
}
@keyframes visionSweepMobL2 {
	from { transform: translateX(-40.31%); }
	to   { transform: translateX(0); }
}

@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;
	}

	/* VISION — reproduction FIDÈLE du desktop. Le desktop fait un VA-ET-VIENT
	   (ease-in-out + alternate = les lignes avancent PUIS reviennent, en sens opposés,
	   avec ralenti/pause à chaque extrémité). Ses décalages sont en pixels calibrés à
	   1440px, inutilisables tels quels sur mobile. Ici on rejoue le MÊME mouvement mais
	   avec des décalages en % (proportionnels à la largeur du texte, elle-même en 12vw)
	   → identique au desktop à toutes les tailles. Mêmes % que le desktop :
	   L1 balaye 0 → -43,1% ; L2 -40,3% → 0. */
	.vision .scroll-line {
		width: max-content;   /* largeur = celle du texte → le % de translate s'y réfère */
		margin-left: -24px;   /* pleine largeur : annule le padding 24px de .vision */
		/* Taille PROPORTIONNELLE au desktop : le desktop suit 12vw (ratio police/écran
		   = 0,120). Le plancher de 80px du clamp cassait ce rapport sur mobile (texte
		   ~1,7× trop gros). 12vw pur → même ratio 0,120 et même fraction visible (~50%). */
		font-size: 12vw;
	}

	.vision .scroll-line.l1 {
		transform: translateX(0);
		animation: none;          /* on retire le balayage px fixe du desktop */
	}

	.vision .scroll-line.l2 {
		transform: translateX(-40.31%);
		animation: none;
	}

	/* Va-et-vient seulement si l'utilisateur n'a pas demandé de réduire les animations. */
	@media (prefers-reduced-motion: no-preference) {
		.vision .scroll-line.l1 {
			animation: visionSweepMobL1 7s ease-in-out infinite alternate;
		}
		.vision .scroll-line.l2 {
			animation: visionSweepMobL2 7s ease-in-out infinite alternate;
		}
	}

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

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

	/* Titres de section (Valeurs, Histoire) : le plancher de 56px déborde sur mobile
	   (« AU QUOTIDIEN » tronqué, N coupé). On réduit pour que le mot entier tienne. */
	.values .top h2,
	.story .top h2 {
		font-size: clamp(30px, 8.5vw, 52px);
	}

	/* MISSION : la grille 12 colonnes n'était PAS repliée sur mobile (contrairement à
	   story/vision) → le titre géant « BRANDS IMPOSSIBLE TO IGNORE » débordait à droite
	   et le label se chevauchait. On empile tout en pleine largeur + titre réduit. */
	.mission .grid,
	.mission .copy {
		grid-template-columns: 1fr;
	}
	.mission .lbl,
	.mission .headline {
		grid-column: 1 / -1;
	}
	.mission .headline {
		margin-top: 16px;
	}
	.mission .headline h2 {
		font-size: clamp(34px, 11vw, 62px);
	}

	/* VALEURS : l'en-tête (flex space-between) coinçait le texte « lead » dans une
	   colonne étroite à droite → texte coupé hors écran. On empile et on aligne à gauche. */
	.values .top {
		flex-direction: column;
		align-items: flex-start;
		gap: 22px;
	}
	.values .top .lead {
		max-width: none;
		text-align: left;
		align-self: flex-start;
	}

	/* HISTOIRE : les grilles 12 col se dilataient (min-content) et débordaient de
	   ~16px sur les petits écrans (360px). On force une colonne unique RÉTRÉCISSABLE
	   (minmax(0,1fr)) : le texte se replie au lieu d'élargir la grille. */
	.mission .grid,
	.mission .copy,
	.story .top,
	.story .timeline {
		grid-template-columns: minmax(0, 1fr);
	}
}
