/* ==========================================================================
   Electricite Autos Acacias SA - Feuille de styles principale
   Palette : noir / anthracite / blanc + accent rouge electrique
   Sommaire :
     1. Tokens          8. Services
     2. Base            9. Pourquoi nous choisir
     3. Layout         10. Processus
     4. Boutons        11. Avis
     5. Header         12. Localisation
     6. Hero           13. Contact + formulaire
     7. Bandeau        14. Horaires
                       15. Footer / CTA mobile / Animations / Responsive
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Surfaces */
  --ink-1000: #050608;
  --ink-900:  #0a0c0f;
  --ink-850:  #0e1116;
  --ink-800:  #12151b;
  --ink-700:  #171b22;
  --ink-600:  #1e232c;
  --ink-500:  #272d38;

  /* Texte */
  --white:    #ffffff;
  --text:     #e8ebf0;
  --muted:    #a2abba;
  --muted-2:  #7c8593;

  /* Accent */
  --accent:      #e11d24;
  --accent-hot:  #ff3d2e;
  --accent-soft: rgba(225, 29, 36, 0.14);
  --accent-line: rgba(225, 29, 36, 0.35);
  --ok:          #34d27b;
  --star:        #ffb020;

  /* Traits et ombres */
  --line:      rgba(255, 255, 255, 0.09);
  --line-soft: rgba(255, 255, 255, 0.055);
  --shadow-md: 0 18px 40px -18px rgba(0, 0, 0, 0.75);
  --shadow-lg: 0 40px 90px -30px rgba(0, 0, 0, 0.85);
  --glow:      0 14px 34px -12px rgba(225, 29, 36, 0.55);

  /* Rythme */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-pill: 999px;

  --container: 1200px;
  --gutter: clamp(1.25rem, 5vw, 2.5rem);
  --section-y: clamp(4.5rem, 10vw, 8.5rem);

  --header-h: 76px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
  --font-display: "Archivo", "Inter", -apple-system, BlinkMacSystemFont,
                  "Segoe UI", Roboto, Arial, sans-serif;
}

/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
}

body {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background-color: var(--ink-900);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.is-locked { overflow: hidden; }

img,
picture,
svg,
iframe { display: block; max-width: 100%; }

img { height: auto; }

a { color: inherit; text-decoration: none; }

button,
input,
textarea,
select { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--white);
  text-wrap: balance;
}

p { text-wrap: pretty; }

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

::selection { background: var(--accent); color: var(--white); }

/* Lien d evitement (accessibilite clavier) */
.skip-link {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -140%);
  z-index: 200;
  padding: 0.75rem 1.25rem;
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  transition: transform 0.2s var(--ease);
}
.skip-link:focus { transform: translate(-50%, 0); }

/* --------------------------------------------------------------------------
   3. Layout
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  position: relative;
  padding-block: var(--section-y);
}

.section--tight { padding-block: clamp(3.25rem, 7vw, 5.5rem); }

.section-head {
  max-width: 46rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.1rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-hot);
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.section-head--center .eyebrow::before { display: none; }

.section-title { font-size: clamp(2rem, 1.35rem + 2.9vw, 3.5rem); }

.section-sub {
  margin-top: 1.15rem;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.135rem);
  color: var(--muted);
  max-width: 42rem;
}

.section-head--center .section-sub { margin-inline: auto; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   4. Boutons
   -------------------------------------------------------------------------- */
.btn {
  --btn-bg: var(--ink-600);
  --btn-fg: var(--white);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--font-display);
  font-size: 0.975rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease),
              background-color 0.25s var(--ease), border-color 0.25s var(--ease),
              color 0.25s var(--ease);
}

.btn svg { width: 19px; height: 19px; flex: none; }

.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  --btn-bg: var(--accent);
  background-image: linear-gradient(135deg, var(--accent-hot), var(--accent) 62%);
  box-shadow: var(--glow);
}
.btn--primary:hover { box-shadow: 0 20px 44px -12px rgba(225, 29, 36, 0.7); }

.btn--ghost {
  --btn-bg: rgba(255, 255, 255, 0.045);
  border-color: var(--line);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.btn--ghost:hover {
  --btn-bg: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
}

.btn--light {
  --btn-bg: var(--white);
  --btn-fg: var(--ink-900);
  box-shadow: var(--shadow-md);
}
.btn--light:hover { --btn-bg: #f0f2f5; }

.btn--lg {
  padding: 1.1rem 2rem;
  min-height: 60px;
  font-size: 1.05rem;
}

.btn--block { width: 100%; }

.btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: var(--white);
  border-bottom: 1px solid var(--accent-line);
  padding-bottom: 2px;
  transition: gap 0.25s var(--ease), border-color 0.25s var(--ease);
}
.link-arrow:hover { gap: 0.8rem; border-color: var(--accent); }

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background-color 0.35s var(--ease), border-color 0.35s var(--ease);
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.88), rgba(5, 6, 8, 0));
  pointer-events: none;
  transition: opacity 0.35s var(--ease);
}

.header.is-stuck {
  background-color: rgba(8, 10, 13, 0.85);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line);
}
.header.is-stuck::before { opacity: 0; }

.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* Logo */
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-right: auto;
  min-width: 0;
}

.brand__mark {
  flex: none;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: linear-gradient(140deg, var(--accent-hot), var(--accent) 70%);
  box-shadow: 0 8px 20px -8px rgba(225, 29, 36, 0.8);
}
.brand__mark svg { width: 21px; height: 21px; color: #fff; }

.brand__text { min-width: 0; }

.brand__name {
  display: block;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand__tag {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Navigation desktop */
.nav { display: none; }

.nav__list {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  list-style: none;
  padding: 0;
}

.nav__link {
  position: relative;
  display: block;
  padding: 0.55rem 0.85rem;
  border-radius: var(--r-pill);
  font-size: 0.925rem;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.22s var(--ease);
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.28rem;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}

.nav__link:hover { color: var(--white); }
.nav__link:hover::after,
.nav__link.is-active::after { transform: scaleX(1); }
.nav__link.is-active { color: var(--white); }

/* Actions header */
.header__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.header__phone {
  display: none;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.1rem 0.5rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.25s var(--ease), background-color 0.25s var(--ease),
              transform 0.25s var(--ease);
}

.header__phone:hover {
  border-color: var(--accent-line);
  background: var(--accent-soft);
  transform: translateY(-1px);
}

.header__phone-icon {
  display: grid;
  place-items: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--accent-hot), var(--accent));
  color: #fff;
  flex: none;
}
.header__phone-icon svg { width: 15px; height: 15px; }

.header__phone-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--white);
  letter-spacing: -0.01em;
}

/* Bouton appel compact (mobile) */
.header__call {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--accent-hot), var(--accent));
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(225, 29, 36, 0.85);
}
.header__call svg { width: 19px; height: 19px; }

/* Hamburger */
.burger {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.burger__box { position: relative; width: 18px; height: 12px; }

.burger__box span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--white);
  transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}
.burger__box span:nth-child(1) { top: 0; }
.burger__box span:nth-child(2) { top: 5px; }
.burger__box span:nth-child(3) { top: 10px; }

.burger[aria-expanded="true"] .burger__box span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.burger[aria-expanded="true"] .burger__box span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] .burger__box span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* Panneau mobile */
.mobile-nav {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  padding: 1.5rem var(--gutter) calc(2rem + env(safe-area-inset-bottom));
  background: rgba(8, 10, 13, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--line);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s;
}

.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-nav__list { list-style: none; padding: 0; margin-bottom: 1.5rem; }

.mobile-nav__list li { border-bottom: 1px solid var(--line-soft); }

.mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.05rem 0.25rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
}

.mobile-nav__link span {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted-2);
  letter-spacing: 0.1em;
}

.mobile-nav__foot {
  margin-top: auto;
  display: grid;
  gap: 0.7rem;
  padding-top: 1.5rem;
}

.mobile-nav__addr {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  padding-top: calc(var(--header-h) + clamp(2.5rem, 8vh, 5rem));
  padding-bottom: clamp(3rem, 8vh, 6rem);
  overflow: hidden;
  isolation: isolate;
  background-color: var(--ink-1000);
}

.hero__media { position: absolute; inset: 0; z-index: -2; }

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  opacity: 0;
  transform: scale(1.07);
  transition: opacity 1.4s var(--ease-out), transform 2.6s var(--ease-out);
}

.hero__media img.is-loaded { opacity: 1; transform: scale(1); }

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(125% 95% at 10% 80%, rgba(5, 6, 8, 0.95) 0%, rgba(5, 6, 8, 0.66) 40%, rgba(5, 6, 8, 0.2) 72%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.86) 0%, rgba(5, 6, 8, 0.34) 30%, rgba(5, 6, 8, 0.74) 76%, var(--ink-900) 100%);
}

.hero__glow {
  position: absolute;
  z-index: -1;
  width: 42rem;
  height: 42rem;
  right: -13rem;
  top: 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 29, 36, 0.22), transparent 62%);
  filter: blur(30px);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.hero__content { max-width: 46rem; }

/* Badge ouvert / ferme */
.status {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: rgba(10, 12, 15, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.855rem;
  font-weight: 600;
  color: var(--text);
}

.status__dot {
  position: relative;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--muted-2);
  flex: none;
}

.status.is-open .status__dot { background: var(--ok); }

.status.is-open .status__dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid var(--ok);
  opacity: 0;
  animation: pulse 2.6s var(--ease) infinite;
}

@keyframes pulse {
  0%   { transform: scale(0.6); opacity: 0.9; }
  70%  { transform: scale(1.7); opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}

.hero__title {
  margin-top: 1.5rem;
  font-size: clamp(2.4rem, 1.4rem + 4.4vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.hero__title em {
  font-style: normal;
  background: linear-gradient(100deg, var(--accent-hot), var(--accent) 65%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__sub {
  margin-top: 1.5rem;
  max-width: 36rem;
  font-size: clamp(1.03rem, 0.98rem + 0.32vw, 1.2rem);
  color: #cfd5df;
}

.hero__actions {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero__trust {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.5rem;
  list-style: none;
  max-width: 40rem;
}

.hero__trust li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.885rem;
  font-weight: 500;
  color: #d3d9e2;
}

.hero__trust svg {
  width: 18px; height: 18px;
  flex: none;
  color: var(--accent-hot);
}

.hero__scroll {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(3rem, 8vh, 6rem);
  display: none;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-2);
  writing-mode: vertical-rl;
}

.hero__scroll::after {
  content: "";
  width: 1px;
  height: 54px;
  background: linear-gradient(180deg, var(--accent), transparent);
}

/* --------------------------------------------------------------------------
   7. Bandeau de reperes
   -------------------------------------------------------------------------- */
.strip {
  border-block: 1px solid var(--line-soft);
  background: var(--ink-850);
}

.strip__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.strip__item {
  padding: 1.5rem 1.25rem;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.strip__item:nth-child(2n) { border-right: 0; }
.strip__item:nth-last-child(-n + 2) { border-bottom: 0; }

.strip__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.strip__value {
  margin-top: 0.35rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.015em;
}

.strip__value a { transition: color 0.2s var(--ease); }
.strip__value a:hover { color: var(--accent-hot); }

/* --------------------------------------------------------------------------
   8. Services
   -------------------------------------------------------------------------- */
.services { background: var(--ink-900); }

.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.75rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)) ,
    var(--ink-800);
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease),
              box-shadow 0.4s var(--ease);
}

/* Lueur au survol */
.card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(45rem 22rem at var(--mx, 50%) var(--my, 0%),
              rgba(225, 29, 36, 0.16), transparent 55%);
  opacity: 0;
  transition: opacity 0.45s var(--ease);
  pointer-events: none;
}

.card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 29, 36, 0.4);
  box-shadow: var(--shadow-md);
}
.card:hover::after { opacity: 1; }

.card__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px; height: 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(225, 29, 36, 0.18), rgba(225, 29, 36, 0.02));
  color: var(--accent-hot);
  transition: color 0.35s var(--ease), border-color 0.35s var(--ease),
              transform 0.35s var(--ease);
}
.card__icon svg { width: 24px; height: 24px; }

.card:hover .card__icon {
  transform: translateY(-2px) scale(1.04);
  border-color: var(--accent-line);
}

.card__title {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.card__text {
  position: relative;
  font-size: 0.945rem;
  color: var(--muted);
}

.card__num {
  position: absolute;
  top: 1.35rem;
  right: 1.5rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.16);
}

/* Encart sous les services */
.services__note {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--r-md);
  background: var(--ink-850);
}

.services__note p {
  flex: 1 1 22rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.services__note strong { color: var(--white); font-weight: 600; }

/* --------------------------------------------------------------------------
   9. Pourquoi nous choisir
   -------------------------------------------------------------------------- */
.why {
  position: relative;
  background: var(--ink-850);
  border-top: 1px solid var(--line-soft);
}

.why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

.why__media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3;
  background: var(--ink-800);
}

.why__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out);
}

.why__media:hover img { transform: scale(1.04); }

.why__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(225, 29, 36, 0.14), transparent 42%),
              linear-gradient(0deg, rgba(5, 6, 8, 0.55), transparent 55%);
  pointer-events: none;
}

/* Carte flottante sur l image */
.why__badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: rgba(10, 12, 15, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.why__badge svg { width: 26px; height: 26px; color: var(--accent-hot); flex: none; }

.why__badge-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.98rem;
  color: var(--white);
  line-height: 1.2;
}

.why__badge-sub { font-size: 0.8rem; color: var(--muted); }

.why__list {
  list-style: none;
  padding: 0;
  margin-top: 2.25rem;
  display: grid;
  gap: 1.5rem;
}

.why__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: start;
}

.why__item-icon {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  border: 1px solid var(--accent-line);
  background: var(--accent-soft);
  color: var(--accent-hot);
  flex: none;
}
.why__item-icon svg { width: 21px; height: 21px; }

.why__item h3 { font-size: 1.08rem; margin-bottom: 0.3rem; }
.why__item p { font-size: 0.93rem; color: var(--muted); }

/* --------------------------------------------------------------------------
   10. Processus
   -------------------------------------------------------------------------- */
.process {
  position: relative;
  background: var(--ink-900);
  border-top: 1px solid var(--line-soft);
}

.process__steps {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.step {
  position: relative;
  padding: 2rem 1.75rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--ink-800);
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
}

.step:hover { transform: translateY(-4px); border-color: rgba(225, 29, 36, 0.35); }

.step__bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent-hot), transparent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.6s var(--ease);
}
.step.is-visible .step__bar { transform: scaleY(1); }

.step__num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.22);
  transition: -webkit-text-stroke-color 0.4s var(--ease), color 0.4s var(--ease);
}

.step:hover .step__num { -webkit-text-stroke-color: var(--accent); }

.step__title { margin-top: 1rem; font-size: 1.35rem; }
.step__text { margin-top: 0.6rem; font-size: 0.95rem; color: var(--muted); }

/* --------------------------------------------------------------------------
   11. Avis
   -------------------------------------------------------------------------- */
.reviews {
  background: var(--ink-850);
  border-top: 1px solid var(--line-soft);
}

.reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.rating-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  padding: 2.5rem 1.75rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background:
    radial-gradient(70% 60% at 50% 0%, rgba(225, 29, 36, 0.14), transparent 70%),
    var(--ink-800);
}

.rating-card__score {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 2.5rem + 3.6vw, 5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--white);
}

.rating-card__score span {
  font-size: 0.34em;
  color: var(--muted-2);
  letter-spacing: 0;
}

.stars {
  display: inline-flex;
  gap: 0.22rem;
  color: var(--star);
}
.stars svg { width: 22px; height: 22px; }
.stars .is-half { position: relative; }

.rating-card__count { font-size: 0.95rem; color: var(--muted); }

.rating-card__source {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.rating-card .btn { margin-top: 1.25rem; }

/* Colonne explicative */
.reviews__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 2rem 1.75rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--ink-800);
}

.reviews__panel h3 { font-size: 1.3rem; }
.reviews__panel p { font-size: 0.95rem; color: var(--muted); }

/* Faits verifiables (aucune donnee inventee) */
.reviews__facts {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.reviews__facts li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.7rem;
  font-size: 0.93rem;
  color: var(--muted);
}

.reviews__facts svg {
  width: 17px;
  height: 17px;
  margin-top: 0.28rem;
  color: var(--accent-hot);
}

.reviews__facts strong { color: var(--white); font-weight: 600; }

/* --------------------------------------------------------------------------
   12. Localisation
   -------------------------------------------------------------------------- */
.map-section {
  background: var(--ink-900);
  border-top: 1px solid var(--line-soft);
}

.map__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.map__frame {
  position: relative;
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink-800);
}

.map__frame iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  filter: grayscale(0.4) contrast(1.06) brightness(0.85);
}

.map__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 1.75rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    var(--ink-800);
}

.info-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.info-row__icon {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent-hot);
  flex: none;
}
.info-row__icon svg { width: 20px; height: 20px; }

.info-row__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 0.2rem;
}

.info-row__value {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
  letter-spacing: -0.015em;
}

.info-row__value a { transition: color 0.2s var(--ease); }
.info-row__value a:hover { color: var(--accent-hot); }

/* --------------------------------------------------------------------------
   13. Contact + formulaire
   -------------------------------------------------------------------------- */
.contact {
  position: relative;
  border-top: 1px solid var(--line-soft);
  background-color: var(--ink-1000);
  overflow: hidden;
  isolation: isolate;
}

.contact__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.5;
}

.contact__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(100% 80% at 20% 30%, rgba(5, 6, 8, 0.94), rgba(5, 6, 8, 0.72) 55%),
    linear-gradient(180deg, var(--ink-900), rgba(5, 6, 8, 0.86) 40%, var(--ink-900));
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}

.contact__phone {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 1.1rem + 3.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--white);
  transition: color 0.25s var(--ease);
}

.contact__phone:hover { color: var(--accent-hot); }

.contact__phone-icon {
  display: grid;
  place-items: center;
  width: clamp(48px, 10vw, 62px);
  height: clamp(48px, 10vw, 62px);
  border-radius: 50%;
  background: linear-gradient(140deg, var(--accent-hot), var(--accent));
  color: #fff;
  flex: none;
  box-shadow: var(--glow);
}
.contact__phone-icon svg { width: 46%; height: 46%; }

.contact__actions { margin-top: 2rem; }

.contact__meta {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1.15rem;
}

/* Formulaire */
.form-card {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: rgba(14, 17, 22, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.form-card__title { font-size: 1.35rem; }

.form-card__sub {
  margin-top: 0.5rem;
  margin-bottom: 1.75rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.form { display: grid; gap: 1rem; }

.form__row { display: grid; grid-template-columns: 1fr; gap: 1rem; }

.field { display: grid; gap: 0.45rem; }

.field label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.field label .req { color: var(--accent-hot); }

.field input,
.field textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--white);
  font-size: 1rem;
  transition: border-color 0.25s var(--ease), background-color 0.25s var(--ease),
              box-shadow 0.25s var(--ease);
}

.field textarea { min-height: 130px; resize: vertical; line-height: 1.6; }

.field input::placeholder,
.field textarea::placeholder { color: var(--muted-2); }

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(225, 29, 36, 0.16);
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] { border-color: var(--accent-hot); }

.field__error {
  font-size: 0.8rem;
  color: var(--accent-hot);
  min-height: 0;
}

.form__consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}

.form__consent input {
  width: 18px; height: 18px;
  margin-top: 0.15rem;
  accent-color: var(--accent);
  flex: none;
}

.form__consent a { color: var(--white); text-decoration: underline; text-underline-offset: 2px; }

.form__note {
  font-size: 0.8rem;
  color: var(--muted-2);
  text-align: center;
}

/* Message de retour du formulaire */
.form__feedback {
  display: none;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.55;
  border: 1px solid var(--line);
}

.form__feedback.is-shown { display: flex; }

.form__feedback svg { width: 20px; height: 20px; flex: none; margin-top: 2px; }

.form__feedback[data-tone="ok"] {
  border-color: rgba(52, 210, 123, 0.45);
  background: rgba(52, 210, 123, 0.1);
  color: #c9f5dd;
}
.form__feedback[data-tone="ok"] svg { color: var(--ok); }

.form__feedback[data-tone="warn"] {
  border-color: var(--accent-line);
  background: var(--accent-soft);
  color: #ffd6d4;
}
.form__feedback[data-tone="warn"] svg { color: var(--accent-hot); }

.form__feedback a { color: #fff; font-weight: 700; text-decoration: underline; }

/* --------------------------------------------------------------------------
   14. Horaires
   -------------------------------------------------------------------------- */
.hours-section {
  background: var(--ink-850);
  border-top: 1px solid var(--line-soft);
}

.hours__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
}

.hours-card {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--ink-800);
  overflow: hidden;
}

.hours-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.hours-card__head h3 { font-size: 1.15rem; }

.hours-list { list-style: none; padding: 0.5rem 0; margin: 0; }

.hours-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1.5rem;
  font-size: 0.95rem;
  border-left: 3px solid transparent;
  transition: background-color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.hours-list__day { color: var(--muted); font-weight: 500; }

.hours-list__time {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.01em;
}

.hours-list li[data-closed="true"] .hours-list__time { color: var(--muted-2); font-weight: 600; }

.hours-list li.is-today {
  background: linear-gradient(90deg, var(--accent-soft), transparent 75%);
  border-left-color: var(--accent);
}

.hours-list li.is-today .hours-list__day { color: var(--white); font-weight: 700; }

.hours-list__today-tag {
  display: none;
  margin-left: 0.55rem;
  padding: 0.1rem 0.5rem;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  vertical-align: middle;
}

.hours-list li.is-today .hours-list__today-tag { display: inline-block; }

/* Encart CTA a cote des horaires */
.hours-aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 1.75rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background:
    radial-gradient(80% 60% at 100% 0%, rgba(225, 29, 36, 0.16), transparent 70%),
    var(--ink-800);
}

.hours-aside h3 { font-size: 1.25rem; }
.hours-aside p { font-size: 0.94rem; color: var(--muted); }

/* --------------------------------------------------------------------------
   15. Footer
   -------------------------------------------------------------------------- */
.footer {
  background: var(--ink-1000);
  border-top: 1px solid var(--line);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 2.75rem;
}

.footer__brand { max-width: 22rem; }

.footer__brand .brand { margin-right: 0; margin-bottom: 1.1rem; }

.footer__desc { font-size: 0.93rem; color: var(--muted); }

.footer__addr {
  margin-top: 1.25rem;
  font-style: normal;
  font-size: 0.93rem;
  color: var(--muted);
  line-height: 1.75;
}

.footer__addr a { color: var(--white); font-weight: 600; }
.footer__addr a:hover { color: var(--accent-hot); }

.footer__col-title {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 1.1rem;
}

.footer__links { list-style: none; padding: 0; display: grid; gap: 0.65rem; }

.footer__links a {
  font-size: 0.93rem;
  color: var(--muted);
  transition: color 0.2s var(--ease), padding-left 0.25s var(--ease);
}
.footer__links a:hover { color: var(--white); padding-left: 5px; }

.footer__hours { list-style: none; padding: 0; display: grid; gap: 0.5rem; }

.footer__hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.footer__hours li span:last-child { color: var(--text); font-weight: 600; }

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-block: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--muted-2);
}

.footer__bottom a:hover { color: var(--white); }

/* Reserve la hauteur de la barre d appel fixe sous le footer (mobile). */
@media (max-width: 1023px) {
  .footer__bottom {
    padding-bottom: calc(1.5rem + 74px + env(safe-area-inset-bottom));
  }
}

/* --------------------------------------------------------------------------
   16. Barre CTA mobile
   -------------------------------------------------------------------------- */
.callbar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 95;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  padding: 0.6rem var(--gutter) calc(0.6rem + env(safe-area-inset-bottom));
  background: rgba(8, 10, 13, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  transform: translateY(110%);
  transition: transform 0.4s var(--ease);
}

.callbar.is-shown { transform: translateY(0); }

.callbar .btn { min-height: 50px; padding-inline: 0.9rem; font-size: 0.92rem; }

/* --------------------------------------------------------------------------
   17. Animations au scroll
   -------------------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.32s; }
.reveal[data-delay="5"] { transition-delay: 0.4s; }

/* --------------------------------------------------------------------------
   18. Pages secondaires (mentions legales, confidentialite)
   -------------------------------------------------------------------------- */
.page-head {
  padding-top: calc(var(--header-h) + clamp(3rem, 8vw, 6rem));
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(70% 100% at 15% 0%, rgba(225, 29, 36, 0.14), transparent 65%),
    var(--ink-850);
}

.prose { max-width: 46rem; }
.prose h2 {
  font-size: clamp(1.35rem, 1.1rem + 0.9vw, 1.7rem);
  margin-top: 2.75rem;
  margin-bottom: 0.9rem;
}
.prose h2:first-of-type { margin-top: 0; }
.prose p { color: var(--muted); margin-bottom: 1rem; font-size: 0.98rem; }
.prose ul { color: var(--muted); margin: 0 0 1rem 1.15rem; padding: 0; }
.prose li { margin-bottom: 0.45rem; font-size: 0.98rem; }
.prose a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--accent-hot); }
.prose strong { color: var(--text); }

/* --------------------------------------------------------------------------
   19. Responsive
   -------------------------------------------------------------------------- */

/* Telephones : le nom complet passe sur deux lignes, la baseline est retiree
   pour ne pas passer sous les boutons d appel. */
@media (max-width: 639px) {
  .header .brand__tag { display: none; }

  .header .brand__name {
    white-space: normal;
    overflow: visible;
    font-size: 0.82rem;
    line-height: 1.18;
  }

  .header .brand__mark { width: 34px; height: 34px; border-radius: 10px; }
  .header .brand__mark svg { width: 19px; height: 19px; }
  .header__inner { gap: 0.75rem; }
}

/* Tres petits ecrans : on resserre encore */
@media (max-width: 359px) {
  .header .brand__name { font-size: 0.76rem; }
  .header__actions { gap: 0.4rem; }
}

/* Grands telephones / petites tablettes */
@media (min-width: 480px) {
  .hero__trust { gap: 1rem 2rem; }
  .callbar { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
}

@media (min-width: 640px) {
  .services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
  .process__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
  .form__row--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .strip__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .strip__item { border-bottom: 0; }
  .strip__item:nth-child(2n) { border-right: 1px solid var(--line-soft); }
  .strip__item:last-child { border-right: 0; }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 2rem; }
}

/* Tablette */
@media (min-width: 860px) {
  .reviews__grid { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 1.5rem; }
  .map__grid { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 1.5rem; }
  .map__frame, .map__frame iframe { min-height: 440px; }
  .hours__grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 1.5rem; }
  .why__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem 1.5rem; }
  .contact__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__brand { grid-column: span 1; }
}

/* Desktop : navigation complete, plus de barre mobile */
@media (min-width: 1024px) {
  :root { --header-h: 84px; }

  .nav { display: block; }
  .burger { display: none; }
  .header__call { display: none; }
  .header__phone { display: inline-flex; }
  .mobile-nav { display: none; }
  .callbar { display: none; }

  .services__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero__trust { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .hero__trust li { font-size: 0.86rem; }
  .hero__scroll { display: flex; }
  .brand__name { font-size: 1.02rem; }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1.1fr; }
}

@media (min-width: 1200px) {
  .why__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 5rem; }
  .why__media { aspect-ratio: 5 / 6; }
}

/* --------------------------------------------------------------------------
   20. Preferences utilisateur
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .reveal { opacity: 1; transform: none; }
  .hero__media img { opacity: 1; transform: none; }
  .callbar { transform: translateY(0); }
}

/* Impression */
@media print {
  .header, .mobile-nav, .callbar, .hero__media, .hero__glow,
  .contact__bg, .map__frame { display: none !important; }
  body { background: #fff; color: #000; }
  h1, h2, h3 { color: #000; }
}
