/* ==========================================================================
   PowerLoxx Fitness — feuille de style principale
   Premium épuré + touches tech. Clair majoritaire, sections sombres en contraste.
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. Polices (auto-hébergées, variables)
   -------------------------------------------------------------------------- */
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 100 1000;
	font-display: swap;
	src: url("../fonts/dm-sans-latin-wght-normal.woff2") format("woff2-variations");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 100 1000;
	font-display: swap;
	src: url("../fonts/dm-sans-latin-ext-wght-normal.woff2") format("woff2-variations");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "DM Sans";
	font-style: italic;
	font-weight: 100 1000;
	font-display: swap;
	src: url("../fonts/dm-sans-latin-wght-italic.woff2") format("woff2-variations");
}

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
	--font: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--bg: #f7f6f3;
	--bg-2: #efede8;
	--sand: #ece9e2;
	--white: #ffffff;
	--ink: #0e0e0f;
	--ink-2: #4b4b4a;
	--ink-3: #8a8a87;
	--line: rgba(14, 14, 15, 0.1);
	--line-strong: rgba(14, 14, 15, 0.18);

	--dark: #0b0b0c;
	--dark-2: #131315;
	--dark-3: #1c1c1f;
	--on-dark: #f5f4f0;
	--on-dark-2: rgba(245, 244, 240, 0.68);
	--line-dark: rgba(255, 255, 255, 0.1);

	--red: #e10600;
	--red-deep: #b40500;
	--red-soft: rgba(225, 6, 0, 0.12);
	--red-glow: rgba(225, 6, 0, 0.45);

	--radius-xs: 8px;
	--radius-sm: 14px;
	--radius: 24px;
	--radius-lg: 36px;
	--pill: 999px;

	--container: 1320px;
	--gutter: clamp(20px, 4vw, 56px);
	--section: clamp(88px, 12vw, 160px);

	--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
	--ease-expo: cubic-bezier(0.16, 1, 0.3, 1);

	--nav-h: 66px;
}
@media (min-width: 1200px) { :root { --gutter: clamp(76px, 5.5vw, 110px); } }

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.6;
	font-weight: 400;
	color: var(--ink);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-optical-sizing: auto;
	overflow-x: clip;
}
body.menu-open { overflow: hidden; }

img, svg, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p, figure, address { margin: 0; }
address { font-style: normal; }
::selection { background: var(--red); color: #fff; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; border-radius: 4px; }

.skip-link {
	position: absolute; left: 16px; top: -100px; z-index: 1000;
	padding: 12px 18px; background: var(--ink); color: #fff; border-radius: var(--pill);
}
.skip-link:focus { top: 16px; }

.container { width: min(var(--container), 100% - var(--gutter) * 2); margin-inline: auto; }
.site { overflow-x: clip; }
.container--narrow { max-width: 840px; }

.icon { width: 1.2em; height: 1.2em; flex: none; }

/* --------------------------------------------------------------------------
   3. Typographie
   -------------------------------------------------------------------------- */
.h1, .h2, .hero__title, .cta__title {
	font-weight: 640;
	letter-spacing: -0.035em;
	line-height: 0.98;
	text-wrap: balance;
	font-variation-settings: "opsz" 40;
}
.h1 { font-size: clamp(2.6rem, 6.5vw, 5.4rem); }
.h2 { font-size: clamp(2.1rem, 4.6vw, 4rem); }
.h2 em, .hero__title em { font-style: normal; color: var(--red); }

.eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--ink-2); margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: currentColor; opacity: 0.6; }
.eyebrow--red { color: var(--red); }
.section--dark .eyebrow { color: var(--on-dark-2); }
.section--dark .eyebrow--red { color: var(--red); }

.lead { font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.55; color: var(--ink-2); max-width: 58ch; }
.section--dark .lead { color: var(--on-dark-2); }

.section__head { margin-bottom: clamp(44px, 6vw, 80px); max-width: 900px; }
.section__head .lead { margin-top: 22px; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow::before { display: none; }
.section__head--center .lead { margin-inline: auto; }
.section__head--split { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.section__head--split > div:first-child { max-width: 760px; }

/* --------------------------------------------------------------------------
   4. Boutons & liens
   -------------------------------------------------------------------------- */
.btn {
	--btn-bg: var(--ink); --btn-fg: #fff; --btn-icon-bg: rgba(255, 255, 255, 0.14);
	position: relative; display: inline-flex; align-items: center; gap: 14px;
	padding: 6px 6px 6px 24px; min-height: 58px;
	border-radius: var(--pill); background: var(--btn-bg); color: var(--btn-fg);
	font-weight: 560; font-size: 0.98rem; letter-spacing: -0.005em; white-space: nowrap;
	transition: transform 0.5s var(--ease-expo), background 0.35s, color 0.35s, box-shadow 0.35s;
	will-change: transform;
}
.btn__label { position: relative; z-index: 1; }
.btn__icon {
	display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
	background: var(--btn-icon-bg); transition: transform 0.5s var(--ease-expo), background 0.35s;
}
.btn__icon .icon { width: 18px; height: 18px; transition: transform 0.5s var(--ease-expo); }
.btn:hover .btn__icon { transform: rotate(-45deg); }
.btn:hover { box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.5); }
.btn--primary { --btn-bg: var(--red); --btn-icon-bg: rgba(0, 0, 0, 0.22); }
.btn--primary:hover { --btn-bg: var(--red-deep); }
.btn--dark { --btn-bg: var(--ink); }
.btn--dark:hover { --btn-bg: #000; }
.btn--light { --btn-bg: #fff; --btn-fg: var(--ink); --btn-icon-bg: var(--ink); }
.btn--light .btn__icon { color: #fff; }
.btn--glass { --btn-bg: rgba(255, 255, 255, 0.12); --btn-fg: #fff; --btn-icon-bg: rgba(255, 255, 255, 0.16); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255, 255, 255, 0.22); }
.btn--glass:hover { --btn-bg: rgba(255, 255, 255, 0.2); }
.btn--outline { --btn-bg: transparent; --btn-fg: var(--ink); --btn-icon-bg: var(--ink); border: 1.5px solid var(--line-strong); }
.btn--outline .btn__icon { color: #fff; }
.btn--outline:hover { --btn-bg: var(--ink); --btn-fg: #fff; --btn-icon-bg: rgba(255, 255, 255, 0.14); box-shadow: none; }
.btn--sm { min-height: 46px; padding: 4px 4px 4px 18px; font-size: 0.9rem; gap: 10px; }
.btn--sm .btn__icon { width: 36px; height: 36px; }
.btn--sm .btn__icon .icon { width: 16px; height: 16px; }

.link-arrow {
	display: inline-flex; align-items: center; gap: 8px; font-weight: 560; color: var(--ink);
	border-bottom: 1.5px solid var(--line-strong); padding-bottom: 3px; transition: border-color 0.3s, gap 0.3s;
}
.link-arrow .icon { width: 18px; height: 18px; transition: transform 0.4s var(--ease-expo); }
.link-arrow:hover { border-color: var(--red); gap: 12px; }
.link-arrow:hover .icon { transform: translate(2px, -2px); }
.link-arrow--light { color: var(--on-dark); border-color: var(--line-dark); }

.link-line {
	display: flex; align-items: center; gap: 18px; padding: 18px 0;
	border-top: 1px solid var(--line); font-weight: 560; font-size: 1.05rem;
	transition: padding-left 0.4s var(--ease-expo), color 0.3s;
}
.link-line:last-child { border-bottom: 1px solid var(--line); }
.link-line__num { font-size: 0.75rem; letter-spacing: 0.1em; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.link-line__label { flex: 1; }
.link-line .icon { width: 20px; height: 20px; color: var(--red); transition: transform 0.4s var(--ease-expo); }
.link-line:hover { padding-left: 10px; color: var(--red); }
.link-line:hover .icon { transform: translateX(6px); }

/* --------------------------------------------------------------------------
   5. Sections
   -------------------------------------------------------------------------- */
.section { position: relative; padding-block: var(--section); }
.section--light { background: var(--bg); color: var(--ink); }
.section--sand { background: var(--sand); color: var(--ink); }
.section--dark { background: var(--dark); color: var(--on-dark); }

/* Coins arrondis en chevauchement pour les transitions clair/sombre */
.section--dark { border-radius: var(--radius-lg) var(--radius-lg) 0 0; margin-top: calc(var(--radius-lg) * -1); }
.section--dark + .section { border-radius: var(--radius-lg) var(--radius-lg) 0 0; margin-top: calc(var(--radius-lg) * -1); position: relative; z-index: 1; }
.section--sand { position: relative; z-index: 1; }

/* --------------------------------------------------------------------------
   6. Loader
   -------------------------------------------------------------------------- */
.loader {
	position: fixed; inset: 0; z-index: 900; background: var(--dark); color: var(--on-dark);
	display: grid; place-items: center; overflow: hidden;
}
.is-static .loader, .loader.is-done { display: none; }
.loader__inner { display: grid; justify-items: center; gap: 28px; }
.loader__logo { position: relative; width: clamp(90px, 12vw, 150px); aspect-ratio: 250 / 165; }
.loader__logo-svg { position: absolute; inset: 0; width: 100%; height: 100%; color: rgba(255, 255, 255, 0.12); }
.loader__logo-fill { position: absolute; inset: 0; overflow: hidden; clip-path: inset(100% 0 0 0); }
.loader__logo-svg--fill { color: var(--red); }
.loader__meta { display: flex; gap: 28px; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--on-dark-2); font-variant-numeric: tabular-nums; }
.loader__count { color: var(--on-dark); }
.loader__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: rgba(255, 255, 255, 0.08); }
.loader__bar span { display: block; height: 100%; width: 0; background: var(--red); }

/* --------------------------------------------------------------------------
   7. Curseur personnalisé
   -------------------------------------------------------------------------- */
.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
	.cursor { display: block; position: fixed; inset: 0; z-index: 950; pointer-events: none; }
	.cursor__dot, .cursor__ring {
		position: absolute; top: 0; left: 0; border-radius: 50%; transform: translate(-50%, -50%);
		will-change: transform;
	}
	.cursor__dot { width: 6px; height: 6px; background: var(--red); }
	.cursor__ring {
		width: 36px; height: 36px; border: 1.5px solid rgba(225, 6, 0, 0.7);
		display: grid; place-items: center; transition: width 0.35s var(--ease-expo), height 0.35s var(--ease-expo), background 0.35s, border-color 0.35s;
	}
	.cursor__label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; opacity: 0; transition: opacity 0.25s; white-space: nowrap; }
	.cursor.is-hover .cursor__ring { width: 56px; height: 56px; background: rgba(225, 6, 0, 0.16); }
	.cursor.is-label .cursor__ring { width: 96px; height: 96px; background: var(--red); border-color: var(--red); }
	.cursor.is-label .cursor__label { opacity: 1; }
	.cursor.is-label .cursor__dot { opacity: 0; }
	.cursor.is-hidden { opacity: 0; }
	body.has-cursor, body.has-cursor a, body.has-cursor button { cursor: none; }
}

/* --------------------------------------------------------------------------
   8. Navigation (pilule flottante)
   -------------------------------------------------------------------------- */
.nav {
	position: fixed; top: 18px; left: 0; right: 0; z-index: 800;
	display: flex; justify-content: center; padding-inline: 16px; pointer-events: none;
}
.nav__pill {
	pointer-events: auto;
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	width: min(1180px, 100%); height: var(--nav-h); padding: 0 8px 0 22px;
	border-radius: var(--pill);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow: 0 10px 40px -12px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%);
	transition: width 0.7s var(--ease-expo), height 0.5s var(--ease-expo), background 0.4s, box-shadow 0.4s;
	color: var(--ink);
}
.nav.is-scrolled .nav__pill { width: min(1020px, 100%); height: 58px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 14px 40px -14px rgba(0, 0, 0, 0.35); }
.nav__logo { display: block; height: 34px; flex: none; }
.nav__logo-svg { height: 100%; width: auto; color: var(--ink); }
.nav__links ul { display: flex; gap: 4px; }
.nav__links a {
	display: block; padding: 10px 14px; border-radius: var(--pill);
	font-size: 0.93rem; font-weight: 540; letter-spacing: -0.005em; color: var(--ink-2);
	transition: color 0.3s, background 0.3s;
}
.nav__links a span { position: relative; display: block; overflow: hidden; }
.nav__links a span::after {
	content: attr(data-hover); position: absolute; left: 0; top: 100%; color: var(--ink);
}
.nav__links a span, .nav__links a span::after { transition: transform 0.45s var(--ease-expo); }
.nav__links a:hover { color: var(--ink); background: rgba(14, 14, 15, 0.05); }
.nav__links a:hover span { transform: translateY(-100%); }
.nav__actions { display: flex; align-items: center; gap: 6px; }
.nav__account {
	display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
	color: var(--ink-2); transition: background 0.3s, color 0.3s;
}
.nav__account:hover { background: rgba(14, 14, 15, 0.06); color: var(--ink); }
.nav__account .icon { width: 20px; height: 20px; }
.nav__burger { display: none; position: relative; width: 46px; height: 46px; border-radius: 50%; }
.nav__burger span { position: absolute; left: 13px; right: 13px; height: 1.75px; background: var(--ink); transition: transform 0.45s var(--ease-expo), top 0.45s var(--ease-expo); }
.nav__burger span:first-child { top: 18px; }
.nav__burger span:last-child { top: 27px; }
.nav__burger[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
.nav__progress { position: absolute; left: 0; right: 0; top: -18px; height: 2px; }
.nav__progress span { display: block; height: 100%; width: 100%; background: var(--red); transform-origin: left; transform: scaleX(0); }

@media (max-width: 1080px) {
	.nav__links { display: none; }
	.nav__burger { display: block; }
	.nav__pill { width: min(760px, 100%); }
}
@media (max-width: 600px) {
	.nav { top: 12px; padding-inline: 12px; }
	.nav__pill { height: 60px; padding-left: 16px; }
	.nav__logo { height: 26px; }
	.nav__account { display: none; }
	.nav__cta .btn__label { display: none; }
	.nav__cta { padding: 4px; }
}

/* Menu plein écran (mobile / tablette) */
.menu { position: fixed; inset: 0; z-index: 790; visibility: hidden; pointer-events: none; }
.menu.is-open { visibility: visible; pointer-events: auto; }
.menu__bg { position: absolute; inset: 0; background: var(--dark); transform: translateY(-100%); }
.menu__inner { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: calc(var(--nav-h) + 48px) var(--gutter) 40px; color: var(--on-dark); }
.menu__item { overflow: hidden; }
.menu__item a { display: flex; align-items: baseline; gap: 18px; padding: 8px 0; font-size: clamp(2rem, 8vw, 4rem); font-weight: 620; letter-spacing: -0.03em; line-height: 1.05; transform: translateY(110%); }
.menu__num { font-size: 0.8rem; letter-spacing: 0.14em; color: var(--red); font-weight: 600; }
.menu__foot { display: grid; gap: 22px; opacity: 0; }
.menu__social { display: flex; gap: 22px; font-size: 0.9rem; font-weight: 560; color: var(--on-dark-2); }
.menu__address { font-size: 0.85rem; color: var(--on-dark-2); }

/* --------------------------------------------------------------------------
   9. Rail social fixe
   -------------------------------------------------------------------------- */
.rail {
	position: fixed; left: 22px; bottom: 36px; z-index: 700;
	display: none; flex-direction: column; align-items: center; gap: 18px;
	color: var(--ink); mix-blend-mode: difference; color: #fff;
}
@media (min-width: 1200px) { .rail { display: flex; } }
.rail__label { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.8; }
.rail__line { position: relative; width: 1.5px; height: 90px; background: rgba(255, 255, 255, 0.25); overflow: hidden; }
.rail__line span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; transform-origin: top; transform: scaleY(0); }
.rail__social { display: grid; gap: 6px; }
.rail__social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; transition: background 0.3s, transform 0.4s var(--ease-expo); }
.rail__social a:hover { background: rgba(255, 255, 255, 0.16); transform: translateY(-2px); }
.rail__social .icon { width: 18px; height: 18px; }

/* --------------------------------------------------------------------------
   10. Hero
   -------------------------------------------------------------------------- */
.hero {
	position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end;
	color: #fff; overflow: hidden; background: var(--dark);
	padding-top: calc(var(--nav-h) + 40px);
}
.hero__media { position: absolute; inset: 0; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; transform: scale(1.12); will-change: transform; }
.hero__shade {
	position: absolute; inset: 0;
	background:
		linear-gradient(to top, rgba(8, 8, 9, 0.96) 0%, rgba(8, 8, 9, 0.72) 40%, rgba(8, 8, 9, 0.42) 72%, rgba(8, 8, 9, 0.55) 100%),
		radial-gradient(60% 50% at 80% 30%, rgba(225, 6, 0, 0.16), transparent 70%);
}
.hero__media img { filter: brightness(0.82) saturate(0.95); }
.hero__grain { position: absolute; inset: 0; opacity: 0.06; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); mix-blend-mode: overlay; pointer-events: none; }
.hero__inner {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 40px;
	padding-bottom: clamp(56px, 8vh, 96px);
}
.hero__eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 0.8rem; font-weight: 560; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.78); margin-bottom: 26px; }
.hero__eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.6); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.6); } 70% { box-shadow: 0 0 0 12px rgba(225, 6, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(225, 6, 0, 0); } }
.hero__title { font-size: clamp(2.9rem, 8.2vw, 7.6rem); color: #fff; margin-bottom: 28px; }
.hero__text { max-width: 52ch; font-size: clamp(1.02rem, 1.3vw, 1.2rem); color: rgba(255, 255, 255, 0.78); margin-bottom: 36px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__stats { display: grid; gap: 10px; justify-self: end; width: min(100%, 380px); }
.hero__stat {
	display: grid; gap: 4px; padding: 18px 22px;
	border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.hero__stat-value { font-size: 1.7rem; font-weight: 620; letter-spacing: -0.03em; line-height: 1; }
.hero__stat-value small { font-size: 0.9rem; font-weight: 500; margin-left: 4px; color: rgba(255, 255, 255, 0.7); }
.hero__stat-label { font-size: 0.85rem; color: rgba(255, 255, 255, 0.66); }
.hero__scroll {
	position: absolute; right: var(--gutter); bottom: 34px; z-index: 2;
	display: flex; flex-direction: column; align-items: center; gap: 10px;
	font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7);
}
.hero__scroll-line { width: 1.5px; height: 56px; background: rgba(255, 255, 255, 0.25); position: relative; overflow: hidden; }
.hero__scroll-line::after { content: ""; position: absolute; inset: 0; background: #fff; transform-origin: top; animation: scrollLine 2s var(--ease-in-out) infinite; }
@keyframes scrollLine { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

@media (max-width: 900px) {
	.hero__inner { grid-template-columns: 1fr; gap: 28px; padding-bottom: 80px; }
	.hero__stats { justify-self: stretch; width: 100%; grid-template-columns: repeat(3, 1fr); }
	.hero__stat { padding: 14px; }
	.hero__stat-value { font-size: 1.3rem; }
	.hero__stat-label { display: none; }
	.hero__scroll { display: none; }
}
@media (max-width: 600px) {
	.hero__title { font-size: clamp(2.6rem, 13vw, 4rem); }
	.hero__actions .btn { width: 100%; justify-content: space-between; }
}

/* --------------------------------------------------------------------------
   11. Marquee
   -------------------------------------------------------------------------- */
.marquee {
	position: relative; z-index: 2; overflow: hidden; background: var(--red); color: #fff;
	padding: 18px 0; transform: rotate(-1.2deg) scale(1.02); margin-top: -1px;
}
.marquee__track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee__group { display: flex; align-items: center; gap: 36px; padding-right: 36px; }
.marquee__item { font-size: clamp(1rem, 1.4vw, 1.3rem); font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; white-space: nowrap; }
.marquee__sep .icon { width: 18px; height: 18px; opacity: 0.85; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* --------------------------------------------------------------------------
   12. Services
   -------------------------------------------------------------------------- */
.services { padding-top: calc(var(--section) + 20px); }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service__link {
	position: relative; display: flex; flex-direction: column; gap: 56px; height: 100%; min-height: 300px;
	padding: 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line);
	overflow: hidden; isolation: isolate;
	transition: transform 0.6s var(--ease-expo), box-shadow 0.6s var(--ease-expo), color 0.4s, border-color 0.4s;
}
.service__link::before {
	content: ""; position: absolute; inset: auto -20% -60% -20%; height: 120%; z-index: -1;
	background: var(--ink); border-radius: 50%; transform: scale(0); transform-origin: center bottom;
	transition: transform 0.7s var(--ease-expo);
}
.service__link:hover { transform: translateY(-6px); color: #fff; border-color: transparent; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.5); }
.service__link:hover::before { transform: scale(1.6); }
.service__top { display: flex; justify-content: space-between; align-items: center; }
.service__num { font-size: 0.75rem; letter-spacing: 0.14em; color: var(--ink-3); font-variant-numeric: tabular-nums; transition: color 0.4s; }
.service__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--red-soft); color: var(--red); transition: background 0.4s, color 0.4s; }
.service__icon .icon { width: 20px; height: 20px; }
.service__link:hover .service__icon { background: var(--red); color: #fff; }
.service__link:hover .service__num { color: rgba(255, 255, 255, 0.5); }
.service__title { font-size: 1.45rem; font-weight: 620; letter-spacing: -0.02em; margin-top: auto; margin-bottom: 8px; }
.service__text { font-size: 0.93rem; color: var(--ink-2); line-height: 1.5; transition: color 0.4s; }
.service__link:hover .service__text { color: rgba(255, 255, 255, 0.7); }
.service__arrow { position: absolute; right: 22px; bottom: 22px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-strong); opacity: 0; transform: translate(6px, 6px); transition: opacity 0.4s, transform 0.5s var(--ease-expo), border-color 0.4s; }
.service__arrow .icon { width: 18px; height: 18px; }
.service__link:hover .service__arrow { opacity: 1; transform: none; border-color: rgba(255, 255, 255, 0.3); }
@media (max-width: 1000px) { .services__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services__grid { grid-template-columns: 1fr; } .service__link { min-height: 0; gap: 32px; } }

/* --------------------------------------------------------------------------
   13. Intro
   -------------------------------------------------------------------------- */
.intro { padding-top: 0; }
.intro__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.intro__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 5; }
.intro__media img { width: 100%; height: 100%; object-fit: cover; }
.intro__badge {
	position: absolute; left: 22px; bottom: 22px; display: grid; gap: 2px; padding: 18px 22px;
	border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.92); color: var(--ink);
	backdrop-filter: blur(10px); box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.4);
}
.intro__badge-value { font-size: 2rem; font-weight: 640; letter-spacing: -0.03em; line-height: 1; }
.intro__badge-label { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); }
.intro__text { display: grid; gap: 18px; margin-top: 26px; }
.intro__text p { color: var(--ink-2); max-width: 56ch; }
.intro__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 40px 0; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro__stat-value { display: block; font-size: clamp(1.8rem, 2.6vw, 2.5rem); font-weight: 640; letter-spacing: -0.035em; line-height: 1; }
.intro__stat-value small { font-size: 0.55em; font-weight: 500; color: var(--red); margin-left: 2px; }
.intro__stat-label { display: block; margin-top: 8px; font-size: 0.82rem; color: var(--ink-3); }
@media (max-width: 900px) {
	.intro__grid { grid-template-columns: 1fr; }
	.intro__media { aspect-ratio: 4 / 3; }
}

/* --------------------------------------------------------------------------
   14. ADN / logo 3D
   -------------------------------------------------------------------------- */
.dna { overflow: hidden; }
.dna__glow { position: absolute; right: -10%; top: 10%; width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; border-radius: 50%; background: radial-gradient(circle, rgba(225, 6, 0, 0.32) 0%, rgba(225, 6, 0, 0.08) 38%, transparent 68%); pointer-events: none; filter: blur(10px); }
.dna__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.dna__list { display: grid; gap: 14px; margin: 32px 0 40px; }
.dna__list li { display: flex; gap: 14px; align-items: flex-start; color: var(--on-dark-2); font-size: 1.02rem; }
.dna__list .icon { width: 22px; height: 22px; color: var(--red); margin-top: 2px; }
.dna__stage { position: relative; aspect-ratio: 1; max-height: 640px; }
.dna__canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
.dna__fallback { position: absolute; inset: 15%; display: grid; place-items: center; color: var(--red); opacity: 0; transition: opacity 0.6s; }
.dna__stage.is-fallback .dna__fallback { opacity: 1; }
.dna__stage.is-fallback .dna__canvas { display: none; }
.dna__fallback-svg { width: 70%; filter: drop-shadow(0 30px 60px rgba(225, 6, 0, 0.35)); }
.dna__hint { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--on-dark-2); opacity: 0.7; }
@media (max-width: 900px) {
	.dna__grid { grid-template-columns: 1fr; }
	.dna__stage { order: -1; max-height: 420px; }
	.dna__hint { display: none; }
}

/* --------------------------------------------------------------------------
   15. Avantages (bento)
   -------------------------------------------------------------------------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 260px; gap: 14px; }
.bento__item--1 { grid-column: span 4; grid-row: span 2; }
.bento__item--2 { grid-column: span 2; grid-row: span 2; }
.bento__item--3 { grid-column: span 2; }
.bento__item--4 { grid-column: span 2; }
.bento__item--5 { grid-column: span 2; }
.bento__link { position: relative; display: block; height: 100%; border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); isolation: isolate; }
.bento__media { position: absolute; inset: 0; }
.bento__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 1.2s var(--ease-expo); }
.bento__link:hover .bento__media img { transform: scale(1); }
.has-img .bento__link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8, 8, 9, 0.85) 0%, rgba(8, 8, 9, 0.2) 55%, transparent 100%); transition: opacity 0.5s; }
.bento__body { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; padding: 26px; }
.has-img .bento__body { color: #fff; }
.bento__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; margin-bottom: auto; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); }
.bento__icon .icon { width: 20px; height: 20px; }
.bento__title { font-size: 1.5rem; font-weight: 620; letter-spacing: -0.02em; }
.bento__text { font-size: 0.95rem; opacity: 0.8; max-width: 40ch; }
.bento__more { display: inline-flex; align-items: center; gap: 8px; font-size: 0.85rem; font-weight: 560; opacity: 0; transform: translateY(8px); transition: opacity 0.4s, transform 0.5s var(--ease-expo); }
.bento__more .icon { width: 16px; height: 16px; }
.bento__link:hover .bento__more { opacity: 1; transform: none; }
.is-accent .bento__link { background: var(--red); color: #fff; }
.is-accent .bento__icon { background: rgba(0, 0, 0, 0.18); border-color: rgba(255, 255, 255, 0.2); }
.is-accent .bento__link::before { content: ""; position: absolute; right: -30%; top: -40%; width: 80%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%); transition: transform 0.8s var(--ease-expo); }
.is-accent .bento__link:hover::before { transform: scale(1.4); }
@media (max-width: 1000px) {
	.bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; }
	.bento__item--1 { grid-column: span 2; grid-row: span 1; }
	.bento__item--2 { grid-column: span 1; grid-row: span 1; }
	.bento__item--3, .bento__item--4, .bento__item--5 { grid-column: span 1; }
	.bento__item--5 { grid-column: span 2; }
}
@media (max-width: 560px) {
	.bento { grid-template-columns: 1fr; grid-auto-rows: 220px; }
	.bento__item { grid-column: span 1 !important; }
}

/* --------------------------------------------------------------------------
   16. Espace (sticky)
   -------------------------------------------------------------------------- */
.space__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 100px); }
.space__sticky { position: sticky; top: 120px; align-self: start; }
.space__sticky .lead { margin-top: 24px; }
.space__list { display: grid; margin: 36px 0 40px; }
.space__list li { display: flex; gap: 18px; align-items: baseline; padding: 16px 0; border-top: 1px solid var(--line); font-weight: 520; }
.space__list li:last-child { border-bottom: 1px solid var(--line); }
.space__num { font-size: 0.75rem; letter-spacing: 0.12em; color: var(--red); font-weight: 600; }
.space__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.space__media { display: grid; gap: 22px; }
.space__fig { position: relative; border-radius: var(--radius); overflow: hidden; }
.space__fig img { width: 100%; height: 100%; object-fit: cover; }
.space__fig--1 { aspect-ratio: 4 / 5; width: 82%; justify-self: end; }
.space__fig--2 { aspect-ratio: 3 / 2; width: 88%; }
.space__fig--3 { aspect-ratio: 4 / 5; width: 76%; justify-self: end; }
.space__fig figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 14px; border-radius: var(--pill); background: rgba(255, 255, 255, 0.9); color: var(--ink); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; backdrop-filter: blur(8px); }
@media (max-width: 900px) {
	.space__grid { grid-template-columns: 1fr; }
	.space__sticky { position: static; }
	.space__fig { width: 100% !important; }
	.space__fig--1, .space__fig--3 { aspect-ratio: 4 / 3; }
}

/* --------------------------------------------------------------------------
   17. Tarifs
   -------------------------------------------------------------------------- */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.plan {
	position: relative; display: flex; flex-direction: column; gap: 6px;
	padding: 30px 26px 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line);
	transition: transform 0.6s var(--ease-expo), box-shadow 0.6s var(--ease-expo);
}
.plan:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.35); }
.plan--featured { background: var(--dark); color: var(--on-dark); border-color: var(--dark); }
.plan__badge { position: absolute; top: 18px; right: 18px; padding: 6px 12px; border-radius: var(--pill); background: var(--red); color: #fff; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.plan__name { font-size: 0.92rem; font-weight: 560; color: var(--ink-3); }
.plan--featured .plan__name { color: var(--on-dark-2); }
.plan__price { display: flex; align-items: baseline; gap: 6px; margin-top: 8px; }
.plan__currency { font-size: 1rem; font-weight: 560; color: var(--ink-3); }
.plan--featured .plan__currency { color: var(--on-dark-2); }
.plan__amount { font-size: clamp(2.8rem, 3.6vw, 3.6rem); font-weight: 660; letter-spacing: -0.045em; line-height: 1; }
.plan__period { font-size: 0.85rem; color: var(--ink-3); }
.plan--featured .plan__period { color: var(--on-dark-2); }
.plan__note { font-size: 0.85rem; color: var(--red); font-weight: 560; }
.plan__list { display: grid; gap: 10px; margin: 22px 0 28px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 0.92rem; color: var(--ink-2); }
.plan--featured .plan__list { border-color: var(--line-dark); color: var(--on-dark-2); }
.plan__list li { display: flex; gap: 10px; align-items: center; }
.plan__list .icon { width: 18px; height: 18px; color: var(--red); }
.plan__btn { margin-top: auto; justify-content: space-between; }
.pricing__foot { margin-top: 48px; display: grid; gap: 22px; text-align: center; color: var(--ink-2); }
.pricing__foot p { max-width: 60ch; margin-inline: auto; }
.pricing__alt { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; }
@media (max-width: 1100px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .plans { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   18. Avis (carrousel)
   -------------------------------------------------------------------------- */
.reviews__nav { display: flex; gap: 8px; }
.reviews__btn { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-dark); color: var(--on-dark); transition: background 0.3s, border-color 0.3s, transform 0.4s var(--ease-expo); }
.reviews__btn:hover { background: var(--red); border-color: var(--red); transform: scale(1.05); }
.reviews__btn .icon { width: 20px; height: 20px; }
.reviews__track {
	display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
	padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2)); padding-bottom: 8px;
	cursor: grab;
}
.reviews__track::-webkit-scrollbar { display: none; }
.reviews__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.review {
	flex: 0 0 min(520px, 82vw); scroll-snap-align: start;
	display: flex; flex-direction: column; gap: 24px; padding: 34px;
	border-radius: var(--radius); background: var(--dark-2); border: 1px solid var(--line-dark);
	transition: border-color 0.4s, transform 0.6s var(--ease-expo);
}
.review:hover { border-color: rgba(225, 6, 0, 0.45); }
.review__quote { color: var(--red); }
.review__quote .icon { width: 30px; height: 30px; }
.review__text { font-size: 1.02rem; line-height: 1.6; color: var(--on-dark-2); flex: 1; }
.review__foot { display: flex; align-items: center; gap: 14px; }
.review__avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--red); color: #fff; font-weight: 640; }
.review__name { display: block; font-weight: 600; }
.review__role { display: block; font-size: 0.82rem; color: var(--on-dark-2); }
.reviews__foot { margin-top: 44px; }

/* --------------------------------------------------------------------------
   19. App
   -------------------------------------------------------------------------- */
.app { overflow: hidden; }
.app__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.app__content .lead { margin-top: 22px; }
.app__features { display: grid; gap: 18px; margin: 40px 0; }
.app__features li { display: flex; gap: 18px; align-items: flex-start; padding: 18px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); transition: transform 0.5s var(--ease-expo), box-shadow 0.5s; }
.app__features li:hover { transform: translateX(6px); box-shadow: 0 20px 40px -24px rgba(0, 0, 0, 0.3); }
.app__features h3 { font-size: 1.05rem; font-weight: 620; letter-spacing: -0.01em; margin-bottom: 4px; }
.app__features p { font-size: 0.92rem; color: var(--ink-2); }
.app__feature-icon { display: grid; place-items: center; flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--red-soft); color: var(--red); }
.app__feature-icon .icon { width: 20px; height: 20px; }
.app__stores { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.store { display: inline-flex; align-items: center; gap: 12px; padding: 12px 20px 12px 16px; border-radius: var(--radius-sm); background: var(--ink); color: #fff; line-height: 1.1; transition: transform 0.5s var(--ease-expo), background 0.3s; }
.store:hover { background: #000; }
.store .icon { width: 24px; height: 24px; }
.store span { display: grid; font-weight: 620; font-size: 1rem; }
.store small { font-size: 0.68rem; font-weight: 500; opacity: 0.7; }
.app__note { width: 100%; font-size: 0.82rem; color: var(--ink-3); }
.app__media { position: relative; height: clamp(520px, 60vw, 720px); }
.app__blob { position: absolute; inset: 10% 5%; border-radius: 50%; background: radial-gradient(circle, rgba(225, 6, 0, 0.22), transparent 70%); filter: blur(30px); z-index: 0; }
.phone {
	position: absolute; width: 46%; max-width: 270px; aspect-ratio: 9 / 19.5; z-index: 1;
	border-radius: 38px; padding: 10px; background: #0b0b0c;
	box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.phone::before { content: ""; position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 34%; height: 22px; border-radius: 12px; background: #0b0b0c; z-index: 2; }
.phone__screen { width: 100%; height: 100%; border-radius: 30px; overflow: hidden; background: #111; }
.phone__screen img { width: 100%; height: 100%; object-fit: cover; }
.phone--1 { left: 0; top: 12%; transform: rotate(-6deg); }
.phone--2 { left: 30%; top: 0; z-index: 2; }
.phone--3 { right: 0; top: 18%; transform: rotate(6deg); }
@media (max-width: 900px) {
	.app__grid { grid-template-columns: 1fr; }
	.app__media { height: 520px; }
}

/* --------------------------------------------------------------------------
   20. CTA final
   -------------------------------------------------------------------------- */
.cta { min-height: 80vh; display: grid; align-items: center; overflow: hidden; background: var(--dark); color: #fff; border-radius: var(--radius-lg) var(--radius-lg) 0 0; margin-top: calc(var(--radius-lg) * -1); z-index: 1; }
.cta__media { position: absolute; inset: -12% 0; }
.cta__media img { width: 100%; height: 100%; object-fit: cover; }
.cta__shade { position: absolute; inset: 0; background: linear-gradient(to right, rgba(8, 8, 9, 0.9), rgba(8, 8, 9, 0.55) 60%, rgba(8, 8, 9, 0.3)); }
.cta__inner { position: relative; z-index: 1; max-width: 900px; }
.cta__title { font-size: clamp(2.6rem, 6.2vw, 5.6rem); color: #fff; }
.cta .lead { color: rgba(255, 255, 255, 0.75); margin-top: 24px; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

/* --------------------------------------------------------------------------
   21. Footer
   -------------------------------------------------------------------------- */
.footer { position: relative; overflow: hidden; background: var(--dark); color: var(--on-dark); padding: clamp(64px, 8vw, 110px) 0 0; border-top: 1px solid var(--line-dark); }
.footer__top { display: grid; grid-template-columns: 1.2fr 2fr; gap: clamp(40px, 5vw, 80px); }
.footer__logo { display: block; width: min(260px, 100%); margin-bottom: 28px; }
.logo-svg--light { color: #fff; }
.footer__tagline { font-size: 1.3rem; font-weight: 620; letter-spacing: -0.02em; margin-bottom: 26px; }
.footer__address { color: var(--on-dark-2); line-height: 1.7; margin-bottom: 14px; }
.footer__muted { font-size: 0.85rem; opacity: 0.7; }
.footer__mail { display: inline-block; font-weight: 560; border-bottom: 1px solid var(--line-dark); transition: border-color 0.3s, color 0.3s; }
.footer__mail:hover { color: var(--red); border-color: var(--red); }
.footer__social { display: flex; gap: 8px; margin-top: 26px; }
.footer__social a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-dark); transition: background 0.3s, border-color 0.3s, transform 0.4s var(--ease-expo); }
.footer__social a:hover { background: var(--red); border-color: var(--red); transform: translateY(-3px); }
.footer__social .icon { width: 18px; height: 18px; }
.footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.footer__title { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--on-dark-2); margin-bottom: 18px; }
.footer__col ul { display: grid; gap: 10px; }
.footer__col a { font-size: 0.95rem; color: rgba(245, 244, 240, 0.85); transition: color 0.3s, padding-left 0.3s; }
.footer__col a:hover { color: var(--red); padding-left: 4px; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 32px; margin-top: clamp(48px, 6vw, 80px); padding: 26px 0 32px; border-top: 1px solid var(--line-dark); font-size: 0.82rem; color: var(--on-dark-2); }
.footer__legal { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer__legal a:hover { color: #fff; }
.footer__watermark { font-size: clamp(5rem, 17vw, 17rem); font-weight: 700; letter-spacing: -0.06em; line-height: 0.8; color: rgba(255, 255, 255, 0.035); text-align: center; white-space: nowrap; pointer-events: none; user-select: none; transform: translateY(0.18em); }
@media (max-width: 1000px) {
	.footer__top { grid-template-columns: 1fr; }
	.footer__cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) { .footer__cols { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   22. Pages internes (provisoire) & 404
   -------------------------------------------------------------------------- */
.page-section { padding-top: calc(var(--section) + var(--nav-h)); min-height: 70vh; }
.page-section__actions { margin-top: 36px; }
.prose { margin-top: 32px; display: grid; gap: 18px; color: var(--ink-2); }
.prose h2, .prose h3 { color: var(--ink); margin-top: 24px; }
.page-section--404 { display: grid; align-items: center; }

/* --------------------------------------------------------------------------
   23. Animations : états initiaux (annulés en mode statique / reduced motion)
   -------------------------------------------------------------------------- */
[data-reveal], [data-reveal-item] { opacity: 0; transform: translateY(32px); }
[data-reveal-img] { clip-path: inset(12% 0 12% 0 round var(--radius)); }
[data-reveal-img] img { transform: scale(1.15); }
[data-hero-eyebrow], [data-hero-text], [data-hero-actions], [data-hero-stats] > li, [data-hero-scroll] { opacity: 0; }
.nav { transform: translateY(-120%); }
.rail { opacity: 0; }

.is-static [data-reveal], .is-static [data-reveal-item], .is-static [data-hero-eyebrow], .is-static [data-hero-text], .is-static [data-hero-actions], .is-static [data-hero-stats] > li, .is-static [data-hero-scroll], .is-static .rail { opacity: 1; transform: none; }
.is-static [data-reveal-img] { clip-path: none; }
.is-static [data-reveal-img] img { transform: none; }
.is-static .nav { transform: none; }
.is-static .hero__media img { transform: none; }
.is-static .hero { min-height: 0; height: 900px; }
.is-static .cta { min-height: 720px; }

@media (prefers-reduced-motion: reduce) {
	[data-reveal], [data-reveal-item], [data-hero-eyebrow], [data-hero-text], [data-hero-actions], [data-hero-stats] > li, [data-hero-scroll], .rail { opacity: 1; transform: none; }
	[data-reveal-img] { clip-path: none; }
	[data-reveal-img] img { transform: none; }
	.nav { transform: none; }
	.hero__media img { transform: none; }
	.loader { display: none; }
	*, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
