/* ============================================================
   STUDIO RIVIERA — design system (site multi-pages)
   Palette papier chaud + encre + accent terracotta "Riviera"
   ============================================================ */

/* ---------- Polices auto-hébergées (WOFF2, conformité nLPD/RGPD — aucune requête Google) ----------
   Clash Display (titres, caractère éditorial premium) + Satoshi (corps, néo-grotesque doux).
   Satoshi n'a pas de graisse 600 : les demandes 600 retombent sur 700 (voulu, rendu punchy). */
@font-face { font-family: "Clash Display"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/fonts/clash-display-500.woff2") format("woff2"); }
@font-face { font-family: "Clash Display"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/clash-display-600.woff2") format("woff2"); }
@font-face { font-family: "Clash Display"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/clash-display-700.woff2") format("woff2"); }
@font-face { font-family: "Satoshi"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/satoshi-400.woff2") format("woff2"); }
@font-face { font-family: "Satoshi"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/fonts/satoshi-500.woff2") format("woff2"); }
@font-face { font-family: "Satoshi"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/satoshi-700.woff2") format("woff2"); }

:root {
  --paper: #F4F0E9;
  --paper-2: #ECE6DC;
  --paper-card: #FBF9F4;
  --ink: #16130E;
  --ink-soft: #4C463C;
  --ink-faint: #837B6D;
  --accent: #DE5E36;
  --accent-deep: #C0481F;
  --accent-soft: #F6D9CC;
  --night: #1C1813;
  --night-2: #262019;
  --line: rgba(22, 19, 14, 0.12);
  --line-strong: rgba(22, 19, 14, 0.22);
  --radius: 18px;
  --radius-lg: 26px;
  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Clash Display", "Space Grotesk", system-ui, -apple-system, sans-serif;
  --font-body: "Satoshi", "Inter", system-ui, -apple-system, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }

/* ---------- Icônes SVG (jeu "line" maison, hérite currentColor) ---------- */
.ic { width: 24px; height: 24px; display: block; flex: none; }
.page-hero__icon, .service-card__icon, .detail__icon, .story-card__ic, .reason__icon, .float-card__ic { color: var(--accent-deep); }
.page-hero__icon .ic { width: 32px; height: 32px; }
.service-card__icon .ic { width: 26px; height: 26px; }
.detail__icon .ic { width: 28px; height: 28px; }
.story-card__ic .ic { width: 26px; height: 26px; }
.reason__icon .ic { width: 27px; height: 27px; }
.float-card__ic .ic { width: 21px; height: 21px; }
.pay-band__ic { color: #fff; }
.pay-band__ic .ic { width: 28px; height: 28px; }
.hub__ic { display: inline-flex; vertical-align: -3px; color: var(--accent-deep); margin-left: 2px; }
.hub__ic .ic { width: 15px; height: 15px; }
.service-card__icon .ic, .reason__icon .ic, .story-card__ic .ic, .page-hero__icon .ic { transition: transform 0.3s var(--ease); }
html { overflow-x: clip; }
body { font-family: var(--font-body); background: var(--paper); color: var(--ink); line-height: 1.65; font-size: 17px; -webkit-font-smoothing: antialiased; overflow-x: clip; max-width: 100%; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
strong { font-weight: 600; }
em { font-style: italic; }
main a:not(.btn):not(.zone-chip):not(.service-card):not(.hub__city):not(.brand) { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; }

/* ---------- Typo helpers ---------- */
.section__eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: 18px; display: inline-flex; align-items: center; gap: 9px; }
.section__eyebrow--light { color: var(--accent); }
.section__eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(222,94,54,0.18); }
.section__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 4.4vw, 3.1rem); line-height: 1.12; letter-spacing: -0.025em; }
.section__title--light { color: var(--paper); }
.section__sub { font-size: clamp(1rem, 1.6vw, 1.18rem); color: var(--ink-soft); max-width: 640px; margin-top: 20px; }
.section__head { max-width: 760px; margin-bottom: 52px; }
.accent-text { color: var(--accent); font-style: normal; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-body); font-weight: 600; font-size: 15px; padding: 13px 24px; border-radius: 100px; cursor: pointer; border: 1.5px solid transparent; transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease); white-space: nowrap; }
/* Bouton « 3D » : face en dégradé + tranche sombre dessous + ombre portée. Au survol il se
   soulève (la tranche s'épaissit), au clic il s'enfonce (la tranche s'écrase). */
.btn--solid { background: linear-gradient(180deg, #EA6B41 0%, var(--accent) 45%, var(--accent-deep) 100%); background-color: var(--accent-deep); color: #fff; box-shadow: 0 4px 0 -1px #8a3414, 0 14px 30px -12px rgba(222,94,54,0.65), inset 0 1px 0 rgba(255,255,255,0.35); }
.btn--solid:hover { transform: translateY(-3px); box-shadow: 0 7px 0 -1px #8a3414, 0 22px 40px -14px rgba(222,94,54,0.75), inset 0 1px 0 rgba(255,255,255,0.35); filter: saturate(1.08); }
.btn--solid:active { transform: translateY(2px); box-shadow: 0 1px 0 0 #8a3414, 0 8px 18px -10px rgba(222,94,54,0.6), inset 0 1px 0 rgba(255,255,255,0.25); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); box-shadow: 0 3px 0 -1px rgba(22,19,14,0.18); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-3px); box-shadow: 0 6px 0 -1px rgba(22,19,14,0.22), 0 16px 30px -18px rgba(22,19,14,0.35); }
.btn--ghost:active { transform: translateY(1px); box-shadow: 0 1px 0 0 rgba(22,19,14,0.2); }
.btn--lg { padding: 16px 30px; font-size: 16px; }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--accent-deep); border-bottom: 1.5px solid var(--accent-soft); padding-bottom: 3px; transition: gap 0.25s var(--ease), border-color 0.25s var(--ease); text-decoration: none !important; }
.link-arrow:hover { gap: 14px; border-color: var(--accent); }

/* ---------- Brand ---------- */
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; white-space: nowrap; }
.brand__mark { width: 26px; height: 26px; border-radius: 8px; flex: none; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 60%, #8a3414 100%); box-shadow: inset 0 0 0 2px rgba(255,255,255,0.25); position: relative; }
.brand__mark::after { content: ""; position: absolute; inset: 7px 7px auto auto; width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.9); }
.brand__name { font-family: var(--font-display); font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.brand__name-2 { color: var(--accent); }
.brand--light .brand__name { color: var(--paper); }

/* ---------- NAV ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease), padding 0.3s var(--ease); padding: 16px 0; }
.nav.is-scrolled { background: rgba(244,240,233,0.82); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); padding: 10px 0; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav__links { display: flex; gap: 30px; }
.nav__links a { font-size: 15px; font-weight: 500; color: var(--ink-soft); transition: color 0.2s; position: relative; }
.nav__links a:hover, .nav__links a.is-active { color: var(--ink); }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -5px; height: 2px; width: 0; background: var(--accent); transition: width 0.25s var(--ease); }
.nav__links a:hover::after, .nav__links a.is-active::after { width: 100%; }
.nav__right { display: flex; align-items: center; gap: 14px; }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.2s; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__mobile { position: fixed; top: 0; right: 0; height: 100vh; width: min(80vw, 320px); background: var(--night); padding: 100px 32px 40px; display: flex; flex-direction: column; gap: 6px; transform: translateX(100%); transition: transform 0.4s var(--ease); z-index: 99; }
.nav__mobile.is-open { transform: translateX(0); }
.nav__mobile a { color: var(--paper); font-size: 19px; font-family: var(--font-display); padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.nav__mobile .btn { margin-top: 20px; border: 0; }

/* ---------- Breadcrumb ---------- */
.crumb { padding-top: 96px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-faint); flex-wrap: wrap; }
.crumb a { color: var(--ink-faint); text-decoration: none; }
.crumb a:hover { color: var(--accent-deep); }
.crumb span[aria-current] { color: var(--ink); font-weight: 600; }
.crumb__sep { color: var(--line-strong); }

/* ---------- HERO (home) ---------- */
.hero { padding: 140px 0 0; position: relative; }
.hero::before { content: ""; position: absolute; top: -10%; right: -5%; width: 50vw; height: 50vw; max-width: 640px; max-height: 640px; background: radial-gradient(circle, rgba(222,94,54,0.16), transparent 65%); z-index: -1; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: var(--ink-soft); background: var(--paper-card); border: 1px solid var(--line); padding: 8px 16px; border-radius: 100px; margin-bottom: 30px; }
.hero__eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(222,94,54,0.18); }
.hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.6rem, 7vw, 5rem); line-height: 1.05; letter-spacing: -0.035em; max-width: 16ch; }
.hero__lead { font-size: clamp(1.08rem, 1.9vw, 1.35rem); color: var(--ink-soft); max-width: 620px; margin-top: 28px; }
/* Typewriter (hero) : préfixe fixe + mot qui s'écrit/s'efface en boucle */
.hero__typed { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.1rem, 2.3vw, 1.55rem); color: var(--ink); margin-top: 16px; letter-spacing: -0.01em; }
.hero__typed .tw { color: var(--accent); }
.tw-cursor { display: inline-block; color: var(--accent); font-weight: 400; margin-left: 1px; animation: twBlink 1.05s steps(1) infinite; }
@keyframes twBlink { 0%, 50% { opacity: 1; } 50.01%, 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .tw-cursor { animation: none; } }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 56px; padding-bottom: 70px; }
.hero__trust-item { display: flex; flex-direction: column; gap: 2px; padding: 16px 22px; flex: 1 1 200px; background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius); }
.hero__trust-item strong { font-family: var(--font-display); font-size: 1.2rem; }
.hero__trust-item span { font-size: 14px; color: var(--ink-faint); }
.hero__marquee { display: flex; gap: 26px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink); color: var(--paper); padding: 16px 0; }
.marquee__track { display: flex; align-items: center; gap: 26px; flex-shrink: 0; min-width: 100%; justify-content: space-around; white-space: nowrap; animation: marquee 34s linear infinite; will-change: transform; }
.marquee__track span { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; letter-spacing: -0.01em; }
.marquee__track span:nth-child(even) { color: var(--accent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(calc(-100% - 26px)); } }

/* ---------- PAGE HERO (sous-pages) ---------- */
.page-hero { padding: 40px 0 60px; position: relative; }
.page-hero::before { content: ""; position: absolute; top: 0; right: -5%; width: 40vw; height: 40vw; max-width: 520px; max-height: 520px; background: radial-gradient(circle, rgba(222,94,54,0.13), transparent 65%); z-index: -1; }
.page-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.2rem, 5.4vw, 3.9rem); line-height: 1.08; letter-spacing: -0.03em; max-width: 18ch; }
.page-hero__lead { font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: var(--ink-soft); max-width: 660px; margin-top: 22px; }
.page-hero__icon { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: var(--paper-card); border: 1px solid var(--line); font-size: 30px; margin-bottom: 22px; }
.page-hero--city { padding-top: 30px; }
.page-hero--service .hero__cta, .page-hero--city .hero__cta { margin-top: 32px; }

/* ---------- HUMAIN ---------- */
.human { padding: 100px 0; }
.human__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: center; }
.human__media { position: relative; }
.human__photo { aspect-ratio: 4/5; border-radius: var(--radius-lg); position: relative; overflow: hidden; background: linear-gradient(150deg, var(--paper-2), #ddd2c2 60%, var(--accent-soft)); border: 1px solid var(--line); display: grid; place-items: center; }
.human__photo-note { font-size: 14px; color: var(--ink-faint); letter-spacing: 0.04em; }
.human__badge { position: absolute; bottom: 18px; left: 18px; background: var(--paper-card); border: 1px solid var(--line); border-radius: 14px; padding: 12px 18px; box-shadow: 0 14px 30px -16px rgba(0,0,0,0.4); }
.human__badge strong { display: block; font-family: var(--font-display); font-size: 1.15rem; }
.human__badge span { font-size: 13px; color: var(--ink-faint); }
.human__text p { margin-top: 18px; color: var(--ink-soft); font-size: 1.06rem; }
.human__text > .section__title { margin-bottom: 8px; }
.human__points { list-style: none; margin: 28px 0; display: flex; flex-direction: column; gap: 12px; }
.human__points li { position: relative; padding-left: 30px; color: var(--ink); }
.human__points li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep); font-size: 12px; font-weight: 700; display: grid; place-items: center; }

/* ---------- SERVICES (cartes liens) ---------- */
.services { padding: 100px 0; background: var(--paper-2); border-top: 1px solid var(--line); }
.services--page { background: var(--paper); border-top: 0; padding-top: 20px; }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 24px; display: flex; flex-direction: column; gap: 8px; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -28px rgba(22,19,14,0.4); border-color: var(--line-strong); }
.service-card__icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; font-size: 24px; background: var(--paper-2); border: 1px solid var(--line); margin-bottom: 8px; }
.service-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.28rem; }
.service-card p { font-size: 0.92rem; color: var(--ink-soft); flex: 1; }
.service-card__link { font-size: 0.86rem; font-weight: 600; color: var(--accent-deep); margin-top: 6px; transition: gap 0.25s; }
.service-card:hover .service-card__link { color: var(--accent); }

/* ---------- DETAIL (services.html) ---------- */
.detail { padding: 80px 0; }
.detail--alt { background: var(--paper-2); }
.detail__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.detail--alt .detail__grid { grid-template-columns: 0.95fr 1.05fr; }
.detail--alt .detail__text { order: 2; }
.detail__icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; background: var(--accent-soft); font-size: 26px; margin-bottom: 18px; }
.detail__text h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.7rem, 3vw, 2.3rem); letter-spacing: -0.01em; }
.detail__text > p { color: var(--ink-soft); margin: 14px 0 22px; font-size: 1.05rem; }
.detail__text .btn { margin-top: 24px; }
.detail__visual { aspect-ratio: 3/2; border-radius: var(--radius-lg); border: 1px solid var(--line); background: #fff; }
.detail__visual--1 { background: linear-gradient(135deg, #2c3e50, #4a6072); }
.detail__visual--2 { background: linear-gradient(135deg, var(--accent), var(--accent-deep)); }
.detail__visual--3 { background: linear-gradient(135deg, #3d5245, #5e7a64); }
.detail__visual--4 { background: linear-gradient(135deg, #6a4a8a, #9a6cb0); }
.detail__visual img { width: 100%; height: 100%; object-fit: cover; }
.service-shot { margin: 0 0 6px; }
.service-shot .media { aspect-ratio: 3/2; background: #FBF9F4; box-shadow: 0 44px 80px -46px rgba(22,19,14,0.55); }
.service-shot .media img { object-fit: contain; }
@media (max-width: 680px) { .service-shot .media { aspect-ratio: 3/2; } }

.check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; color: var(--ink-soft); font-size: 0.96rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep); font-size: 11px; font-weight: 700; display: grid; place-items: center; }

/* ---------- RICH (pages service & ville) ---------- */
.rich { padding: 80px 0; }
.rich__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 56px; align-items: start; }
.rich__text h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -0.01em; margin-bottom: 8px; }
.rich__text h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; margin: 30px 0 14px; }
.rich__text p { color: var(--ink-soft); margin-bottom: 16px; font-size: 1.05rem; }
.rich__aside { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; position: sticky; top: 100px; }
.rich__aside h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; margin-bottom: 18px; }
.rich__price { font-family: var(--font-display); font-weight: 600; font-size: 1.7rem; color: var(--accent-deep); margin: 22px 0 18px; }

/* ---------- ZONES (home) ---------- */
.zones { padding: 100px 0; }
.zones__chips { display: flex; flex-wrap: wrap; gap: 12px; }
.zone-chip { display: inline-flex; align-items: center; padding: 12px 22px; border-radius: 100px; background: var(--paper-card); border: 1px solid var(--line); font-weight: 600; font-size: 0.98rem; transition: transform 0.2s var(--ease), border-color 0.2s, background 0.2s; }
.zone-chip:hover { transform: translateY(-3px); border-color: var(--accent); }
.zone-chip--all { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.zone-chip--all:hover { background: var(--accent); border-color: var(--accent); }

/* ---------- HUB villes ---------- */
.hub__search { margin-top: 34px; max-width: 520px; }
.hub__search input { width: 100%; font-family: var(--font-body); font-size: 16px; padding: 15px 20px; border-radius: 100px; border: 1.5px solid var(--line-strong); background: var(--paper-card); color: var(--ink); }
.hub__search input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(222,94,54,0.15); }
.hub { padding: 30px 0 90px; }
.hub__group { margin-bottom: 44px; }
.hub__group h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }
.hub__group h3 span { font-size: 0.8rem; font-family: var(--font-body); font-weight: 600; color: var(--accent-deep); background: var(--accent-soft); border-radius: 100px; padding: 3px 11px; }
.hub__cities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hub__city { display: flex; flex-direction: column; gap: 2px; padding: 16px 18px; border-radius: var(--radius); background: var(--paper-card); border: 1px solid var(--line); transition: transform 0.2s var(--ease), border-color 0.2s, box-shadow 0.2s; }
.hub__city:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 16px 30px -22px rgba(22,19,14,0.5); }
.hub__city strong { font-family: var(--font-display); font-size: 1.1rem; }
.hub__city span { font-size: 12px; color: var(--ink-faint); }
.hub__empty { text-align: center; padding: 40px; color: var(--ink-soft); }

/* ---------- NEARBY (page ville) ---------- */
.nearby { padding: 70px 0; background: var(--paper-2); border-top: 1px solid var(--line); }
.nearby .section__title { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 24px; }
.nearby__links { display: flex; flex-wrap: wrap; gap: 12px; }
.nearby__links a { padding: 10px 20px; border-radius: 100px; background: var(--paper-card); border: 1px solid var(--line); font-weight: 600; font-size: 0.95rem; transition: transform 0.2s, border-color 0.2s; text-decoration: none !important; color: var(--ink) !important; }
.nearby__links a:hover { transform: translateY(-2px); border-color: var(--accent); }
.nearby__links a.nearby__all { background: var(--ink) !important; color: #fff !important; border-color: var(--ink) !important; }
.nearby__links a.nearby__all:hover { background: var(--accent) !important; border-color: var(--accent) !important; }

/* ---------- METHODE / COMMIT ---------- */
.commit { padding: 100px 0; background: var(--night); color: var(--paper); }
.commit .section__head { margin-bottom: 44px; }
.commit__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; }
.commit__item { display: flex; align-items: center; gap: 14px; font-size: 1.08rem; font-weight: 500; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.commit__item span { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 700; }

/* ---------- PRICING ---------- */
.pricing { padding: 60px 0 100px; }
.pricing__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.plan { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px; display: flex; flex-direction: column; position: relative; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.plan:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -28px rgba(22,19,14,0.4); }
.plan--featured { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.plan--premium { border: 1.5px solid var(--accent); box-shadow: 0 24px 50px -32px rgba(222,94,54,0.55); }
.plan__tag--premium { background: var(--accent-deep); }
.plan__tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; }
.plan__head h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.7rem; }
.plan__head p { color: var(--ink-soft); font-size: 0.95rem; margin: 6px 0 22px; }
.plan--featured .plan__head p { color: rgba(244,240,233,0.72); }
.plan__price { font-family: var(--font-display); font-weight: 600; font-size: 2.5rem; line-height: 1; letter-spacing: -0.02em; white-space: nowrap; }
.plan__from { font-size: 0.9rem; font-weight: 500; color: var(--ink-faint); font-family: var(--font-body); margin-right: 6px; }
.plan--featured .plan__from { color: rgba(244,240,233,0.6); }
.plan__cur { font-size: 1.1rem; color: var(--ink-faint); }
.plan--featured .plan__cur { color: rgba(244,240,233,0.6); }
.plan__list { list-style: none; margin: 26px 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.plan__list li { position: relative; padding-left: 26px; font-size: 0.94rem; color: var(--ink-soft); }
.plan--featured .plan__list li { color: rgba(244,240,233,0.85); }
.plan__list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--accent-deep); font-weight: 700; }
.plan--featured .plan__list li::before { color: var(--accent); }
.alacarte { margin-top: 50px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px; }
.alacarte h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.7rem; }
.alacarte__intro { color: var(--ink-soft); margin: 8px 0 26px; }
.alacarte__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 50px; }
.alacarte__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px 0; border-bottom: 1px dashed var(--line-strong); }
.alacarte__row span { color: var(--ink-soft); }
.alacarte__row strong { font-family: var(--font-display); font-weight: 600; color: var(--ink); white-space: nowrap; }

/* ---------- CTA BAND ---------- */
.cta-band { padding: 70px 0; }
.cta-band__inner { background: var(--accent-deep); color: #fff; border-radius: var(--radius-lg); padding: 50px 50px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; box-shadow: 0 30px 60px -30px rgba(222,94,54,0.8); }
.cta-band__inner h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: -0.01em; }
.cta-band__inner p { margin-top: 8px; max-width: 520px; }
.cta-band__inner .btn--solid { background: #fff; color: var(--accent-deep); box-shadow: none; }
.cta-band__inner .btn--solid:hover { background: var(--ink); color: #fff; }
.cta-band__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn--wa { background: #25D366; color: #fff; display: inline-flex; align-items: center; gap: 9px; box-shadow: 0 8px 22px -10px rgba(0,0,0,0.3); }
.btn--wa:hover { background: #1ebe5d; transform: translateY(-2px); color: #fff; }
.btn--wa svg { width: 20px; height: 20px; flex: none; }
@media (max-width: 560px) { .cta-band__btns { width: 100%; flex-direction: column; } .cta-band__btns .btn { width: 100%; justify-content: center; } }

/* ---------- Alerte échec d'envoi du wizard devis ---------- */
.wizard__warn { background: var(--accent-soft); color: var(--accent-deep); border: 1px solid var(--accent); border-radius: 12px; padding: 12px 16px; font-size: 0.92rem; font-weight: 600; margin: 0 0 14px; }

/* ---------- Dock CTA flottant premium (verre dépoli + border-beam) ---------- */
@property --sc-beam { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: flex; justify-content: center;
  padding: 0 16px calc(16px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
  transform: translateY(150%); opacity: 0;
  transition: transform 0.62s cubic-bezier(.16,1,.3,1), opacity 0.45s ease;
}
.sticky-cta.is-shown { transform: translateY(0); opacity: 1; }
.sticky-cta__dock {
  position: relative; pointer-events: auto;
  display: flex; align-items: center; gap: 20px; max-width: 100%;
  padding: 10px 12px 10px 26px; border-radius: 999px; color: var(--paper);
  background: rgba(20,17,12,0.72);
  -webkit-backdrop-filter: blur(18px) saturate(1.5); backdrop-filter: blur(18px) saturate(1.5);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 22px 60px -22px rgba(0,0,0,0.75), 0 6px 30px -12px rgba(222,94,54,0.28), inset 0 1px 0 rgba(255,255,255,0.07);
}
/* point lumineux qui tourne autour du dock */
.sticky-cta__dock::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: conic-gradient(from var(--sc-beam), transparent 0 62%, var(--accent) 80%, #ffd9c9 90%, transparent 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
/* le beam (repaint conic-gradient chaque frame) ne tourne QUE quand le dock est visible */
.sticky-cta.is-shown .sticky-cta__dock::before { animation: sc-beam 5.5s linear infinite; }
@keyframes sc-beam { to { --sc-beam: 360deg; } }
.sticky-cta__txt { display: flex; flex-direction: column; line-height: 1.25; font-size: 0.84rem; color: rgba(244,240,233,0.7); white-space: nowrap; }
.sticky-cta__txt strong { color: #fff; font-size: 0.97rem; font-weight: 600; }
.sticky-cta__btns { display: flex; gap: 10px; }
.sticky-cta__dock .btn--sm { border-radius: 999px; }
/* Devis : reflet qui balaie */
.sticky-cta__devis { position: relative; overflow: hidden; }
.sticky-cta__devis::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 55%; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: translateX(-180%); animation: sc-shine 5s ease-in-out infinite;
}
@keyframes sc-shine { 0%, 25% { transform: translateX(-180%); } 55%, 100% { transform: translateX(320%); } }
/* WhatsApp : pastille « en ligne » qui pulse */
.sticky-cta__wa { position: relative; box-shadow: none; }
.sticky-cta__wa::after {
  content: ""; position: absolute; top: -2px; right: -2px; width: 11px; height: 11px; border-radius: 50%;
  background: #5ff08f; border: 2px solid rgba(20,17,12,0.95);
}
.sticky-cta.is-shown .sticky-cta__wa::after { animation: sc-pulse 2.4s ease-out infinite; }
@keyframes sc-pulse { 0% { box-shadow: 0 0 0 0 rgba(95,240,143,0.55); } 70% { box-shadow: 0 0 0 7px rgba(95,240,143,0); } 100% { box-shadow: 0 0 0 0 rgba(95,240,143,0); } }
.sticky-cta__close {
  width: 30px; height: 30px; flex: none; display: grid; place-items: center;
  background: rgba(255,255,255,0.06); border: 0; border-radius: 50%; color: rgba(244,240,233,0.6);
  font-size: 1.15rem; line-height: 1; cursor: pointer; transition: background 0.2s, color 0.2s;
}
.sticky-cta__close:hover { background: rgba(255,255,255,0.14); color: #fff; }
@media (max-width: 680px) {
  .sticky-cta { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  .sticky-cta__dock { gap: 10px; padding: 8px; width: 100%; }
  .sticky-cta__txt { display: none; }
  .sticky-cta__btns { flex: 1; gap: 8px; }
  .sticky-cta__btns .btn { flex: 1; justify-content: center; padding: 12px 8px; }
}
@media print { .sticky-cta { display: none; } }

/* ---------- Popup marketing −20% ---------- */
.promo-lock, .promo-lock body { overflow: hidden; }
.promo { position: fixed; inset: 0; z-index: 200; display: none; }
.promo.is-open { display: grid; place-items: center; padding: 20px; }
.promo__backdrop { position: absolute; inset: 0; background: rgba(22,19,14,0.62); }
.promo__card { position: relative; z-index: 2; width: min(440px, 100%); background: var(--paper-card); border-radius: var(--radius-lg); padding: 40px 34px 26px; box-shadow: 0 40px 90px -28px rgba(22,19,14,0.65); text-align: center; animation: promoIn 0.4s var(--ease); }
@keyframes promoIn { from { opacity: 0; transform: translateY(22px) scale(0.97); } to { opacity: 1; transform: none; } }
.promo__close { position: absolute; top: 12px; right: 16px; background: transparent; border: 0; font-size: 1.8rem; line-height: 1; color: var(--ink-faint); cursor: pointer; }
.promo__close:hover { color: var(--ink); }
.promo__badge { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-deep); background: var(--accent-soft); padding: 5px 13px; border-radius: 100px; margin-bottom: 16px; }
.promo__title { font-family: var(--font-display); font-weight: 600; font-size: 1.65rem; line-height: 1.18; letter-spacing: -0.01em; }
.promo__title .accent-text { font-size: 1.3em; }
.promo__txt { color: var(--ink-soft); font-size: 0.95rem; margin: 13px 0 20px; line-height: 1.5; }
.promo__form { display: flex; flex-direction: column; gap: 10px; }
.promo__form input[name="_gotcha"] { display: none; }
.promo__input { width: 100%; padding: 13px 16px; border: 1px solid var(--line-strong); border-radius: 12px; font: inherit; background: #fff; }
.promo__input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(222,94,54,0.15); }
.promo__note { font-size: 0.72rem; color: var(--ink-faint); margin-top: 13px; }
.promo__success { color: var(--accent-deep); font-weight: 600; margin-top: 12px; font-size: 1rem; }
@media (prefers-reduced-motion: reduce) {
  .promo__card { animation: none; }
  .sticky-cta { transition: opacity 0.3s ease; }
  .sticky-cta__dock::before, .sticky-cta__wa::after { animation: none; }
  .sticky-cta__devis::after { display: none; }
}

/* ---------- FAQ ---------- */
.faq-lite { padding: 90px 0; background: var(--paper-2); border-top: 1px solid var(--line); text-align: center; }
.faq-lite .section__title { margin: 0 auto 38px; max-width: 760px; }
.faq__list { display: flex; flex-direction: column; gap: 12px; max-width: 820px; margin: 0 auto; text-align: left; }
.faq__item { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq__item summary { list-style: none; cursor: pointer; padding: 22px 26px; font-weight: 600; font-size: 1.05rem; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.5rem; color: var(--accent); font-weight: 400; transition: transform 0.3s var(--ease); flex: none; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__a { padding: 0 26px 24px; }
.faq__a p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- CONTACT ---------- */
.contact { padding: 60px 0 110px; background: var(--night); color: var(--paper); }
.contact .crumb { padding-top: 0; }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; padding-top: 40px; }
.contact__lead { color: rgba(244,240,233,0.8); margin: 24px 0 32px; font-size: 1.08rem; }
.contact__direct { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.contact__direct li { display: flex; align-items: center; gap: 14px; font-size: 1.05rem; }
.contact__direct span { width: 38px; height: 38px; flex: none; border-radius: 10px; background: var(--night-2); border: 1px solid rgba(255,255,255,0.1); display: grid; place-items: center; }
.contact__direct a { color: var(--paper) !important; text-decoration: none !important; }
.contact__direct a:hover { color: var(--accent) !important; }
.contact__form { background: var(--paper-card); color: var(--ink); border-radius: var(--radius-lg); padding: 36px; }
.field { margin-bottom: 18px; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.field .opt { font-weight: 400; color: var(--ink-faint); }
.field input, .field textarea { width: 100%; font-family: var(--font-body); font-size: 15px; color: var(--ink); background: var(--paper); border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 15px; transition: border-color 0.2s, box-shadow 0.2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(222,94,54,0.15); }
.field textarea { resize: vertical; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 500; padding: 9px 14px; border: 1.5px solid var(--line); border-radius: 100px; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.chip:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); }
.chip input { accent-color: var(--accent); }
.contact__legal { font-size: 13px; color: var(--ink-faint); text-align: center; margin-top: 14px; }

/* ============================================================
   DEVIS — questionnaire (wizard)
   ============================================================ */
.devis { padding: 24px 0 90px; position: relative; overflow: hidden; }
.devis__wrap { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 50px; align-items: start; }
.devis__side { position: sticky; top: 100px; }
.devis__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.08; margin: 12px 0 18px; letter-spacing: -0.005em; }
.devis__lead { color: var(--ink-soft); font-size: 1.08rem; margin-bottom: 26px; }
.devis__trust { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.devis__trust li { display: flex; align-items: center; gap: 12px; font-size: 0.98rem; color: var(--ink-soft); }
.devis__trust li > span { flex: none; }
.devis__trust li > span:not(.devis__stars) { width: 24px; height: 24px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep); display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.devis__stars { color: #e8a33a; letter-spacing: 2px; }
.devis__quote { background: var(--paper-card); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 14px; padding: 18px 20px; }
.devis__quote blockquote { font-family: var(--font-display); font-size: 1.1rem; line-height: 1.4; }
.devis__quote figcaption { font-size: 0.85rem; color: var(--ink-faint); margin-top: 8px; }

.wizard { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: 0 30px 70px -40px rgba(22,19,14,0.5); }
.wizard__head { margin-bottom: 26px; }
.wizard__bar { height: 7px; background: var(--paper-2); border-radius: 100px; overflow: hidden; }
.wizard__bar span { display: block; height: 100%; width: 16%; background: linear-gradient(90deg, var(--accent), #f0995f); border-radius: 100px; transition: width 0.45s var(--ease); }
.wizard__meta { display: flex; justify-content: space-between; margin-top: 10px; font-size: 0.84rem; color: var(--ink-faint); font-weight: 500; }

.qstep { display: none; }
.qstep.is-active { display: block; animation: qin 0.4s var(--ease); }
@keyframes qin { from { opacity: 0; transform: translateX(26px); } to { opacity: 1; transform: none; } }
.qstep__q { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.55rem, 2.6vw, 2.05rem); line-height: 1.15; }
.qstep__s { color: var(--ink-soft); margin: 8px 0 22px; font-size: 0.98rem; }

.qgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.qopt { display: flex; align-items: center; gap: 13px; text-align: left; background: var(--paper); border: 1.5px solid var(--line); border-radius: 14px; padding: 16px 18px; cursor: pointer; font-family: var(--font-body); font-size: 1rem; color: var(--ink); transition: border-color 0.2s, background 0.2s, transform 0.15s; }
.qopt:hover { border-color: var(--accent); transform: translateY(-2px); }
.qopt.is-sel { border-color: var(--accent); background: var(--accent-soft); }
.qopt__ic { font-size: 22px; flex: none; }
.qopt__l { font-weight: 500; line-height: 1.2; }
.qopt__tick { margin-left: auto; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; display: grid; place-items: center; opacity: 0; transform: scale(0.5); transition: opacity 0.2s, transform 0.2s; flex: none; }
.qopt.is-sel .qopt__tick { opacity: 1; transform: scale(1); }

.qfields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.qfields .field { margin: 0; }
.qfields .field--full { grid-column: 1 / -1; }
.qfields label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.qfields .opt { font-weight: 400; color: var(--ink-faint); }
.qfields input, .qfields textarea { width: 100%; font-family: var(--font-body); font-size: 15px; color: var(--ink); background: var(--paper); border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 15px; transition: border-color 0.2s, box-shadow 0.2s; }
.qfields input:focus, .qfields textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(222,94,54,0.15); }
.qfields .is-err { border-color: #d9483b; box-shadow: 0 0 0 3px rgba(217,72,59,0.12); }

.wizard__nav { display: flex; gap: 12px; margin-top: 26px; }
.wizard__nav #wizNext { margin-left: auto; }
.wizard__rea { text-align: center; font-size: 0.82rem; color: var(--ink-faint); margin-top: 16px; }

.wizard__done { text-align: center; padding: 16px 0; }
.wizard__check { width: 70px; height: 70px; border-radius: 50%; background: #2f8f5b; color: #fff; font-size: 34px; display: grid; place-items: center; margin: 0 auto 20px; animation: pop 0.5s var(--ease); }
@keyframes pop { 0% { transform: scale(0); } 60% { transform: scale(1.15); } 100% { transform: scale(1); } }
.wizard__done h2 { font-family: var(--font-display); font-weight: 600; font-size: 2rem; }
.wizard__done > p { color: var(--ink-soft); max-width: 440px; margin: 10px auto 24px; }
.wizard__recap { text-align: left; background: var(--paper-2); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; margin-bottom: 22px; }
.wizard__recap h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; margin-bottom: 12px; }
.recap__row { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px dashed var(--line-strong); font-size: 0.92rem; }
.recap__row:last-child { border-bottom: 0; }
.recap__row span { color: var(--ink-faint); flex: none; }
.recap__row strong { text-align: right; }

@media (max-width: 900px) {
  .devis__wrap { grid-template-columns: 1fr; gap: 30px; }
  .devis__side { position: static; }
}
@media (max-width: 560px) {
  .qgrid { grid-template-columns: 1fr; }
  .qfields { grid-template-columns: 1fr; }
  .wizard { padding: 22px; }
  .wizard__nav { flex-direction: column-reverse; }
  .wizard__nav .btn { width: 100%; }
  .wizard__nav #wizNext { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) { .qstep.is-active { animation: none; } .wizard__check { animation: none; } }

/* ---------- FOOTER ---------- */
.footer { background: var(--night-2); color: rgba(244,240,233,0.75); padding: 60px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer__brand p { margin: 18px 0; font-size: 0.95rem; max-width: 340px; }
.footer__contact { display: flex; flex-direction: column; gap: 4px; }
.footer__contact a { color: var(--paper); font-weight: 500; }
.footer__contact a:hover { color: var(--accent); }
.footer__col h3 { color: var(--paper); font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.footer__col a { display: block; font-size: 0.95rem; padding: 5px 0; transition: color 0.2s; }
.footer__col a:hover { color: var(--accent); }
.footer__cities { padding: 40px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer__cities > h4 { color: var(--paper); font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 22px; }
.footer__cities-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 24px; }
.footer__cities-col h4 { color: rgba(244,240,233,0.95); font-size: 0.8rem; margin-bottom: 8px; font-weight: 600; }
.footer__cities-col a { display: block; font-size: 0.82rem; padding: 3px 0; color: rgba(244,240,233,0.6); transition: color 0.2s; }
.footer__cities-col a:hover { color: var(--accent); }
/* Footer repliable (compact) */
.footer__more { border-top: 1px solid rgba(255,255,255,0.1); }
.footer__more > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px; padding: 20px 0; font-family: var(--font-display); font-size: 1.2rem; color: var(--paper); transition: color 0.2s; }
.footer__more > summary::-webkit-details-marker { display: none; }
.footer__more > summary:hover { color: var(--accent); }
.footer__more > summary > span { margin-left: auto; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.04em; text-transform: uppercase; color: #9A9284; }
.footer__more > summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--accent); transition: transform 0.3s var(--ease); }
.footer__more[open] > summary::after { transform: rotate(45deg); }
.footer__more .footer__cities-grid { padding: 4px 0 30px; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding-top: 26px; margin-top: 16px; border-top: 1px solid rgba(244,240,233,0.12); font-size: 0.86rem; }
@media (max-width: 680px) { .footer__bottom { flex-direction: column-reverse; text-align: center; gap: 16px; padding-top: 24px; } .footer__bottom > span { opacity: 0.8; } }

/* ---------- PROSE (blocs éditoriaux SEO) ---------- */
.prose-section { padding: 90px 0; }
.prose-section--alt { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.prose { max-width: 980px; }
.prose > .section__title { max-width: 18ch; margin-bottom: 36px; }
.prose__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.prose__cols p { color: var(--ink-soft); font-size: 1.08rem; margin-bottom: 18px; }
.prose__cols p:last-child { margin-bottom: 0; }
.prose__lead h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; margin: 30px 0 8px; letter-spacing: -0.01em; }
.prose__lead h3:first-child { margin-top: 0; }
.prose__lead p { color: var(--ink-soft); font-size: 1.08rem; max-width: 760px; }
.prose__split { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px; align-items: start; }
.prose__media .media { position: sticky; top: 100px; aspect-ratio: 3/4; box-shadow: 0 30px 60px -34px rgba(22,19,14,0.55); }
@media (max-width: 880px) { .prose__split { grid-template-columns: 1fr; gap: 32px; } .prose__media .media { position: static; aspect-ratio: 16/10; max-width: 520px; } }

/* ---------- STORY (intro + mockup Google) ---------- */
.story { padding: 100px 0; position: relative; overflow: hidden; }
.story__top { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 56px; }
.story__intro .section__title { margin: 14px 0 22px; }
.story__lead { font-size: 1.14rem; color: var(--ink-soft); margin-bottom: 24px; }
.story__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.story-card { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.story-card:hover { transform: translateY(-5px); box-shadow: 0 24px 46px -28px rgba(22,19,14,0.4); }
.story-card__ic { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: var(--accent-soft); font-size: 24px; margin-bottom: 14px; }
.story-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; margin-bottom: 8px; }
.story-card p { color: var(--ink-soft); font-size: 0.96rem; }

/* Mockup recherche Google */
.gmock { background: var(--paper-card); border: 1px solid var(--line); border-radius: 22px; padding: 20px; box-shadow: 0 40px 80px -40px rgba(22,19,14,0.55); }
.gmock__bar { display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 100px; padding: 14px 22px; }
.gmock__lens { opacity: 0.55; }
.gmock__type { display: inline-block; font-size: 1.05rem; color: var(--ink); white-space: nowrap; overflow: hidden; vertical-align: bottom; width: 13em; border-right: 2px solid var(--accent); animation: typeLoop 6s steps(22, end) infinite, blink 0.8s step-end infinite; }
@keyframes typeLoop { 0% { width: 0; } 35% { width: 13em; } 72% { width: 13em; } 100% { width: 0; } }
@keyframes blink { 50% { border-color: transparent; } }
.gmock__results { margin-top: 18px; display: flex; flex-direction: column; gap: 14px; }
.gmock__top { display: flex; align-items: flex-start; gap: 14px; background: var(--paper); border: 1.5px solid var(--accent); border-radius: 14px; padding: 16px; position: relative; box-shadow: 0 0 0 4px rgba(222,94,54,0.1); }
.gmock__fav { width: 42px; height: 42px; border-radius: 11px; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; display: grid; place-items: center; flex: none; }
.gmock__info { display: flex; flex-direction: column; gap: 3px; }
.gmock__t { color: #1a4fc4; font-weight: 600; font-size: 1rem; line-height: 1.25; }
.gmock__u { color: var(--ink-faint); font-size: 0.82rem; }
.gmock__stars { color: #e8a33a; font-size: 0.9rem; }
.gmock__stars em { color: var(--ink-faint); font-style: normal; font-size: 0.82rem; }
.gmock__badge { position: absolute; top: -11px; right: 14px; background: var(--accent); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 4px 11px; border-radius: 100px; }
.gmock__ghost { display: flex; flex-direction: column; gap: 7px; padding: 2px 16px; }
.gmock__ghost span { height: 9px; border-radius: 5px; background: var(--paper-2); }
.gmock__ghost span:nth-child(1) { width: 52%; background: #cdd8ee; }
.gmock__ghost span:nth-child(2) { width: 80%; }
.gmock__ghost span:nth-child(3) { width: 64%; }
.gmock--static .gmock__type { animation: none; width: auto; border-right-width: 0; }
.footer__cities-grid--metiers { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 900px) { .story__top { grid-template-columns: 1fr; gap: 40px; } .story__cards { grid-template-columns: 1fr; } }

/* ---------- BANDEAU PAIEMENT 6x ---------- */
.pay-band-wrap { padding: 6px 0 0; }
.pay-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; background: linear-gradient(120deg, var(--night), var(--night-2)); color: var(--paper); border-radius: var(--radius-lg); padding: 28px 34px; }
.pay-band__main { display: flex; align-items: center; gap: 18px; }
.pay-band__ic { font-size: 28px; width: 56px; height: 56px; border-radius: 14px; background: rgba(255,255,255,0.08); display: grid; place-items: center; flex: none; }
.pay-band__main strong { font-family: var(--font-display); font-size: 1.4rem; display: block; }
.pay-band__main p { color: rgba(244,240,233,0.72); font-size: 0.95rem; margin-top: 4px; max-width: 520px; }
.pay-band__demo { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 14px 22px; white-space: nowrap; }
.pay-band__big { font-family: var(--font-display); font-size: 1.25rem; color: rgba(244,240,233,0.55); text-decoration: line-through; }
.pay-band__arrow { color: var(--accent); font-size: 1.3rem; }
.pay-band__split { font-size: 0.9rem; color: rgba(244,240,233,0.8); }
.pay-band__split strong { font-family: var(--font-display); font-size: 1.7rem; color: var(--accent); display: inline; }
@media (max-width: 720px) { .pay-band__demo { width: 100%; justify-content: center; } }

/* ---------- FACTS (chiffres-clés) ---------- */
.facts { padding: 90px 0; position: relative; overflow: hidden; }
.facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fact { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; display: flex; flex-direction: column; gap: 12px; transition: transform 0.3s var(--ease), border-color 0.3s; }
.fact:hover { transform: translateY(-5px); border-color: var(--accent); }
.fact__num { font-family: var(--font-display); font-weight: 600; font-size: 2.4rem; line-height: 1; color: var(--accent-deep); letter-spacing: -0.02em; }
.fact p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- LOSS (ce que vous perdez) ---------- */
.loss { padding: 80px 0; background: var(--paper-2); border-top: 1px solid var(--line); }
.cross-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; max-width: 980px; }
.cross-list li { position: relative; padding-left: 36px; color: var(--ink-soft); font-size: 1.05rem; }
.cross-list li::before { content: "✕"; position: absolute; left: 0; top: 0; width: 24px; height: 24px; border-radius: 50%; background: #f3d6cf; color: #b23a1c; font-size: 12px; font-weight: 700; display: grid; place-items: center; }

/* ---------- WHY US (raisons) ---------- */
.whyus { padding: 100px 0; position: relative; overflow: hidden; }
.whyus__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reason { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.reason:hover { transform: translateY(-5px); box-shadow: 0 24px 46px -28px rgba(22,19,14,0.4); }
.reason__icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--accent-soft); font-size: 26px; margin-bottom: 16px; }
.reason h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; margin-bottom: 8px; }
.reason p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- STATS BAND ---------- */
.stats-band { position: relative; padding: 64px 0; background: var(--night); color: var(--paper); overflow: hidden; }
.stats-band::before { content: ""; position: absolute; inset: 0; background-image: var(--bg); background-size: cover; background-position: center; opacity: 0.16; }
.stats-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--night) 10%, rgba(28,24,19,0.5) 50%, var(--night) 90%); }
.stats-band .container { position: relative; z-index: 1; }
.stats-band__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; text-align: center; }
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat strong { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--accent); line-height: 1; }
.stat span { font-size: 0.92rem; color: rgba(244,240,233,0.7); }

/* ---------- METHODE (étapes) ---------- */
.method { padding: 100px 0; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.step { padding: 26px 22px 26px 0; border-top: 2px solid var(--ink); }
.step__num { font-family: var(--font-display); font-size: 1rem; color: var(--accent-deep); font-weight: 600; }
.step h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; margin: 14px 0 10px; }
.step p { font-size: 0.92rem; color: var(--ink-soft); }

/* ---------- QUOTES (témoignages) ---------- */
.quotes { padding: 100px 0; background: var(--paper-2); border-top: 1px solid var(--line); }
.quotes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; }
.quote blockquote { font-family: var(--font-display); font-size: 1.16rem; line-height: 1.5; letter-spacing: -0.01em; }
.quote__stars { color: #e8a33a; letter-spacing: 3px; font-size: 0.95rem; margin-bottom: 14px; }
.quote__by { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.quote__who { display: flex; flex-direction: column; }
.quote__who strong { font-size: 0.98rem; }
.quote__who span { font-size: 0.85rem; color: var(--ink-faint); }
.quotes__note { text-align: center; margin-top: 26px; font-size: 0.88rem; color: var(--ink-faint); font-style: italic; }

/* ============================================================
   MOTION DESIGN & MÉDIA
   ============================================================ */
/* Barre de progression de lecture */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform: scaleX(0); transform-origin: 0 50%; background: linear-gradient(90deg, var(--accent), #f0995f); z-index: 200; will-change: transform; }

/* Orbes flottants décoratifs */
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.55; z-index: -1; pointer-events: none; animation: float 9s ease-in-out infinite; }
.orb--a { background: radial-gradient(circle, rgba(222,94,54,0.6), transparent 70%); }
.orb--b { background: radial-gradient(circle, rgba(241,168,109,0.55), transparent 70%); }
.orb--c { background: radial-gradient(circle, rgba(120,160,150,0.45), transparent 70%); }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-22px); } }
@keyframes floatX { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(14px, -16px); } }

/* Cadre média (photos) */
.media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--paper-2); }
.media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.media--reveal img { transform: scale(1.12); transition: transform 1.3s var(--ease); }
.is-in .media--reveal img, .media--reveal.is-in img { transform: scale(1); }
.img-zoom { overflow: hidden; }
.img-zoom img { transition: transform 0.7s var(--ease); }
.img-zoom:hover img { transform: scale(1.06); }

/* Cartes flottantes (hero) */
.float-card { position: absolute; background: var(--paper-card); border: 1px solid var(--line); border-radius: 16px; padding: 14px 18px; box-shadow: 0 24px 50px -24px rgba(22,19,14,0.5); display: flex; align-items: center; gap: 12px; animation: float 6s ease-in-out infinite; z-index: 3; }
.float-card strong { font-family: var(--font-display); font-size: 1.05rem; display: block; line-height: 1.1; }
.float-card span { font-size: 12px; color: var(--ink-faint); }
.float-card__ic { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; font-size: 18px; background: var(--accent-soft); flex: none; }
.float-card--stars { color: #e8a33a; font-size: 14px; letter-spacing: 2px; }

/* Avatars */
.avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--paper-card); flex: none; }
.avatar-row { display: flex; align-items: center; }
.avatar-row .avatar { width: 40px; height: 40px; margin-left: -12px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.avatar-row .avatar:first-child { margin-left: 0; }

/* Tilt */
[data-tilt] { transform-style: preserve-3d; will-change: transform; }
[data-magnetic] { will-change: transform; }

/* ---------- HERO (2 colonnes + visuel animé) ---------- */
.hero__inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center; padding-bottom: 60px; }
.hero__text .hero__title { font-size: clamp(2.3rem, 4.6vw, 4rem); max-width: 14ch; }
.hero__text .hero__trust { margin-top: 38px; padding-bottom: 0; }
.hero__visual { position: relative; }
.hero__visual .media { aspect-ratio: 4/5; box-shadow: 0 40px 80px -40px rgba(22,19,14,0.55); }
.hero__visual .float-card--tl { top: 6%; left: -7%; animation-delay: 0.4s; }
.hero__visual .float-card--br { bottom: 8%; right: -6%; animation-delay: 1.4s; }
.hero__visual .float-card--rate { top: 42%; right: -9%; animation: floatX 7s ease-in-out infinite; }

/* ---------- Formes géométriques flottantes du hero (accents, inspi 21st.dev recodée vanilla) ---------- */
.hero__visual .media { position: relative; z-index: 1; }
.hero__shapes { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hs { position: absolute; opacity: 0; will-change: transform; }
.hs--ring   { width: 72px; height: 72px; border-radius: 50%; border: 6px solid var(--accent); top: -28px; right: 4%; animation: hsAppear .7s var(--ease) .35s both, hsFloatA 7.5s ease-in-out 1s infinite; }
.hs--square { width: 50px; height: 50px; border-radius: 14px; background: var(--accent-soft); border: 2px solid rgba(222,94,54,0.45); bottom: 4%; left: -9%; animation: hsAppear .7s var(--ease) .5s both, hsFloatB 9s ease-in-out 1.1s infinite; }
.hs--dot    { width: 16px; height: 16px; border-radius: 50%; background: var(--accent); top: 30%; left: -5%; animation: hsAppear .7s var(--ease) .6s both, hsFloatC 6s ease-in-out 1s infinite; }
.hs--dot2   { width: 12px; height: 12px; border-radius: 50%; background: #7fa08f; top: 14%; right: 16%; animation: hsAppear .7s var(--ease) .7s both, hsFloatC 6.5s ease-in-out 1.3s infinite reverse; }
.hs--tri    { width: 0; height: 0; border-left: 13px solid transparent; border-right: 13px solid transparent; border-bottom: 22px solid var(--accent-soft); bottom: 26%; left: 9%; animation: hsAppear .7s var(--ease) .8s both, hsFloatA 8.5s ease-in-out 1.2s infinite reverse; }
@keyframes hsAppear { from { opacity: 0; } to { opacity: 1; } }
@keyframes hsFloatA { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-18px) rotate(18deg); } }
@keyframes hsFloatB { 0%, 100% { transform: rotate(12deg) translateY(0); } 50% { transform: rotate(-8deg) translateY(15px); } }
@keyframes hsFloatC { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-9px, 12px); } }
@media (max-width: 760px) { .hero__shapes { display: none; } } /* masqué sur mobile : évite tout débordement horizontal (cf. orbes) */
@media (prefers-reduced-motion: reduce) { .hs { opacity: 1; animation: none; } }
@media (max-width: 980px) { .hero__inner { grid-template-columns: 1fr; gap: 40px; } .hero__visual { max-width: 440px; } }
/* ---- Anti-débordement horizontal mobile (orbes + cartes flottantes) ---- */
@media (max-width: 760px) {
  .orb { display: none !important; } /* blobs décoratifs : débordent et inutiles sur petit écran */
}
@media (max-width: 600px) {
  .hero__visual .float-card { animation: none; padding: 10px 12px; gap: 9px; max-width: 62%; }
  .hero__visual .float-card strong { font-size: 0.88rem; }
  .hero__visual .float-card span { font-size: 11px; }
  .hero__visual .float-card__ic { width: 30px; height: 30px; }
  .hero__visual .float-card--tl { top: 5%; left: 6px; }
  .hero__visual .float-card--br { bottom: 5%; right: 6px; }
  .hero__visual .float-card--rate { top: 38%; right: 6px; animation: none; }
}

/* ============================================================
   APP SECTION + PHONE MOCKUP
   ============================================================ */
.appcta { padding: 100px 0; position: relative; overflow: hidden; }
.appcta__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.appcta__lead { color: var(--ink-soft); font-size: 1.1rem; margin: 18px 0 22px; max-width: 520px; }
.appcta__text .check-list { margin-bottom: 28px; }
.appcta__foot { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.appcta__price { font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; color: var(--accent-deep); }
.appcta__price span { font-family: var(--font-body); font-size: 0.9rem; font-weight: 500; color: var(--ink-faint); margin-right: 4px; }
.appcta__visual { position: relative; display: flex; justify-content: center; }
.appcta__img { width: 100%; max-width: 500px; height: auto; display: block; border-radius: var(--radius-lg); }
.phone { width: 280px; height: 570px; border-radius: 44px; background: #15120d; padding: 12px; box-shadow: 0 50px 90px -40px rgba(22,19,14,0.6), inset 0 0 0 2px rgba(255,255,255,0.06); position: relative; animation: float 7s ease-in-out infinite; }
.phone__notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 120px; height: 26px; background: #15120d; border-radius: 0 0 16px 16px; z-index: 3; }
.phone__screen { width: 100%; height: 100%; border-radius: 34px; background: linear-gradient(170deg, var(--paper), var(--paper-2)); overflow: hidden; display: flex; flex-direction: column; padding: 40px 18px 18px; gap: 13px; }
.appui__bar { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; }
.appui__logo { width: 26px; height: 26px; border-radius: 8px; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: #fff; font-size: 0.68rem; font-weight: 700; display: grid; place-items: center; }
.appui__hero { background: var(--ink); color: var(--paper); border-radius: 18px; padding: 16px 18px; display: flex; flex-direction: column; gap: 4px; }
.appui__hero span { font-size: 0.78rem; opacity: 0.7; }
.appui__hero strong { font-family: var(--font-display); font-size: 1.2rem; }
.appui__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.appui__tiles span { background: var(--paper-card); border: 1px solid var(--line); border-radius: 12px; padding: 13px 10px; font-size: 0.78rem; font-weight: 500; }
.appui__push { background: var(--accent-soft); border: 1px solid var(--accent); border-radius: 12px; padding: 11px 13px; font-size: 0.78rem; font-weight: 500; color: var(--accent-deep); animation: pushpop 4s ease-in-out infinite; }
@keyframes pushpop { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
.appui__cta { margin-top: auto; background: var(--accent); color: #fff; text-align: center; border-radius: 100px; padding: 13px; font-size: 0.85rem; font-weight: 600; }
.store-badge { position: absolute; background: var(--ink); color: #fff; font-size: 0.8rem; font-weight: 600; padding: 9px 16px; border-radius: 100px; box-shadow: 0 16px 30px -16px rgba(0,0,0,0.5); animation: floatX 6s ease-in-out infinite; white-space: nowrap; }
.store-badge--a { top: 12%; right: -2%; }
.store-badge--g { bottom: 14%; left: -8%; animation-delay: 1.2s; }
@media (max-width: 900px) { .appcta__grid { grid-template-columns: 1fr; gap: 40px; } .appcta__visual { order: -1; } }

/* ---------- Cartes empilées 3D « display cards » (inspi 21st.dev Codehagen, recodé vanilla) ---------- */
.proof { padding: 30px 0 96px; }
.proof__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.dcards { display: grid; place-items: center; min-height: 540px; perspective: 1200px; }
.dcard { grid-area: 1 / 1; width: min(360px, 82%); background: var(--paper-card); border: 1px solid var(--line); border-radius: 18px; padding: 22px 24px; box-shadow: 0 30px 60px -28px rgba(22,19,14,0.45); transition: transform 0.55s var(--ease), opacity 0.5s var(--ease), filter 0.5s var(--ease); will-change: transform; }
.dcard h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.16rem; margin: 13px 0 6px; letter-spacing: -0.01em; }
.dcard p { font-size: 0.95rem; color: var(--ink-soft); line-height: 1.5; margin: 0; }
.dcard__ic { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-deep); }
.dcard__ic .ic { width: 22px; height: 22px; }
/* cascade verticale légèrement inclinée : les 3 cartes sont TOUJOURS lisibles (pas de pile qui cache le texte) */
.dcard--a { transform: translate(-22px, -180px) rotate(-3deg); z-index: 1; }
.dcard--b { transform: translate(0, 0) rotate(0deg); z-index: 2; }
.dcard--c { transform: translate(22px, 180px) rotate(3deg); z-index: 3; }
/* au survol : on redresse + on soulève un peu (flair, sans jamais cacher le texte) */
.dcards:hover .dcard--a { transform: translate(-30px, -186px) rotate(-1.5deg); }
.dcards:hover .dcard--c { transform: translate(30px, 186px) rotate(1.5deg); }
.dcard:hover { box-shadow: 0 40px 72px -30px rgba(22,19,14,0.5); }
@media (max-width: 1080px) {
  .dcard--a { transform: translate(-14px, -176px) rotate(-2.5deg); }
  .dcard--c { transform: translate(14px, 176px) rotate(2.5deg); }
}
/* tactile / mobile : pas de survol → liste verticale propre (les 3 cartes lisibles, aucun chevauchement) */
@media (hover: none), (max-width: 820px) {
  .proof__inner { grid-template-columns: 1fr; gap: 30px; }
  .dcards { display: flex; flex-direction: column; gap: 16px; min-height: 0; perspective: none; max-width: 460px; margin: 0 auto; width: 100%; }
  .dcard { grid-area: auto; width: 100%; transform: none !important; filter: none !important; opacity: 1 !important; box-shadow: 0 16px 38px -26px rgba(22,19,14,0.4); }
}
@media (prefers-reduced-motion: reduce) { .dcard { transition: none; } }

/* ---------- Toggle paiement (Comptant / 6×) + sélection de pack + confettis (page tarifs) ---------- */
.pay-toggle { position: relative; display: flex; width: fit-content; margin: 4px auto 40px; padding: 5px; border-radius: 100px; background: var(--paper-2); border: 1px solid var(--line); }
.pay-toggle__btn { position: relative; z-index: 2; border: 0; background: transparent; font: inherit; font-weight: 600; font-size: 0.92rem; color: var(--ink-soft); padding: 9px 22px; border-radius: 100px; cursor: pointer; transition: color 0.25s var(--ease); white-space: nowrap; }
.pay-toggle__btn.is-active { color: #fff; }
.pay-toggle__pill { position: absolute; z-index: 1; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); border-radius: 100px; background: var(--accent); box-shadow: 0 6px 16px -8px rgba(222,94,54,0.8); transition: transform 0.38s cubic-bezier(.6,0,.2,1); }
.pay-toggle[data-pay="6x"] .pay-toggle__pill { transform: translateX(100%); }
.plan__num { display: inline-block; font-variant-numeric: tabular-nums; transition: color 0.3s var(--ease); }
.plan__price.is-rolling .plan__num { color: var(--accent-deep); }
.plan { cursor: pointer; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.3s var(--ease); }
.plan.is-selected { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent), 0 30px 64px -30px rgba(222,94,54,0.55); transform: translateY(-6px); }
.confetti-piece { position: fixed; top: 0; left: 0; width: 9px; height: 14px; border-radius: 2px; pointer-events: none; z-index: 9998; }
@media (prefers-reduced-motion: reduce) { .pay-toggle__pill, .plan { transition: none; } }

/* ---------- Mockup iPhone « résultats » (section « ce qu'un bon site vous apporte ») ---------- */
.phonemock { position: relative; width: min(290px, 78%); margin: 0 auto; aspect-ratio: 290 / 588; background: #14110d; border-radius: 46px; padding: 11px; box-shadow: 0 50px 90px -40px rgba(22,19,14,0.6), inset 0 0 0 2px rgba(255,255,255,0.05); }
.phonemock__notch { position: absolute; top: 13px; left: 50%; transform: translateX(-50%); width: 96px; height: 22px; background: #14110d; border-radius: 0 0 14px 14px; z-index: 3; }
.phonemock__screen { height: 100%; border-radius: 36px; background: linear-gradient(180deg, #FBF9F4, #F1ECE3); overflow: hidden; padding: 32px 18px 18px; display: flex; flex-direction: column; gap: 13px; }
.pm__top { display: flex; justify-content: space-between; align-items: center; }
.pm__app { font-family: var(--font-display); font-weight: 700; font-size: 0.92rem; color: var(--ink); }
.pm__live { display: inline-flex; align-items: center; gap: 5px; font-size: 0.62rem; font-weight: 600; color: var(--accent-deep); }
.pm__live i { width: 6px; height: 6px; border-radius: 50%; background: #2e9e5b; box-shadow: 0 0 0 3px rgba(46,158,91,0.18); }
.pm__hero { display: flex; flex-direction: column; gap: 2px; }
.pm__label { font-size: 0.66rem; color: var(--ink-faint); }
.pm__big { font-family: var(--font-display); font-weight: 700; font-size: 2.25rem; line-height: 1; color: var(--accent-deep); display: inline-flex; align-items: baseline; gap: 5px; }
.pm__arrow { color: #2e9e5b; font-size: 1.2rem; }
.pm__sub { font-size: 0.62rem; color: var(--ink-faint); }
.pm__chart { flex: 1 1 auto; min-height: 84px; }
.pm__chart svg { width: 100%; height: 100%; display: block; }
.pm__line { stroke-dasharray: 620; stroke-dashoffset: 0; animation: pmDraw 1.7s var(--ease) 0.4s both; }
@keyframes pmDraw { from { stroke-dashoffset: 620; } to { stroke-dashoffset: 0; } }
.pm__area, .pm__dot { opacity: 0; animation: pmFade 0.7s ease 1.5s both; }
@keyframes pmFade { to { opacity: 1; } }
.pm__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.pm__stat { background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 9px 4px; text-align: center; }
.pm__stat strong { display: block; font-family: var(--font-display); font-size: 1.02rem; color: var(--ink); }
.pm__stat span { font-size: 0.56rem; color: var(--ink-faint); line-height: 1.2; }
@media (prefers-reduced-motion: reduce) { .pm__line { animation: none; } .pm__area, .pm__dot { animation: none; opacity: 1; } }

/* ============================================================
   BOUTONS ANIMÉS + CURSEUR PERSONNALISÉ
   ============================================================ */
.btn { position: relative; overflow: hidden; }
.btn::after { content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%; background: linear-gradient(120deg, transparent, rgba(255,255,255,0.38), transparent); transform: skewX(-20deg); transition: left 0.6s var(--ease); pointer-events: none; }
.btn:hover::after { left: 155%; }
.btn--ghost::after { background: linear-gradient(120deg, transparent, rgba(222,94,54,0.18), transparent); }
.btn--wa:active { transform: scale(0.97); }
.ripple { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.45); transform: scale(0); animation: ripple 0.6s ease-out; pointer-events: none; }
.btn--ghost .ripple { background: rgba(22,19,14,0.10); }
@keyframes ripple { to { transform: scale(2.4); opacity: 0; } }
.cursor-dot { position: fixed; top: 0; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); z-index: 10000; pointer-events: none; }
.cursor-ring { position: fixed; top: 0; left: 0; width: 38px; height: 38px; border: 1.5px solid var(--accent); border-radius: 50%; z-index: 9999; pointer-events: none; transition: width 0.25s var(--ease), height 0.25s var(--ease), background 0.25s var(--ease), opacity 0.25s; }
html.cursor-hover .cursor-ring { width: 62px; height: 62px; background: rgba(222,94,54,0.10); }
html.cursor-down .cursor-ring { width: 28px; height: 28px; }
html.has-cursor, html.has-cursor * { cursor: none !important; }
html.has-cursor input, html.has-cursor textarea, html.has-cursor select { cursor: text !important; }
@media (max-width: 980px) { .cursor-dot, .cursor-ring { display: none; } }
@media (prefers-reduced-motion: reduce) { .phone, .store-badge, .appui__push { animation: none; } .btn::after { transition: none; } }

/* ---------- REVEAL ---------- */
/* Sans JS (ou pour un crawler), le contenu animé reste visible — jamais de page blanche. */
html:not(.js) .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); will-change: opacity, transform; }
.reveal[data-dir="left"] { transform: translateX(-46px); }
.reveal[data-dir="right"] { transform: translateX(46px); }
.reveal[data-dir="scale"] { transform: scale(0.9); }
.reveal[data-dir="blur"] { filter: blur(10px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease), filter 0.75s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; filter: none; }
/* Entrée AUTONOME en CSS pur (hero visuel) : peint immédiatement, sans attendre le JS
   → l'image LCP compte dès son chargement (le preload AVIF sert enfin à quelque chose). */
.rise { animation: riseIn 0.9s var(--ease) both; }
.rise .media--reveal img { transform: scale(1); animation: riseImg 1.3s var(--ease) both; }
@keyframes riseIn { from { opacity: 0; transform: translateY(28px) scale(0.94); } to { opacity: 1; transform: none; } }
@keyframes riseImg { from { transform: scale(1.12); } to { transform: scale(1); } }
/* Hero : entrée CSS pure en cascade — texte visible SANS attendre le JS (FCP/LCP immédiats). */
.hero__text--rise > * { animation: heroRise 0.7s var(--ease) both; }
.hero__text--rise > *:nth-child(2) { animation-delay: 0.05s; }
.hero__text--rise > *:nth-child(3) { animation-delay: 0.10s; }
.hero__text--rise > *:nth-child(4) { animation-delay: 0.15s; }
.hero__text--rise > *:nth-child(5) { animation-delay: 0.20s; }
.hero__text--rise > *:nth-child(6) { animation-delay: 0.25s; }
@keyframes heroRise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal[data-dir] { opacity: 1; transform: none; filter: none; transition: none; }
  .rise, .rise .media--reveal img, .hero__text--rise > * { animation: none; }
  .marquee__track, .orb, .float-card { animation: none; }
  .media--reveal img { transform: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   FINITIONS — focus clavier accessible + micro-interactions
   ============================================================ */
/* Focus visible cohérent (clavier uniquement, invisible au clic souris) */
a:focus-visible, button:focus-visible, summary:focus-visible,
.service-card:focus-visible, .zone-chip:focus-visible, .hub__city:focus-visible,
.qopt:focus-visible, .nearby__links a:focus-visible, [tabindex]:focus-visible {
  outline: 2.5px solid var(--accent);
  outline-offset: 3px;
  border-radius: 8px;
}
.btn:focus-visible { outline-offset: 4px; }

/* Micro-interaction : la tuile d'icône se colore au survol de sa carte (feedback court) */
.service-card__icon, .story-card__ic, .reason__icon { transition: background 0.25s var(--ease), color 0.25s var(--ease); }
.service-card:hover .service-card__icon,
.story-card:hover .story-card__ic,
.reason:hover .reason__icon { background: var(--accent-deep); color: #fff; }
.service-card:hover .service-card__icon .ic,
.story-card:hover .story-card__ic .ic,
.reason:hover .reason__icon .ic { transform: scale(1.1); }

@media (prefers-reduced-motion: reduce) {
  .service-card__icon, .story-card__ic, .reason__icon, .ic { transition: none; }
  .service-card:hover .ic, .story-card:hover .ic, .reason:hover .ic { transform: none; }
}

/* ---------- Intro 3D (au chargement, 1× par session) ---------- */
.sr-intro {
  position: fixed; inset: 0; z-index: 9999; overflow: hidden;
  display: grid; place-items: center;
  background: radial-gradient(125% 100% at 50% 38%, #FBF9F4 0%, var(--paper) 52%, var(--paper-2) 100%);
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.7s cubic-bezier(.76,0,.24,1), opacity 0.5s ease;
}
/* garde-fou no-JS uniquement : si le JS ne tourne pas, l'intro s'efface seule.
   (Scopé à html:not(.js) pour ne pas laisser tourner une animation non compositée
   sur toute 1re visite — avec JS, dismiss() a ses propres setTimeout de secours.) */
html:not(.js) .sr-intro { animation: srIntroFailsafe 0.6s var(--ease) 3.2s forwards; }
.sr-lock, .sr-lock body { overflow: hidden; }
.sr-ready .sr-intro { display: none; }
@keyframes srIntroFailsafe { to { opacity: 0; visibility: hidden; pointer-events: none; } }

.sr-intro__bg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.7s ease; }
.sr-intro.is-live .sr-intro__bg { opacity: 0.85; }

.sr-intro__stage {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 30px;
  perspective: 1000px; perspective-origin: 50% 42%;
  transition: transform 0.85s cubic-bezier(.76,0,.24,1), opacity 0.55s ease;
  will-change: transform, opacity;
}

/* --- slab / monogramme 3D (6 faces) --- */
.sr-intro__slab {
  --s: 152px; --d: 30px;
  position: relative; width: var(--s); height: var(--s);
  transform-style: preserve-3d;
  animation: srSlabIn 0.65s cubic-bezier(.2,.75,.25,1) both, srSlabRock 6s ease-in-out 0.65s infinite;
}
.sr-intro__face {
  position: absolute; border-radius: 28px; backface-visibility: hidden;
  display: grid; place-items: center; overflow: hidden;
  font-family: var(--font-display); font-weight: 700; font-size: 4.1rem;
  letter-spacing: -0.05em; color: #fff;
  background: linear-gradient(140deg, var(--accent) 0%, var(--accent-deep) 58%, #7e2f10 100%);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.22);
}
.sr-intro__face--front, .sr-intro__face--back { inset: 0; width: var(--s); height: var(--s); }
.sr-intro__face--front  { transform: translateZ(var(--d)); }
.sr-intro__face--back   { transform: rotateY(180deg) translateZ(var(--d)); background: linear-gradient(140deg, #7e2f10, #4d1c08); }
.sr-intro__face--right, .sr-intro__face--left { top: 0; height: var(--s); width: calc(var(--d)*2); left: 50%; margin-left: calc(var(--d)*-1); border-radius: 10px; background: linear-gradient(180deg, #a23c16, #5e2410); }
.sr-intro__face--right  { transform: rotateY(90deg)  translateZ(calc(var(--s)/2)); }
.sr-intro__face--left   { transform: rotateY(-90deg) translateZ(calc(var(--s)/2)); }
.sr-intro__face--top, .sr-intro__face--bottom { left: 0; width: var(--s); height: calc(var(--d)*2); top: 50%; margin-top: calc(var(--d)*-1); border-radius: 10px; background: linear-gradient(90deg, #c4501d, #7e2f10); }
.sr-intro__face--top    { transform: rotateX(90deg)  translateZ(calc(var(--s)/2)); }
.sr-intro__face--bottom { transform: rotateX(-90deg) translateZ(calc(var(--s)/2)); }
/* reflet qui balaie la face avant */
.sr-intro__face--front::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 32%, rgba(255,255,255,0.55) 50%, transparent 68%); transform: translateX(-130%); animation: srShine 2.6s ease-in-out 0.4s infinite; }

@keyframes srSlabIn  { from { opacity: 0; transform: translateZ(-520px) rotateX(-12deg) rotateY(-150deg); } to { opacity: 1; transform: translateZ(0) rotateX(-12deg) rotateY(0deg); } }
@keyframes srSlabRock { 0% { transform: rotateX(-12deg) rotateY(0deg); } 25% { transform: rotateX(-9deg) rotateY(34deg); } 50% { transform: rotateX(-12deg) rotateY(0deg); } 75% { transform: rotateX(-15deg) rotateY(-34deg); } 100% { transform: rotateX(-12deg) rotateY(0deg); } }
@keyframes srShine    { 0% { transform: translateX(-130%); } 55%, 100% { transform: translateX(130%); } }

/* --- mot « Studio Riviera » qui se déplie lettre par lettre --- */
.sr-intro__word { display: flex; perspective: 620px; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.55rem, 5.4vw, 2.45rem); letter-spacing: -0.015em; color: var(--ink); }
.sr-intro__l { display: inline-block; transform-origin: 50% 100%; opacity: 0; animation: srLetter 0.45s cubic-bezier(.2,.7,.2,1) both; animation-delay: calc(0.3s + var(--li) * 0.028s); }
.sr-intro__l--ac { color: var(--accent); }
.sr-intro__sp { display: inline-block; width: 0.28em; }
@keyframes srLetter { from { opacity: 0; transform: rotateX(-92deg) translateY(14px); } to { opacity: 1; transform: rotateX(0) translateY(0); } }

.sr-intro__tag { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-faint); opacity: 0; animation: srFadeUp 0.5s var(--ease) 0.5s both; }
.sr-intro__line { width: 140px; height: 3px; border-radius: 100px; background: var(--accent-soft); overflow: hidden; opacity: 0; animation: srFadeUp 0.5s var(--ease) 0.55s both; }
.sr-intro__line i { display: block; height: 100%; width: 100%; transform: scaleX(0); transform-origin: 0 50%; border-radius: 100px; background: linear-gradient(90deg, var(--accent), var(--accent-deep)); animation: srLineFill 0.55s var(--ease) 0.6s forwards; }
@keyframes srFadeUp  { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes srLineFill { to { transform: scaleX(1); } }

/* --- sortie : travelling caméra + volet qui révèle le site --- */
.sr-intro.is-out { animation: none; clip-path: inset(0 0 100% 0); opacity: 1; }
.sr-intro.is-out .sr-intro__stage { transform: translateZ(420px) scale(1.45); opacity: 0; }
.sr-intro.is-out .sr-intro__bg { opacity: 0; }

@media (max-width: 600px) {
  .sr-intro__slab { --s: 116px; --d: 22px; }
  .sr-intro__face { font-size: 3rem; }
  .sr-intro__stage { gap: 22px; }
}

/* accessibilité : pas de mouvement → intro statique, vite effacée par le JS */
@media (prefers-reduced-motion: reduce) {
  .sr-intro__slab { animation: none; transform: rotateX(-12deg) rotateY(-24deg); }
  .sr-intro__face--front::after, .sr-intro__line i { animation: none; }
  .sr-intro__l { animation: none; opacity: 1; transform: none; }
  .sr-intro__tag, .sr-intro__line { animation: none; opacity: 1; }
  .sr-intro__line i { width: 100%; }
  .sr-intro.is-out .sr-intro__stage { transform: none; }
}

/* ---------- Badge pack (page commande) ---------- */
.cmd-pack { display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); border-radius: 14px; padding: 13px 18px; margin: 6px 0 22px; }
.cmd-pack__label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(244,240,233,0.55); }
.cmd-pack strong { font-family: var(--font-display); font-size: 1.2rem; color: var(--paper); }
.cmd-pack__price { color: var(--accent); font-weight: 600; }

/* ---------- Pages légales ---------- */
.page-hero--legal { padding-bottom: 8px; }
.legal { padding: 8px 0 48px; }
.legal__wrap { max-width: 760px; }
.legal__wrap h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; color: var(--ink); margin: 34px 0 12px; }
.legal__wrap h2:first-child { margin-top: 0; }
.legal__wrap p { color: var(--ink-soft); line-height: 1.75; margin-bottom: 14px; }
.legal__wrap ul { margin: 0 0 16px 20px; display: flex; flex-direction: column; gap: 8px; }
.legal__wrap li { color: var(--ink-soft); line-height: 1.7; }
.legal__wrap a { color: var(--accent-deep); text-decoration: underline; }
.legal__wrap strong { color: var(--ink); }
.legal__updated { font-size: 0.9rem; color: var(--ink-faint); margin-top: 16px; }

/* ---------- Liens légaux (footer) ---------- */
.footer__legal { display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center; justify-content: center; }
.footer__legal a, .footer__cookie-btn { font-size: 0.85rem; color: rgba(244,240,233,0.6); background: none; border: none; padding: 0; cursor: pointer; font-family: var(--font-body); transition: color 0.2s; }
.footer__legal a:hover, .footer__cookie-btn:hover { color: var(--accent); }

/* ---------- Bannière cookies ---------- */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200; background: var(--night); color: var(--paper); border-radius: 16px; box-shadow: 0 24px 60px -20px rgba(0,0,0,0.55); }
.cookie-banner__inner { display: flex; align-items: center; gap: 20px; padding: 16px 20px; flex-wrap: wrap; max-width: 1120px; margin: 0 auto; }
.cookie-banner__txt { font-size: 0.9rem; line-height: 1.5; flex: 1 1 320px; color: rgba(244,240,233,0.85); margin: 0; }
.cookie-banner__txt a { color: var(--accent); text-decoration: underline; }
.cookie-banner__btns { display: flex; gap: 10px; flex: none; }
.cookie-banner .btn--ghost { color: var(--paper); border-color: rgba(244,240,233,0.4); }
.cookie-banner .btn--ghost:hover { border-color: var(--paper); background: rgba(255,255,255,0.06); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1080px) {
  .footer__cities-grid { grid-template-columns: repeat(4, 1fr); }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .hub__cities { grid-template-columns: repeat(3, 1fr); }
  .whyus__grid { grid-template-columns: repeat(2, 1fr); }
  .pricing__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  /* Header mobile : bouton devis net et compact (on retire la tranche 3D + le sheen
     qui font lourd/tassé à côté du burger) + un peu d'air entre logo, bouton et burger. */
  .nav__inner { gap: 12px; }
  .nav__right { gap: 12px; }
  .nav__right .btn--solid { padding: 9px 16px; font-size: 13.5px; background: var(--accent-deep); box-shadow: 0 6px 16px -9px rgba(222,94,54,0.75); }
  .nav__right .btn--solid:hover, .nav__right .btn--solid:active { transform: none; filter: none; box-shadow: 0 6px 16px -9px rgba(222,94,54,0.75); }
  .nav__right .btn--solid::after { display: none; }
  /* Bouton dans le menu déroulant : solide propre, halo adouci sur fond sombre. */
  .nav__mobile .btn--solid { background: var(--accent); box-shadow: 0 10px 26px -14px rgba(0,0,0,0.7); }
  .nav__mobile .btn--solid:hover, .nav__mobile .btn--solid:active { transform: none; filter: none; }
  .nav__mobile .btn--solid::after { display: none; }
  .human__grid { grid-template-columns: 1fr; gap: 40px; }
  .human__media { max-width: 420px; }
  .detail__grid, .detail--alt .detail__grid { grid-template-columns: 1fr; gap: 36px; }
  .detail--alt .detail__text { order: 0; }
  .detail__visual { max-width: 480px; }
  .rich__grid { grid-template-columns: 1fr; gap: 36px; }
  .rich__aside { position: static; }
  .pricing__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .plan--featured { order: -1; }
  .commit__grid { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .alacarte__grid { grid-template-columns: 1fr; gap: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .prose__cols { grid-template-columns: 1fr; gap: 0; }
  .facts__grid { grid-template-columns: 1fr 1fr; }
  .whyus__grid { grid-template-columns: 1fr; }
  .stats-band__grid { grid-template-columns: repeat(3, 1fr); gap: 28px 20px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .quotes__grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .hero { padding-top: 120px; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { width: 100%; }
  .services__grid { grid-template-columns: 1fr; }
  .hub__cities { grid-template-columns: 1fr 1fr; }
  .facts__grid { grid-template-columns: 1fr; }
  .cross-list { grid-template-columns: 1fr; }
  .stats-band__grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { border-top: 2px solid var(--ink); }
  .footer__cities-grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .field--row { grid-template-columns: 1fr; }
  .cta-band__inner { padding: 34px 26px; }
  .contact__form { padding: 24px; }
  .alacarte { padding: 26px; }
}

/* ============================================================
   REFONTE MOTION 2026 — typo Clash Display, titres mot à mot,
   images parallaxe/zoom/glare, tilt + reflet, gradient animé,
   grain premium, marquee réactif. Tout est gardé par
   prefers-reduced-motion et dégrade proprement sans JS.
   ============================================================ */

/* ---------- Ajustements typo (Clash Display est plus condensée) ---------- */
.hero__title { letter-spacing: -0.02em; font-weight: 600; }
.hero__text .hero__title { font-size: clamp(2.4rem, 5vw, 4.35rem); }
.section__title { letter-spacing: -0.015em; }
.page-hero__title { letter-spacing: -0.02em; }
.brand__name { letter-spacing: -0.01em; }

/* ---------- Accent : dégradé terracotta animé (titres) ----------
   Le dégradé est posé sur le parent (pages sans split) ET sur chaque mot .st-i :
   background-clip:text ne peint pas à travers des enfants composités (will-change). */
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .hero__title .accent-text, .section__title .accent-text, .page-hero__title .accent-text,
  .hero__title .accent-text .st-i, .section__title .accent-text .st-i, .page-hero__title .accent-text .st-i {
    background: linear-gradient(92deg, var(--accent) 0%, #f0995f 30%, var(--accent-deep) 60%, var(--accent) 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: var(--accent);
    /* dégradé statique : l'animation background-position (accentShift) repeignait
       le main-thread en continu sur ~10 éléments — shift ambiant imperceptible retiré */
  }
}

/* ---------- Titres : révélation mot à mot (masque + montée) ----------
   Le JS enveloppe chaque mot : <span class="st-w"><span class="st-i">mot</span></span>
   padding/margin négatif = les descendantes (g, p) ne sont jamais rognées. */
.st .st-w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.14em; margin-bottom: -0.14em; }
.st .st-i { display: inline-block; transform: translateY(118%) rotate(2.2deg); transform-origin: 0 100%; transition: transform 0.85s var(--ease); transition-delay: var(--sd, 0ms); }
.st.is-in .st-i { transform: translateY(0) rotate(0); }
html:not(.js) .st .st-i { transform: none; }
@media (prefers-reduced-motion: reduce) { .st .st-i { transform: none; transition: none; } }

/* ---------- Images : zoom au survol + reflet qui balaie ---------- */
.media::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,0.30) 50%, transparent 62%); transform: translateX(-160%) skewX(-8deg); }
@media (hover: hover) and (pointer: fine) {
  .media:hover::after { animation: mediaGlare 0.9s var(--ease) forwards; }
  .media img { transition: transform 0.9s var(--ease); }
  .media:hover img { transform: scale(1.045); }
}
@keyframes mediaGlare { to { transform: translateX(160%) skewX(-8deg); } }

/* ---------- Images : parallaxe interne au scroll (CSS scroll-driven, sans JS de scroll) ----------
   `scale`/`translate` sont des propriétés séparées de `transform` : elles se composent avec
   le reveal existant (transform: scale) sans conflit. Dégrade en image normale si non supporté.
   DESKTOP UNIQUEMENT : sur tactile, les effets liés au scroll saccadent (iOS Safari). */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
    .js [data-pyx] img { scale: 1.16; animation: pyxDrift linear both; animation-timeline: view(); animation-range: cover 0% cover 100%; }
  }
}
@keyframes pyxDrift { from { translate: 0 -4%; } to { translate: 0 4%; } }

/* ---------- Tilt 3D : reflet qui suit la souris + icône qui « sort » de la carte ---------- */
[data-tilt] { position: relative; }
.tilt-glare { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity 0.35s ease; background: radial-gradient(460px circle at var(--gx, 50%) var(--gy, 50%), rgba(255,255,255,0.5), transparent 55%); mix-blend-mode: soft-light; z-index: 2; }
@media (hover: hover) and (pointer: fine) {
  [data-tilt]:hover .tilt-glare { opacity: 1; }
  .service-card__icon, .story-card__ic, .reason__icon, .fact__num { transition: transform 0.35s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease); will-change: transform; }
  [data-tilt]:hover .service-card__icon, [data-tilt]:hover .story-card__ic, [data-tilt]:hover .reason__icon, [data-tilt]:hover .fact__num { transform: translateZ(30px); }
}

/* ---------- Hero : anneau 3D en orbite + halo conique derrière le visuel ---------- */
.hs--ring { width: 118px; height: 118px; border: 5px solid var(--accent); box-shadow: 0 0 34px -8px rgba(222,94,54,0.55), inset 0 0 18px -6px rgba(222,94,54,0.4); animation: hsAppear .7s var(--ease) .35s both, hsOrbit 10s linear 1s infinite; }
@keyframes hsOrbit { 0% { transform: rotate3d(1, 0.55, 0, 64deg) rotateZ(0deg); } 100% { transform: rotate3d(1, 0.55, 0, 64deg) rotateZ(360deg); } }
.hero__shapes { perspective: 900px; transform-style: preserve-3d; }
.hero__visual::before { content: ""; position: absolute; inset: -12% -14%; z-index: 0; border-radius: 50%; pointer-events: none; background: conic-gradient(from 20deg, rgba(222,94,54,0.16), rgba(240,153,95,0.05), rgba(222,94,54,0.20), rgba(127,160,143,0.07), rgba(222,94,54,0.16)); filter: blur(46px); animation: heroHalo 16s linear infinite; }
@keyframes heroHalo { to { transform: rotate(360deg); } }
@media (max-width: 760px) { .hero__visual::before { display: none; } }

/* ---------- Marquee : légère inclinaison selon la vitesse de scroll (JS pose --mskew) ---------- */
.hero__marquee { transform: skewX(var(--mskew, 0deg)); transition: transform 0.25s ease-out; will-change: transform; }

/* ---------- Lueur en orbite sur les cartes clés (tarif vedette, carte 1ᵉʳ Google) ---------- */
@property --bb-angle { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.plan--featured, .gmock__top { position: relative; }
.plan--featured::before, .gmock__top::before {
  content: ""; position: absolute; inset: -1.5px; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: conic-gradient(from var(--bb-angle), transparent 0 68%, var(--accent) 84%, #ffd9c9 92%, transparent 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: bbSpin 5s linear infinite;
}
@keyframes bbSpin { to { --bb-angle: 360deg; } }

/* ---------- Grain premium (texture papier, très léger) ---------- */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 400; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
}

/* ---------- Liens fléchés : la flèche glisse ---------- */
.link-arrow span { display: inline-block; transition: transform 0.3s var(--ease); }
.link-arrow:hover span { transform: translateX(5px); }
.service-card:hover .service-card__link { letter-spacing: 0.01em; }

/* ---------- Chips & étapes : micro-motion ---------- */
.zone-chip:hover { box-shadow: 0 12px 26px -16px rgba(222,94,54,0.6); }
.step { transition: border-color 0.35s var(--ease); }
.step:hover { border-top-color: var(--accent); }
.step__num { display: inline-block; transition: transform 0.3s var(--ease), color 0.3s; }
.step:hover .step__num { transform: translateY(-3px); color: var(--accent); }

/* ---------- Dock CTA bas de page : bouton compact SANS effet 3D ----------
   Le devis du dock a déjà son reflet dédié (sc-shine) sur ::after : le sheen générique
   des .btn (qui anime `left` au survol) entre en conflit et fait « sauter » le reflet.
   Ici : fond plat, pas de lift/ombre 3D, et ::after réservé au sc-shine. */
.sticky-cta__dock .btn--solid { background: var(--accent); box-shadow: none; }
.sticky-cta__dock .btn--solid:hover { background: var(--accent-deep); transform: none; filter: none; box-shadow: none; }
.sticky-cta__dock .btn--solid:active { transform: scale(0.97); box-shadow: none; }
.sticky-cta__devis::after, .sticky-cta__devis:hover::after { left: 0; transition: none; }

/* ---------- Bandeau CTA orange : bouton blanc → pas d'ombre orange/tranche au survol ---------- */
.cta-band__inner .btn--solid { background: #fff; }
.cta-band__inner .btn--solid:hover, .cta-band__inner .btn--solid:active { box-shadow: none; filter: none; }

/* ---------- Tactile / mobile : on calme la couche 2026 (perf iOS) ----------
   Le dégradé animé (background-position = repaint continu), le grain fixe et les
   effets liés au scroll coûtent cher sur téléphone → statiques sur tactile. */
@media (hover: none), (pointer: coarse) {
  .hero__title .accent-text, .section__title .accent-text, .page-hero__title .accent-text,
  .hero__title .accent-text .st-i, .section__title .accent-text .st-i, .page-hero__title .accent-text .st-i { animation: none; }
  body::after { display: none; }
  .hero__marquee { transform: none; transition: none; }
  .plan--featured::before, .gmock__top::before { animation: none; content: none; }
}
@media (max-width: 900px) {
  body::after { display: none; }
}

/* ---------- Reduced motion : on coupe toute la couche 2026 ---------- */
@media (prefers-reduced-motion: reduce) {
  .hero__title .accent-text, .section__title .accent-text, .page-hero__title .accent-text,
  .hero__title .accent-text .st-i, .section__title .accent-text .st-i, .page-hero__title .accent-text .st-i { animation: none; }
  .media::after, .tilt-glare { display: none; }
  .media:hover img { transform: none; }
  .hs--ring { animation: none; opacity: 1; }
  .hero__visual::before { animation: none; }
  .hero__marquee { transform: none; transition: none; }
  .plan--featured::before, .gmock__top::before { animation: none; }
  .step:hover .step__num { transform: none; }
}

/* ============================================================
   BLOG — hub (liste) + article
   ============================================================ */
/* Couleurs de vignette par catégorie (dégradés on-brand, zéro image) */
.bcard__thumb, .bfeat__thumb, .article__cat, .bcard__cat {
  --bg1: var(--accent); --bg2: var(--accent-deep);
}
[data-cat="Web"]       { --bg1: #DE5E36; --bg2: #C0481F; }
[data-cat="SEO"]       { --bg1: #3d5245; --bg2: #5e7a64; }
[data-cat="Covering"]  { --bg1: #2c3e50; --bg2: #4a6072; }
[data-cat="Publicité"] { --bg1: #6a4a8a; --bg2: #9a6cb0; }
[data-cat="Identité"]  { --bg1: #b06a2c; --bg2: #8a4d18; }

.blog-hub { padding: 20px 0 90px; }

/* Article à la une */
.bfeat { display: grid; grid-template-columns: 1.05fr minmax(0, 1fr); gap: 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--paper-card); margin-bottom: 40px; transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease); }
.bfeat:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -34px rgba(22,19,14,0.5); }
.bfeat__thumb { position: relative; min-height: 300px; background: linear-gradient(150deg, var(--bg1), var(--bg2)); display: grid; place-items: start; padding: 22px; }
.bfeat__body { min-width: 0; padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.bfeat__title, .bcard__title { overflow-wrap: anywhere; }
.bfeat__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.15; letter-spacing: -0.02em; margin: 12px 0 12px; }
.bfeat__excerpt { color: var(--ink-soft); font-size: 1.05rem; margin-bottom: 18px; }

/* Grille de cartes */
.bcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bcard { display: flex; flex-direction: column; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--paper-card); transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.3s; }
.bcard:hover { transform: translateY(-6px); box-shadow: 0 28px 52px -30px rgba(22,19,14,0.42); border-color: var(--line-strong); }
.bcard__thumb { position: relative; aspect-ratio: 16/9; background: linear-gradient(150deg, var(--bg1), var(--bg2)); display: block; padding: 16px; }
.bcard__cat { display: inline-block; font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: rgba(0,0,0,0.22); border: 1px solid rgba(255,255,255,0.25); padding: 5px 12px; border-radius: 100px; backdrop-filter: blur(4px); }
.bcard__body { min-width: 0; padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.bcard__meta, .bfeat .bcard__meta { font-size: 0.8rem; color: var(--ink-faint); font-weight: 500; }
.bcard__title { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; line-height: 1.25; letter-spacing: -0.01em; margin: 8px 0 8px; }
.bcard__excerpt { color: var(--ink-soft); font-size: 0.95rem; flex: 1; margin-bottom: 12px; }

/* ---------- Article ---------- */
.article { padding: 20px 0 40px; }
.article__head { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.article__cat { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: linear-gradient(120deg, var(--bg1), var(--bg2)); padding: 6px 15px; border-radius: 100px; margin-bottom: 18px; }
.article__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.9rem, 4.2vw, 3rem); line-height: 1.12; letter-spacing: -0.025em; }
.article__meta { color: var(--ink-faint); font-size: 0.92rem; margin-top: 18px; }
.article__wrap { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; align-items: start; }
.article__body { max-width: 720px; font-size: 1.09rem; }
.article__body > p { color: var(--ink-soft); margin-bottom: 20px; }
.article__body > p:first-child { font-size: 1.18rem; color: var(--ink); }
.article__body h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 2.6vw, 1.85rem); letter-spacing: -0.015em; margin: 40px 0 14px; }
.article__body h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; margin: 28px 0 10px; }
.article__body ul.check-list { margin: 0 0 22px; }
.article__body ul.check-list li { font-size: 1.02rem; }
.article__body a:not(.btn) { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 2px; }
.article__body a.btn { text-decoration: none; }
.article__cta-btns .btn--solid { color: #fff; }
.article__cta-btns .btn--wa { color: #fff; }
.article__cta { margin-top: 40px; padding: 28px 30px; border-radius: var(--radius-lg); background: var(--paper-2); border: 1px solid var(--line); }
.article__cta p { margin-bottom: 16px; color: var(--ink-soft); }
.article__cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.article__aside { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 18px; }
.article__card { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; }
.article__card--soft { background: var(--paper-2); }
.article__card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; margin-bottom: 12px; }
.article__card p { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 14px; }
.article__related { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.article__related a { font-weight: 600; font-size: 0.96rem; line-height: 1.35; color: var(--ink) !important; text-decoration: none !important; transition: color 0.2s; }
.article__related a:hover { color: var(--accent-deep) !important; }
.article__related li { position: relative; padding-left: 18px; }
.article__related li::before { content: "→"; position: absolute; left: 0; top: 0; color: var(--accent); }

@media (max-width: 980px) {
  .bfeat { grid-template-columns: minmax(0, 1fr); }
  .bfeat__body { padding: 28px; }
  .bfeat__thumb { min-height: 180px; aspect-ratio: 16/7; }
  .bcards { grid-template-columns: 1fr 1fr; }
  .article__wrap { grid-template-columns: 1fr; gap: 40px; }
  .article__aside { position: static; flex-direction: row; flex-wrap: wrap; }
  .article__card { flex: 1 1 260px; }
}
@media (max-width: 680px) {
  .bcards { grid-template-columns: 1fr; }
  .bfeat__body { padding: 26px; }
  .article__cta-btns { flex-direction: column; }
  .article__cta-btns .btn { width: 100%; }
}
