/* ==========================================================================
   CLOSURIA — main.css
   Charte : rouge #e62e3c · bleu marine #282f68 · blanc
   Typo   : Museo 900 (titres capitales) · Futura PT Demi · Futura PT Book
   ========================================================================== */

/* ---------- Polices auto-hébergées ---------- */
@font-face { font-family: 'Museo'; src: url('../fonts/museo900.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura PT'; src: url('../fonts/futuraptbook.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura PT'; src: url('../fonts/futuraptdemi.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }

/* ---------- Design tokens ---------- */
:root {
	--navy: #282f68;
	--navy-deep: #1d2350;
	--navy-ink: #191e45;
	--red: #e62e3c;
	--red-dark: #c81f2d;
	--paper: #ffffff;
	--soft: #f4f5fa;
	--line: #e3e5f0;
	--muted: #6a6f8e;
	--display: 'Museo', 'Arial Black', sans-serif;
	--body: 'Futura PT', 'Century Gothic', 'Segoe UI', sans-serif;
	--radius: 16px;
	--radius-sm: 10px;
	--shadow: 0 10px 34px rgba(40, 47, 104, .12);
	--shadow-lg: 0 22px 60px rgba(40, 47, 104, .18);
	--wrap: 1200px;
	--ease: cubic-bezier(.22, .7, .25, 1);
	/* variables consommées par ptl-instagram */
	--ptl-ig-accent: var(--red);
	--ptl-ig-radius: var(--radius-sm);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--body);
	font-size: 1.06rem;
	line-height: 1.65;
	color: var(--navy-ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--red); }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 900; color: var(--navy); line-height: 1.12; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); text-transform: uppercase; letter-spacing: .015em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.3rem); text-transform: uppercase; letter-spacing: .015em; }
h3 { font-size: 1.15rem; }
.accent { color: var(--red); }
.muted { color: var(--muted); font-size: .92em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.wrap--narrow { max-width: 840px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff; padding: 10px 16px; z-index: 200; }
.skip-link:focus { left: 12px; top: 12px; }
.ico { width: 1.15em; height: 1.15em; vertical-align: -0.22em; flex: 0 0 auto; }

/* ---------- Animations (reveal + variantes) ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--d, 0ms); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.reveal { opacity: 1; transform: none; transition: none; }
	.hero__img, .marquee__track, .hero__chev, .hero__scroll { animation: none !important; }
}

/* ---------- Topbar ---------- */
.topbar { background: var(--navy-deep); color: #fff; font-size: .88rem; position: relative; z-index: 60; }
.topbar__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; padding-top: 4px; padding-bottom: 4px; }
.topbar__pqp { min-height: 30px; display: flex; align-items: center; overflow: hidden; }
.topbar__pqp a { color: #fff; }
.topbar__infos { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.topbar__zone { opacity: .85; display: inline-flex; align-items: center; gap: 6px; }
.topbar__tel { color: #fff; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.topbar__tel:hover { color: #ffd6da; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: box-shadow .3s ease, border-color .3s ease; }
.site-header.is-stuck { box-shadow: 0 6px 24px rgba(40, 47, 104, .1); border-color: var(--line); }
.site-header__row { display: flex; align-items: center; gap: 26px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand__mark { width: 46px; height: 46px; display: block; transition: transform .4s var(--ease); }
.brand__mark svg { width: 100%; height: 100%; display: block; }
.brand:hover .brand__mark { transform: rotate(-8deg) scale(1.06); }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--display); font-weight: 900; font-size: 1.35rem; letter-spacing: .04em; color: var(--navy); }
.brand__base { font-size: .78rem; color: var(--muted); letter-spacing: .02em; }
.brand--footer .brand__name { color: #fff; }
.brand--footer .brand__base { color: rgba(255, 255, 255, .65); }

.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.site-nav__list > li { position: relative; }
.site-nav__list > li > a { display: inline-flex; align-items: center; gap: 5px; padding: 10px 13px; text-decoration: none; color: var(--navy-ink); font-weight: 600; font-size: .98rem; border-radius: 999px; transition: background .2s ease, color .2s ease; }
.site-nav__list > li > a:hover { background: var(--soft); color: var(--red); }
.site-nav__sub { position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px; background: #fff; border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); list-style: none; margin: 0; padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s; z-index: 50; }
.has-sub:hover .site-nav__sub, .has-sub:focus-within .site-nav__sub { opacity: 1; visibility: visible; transform: none; }
.site-nav__sub a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; text-decoration: none; color: var(--navy-ink); font-weight: 600; font-size: .94rem; }
.site-nav__sub a:hover { background: var(--soft); color: var(--red); }
.site-nav__sub .ico { color: var(--red); }
.site-header__actions { display: flex; align-items: center; gap: 12px; }

.burger { display: none; width: 46px; height: 46px; border: 0; background: var(--navy); border-radius: 12px; cursor: pointer; padding: 12px; flex-direction: column; justify-content: space-between; }
.burger span { display: block; height: 2.6px; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.burger.is-open span:nth-child(1) { transform: translateY(9.2px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-9.2px) rotate(-45deg); }

/* Panneau mobile — hors header, [hidden] prioritaire (piège playbook §13) */
.mobile-panel { position: fixed; inset: 0; z-index: 90; background: rgba(29, 35, 80, .98); color: #fff; padding: 110px 26px 32px; overflow: auto; }
.mobile-panel[hidden] { display: none; }
.mobile-panel__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.mobile-panel__list a { color: #fff; text-decoration: none; font-weight: 600; font-size: 1.15rem; display: flex; align-items: center; gap: 10px; padding: 9px 0; }
.mobile-panel__list a:hover { color: #ffb3ba; }
.mobile-panel__group { display: block; margin: 14px 0 4px; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; opacity: .6; }
.mobile-panel__list ul { list-style: none; padding: 0 0 0 8px; margin: 0; }
.mobile-panel__list ul a { font-size: 1rem; padding: 7px 0; }
.mobile-panel__list .ico { color: var(--red); }
.mobile-panel__cta { margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }

/* ---------- Boutons ---------- */
.cta { display: inline-flex; align-items: center; gap: 9px; padding: 13px 24px; border-radius: 999px; background: var(--red); color: #fff; text-decoration: none; font-family: var(--body); font-weight: 600; font-size: 1rem; line-height: 1.2; border: 2px solid var(--red); cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s; }
.cta:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(230, 46, 60, .35); color: #fff; }
.cta--lg { padding: 16px 30px; font-size: 1.08rem; }
.cta--sm { padding: 10px 18px; font-size: .93rem; }
.cta--ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.cta--ghost:hover { background: var(--navy); border-color: var(--navy); color: #fff; box-shadow: 0 12px 28px rgba(40, 47, 104, .3); }
.cta--ghostlight { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .7); }
.cta--ghostlight:hover { background: #fff; border-color: #fff; color: var(--navy); box-shadow: 0 12px 28px rgba(0, 0, 0, .25); }
.cta--inline { background: transparent; border: 0; color: var(--navy); padding: 0; font-size: 1.02rem; }
.cta--inline:hover { transform: none; box-shadow: none; color: var(--red); background: transparent; }
.cta__txt { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.1; }
.cta__label { font-size: .78em; opacity: .85; }
.cta__sub { font-size: .8rem; color: var(--muted); }

/* Dévoilement du numéro / email : masqués, révélés au CLIC (contact compté) */
.cta__num { display: inline-block; font-variant-numeric: tabular-nums; will-change: transform, filter, opacity; }
.cta--call .cta__num, .cta--mail .cta__num, .topbar__tel .cta__num { position: relative; }
.cta--call .cta__num::after, .cta--mail .cta__num::after {
	content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
	background: currentColor; border-radius: 2px; transform: scaleX(0); transform-origin: left;
	opacity: .5; transition: transform .45s var(--ease);
}
.cta--call.is-revealed .cta__num::after, .cta--mail.is-revealed .cta__num::after { transform: scaleX(1); }
/* Animation de révélation (les 2 boutons + le tél de la topbar) */
.is-revealing .cta__num { animation: numReveal .6s var(--ease); }
.is-revealing .ico--phone { animation: phoneRing .65s var(--ease); transform-origin: 60% 60%; }
.is-revealing .ico--mail { animation: mailPop .6s var(--ease); transform-origin: 50% 60%; }
@keyframes numReveal {
	0%   { opacity: 0; transform: translateY(8px) scale(.96); filter: blur(6px); letter-spacing: .2em; }
	55%  { opacity: 1; filter: blur(0); color: var(--red); }
	100% { opacity: 1; transform: none; filter: blur(0); letter-spacing: normal; }
}
@keyframes phoneRing {
	0%, 100% { transform: rotate(0); }
	15% { transform: rotate(-17deg) scale(1.14); }
	35% { transform: rotate(14deg) scale(1.14); }
	55% { transform: rotate(-9deg); }
	75% { transform: rotate(6deg); }
}
@keyframes mailPop {
	0% { transform: scale(1) translateY(0); }
	30% { transform: scale(1.28) translateY(-3px) rotate(-4deg); }
	55% { transform: scale(.9) rotate(2deg); }
	100% { transform: scale(1) translateY(0) rotate(0); }
}
@media (prefers-reduced-motion: reduce) {
	.is-revealing .cta__num, .is-revealing .ico--phone, .is-revealing .ico--mail { animation: none; }
}

/* ---------- Sections ---------- */
.section { padding: clamp(60px, 8vw, 104px) 0; }
.section--soft { background: var(--soft); }
.section--navy { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy .section__lead { color: rgba(255, 255, 255, .8); }
.section__head { max-width: 780px; margin-bottom: clamp(30px, 4vw, 52px); }
.section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section__title { margin-bottom: .35em; }
.section__lead { font-size: 1.12rem; color: var(--muted); margin: 0; }
.section__foot { text-align: center; margin: 44px 0 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin: 0 0 10px; }
.eyebrow .ico { width: .9em; height: .9em; }
.eyebrow--light { color: #ff8f99; }

/* ---------- Hero accueil ---------- */
.hero { position: relative; min-height: min(92vh, 860px); display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero__media { position: absolute; inset: 0; }
.hero__img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 18s var(--ease) forwards; transform-origin: 60% 40%; }
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(25, 30, 69, .93) 0%, rgba(25, 30, 69, .72) 42%, rgba(25, 30, 69, .25) 100%); }
.hero__chevrons { position: absolute; inset: 0; pointer-events: none; }
.hero__chev { position: absolute; opacity: .1; color: #fff; }
.hero__chev--1 { width: 420px; right: -90px; top: -80px; color: var(--red); opacity: .3; animation: floaty 9s ease-in-out infinite; }
.hero__chev--2 { width: 260px; right: 22%; bottom: -70px; animation: floaty 12s ease-in-out infinite reverse; }
@keyframes floaty { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-22px) rotate(3deg); } }
.hero__inner { position: relative; z-index: 2; padding-top: 70px; padding-bottom: 90px; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22); backdrop-filter: blur(6px); padding: 8px 16px; border-radius: 999px; font-size: .9rem; font-weight: 600; }
.hero__eyebrow .ico { color: var(--red); }
.hero__title { color: #fff; margin: 22px 0 14px; }
.hero__lead { font-size: 1.16rem; max-width: 54ch; color: rgba(255, 255, 255, .88); margin: 0 0 28px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero__trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0; padding: 0; font-size: .95rem; }
.hero__trust li { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .92); }
.hero__trust .ico { color: var(--red); }
.hero__trust--compact { gap: 8px 18px; font-size: .9rem; }
.hero__scroll { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 2; color: #fff; opacity: .75; animation: bob 2.2s ease-in-out infinite; }
.hero__scroll .ico { width: 30px; height: 30px; }
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 9px); } }

/* ---------- Marquee ---------- */
.marquee { background: var(--red); color: #fff; overflow: hidden; padding: 13px 0; }
.marquee__track { display: flex; gap: 40px; width: max-content; animation: marquee 26s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; font-size: .95rem; white-space: nowrap; }
.marquee__item .ico { width: .8em; height: .8em; opacity: .8; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Cartes expertises ---------- */
.xgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.xcard { position: relative; display: block; border-radius: var(--radius); overflow: hidden; text-decoration: none; box-shadow: var(--shadow); transition: opacity .7s var(--ease), transform .5s var(--ease), box-shadow .5s var(--ease); }
.xcard:hover { transform: translateY(-6px) !important; box-shadow: var(--shadow-lg); }
.xcard__media { display: block; aspect-ratio: 4/3; overflow: hidden; }
.xcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.xcard:hover .xcard__media img { transform: scale(1.07); }
.xcard__body { position: absolute; inset: auto 0 0 0; padding: 46px 20px 18px; background: linear-gradient(to top, rgba(25, 30, 69, .92), rgba(25, 30, 69, 0)); display: flex; align-items: center; gap: 12px; }
.xcard__ico { width: 42px; height: 42px; border-radius: 12px; background: var(--red); color: #fff; display: grid; place-items: center; flex: 0 0 auto; transition: transform .4s var(--ease); }
.xcard:hover .xcard__ico { transform: rotate(-8deg) scale(1.08); }
.xcard__ico .ico { width: 22px; height: 22px; }
.xcard__title { color: #fff; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: .03em; font-size: 1.02rem; }
.xcard__more { margin-left: auto; color: #fff; font-size: .85rem; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; opacity: 0; transform: translateX(-8px); transition: opacity .3s var(--ease), transform .3s var(--ease); white-space: nowrap; }
.xcard:hover .xcard__more { opacity: 1; transform: none; }

/* ---------- Features / stats ---------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature { background: #fff; border-radius: var(--radius); padding: 26px 22px; box-shadow: 0 4px 18px rgba(40, 47, 104, .07); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.feature__ico { width: 52px; height: 52px; border-radius: 14px; background: var(--navy); color: #fff; display: grid; place-items: center; margin-bottom: 14px; }
.feature__ico .ico { width: 26px; height: 26px; }
.feature:nth-child(even) .feature__ico { background: var(--red); }
.feature__title { margin: 0 0 6px; text-transform: uppercase; font-size: 1rem; letter-spacing: .03em; }
.feature__text { margin: 0; font-size: .96rem; color: var(--muted); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; }
.stat { text-align: center; }
.stat__num { display: block; font-family: var(--display); font-weight: 900; font-size: clamp(2rem, 4vw, 3rem); color: var(--red); line-height: 1; }
.stat__label { color: var(--muted); font-size: .95rem; }

/* ---------- Étapes ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 24px 0 0; padding: 0; }
.step { position: relative; background: var(--soft); border-radius: var(--radius); padding: 34px 22px 24px; }
.step__num { position: absolute; top: -20px; left: 22px; width: 42px; height: 42px; border-radius: 12px; background: var(--red); color: #fff; font-family: var(--display); font-weight: 900; display: grid; place-items: center; font-size: 1.15rem; box-shadow: 0 8px 18px rgba(230, 46, 60, .4); }
.step h3 { margin: 4px 0 8px; text-transform: uppercase; font-size: 1rem; }
.step p { margin: 0; font-size: .95rem; color: var(--muted); }

/* ---------- Avis ---------- */
.avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 36px; }
.avis { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); padding: 24px; margin: 0; }
.avis__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.avis__stars { color: #ffc24b; display: inline-flex; gap: 2px; }
.avis__text { margin: 0 0 14px; font-size: 1.02rem; font-style: italic; color: rgba(255, 255, 255, .95); }
.avis__by { font-size: .9rem; color: rgba(255, 255, 255, .75); display: flex; flex-direction: column; }
.avis-badge { display: inline-flex; align-items: center; gap: 5px; background: var(--red); color: #fff; border-radius: 999px; padding: 3px 10px; font-weight: 600; }
.avis-badge .ico { color: #ffc24b; }
.pqp-block { background: #fff; border-radius: var(--radius); padding: 18px; color: var(--navy-ink); overflow-x: auto; }
.pqp-block--page { box-shadow: var(--shadow); margin-bottom: 40px; }

/* ---------- Équipe ---------- */
.team-top { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
.team-top__item { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 3/2; }
.team-top__item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.team-top__item:hover img { transform: scale(1.04); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tmember { margin: 0; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.tmember:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tmember__photo { display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--navy); }
.tmember__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s var(--ease); filter: grayscale(.12); }
.tmember:hover .tmember__photo img { transform: scale(1.05); filter: grayscale(0); }
.tmember__cap { padding: 16px 18px 20px; }
.tmember__name { margin: 0; font-size: 1.1rem; text-transform: uppercase; letter-spacing: .02em; position: relative; padding-bottom: 8px; }
.tmember__name::after { content: ''; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; background: var(--red); border-radius: 2px; transition: width .35s var(--ease); }
.tmember:hover .tmember__name::after { width: 60px; }
.tmember__role { margin: 8px 0 2px; font-weight: 600; color: var(--navy); font-size: .95rem; }
.tmember__exp { margin: 0; font-size: .88rem; color: var(--muted); }

/* ---------- Galerie ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; grid-auto-flow: dense; gap: 14px; }
.gallery__item { position: relative; margin: 0; border-radius: var(--radius-sm); overflow: hidden; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item--wide { grid-column: span 2; }
.gallery__item--tall { grid-row: span 2; }
.gallery__cap { position: absolute; inset: auto 0 0 0; padding: 26px 14px 12px; background: linear-gradient(to top, rgba(25, 30, 69, .85), transparent); color: #fff; font-size: .85rem; font-weight: 600; opacity: 0; transform: translateY(8px); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.gallery__item:hover .gallery__cap { opacity: 1; transform: none; }
.gallery--trio { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: #fff; border-radius: var(--radius-sm); box-shadow: 0 4px 18px rgba(40, 47, 104, .07); overflow: hidden; }
.faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 22px; font-weight: 600; color: var(--navy); font-size: 1.02rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .ico { color: var(--red); transition: transform .3s var(--ease); }
.faq__item[open] summary .ico { transform: rotate(180deg); }
.faq__item p { margin: 0; padding: 0 22px 18px; color: var(--muted); }

/* ---------- Section formulaire ---------- */
.section--form { background: linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 70%); color: #fff; position: relative; overflow: hidden; }
.section--form::before { content: ''; position: absolute; right: -140px; top: -140px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(230, 46, 60, .35), transparent 65%); pointer-events: none; }
.formsec { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: start; position: relative; }
.formsec__aside h2 { color: #fff; }
.formsec__aside > p { color: rgba(255, 255, 255, .85); }
.formsec__list { list-style: none; margin: 22px 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.formsec__list li { display: flex; align-items: center; gap: 10px; }
.formsec__list .ico { color: #6fe3a5; }
.formsec__alt { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .15); }
.formsec--contact { color: var(--navy-ink); }
.formsec--contact .formsec__aside h2 { color: var(--navy); }
.contact-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list > li > .ico { width: 40px; height: 40px; padding: 9px; background: var(--soft); color: var(--red); border-radius: 12px; }
.contact-map { border-radius: var(--radius); overflow: hidden; }
.contact-map iframe { display: block; width: 100%; min-height: 300px; border: 0; }

/* ---------- Formulaire lead ---------- */
.lead-form { background: #fff; color: var(--navy-ink); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-lg); }
.lead-form h3 { font-size: 1.35rem; text-transform: uppercase; margin: 0 0 6px; }
.lead-form__intro { color: var(--muted); margin: 0 0 18px; font-size: .95rem; }
.lead-form__hp { position: absolute; left: -9999px; }
.field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { font-weight: 600; font-size: .88rem; color: var(--navy); }
.field input, .field select, .field textarea { font: inherit; padding: 11px 14px; border: 1.6px solid var(--line); border-radius: 10px; background: #fbfbfe; color: var(--navy-ink); transition: border-color .2s, box-shadow .2s; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(40, 47, 104, .12); }
.field--consent label { font-weight: 400; font-size: .85rem; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; }
.field--consent input { width: auto; margin-top: 3px; }
.lead-form .cta--lg { width: 100%; justify-content: center; }
.lead-form__note { font-size: .8rem; color: var(--muted); text-align: center; margin: 12px 0 0; }
.form-msg { display: none; border-radius: 10px; padding: 12px 16px; margin-bottom: 14px; font-weight: 600; }
.form-msg.is-ok { display: block; background: #e7f8ee; color: #157347; }
.form-msg.is-err { display: block; background: #fdeaec; color: var(--red-dark); }

/* ---------- Bandeau CTA ---------- */
.ctaband { text-align: center; }
.ctaband h2 { color: #fff; }
.ctaband p { color: rgba(255, 255, 255, .8); margin: 0 0 26px; }
.ctaband__actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ---------- Page hero (pages intérieures) ---------- */
.pagehero { position: relative; color: #fff; overflow: hidden; background: var(--navy); }
.pagehero__media { position: absolute; inset: 0; }
.pagehero__img { width: 100%; height: 100%; object-fit: cover; }
.pagehero__veil { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(25, 30, 69, .94) 0%, rgba(25, 30, 69, .68) 55%, rgba(25, 30, 69, .38) 100%); }
.pagehero__inner { position: relative; z-index: 2; padding-top: clamp(46px, 7vw, 84px); padding-bottom: clamp(46px, 7vw, 84px); }
.pagehero h1 { color: #fff; max-width: 24ch; }
.pagehero__lead { max-width: 62ch; font-size: 1.12rem; color: rgba(255, 255, 255, .88); margin: 0; }
.pagehero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 20px; }
.pagehero--plain { background: linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 100%); }
.crumbs { font-size: .85rem; margin-bottom: 18px; color: rgba(255, 255, 255, .7); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs .ico { width: .7em; height: .7em; color: var(--red); }

/* ---------- Intro expertise (split texte + photo) ---------- */
.xintro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.xintro__text h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.xintro__lead { color: #454a6e; font-size: 1.08rem; }
.xintro__media { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; position: relative; }
.xintro__media::after { content: ''; position: absolute; right: -1px; bottom: -1px; width: 96px; height: 96px; background: linear-gradient(135deg, transparent 50%, var(--red) 50%); opacity: .9; }
.xintro__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.xintro__media:hover img { transform: scale(1.05); }
.xpoints { list-style: none; margin: 20px 0 24px; padding: 0; display: grid; gap: 12px; }
.xpoints li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; color: var(--navy); }
.xpoints .ico { flex: 0 0 auto; width: 26px; height: 26px; padding: 5px; background: rgba(230, 46, 60, .12); color: var(--red); border-radius: 8px; margin-top: 1px; }

/* ---------- Blocs expertise ---------- */
.xbloc { margin-bottom: 38px; }
.xbloc h2 { display: flex; align-items: baseline; gap: 14px; font-size: 1.4rem; }
.xbloc__num { font-size: .95rem; color: var(--red); letter-spacing: .06em; }
.xbloc p { color: #454a6e; margin: 0; }
.xbloc a { font-weight: 600; }
.specs { background: var(--soft); border-radius: var(--radius); padding: 26px 28px; margin: 44px 0; }
.specs h2 { font-size: 1.1rem; margin-bottom: 14px; }
.specs dl { margin: 0; }
.specs__row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.specs__row:last-child { border-bottom: 0; }
.specs dt { font-weight: 600; color: var(--navy); }
.specs dd { margin: 0; color: var(--muted); }

/* ---------- Blog ---------- */
.blog-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chip { display: inline-flex; padding: 7px 16px; border-radius: 999px; border: 1.4px solid rgba(255, 255, 255, .4); color: #fff; text-decoration: none; font-size: .9rem; font-weight: 600; transition: background .2s, color .2s, border-color .2s; }
.chip:hover, .chip.is-active { background: var(--red); border-color: var(--red); color: #fff; }
.chip--sm { padding: 3px 12px; font-size: .8rem; border-color: var(--line); color: var(--red); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bcard { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.bcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.bcard__media { display: block; aspect-ratio: 16/10; overflow: hidden; position: relative; }
.bcard__tag { position: absolute; left: 12px; top: 12px; background: var(--red); color: #fff; font-size: .75rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; letter-spacing: .02em; }
.bcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.bcard:hover .bcard__media img { transform: scale(1.06); }
.bcard__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.bcard__meta { margin: 0; font-size: .82rem; color: var(--muted); }
.bcard__title { font-size: 1.12rem; margin: 0; text-transform: none; letter-spacing: 0; }
.bcard__title a { color: var(--navy); text-decoration: none; }
.bcard__title a:hover { color: var(--red); }
.bcard__excerpt { margin: 0; font-size: .94rem; color: var(--muted); flex: 1; }
.bcard__more { color: var(--red); font-weight: 600; font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; }
.pagination { text-align: center; margin-top: 40px; }
.pagination .nav-links { display: inline-flex; gap: 8px; }
.pagination a, .pagination .current { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 10px; border-radius: 12px; text-decoration: none; font-weight: 600; color: var(--navy); background: var(--soft); }
.pagination .current, .pagination a:hover { background: var(--red); color: #fff; }
.entry-hero { margin: 0 0 30px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.entry-hero img { display: block; width: 100%; height: auto; }
.entry-meta { color: rgba(255,255,255,.8); font-size: .9rem; }
.related-posts { margin-top: 54px; padding-top: 30px; border-top: 1px solid var(--line); }
.related-posts h2 { font-size: 1.3rem; margin-bottom: 22px; }

/* ---------- Contenu éditorial ---------- */
.entry h2 { font-size: 1.5rem; margin-top: 1.6em; }
.entry h3 { margin-top: 1.4em; }
.entry img { border-radius: var(--radius-sm); }
.entry blockquote { border-left: 4px solid var(--red); margin: 1.4em 0; padding: .4em 0 .4em 1.2em; color: var(--muted); font-style: italic; }
.entry ul li, .entry ol li { margin-bottom: .4em; }
.entry a { font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-ink); color: rgba(255, 255, 255, .82); }
.site-footer__chev { height: 6px; background: repeating-linear-gradient(90deg, var(--red) 0 46px, var(--navy) 46px 92px); }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1.3fr; gap: 40px; padding-top: 58px; padding-bottom: 44px; }
.site-footer h2 { color: #fff; font-size: 1.05rem; letter-spacing: .04em; }
.site-footer a { color: #fff; }
.site-footer__brand p { font-size: .95rem; }
.site-footer__avis { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: .92rem; }
.site-footer__social { display: flex; gap: 10px; margin-top: 16px; }
.site-footer__social a { width: 42px; height: 42px; display: grid; place-items: center; background: rgba(255, 255, 255, .08); border-radius: 12px; transition: background .25s, transform .25s var(--ease); }
.site-footer__social a:hover { background: var(--red); transform: translateY(-3px); }
.site-footer__social .ico { width: 20px; height: 20px; }
.site-footer__nav ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 20px; }
.site-footer__nav a { display: inline-block; padding: 4px 0; text-decoration: none; font-size: .95rem; color: rgba(255, 255, 255, .78); }
.site-footer__nav a:hover { color: #fff; text-decoration: underline; }
.site-footer__contact address { font-style: normal; margin-bottom: 16px; }
.site-footer__showroom { font-size: .88rem; opacity: .7; }
.site-footer__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.site-footer__zone { font-size: .88rem; opacity: .7; }
.site-footer__legal { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 20px; padding-bottom: 26px; font-size: .85rem; color: rgba(255, 255, 255, .6); }
.site-footer__links { display: flex; gap: 18px; }
.site-footer__links a { color: rgba(255, 255, 255, .7); text-decoration: none; }
.site-footer__links a:hover { color: #fff; }
.site-footer__credit { position: relative; }
.site-footer__credit a {
	position: relative;
	font-weight: 600;
	text-decoration: none;
	background: linear-gradient(90deg, #16ddbe 0%, #7af5e2 25%, #16ddbe 50%, #7af5e2 75%, #16ddbe 100%);
	background-size: 220% auto;
	background-position: 0% center;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #16ddbe;
	transition: background-position .6s var(--ease);
}
.site-footer__credit a::after {
	content: '';
	position: absolute;
	left: 0; bottom: -3px;
	width: 100%; height: 2px;
	background: linear-gradient(90deg, #16ddbe, #7af5e2);
	border-radius: 2px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s var(--ease);
}
.site-footer__credit a:hover { animation: ptlShine 1.4s linear infinite; }
.site-footer__credit a:hover::after { transform: scaleX(1); }
@keyframes ptlShine { to { background-position: -220% center; } }
@media (prefers-reduced-motion: reduce) {
	.site-footer__credit a:hover { animation: none; }
}

/* ---------- Sticky bar mobile ---------- */
.stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: none; grid-template-columns: 1fr 1fr; gap: 8px; background: var(--navy-ink); padding: 8px; padding-bottom: calc(8px + env(safe-area-inset-bottom)); }
.stickybar .cta { border-radius: 12px; justify-content: center; }
.stickybar__devis { background: #fff; color: var(--navy); border-color: #fff; }

/* ---------- 404 ---------- */
.section--404 { padding-top: 120px; padding-bottom: 120px; }

/* ---------- Responsive ---------- */
@media (max-width: 1060px) {
	.site-nav { display: none; }
	.burger { display: flex; }
	.site-header__devis { display: none; }
	.xgrid { grid-template-columns: repeat(2, 1fr); }
	.features, .stats, .steps { grid-template-columns: repeat(2, 1fr); }
	.steps { row-gap: 38px; }
	.team-grid { grid-template-columns: repeat(2, 1fr); }
	.xintro { grid-template-columns: 1fr; gap: 28px; }
	.xintro__media { order: -1; }
	.formsec { grid-template-columns: 1fr; }
	.blog-grid { grid-template-columns: repeat(2, 1fr); }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
	body { font-size: 1rem; padding-bottom: 68px; }
	.topbar__zone { display: none; }
	.topbar__row { justify-content: center; flex-wrap: wrap; gap: 4px; }
	.xgrid { grid-template-columns: 1fr; }
	.features, .stats { grid-template-columns: 1fr 1fr; }
	.steps { grid-template-columns: 1fr; row-gap: 34px; }
	.avis-grid { grid-template-columns: 1fr; }
	.team-top { grid-template-columns: 1fr; }
	.gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
	.gallery--trio { grid-template-columns: 1fr; }
	.blog-grid { grid-template-columns: 1fr; }
	.field--row { grid-template-columns: 1fr; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
	.stickybar { display: grid; }
	.hero { min-height: 86vh; }
	.hero__trust { flex-direction: column; gap: 8px; align-items: flex-start; }
	.specs__row { grid-template-columns: 1fr; gap: 2px; }
}
