/* ═══════════════════════════════════════════════════════════
   NB SERVICES — Châteaurenard
   Direction : « propreté méditerranéenne » — ivoire, encre
   profonde, ocre soleil. Fraunces (display) + Karla (texte).
   ═══════════════════════════════════════════════════════════ */

:root {
  --ivory: #FAF6EF;
  --ivory-2: #F3EDE2;
  --ink: #16303F;
  --ink-2: #24485E;
  --ink-soft: #47646F;
  --ochre: #E8A33D;
  --ochre-deep: #C97F1B;
  --mint: #DCEDE4;
  --white: #FFFFFF;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 18px 50px -18px rgba(22, 48, 63, .28);
  --shadow-soft: 0 10px 32px -14px rgba(22, 48, 63, .18);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Karla", "Helvetica Neue", sans-serif;
  --ease-out: cubic-bezier(.19, 1, .22, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: clip; }

body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--ochre);
  outline-offset: 2px;
  border-radius: 4px;
}

.btn:active, .callbar:active, .wa-fab:active { transform: scale(.96); }

::selection { background: var(--ochre); color: var(--ink); }

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
ul, ol { list-style: none; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

/* ─────────── Typographie ─────────── */

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.015em;
}

h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); max-width: 21ch; }
h2 em, h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--ochre-deep);
}

.section-eyebrow {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--ochre-deep);
  margin-bottom: 14px;
}

.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; padding: 0 24px; }
.section-head h2 { margin-inline: auto; }
.section-sub { margin-top: 18px; color: var(--ink-soft); font-size: 1.05rem; }

section { padding: 96px 0; }

/* ─────────── Boutons ─────────── */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .98rem;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background .25s;
  cursor: pointer;
  border: none;
}

.btn--primary {
  background: var(--ink);
  color: var(--ivory);
  box-shadow: var(--shadow);
}
.btn--primary:hover { transform: translateY(-3px); background: var(--ink-2); }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 2px var(--ink);
}
.btn--ghost:hover { transform: translateY(-3px); background: var(--ink); color: var(--ivory); }

.btn--light { background: var(--ivory); color: var(--ink); }
.btn--light:hover { transform: translateY(-3px); background: var(--white); }

.btn--outline-light {
  background: transparent; color: var(--ivory);
  box-shadow: inset 0 0 0 2px rgba(250, 246, 239, .55);
}
.btn--outline-light:hover { background: rgba(250, 246, 239, .12); transform: translateY(-3px); }

.btn--small { padding: 11px 20px; font-size: .88rem; }

.btn--nav { background: var(--ochre); color: var(--ink); padding: 11px 20px; font-size: .9rem; }
.btn--nav:hover { background: var(--ochre-deep); color: var(--ivory); transform: translateY(-2px); }

/* ─────────── Navigation ─────────── */

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 14px 24px;
  transition: background .35s, box-shadow .35s, padding .35s;
}
.nav.is-scrolled {
  background: rgba(250, 246, 239, .86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(22, 48, 63, .08);
  padding: 10px 24px;
}
.nav__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav__logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  white-space: nowrap;
}
.nav__logo em { font-style: italic; font-weight: 400; color: var(--ochre-deep); }
.nav__logo-tile { width: 32px; height: 32px; flex: none; }
.footer__brand .nav__logo-tile {
  width: 26px; height: 26px;
  display: inline-block;
  vertical-align: -7px;
  margin-right: 4px;
}
.nav__links { display: flex; gap: 26px; margin-left: auto; }
.nav__links a {
  text-decoration: none;
  font-weight: 500;
  font-size: .95rem;
  color: var(--ink-soft);
  position: relative;
  transition: color .2s;
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -5px;
  width: 100%; height: 2px;
  background: var(--ochre);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease-out);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav__burger { display: none; }

/* ─────────── Hero ─────────── */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  align-items: center;
  gap: 40px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 150px 24px 120px;
}

.hero__bg { position: absolute; inset: 0; pointer-events: none; z-index: -1; }

.hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .55;
  animation: drift 14s ease-in-out infinite alternate;
}
.hero__blob--1 {
  width: 520px; height: 520px;
  top: -120px; right: -140px;
  background: radial-gradient(circle at 30% 30%, #FBD9A0, #F0BC6C 55%, transparent 72%);
}
.hero__blob--2 {
  width: 460px; height: 460px;
  bottom: -80px; left: -180px;
  background: radial-gradient(circle at 60% 40%, var(--mint), #BFE0CF 55%, transparent 75%);
  animation-delay: -7s;
}
@keyframes drift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(36px, -28px) scale(1.08); }
}

.hero__grain {
  position: absolute; inset: 0;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .04 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}

.sparkle {
  position: absolute;
  color: var(--ochre);
  animation: twinkle 2.8s ease-in-out infinite;
  font-size: 1.2rem;
}
.sparkle--1 { top: 22%; left: 6%; animation-delay: .4s; }
.sparkle--2 { top: 14%; right: 30%; font-size: .85rem; animation-delay: 1.1s; }
.sparkle--3 { bottom: 30%; left: 42%; font-size: .95rem; animation-delay: 1.8s; }
.sparkle--4 { bottom: 18%; right: 8%; animation-delay: 2.3s; }
.sparkle--5 { top: -14px; right: -10px; font-size: 1.5rem; }
.sparkle--6 { top: 26px; left: 8%; }
.sparkle--7 { bottom: 30px; right: 10%; font-size: .9rem; animation-delay: 1.4s; }
@keyframes twinkle {
  0%, 100% { opacity: .25; transform: scale(.8) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.15) rotate(18deg); }
}

.hero__eyebrow {
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: var(--ink-soft);
  margin-bottom: 22px;
}

.hero__title {
  font-size: clamp(2.5rem, 5.6vw, 4.3rem);
  font-weight: 500;
}
.hero__title span { display: block; }

.shine {
  position: relative;
  display: inline-block;
  background: linear-gradient(110deg, var(--ochre-deep) 0%, var(--ochre-deep) 42%, #F6CE8A 50%, var(--ochre-deep) 58%, var(--ochre-deep) 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 4.5s var(--ease-out) infinite;
}
@keyframes shine {
  0%, 55% { background-position: 115% 0; }
  85%, 100% { background-position: -35% 0; }
}

.hero__sub {
  margin-top: 26px;
  max-width: 52ch;
  font-size: 1.12rem;
  color: var(--ink-soft);
}
.hero__sub strong { color: var(--ink); }

.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 34px;
  font-size: .92rem;
  color: var(--ink-soft);
}
.hero__trust .check {
  display: inline-grid;
  place-items: center;
  width: 19px; height: 19px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--ink);
  font-size: .7rem;
  font-weight: 700;
}

/* Carte flottante hero */

.hero__card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 34px 30px 26px;
  transform: rotate(2.2deg);
  transition: transform .5s var(--ease-out);
  max-width: 340px;
  justify-self: end;
}
.hero__card:hover { transform: rotate(0deg) translateY(-6px); }

.hero__card-badge {
  position: absolute;
  top: -24px; right: -18px;
  display: grid;
  place-items: center;
  width: 92px; height: 92px;
  border-radius: 50%;
  background: var(--ochre);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  box-shadow: var(--shadow-soft);
  animation: float 5s ease-in-out infinite;
}
.hero__card-badge small { font-family: var(--font-body); font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; }
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(6deg); }
  50% { transform: translateY(-9px) rotate(2deg); }
}

.hero__card-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(22, 48, 63, .14);
}
.hero__card-row small { display: block; color: var(--ink-soft); font-size: .8rem; }
.hero__card-icon {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--ivory);
  font-size: 1.2rem;
}
.hero__card-price {
  padding-top: 18px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--ink);
}
.hero__card-price small { font-family: var(--font-body); font-size: .82rem; color: var(--ink-soft); }

/* Marquee bas de hero */

.hero__marquee {
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid rgba(22, 48, 63, .1);
  background: rgba(250, 246, 239, .7);
  backdrop-filter: blur(6px);
}
.hero__marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--ink-soft);
  white-space: nowrap;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ─────────── Stats ─────────── */

.stats { padding: 0; }
.stats__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 500;
  color: var(--ink);
}
.stat__label {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ink-soft);
}

/* ─────────── Services ─────────── */

.services { background: var(--white); border-radius: 60px 60px 0 0; }

.services__grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.card {
  grid-column: span 2;
  background: var(--ivory);
  border-radius: 28px 28px 28px 6px;
  padding: 36px 30px 30px;
  position: relative;
  overflow: hidden;
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), background .45s ease;
}
.card--tall { grid-column: span 4; background: var(--mint); }
.card:nth-child(3), .card:nth-child(4) { grid-column: span 3; }
.card:nth-child(5), .card:nth-child(6), .card:nth-child(7) { grid-column: span 2; }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow); background: var(--ink); }

.card__num {
  position: absolute;
  top: 16px; right: 24px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(22, 48, 63, .1);
  transition: color .45s ease, transform .5s var(--ease-out);
  pointer-events: none;
}
.card:hover .card__num { color: var(--ochre); transform: translateY(-4px); }

.card__icon {
  display: inline-grid;
  place-items: center;
  width: 56px; height: 56px;
  border-radius: 18px 18px 18px 4px;
  background: var(--white);
  font-size: 1.5rem;
  box-shadow: var(--shadow-soft);
  margin-bottom: 20px;
  transition: background .45s ease, transform .5s var(--ease-out);
}
.card:hover .card__icon { background: var(--ochre); transform: rotate(-6deg) scale(1.06); }

.card h3 { font-size: 1.3rem; margin-bottom: 10px; transition: color .45s ease; }
.card p { color: var(--ink-soft); font-size: .96rem; transition: color .45s ease; }
.card:hover h3 { color: var(--ivory); }
.card:hover p { color: rgba(250, 246, 239, .78); }

.card__tag {
  display: inline-block;
  margin-top: 18px;
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--ivory);
  transition: background .45s ease, color .45s ease;
}
.card:hover .card__tag { background: var(--ochre); color: var(--ink); }

/* ─────────── Manifeste ─────────── */

.manifesto {
  background: var(--white);
  padding: 30px 24px 110px;
}
.manifesto__quote {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.manifesto__quote p {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.6vw, 2.5rem);
  line-height: 1.3;
  font-weight: 400;
}
.manifesto__quote em { font-style: italic; color: var(--ochre-deep); }
.manifesto__quote cite {
  display: block;
  margin-top: 22px;
  font-family: var(--font-body);
  font-style: normal;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--ink-soft);
}

/* ─────────── Tarifs ─────────── */

.pricing { background: var(--white); }

.pricing__wrap { max-width: 860px; margin: 0 auto; padding: 0 24px; }
.pricing__table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  background: var(--ivory);
}
.pricing__table { width: 100%; border-collapse: collapse; min-width: 560px; }
.pricing__table th, .pricing__table td { padding: 19px 26px; text-align: left; }
.pricing__table thead th {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ivory);
  background: var(--ink);
}
.pricing__table thead th:first-child { border-radius: var(--radius) 0 0 0; }
.pricing__table thead th:last-child { border-radius: 0 var(--radius) 0 0; }
.pricing__table tbody th { font-weight: 700; font-size: .98rem; }
.pricing__table tbody td { color: var(--ink-soft); }
.pricing__table tbody tr:not(:last-child) { border-bottom: 1px dashed rgba(22, 48, 63, .15); }
.pricing__hl {
  font-family: var(--font-display);
  font-size: 1.3rem !important;
  color: var(--ochre-deep) !important;
  font-weight: 600;
}
.pricing__note { margin-top: 18px; font-size: .86rem; color: var(--ink-soft); }
.pricing__cta {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.pricing__cta-hint { font-size: .88rem; color: var(--ink-soft); font-style: italic; }

/* ─────────── Simulateur crédit d'impôt ─────────── */

.simulator {
  margin-top: 44px;
  background: var(--mint);
  border-radius: var(--radius);
  padding: 36px 34px 28px;
}
.simulator h3 { font-size: 1.4rem; margin-bottom: 18px; }
.simulator__label { font-weight: 700; font-size: .95rem; margin-bottom: 10px; }
.simulator__label output { color: var(--ochre-deep); font-family: var(--font-display); font-size: 1.2rem; }
.simulator input[type="range"] {
  width: 100%;
  accent-color: var(--ochre-deep);
  height: 34px;
  cursor: pointer;
}
.simulator__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.simulator__cell {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  text-align: center;
}
.simulator__cell small {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.simulator__cell strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
}
.simulator__cell--final { background: var(--ink); }
.simulator__cell--final small { color: rgba(250,246,239,.65); }
.simulator__cell--final strong { color: var(--ochre); }
.simulator__note { margin-top: 16px; font-size: .8rem; color: var(--ink-soft); }

/* ─────────── Devis express & carte ─────────── */

.devis {
  max-width: 860px;
  margin: 28px auto 0;
  background: var(--ivory);
  border-radius: var(--radius);
  padding: 40px 38px 32px;
  box-shadow: var(--shadow-soft);
}
.devis h3 { font-size: 1.6rem; }
.devis h3 em { font-style: italic; color: var(--ochre-deep); }
.devis__sub { color: var(--ink-soft); margin: 8px 0 24px; }
.devis__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.devis label {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--ink-soft);
}
.devis input, .devis select {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 14px 16px;
  font: 500 1rem var(--font-body);
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(22,48,63,.14);
  border-radius: var(--radius-sm);
  transition: border-color .2s, box-shadow .2s;
}
.devis input:focus, .devis select:focus {
  outline: none;
  border-color: var(--ochre);
  box-shadow: 0 0 0 3px rgba(232,163,61,.25);
}
.devis select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2316303F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
}
.devis__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.devis__hint { margin-top: 14px; font-size: .8rem; color: var(--ink-soft); font-style: italic; }
.devis__success {
  margin-top: 18px;
  padding: 14px 18px;
  background: var(--mint);
  border-radius: var(--radius-sm);
  font-weight: 700;
  color: var(--ink);
}

.map { max-width: 860px; margin: 28px auto 0; }
.map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  display: block;
}
.map__actions { display: flex; gap: 12px; justify-content: center; margin-top: 16px; flex-wrap: wrap; }

/* ─────────── Zone ─────────── */

.zone { background: var(--ink); color: var(--ivory); border-radius: 60px; margin: 0 12px; }
.zone .section-eyebrow { color: var(--ochre); }
.zone h2 { color: var(--ivory); }
.zone h2 em { color: var(--ochre); }
.zone .section-sub { color: rgba(250, 246, 239, .72); }

.zone__groups {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  gap: 40px;
}
.zone__group-title {
  font-size: 1.05rem;
  font-weight: 500;
  text-align: center;
  color: var(--ochre);
  margin-bottom: 18px;
  letter-spacing: .04em;
}
.zone__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.zone__seo {
  max-width: 720px;
  margin: 44px auto 0;
  padding: 0 24px;
  text-align: center;
  color: rgba(250, 246, 239, .82);
  font-size: 1rem;
}
.zone__seo strong { color: var(--ochre); }
.zone__chip {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(250, 246, 239, .28);
  font-size: .95rem;
  transition: background .25s, transform .35s var(--ease-out), border-color .25s;
}
.zone__chip:hover { background: rgba(250, 246, 239, .1); transform: translateY(-3px); border-color: var(--ochre); }
.zone__chip small { opacity: .6; margin-left: 6px; }
/* La puce entière est cliquable, pas seulement le texte */
.zone__chip a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: -12px -22px;
  padding: 12px 22px;
  border-radius: 999px;
}
.zone__chip--main {
  background: var(--ochre);
  border-color: var(--ochre);
  color: var(--ink);
  font-weight: 700;
}
.zone__more { text-align: center; margin-top: 34px; color: rgba(250, 246, 239, .72); font-size: .95rem; padding: 0 24px; }
.zone__more a { color: var(--ochre); font-weight: 700; }

/* ─────────── À propos ─────────── */

.about__inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: center;
}
.about__portrait-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 160px 160px var(--radius) var(--radius);
  background:
    radial-gradient(circle at 30% 20%, #FBD9A0, transparent 60%),
    linear-gradient(160deg, var(--mint), var(--ivory-2));
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-soft);
}
.about__portrait-initials {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 5rem;
  color: var(--ink);
  opacity: .82;
}
.about__portrait-caption {
  text-align: center;
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: 1.2rem;
}
.about__portrait-caption small { font-family: var(--font-body); color: var(--ink-soft); font-size: .85rem; }
.about__text h2 { margin-bottom: 22px; }
.about__text p { color: var(--ink-soft); margin-bottom: 16px; }
.about__text p strong { color: var(--ink); }
.about__badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.about__badges li {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: .88rem;
  color: var(--ink-soft);
  box-shadow: var(--shadow-soft);
}
.about__badges strong { display: block; color: var(--ink); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }

/* ─────────── Avis ─────────── */

.reviews { background: var(--white); padding-top: 80px; }

.reviews__marquee {
  overflow: hidden;
  padding: 12px 0 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.reviews__track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: reviews-scroll 55s linear infinite;
}
.reviews__marquee:hover .reviews__track,
.reviews__track:focus-within { animation-play-state: paused; }
@keyframes reviews-scroll { to { transform: translateX(-50%); } }

.review-card {
  flex: 0 0 360px;
  background: var(--ivory);
  border-radius: 24px 24px 24px 6px;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.review-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.review-card__stars { color: var(--ochre); letter-spacing: 4px; margin-bottom: 14px; font-size: 1.05rem; }
.review-card blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.06rem;
  line-height: 1.5;
  flex: 1;
}
.review-card figcaption { margin-top: 16px; font-size: .84rem; color: var(--ink-soft); }
.review-card figcaption strong { color: var(--ink); }

.reviews__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  margin-top: 34px;
  padding: 0 24px;
}
.reviews__actions span { font-size: .88rem; color: var(--ink-soft); font-style: italic; }

@media (prefers-reduced-motion: reduce) {
  .reviews__marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
}

/* ─────────── Étapes ─────────── */

.steps { background: var(--white); padding-top: 40px; }
.steps__list {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  counter-reset: step;
}
.step {
  position: relative;
  background: var(--ivory);
  border-radius: var(--radius);
  padding: 42px 30px 34px;
  transition: transform .45s var(--ease-out);
}
.step:hover { transform: translateY(-6px); }
.step__num {
  position: absolute;
  top: -20px; left: 26px;
  display: grid; place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--ochre);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}
.step h3 { font-size: 1.2rem; margin-bottom: 10px; }
.step p { color: var(--ink-soft); font-size: .95rem; }

/* ─────────── FAQ ─────────── */

.faq { background: var(--white); padding-top: 60px; }
.faq__list { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.faq__item {
  background: var(--ivory);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow .3s;
}
.faq__item[open] { box-shadow: var(--shadow-soft); }
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.02rem;
  list-style: none;
  transition: color .2s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--ochre-deep); }
.faq__plus {
  position: relative;
  flex: 0 0 22px;
  height: 22px;
}
.faq__plus::before, .faq__plus::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 14px; height: 2px;
  background: var(--ochre-deep);
  translate: -50% -50%;
  transition: rotate .35s var(--ease-out);
}
.faq__plus::after { rotate: 90deg; }
.faq__item[open] .faq__plus::after { rotate: 0deg; }
.faq__answer { padding: 0 26px 24px; color: var(--ink-soft); }

/* ─────────── Contact / CTA final ─────────── */

.contact { padding: 60px 24px 110px; background: var(--white); }
.contact__card {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  background: linear-gradient(150deg, var(--ink) 0%, var(--ink-2) 100%);
  color: var(--ivory);
  border-radius: var(--radius);
  padding: 76px 48px;
  text-align: center;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.contact__bg { position: absolute; inset: 0; pointer-events: none; }
.contact__card h2 { color: var(--ivory); margin-inline: auto; }
.contact__card h2 em { color: var(--ochre); }
.contact__card > p { margin-top: 16px; color: rgba(250, 246, 239, .75); }
.contact__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.contact__hours { margin-top: 28px; font-size: .85rem; color: rgba(250, 246, 239, .55); }

/* ─────────── Footer ─────────── */

.footer { background: var(--ink); color: rgba(250, 246, 239, .78); font-size: .92rem; }
.footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px 40px;
  display: grid;
  grid-template-columns: 1.5fr 1.1fr 1fr 1.1fr 1fr;
  gap: 34px;
}
.footer strong { color: var(--ivory); display: block; margin-bottom: 12px; }
.footer__brand p { max-width: 34ch; margin-top: 8px; }
.footer__brand strong { display: inline; margin: 0 0 0 6px; font-family: var(--font-display); font-size: 1.15rem; }
.footer__nap, .footer__links { display: flex; flex-direction: column; gap: 4px; }
.footer__nap { font-style: normal; }
.footer a { text-decoration: none; transition: color .2s; padding: 5px 0; }
.footer a:hover { color: var(--ochre); }
.footer__legal {
  border-top: 1px solid rgba(250, 246, 239, .12);
  padding: 22px 24px;
  text-align: center;
  font-size: .8rem;
  color: rgba(250, 246, 239, .45);
}

/* ─────────── Barre d'appel mobile ─────────── */

.callbar {
  display: none;
  position: fixed;
  left: 14px; right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-radius: 999px;
  background: var(--ochre);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow);
}

/* ─────────── Articles (blog) ─────────── */

.article-hero {
  max-width: 780px;
  margin: 0 auto;
  padding: 150px 24px 30px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .82rem;
  color: var(--ink-soft);
  margin-bottom: 26px;
}
.breadcrumbs a { color: var(--ochre-deep); text-decoration: none; font-weight: 700; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs span::before { content: "›"; margin-right: 8px; color: rgba(22,48,63,.35); }

.article-hero h1 {
  font-size: clamp(2rem, 4.6vw, 3.1rem);
  font-weight: 500;
}
.article-hero h1 em { font-style: italic; font-weight: 400; color: var(--ochre-deep); }
.article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  margin-top: 22px;
  font-size: .88rem;
  color: var(--ink-soft);
}
.article__meta strong { color: var(--ink); }
.article__chip {
  background: var(--mint);
  color: var(--ink);
  font-weight: 700;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 6px 13px;
  border-radius: 999px;
}

.article {
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 24px 90px;
}
.article > p, .article li { color: var(--ink-2); }
.article > p { margin-bottom: 20px; }
.article .lead {
  font-size: 1.16rem;
  color: var(--ink);
  background: var(--white);
  border-left: 4px solid var(--ochre);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 22px 26px;
  margin-bottom: 34px;
  box-shadow: var(--shadow-soft);
}
.article h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 52px 0 18px;
}
.article h3 {
  font-family: var(--font-display);
  font-size: 1.22rem;
  margin: 34px 0 12px;
}
.article ul, .article ol { margin: 0 0 22px 22px; }
.article ul { list-style: none; margin-left: 0; }
.article ul li, .article ol li { margin-bottom: 10px; }
.article ul li {
  padding-left: 28px;
  position: relative;
}
.article ul li::before {
  content: "✦";
  position: absolute;
  left: 4px;
  color: var(--ochre);
  font-size: .8rem;
}
.article ol { list-style: decimal; margin-left: 24px; }
.article a { color: var(--ochre-deep); font-weight: 700; }
.article table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0 32px;
  background: var(--white);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  font-size: .95rem;
}
.article .table-wrap { overflow-x: auto; }
.article th, .article td { padding: 14px 18px; text-align: left; }
.article thead th {
  background: var(--ink);
  color: var(--ivory);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.article tbody tr:not(:last-child) { border-bottom: 1px dashed rgba(22,48,63,.14); }
.article tbody th { font-weight: 700; }
.article blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--ink);
  border-left: 3px solid var(--ochre);
  padding: 6px 0 6px 24px;
  margin: 30px 0;
}

.article-cta {
  background: linear-gradient(150deg, var(--ink), var(--ink-2));
  color: var(--ivory);
  border-radius: var(--radius);
  padding: 36px 32px;
  margin: 44px 0;
  text-align: center;
}
.article-cta p { color: rgba(250,246,239,.85); margin-bottom: 20px; }
.article-cta strong { color: var(--ivory); }
.article-cta .btn { margin: 0 auto; }

.author-box {
  display: flex;
  gap: 20px;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius);
  padding: 26px 28px;
  margin: 50px 0 0;
  box-shadow: var(--shadow-soft);
}
.author-box__avatar {
  flex: 0 0 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 20%, #FBD9A0, transparent 65%), var(--mint);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--ink);
}
.author-box__name { font-weight: 700; }
.author-box__bio { font-size: .9rem; color: var(--ink-soft); margin-top: 3px; }

.related {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px 100px;
}
.related h2 { font-size: 1.5rem; margin-bottom: 22px; }
.related__list { display: grid; gap: 12px; }
.related__list a {
  display: block;
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  text-decoration: none;
  font-weight: 700;
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  transition: transform .35s var(--ease-out), color .2s;
}
.related__list a:hover { transform: translateX(6px); color: var(--ochre-deep); }
.related__list a small { display: block; font-weight: 400; color: var(--ink-soft); margin-top: 4px; }

/* Bloc conseils sur la landing */
.guides { background: var(--white); padding-top: 40px; }
.guides__grid {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.guide-card {
  display: block;
  background: var(--ivory);
  border-radius: var(--radius-sm);
  padding: 26px 28px;
  text-decoration: none;
  color: var(--ink);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.guide-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.guide-card strong {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.guide-card span { font-size: .9rem; color: var(--ink-soft); }
.guide-card em {
  display: inline-block;
  font-style: normal;
  color: var(--ochre-deep);
  font-weight: 700;
  font-size: .85rem;
  margin-top: 12px;
}

@media (max-width: 720px) {
  .article-hero { padding-top: 116px; }
  .guides__grid { grid-template-columns: 1fr; }
  .author-box { flex-direction: column; text-align: center; }
}

/* ─────────── Bouton WhatsApp sticky ─────────── */

.wa-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 55;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  box-shadow: 0 12px 30px -8px rgba(18, 140, 80, .6);
  transition: transform .35s var(--ease-out), box-shadow .35s;
  animation: wa-pop .55s var(--ease-out) 1s backwards;
}
.wa-fab:hover {
  transform: scale(1.1) rotate(6deg);
  box-shadow: 0 16px 36px -8px rgba(18, 140, 80, .7);
}
.wa-fab::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, .55);
  animation: wa-pulse 2.6s ease-out infinite;
}
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: .9; }
  70%, 100% { transform: scale(1.55); opacity: 0; }
}
@keyframes wa-pop {
  from { transform: scale(0); }
  to { transform: scale(1); }
}

@media (max-width: 720px) {
  .wa-fab {
    right: 14px;
    bottom: calc(92px + env(safe-area-inset-bottom, 0px));
    width: 54px;
    height: 54px;
  }
}

/* ─────────── Animations d'apparition ─────────── */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }
.reveal.d4 { transition-delay: .4s; }
.reveal.d5 { transition-delay: .5s; }
.reveal.d6 { transition-delay: .62s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ─────────── Responsive ─────────── */

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero__card { justify-self: start; margin-top: 10px; transform: rotate(1.4deg); }
  .about__inner { grid-template-columns: 1fr; gap: 44px; }
  .about__portrait { max-width: 280px; margin: 0 auto; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .services__grid .card,
  .services__grid .card--tall,
  .services__grid .card:nth-child(4),
  .services__grid .card:nth-child(5) { grid-column: span 3; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  section { padding: 64px 0; }
  .section-head { margin-bottom: 40px; }
  .nav__links { display: none; }
  .nav__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    background: none;
    border: none;
    padding: 12px;
    min-width: 46px;
    min-height: 46px;
    cursor: pointer;
  }
  .nav__burger span { width: 22px; height: 2px; background: var(--ink); transition: transform .3s, opacity .3s; }
  .nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav__links.is-open {
    display: flex;
    position: fixed;
    inset: 64px 14px auto;
    flex-direction: column;
    background: var(--white);
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: var(--shadow);
    gap: 18px;
  }
  .btn--nav { display: none; }
  .stats__inner { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .services__grid .card,
  .services__grid .card--tall,
  .services__grid .card:nth-child(4),
  .services__grid .card:nth-child(5) { grid-column: span 6; }
  .steps__list { grid-template-columns: 1fr; gap: 34px; }
  .review-card { flex-basis: 290px; padding: 24px; }
  .about__badges { grid-template-columns: 1fr; }
  .zone { border-radius: 36px; margin: 0 8px; }
  .zone__groups { gap: 30px; }
  .zone__chip { padding: 10px 17px; font-size: .88rem; }
  .zone__chip a { margin: -10px -17px; padding: 10px 17px; }
  .zone__seo { margin-top: 34px; }
  .contact__card { padding: 52px 24px; }
  .contact__actions .btn { width: 100%; justify-content: center; }
  .simulator { padding: 28px 22px 22px; }
  .simulator__grid { grid-template-columns: 1fr; }
  .devis { padding: 30px 22px 26px; }
  .devis__row { grid-template-columns: 1fr; }
  .devis__actions .btn { width: 100%; justify-content: center; }
  .map iframe { height: 240px; }
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .callbar { display: flex; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px)); }

  /* Hero mobile : texte fluide, CTA pleine largeur */
  .hero__marquee { display: none; }
  .hero { min-height: 0; padding: 112px 20px 52px; gap: 28px; }
  .hero__title { font-size: clamp(2.15rem, 9.5vw, 2.7rem); }
  .hero__title span { display: inline; }
  .hero__title span::after { content: " "; }
  .hero__sub { font-size: 1.03rem; margin-top: 20px; }
  .hero__cta { margin-top: 28px; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .hero__trust { margin-top: 26px; gap: 8px 20px; font-size: .88rem; }
  .hero__card { max-width: 100%; transform: rotate(0deg); padding: 28px 22px 22px; }
  .hero__card-badge { width: 80px; height: 80px; font-size: 1.2rem; top: -18px; right: -6px; }

  /* Tarifs mobile : tableau → cartes empilées (fini le scroll horizontal) */
  .pricing__table-wrap { overflow: visible; background: transparent; box-shadow: none; border-radius: 0; }
  .pricing__table { min-width: 0; display: block; }
  .pricing__table thead { display: none; }
  .pricing__table tbody { display: grid; gap: 12px; }
  .pricing__table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 16px;
    background: var(--ivory);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-soft);
    padding: 20px;
    border-bottom: none;
  }
  .pricing__table tbody tr:not(:last-child) { border-bottom: none; }
  .pricing__table tbody th { grid-column: 1 / -1; padding: 0 0 10px; }
  .pricing__table tbody td { padding: 0; }
  .pricing__table tbody td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: .66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--ink-soft);
    margin-bottom: 3px;
  }
  .pricing__table tbody td[colspan] { grid-column: 1 / -1; font-style: italic; }
  .pricing__cta { justify-content: center; text-align: center; }
  .pricing__cta .btn { width: 100%; justify-content: center; }

  /* Confort de lecture */
  .manifesto { padding: 20px 24px 76px; }
  .about__portrait-frame { max-width: 240px; margin: 0 auto; }
  .about__portrait-initials { font-size: 4rem; }
  .faq__item summary { padding: 18px 20px; font-size: .96rem; }
  .faq__answer { padding: 0 20px 20px; }
  .step { padding: 38px 24px 30px; }
}
