/* =====================================================================
   ABREU DEPANNAGE REMORQUAGE — feuille de style
   Palette : encre profonde + jaune dépanneuse. Titres Sora, texte Inter.
   ===================================================================== */

:root {
  --ink: #0b0f14;
  --ink-2: #121820;
  --ink-3: #1b232e;
  --page: #f4f5f7;
  --surface: #ffffff;
  --text: #111519;
  --muted: #5d6673;
  --line: rgba(15, 20, 26, .09);
  --accent: #ffc72c;
  --accent-2: #ffb300;
  --accent-ink: #1a1400;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px -12px rgba(10, 15, 20, .25);
  --shadow-lg: 0 30px 60px -20px rgba(10, 15, 20, .35);
  --font-head: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --container: 1180px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--page);
  -webkit-font-smoothing: antialiased;
}
img, picture, svg { display: block; max-width: 100%; }
.gallery a picture, .service__media picture, .news-card__media picture, .why__media picture, .hero__bg picture { height: 100%; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.12; margin: 0; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
button { font: inherit; cursor: pointer; }
address { font-style: normal; }
::selection { background: var(--accent); color: var(--accent-ink); }

.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 0; background: var(--accent); color: var(--accent-ink); padding: .6rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .85rem 1.4rem; border-radius: 999px; font-weight: 600; font-size: .95rem;
  border: 2px solid transparent; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--accent); color: var(--accent-ink); box-shadow: 0 8px 24px -8px rgba(255, 199, 44, .7); }
.btn--primary:hover { background: var(--accent-2); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-3); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.btn--ghost-dark { background: transparent; color: var(--accent-ink); border-color: rgba(26, 20, 0, .35); }
.btn--ghost-dark:hover { border-color: var(--accent-ink); }
.btn--lg { padding: 1.05rem 1.8rem; font-size: 1.05rem; }
.btn--sm { padding: .55rem 1rem; font-size: .85rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-head); font-weight: 600; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent-2); margin-bottom: .9rem;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--accent); border-radius: 2px; }
.eyebrow--light { color: var(--accent-ink); }
.eyebrow--light::before { background: var(--accent-ink); }

.dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #2ee07a; box-shadow: 0 0 0 0 rgba(46, 224, 122, .6); animation: pulse 2s infinite; vertical-align: middle; margin-right: .3rem; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(46, 224, 122, .6); } 70% { box-shadow: 0 0 0 9px rgba(46, 224, 122, 0); } 100% { box-shadow: 0 0 0 0 rgba(46, 224, 122, 0); } }

/* ---------- Topbar + Header ---------- */
.topbar { background: var(--ink); color: rgba(255, 255, 255, .72); font-size: .82rem; border-bottom: 1px solid rgba(255, 255, 255, .06); }
.topbar__inner { display: flex; gap: 2rem; justify-content: space-between; padding: .45rem 0; }
.topbar strong { color: #fff; }
@media (max-width: 760px) { .topbar__item--hide-sm { display: none; } .topbar__inner { justify-content: center; } }

.header { position: sticky; top: 0; z-index: 50; background: rgba(11, 15, 20, .82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .06); transition: box-shadow .3s; }
.header.is-scrolled { box-shadow: 0 10px 40px -20px rgba(0, 0, 0, .8); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 78px; }

.brand { display: flex; align-items: center; gap: .8rem; flex: none; }
.brand__logo { width: 52px; height: auto; border-radius: 50%; }
.brand__name { display: block; font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; line-height: 1.1; }
.brand__name em { font-style: normal; color: var(--accent); }
.brand__sub { display: block; white-space: nowrap; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }

.nav { display: flex; align-items: center; gap: 1.2rem; min-width: 0; }
.nav ul { display: flex; gap: .2rem; }
.nav ul a { display: block; padding: .55rem .8rem; border-radius: 8px; font-weight: 500; font-size: .92rem; color: rgba(255, 255, 255, .8); transition: color .2s, background .2s; }
.nav ul a:hover, .nav ul a.is-active { color: #fff; background: rgba(255, 255, 255, .07); }
.nav ul a.is-active { color: var(--accent); }
.nav__phone { padding: .65rem 1.1rem; }
.header__call { display: none; width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: var(--accent-ink); align-items: center; justify-content: center; }

.burger { display: none; width: 44px; height: 44px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 5px; padding: 0 10px; }
.burger span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s, opacity .3s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1100px) {
  .header__call, .burger { display: flex; }
  .header__inner { gap: .6rem; justify-content: flex-start; }
  .header__call { margin-left: auto; }
  .brand__logo { width: 44px; }
  .nav { position: fixed; inset: 78px 0 0 0; background: var(--ink); flex-direction: column; align-items: stretch; padding: 1.5rem 1.25rem 2rem; gap: 1.5rem; transform: translateX(100%); transition: transform .35s var(--ease); overflow: auto; }
  .nav.is-open { transform: none; }
  .nav { z-index: 60; }
  body.nav-open .header { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--ink); }
  body.nav-open .fab-call { display: none; }
  .nav ul { flex-direction: column; gap: .2rem; }
  .nav ul a { font-size: 1.15rem; padding: .9rem 1rem; }
  .nav__phone { justify-content: center; font-size: 1.1rem; padding: 1rem; }
  body.nav-open { overflow: hidden; }
}
@media (max-width: 480px) { .brand__sub { display: none; } .brand__name { font-size: 1.05rem; } }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; background: var(--ink); overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; transform: scale(1.06); animation: heroZoom 14s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(11, 15, 20, .94) 0%, rgba(11, 15, 20, .78) 45%, rgba(11, 15, 20, .35) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 40%; z-index: -1; background: linear-gradient(to top, var(--ink), transparent); }
.hero__inner { position: relative; padding: clamp(4rem, 10vw, 8.5rem) 0 clamp(4rem, 9vw, 7rem); max-width: 720px; }
.hero__badge { display: inline-flex; align-items: center; gap: .6rem; padding: .45rem .9rem .45rem .6rem; border-radius: 999px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .12); font-size: .85rem; font-weight: 500; margin-bottom: 1.6rem; backdrop-filter: blur(6px); }
.hero h1 { font-size: clamp(2.3rem, 5.6vw, 4.2rem); font-weight: 800; margin-bottom: 1.2rem; }
.hero h1 span { color: var(--accent); }
.hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: rgba(255, 255, 255, .78); max-width: 560px; margin-bottom: 2.2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 3rem; }
.hero__points { display: flex; flex-wrap: wrap; gap: 1.6rem; }
.hero__point { display: flex; align-items: center; gap: .6rem; font-size: .9rem; color: rgba(255, 255, 255, .85); }
.hero__point svg { width: 22px; height: 22px; color: var(--accent); flex: none; }

.hero--page .hero__inner { padding: clamp(3rem, 7vw, 5.5rem) 0; max-width: 820px; }
.hero--page h1 { font-size: clamp(2rem, 4.5vw, 3.3rem); }
.breadcrumb { display: flex; gap: .5rem; flex-wrap: wrap; font-size: .85rem; color: rgba(255, 255, 255, .6); margin-bottom: 1.2rem; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span::before { content: "/"; margin-right: .5rem; opacity: .5; }

/* ---------- Bandeau chiffres ---------- */
.stats { background: var(--ink); color: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .08); }
.stat { padding: 1.8rem 1.5rem; border-right: 1px solid rgba(255, 255, 255, .08); }
.stat:last-child { border-right: 0; }
.stat__value { font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: var(--accent); line-height: 1; }
.stat__label { font-size: .88rem; color: rgba(255, 255, 255, .65); margin-top: .4rem; }
@media (max-width: 820px) { .stats__grid { grid-template-columns: repeat(2, 1fr); } .stat:nth-child(2) { border-right: 0; } .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .08); } }

/* ---------- Sections ---------- */
.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.section--dark { background: var(--ink); color: #fff; }
.section--white { background: var(--surface); }
.section__head { max-width: 680px; margin-bottom: clamp(2.2rem, 5vw, 3.5rem); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow { justify-content: center; }
.section__title { font-size: clamp(1.9rem, 3.6vw, 2.8rem); font-weight: 800; margin-bottom: .9rem; }
.section__text { font-size: 1.08rem; color: var(--muted); }
.section--dark .section__text { color: rgba(255, 255, 255, .7); }
.section__head--split { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: none; }
@media (max-width: 720px) { .section__head--split { display: block; } .section__head--split .btn { margin-top: 1.2rem; } }

/* ---------- Services ---------- */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.service {
  position: relative; display: flex; flex-direction: column; background: var(--surface); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.service:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink-2); }
.service__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.service:hover .service__media img { transform: scale(1.06); }
.service__icon { position: absolute; left: 1.1rem; bottom: -22px; width: 52px; height: 52px; border-radius: 14px; background: var(--accent); color: var(--accent-ink); display: grid; place-items: center; box-shadow: 0 8px 20px -6px rgba(255, 199, 44, .8); }
.service__icon svg { width: 26px; height: 26px; }
.service__body { padding: 2.2rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.service__title { font-size: 1.2rem; font-weight: 700; margin-bottom: .55rem; }
.service__text { color: var(--muted); font-size: .95rem; flex: 1; margin-bottom: 1.1rem; }
.service__link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .92rem; color: var(--text); }
.service__link svg { width: 18px; height: 18px; transition: transform .25s; }
.service:hover .service__link svg { transform: translateX(4px); }
.service__link::after { content: ""; position: absolute; inset: 0; }
@media (max-width: 1060px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services { grid-template-columns: 1fr; } }

/* ---------- Pourquoi nous ---------- */
.why { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.why__media { position: relative; }
.why__media img { border-radius: var(--radius); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.why__card { position: absolute; right: -1rem; bottom: -1.5rem; background: var(--accent); color: var(--accent-ink); padding: 1.2rem 1.4rem; border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); max-width: 250px; }
.why__card strong { display: block; font-family: var(--font-head); font-size: 1.6rem; font-weight: 800; line-height: 1; margin-bottom: .3rem; }
.why__card span { font-size: .88rem; font-weight: 500; }
.features { display: grid; gap: 1.1rem; margin-top: 1.5rem; }
.feature { display: flex; gap: 1rem; padding: 1.1rem 1.2rem; border-radius: var(--radius-sm); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .07); transition: background .25s, border-color .25s; }
.feature:hover { background: rgba(255, 255, 255, .07); border-color: rgba(255, 199, 44, .35); }
.feature__icon { flex: none; width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 199, 44, .15); color: var(--accent); display: grid; place-items: center; }
.feature__icon svg { width: 22px; height: 22px; }
.feature h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .2rem; }
.feature p { margin: 0; font-size: .92rem; color: rgba(255, 255, 255, .68); }
@media (max-width: 900px) { .why { grid-template-columns: 1fr; } .why__card { right: 1rem; bottom: -1.2rem; } .why__media { margin-bottom: 2.5rem; } }

/* ---------- Étapes ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: step; }
.step { position: relative; background: var(--surface); border-radius: var(--radius); padding: 2rem 1.6rem 1.8rem; border: 1px solid var(--line); overflow: hidden; }
.step::before { counter-increment: step; content: "0" counter(step); position: absolute; right: 1.2rem; top: .6rem; font-family: var(--font-head); font-size: 3.4rem; font-weight: 800; color: rgba(255, 199, 44, .35); line-height: 1; letter-spacing: -.04em; }
.step__icon { width: 50px; height: 50px; border-radius: 14px; background: var(--ink); color: var(--accent); display: grid; place-items: center; margin-bottom: 1.2rem; }
.step__icon svg { width: 24px; height: 24px; }
.step h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .5rem; }
.step p { margin: 0; color: var(--muted); font-size: .95rem; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Zone ---------- */
.zone { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.chip { padding: .5rem .95rem; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: .9rem; font-weight: 500; transition: all .2s; }
.chip--main { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip:hover { border-color: var(--accent-2); background: #fff8e0; }
.chip--main:hover { background: var(--ink-3); color: #fff; }
.zone__map { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--ink); aspect-ratio: 1 / 1; max-width: 480px; margin-inline: auto; width: 100%; }
.zone__map svg { width: 100%; height: 100%; }
@media (max-width: 860px) { .zone { grid-template-columns: 1fr; } }

/* ---------- Actualités ---------- */
.news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.news-card { background: var(--surface); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s; }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-2); }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; }
.news-card__media--contain img { object-fit: contain; padding: 1.5rem; background: #fff; }
.news-card__body { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.news-card__date { font-size: .8rem; color: var(--muted); font-weight: 500; letter-spacing: .04em; text-transform: uppercase; margin-bottom: .5rem; }
.news-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .5rem; }
.news-card p { color: var(--muted); font-size: .93rem; margin: 0; }
.tag { display: inline-block; padding: .25rem .65rem; border-radius: 6px; background: var(--accent); color: var(--accent-ink); font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: .7rem; align-self: flex-start; }
@media (max-width: 900px) { .news { grid-template-columns: 1fr; } }

/* ---------- Galerie ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: .9rem; }
.gallery a { position: relative; border-radius: var(--radius-sm); overflow: hidden; background: var(--ink-2); display: block; }
.gallery a img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .4s; }
.gallery a:hover img { transform: scale(1.06); }
.gallery a::after { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; font-size: 3rem; font-weight: 300; color: #fff; background: rgba(11, 15, 20, .45); opacity: 0; transition: opacity .3s; }
.gallery a:hover::after { opacity: 1; }
.gallery .tall { grid-row: span 2; }
.gallery .wide { grid-column: span 2; }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; } }
@media (max-width: 600px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; } .gallery .wide { grid-column: span 2; } }

.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(5, 8, 12, .94); display: grid; place-items: center; padding: 3rem; }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .1); border: 0; color: #fff; width: 48px; height: 48px; border-radius: 50%; font-size: 1.8rem; line-height: 1; display: grid; place-items: center; transition: background .2s; }
.lightbox button:hover { background: var(--accent); color: var(--accent-ink); }
.lightbox__close { top: 1rem; right: 1rem; }
.lightbox__prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 1rem; top: 50%; transform: translateY(-50%); }
@media (max-width: 600px) { .lightbox { padding: 1rem; } .lightbox__prev, .lightbox__next { top: auto; bottom: 1rem; transform: none; } }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(2rem, 5vw, 4rem); }
.contact__card { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 2rem; position: relative; overflow: hidden; }
.contact__card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -110px; top: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 199, 44, .35), transparent 70%); pointer-events: none; }
.contact__phone { display: block; font-family: var(--font-head); font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 800; color: var(--accent); margin: .3rem 0 1.4rem; }
.contact__rows { display: grid; gap: 1.1rem; }
.contact__row { display: flex; gap: .9rem; align-items: flex-start; }
.contact__row svg { flex: none; width: 22px; height: 22px; color: var(--accent); margin-top: .1rem; }
.contact__row strong { display: block; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .55); margin-bottom: .15rem; }
.contact__row span { color: rgba(255, 255, 255, .9); }

.form { background: var(--surface); border-radius: var(--radius); padding: 2rem; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form__grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .35rem; }
.field input, .field textarea, .field select {
  width: 100%; padding: .85rem 1rem; border-radius: 10px; border: 1.5px solid var(--line); background: var(--page); font: inherit; color: var(--text);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--accent-2); box-shadow: 0 0 0 4px rgba(255, 199, 44, .25); background: #fff; }
.field textarea { min-height: 140px; resize: vertical; }
.field--check { display: flex; gap: .7rem; align-items: flex-start; font-size: .85rem; color: var(--muted); }
.field--check input { width: 18px; height: 18px; margin-top: .15rem; flex: none; accent-color: var(--accent-2); }
.field--check a { text-decoration: underline; }
.hp { position: absolute; left: -9999px; }
.alert { padding: 1rem 1.2rem; border-radius: var(--radius-sm); margin-bottom: 1.2rem; font-weight: 500; }
.alert--ok { background: #e6f9ee; color: #12683a; border: 1px solid #b9ecce; }
.alert--err { background: #fdecec; color: #9a1d1d; border: 1px solid #f6c3c3; }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form__grid { grid-template-columns: 1fr; } .form { padding: 1.4rem; } }

/* ---------- Bande CTA ---------- */
.cta-band { background: var(--accent); color: var(--accent-ink); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2.5rem, 5vw, 4rem) 0; flex-wrap: wrap; }
.cta-band__title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; margin-bottom: .5rem; }
.cta-band__title span { opacity: .55; }
.cta-band__text { margin: 0; font-size: 1.05rem; max-width: 520px; opacity: .85; }
.cta-band__actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255, 255, 255, .72); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; padding: 4rem 0 3rem; }
.footer__brand img { width: 64px; border-radius: 50%; margin-bottom: 1rem; }
.footer__name { font-family: var(--font-head); font-weight: 700; color: #fff; margin-bottom: .5rem; }
.footer__muted { font-size: .92rem; }
.footer__title { font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 1.1rem; font-weight: 700; }
.footer__list li { margin-bottom: .45rem; font-size: .93rem; }
.footer__list a:hover { color: var(--accent); }
.footer__list--cols { columns: 2; column-gap: 1.5rem; }
.footer__address { display: grid; gap: .8rem; font-size: .93rem; }
.footer__phone { font-family: var(--font-head); font-size: 1.4rem; font-weight: 800; color: var(--accent); }
.footer__hours { color: #fff; font-weight: 500; }
.socials { display: flex; gap: .6rem; margin-top: 1.2rem; }
.socials a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .07); color: #fff; transition: background .2s, color .2s, transform .2s; }
.socials a:hover { background: var(--accent); color: var(--accent-ink); transform: translateY(-2px); }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.3rem 0; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .82rem; }
.footer__bottom nav { display: flex; gap: 1.2rem; }
.footer__bottom a:hover { color: var(--accent); }
@media (max-width: 960px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- Bouton flottant ---------- */
.fab-call { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 60; display: none; align-items: center; gap: .5rem; padding: .8rem 1.2rem; border-radius: 999px; background: var(--accent); color: var(--accent-ink); font-weight: 700; box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .5); }
@media (max-width: 1100px) { .fab-call { display: flex; } }

/* ---------- Pages internes ---------- */
.prose { max-width: 760px; font-size: 1.05rem; }
.prose p { color: #2b323b; }
.prose h2 { font-size: 1.6rem; font-weight: 800; margin: 2.2rem 0 .8rem; }
.prose h3 { font-size: 1.2rem; font-weight: 700; margin: 1.6rem 0 .5rem; }
.prose ul { margin: 0 0 1.2rem; display: grid; gap: .5rem; }
.prose ul li { position: relative; padding-left: 1.7rem; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .5em; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); }
.prose a { color: var(--accent-ink); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; }
.prose strong { color: var(--text); }

.split { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.split__aside { position: sticky; top: 100px; display: grid; gap: 1.2rem; }
.split__aside img { border-radius: var(--radius); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.aside-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.aside-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .8rem; }
.aside-card ul li { padding: .55rem 0; border-top: 1px solid var(--line); font-size: .95rem; }
.aside-card ul li:first-child { border-top: 0; padding-top: 0; }
.aside-card ul a { display: flex; justify-content: space-between; align-items: center; }
.aside-card ul a:hover { color: var(--accent-2); }
.aside-card ul a.is-active { font-weight: 700; color: var(--accent-2); }
.aside-card--dark { background: var(--ink); color: #fff; border: 0; }
.aside-card--dark .btn { width: 100%; margin-top: .6rem; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split__aside { position: static; } }

.checklist { display: grid; gap: .7rem; margin: 1.2rem 0 1.6rem; }
.checklist li { display: flex; gap: .8rem; align-items: flex-start; padding: .9rem 1.1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.checklist svg { flex: none; width: 22px; height: 22px; color: var(--accent-2); margin-top: .1rem; }

.cards-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.card__body { padding: 1.4rem; }
.card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .5rem; }
.card p { color: var(--muted); font-size: .95rem; margin: 0; }
@media (max-width: 720px) { .cards-2 { grid-template-columns: 1fr; } }

.legal h2 { font-size: 1.3rem; margin-top: 2.2rem; }
.legal p, .legal li { font-size: .97rem; color: #2b323b; }

/* ---------- Animations d'apparition ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__bg img { animation: none; }
  html { scroll-behavior: auto; }
}

/* Correctifs */
.prose .checklist li { padding-left: 1.1rem; }
.prose .checklist li::before { display: none; }
@media (min-width: 1101px) and (max-width: 1280px) {
  .nav ul a { padding: .55rem .55rem; font-size: .88rem; }
  .brand__sub { display: none; }
  .nav__phone { padding: .6rem .9rem; font-size: .9rem; }
}
