/* =========================================================================
   LJ METAL — Design system
   Carré, précis, premium. Orange #F4791F sur noir #0A0A0A / blanc #FBFBFA.
   ========================================================================= */

/* ---------- Fonts (auto-hébergées) ---------- */
@font-face {
	font-family: 'Instrument Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Instrument Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Instrument Sans';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans-italic-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Instrument Sans';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans-italic-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
	--accent: #F4791F;
	--accent-deep: #D96410;
	--black: #0A0A0A;
	--black-soft: #161617;
	--black-card: #1F1F21;
	--white: #FBFBFA;
	--white-soft: #F5F5F4;
	--ink: #1D1D1F;
	--ink-2: #515154;
	--ink-3: #6E6E73;
	--ink-4: #86868B;
	--paper-line: rgba(29, 29, 31, .12);
	--light-line: rgba(245, 245, 247, .12);
	--light-90: rgba(245, 245, 247, .9);
	--light-70: rgba(245, 245, 247, .7);
	--light-55: rgba(245, 245, 247, .55);
	--radius: 8px;
	--radius-lg: 14px;
	--container: 1460px;
	--gutter: clamp(20px, 4.5vw, 56px);
	--section-pad: clamp(84px, 11vw, 160px);
	--ease-out: cubic-bezier(.22, .8, .26, .99);
	--header-h: 62px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

img, video { max-width: 100%; height: auto; }

a { color: inherit; text-decoration: none; }

button { font: inherit; }

::selection { background: var(--accent); color: #fff; }

h1, h2, h3, h4 { margin: 0; font-weight: 650; letter-spacing: -.025em; line-height: 1.08; text-wrap: balance; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

/* Curseur custom : uniquement pointeurs précis */
@media (pointer: fine) {
	body.ljm-cursor-on, body.ljm-cursor-on a, body.ljm-cursor-on button { cursor: none; }
}

/* ---------- Utilitaires ---------- */
.ljm-container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.ljm-container.is-narrow { max-width: 860px; }
.ljm-container.is-center { text-align: center; }

.ljm-section { padding-block: var(--section-pad); position: relative; }
.ljm-section.is-flush-top { padding-top: 0; }

.ljm-dark {
	background: var(--black);
	color: #F5F5F7;
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.ljm-grey { background: var(--white-soft); }

.ljm-dot { color: var(--accent); }

.ljm-label {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--accent);
	display: flex;
	align-items: center;
	gap: 12px;
}
.ljm-label::before { content: ''; width: 26px; height: 2px; background: var(--accent); }
.is-center .ljm-label { justify-content: center; }

.ljm-section-head { margin-bottom: clamp(36px, 6vw, 64px); max-width: 780px; }
.ljm-section-head.is-center { margin-inline: auto; text-align: center; }
.ljm-title { font-size: clamp(34px, 4.6vw, 60px); }
.ljm-subtitle { margin-top: 14px; font-size: clamp(17px, 2vw, 21px); color: var(--ink-3); font-weight: 450; }
.ljm-dark .ljm-subtitle, .ljm-page-hero .ljm-subtitle { color: var(--light-55); }

.ljm-section-head-row {
	display: flex; align-items: flex-end; justify-content: space-between;
	gap: 28px; flex-wrap: wrap; margin-bottom: clamp(36px, 6vw, 64px);
}
.ljm-section-head-row .ljm-section-head { margin-bottom: 0; }

/* ---------- Boutons ---------- */
.ljm-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 15px 30px;
	border-radius: var(--radius);
	font-size: 16px; font-weight: 600; line-height: 1.2;
	border: 1px solid transparent;
	background: none; cursor: pointer; /* reset des <button> natifs */
	transition: background .3s var(--ease-out), color .3s var(--ease-out), border-color .3s var(--ease-out), box-shadow .3s var(--ease-out);
	will-change: transform;
}
.ljm-btn.is-accent { background: var(--accent); color: #fff; box-shadow: 0 12px 36px rgba(244, 121, 31, .28); }
.ljm-btn.is-accent:hover { background: var(--accent-deep); }
.ljm-btn.is-dark { background: var(--ink); color: #F5F5F7; }
.ljm-btn.is-dark:hover { background: var(--accent); }
.ljm-btn.is-light { background: #F5F5F7; color: var(--ink); }
.ljm-btn.is-light:hover { background: var(--accent); color: #fff; }
.ljm-btn.is-ghost { border-color: var(--paper-line); color: var(--ink); }
.ljm-btn.is-ghost:hover { background: var(--ink); color: #F5F5F7; border-color: var(--ink); }
.ljm-btn.is-ghost-light { border-color: rgba(245, 245, 247, .35); color: #F5F5F7; }
.ljm-btn.is-ghost-light:hover { border-color: var(--accent); color: var(--accent); }
.ljm-btn.is-outline-accent { border-color: var(--accent); color: var(--accent); }
.ljm-btn.is-outline-accent:hover { background: var(--accent); color: #fff; box-shadow: 0 12px 36px rgba(244, 121, 31, .28); }
.ljm-btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.ljm-btn-row.is-center { justify-content: center; }

.ljm-arrow-link { font-weight: 600; color: var(--accent); white-space: nowrap; }
.ljm-arrow-link:hover { color: var(--accent-deep); }

/* ---------- Grain + curseur + transition ---------- */
.ljm-grain {
	position: fixed; inset: 0; z-index: 2000; pointer-events: none; opacity: .045;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

.ljm-cursor-dot, .ljm-cursor-ring {
	position: fixed; top: 0; left: 0; pointer-events: none; z-index: 5000;
	border-radius: 50%; opacity: 0;
}
.ljm-cursor-dot { width: 5px; height: 5px; margin: -2.5px 0 0 -2.5px; background: var(--accent); }
.ljm-cursor-ring {
	width: 34px; height: 34px; margin: -17px 0 0 -17px;
	border: 1.5px solid var(--accent);
	transition: width .25s, height .25s, margin .25s, background-color .25s, opacity .3s;
}
.ljm-cursor-ring.is-hover {
	width: 56px; height: 56px; margin: -28px 0 0 -28px;
	background: rgba(244, 121, 31, .12);
}

/* Rideau de transition entre pages */
.ljm-transition {
	position: fixed; inset: 0; z-index: 3000; pointer-events: none;
	background: var(--black);
	transform: scaleY(0); transform-origin: bottom;
	display: flex; align-items: center; justify-content: center;
}
.ljm-transition-inner {
	display: flex; flex-direction: column; align-items: center; gap: 20px;
	opacity: 0;
}
.ljm-transition-logo { position: relative; display: block; }
.ljm-transition-logo img { height: 42px; width: auto; display: block; }
.ljm-transition-logo .is-dim { opacity: .18; filter: grayscale(1); }
.ljm-transition-logo .is-fill {
	position: absolute; inset: 0;
	clip-path: inset(0 100% 0 0); /* révélé de gauche à droite par le JS */
}
.ljm-transition-count {
	font-size: 13px; font-weight: 650; letter-spacing: .14em;
	color: var(--accent);
	font-variant-numeric: tabular-nums;
}

/* Arrivée depuis une navigation interne : rideau déjà en place avant le paint */
html.ljm-arriving .ljm-transition { transform: scaleY(1); }
html.ljm-arriving .ljm-transition-inner { opacity: 1; }
html.ljm-arriving .ljm-transition-logo .is-fill { clip-path: inset(0 55% 0 0); }

/* ---------- Header ---------- */
.ljm-header {
	position: fixed; top: 16px; left: 50%; transform: translateX(-50%);
	width: min(1400px, calc(100% - 2 * var(--gutter)));
	z-index: 1000;
	display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px;
	padding: 8px 8px 8px 22px;
	background: rgba(14, 14, 15, .58);
	-webkit-backdrop-filter: blur(24px) saturate(1.6);
	backdrop-filter: blur(24px) saturate(1.6);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--radius);
	box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
	transition: top .35s var(--ease-out), box-shadow .35s var(--ease-out);
}
.ljm-header.is-compact { top: 8px; box-shadow: 0 16px 50px rgba(0, 0, 0, .4); }

/* Barre de progression de lecture */
.ljm-progress {
	position: absolute; left: 10px; right: 10px; bottom: -1px; height: 2px;
	border-radius: 2px; overflow: hidden; pointer-events: none;
}
.ljm-progress i { display: block; height: 100%; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }

.ljm-header-logo { justify-self: start; }
.ljm-header-logo img { height: 28px; width: auto; display: block; }
.ljm-header-right { justify-self: end; display: flex; align-items: center; gap: 10px; }

.ljm-nav { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; justify-self: center; }
.ljm-nav > li { list-style: none; }
.ljm-nav-link {
	position: relative;
	display: inline-flex; align-items: center; gap: 7px;
	padding: 10px 15px;
	font-size: 14.5px; font-weight: 550;
	color: rgba(245, 245, 247, .85);
	transition: color .25s;
}
.ljm-nav-link::after {
	content: ''; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 1.5px;
	background: var(--accent);
	transform: scaleX(0); transform-origin: right;
	transition: transform .35s var(--ease-out);
}
.ljm-nav-link:hover, .ljm-nav-link[aria-expanded="true"] { color: #fff; }
.ljm-nav-link:hover::after, .ljm-nav-link[aria-expanded="true"]::after { transform: scaleX(1); transform-origin: left; }
.ljm-nav-link .ljm-caret { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .25s; }
.ljm-nav-link[aria-expanded="true"] .ljm-caret { transform: rotate(-135deg) translateY(1px); }

.ljm-header-config {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 14px; font-weight: 600; color: rgba(245, 245, 247, .85);
	padding: 10px 18px; border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, .22);
	background: transparent; cursor: pointer;
	white-space: nowrap;
	transition: color .25s, border-color .25s, background .25s;
}
.ljm-header-config:hover { color: #fff; border-color: var(--accent); background: rgba(244, 121, 31, .12); }
.ljm-header-config .spark { color: var(--accent); font-size: 12px; }

.ljm-header-cta {
	position: relative; overflow: hidden;
	background: var(--accent); color: #fff;
	font-size: 14px; font-weight: 600;
	padding: 11px 22px; border-radius: 6px;
	white-space: nowrap;
	will-change: transform;
}
.ljm-header-cta i {
	position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .45), transparent);
	transform: skewX(-20deg);
	transition: left .6s var(--ease-out);
}
.ljm-header-cta:hover i { left: 120%; }

/* ---------- Mega menu v2 ---------- */
.ljm-mega-wrap { position: static; }
.ljm-mega {
	position: absolute; top: calc(100% + 12px); left: 0; right: 0;
	padding: 20px;
	background: rgba(13, 13, 14, .975);
	-webkit-backdrop-filter: blur(30px) saturate(1.6);
	backdrop-filter: blur(30px) saturate(1.6);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--radius);
	box-shadow: 0 40px 100px rgba(0, 0, 0, .55);
	display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px;
	opacity: 0; visibility: hidden; pointer-events: none;
	transform: translateY(10px);
	transition: opacity .35s var(--ease-out), transform .35s var(--ease-out), visibility .35s;
}
.ljm-mega.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }

.ljm-mega-list { display: flex; flex-direction: column; }
.ljm-mega-link {
	position: relative;
	display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 14px;
	padding: 15px 16px;
	border-radius: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	transition: background .3s var(--ease-out), padding-left .3s var(--ease-out);
}
.ljm-mega-link:last-child { border-bottom: none; }
.ljm-mega-link:hover, .ljm-mega-link.is-active { background: rgba(255, 255, 255, .06); padding-left: 22px; }
.ljm-mega-num {
	font-size: 12px; font-weight: 650; color: var(--light-55);
	letter-spacing: .05em;
	transition: color .3s;
}
.ljm-mega-link:hover .ljm-mega-num, .ljm-mega-link.is-active .ljm-mega-num { color: var(--accent); }
.ljm-mega-txt strong {
	display: block; font-size: 16.5px; font-weight: 650; letter-spacing: -.015em; color: #F5F5F7;
}
.ljm-mega-txt span { display: block; margin-top: 2px; font-size: 13px; color: var(--light-55); }
.ljm-mega-arrow {
	width: 30px; height: 30px; border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .18);
	display: grid; place-items: center;
	color: #F5F5F7; font-size: 14px;
	opacity: 0; transform: translateX(-8px);
	transition: opacity .3s var(--ease-out), transform .3s var(--ease-out), background .3s, border-color .3s;
}
.ljm-mega-link:hover .ljm-mega-arrow, .ljm-mega-link.is-active .ljm-mega-arrow {
	opacity: 1; transform: translateX(0);
	background: var(--accent); border-color: var(--accent);
}

.ljm-mega-preview {
	position: relative; overflow: hidden; border-radius: 6px;
	min-height: 320px; background: var(--black-card);
}
.ljm-mega-preview img {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
	opacity: 0; transform: scale(1.06);
	transition: opacity .45s var(--ease-out), transform .8s var(--ease-out);
}
.ljm-mega-preview img.is-active { opacity: 1; transform: scale(1); }
.ljm-mega-preview::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .72));
}
.ljm-mega-preview-label {
	position: absolute; left: 20px; bottom: 16px; z-index: 2;
	color: #fff; font-size: 14px; font-weight: 650; letter-spacing: -.01em;
}
.ljm-mega-foot {
	grid-column: 1 / -1;
	display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
	padding: 14px 16px 2px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	font-size: 13px; color: var(--light-55);
}
.ljm-mega-foot a { font-weight: 600; color: var(--light-70); transition: color .25s; }
.ljm-mega-foot a:hover { color: var(--accent); }

/* Burger (mobile) */
.ljm-burger {
	display: none;
	width: 42px; height: 42px;
	background: transparent; border: none;
	flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.ljm-burger span { width: 20px; height: 1.6px; background: #F5F5F7; transition: transform .3s var(--ease-out), opacity .3s; }
.ljm-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
.ljm-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ljm-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }

/* Menu mobile plein écran */
.ljm-mobile-menu {
	position: fixed; inset: 0; z-index: 990;
	background: rgba(10, 10, 10, .97);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	display: flex; flex-direction: column; justify-content: center;
	padding: 100px var(--gutter) 40px;
	opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity .35s var(--ease-out), visibility .35s;
}
.ljm-mobile-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.ljm-mobile-menu nav { display: flex; flex-direction: column; gap: 4px; overflow-y: auto; }
.ljm-mobile-link {
	color: #F5F5F7; font-size: clamp(26px, 7vw, 38px); font-weight: 650; letter-spacing: -.02em;
	padding: 8px 0;
	opacity: 0; transform: translateY(18px);
}
.ljm-mobile-menu.is-open .ljm-mobile-link { opacity: 1; transform: none; transition: opacity .5s var(--ease-out), transform .5s var(--ease-out); }
.ljm-mobile-sub { color: var(--light-55); font-size: 17px; font-weight: 500; padding: 4px 0 4px 18px; display: block; }
.ljm-mobile-sub:active, .ljm-mobile-sub:hover { color: var(--accent); }
.ljm-mobile-contact { margin-top: 28px; color: var(--light-55); font-size: 14px; }
.ljm-mobile-contact a { color: #F5F5F7; }

/* ---------- Hero accueil ---------- */
.ljm-hero {
	position: relative; min-height: 100svh;
	display: flex; align-items: flex-end;
	background: var(--black); color: #F5F5F7;
	overflow: hidden;
}
.ljm-hero-bg { position: absolute; inset: 0; will-change: transform; }
.ljm-hero-bg video, .ljm-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.ljm-hero-bg::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(10, 10, 10, .4), rgba(10, 10, 10, .06) 42%, rgba(10, 10, 10, .8) 100%);
}
.ljm-hero-content { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(64px, 10vh, 110px); }
.ljm-hero-title { font-size: clamp(46px, 8vw, 108px); font-weight: 650; letter-spacing: -.035em; line-height: 1.0; }
.ljm-line-mask { display: block; overflow: hidden; }
.ljm-line-mask > span { display: block; will-change: transform; }
.ljm-hero-sub {
	margin-top: 22px; max-width: 560px;
	font-size: clamp(17px, 2.2vw, 21px); line-height: 1.5;
	color: rgba(245, 245, 247, .82);
}
.ljm-hero .ljm-btn-row { margin-top: 34px; }

.ljm-scroll-cue {
	position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2;
	display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.ljm-scroll-cue span:first-child { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: rgba(245, 245, 247, .6); }
.ljm-scroll-cue i { width: 1.5px; height: 44px; background: var(--accent); animation: ljm-cue 2s cubic-bezier(.6, 0, .4, 1) infinite; }
@keyframes ljm-cue {
	0% { transform: scaleY(0); transform-origin: top; }
	45% { transform: scaleY(1); transform-origin: top; }
	55% { transform: scaleY(1); transform-origin: bottom; }
	100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- Hero pages intérieures ---------- */
.ljm-page-hero {
	position: relative;
	background: var(--black); color: #F5F5F7;
	padding: calc(var(--header-h) + clamp(90px, 14vh, 150px)) 0 clamp(64px, 9vw, 110px);
	overflow: hidden;
}
.ljm-page-hero-media { position: absolute; inset: 0; will-change: transform; }
.ljm-page-hero-media img,
.ljm-page-hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.ljm-page-hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,.5), rgba(10,10,10,.85)); }
.ljm-page-hero .ljm-container { position: relative; z-index: 2; }
.ljm-page-hero .ljm-hero-title { font-size: clamp(38px, 6vw, 80px); }
.ljm-page-hero .ljm-hero-sub { color: var(--light-70); }

/* ---------- Statement + stats ---------- */
.ljm-statement {
	max-width: 920px; margin-inline: auto;
	font-size: clamp(26px, 3.6vw, 50px);
	font-weight: 600; letter-spacing: -.025em; line-height: 1.28;
}
.ljm-statement .w { opacity: .13; }

.ljm-stats { display: flex; justify-content: center; gap: clamp(40px, 8vw, 90px); flex-wrap: wrap; margin-top: clamp(56px, 8vw, 90px); }
.ljm-stat { text-align: center; }
.ljm-stat-num { font-size: clamp(40px, 5vw, 56px); font-weight: 650; letter-spacing: -.03em; line-height: 1; }
.ljm-stat-label { margin-top: 8px; font-size: 15px; color: var(--ink-4); }
.ljm-dark .ljm-stat-label { color: var(--light-55); }

/* ---------- Bandeau de chiffres (entreprise) ---------- */
.ljm-stat-band {
	display: grid; grid-template-columns: repeat(4, 1fr);
	margin-top: clamp(56px, 8vw, 90px);
	background: #fff;
	border: 1px solid var(--paper-line);
	border-radius: var(--radius);
	overflow: hidden;
}
.ljm-stat-cell {
	position: relative;
	padding: clamp(30px, 3.5vw, 44px) clamp(22px, 2.5vw, 36px);
	border-right: 1px solid var(--paper-line);
	transition: background .4s var(--ease-out);
}
.ljm-stat-cell:last-child { border-right: none; }
.ljm-stat-cell::before {
	content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
	background: var(--accent);
	transform: scaleX(0); transform-origin: left;
	transition: transform .45s var(--ease-out);
}
.ljm-stat-cell:hover { background: var(--white-soft); }
.ljm-stat-cell:hover::before { transform: scaleX(1); }
.ljm-stat-cell-num {
	font-size: clamp(38px, 4vw, 56px); font-weight: 700; letter-spacing: -.035em; line-height: 1;
	color: var(--ink);
}
.ljm-stat-cell-num em { font-style: normal; color: var(--accent); }
.ljm-stat-cell-label {
	margin-top: 12px;
	font-size: 12.5px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase;
	color: var(--ink-4);
	display: flex; align-items: center; gap: 10px;
}
.ljm-stat-cell-label::before { content: ''; width: 18px; height: 1.5px; background: var(--accent); }
@media (max-width: 1080px) {
	.ljm-stat-band { grid-template-columns: 1fr 1fr; }
	.ljm-stat-cell:nth-child(2) { border-right: none; }
	.ljm-stat-cell:nth-child(-n+2) { border-bottom: 1px solid var(--paper-line); }
}
@media (max-width: 640px) {
	.ljm-stat-band { grid-template-columns: 1fr; }
	.ljm-stat-cell { border-right: none !important; border-bottom: 1px solid var(--paper-line); }
	.ljm-stat-cell:last-child { border-bottom: none; }
}

/* ---------- Bento prestations ---------- */
.ljm-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.ljm-bento-card {
	position: relative; overflow: hidden; border-radius: var(--radius);
	display: flex; flex-direction: column; justify-content: flex-end;
	min-height: 420px;
	background: var(--black);
	color: #F5F5F7;
	transition: box-shadow .45s var(--ease-out), transform .45s var(--ease-out);
}
.ljm-bento-card:hover { box-shadow: 0 32px 70px rgba(0, 0, 0, .3); }
.ljm-bento-card.span-4 { grid-column: span 4; }
.ljm-bento-card.span-3 { grid-column: span 3; }
.ljm-bento-card.span-2 { grid-column: span 2; }
.ljm-bento-card img,
.ljm-bento-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: transform 1s var(--ease-out); }
.ljm-bento-card:hover img,
.ljm-bento-card:hover video { transform: scale(1.045); }
.ljm-bento-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .78)); }
.ljm-bento-body { position: relative; z-index: 2; padding: clamp(22px, 3vw, 34px); }
.ljm-bento-title { font-size: clamp(21px, 2.4vw, 28px); margin-bottom: 6px; }
.ljm-bento-text { font-size: 15.5px; color: rgba(245, 245, 247, .78); margin: 0; }
.ljm-bento-card.is-accent { background: linear-gradient(135deg, var(--accent), var(--accent-deep)); }
.ljm-bento-card.is-accent::after { background: none; }
.ljm-bento-card.is-accent .ljm-bento-text { color: rgba(255, 255, 255, .88); }
.ljm-bento-glyph { position: absolute; top: 24px; left: clamp(22px, 3vw, 34px); font-size: 48px; opacity: .35; z-index: 2; }

/* ---------- Rangée carports ---------- */
.ljm-carport-row {
	display: grid; grid-auto-flow: column; grid-auto-columns: min(320px, 78vw);
	gap: 18px;
	overflow-x: auto;
	padding: 8px var(--gutter) 26px;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: var(--gutter); /* le snap respecte la marge du container */
	scrollbar-width: none;
	cursor: grab;
}
.ljm-carport-row::-webkit-scrollbar { display: none; }
.ljm-carport-row.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.ljm-carport-row.is-dragging .ljm-carport-card { pointer-events: none; }
@media (min-width: 1181px) {
	.ljm-carport-row {
		padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
		scroll-padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
	}
}
.ljm-carport-card {
	scroll-snap-align: start;
	background: var(--black-soft); border-radius: var(--radius); overflow: hidden;
	display: flex; flex-direction: column;
	border: 1px solid var(--light-line);
	transition: transform .45s var(--ease-out), border-color .45s;
}
.ljm-carport-card:hover { transform: translateY(-8px); border-color: rgba(244, 121, 31, .5); }
.ljm-carport-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--black-card); }
.ljm-carport-media img { width: 100%; height: 100%; object-fit: cover; }
.ljm-carport-body { padding: 24px; display: flex; flex-direction: column; gap: 5px; }
.ljm-carport-name { font-size: 21px; }
.ljm-carport-specs { font-size: 15px; color: var(--light-55); margin: 0; }

/* Variante claire du slider (bas des pages réalisation) */
.ljm-slide-card { background: #fff; border-color: var(--paper-line); color: var(--ink); }
.ljm-slide-card:hover { border-color: rgba(244, 121, 31, .55); box-shadow: 0 24px 55px rgba(0, 0, 0, .1); }
.ljm-slide-card .ljm-carport-media { background: var(--white-soft); }
.ljm-slide-card .ljm-carport-specs { color: var(--ink-3); }

/* ---------- Bandeau parallax cinématique ---------- */
.ljm-cinema { position: relative; height: 72vh; min-height: 440px; overflow: hidden; background: var(--black); }
.ljm-cinema > img,
.ljm-cinema > video { position: absolute; inset: -16% 0; width: 100%; height: 132%; object-fit: cover; }
.ljm-cinema::after { content: ''; position: absolute; inset: 0; background: rgba(10, 10, 10, .45); }
.ljm-cinema::after {
	background:
		radial-gradient(ellipse 70% 60% at 50% 58%, rgba(0, 0, 0, .52), transparent 75%),
		linear-gradient(180deg, rgba(10, 10, 10, .35), rgba(10, 10, 10, .18) 40%, rgba(10, 10, 10, .55));
}
.ljm-cinema-content {
	position: absolute; inset: 0; z-index: 2;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	text-align: center; color: #fff; padding-inline: var(--gutter);
}
.ljm-cinema-title {
	font-size: clamp(32px, 4.6vw, 68px);
	font-weight: 700; letter-spacing: -.032em;
	max-width: 1000px; line-height: 1.06;
	text-shadow: 0 2px 24px rgba(0, 0, 0, .45);
	text-wrap: balance;
}
.ljm-cinema-sub {
	margin-top: 16px; font-size: 15px; font-weight: 600;
	letter-spacing: .1em; text-transform: uppercase;
	color: rgba(245, 245, 247, .85);
	display: inline-flex; align-items: center; justify-content: center; gap: 12px;
	flex-wrap: wrap; text-align: center; padding-inline: 12px;
}
.ljm-cinema-sub::before { content: ''; width: 26px; height: 2px; background: var(--accent); }

/* ---------- Split entreprise ---------- */
.ljm-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 72px); align-items: center; }
.ljm-split-media { overflow: hidden; border-radius: var(--radius); }
.ljm-split-media img { width: 100%; height: clamp(360px, 44vw, 540px); object-fit: cover; display: block; transform: scale(1.08); will-change: transform; }
.ljm-split-text p { font-size: 17.5px; line-height: 1.65; color: var(--ink-2); }

/* ---------- Mosaïque réalisations ---------- */
.ljm-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 18px; grid-auto-flow: dense; }
.ljm-mosaic-card {
	position: relative; overflow: hidden; border-radius: var(--radius);
	display: block; background: var(--black-soft);
	color: #F5F5F7;
	transition: box-shadow .4s var(--ease-out);
}
.ljm-mosaic-card:hover { box-shadow: 0 0 0 2px var(--accent); }
.ljm-mosaic-card.w2 { grid-column: span 2; }
.ljm-mosaic-card.h2 { grid-row: span 2; }
.ljm-mosaic-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform .9s var(--ease-out); }
.ljm-mosaic-card:hover img { transform: scale(1.05); }
.ljm-mosaic-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .8)); }
.ljm-mosaic-info { position: absolute; left: 22px; right: 22px; bottom: 18px; display: block; }
.ljm-mosaic-name { display: block; font-size: 19px; font-weight: 650; letter-spacing: -.015em; }
.ljm-mosaic-meta { display: block; margin-top: 2px; font-size: 13.5px; color: rgba(245, 245, 247, .65); }

/* Filtres références */
.ljm-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.ljm-filter button {
	padding: 10px 18px; border-radius: 999px;
	border: 1px solid var(--light-line); background: transparent; color: var(--light-70);
	font-size: 14px; font-weight: 600; cursor: pointer;
	transition: all .3s var(--ease-out);
}
.ljm-filter button:hover { color: #fff; border-color: rgba(255, 255, 255, .4); }
.ljm-filter button.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }

/* ---------- Cartes actualités ---------- */
.ljm-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ljm-news-card {
	background: #fff; border-radius: var(--radius); overflow: hidden;
	display: flex; flex-direction: column;
	border: 1px solid var(--paper-line);
	transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.ljm-news-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(0, 0, 0, .12); }
.ljm-dark .ljm-news-card { background: var(--black-soft); border-color: var(--light-line); }
.ljm-news-media { aspect-ratio: 16 / 10; overflow: hidden; display: block; background: var(--white-soft); }
.ljm-dark .ljm-news-media { background: var(--black-card); }
.ljm-news-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.ljm-news-card:hover .ljm-news-media img { transform: scale(1.05); }
.ljm-news-body { padding: 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.ljm-news-date { font-size: 13px; font-weight: 600; color: var(--accent); }
.ljm-news-title { font-size: 18.5px; font-weight: 600; letter-spacing: -.01em; line-height: 1.35; }
.ljm-news-more { margin-top: auto; padding-top: 10px; font-size: 14.5px; font-weight: 600; color: var(--accent); }

/* ---------- Étapes prestations ---------- */
.ljm-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ljm-steps.is-3col { grid-template-columns: repeat(3, 1fr); }
.ljm-step {
	position: relative;
	background: #fff; border: 1px solid var(--paper-line); border-radius: var(--radius);
	padding: 28px 24px 26px;
	display: flex; flex-direction: column; gap: 10px;
	transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.ljm-step:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(0, 0, 0, .09); }
.ljm-step-num { font-size: 15px; font-weight: 650; color: var(--accent); letter-spacing: .04em; }
.ljm-step-num::after { content: ''; display: block; width: 30px; height: 2px; background: var(--accent); margin-top: 10px; }
.ljm-step-title { font-size: 19px; letter-spacing: -.015em; }
.ljm-step-text { font-size: 15px; color: var(--ink-3); line-height: 1.55; margin: 0; }
.ljm-step-badge {
	align-self: flex-start; margin-top: 4px;
	background: rgba(244, 121, 31, .1); color: var(--accent-deep);
	font-size: 12.5px; font-weight: 700; letter-spacing: .02em;
	padding: 5px 10px; border-radius: 5px;
}

/* ---------- Cartes process illustrées (repris de l'ancien site) ---------- */
.ljmod-process-wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ljmod-card {
	position: relative; overflow: hidden;
	border-radius: var(--radius);
	aspect-ratio: 3 / 4; min-height: 340px;
	transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out);
	will-change: transform;
}
.ljmod-card:hover { transform: translateY(-8px); box-shadow: 0 30px 70px rgba(0, 0, 0, .22); }
.ljmod-bg {
	position: absolute; inset: 0; width: 100%; height: 100%;
	transition: transform 1.2s var(--ease-out);
}
.ljmod-card:hover .ljmod-bg { transform: scale(1.04); }
.ljmod-content {
	position: relative; z-index: 2; height: 100%;
	display: flex; flex-direction: column; justify-content: space-between;
	padding: 24px;
}
.ljmod-step {
	font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
	color: #ff7c00;
}
.ljmod-card.orange .ljmod-step { color: #fff; }
.ljmod-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.ljmod-title { font-size: clamp(19px, 1.6vw, 23px); font-weight: 650; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 8px; }
.ljmod-desc { font-size: 14px; line-height: 1.5; margin: 0; }
.ljmod-num { font-size: 52px; font-weight: 700; letter-spacing: -.04em; line-height: 1; opacity: .16; }
.ljmod-card.light-gray .ljmod-title, .ljmod-card.light-warm .ljmod-title { color: #1a1a1a; }
.ljmod-card.light-gray .ljmod-desc, .ljmod-card.light-warm .ljmod-desc { color: #55524e; }
.ljmod-card.light-gray .ljmod-num, .ljmod-card.light-warm .ljmod-num { color: #1a1a1a; }
.ljmod-card.dark .ljmod-title, .ljmod-card.orange .ljmod-title { color: #fff; }
.ljmod-card.dark .ljmod-desc { color: rgba(255, 255, 255, .72); }
.ljmod-card.orange .ljmod-desc { color: rgba(255, 255, 255, .88); }
.ljmod-card.dark .ljmod-num, .ljmod-card.orange .ljmod-num { color: #fff; opacity: .2; }

/* Animations des illustrations */
.ljmod-compass { transform-box: fill-box; transform-origin: 50% 12%; animation: ljmod-swing 5.5s ease-in-out infinite; }
.ljmod-arc { stroke-dasharray: 210; stroke-dashoffset: 210; animation: ljmod-draw 4.5s ease-in-out infinite alternate; }
.ljmod-orb { transform-box: fill-box; transform-origin: center; animation: ljmod-float 6s ease-in-out infinite; }
.ljmod-orb:nth-of-type(2n) { animation-delay: -1.6s; animation-duration: 7s; }
.ljmod-orb:nth-of-type(3n) { animation-delay: -3.1s; }
.ljmod-dot { transform-box: fill-box; transform-origin: center; animation: ljmod-pulse 2.4s ease-in-out infinite; }
.ljmod-dot:nth-of-type(2n) { animation-delay: -.8s; }
.ljmod-dot:nth-of-type(3n) { animation-delay: -1.5s; }
.ljmod-spark-r { transform-box: fill-box; transform-origin: center; animation: ljmod-spark 2.8s ease-in-out infinite; }
.ljmod-spark-r:nth-of-type(2n) { animation-delay: -.9s; }
.ljmod-spark-r:nth-of-type(3n) { animation-delay: -1.9s; }
.ljmod-scan { animation: ljmod-scan 4s ease-in-out infinite alternate; }
.ljmod-rays { transform-box: fill-box; transform-origin: center; animation: ljmod-rays 24s linear infinite; }
.ljmod-flow { stroke-dasharray: 6 8; animation: ljmod-flow 1.6s linear infinite; }
.ljmod-bubble { animation: ljmod-bubble 4.5s ease-in-out infinite alternate; }

@keyframes ljmod-swing { 0%, 100% { transform: rotate(-7deg); } 50% { transform: rotate(7deg); } }
@keyframes ljmod-draw { to { stroke-dashoffset: 0; } }
@keyframes ljmod-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes ljmod-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.7); opacity: .45; } }
@keyframes ljmod-spark { 0%, 100% { opacity: .15; transform: scale(.6); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes ljmod-scan { from { transform: translateY(0); } to { transform: translateY(150px); } }
@keyframes ljmod-rays { to { transform: rotate(360deg); } }
@keyframes ljmod-flow { to { stroke-dashoffset: -28; } }
@keyframes ljmod-bubble { from { transform: translateX(-9px); } to { transform: translateX(9px); } }

@media (max-width: 1080px) { .ljmod-process-wrap { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .ljmod-process-wrap { grid-template-columns: 1fr; } .ljmod-card { aspect-ratio: auto; min-height: 380px; } }

/* ---------- Texte défilant géant ---------- */
.ljm-scrub-text {
	position: absolute; top: 22px; left: 0;
	white-space: nowrap;
	font-size: clamp(100px, 15vw, 220px); font-weight: 700; letter-spacing: -.04em; line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px rgba(245, 245, 247, .09);
	pointer-events: none; user-select: none;
}

/* ---------- CTA ---------- */
.ljm-cta {
	text-align: center;
	position: relative; overflow: hidden;
	background:
		radial-gradient(ellipse 55% 50% at 50% 0%, rgba(244, 121, 31, .1), transparent 70%),
		var(--black);
}
.ljm-cta::before {
	content: ''; position: absolute; inset: 0; pointer-events: none;
	background-image: radial-gradient(rgba(245, 245, 247, .05) 1px, transparent 1px);
	background-size: 26px 26px;
	-webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 40%, #000, transparent 75%);
	mask-image: radial-gradient(ellipse 60% 55% at 50% 40%, #000, transparent 75%);
}
.ljm-cta .ljm-container { position: relative; }
.ljm-cta-kicker {
	display: inline-flex; align-items: center; gap: 14px;
	font-size: 13px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase;
	color: var(--accent); margin-bottom: 26px;
}
.ljm-cta-kicker::before, .ljm-cta-kicker::after { content: ''; width: 34px; height: 1.5px; background: var(--accent); opacity: .7; }
.ljm-cta-title { font-size: clamp(42px, 6vw, 92px); font-weight: 700; letter-spacing: -.035em; line-height: 1.0; }
.ljm-cta-text { margin: 24px auto 40px; max-width: 500px; font-size: 18px; color: var(--light-55); }
.ljm-cta-meta {
	display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap;
	margin-top: 48px; padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	font-size: 13.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
	color: var(--light-55);
}
.ljm-cta-meta a { color: var(--light-70); transition: color .25s; }
.ljm-cta-meta a:hover { color: var(--accent); }
.ljm-cta-meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); opacity: .7; }

/* ---------- Footer ---------- */
.ljm-footer {
	background: #060607; color: #F5F5F7;
	padding-top: clamp(56px, 8vw, 90px);
	border-top: 1px solid rgba(255, 255, 255, .08);
}
.ljm-footer-grid {
	display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
	padding-bottom: clamp(48px, 7vw, 72px);
}
.ljm-footer-logo img { height: 36px; width: auto; margin-bottom: 16px; }
.ljm-footer-baseline { font-size: 14px; line-height: 1.6; color: rgba(245, 245, 247, .5); max-width: 280px; }
.ljm-footer-col h4 {
	font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
	color: rgba(245, 245, 247, .45); margin-bottom: 14px;
}
.ljm-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.ljm-footer-col a, .ljm-footer-col span { font-size: 15px; color: rgba(245, 245, 247, .75); }
.ljm-footer-col a:hover { color: var(--accent); }
.ljm-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .08);
	padding: 20px 0 26px;
	display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
	font-size: 13px; color: rgba(245, 245, 247, .4);
}
.ljm-footer-bottom a { color: rgba(245, 245, 247, .6); }
.ljm-footer-bottom a:hover { color: var(--accent); }

/* ---------- Single réalisation ---------- */
.ljm-project-meta {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px;
	padding: 28px 0; border-top: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line);
}
.ljm-project-meta dt { font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--light-55); margin-bottom: 6px; }
.ljm-project-meta dd { margin: 0; font-size: 16.5px; font-weight: 600; }
.ljm-project-body { font-size: 18px; line-height: 1.7; color: var(--ink-2); max-width: 780px; }
.ljm-project-body p { margin-bottom: 1.2em; }

.ljm-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ljm-gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.ljm-gallery figure:first-child:nth-last-child(odd) { grid-column: 1 / -1; }
.ljm-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s var(--ease-out); }
.ljm-gallery figure:hover img { transform: scale(1.03); }

.ljm-pagenav { display: flex; justify-content: space-between; gap: 16px; }
.ljm-pagenav a { display: flex; flex-direction: column; gap: 4px; max-width: 46%; }
.ljm-pagenav .dir { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); }
.ljm-pagenav .name { font-size: 18px; font-weight: 650; letter-spacing: -.01em; }
.ljm-pagenav a:hover .name { color: var(--accent); }
.ljm-pagenav .is-next { text-align: right; margin-left: auto; }

/* ---------- Article actualité ---------- */
.ljm-article { max-width: 780px; margin-inline: auto; }
.ljm-article-content { font-size: 18px; line-height: 1.75; color: var(--ink-2); }
.ljm-article-content h2, .ljm-article-content h3 { color: var(--ink); margin: 1.6em 0 .6em; }
.ljm-article-content img { border-radius: var(--radius); }
.ljm-article-hero { overflow: hidden; border-radius: var(--radius); margin-bottom: clamp(32px, 5vw, 48px); }
.ljm-article-hero img { width: 100%; max-height: 560px; object-fit: cover; display: block; }

/* ---------- Formulaire contact ---------- */
.ljm-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.ljm-contact-info h3 { font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--light-55); margin: 26px 0 8px; }
.ljm-contact-info a { font-size: 19px; font-weight: 600; }
.ljm-contact-info a:hover { color: var(--accent); }
.ljm-contact-info address { font-style: normal; font-size: 17px; line-height: 1.6; color: var(--light-70); }
.ljm-hours { list-style: none; margin: 0; padding: 0; font-size: 15.5px; color: var(--light-70); }
.ljm-hours li { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; border-bottom: 1px solid var(--light-line); max-width: 320px; }

.ljm-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ljm-field { display: flex; flex-direction: column; gap: 7px; }
.ljm-field.is-full { grid-column: 1 / -1; }
.ljm-field label { font-size: 13.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--light-55); }
.ljm-field input, .ljm-field select, .ljm-field textarea {
	background: var(--black-soft);
	border: 1px solid var(--light-line);
	border-radius: var(--radius);
	color: #F5F5F7;
	font: inherit; font-size: 16px;
	padding: 14px 16px;
	transition: border-color .3s;
	width: 100%;
}
.ljm-field input:focus, .ljm-field select:focus, .ljm-field textarea:focus { outline: none; border-color: var(--accent); }
.ljm-field textarea { min-height: 150px; resize: vertical; }
.ljm-form-note { grid-column: 1 / -1; font-size: 13.5px; color: var(--light-55); }
.ljm-form .ljm-btn { justify-self: start; }
.ljm-form-alert { grid-column: 1 / -1; padding: 14px 18px; border-radius: var(--radius); font-weight: 600; font-size: 15px; }
.ljm-form-alert.is-ok { background: rgba(64, 180, 87, .14); color: #6FE08A; border: 1px solid rgba(64, 180, 87, .4); }
.ljm-form-alert.is-error { background: rgba(214, 54, 56, .14); color: #FF8A8C; border: 1px solid rgba(214, 54, 56, .4); }
.ljm-hp { position: absolute !important; left: -9999px !important; opacity: 0; }

.ljm-map { border-radius: var(--radius); overflow: hidden; margin-top: clamp(48px, 7vw, 80px); }
.ljm-map iframe { display: block; width: 100%; height: 420px; border: 0; filter: grayscale(1) contrast(1.05) invert(.92) hue-rotate(180deg); }

/* ---------- Page carports ---------- */
.ljm-variant-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ljm-variant-card {
	background: var(--black-soft); border: 1px solid var(--light-line); border-radius: var(--radius);
	overflow: hidden; display: flex; flex-direction: column;
	transition: transform .45s var(--ease-out), border-color .45s;
}
.ljm-variant-card:hover { transform: translateY(-6px); border-color: rgba(244, 121, 31, .5); }
.ljm-variant-media { aspect-ratio: 16 / 10; background: var(--black-card); overflow: hidden; }
.ljm-variant-media img { width: 100%; height: 100%; object-fit: cover; }
.ljm-variant-body { padding: 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.ljm-variant-name { font-size: 22px; }
.ljm-variant-specs { display: flex; gap: 18px; font-size: 14.5px; color: var(--light-55); }
.ljm-variant-specs strong { color: #F5F5F7; font-weight: 650; display: block; font-size: 16.5px; }
.ljm-variant-desc { font-size: 15px; color: var(--light-70); line-height: 1.55; margin: 0; }

.ljm-checklist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.ljm-checklist li { display: flex; gap: 12px; align-items: baseline; font-size: 16.5px; color: var(--light-70); }
.ljm-checklist li::before { content: ''; flex: 0 0 8px; width: 8px; height: 8px; background: var(--accent); border-radius: 2px; transform: translateY(-1px); }

/* ---------- Rail latéral fixe ---------- */
.ljm-rail {
	position: fixed; right: 18px; top: 50%; transform: translateY(-50%);
	z-index: 900;
	display: flex; flex-direction: column; align-items: flex-end; gap: 18px;
}
.ljm-rail-sections { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.ljm-rail-dot {
	display: flex; align-items: center; gap: 10px;
	padding: 4px 0;
	cursor: pointer;
}
.ljm-rail-label {
	font-size: 12px; font-weight: 650; letter-spacing: .04em;
	color: #F5F5F7;
	background: rgba(14, 14, 15, .82);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, .12);
	padding: 5px 12px; border-radius: 6px;
	opacity: 0; transform: translateX(8px);
	transition: opacity .3s var(--ease-out), transform .3s var(--ease-out);
	white-space: nowrap; pointer-events: none;
}
.ljm-rail-dot:hover .ljm-rail-label, .ljm-rail-dot.is-active .ljm-rail-label { opacity: 1; transform: translateX(0); }
.ljm-rail-dot i {
	width: 8px; height: 8px; border-radius: 2px;
	background: rgba(128, 128, 132, .5);
	transition: background .3s, transform .3s var(--ease-out);
}
.ljm-rail-dot:hover i { background: rgba(200, 200, 205, .8); }
.ljm-rail-dot.is-active i { background: var(--accent); transform: rotate(45deg) scale(1.25); }
.ljm-rail-socials {
	display: flex; flex-direction: column; align-items: center; gap: 16px;
	align-self: flex-end;
	width: 8px; /* même axe que les carrés de section */
	margin-top: 6px;
}
.ljm-rail-socials a { flex: 0 0 auto; }
.ljm-rail-line { width: 1.5px; height: 42px; background: linear-gradient(180deg, transparent, rgba(128, 128, 132, .55)); }
.ljm-rail-socials a {
	writing-mode: vertical-rl;
	font-size: 10.5px; font-weight: 650;
	letter-spacing: .22em; text-transform: uppercase;
	color: rgba(128, 128, 132, .85);
	transition: color .3s, letter-spacing .3s var(--ease-out);
}
.ljm-rail-socials a:hover { color: var(--accent); letter-spacing: .3em; }
@media (max-width: 1279px) { .ljm-rail { display: none; } }

/* ---------- Hero accueil v2 : tuiles ---------- */
.ljm-hero-grid {
	display: grid; grid-template-columns: 1.5fr .9fr; gap: clamp(32px, 5vw, 80px);
	align-items: end; width: 100%;
}
.ljm-hero-tiles { display: flex; flex-direction: column; gap: 14px; }
.ljm-hero-tile {
	position: relative; overflow: hidden;
	display: flex; align-items: center; justify-content: space-between; gap: 14px;
	padding: 18px 22px;
	background: rgba(20, 20, 22, .5);
	-webkit-backdrop-filter: blur(20px) saturate(1.4);
	backdrop-filter: blur(20px) saturate(1.4);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: var(--radius);
	color: #F5F5F7;
	transition: border-color .35s, background .35s, transform .35s var(--ease-out);
	will-change: transform;
}
.ljm-hero-tile:hover { border-color: rgba(244, 121, 31, .6); background: rgba(26, 26, 28, .6); }
.ljm-hero-tile-txt strong { display: block; font-size: 16px; font-weight: 650; letter-spacing: -.015em; }
.ljm-hero-tile-txt span { display: block; margin-top: 2px; font-size: 12.5px; color: var(--light-55); }
.ljm-hero-tile-num { font-size: 26px; font-weight: 700; letter-spacing: -.03em; color: var(--accent); }
.ljm-hero-tile-arrow {
	flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .2);
	display: grid; place-items: center; font-size: 14px;
	transition: background .3s, border-color .3s, transform .35s var(--ease-out);
}
.ljm-hero-tile:hover .ljm-hero-tile-arrow { background: var(--accent); border-color: var(--accent); transform: rotate(45deg); }

/* Typing */
.ljm-typing { color: var(--accent); white-space: nowrap; }
.ljm-caret-bar {
	display: inline-block; width: 3px; height: .85em; margin-left: 4px;
	background: var(--accent); vertical-align: -.06em;
	animation: ljm-caret-blink 1s steps(1) infinite;
}
@keyframes ljm-caret-blink { 50% { opacity: 0; } }

/* ---------- Single réalisation v2 ---------- */
.ljm-project-hero {
	position: relative; min-height: 86svh;
	display: flex; align-items: flex-end;
	background: var(--black); color: #F5F5F7;
	overflow: hidden;
}
.ljm-project-hero-media { position: absolute; inset: 0; will-change: transform; }
.ljm-project-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.ljm-project-hero-media::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(10, 10, 10, .42), rgba(10, 10, 10, .05) 45%, rgba(10, 10, 10, .88));
}
.ljm-project-hero .ljm-container { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(44px, 7vh, 80px); }
.ljm-project-kicker {
	display: inline-flex; align-items: center; gap: 12px;
	font-size: 13.5px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase;
	color: var(--accent); margin-bottom: 18px;
}
.ljm-project-kicker::before { content: ''; width: 28px; height: 2px; background: var(--accent); }
.ljm-project-title { font-size: clamp(42px, 6.5vw, 96px); font-weight: 700; letter-spacing: -.035em; line-height: 1.0; }
.ljm-project-sub { margin-top: 16px; max-width: 720px; font-size: clamp(17px, 2vw, 22px); color: var(--light-70); font-weight: 500; }

.ljm-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.ljm-chip {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 10px 18px;
	background: rgba(20, 20, 22, .55);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	font-size: 14px; color: #F5F5F7;
	transition: border-color .3s, transform .3s var(--ease-out);
}
.ljm-chip:hover { border-color: rgba(244, 121, 31, .55); transform: translateY(-2px); }
.ljm-chip b { font-weight: 650; }
.ljm-chip span { color: var(--light-55); font-weight: 500; }
.ljm-chip svg { width: 14px; height: 14px; color: var(--accent); flex: 0 0 auto; }

.ljm-project-intro { display: grid; grid-template-columns: .85fr 1.35fr; gap: clamp(32px, 5vw, 80px); }
.ljm-project-intro-side { position: sticky; top: 110px; align-self: start; }
.ljm-project-intro-side .ljm-label { margin-bottom: 16px; }
.ljm-project-facts { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--paper-line); }
.ljm-project-fact {
	display: flex; justify-content: space-between; align-items: baseline; gap: 18px;
	padding: 14px 0; border-bottom: 1px solid var(--paper-line);
	font-size: 15px;
}
.ljm-project-fact dt { color: var(--ink-4); font-weight: 550; }
.ljm-project-fact dd { margin: 0; font-weight: 650; text-align: right; letter-spacing: -.01em; }

/* Galerie masonry + lightbox */
.ljm-masonry { columns: 2; column-gap: 18px; }
.ljm-masonry figure {
	margin: 0 0 18px; overflow: hidden; border-radius: var(--radius);
	break-inside: avoid; position: relative; cursor: zoom-in;
}
.ljm-masonry img { width: 100%; display: block; transition: transform .8s var(--ease-out); }
.ljm-masonry figure::after {
	content: '⤢'; position: absolute; right: 14px; bottom: 12px;
	width: 36px; height: 36px; border-radius: 50%;
	background: rgba(10, 10, 10, .55); color: #fff;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	display: grid; place-items: center; font-size: 16px;
	opacity: 0; transform: translateY(6px);
	transition: opacity .3s var(--ease-out), transform .3s var(--ease-out);
}
.ljm-masonry figure:hover::after { opacity: 1; transform: translateY(0); }
.ljm-masonry figure:hover img { transform: scale(1.035); }

.ljm-lightbox {
	position: fixed; inset: 0; z-index: 4000;
	background: rgba(8, 8, 9, .96);
	display: flex; align-items: center; justify-content: center;
	opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity .35s var(--ease-out), visibility .35s;
}
.ljm-lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.ljm-lightbox img {
	max-width: min(92vw, 1600px); max-height: 86vh;
	border-radius: var(--radius);
	box-shadow: 0 40px 120px rgba(0, 0, 0, .6);
}
.ljm-lightbox-btn {
	position: absolute; z-index: 2;
	width: 52px; height: 52px; border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(20, 20, 22, .6); color: #fff;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	display: grid; place-items: center;
	font-size: 20px; cursor: pointer;
	transition: background .3s, border-color .3s, transform .3s var(--ease-out);
}
.ljm-lightbox-btn:hover { background: var(--accent); border-color: var(--accent); }
.ljm-lightbox-close { top: 24px; right: 24px; }
.ljm-lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.ljm-lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }
.ljm-lightbox-count {
	position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
	color: rgba(245, 245, 247, .6); font-size: 14px; font-weight: 600; letter-spacing: .08em;
}

/* ---------- Marquee clients ---------- */
.ljm-marquee {
	overflow: hidden; padding: 26px 0;
	background: #fff; /* vrai blanc : les fonds blancs des logos JPEG disparaissent */
	border: 1px solid var(--paper-line);
	border-radius: var(--radius);
}
.ljm-marquee-track { -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.ljm-dark .ljm-marquee { border-color: var(--light-line); }
.ljm-marquee-track {
	display: flex; gap: 64px; width: max-content;
	animation: ljm-marquee 36s linear infinite;
}
.ljm-marquee:hover .ljm-marquee-track { animation-play-state: paused; }
.ljm-marquee-track span {
	display: inline-flex; align-items: center; gap: 64px;
	white-space: nowrap;
}
.ljm-marquee-track span::after { content: '✦'; font-size: 14px; color: var(--accent); opacity: .6; }
.ljm-marquee-track img {
	height: 44px; width: auto; max-width: 170px; object-fit: contain;
	mix-blend-mode: multiply; /* neutralise les fonds blancs sur bande blanche */
	filter: grayscale(1) contrast(1.05); opacity: .6;
	transition: filter .35s var(--ease-out), opacity .35s var(--ease-out);
}
.ljm-marquee-track span:hover img { filter: grayscale(0); opacity: 1; }
@keyframes ljm-marquee { to { transform: translateX(-50%); } }

/* ---------- Tilt 3D ---------- */
[data-tilt] { transform-style: preserve-3d; will-change: transform; }
[data-tilt] > * { transform: translateZ(0); }

/* ---------- Footer : mot géant ---------- */
.ljm-footer-word {
	display: block; text-align: center;
	font-size: clamp(64px, 12vw, 190px); font-weight: 700; letter-spacing: -.045em; line-height: .9;
	color: transparent;
	-webkit-text-stroke: 1px rgba(245, 245, 247, .14);
	user-select: none; pointer-events: none;
	margin-bottom: clamp(30px, 5vw, 60px);
}

/* ---------- Configurateur (pop-up plein écran) ---------- */
.ljm-config {
	position: fixed; inset: 0; z-index: 3500;
	background: rgba(8, 8, 9, .98);
	color: #F5F5F7;
	display: flex; flex-direction: column;
	opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity .4s var(--ease-out), visibility .4s;
}
.ljm-config.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.ljm-config::before {
	content: ''; position: absolute; inset: 0; pointer-events: none;
	background: radial-gradient(ellipse 60% 45% at 50% 0%, rgba(244, 121, 31, .1), transparent 70%);
}

.ljm-config-head {
	position: relative;
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	padding: 22px clamp(20px, 4vw, 44px);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	flex: 0 0 auto;
}
.ljm-config-head img { height: 24px; width: auto; }
.ljm-config-progress {
	display: flex; align-items: center; gap: 16px;
	font-size: 13px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase;
	color: var(--light-55);
}
.ljm-config-progress .bar {
	width: clamp(90px, 18vw, 220px); height: 2.5px; border-radius: 3px;
	background: rgba(255, 255, 255, .12); overflow: hidden;
}
.ljm-config-progress .bar i {
	display: block; height: 100%; background: var(--accent);
	width: 100%; transform: scaleX(.16); transform-origin: left;
	transition: transform .5s var(--ease-out);
}
.ljm-config-close {
	width: 44px; height: 44px; border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .2); background: transparent;
	color: #F5F5F7; font-size: 22px; line-height: 1; cursor: pointer;
	transition: background .3s, border-color .3s, transform .3s var(--ease-out);
}
.ljm-config-close:hover { background: var(--accent); border-color: var(--accent); transform: rotate(90deg); }

.ljm-config-body {
	position: relative; flex: 1 1 auto;
	overflow-y: auto;
	display: flex; align-items: center; justify-content: center;
	padding: clamp(24px, 4vw, 48px);
}
.ljm-config-step {
	display: none;
	width: 100%; max-width: 940px;
	text-align: center;
}
.ljm-config-step.is-active { display: block; }
.ljm-config-title { font-size: clamp(26px, 3.6vw, 44px); font-weight: 700; letter-spacing: -.03em; }
.ljm-config-sub { margin: 12px auto 36px; max-width: 520px; font-size: 16px; color: var(--light-55); }

/* Cartes d'options */
.ljm-config-cards {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
}
.ljm-config-cards.is-grid-3 { grid-template-columns: repeat(3, 1fr); }
.ljm-config-cards.is-row-4 { grid-template-columns: repeat(4, 1fr); }
.ljm-config-cards.is-row-4 .ljm-config-card { padding-block: 40px; }
.ljm-config-card {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
	padding: 28px 16px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--radius);
	color: #F5F5F7; font-size: 15px; font-weight: 600; letter-spacing: -.01em;
	cursor: pointer; text-align: center;
	transition: border-color .3s, background .3s, transform .35s var(--ease-out);
}
.ljm-config-card svg { width: 34px; height: 34px; color: var(--accent); }
.ljm-config-card small { font-weight: 500; font-size: 12.5px; color: var(--light-55); }
.ljm-config-card:hover { border-color: rgba(244, 121, 31, .6); background: rgba(244, 121, 31, .08); transform: translateY(-4px); }
.ljm-config-card.is-selected { border-color: var(--accent); background: rgba(244, 121, 31, .16); }

/* Carte du Jura */
.ljm-config-map { max-width: 560px; margin-inline: auto; }
.ljm-config-map svg { width: 100%; height: auto; display: block; }
.ljm-map-zone { cursor: pointer; }
.ljm-map-zone path {
	fill: rgba(255, 255, 255, .06);
	stroke: rgba(255, 255, 255, .3); stroke-width: 1.5;
	transition: fill .3s, stroke .3s;
}
.ljm-map-zone text {
	fill: rgba(245, 245, 247, .8); font-size: 13px; font-weight: 650;
	pointer-events: none; text-anchor: middle;
}
.ljm-map-zone:hover path { fill: rgba(244, 121, 31, .22); stroke: var(--accent); }
.ljm-map-zone.is-selected path { fill: rgba(244, 121, 31, .45); stroke: var(--accent); }
.ljm-map-zone.is-selected text { fill: #fff; }
.ljm-config-map-other {
	margin-top: 8px;
	display: inline-flex; padding: 10px 22px; border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .2); background: transparent;
	color: var(--light-70); font-size: 14px; font-weight: 600; cursor: pointer;
	transition: all .3s var(--ease-out);
}
.ljm-config-map-other:hover, .ljm-config-map-other.is-selected { border-color: var(--accent); color: #fff; background: rgba(244, 121, 31, .16); }

.ljm-config-field {
	max-width: 480px; margin: 20px auto 0;
	display: flex; flex-direction: column; gap: 8px; text-align: left;
}
.ljm-config-field label { font-size: 12.5px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; color: var(--light-55); }
.ljm-config-field input, .ljm-config-field textarea {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: var(--radius);
	color: #F5F5F7; font: inherit; font-size: 16px;
	padding: 14px 16px; width: 100%;
	transition: border-color .3s;
}
.ljm-config-field input:focus, .ljm-config-field textarea:focus { outline: none; border-color: var(--accent); }
.ljm-config-field textarea { min-height: 90px; resize: vertical; }

/* Champs flottants de l'étape finale */
.ljm-config-field.is-fancy { position: relative; max-width: none; margin: 0; }
.ljm-config-field.is-fancy input,
.ljm-config-field.is-fancy textarea {
	padding: 24px 18px 12px;
	background: rgba(255, 255, 255, .06);
	border-radius: var(--radius);
	line-height: 1.45;
}
.ljm-config-field.is-fancy textarea { min-height: 130px; }
.ljm-config-field.is-fancy label {
	position: absolute; left: 18px; top: 19px;
	font-size: 14.5px; font-weight: 500; letter-spacing: 0; text-transform: none;
	color: var(--light-55);
	pointer-events: none;
	transition: top .25s var(--ease-out), font-size .25s var(--ease-out), color .25s;
}
.ljm-config-field.is-fancy input:focus + label,
.ljm-config-field.is-fancy input:not(:placeholder-shown) + label,
.ljm-config-field.is-fancy textarea:focus + label,
.ljm-config-field.is-fancy textarea:not(:placeholder-shown) + label {
	top: 8px; font-size: 11px; font-weight: 650;
	letter-spacing: .08em; text-transform: uppercase;
	color: var(--accent);
}
.ljm-config-field.is-fancy input:focus,
.ljm-config-field.is-fancy textarea:focus { background: rgba(255, 255, 255, .09); box-shadow: 0 0 0 3px rgba(244, 121, 31, .18); }

/* Spinner du bouton d'envoi */
.ljm-btn-spinner {
	display: none;
	width: 17px; height: 17px; flex: 0 0 17px;
	border: 2px solid rgba(255, 255, 255, .35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: ljm-spin .7s linear infinite;
}
.ljm-btn.is-loading .ljm-btn-spinner { display: inline-block; }
.ljm-btn.is-loading { pointer-events: none; opacity: .85; }
@keyframes ljm-spin { to { transform: rotate(360deg); } }

/* Check de confirmation dessiné */
.ljm-check-path { stroke-dasharray: 30; stroke-dashoffset: 30; }
.ljm-config-step.is-active .ljm-check-path { animation: ljm-check-draw .6s .35s var(--ease-out) forwards; }
@keyframes ljm-check-draw { to { stroke-dashoffset: 0; } }
.ljm-config-step.is-active .ljm-config-success-icon { animation: ljm-pop .5s var(--ease-out); }
@keyframes ljm-pop { 0% { transform: scale(.6); opacity: 0; } 70% { transform: scale(1.06); } 100% { transform: scale(1); opacity: 1; } }

/* Étape finale : formulaire + résumé */
.ljm-config-final { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 640px; margin-inline: auto; text-align: left; }
.ljm-config-final .is-full { grid-column: 1 / -1; }
.ljm-config-summary {
	display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
	margin-bottom: 30px;
}
.ljm-config-summary span {
	padding: 7px 14px; border-radius: 999px;
	background: rgba(244, 121, 31, .14); border: 1px solid rgba(244, 121, 31, .4);
	font-size: 13px; font-weight: 600; color: #FFB076;
}

.ljm-config-actions { margin-top: 34px; display: flex; justify-content: center; gap: 12px; }
.ljm-config-error { margin-top: 18px; color: #FF8A8C; font-size: 14.5px; font-weight: 600; display: none; }

/* Pied : retour */
.ljm-config-foot {
	flex: 0 0 auto;
	padding: 18px clamp(20px, 4vw, 44px);
	border-top: 1px solid rgba(255, 255, 255, .08);
	display: flex; justify-content: space-between; align-items: center;
}
.ljm-config-back {
	display: inline-flex; align-items: center; gap: 10px;
	background: transparent; border: none; color: var(--light-55);
	font-size: 14px; font-weight: 600; cursor: pointer;
	transition: color .25s;
	visibility: hidden;
}
.ljm-config-back:hover { color: var(--accent); }
.ljm-config-back.is-visible { visibility: visible; }
.ljm-config-foot small { color: rgba(245, 245, 247, .35); font-size: 12px; }

/* Succès */
.ljm-config-success-icon {
	width: 84px; height: 84px; margin: 0 auto 28px;
	border-radius: 50%; border: 2px solid var(--accent);
	display: grid; place-items: center;
}
.ljm-config-success-icon svg { width: 38px; height: 38px; color: var(--accent); }

@media (max-width: 640px) {
	.ljm-config-cards, .ljm-config-cards.is-grid-3 { grid-template-columns: 1fr 1fr; }
	.ljm-config-cards.is-row-4 { grid-template-columns: 1fr 1fr; }
	.ljm-config-cards.is-row-4 .ljm-config-card { padding-block: 26px; }
	.ljm-config-final { grid-template-columns: 1fr; }
	.ljm-config-progress span { display: none; }
	.ljm-config-body { align-items: flex-start; }
}

/* ---------- Pagination ---------- */
.ljm-pagination ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.ljm-pagination a, .ljm-pagination span {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 44px; height: 44px; padding: 0 14px;
	border: 1px solid var(--paper-line); border-radius: var(--radius);
	font-size: 15px; font-weight: 600; color: var(--ink-2);
	transition: all .3s var(--ease-out);
}
.ljm-pagination a:hover { border-color: var(--ink); color: var(--ink); }
.ljm-pagination .current { background: var(--accent); border-color: var(--accent); color: #fff; }

/* ---------- 404 ---------- */
.ljm-404 { min-height: 100svh; display: flex; align-items: center; text-align: center; background: var(--black); color: #F5F5F7; }
.ljm-404 h1 { font-size: clamp(90px, 20vw, 220px); letter-spacing: -.05em; line-height: 1; }
.ljm-404 h1 span { color: var(--accent); }
.ljm-404 p { color: var(--light-55); font-size: 19px; margin: 18px 0 34px; }

/* ---------- Reveal (état initial géré en JS, fallback sans JS) ---------- */
html.no-js [data-reveal],
html.no-js [data-hero-fade] { opacity: 1 !important; transform: none !important; filter: none !important; }

/* =========================================================================
   Responsive
   ========================================================================= */
/* ===== Tablette ===== */
@media (max-width: 1080px) {
	.ljm-nav { display: none; }
	.ljm-header { grid-template-columns: auto 1fr; }
	.ljm-burger { display: flex; }

	/* Héro accueil : contenu empilé, hauteur libre pour ne jamais rogner */
	.ljm-hero { min-height: 100svh; height: auto; align-items: stretch; }
	.ljm-hero-content {
		display: flex; align-items: flex-end;
		padding-top: calc(var(--header-h) + 72px);
		padding-bottom: clamp(48px, 8vh, 90px);
		width: 100%;
	}
	.ljm-hero-grid { grid-template-columns: 1fr; align-items: start; gap: 36px; }
	.ljm-hero-tiles { flex-direction: row; flex-wrap: wrap; }
	.ljm-hero-tile { flex: 1 1 240px; }

	.ljm-page-hero { padding-top: calc(var(--header-h) + clamp(64px, 10vh, 110px)); }
	.ljm-project-hero { min-height: 72svh; }
	.ljm-project-intro { grid-template-columns: 1fr; }
	.ljm-project-intro-side { position: static; }
	.ljm-bento { grid-template-columns: 1fr 1fr; }
	.ljm-bento-card { grid-column: span 1 !important; min-height: 340px; }
	.ljm-steps, .ljm-steps.is-3col { grid-template-columns: 1fr 1fr; }
	.ljm-news-grid { grid-template-columns: 1fr 1fr; }
	.ljm-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
	.ljm-variant-grid { grid-template-columns: 1fr 1fr; }
	.ljm-footer-grid { grid-template-columns: 1fr 1fr; }
	.ljm-contact-grid { grid-template-columns: 1fr; }
	.ljm-split { grid-template-columns: 1fr; }
	.ljm-split-media img { height: clamp(280px, 48vw, 460px); }
	.ljm-cinema { height: 58vh; min-height: 380px; }
	.ljm-mega { display: none; }
}

/* ===== Mobile ===== */
@media (max-width: 640px) {
	body { font-size: 16px; }

	/* Header compact */
	.ljm-header { padding: 7px 7px 7px 16px; }
	.ljm-header-logo img { height: 24px; }
	.ljm-header-cta { padding: 10px 16px; font-size: 13px; }
	.ljm-header-config { display: none; }

	/* Héros */
	.ljm-hero-title { font-size: clamp(38px, 11.5vw, 52px); }
	.ljm-hero-sub { font-size: 16px; }
	.ljm-hero .ljm-btn-row .ljm-btn { width: 100%; }

	/* Tuiles héro : rangées fines et discrètes */
	.ljm-hero-tiles { flex-direction: column; gap: 8px; }
	.ljm-hero-tile { padding: 10px 14px; border-radius: 6px; gap: 10px; }
	.ljm-hero-tile-txt strong { font-size: 13.5px; }
	.ljm-hero-tile-txt span { display: none; }
	.ljm-hero-tile-num { font-size: 17px; }
	.ljm-hero-tile-arrow { flex: 0 0 24px; width: 24px; height: 24px; font-size: 12px; }
	.ljm-page-hero .ljm-hero-title { font-size: clamp(30px, 9vw, 42px); }
	.ljm-project-title { font-size: clamp(32px, 10vw, 46px); }
	.ljm-scroll-cue { display: none; }

	/* Grilles */
	.ljm-bento { grid-template-columns: 1fr; }
	.ljm-bento-card { min-height: 300px; }
	.ljm-steps, .ljm-steps.is-3col { grid-template-columns: 1fr; }
	.ljm-news-grid { grid-template-columns: 1fr; }
	.ljm-mosaic { grid-template-columns: 1fr; grid-auto-rows: 240px; }
	.ljm-mosaic-card.w2, .ljm-mosaic-card.h2 { grid-column: span 1; grid-row: span 1; }
	.ljm-variant-grid { grid-template-columns: 1fr; }
	.ljm-footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.ljm-form { grid-template-columns: 1fr; }
	.ljm-checklist { grid-template-columns: 1fr; }
	.ljm-gallery { grid-template-columns: 1fr; }
	.ljm-project-meta { grid-template-columns: 1fr 1fr; }
	.ljm-masonry { columns: 1; }

	/* Sections & bandeaux */
	.ljm-cinema { height: 52vh; min-height: 320px; }
	.ljm-cinema-title { font-size: clamp(24px, 7.5vw, 34px); }
	.ljm-statement { font-size: clamp(22px, 6.5vw, 30px); }
	.ljm-title { font-size: clamp(28px, 8vw, 38px); }
	.ljm-subtitle { font-size: 16px; }
	.ljm-stats { gap: 28px; }

	/* CTA & boutons pleine largeur */
	.ljm-cta .ljm-btn-row .ljm-btn,
	.ljm-related + .ljm-cta .ljm-btn { width: 100%; }
	.ljm-cta-title { font-size: clamp(36px, 11vw, 52px); }
	.ljm-cta-meta { flex-direction: column; gap: 10px; }
	.ljm-cta-meta i { display: none; }

	/* Navigation précédent/suivant empilée */
	.ljm-pagenav { flex-direction: column; gap: 24px; }
	.ljm-pagenav a { max-width: 100%; }
	.ljm-pagenav .is-next { text-align: left; margin-left: 0; }

	/* Contact */
	.ljm-map iframe { height: 300px; }
	.ljm-hours li { max-width: none; }

	/* Marquee & footer */
	.ljm-marquee-track img { height: 32px; max-width: 120px; }
	.ljm-marquee-track { gap: 40px; }
	.ljm-marquee-track span { gap: 40px; }
	.ljm-footer-word { font-size: clamp(48px, 15vw, 90px); }

	/* Lightbox */
	.ljm-lightbox-prev { left: 10px; }
	.ljm-lightbox-next { right: 10px; }
	.ljm-lightbox-close { top: 12px; right: 12px; }
	.ljm-lightbox img { max-width: 96vw; max-height: 78vh; }

	/* Configurateur */
	.ljm-config-head { padding: 16px 18px; }
	.ljm-config-body { padding: 24px 18px 40px; }
	.ljm-config-title { font-size: clamp(24px, 7.5vw, 32px); }
	.ljm-config-card { padding: 20px 12px; font-size: 14px; }
	.ljm-config-actions .ljm-btn { width: 100%; }
	.ljm-config-foot { padding: 14px 18px; }
	.ljm-config-foot small { display: none; }

	/* Cartes process illustrées */
	.ljmod-card { min-height: 340px; }
	.ljmod-num { font-size: 42px; }
}

/* ===== Très petits écrans ===== */
@media (max-width: 400px) {
	.ljm-header-cta { padding: 9px 12px; }
	.ljm-config-cards, .ljm-config-cards.is-grid-3, .ljm-config-cards.is-row-4 { grid-template-columns: 1fr; }
	.ljm-chips { gap: 8px; }
	.ljm-chip { padding: 8px 14px; font-size: 13px; }
	.ljm-project-meta { grid-template-columns: 1fr; }
}

/* ---------- Accessibilité mouvement ---------- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; }
	[data-reveal], [data-hero-fade], [data-hero-line] { opacity: 1 !important; transform: none !important; filter: none !important; }
}
