/**
 * Pages intérieures — même langage que l’accueil (rails, tiroirs, espacements).
 */

/* ——— 404 ——— */
.ed-page--404 .ed-main {
	padding-top: 0;
}

.ed-page-404__body .ed-shell-body__inner {
	padding-top: clamp(72px, 9vh, 104px);
}

.ed-page-404__main {
	max-width: none;
}

.ed-page-404__section + .ed-page-404__section {
	margin-top: clamp(56px, 7vw, 80px);
	padding-top: clamp(56px, 7vw, 80px);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ed-page-404__section-title {
	margin: 0 0 clamp(28px, 4vw, 40px);
	font-family: var(--o3w-font-display);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: var(--o3w-ink, #1c1a18);
	text-wrap: balance;
}

.ed-page-404__section-lead {
	margin: -12px 0 clamp(24px, 3vw, 32px);
	font-family: var(--o3w-font-body);
	font-size: clamp(15px, 1.05vw, 17px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.58);
	max-width: 42ch;
}

.ed-page-404__list {
	margin-top: 0;
}

.ed-page-404__search .ed-404-search {
	max-width: 560px;
}

.ed-404-search__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 20px 24px;
}

.ed-404-search__input {
	box-sizing: border-box;
	flex: 1;
	min-width: min(100%, 220px);
	margin: 0;
	padding: 12px 0;
	border: none;
	border-bottom: 1px solid rgba(28, 26, 24, 0.16);
	border-radius: 0 !important;
	background: transparent;
	font-family: var(--o3w-font-body);
	font-size: 16px;
	line-height: 1.4;
	color: var(--o3w-ink, #1c1a18);
	transition: border-color 0.3s var(--o3w-ease, ease), box-shadow 0.3s var(--o3w-ease, ease);
	-webkit-appearance: none;
	appearance: none;
}

.ed-404-search__input::placeholder {
	color: rgba(28, 26, 24, 0.32);
}

.ed-404-search__input:hover {
	border-bottom-color: rgba(28, 26, 24, 0.28);
}

.ed-404-search__input:focus {
	outline: none;
	border-bottom-color: transparent;
	box-shadow: inset 0 -2px 0 var(--o3w-vert, #2f4a3e);
}

.ed-page-404__search .ed-404-search__submit {
	margin: 0;
	flex-shrink: 0;
}

.ed-page-404__actions .ed-footer__contact-cta {
	margin-top: 0;
}

@media (max-width: 900px) {
	.ed-drawer-list__link {
		grid-template-columns: 1fr;
		grid-template-areas:
			'title'
			'text';
		row-gap: 8px;
	}
}

/* ——— Shell pages — gouttières partagées (header, fil d’Ariane, hero…) ——— */
.o3w-editorial {
	--ed-shell-max: 1680px;
	--ed-shell-pad-x: 96px;
}

.ed-shell__inner,
.ed-shell-breadcrumb__inner,
.ed-shell-hero__inner,
.ed-shell-band__inner,
.ed-shell-body__inner,
.ed-shell-cta-bar__inner {
	box-sizing: border-box;
	max-width: var(--ed-shell-max);
	margin-inline: auto;
	padding-inline: var(--ed-shell-pad-x);
}

/* ——— Hero pages (aligné Sur-mesure / Approche) ——— */
.ed-shell-hero {
	background: #faf9f7;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ed-shell-hero__inner {
	padding-top: clamp(96px, 12vh, 128px);
	padding-bottom: clamp(72px, 8vh, 96px);
}

.ed-shell-breadcrumb + .ed-page .ed-shell-hero__inner,
.ed-shell-breadcrumb + .ed-project-showcase .ed-shell-hero__inner {
	padding-top: clamp(48px, 6vh, 72px);
}

.ed-shell-hero__grid {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	column-gap: 96px;
	align-items: start;
}

.ed-shell-hero__label {
	margin: 0;
}

.ed-shell-hero__main {
	max-width: 720px;
}

.ed-shell-hero__title {
	margin: 0 0 28px;
	max-width: 22ch;
	font-family: var(--o3w-font-display);
	font-size: clamp(2.25rem, 4.2vw, 3.5rem);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.02em;
	text-wrap: balance;
	text-wrap: pretty;
	hanging-punctuation: first allow-end last;
}

.ed-shell-hero__lead {
	margin: 0;
	max-width: 40rem;
	font-family: var(--o3w-font-body);
	font-size: clamp(16px, 1.1vw, 18px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.68);
}

/* Hero avec portrait (page À propos) */
.ed-shell-hero--portrait-end .ed-shell-hero__grid--portrait {
	grid-template-columns: 220px minmax(0, 1fr) minmax(180px, 220px);
	column-gap: clamp(48px, 6vw, 80px);
}

.ed-shell-hero--portrait-end .ed-shell-hero__label {
	grid-column: 1;
	grid-row: 1;
}

.ed-shell-hero--portrait-end .ed-shell-hero__main {
	grid-column: 2;
	grid-row: 1;
	max-width: none;
}

.ed-shell-hero--portrait-end .ed-shell-hero__portrait {
	grid-column: 3;
	grid-row: 1;
	align-self: center;
	margin: 0;
	padding: 0;
	max-width: 220px;
	line-height: 0;
}

/* À propos — portrait à droite du hero, plus grand */
.ed-page--about .ed-shell-hero--portrait-end .ed-shell-hero__grid--portrait {
	grid-template-columns: 220px minmax(0, 1fr) minmax(300px, 420px);
	column-gap: clamp(48px, 5vw, 88px);
	align-items: center;
}

.ed-page--about .ed-shell-hero--portrait-end .ed-shell-hero__main {
	align-self: center;
}

.ed-page--about .ed-shell-hero--portrait-end .ed-shell-hero__portrait {
	max-width: 420px;
	width: 100%;
	align-self: center;
}

.ed-shell-hero--portrait-aside .ed-shell-hero__grid--portrait {
	grid-template-columns: 220px minmax(0, 1fr);
	column-gap: 96px;
	row-gap: clamp(40px, 5vh, 56px);
}

.ed-shell-hero--portrait-aside .ed-shell-hero__label {
	grid-column: 1;
	grid-row: 1;
}

.ed-shell-hero--portrait-aside .ed-shell-hero__portrait {
	grid-column: 1;
	grid-row: 2;
	align-self: center;
	margin: 0;
	max-width: 200px;
}

.ed-shell-hero--portrait-aside .ed-shell-hero__main {
	grid-column: 2;
	grid-row: 2;
	align-self: center;
	padding-top: clamp(12px, 1.5vh, 20px);
	max-width: none;
}

.ed-shell-hero__portrait img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--o3w-radius, 5px);
}

/* ——— Liste tiroirs (aligné Secteurs accueil) ——— */
.ed-drawer-section {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	background: #f3f1ed;
	color: var(--o3w-ink);
}

.ed-drawer-section__inner {
	box-sizing: border-box;
	max-width: 1680px;
	margin: 0 auto;
	padding: 128px 96px 144px;
}

.ed-drawer-section__head {
	margin: 0 0 64px;
	max-width: 28ch;
	font-family: var(--o3w-font-display);
	font-size: clamp(2.25rem, 5vw, 4.5rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.035em;
	color: var(--o3w-ink);
	text-wrap: balance;
	text-wrap: pretty;
	hanging-punctuation: first allow-end last;
}

.ed-drawer-section__intro {
	margin: -40px 0 56px;
	max-width: 40rem;
	font-family: var(--o3w-font-body);
	font-size: clamp(16px, 1.05vw, 17px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.62);
	text-wrap: pretty;
}

.ed-drawer-list {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ed-drawer-list__item {
	border-top: 1px solid rgba(28, 26, 24, 0.09);
	transition: border-color 0.35s var(--o3w-ease);
}

.ed-drawer-list__item:last-child {
	border-bottom: 1px solid rgba(28, 26, 24, 0.09);
}

.ed-drawer-list__item:hover {
	border-color: rgba(47, 74, 62, 0.22);
}

.ed-drawer-list__link {
	display: grid;
	grid-template-columns: minmax(15rem, max-content) minmax(0, 1fr);
	grid-template-areas: "title text";
	column-gap: clamp(48px, 6vw, 96px);
	align-items: baseline;
	width: 100%;
	padding: 24px 0;
	text-decoration: none;
	color: inherit;
	transition: color 0.35s var(--o3w-ease);
}

.ed-drawer-list__link:hover {
	color: var(--o3w-vert);
}

.ed-drawer-list__title {
	grid-area: title;
	margin: 0;
	min-width: 0;
	font-family: var(--o3w-font-display);
	font-size: clamp(20px, 1.65vw, 24px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.018em;
	text-wrap: balance;
}

@media (min-width: 901px) {
	.ed-drawer-list__title {
		white-space: nowrap;
	}
}

.ed-drawer-list__text {
	grid-area: text;
	margin: 0;
	max-width: 42rem;
	font-family: var(--o3w-font-body);
	font-size: clamp(15px, 1vw, 16px);
	line-height: 1.6;
	color: rgba(28, 26, 24, 0.6);
}

.ed-drawer-list__link:hover .ed-drawer-list__text {
	color: rgba(47, 74, 62, 0.75);
}

.ed-drawer-list__arrow {
	display: none;
}

.ed-drawer-list__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
	margin: -8px 0 20px;
	padding: 0 0 4px;
	padding-left: calc(minmax(15rem, max-content) + clamp(48px, 6vw, 96px));
	list-style: none;
}

@media (max-width: 768px) {
	.ed-drawer-list__meta {
		padding-left: 0;
	}
}

.ed-drawer-list__meta a {
	font-family: var(--o3w-font-heading);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(28, 26, 24, 0.5);
	transition: color 0.3s var(--o3w-ease);
}

.ed-drawer-list__meta a:hover {
	color: var(--o3w-vert);
}

/* ——— Bande secondaire (zones, CTA…) ——— */
.ed-shell-band {
	background: var(--o3w-paper);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ed-shell-band__inner {
	box-sizing: border-box;
	max-width: 1680px;
	margin: 0 auto;
	padding: clamp(72px, 9vh, 104px) 96px;
}

.ed-shell-band__grid {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	column-gap: 96px;
	align-items: start;
}

.ed-shell-band__label {
	margin: 0 0 24px;
}

.ed-shell-band__main {
	max-width: 720px;
}

.ed-shell-band__title {
	margin: 0 0 20px;
	font-family: var(--o3w-font-display);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.ed-shell-band__lead {
	margin: 0 0 28px;
	font-size: clamp(16px, 1.05vw, 17px);
	line-height: 1.6;
	color: rgba(28, 26, 24, 0.65);
}

.ed-shell-band__lead:last-of-type {
	margin-bottom: 28px;
}

.ed-expertises-territoires .ed-shell-band__title {
	max-width: 20ch;
}

.ed-shell-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.ed-shell-tags a {
	font-family: var(--o3w-font-heading);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(28, 26, 24, 0.55);
	border-bottom: 1px solid rgba(28, 26, 24, 0.15);
	padding-bottom: 2px;
	transition: color 0.3s var(--o3w-ease), border-color 0.3s var(--o3w-ease);
}

.ed-shell-tags a:hover {
	color: var(--o3w-vert);
	border-color: var(--o3w-vert);
}

.ed-shell-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px 36px;
}

.ed-shell-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--o3w-font-heading);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: #1c1a18;
	transition: color 0.3s var(--o3w-ease), gap 0.35s var(--o3w-ease);
}

.ed-shell-link__line {
	display: block;
	width: 48px;
	height: 1px;
	background: currentColor;
	transition: width 0.35s var(--o3w-ease);
}

.ed-shell-link:hover {
	gap: 18px;
	color: var(--o3w-vert);
}

.ed-shell-link:hover .ed-shell-link__line {
	width: 64px;
}

.ed-shell-link--ghost {
	color: rgba(28, 26, 24, 0.58);
}

.ed-shell-link--ghost:hover {
	color: var(--o3w-vert);
}

.ed-shell-body__label a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s var(--o3w-ease);
}

.ed-shell-body__label a:hover {
	color: var(--o3w-vert);
}

.ed-about-block + .ed-about-block {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* ——— Page À propos ——— */
.ed-page-about__inner {
	padding-top: clamp(72px, 9vh, 104px);
	padding-bottom: clamp(80px, 10vh, 120px);
}

.ed-editorial-spotlight--about-intro + .ed-page-about__body .ed-page-about__inner {
	padding-top: clamp(72px, 9vh, 104px);
}

.ed-about-stance--intro .ed-expertises-stance__main {
	max-width: none;
}

.ed-about-stance__grid--intro {
	align-items: start;
}

/* Grille éditoriale : kicker | texte | visuel (journal) */
.ed-editorial-split {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) minmax(280px, 360px);
	column-gap: clamp(40px, 5vw, 72px);
	row-gap: 0;
	align-items: start;
}

/* Blog — visuel plus présent */
.ed-journal-intro__split.ed-editorial-split {
	grid-template-columns: 220px minmax(0, 1fr) minmax(380px, 480px);
}

/* Expertises — ratio 1446×949, hauteur naturelle */
.ed-editorial-split--expertise.ed-editorial-split {
	grid-template-columns: 220px minmax(0, 1fr) minmax(320px, 420px);
}

.ed-page--expertise .ed-expertise-intro__media,
.ed-page--expertise .ed-page-intro__media {
	overflow: visible;
}

.ed-page--expertise .ed-expertise-intro__media img,
.ed-page--expertise .ed-page-intro__media img {
	width: 100%;
	height: auto;
	object-fit: unset;
}

.ed-editorial-split--no-media {
	grid-template-columns: 220px minmax(0, 1fr);
}

.ed-editorial-split .ed-expertises-stance__aside,
.ed-editorial-split .ed-shell-body__label {
	grid-column: 1;
	grid-row: 1;
}

.ed-editorial-split .ed-expertises-stance__main,
.ed-editorial-split .ed-journal-intro__content {
	grid-column: 2;
	grid-row: 1;
	max-width: none;
}

.ed-editorial-split__media {
	grid-column: 3;
	grid-row: 1;
	margin: 0;
	padding: 0;
	line-height: 0;
	align-self: start;
}

.ed-editorial-split__media img,
.ed-editorial-split__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--o3w-radius, 5px);
}

.ed-journal-article__media.ed-editorial-split__media {
	aspect-ratio: var(--o3w-journal-aspect, 1446 / 620);
	overflow: hidden;
}

/* Pages expertises & zones — intro, bande sombre, corps */
.ed-page--expertise .ed-page-intro,
.ed-page--zone .ed-page-intro,
.ed-page--zones-hub .ed-page-intro {
	margin-bottom: 0;
}

.ed-page--expertise .ed-page-intro .ed-shell-body__inner,
.ed-page--zone .ed-page-intro .ed-shell-body__inner,
.ed-page--zones-hub .ed-page-intro .ed-shell-body__inner {
	padding-top: clamp(48px, 6vh, 72px);
	padding-bottom: clamp(64px, 8vh, 96px);
}

.ed-page--expertise .ed-editorial-spotlight--expertise-pillar,
.ed-page--zone .ed-editorial-spotlight--expertise-pillar,
.ed-page--zones-hub .ed-editorial-spotlight--expertise-pillar {
	margin: 0;
}

.ed-page--expertise .ed-page-expertise__body .ed-shell-body__inner,
.ed-page--zone .ed-page-expertise__body .ed-shell-body__inner {
	padding-top: clamp(72px, 9vh, 104px);
}

.ed-page--expertise .ed-page-intro__kicker,
.ed-page--zone .ed-page-intro__kicker,
.ed-page--zones-hub .ed-page-intro__kicker {
	margin: 0 0 var(--o3w-space-3);
}

.ed-page--expertise .ed-page-intro__title,
.ed-page--zone .ed-page-intro__title,
.ed-page--zones-hub .ed-page-intro__title {
	margin: 0 0 var(--o3w-space-3);
}

.ed-page--expertise .ed-page-intro__text p,
.ed-page--expertise .ed-page-intro__text ul,
.ed-page--expertise .ed-expertises-stance__main > p,
.ed-page--expertise .ed-expertises-stance__main > ul,
.ed-page--expertise .ed-expertises-stance__main > ol,
.ed-page--zone .ed-page-intro__text p,
.ed-page--zone .ed-page-intro__text ul,
.ed-page--zone .ed-expertises-stance__main > p,
.ed-page--zone .ed-expertises-stance__main > ul,
.ed-page--zone .ed-expertises-stance__main > ol,
.ed-page--zones-hub .ed-expertises-stance__main > p,
.ed-page--zones-hub .ed-expertises-stance__main > ul,
.ed-page--zones-hub .ed-expertises-stance__main > ol {
	margin: 0 0 22px;
	font-size: clamp(16px, 1.05vw, 18px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.72);
}

.ed-page--expertise .ed-editorial-spotlight .ed-expertises-stance__main > p,
.ed-page--expertise .ed-editorial-spotlight .ed-expertises-stance__main > ul,
.ed-page--expertise .ed-editorial-spotlight .ed-expertises-stance__main > ol,
.ed-page--zone .ed-editorial-spotlight .ed-expertises-stance__main > p,
.ed-page--zone .ed-editorial-spotlight .ed-expertises-stance__main > ul,
.ed-page--zone .ed-editorial-spotlight .ed-expertises-stance__main > ol,
.ed-page--zones-hub .ed-editorial-spotlight .ed-expertises-stance__main > p,
.ed-page--zones-hub .ed-editorial-spotlight .ed-expertises-stance__main > ul,
.ed-page--zones-hub .ed-editorial-spotlight .ed-expertises-stance__main > ol {
	color: rgba(255, 255, 255, 0.68);
}

.ed-page--expertise .ed-page-intro__text p:last-child,
.ed-page--expertise .ed-page-intro__text ul:last-child,
.ed-page--expertise .ed-expertises-stance__main > p:last-child,
.ed-page--expertise .ed-expertises-stance__main > ul:last-child,
.ed-page--expertise .ed-expertises-stance__main > ol:last-child,
.ed-page--zone .ed-page-intro__text p:last-child,
.ed-page--zone .ed-page-intro__text ul:last-child,
.ed-page--zone .ed-expertises-stance__main > p:last-child,
.ed-page--zone .ed-expertises-stance__main > ul:last-child,
.ed-page--zone .ed-expertises-stance__main > ol:last-child {
	margin-bottom: 0;
}

.ed-page--expertise .ed-page-intro__text p:first-child,
.ed-page--zone .ed-page-intro__text p:first-child {
	margin-top: 0;
}

.ed-page--expertise .ed-page-expertise__body .ed-expertises-stance:last-child,
.ed-page--zone .ed-page-expertise__body .ed-expertises-stance:last-child {
	padding-bottom: 0;
}

.ed-page--expertise .ed-expertises-stance__main li + li,
.ed-page--zone .ed-expertises-stance__main li + li,
.ed-page--zones-hub .ed-expertises-stance__main li + li {
	margin-top: 0.35em;
}

/* Hub Expertises — pages métiers */
.ed-expertises-metiers {
	background: var(--o3w-paper);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ed-expertises-metiers__inner {
	box-sizing: border-box;
	max-width: 1680px;
	margin: 0 auto;
	padding: clamp(72px, 9vh, 104px) 96px clamp(88px, 10vh, 112px);
}

.ed-expertises-metiers__header {
	max-width: 52rem;
	margin-bottom: clamp(40px, 5vh, 56px);
}

.ed-expertises-metiers__label {
	margin-bottom: 20px;
}

.ed-expertises-metiers__head {
	margin: 0 0 20px;
	max-width: 16ch;
	font-family: var(--o3w-font-display);
	font-size: clamp(2rem, 4.5vw, 3.75rem);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.ed-expertises-metiers__intro {
	margin: 0;
	max-width: 40rem;
	font-size: clamp(16px, 1.05vw, 17px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.62);
}

.ed-expertises-metiers__intro + .ed-expertises-metiers__intro {
	margin-top: 22px;
}

.ed-expertises-metiers__grid--cards {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ed-expertises-metiers__item {
	display: flex;
	min-height: 0;
}

.ed-expertises-metiers__card--tile {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100%;
	height: 100%;
	gap: 0;
	padding: 0;
	text-decoration: none;
	color: inherit;
	background: rgba(255, 255, 255, 0.5);
	border-radius: var(--o3w-radius, 5px);
	overflow: hidden;
	transition:
		background-color 0.85s cubic-bezier(0.33, 0, 0.2, 1),
		box-shadow 0.85s cubic-bezier(0.33, 0, 0.2, 1),
		transform 0.85s cubic-bezier(0.33, 0, 0.2, 1);
}

.ed-expertises-metiers__card--tile:hover,
.ed-expertises-metiers__card--tile:focus-visible {
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 4px 20px rgba(28, 26, 24, 0.05);
	transform: translateY(-2px);
}

.ed-expertises-metiers__card--tile:hover .ed-expertises-metiers__title,
.ed-expertises-metiers__card--tile:focus-visible .ed-expertises-metiers__title {
	color: var(--o3w-vert, #2f4a3e);
}

.ed-expertises-metiers__thumb {
	display: block;
	flex-shrink: 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
	aspect-ratio: 1446 / 949;
}

.ed-expertises-metiers__thumb-img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

.ed-expertises-metiers__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
	min-height: 0;
	padding: clamp(16px, 2vw, 20px) clamp(18px, 2vw, 22px) clamp(20px, 2.2vw, 24px);
}

.ed-expertises-metiers__title {
	font-family: var(--o3w-font-heading);
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	transition: color 0.85s cubic-bezier(0.33, 0, 0.2, 1);
}

.ed-expertises-metiers__text {
	flex: 1;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: rgba(28, 26, 24, 0.55);
}

.ed-expertises-metiers__outro {
	margin: clamp(32px, 4vh, 48px) 0 0;
	font-size: 0.9375rem;
	color: rgba(28, 26, 24, 0.55);
}

.ed-expertises-metiers__outro a {
	color: var(--o3w-vert-deep, #2f4a3e);
}

@media (max-width: 768px) {
	.ed-expertises-metiers__inner {
		padding-inline: 24px;
	}
}

.ed-journal-article__media .ed-editorial-split__img,
.ed-journal-article__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ed-about-secteurs {
	background: #f3f1ed;
}

.ed-about-secteurs__head {
	margin: 0 0 24px;
	max-width: none;
}

.ed-about-secteurs .ed-shell-band__lead {
	margin-bottom: 28px;
}

.ed-about-secteurs__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ed-about-secteurs__list li {
	position: relative;
	padding-left: 1.1em;
	margin-bottom: 0.55em;
	font-size: clamp(16px, 1.05vw, 17px);
	line-height: 1.55;
	color: rgba(28, 26, 24, 0.72);
}

.ed-about-secteurs__list li::before {
	content: '—';
	position: absolute;
	left: 0;
	color: var(--o3w-vert, #2f4a3e);
}

.ed-about-secteurs__list a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.ed-about-secteurs__list a:hover {
	color: var(--o3w-vert, #2f4a3e);
}

@media (max-width: 1100px) {
	.ed-editorial-split {
		grid-template-columns: 180px minmax(0, 1fr) minmax(240px, 300px);
		column-gap: 40px;
	}

	.ed-editorial-split--no-media {
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.ed-journal-intro__split.ed-editorial-split {
		grid-template-columns: 180px minmax(0, 1fr) minmax(320px, 380px);
	}

	.ed-editorial-split--expertise.ed-editorial-split {
		grid-template-columns: 180px minmax(0, 1fr) minmax(280px, 360px);
	}

}

@media (max-width: 900px) {
	.ed-editorial-split,
	.ed-editorial-split--no-media {
		grid-template-columns: 1fr;
		row-gap: 28px;
	}

	.ed-editorial-split .ed-expertises-stance__aside,
	.ed-editorial-split .ed-shell-body__label,
	.ed-editorial-split .ed-expertises-stance__main,
	.ed-editorial-split .ed-journal-intro__content,
	.ed-editorial-split__media {
		grid-column: 1;
		grid-row: auto;
	}

	.ed-editorial-split__media {
		width: min(420px, 100%);
		max-width: 100%;
		margin-inline: auto;
		overflow: hidden;
	}

	.ed-page--expertise .ed-expertise-intro__media,
	.ed-page--expertise .ed-page-intro__media {
		overflow: hidden;
		max-width: 100%;
	}

	.ed-shell-hero--portrait-end .ed-shell-hero__grid--portrait,
	.ed-shell-hero--portrait-aside .ed-shell-hero__grid--portrait {
		grid-template-columns: 1fr;
		row-gap: 28px;
	}

	.ed-shell-hero--portrait-end .ed-shell-hero__label,
	.ed-shell-hero--portrait-end .ed-shell-hero__main,
	.ed-shell-hero--portrait-end .ed-shell-hero__portrait,
	.ed-shell-hero--portrait-aside .ed-shell-hero__label,
	.ed-shell-hero--portrait-aside .ed-shell-hero__main,
	.ed-shell-hero--portrait-aside .ed-shell-hero__portrait {
		grid-column: 1;
		grid-row: auto;
	}

	.ed-shell-hero--portrait-end .ed-shell-hero__portrait,
	.ed-shell-hero--portrait-aside .ed-shell-hero__portrait {
		max-width: min(280px, 88vw);
		margin-inline: auto;
	}

	.ed-page--about .ed-shell-hero--portrait-end .ed-shell-hero__portrait {
		max-width: min(360px, 92vw);
	}

	.ed-shell-hero--portrait-aside .ed-shell-hero__main {
		grid-row: auto;
		align-self: start;
		padding-top: 0;
	}
}

/* Contact : voir assets/css/contact-page.css */

/* padding-top .ed-main : voir accessibility.css (fil d’Ariane + pages shell) */

.ed-shell-cta-bar {
	background: #faf9f7;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.ed-shell-cta-bar__inner {
	box-sizing: border-box;
	max-width: 1680px;
	margin: 0 auto;
	padding: 56px 96px 80px;
}

.ed-shell-cta-bar__inner--center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 720px;
	margin-inline: auto;
	padding-top: clamp(64px, 8vh, 88px);
	padding-bottom: clamp(72px, 9vh, 96px);
}

.ed-shell-cta-bar--portfolio {
	background: #1c1a18;
	border-top: none;
	color: rgba(255, 255, 255, 0.88);
}

.ed-shell-cta-bar--portfolio .ed-shell-cta-bar__title {
	color: #fff;
}

.ed-shell-cta-bar--portfolio .ed-shell-cta-bar__text {
	color: rgba(255, 255, 255, 0.72);
}

.ed-shell-cta-bar--portfolio .ed-footer__contact-cta {
	color: #fff !important;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.ed-shell-cta-bar--portfolio .ed-footer__contact-cta:hover {
	color: #1c1a18 !important;
	background: #fff;
	border-color: #fff;
	transform: none;
}

.ed-shell-cta-bar--about-dark {
	background: #1c1a18;
	border-top: none;
	color: rgba(255, 255, 255, 0.88);
}

.ed-shell-cta-bar--about-dark .ed-shell-cta-bar__title {
	color: #fff;
}

.ed-shell-cta-bar--about-dark .ed-shell-cta-bar__text {
	color: rgba(255, 255, 255, 0.72);
}

.ed-shell-cta-bar--about-dark .ed-footer__contact-cta {
	color: #fff !important;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.ed-shell-cta-bar--about-dark .ed-footer__contact-cta:hover {
	color: #1c1a18 !important;
	background: #fff;
	border-color: #fff;
	transform: none;
}

/* Hub Expertises — CTA final */
.ed-shell-cta-bar--expertises-hub,
.ed-page--expertises-hub .ed-shell-cta-bar--expertises-hub {
	background: #1c1a18;
	border-top: none;
	color: rgba(255, 255, 255, 0.88);
}

.ed-shell-cta-bar--expertises-hub .ed-shell-cta-bar__inner--center {
	max-width: 52rem;
}

.ed-shell-cta-bar--expertises-hub .ed-shell-cta-bar__title {
	margin-bottom: clamp(20px, 2.5vh, 28px);
	max-width: none;
	font-size: clamp(2rem, 4.2vw, 3.25rem);
	line-height: 1.06;
	letter-spacing: -0.03em;
	color: #fff;
	text-wrap: balance;
}

.ed-shell-cta-bar--expertises-hub .ed-shell-cta-bar__text {
	margin-bottom: clamp(36px, 4.5vh, 48px);
	max-width: 36rem;
	font-size: clamp(17px, 1.15vw, 19px);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
}

/* Typo boutons — alignée section Outils (home-capabilities.css) */
.ed-shell-cta-bar--expertises-hub .ed-home-capabilities__btn {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	font-family: var(--o3w-font-heading, system-ui, sans-serif);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: var(--o3w-radius, 6px);
}

.ed-shell-cta-bar--expertises-hub .ed-home-capabilities__btn.ed-btn--primary {
	margin-top: 0;
	color: #1c1a18;
	background: #fff;
	border: 1px solid #fff;
}

.ed-shell-cta-bar--expertises-hub .ed-home-capabilities__btn.ed-btn--primary:hover {
	color: #fff;
	background: var(--o3w-vert, #2f4a3e);
	border-color: var(--o3w-vert, #2f4a3e);
	transform: none;
	box-shadow: none;
}

.ed-shell-cta-bar--expertises-hub .ed-home-capabilities__btn.ed-btn--ghost {
	margin-top: 0;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.ed-shell-cta-bar--expertises-hub .ed-home-capabilities__btn.ed-btn--ghost:hover {
	color: #1c1a18;
	background: #fff;
	border-color: #fff;
	transform: none;
	box-shadow: none;
}

.ed-shell-cta-bar--expertises-hub .ed-shell-cta-bar__actions {
	gap: 14px 16px;
}

.ed-shell-cta-bar__title {
	margin: 0 0 16px;
	font-family: var(--o3w-font-display);
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: var(--o3w-ink, #1c1a18);
}

.ed-shell-cta-bar__text {
	margin: 0 auto 32px;
	max-width: 46ch;
	font-size: clamp(15px, 1.05vw, 17px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.62);
}

.ed-shell-cta-bar__inner--center .ed-shell-cta-bar__actions {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 10px 12px;
	max-width: 100%;
}

.ed-shell-cta-bar__inner--center .ed-shell-cta-bar__actions .ed-footer__contact-cta {
	white-space: nowrap;
	flex-shrink: 0;
}

@media (max-width: 720px) {
	.ed-shell-cta-bar__inner--center .ed-shell-cta-bar__actions {
		flex-wrap: wrap;
		gap: 12px;
	}

	.ed-shell-cta-bar__inner--center .ed-footer__contact-cta {
		white-space: normal;
	}
}

.ed-shell-link--cta {
	font-size: 12px;
	letter-spacing: 0.2em;
	color: var(--o3w-vert, #2f4a3e);
}

.ed-shell-link--cta .ed-shell-link__line {
	width: 56px;
	height: 2px;
}

.ed-shell-link--cta:hover .ed-shell-link__line {
	width: 80px;
}

/* ——— Corps page générique ——— */
.ed-shell-body {
	background: var(--o3w-paper);
}

.ed-shell-body__inner {
	box-sizing: border-box;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 96px clamp(80px, 10vh, 120px);
}

.ed-shell-body--hub .ed-shell-body__inner {
	padding-top: clamp(96px, 12vh, 128px);
}

.ed-page--journal .ed-shell-body__inner {
	padding-top: clamp(48px, 6vh, 72px);
}

.ed-page--blog .ed-archive-grid--journal,
.ed-page--journal .ed-archive-grid--journal {
	margin-top: 0;
}

.ed-shell-body__grid {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	column-gap: 96px;
	align-items: start;
}

.ed-shell-body__main {
	max-width: 720px;
}

.ed-shell-body__grid--full {
	grid-template-columns: minmax(0, 1fr);
}

.ed-shell-body__grid--full .ed-shell-body__main {
	max-width: 720px;
}

.ed-journal-archive__intro {
	padding-bottom: 0;
}

.ed-journal-archive__intro + .ed-shell-body__inner .ed-archive-grid--journal,
.ed-page--blog .ed-shell-body__inner > .ed-archive-grid--journal,
.ed-page--journal .ed-shell-body__inner > .ed-archive-grid--journal {
	margin-top: clamp(32px, 4vh, 48px);
}

/* ——— Hub Expertises — corps type Approche ——— */
.ed-expertises-stance {
	padding: clamp(72px, 9vh, 104px) 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ed-expertises-stance--first {
	padding-top: 0;
	border-top: 0;
}

.ed-expertises-stance__grid {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	column-gap: 96px;
	align-items: start;
}

.ed-expertises-stance__label {
	margin: 0;
	padding-top: 8px;
	color: rgba(28, 26, 24, 0.45);
}

.ed-expertises-stance__label::after {
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	margin-top: 14px;
	background: currentColor;
	opacity: 0.5;
}

.ed-expertises-stance__main {
	max-width: 720px;
}

.ed-expertises-stance__title {
	margin: 0 0 28px;
	font-family: var(--o3w-font-display);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.ed-expertises-stance__text {
	margin: 0 0 22px;
	font-family: var(--o3w-font-body);
	font-size: clamp(16px, 1.05vw, 18px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.72);
	text-wrap: pretty;
}

.ed-expertises-stance__text:last-child {
	margin-bottom: 0;
}

.ed-expertises-stance__text--secondary {
	color: rgba(28, 26, 24, 0.58);
}

/* ——— Hub Expertises — rythme page (couleurs & espacements) ——— */
.ed-page--expertises-hub {
	--ed-hub-section-y: clamp(80px, 10vh, 112px);
	--ed-hub-gap-y: clamp(48px, 6vh, 64px);
	--ed-hub-gap-y-tight: clamp(32px, 4vh, 44px);
}

/* Bande noire (1re section) */
.ed-page--expertises-hub .ed-editorial-spotlight--expertises-identity .ed-editorial-spotlight__inner {
	padding-top: clamp(88px, 11vh, 120px);
	padding-bottom: var(--ed-hub-section-y);
}

/* Visibilité (blanc) */
.ed-page--expertises-hub .ed-expertises-hub__rest {
	background: #fff;
}

.ed-page--expertises-hub .ed-expertises-hub__rest .ed-shell-body__inner {
	padding-top: var(--ed-hub-gap-y);
	padding-bottom: var(--ed-hub-section-y);
}

.ed-page--expertises-hub .ed-expertises-hub__body .ed-expertises-stance {
	padding: 0;
	border-top: 0;
}

.ed-page--expertises-hub .ed-expertises-hub__body .ed-expertises-stance__title {
	margin-bottom: clamp(28px, 3.5vh, 36px);
	max-width: 18ch;
	font-size: clamp(2.25rem, 5vw, 4.5rem);
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.ed-page--expertises-hub .ed-expertises-hub__body .ed-expertises-stance__text {
	max-width: 40rem;
}

.ed-page--expertises-hub .ed-expertises-hub__body .ed-expertises-stance__text + .ed-expertises-stance__text {
	color: rgba(28, 26, 24, 0.58);
}

/* Les outils — tags + carrousel (même fond) */
.ed-page--expertises-hub .ed-expertises-volets {
	background: #f3f1ed;
	border-top: none;
}

.ed-page--expertises-hub .ed-expertises-volets__inner {
	padding: var(--ed-hub-section-y) var(--ed-shell-pad-x) var(--ed-hub-gap-y-tight);
}

.ed-page--expertises-hub .ed-expertises-volets__header {
	margin-bottom: var(--ed-hub-gap-y-tight);
}

.ed-page--expertises-hub .ed-expertises-pillars {
	background: #f3f1ed;
	border-top: none;
}

.ed-page--expertises-hub .ed-expertises-pillars__inner {
	padding: 0 var(--ed-shell-pad-x) var(--ed-hub-section-y);
}

.ed-page--expertises-hub .ed-expertises-pillars .ed-expertise-cards-carousel {
	margin-top: 0;
}

.ed-page--expertises-hub .ed-expertises-pillars .ed-expertise-cards-carousel__controls {
	margin-top: var(--ed-hub-gap-y-tight);
}

.ed-page--expertises-hub .ed-expertises-pillars__card--tile {
	background: rgba(255, 255, 255, 0.58);
}

/* Secteurs */
.ed-page--expertises-hub .ed-expertises-metiers {
	background: var(--o3w-paper);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ed-page--expertises-hub .ed-expertises-metiers__inner {
	padding: var(--ed-hub-section-y) var(--ed-shell-pad-x);
}

.ed-page--expertises-hub .ed-expertises-metiers__main.ed-expertises-stance__main {
	max-width: none;
}

.ed-page--expertises-hub .ed-expertises-metiers .ed-expertises-stance__title {
	max-width: 18ch;
	margin-bottom: clamp(28px, 3.5vh, 36px);
	font-size: clamp(2.25rem, 5vw, 4.5rem);
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.ed-page--expertises-hub .ed-expertises-metiers .ed-expertises-stance__text {
	max-width: 40rem;
	margin-bottom: 18px;
	color: rgba(28, 26, 24, 0.62);
}

.ed-page--expertises-hub .ed-expertises-metiers .ed-expertises-stance__text:last-of-type {
	margin-bottom: 0;
}

.ed-page--expertises-hub .ed-expertises-metiers .ed-expertises-stance__text + .ed-expertises-stance__text {
	color: rgba(28, 26, 24, 0.58);
}

.ed-page--expertises-hub .ed-expertises-metiers .ed-expertise-cards-carousel {
	margin-top: var(--ed-hub-gap-y);
}

.ed-page--expertises-hub .ed-expertises-metiers .ed-expertise-cards-carousel__controls {
	margin-top: var(--ed-hub-gap-y-tight);
}

.ed-page--expertises-hub .ed-expertises-metiers__card--tile {
	background: rgba(255, 255, 255, 0.72);
}

/* Territoires */
.ed-page--expertises-hub .ed-expertises-territoires {
	background: #faf9f7;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ed-page--expertises-hub .ed-expertises-territoires .ed-shell-band__inner {
	padding-block: var(--ed-hub-section-y);
}

.ed-page--expertises-hub .ed-expertises-territoires .ed-shell-band__title {
	margin-bottom: clamp(28px, 3.5vh, 36px);
	max-width: 20ch;
	font-size: clamp(2.25rem, 5vw, 4.5rem);
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.ed-page--expertises-hub .ed-expertises-territoires .ed-shell-band__lead {
	max-width: 40rem;
	margin-bottom: 20px;
}

.ed-page--expertises-hub .ed-expertises-territoires .ed-shell-band__lead:last-of-type {
	margin-bottom: var(--ed-hub-gap-y-tight);
}

.ed-page--expertises-hub .ed-expertises-territoires .ed-shell-tags {
	margin-bottom: var(--ed-hub-gap-y-tight);
}

.ed-page--expertises-hub .ed-expertises-territoires .ed-shell-actions {
	margin-top: 0;
}

/* CTA final */
.ed-page--expertises-hub .ed-shell-cta-bar--expertises-hub .ed-shell-cta-bar__inner--center {
	padding-top: var(--ed-hub-section-y);
	padding-bottom: clamp(96px, 12vh, 128px);
}

/* ——— Hub Expertises — volets (tags) ——— */
.ed-expertises-volets {
	background: #f3f1ed;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	color: var(--o3w-ink);
}

.ed-expertises-volets__inner {
	box-sizing: border-box;
	max-width: 1680px;
	margin: 0 auto;
	padding: clamp(96px, 11vh, 128px) 96px clamp(104px, 12vh, 140px);
}

.ed-expertises-volets__header {
	max-width: 52rem;
	margin-bottom: clamp(40px, 5vh, 56px);
}

.ed-expertises-volets__label {
	margin-bottom: 20px;
}

.ed-expertises-volets__head {
	margin: 0 0 24px;
	max-width: 18ch;
	font-family: var(--o3w-font-display);
	font-size: clamp(2.25rem, 5vw, 4.5rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.ed-expertises-volets__intro,
.ed-expertises-volets__outro {
	margin: 0;
	max-width: 40rem;
	font-size: clamp(16px, 1.05vw, 17px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.62);
	text-wrap: pretty;
}

.ed-expertises-volets__outro {
	margin-top: 28px;
	font-size: 15px;
	color: rgba(28, 26, 24, 0.5);
}

.ed-expertises-volets__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ed-expertises-volets__tag {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 36px;
	padding: 0 16px;
	border: 1px solid rgba(28, 26, 24, 0.12);
	border-radius: 999px;
	font-family: var(--o3w-font-body);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(28, 26, 24, 0.72);
	text-decoration: none;
	background: rgba(255, 255, 255, 0.35);
	transition:
		background-color 0.35s var(--o3w-ease, ease),
		border-color 0.35s var(--o3w-ease, ease),
		color 0.35s var(--o3w-ease, ease);
}

a.ed-expertises-volets__tag:hover,
a.ed-expertises-volets__tag:focus-visible {
	border-color: rgba(47, 74, 62, 0.35);
	color: var(--o3w-vert, #2f4a3e);
	background: rgba(255, 255, 255, 0.65);
}

.ed-expertises-volets__tag--static {
	cursor: default;
}

/* ——— Hub Expertises — grille piliers (legacy) ——— */
.ed-expertises-pillars {
	background: #f3f1ed;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	color: var(--o3w-ink);
}

.ed-expertises-pillars__inner {
	box-sizing: border-box;
	max-width: 1680px;
	margin: 0 auto;
	padding: clamp(96px, 11vh, 128px) 96px clamp(104px, 12vh, 140px);
}

.ed-expertises-pillars__header {
	max-width: 52rem;
	margin-bottom: clamp(48px, 6vh, 72px);
}

.ed-expertises-pillars__label {
	margin-bottom: 20px;
}

.ed-expertises-pillars__head {
	margin: 0 0 24px;
	max-width: 16ch;
	font-family: var(--o3w-font-display);
	font-size: clamp(2.25rem, 5vw, 4.5rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.ed-expertises-pillars__intro {
	margin: 0;
	max-width: 40rem;
	font-size: clamp(16px, 1.05vw, 17px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.62);
	text-wrap: pretty;
}

.ed-expertises-pillars__grid--cards {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 0;
}

/* Hub Expertises — carrousels leviers & métiers */
.ed-expertise-cards-carousel {
	--ed-carousel-gap: 20px;
	--ed-carousel-per-view: 4;
}

.ed-expertise-cards-carousel__viewport {
	overflow: hidden;
}

.ed-expertise-cards-carousel__track {
	display: flex;
	gap: var(--ed-carousel-gap);
	align-items: stretch;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
	touch-action: pan-x;
	user-select: none;
}

.ed-expertise-cards-carousel__track::-webkit-scrollbar {
	display: none;
}

.ed-expertise-cards-carousel__track.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
	scroll-behavior: auto;
}

.ed-expertise-cards-carousel__track > .ed-expertises-pillars__item,
.ed-expertise-cards-carousel__track > .ed-expertises-metiers__item {
	flex: 0 0 calc(
		(100% - (var(--ed-carousel-per-view) - 1) * var(--ed-carousel-gap)) / var(--ed-carousel-per-view)
	);
	min-width: 0;
	scroll-snap-align: start;
}

.ed-expertise-cards-carousel__track a {
	cursor: pointer;
}

.ed-expertise-cards-carousel__controls {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: clamp(28px, 3.5vh, 40px);
}

.ed-expertise-cards-carousel__controls[hidden] {
	display: none;
}

.ed-expertise-cards-carousel__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: var(--o3w-radius, 6px);
	background: transparent;
	font-family: var(--o3w-font-heading, system-ui, sans-serif);
	font-size: 16px;
	color: #1c1a18;
	cursor: pointer;
	transition:
		border-color 0.3s var(--o3w-ease, ease),
		color 0.3s var(--o3w-ease, ease),
		background 0.3s var(--o3w-ease, ease),
		opacity 0.3s var(--o3w-ease, ease);
}

.ed-expertise-cards-carousel__btn:hover:not(:disabled) {
	border-color: #1c1a18;
	color: #fff;
	background: #1c1a18;
}

.ed-expertise-cards-carousel__btn:disabled {
	opacity: 0.35;
	cursor: default;
}

.ed-expertises-pillars__item {
	display: flex;
	border: 0;
	min-height: 0;
}

.ed-expertises-pillars__item:nth-child(odd) {
	border-right: 0;
}

.ed-expertises-pillars__card--tile {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	height: 100%;
	gap: 0;
	padding: 0;
	text-decoration: none;
	color: inherit;
	background: rgba(255, 255, 255, 0.35);
	border-radius: var(--o3w-radius, 5px);
	overflow: hidden;
	transition:
		background-color 0.85s cubic-bezier(0.33, 0, 0.2, 1),
		box-shadow 0.85s cubic-bezier(0.33, 0, 0.2, 1),
		transform 0.85s cubic-bezier(0.33, 0, 0.2, 1);
}

.ed-expertises-pillars__card--tile:hover,
.ed-expertises-pillars__card--tile:focus-visible {
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 4px 20px rgba(28, 26, 24, 0.05);
	transform: translateY(-2px);
}

.ed-expertises-pillars__card--tile:hover .ed-expertises-pillars__title,
.ed-expertises-pillars__card--tile:focus-visible .ed-expertises-pillars__title {
	color: var(--o3w-vert, #2f4a3e);
}

.ed-expertises-pillars__thumb {
	display: block;
	flex-shrink: 0;
	width: 100%;
	margin: 0;
	line-height: 0;
	overflow: hidden;
	aspect-ratio: 1446 / 949;
}

.ed-expertises-pillars__thumb-img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Override .o3w-editorial img { height: auto } — vignettes carrousel hub */
.o3w-editorial .ed-expertises-pillars__thumb-img,
.o3w-editorial .ed-expertises-metiers__thumb-img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

.ed-expertise-cards-carousel {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.ed-expertise-cards-carousel__viewport {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.ed-page--expertises-hub {
	overflow-x: clip;
	max-width: 100%;
}

.ed-expertises-pillars__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	min-height: 0;
	padding: clamp(16px, 2vw, 20px) clamp(18px, 2vw, 22px) clamp(20px, 2.2vw, 24px);
}

.ed-expertises-pillars__title {
	font-family: var(--o3w-font-display);
	font-size: clamp(17px, 1.2vw, 20px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.018em;
	transition: color 0.85s cubic-bezier(0.33, 0, 0.2, 1);
}

.ed-expertises-pillars__text {
	flex: 1;
	font-size: clamp(13px, 0.9vw, 14px);
	line-height: 1.5;
	color: rgba(28, 26, 24, 0.58);
	transition: color 0.85s cubic-bezier(0.33, 0, 0.2, 1);
}

.ed-expertises-pillars__card--tile:hover .ed-expertises-pillars__text,
.ed-expertises-pillars__card--tile:focus-visible .ed-expertises-pillars__text {
	color: rgba(28, 26, 24, 0.65);
}

.ed-shell-body__main .ed-page-lede,
.ed-shell-body__main .o3w-lead {
	margin: 0 0 28px;
	font-size: clamp(16px, 1.05vw, 18px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.68);
}

/* Corps éditorial : pas de gras décoratif en milieu de phrase */
.o3w-editorial .ed-prose strong,
.o3w-editorial .ed-expertises-stance__text strong {
	font-weight: inherit;
}

.o3w-editorial .ed-legal-prose strong {
	font-weight: 600;
}

/* Page Réalisations — titres de bandeau alignés sur le shell */
.ed-portfolio-selection .ed-drawer-section__head {
	margin: 0 0 24px;
	max-width: none;
}

.ed-portfolio-selection .ed-shell-band__lead {
	margin: 0 0 48px;
}

.ed-portfolio-domains .ed-drawer-section__head {
	margin: 0 0 24px;
	max-width: none;
}

.ed-portfolio-domains .ed-shell-band__lead {
	margin: 0;
}

.ed-portfolio-featured__inner {
	padding-top: clamp(88px, 11vh, 120px);
	padding-bottom: clamp(88px, 11vh, 120px);
}

.ed-portfolio-featured__grid {
	align-items: center;
}

/* ——— Responsive ——— */
@media (max-width: 1100px) {
	.ed-drawer-section__inner {
		padding: 104px 48px 120px;
	}

	.o3w-editorial {
		--ed-shell-pad-x: 48px;
	}

	.ed-shell-breadcrumb__inner,
	.ed-shell-hero__inner,
	.ed-drawer-section__inner,
	.ed-shell-band__inner,
	.ed-shell-cta-bar__inner,
	.ed-shell-body__inner {
		padding-left: 48px;
		padding-right: 48px;
	}

	.ed-shell-hero__grid,
	.ed-shell-band__grid,
	.ed-shell-body__grid,
	.ed-expertises-stance__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ed-expertises-volets__inner,
	.ed-expertises-pillars__inner {
		padding-left: 48px;
		padding-right: 48px;
	}

	.ed-page--expertises-hub {
		--ed-hub-section-y: clamp(64px, 8vh, 88px);
		--ed-hub-gap-y: clamp(40px, 5vh, 52px);
		--ed-hub-gap-y-tight: clamp(24px, 3vh, 32px);
	}

	.ed-page--expertises-hub .ed-editorial-spotlight--expertises-identity .ed-editorial-spotlight__inner {
		padding-top: clamp(72px, 9vh, 96px);
	}

	.ed-expertise-cards-carousel {
		--ed-carousel-per-view: 2;
	}

	.ed-drawer-list__link {
		grid-template-columns: minmax(13rem, max-content) minmax(0, 1fr);
	}
}

@media (max-width: 768px) {
	.ed-drawer-section__inner {
		padding: 80px 24px 96px;
	}

	.ed-drawer-section__head {
		margin-bottom: 48px;
		font-size: clamp(1.875rem, 8vw, 2.5rem);
	}

	.ed-drawer-section__intro {
		margin: -24px 0 40px;
	}

	.o3w-editorial {
		--ed-shell-pad-x: 24px;
	}

	.ed-shell-breadcrumb__inner,
	.ed-shell-hero__inner,
	.ed-drawer-section__inner,
	.ed-shell-band__inner,
	.ed-shell-cta-bar__inner,
	.ed-shell-body__inner,
	.ed-expertises-volets__inner,
	.ed-expertises-pillars__inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.ed-page--expertises-hub {
		--ed-hub-section-y: clamp(56px, 8vh, 72px);
		--ed-hub-gap-y: clamp(32px, 4vh, 44px);
		--ed-hub-gap-y-tight: clamp(20px, 2.5vh, 28px);
	}

	.ed-page--expertises-hub .ed-editorial-spotlight--expertises-identity .ed-editorial-spotlight__inner {
		padding-top: clamp(64px, 8vh, 80px);
	}

	.ed-expertise-cards-carousel {
		--ed-carousel-per-view: 1;
	}

	.ed-page--expertises-hub .ed-expertises-metiers__layout,
	.ed-page--expertises-hub .ed-expertises-metiers__main {
		min-width: 0;
	}

	.o3w-editorial .ed-expertises-pillars__thumb,
	.o3w-editorial .ed-expertises-metiers__thumb {
		max-height: min(52vw, 240px);
		aspect-ratio: 3 / 2;
	}

	.ed-expertises-metiers__inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.ed-shell-hero__title {
		max-width: none;
	}

	.ed-drawer-list__link {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"text";
		row-gap: 8px;
	}

	.ed-drawer-list__meta {
		margin-top: -8px;
	}
}

/* ——— Article journal ——— */
.ed-journal-article__inner--intro {
	padding-top: clamp(56px, 7vh, 80px);
}

.ed-journal-article__inner {
	padding-bottom: clamp(80px, 10vh, 120px);
}

.ed-journal-article__body--continue .ed-journal-article__inner {
	padding-top: clamp(48px, 6vh, 72px);
	padding-bottom: clamp(80px, 10vh, 120px);
}

.ed-journal-article__exergue {
	margin: 0;
}

.ed-editorial-spotlight--journal-exergue + .ed-journal-article__body--continue .ed-journal-article__inner {
	padding-top: clamp(72px, 9vh, 104px);
}

.ed-journal-article__prose {
	max-width: none;
}

.ed-journal-article__prose h2 {
	margin: clamp(40px, 5vh, 56px) 0 20px;
	font-family: var(--o3w-font-display);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.ed-journal-article__prose h2:first-child {
	margin-top: 0;
}

.ed-journal-article__prose p,
.ed-journal-article__prose li {
	font-size: clamp(16px, 1.05vw, 18px);
	line-height: 1.7;
}

.ed-journal-article__prose table {
	width: 100%;
	margin: 32px 0;
	border-collapse: collapse;
	font-size: 0.9375rem;
}

.ed-journal-article__prose th,
.ed-journal-article__prose td {
	padding: 12px 14px;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	vertical-align: top;
}

.ed-journal-article__prose th {
	font-family: var(--o3w-font-heading);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(28, 26, 24, 0.5);
}
