/* ============================================================
   Xav'Elec — feuille de style unique
   Direction : plaque signalétique d'armoire électrique.
   Marine dominant, ambre en marqueur rare, filets de 1 px,
   circuits numérotés 01 → 04 reliés par un fil conducteur.
   ============================================================ */

/* ---------- 0. Polices (auto-hébergées) ----------
   Bricolage Grotesque et Karla sont servies depuis assets/fonts/ et non
   depuis Google Fonts : aucune requête vers un tiers, donc aucune adresse IP
   du visiteur transmise à Google (RGPD). Fichiers woff2 variables, identiques
   à ceux servis par l'API Google Fonts. Licence SIL OFL 1.1, voir
   assets/fonts/OFL-*.txt. Les deux sous-ensembles (latin, latin-ext) sont
   déclarés avec leur unicode-range : le navigateur ne télécharge latin-ext
   que s'il rencontre un caractère qui l'exige.
   -------------------------------------------------------- */

/* Bricolage Grotesque — display, axes opsz + wdth + wght */
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url("assets/fonts/bricolage-grotesque-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url("assets/fonts/bricolage-grotesque-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Karla — corps, axe wght, romain et italique */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/karla-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/karla-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Karla";
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/karla-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Karla";
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/karla-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- 1. Jetons ---------- */
:root {
  /* Couleurs (OKLCH — neutres tintés vers le bleu de marque) */
  --marine:        oklch(0.28 0.075 262);
  --marine-fonce:  oklch(0.22 0.062 262);
  --marine-clair:  oklch(0.40 0.070 262);
  --ambre:         oklch(0.79 0.152 72);
  --ambre-vif:     oklch(0.72 0.168 62);
  --ambre-pale:    oklch(0.95 0.045 84);
  --signal:        oklch(0.58 0.185 27);

  --papier:        oklch(0.985 0.004 262);
  --papier-2:      oklch(0.955 0.008 262);
  --trait:         oklch(0.885 0.012 262);
  --trait-fort:    oklch(0.80 0.020 262);
  --encre:         oklch(0.26 0.030 262);
  --encre-doux:    oklch(0.47 0.026 262);
  --sur-fonce:     oklch(0.965 0.008 262);
  --sur-fonce-doux:oklch(0.80 0.022 262);

  /* Typographie */
  --display: "Bricolage Grotesque", "Trebuchet MS", sans-serif;
  --corps:   "Karla", "Segoe UI", sans-serif;

  --t-xs:  0.8125rem;
  --t-s:   0.9375rem;
  --t-m:   1.0625rem;
  --t-l:   clamp(1.25rem, 0.9rem + 1.1vw, 1.6rem);
  --t-xl:  clamp(1.75rem, 1.15rem + 2.3vw, 2.9rem);
  --t-2xl: clamp(2.35rem, 1.2rem + 4.6vw, 4.9rem);

  /* Espace (échelle 4 pt) */
  --e-2xs: 4px;  --e-xs: 8px;  --e-s: 12px;  --e-m: 16px;
  --e-l: 24px;   --e-xl: 32px; --e-2xl: 48px; --e-3xl: 64px; --e-4xl: 96px;
  --gouttiere: clamp(20px, 5vw, 64px);
  --largeur: 1180px;

  /* Mouvement */
  --sortie: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- 2. Socle ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--papier);
  color: var(--encre);
  font: 400 var(--t-m)/1.65 var(--corps);
  font-feature-settings: "kern", "liga", "onum";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 800;
  font-variation-settings: "wdth" 92;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}
h2 { font-size: var(--t-xl); }
h3 { font-size: var(--t-l); font-weight: 700; line-height: 1.12; }
p  { margin: 0; max-width: 68ch; }
a  { color: inherit; }

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

.skip {
  position: fixed; top: -100px; left: var(--e-m); z-index: 90;
  background: var(--marine); color: var(--sur-fonce);
  padding: var(--e-s) var(--e-m); text-decoration: none; font-weight: 700;
}
.skip:focus { top: var(--e-m); }

.reveal { opacity: 0; transform: translateY(14px); }
.reveal.vu {
  opacity: 1; transform: none;
  transition: opacity 0.7s var(--sortie), transform 0.7s var(--sortie);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ---------- 3. Boutons ---------- */
.btn {
  --fond: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: var(--e-xs);
  padding: 14px var(--e-l);
  background: var(--fond);
  font: 700 var(--t-s)/1 var(--corps);
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: transform 0.25s var(--sortie), background-color 0.25s, border-color 0.25s, color 0.25s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--or       { --fond: var(--ambre); color: var(--marine-fonce); }
.btn--or:hover { --fond: var(--ambre-vif); }
.btn--marine   { --fond: var(--marine); color: var(--sur-fonce); }
.btn--marine:hover { --fond: var(--marine-fonce); }
.btn--fantome  { color: var(--sur-fonce); border-color: color-mix(in oklch, var(--sur-fonce) 45%, transparent); }
.btn--fantome:hover { border-color: var(--sur-fonce); background: color-mix(in oklch, var(--sur-fonce) 10%, transparent); }
.btn--bloc     { width: 100%; padding-block: var(--e-m); font-size: var(--t-m); }

/* ---------- 4. Bandeau ---------- */
.bandeau {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in oklch, var(--papier) 88%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--trait);
  transition: box-shadow 0.3s, padding 0.3s;
}
.bandeau--bas { box-shadow: 0 1px 24px -12px oklch(0.28 0.075 262 / 0.5); }

.bandeau__in {
  max-width: var(--largeur); margin-inline: auto;
  padding: var(--e-s) var(--gouttiere);
  display: flex; align-items: center; gap: var(--e-l);
}

.marque { display: flex; align-items: center; gap: var(--e-s); text-decoration: none; margin-right: auto; }
.marque img {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--trait);
  object-fit: cover;
  transition: width 0.3s var(--sortie), height 0.3s var(--sortie);
}
.bandeau--bas .marque img { width: 38px; height: 38px; }
.marque b {
  display: block; font-family: var(--display); font-weight: 800;
  font-size: 1.2rem; letter-spacing: -0.02em; color: var(--marine);
}
.marque small {
  display: block; font-size: var(--t-xs); color: var(--encre-doux);
  letter-spacing: 0.06em; text-transform: uppercase;
}

.nav { display: flex; gap: var(--e-l); }
.nav a {
  font-size: var(--t-s); font-weight: 600; text-decoration: none;
  color: var(--encre-doux); padding-block: var(--e-2xs);
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav a:hover { color: var(--marine); border-bottom-color: var(--ambre); }

.btn--tel {
  --fond: var(--marine); color: var(--sur-fonce);
  padding: 11px var(--e-m); font-variant-numeric: tabular-nums;
}
.btn--tel:hover { --fond: var(--marine-fonce); }
.btn--tel svg { width: 17px; height: 17px; fill: var(--ambre); flex: none; }

@media (max-width: 940px) {
  .nav { display: none; }
}
@media (max-width: 520px) {
  .btn--tel span { display: none; }
  .btn--tel { padding: 12px; }
  .btn--tel svg { width: 20px; height: 20px; }
}

/* ---------- 5. Hero ---------- */
.hero {
  background: var(--marine);
  color: var(--sur-fonce);
  position: relative;
  overflow: hidden;
}
/* trame discrète de schéma électrique */
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, color-mix(in oklch, var(--sur-fonce) 6%, transparent) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in oklch, var(--sur-fonce) 6%, transparent) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(120% 90% at 78% 12%, black, transparent 72%);
  pointer-events: none;
}

.hero__in {
  position: relative;
  max-width: var(--largeur); margin-inline: auto;
  padding: clamp(48px, 8vw, 104px) var(--gouttiere) clamp(40px, 6vw, 72px);
  display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px); align-items: center;
}

.kicker {
  font-size: var(--t-xs); font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ambre);
  margin-bottom: var(--e-m);
  display: flex; align-items: center; gap: var(--e-s);
}
.kicker::before {
  content: ""; width: 34px; height: 1px; background: var(--ambre); flex: none;
}

.hero h1 {
  font-size: var(--t-2xl);
  font-variation-settings: "wdth" 86;
  letter-spacing: -0.035em;
  margin-bottom: var(--e-l);
}
.hero h1 .pt { color: var(--ambre); }

.hero__sub {
  font-size: clamp(1.0625rem, 0.95rem + 0.35vw, 1.2rem);
  line-height: 1.7;
  color: var(--sur-fonce-doux);
  max-width: 54ch;
}
.hero__sub strong { color: var(--sur-fonce); font-weight: 700; }

.hero__cta { display: flex; flex-wrap: wrap; gap: var(--e-s); margin-top: var(--e-xl); }

.hero__preuves {
  list-style: none; margin: var(--e-xl) 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: var(--e-xs) var(--e-l);
  font-size: var(--t-s); color: var(--sur-fonce-doux);
}
.hero__preuves li { display: flex; align-items: center; gap: var(--e-xs); }
.hero__preuves li::before {
  content: ""; width: 6px; height: 6px; background: var(--ambre);
  transform: rotate(45deg); flex: none;
}

.hero__logo { margin: 0; }
.hero__logo img {
  width: 100%; max-width: 340px; margin-inline: auto;
  border-radius: 50%;
  background: var(--papier);
  padding: 10px;
  box-shadow: 0 30px 70px -30px oklch(0.15 0.05 262 / 0.9);
}

.hero__urgence {
  position: relative;
  border-top: 1px solid color-mix(in oklch, var(--sur-fonce) 16%, transparent);
  background: var(--marine-fonce);
  padding: var(--e-m) var(--gouttiere);
  font-size: var(--t-s);
}
.hero__urgence-in {
  max-width: var(--largeur); margin-inline: auto;
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--e-s) var(--e-m);
}
.hero__urgence p { color: var(--sur-fonce-doux); max-width: 72ch; margin: 0; }
.hero__urgence a {
  font-family: var(--display); font-weight: 700; font-size: var(--t-m);
  color: var(--ambre); text-decoration: none;
  font-variant-numeric: tabular-nums;
  border-bottom: 1px solid color-mix(in oklch, var(--ambre) 45%, transparent);
}
.hero__urgence a:hover { border-bottom-color: var(--ambre); }

.voyant {
  width: 9px; height: 9px; border-radius: 50%; flex: none;
  background: var(--signal);
  box-shadow: 0 0 0 0 color-mix(in oklch, var(--signal) 60%, transparent);
  animation: pouls 2.6s ease-out infinite;
}
@keyframes pouls {
  0%   { box-shadow: 0 0 0 0 color-mix(in oklch, var(--signal) 55%, transparent); }
  70%  { box-shadow: 0 0 0 10px color-mix(in oklch, var(--signal) 0%, transparent); }
  100% { box-shadow: 0 0 0 0 color-mix(in oklch, var(--signal) 0%, transparent); }
}
@media (prefers-reduced-motion: reduce) { .voyant { animation: none; } }

@media (max-width: 860px) {
  .hero__in { grid-template-columns: 1fr; }
  .hero__logo { order: -1; }
  .hero__logo img { max-width: 190px; }
  .hero__preuves { flex-direction: column; gap: var(--e-xs); }
}

/* ---------- 6. Sections ---------- */
.section {
  max-width: none;
  padding: clamp(56px, 8vw, 112px) var(--gouttiere);
}
.section > * { max-width: var(--largeur); margin-inline: auto; }

.section--fonce { background: var(--marine); color: var(--sur-fonce); }
.section--fonce h2, .section--fonce h3 { color: var(--sur-fonce); }
.section--fonce p { color: var(--sur-fonce-doux); }
.section--claire { background: var(--papier-2); }

.section__tete { margin-bottom: clamp(32px, 5vw, 64px); }
.section__tete h2 { max-width: 24ch; }
.section__tete p {
  margin-top: var(--e-m);
  font-size: clamp(1.0625rem, 1rem + 0.3vw, 1.175rem);
  color: var(--encre-doux); max-width: 62ch;
}
/* même sélecteur, fond inversé : sans ce rattrapage l'encre foncée
   se retrouverait sur le marine (illisible) */
.section--fonce .section__tete p { color: var(--sur-fonce-doux); }

/* ---------- 7. Circuits 01 → 04 ---------- */
.circuits { position: relative; }

.circuit {
  max-width: var(--largeur); margin-inline: auto;
  display: grid; grid-template-columns: 132px minmax(0, 1fr);
  gap: 0 var(--e-xl);
  padding-block: clamp(28px, 4vw, 44px);
  border-top: 1px solid var(--trait);
  position: relative;
}
.circuit:first-of-type { border-top: 1px solid var(--trait-fort); }
.circuit:last-of-type { border-bottom: 1px solid var(--trait-fort); }

/* le fil conducteur : 1 px, avec un nœud ambre à chaque circuit */
.circuit::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 62px;
  width: 1px; background: var(--trait);
}
.circuit:first-of-type::before { top: 50%; }
.circuit:last-of-type::before { bottom: 50%; }
.circuit::after {
  content: ""; position: absolute; top: calc(clamp(28px, 4vw, 44px) + 0.42em);
  left: 57px; width: 11px; height: 11px; border-radius: 50%;
  background: var(--ambre); box-shadow: 0 0 0 4px var(--papier);
}

.circuit__n {
  font-family: var(--display); font-weight: 800;
  font-variation-settings: "wdth" 78;
  font-size: clamp(2.4rem, 1.6rem + 2.4vw, 3.6rem);
  line-height: 0.85;
  color: var(--trait-fort);
  letter-spacing: -0.04em;
  margin: 0; grid-column: 1;
  font-variant-numeric: tabular-nums;
  transition: color 0.4s;
}
.circuit:hover .circuit__n { color: var(--marine); }

.circuit__corps { grid-column: 2; }
.circuit__corps > p {
  margin-top: var(--e-s); color: var(--encre-doux); max-width: 58ch;
}

.liste {
  list-style: none; margin: var(--e-l) 0 0; padding: 0;
  columns: 2; column-gap: var(--e-2xl);
  font-size: var(--t-s);
}
.liste li {
  break-inside: avoid;
  padding: 7px 0 7px var(--e-l);
  position: relative;
  border-bottom: 1px solid color-mix(in oklch, var(--trait) 55%, transparent);
}
.liste li::before {
  content: ""; position: absolute; left: 0; top: 1.05em;
  width: 11px; height: 1px; background: var(--ambre-vif);
}

@media (max-width: 780px) {
  .circuit { grid-template-columns: 1fr; gap: var(--e-xs); }
  .circuit::before, .circuit::after { display: none; }
  .circuit__n { grid-column: 1; font-size: 1.5rem; color: var(--ambre-vif); margin-bottom: var(--e-2xs); }
  .circuit__corps { grid-column: 1; }
  .liste { columns: 1; }
}

/* ---------- 8. Étapes ---------- */
.etapes {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--e-xl);
  counter-reset: etape;
}
.etapes li {
  padding-top: var(--e-l);
  border-top: 1px solid color-mix(in oklch, var(--sur-fonce) 22%, transparent);
}
.etapes h3 { display: flex; align-items: baseline; gap: var(--e-s); font-size: var(--t-l); }
.etapes h3 span {
  font-variation-settings: "wdth" 78;
  color: var(--ambre); font-size: 0.95em;
  font-variant-numeric: tabular-nums;
}
.etapes p { margin-top: var(--e-s); font-size: var(--t-s); line-height: 1.7; }

/* ---------- 9. Zone d'intervention ---------- */
.zone {
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.zone__txt p { margin-top: var(--e-m); color: var(--encre-doux); }
.zone__note { font-size: var(--t-s); }
.zone__txt .btn { margin-top: var(--e-l); }

/* gap de 1 px dessiné par chaque cellule : la dernière ligne incomplète
   ne laisse donc aucune case fantôme */
.communes {
  list-style: none; margin: 0; padding: 1px 0 0 1px;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1px;
}
.communes li {
  background: var(--papier);
  box-shadow: 0 0 0 1px var(--trait);
  padding: var(--e-s) var(--e-m);
  font-size: var(--t-s);
  font-weight: 600;
  color: var(--encre-doux);
  transition: background-color 0.25s, color 0.25s;
}
.communes li:first-child { color: var(--marine); background: var(--ambre-pale); }
.communes li:hover { background: var(--marine); color: var(--sur-fonce); z-index: 1; }

@media (max-width: 780px) { .zone { grid-template-columns: 1fr; } }

/* ---------- 10. Raisons ---------- */
.raisons {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: var(--e-2xl) var(--e-4xl);
}
.raisons h3 { font-size: var(--t-l); max-width: 22ch; }
.raisons h3::after {
  content: ""; display: block; width: 28px; height: 2px;
  background: var(--ambre); margin-top: var(--e-s);
}
.raisons p { margin-top: var(--e-s); color: var(--encre-doux); font-size: var(--t-s); line-height: 1.72; }

/* ---------- 11. FAQ ---------- */
.faq { border-top: 1px solid var(--trait-fort); }
.faq details {
  border-bottom: 1px solid var(--trait);
}
.faq summary {
  list-style: none; cursor: pointer;
  padding: var(--e-l) var(--e-xl) var(--e-l) 0;
  font-family: var(--display); font-weight: 700; font-size: var(--t-l);
  font-variation-settings: "wdth" 92;
  letter-spacing: -0.015em;
  color: var(--marine);
  position: relative;
  transition: color 0.2s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--ambre-vif); }
.faq summary::after {
  content: ""; position: absolute; right: 4px; top: calc(50% - 1px);
  width: 15px; height: 2px; background: currentColor;
}
.faq summary::before {
  content: ""; position: absolute; right: 10.5px; top: calc(50% - 7.5px);
  width: 2px; height: 15px; background: currentColor;
  transition: transform 0.3s var(--sortie), opacity 0.2s;
}
.faq details[open] summary::before { transform: rotate(90deg); opacity: 0; }
.faq details > div { padding: 0 var(--e-xl) var(--e-l) 0; }
.faq details > div p { color: var(--encre-doux); font-size: var(--t-s); line-height: 1.75; }

/* ---------- 12. Contact ---------- */
/* Pas de formulaire : le client ne veut être joint que par téléphone
   ou par e-mail. Les deux moyens sont donc traités comme les objets
   principaux de la section, numéro écrit en grand et cliquable. */
.contact {
  display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}
.contact__accroche { margin-top: var(--e-m); max-width: 44ch; }
.section--fonce .contact__signe {
  margin-top: var(--e-l);
  font-family: var(--display); font-weight: 700; font-size: var(--t-m);
  font-variation-settings: "wdth" 92;
  color: var(--ambre);
}

.contact__actions { display: grid; gap: var(--e-s); }

.action {
  display: grid; gap: var(--e-xs);
  padding: var(--e-l) clamp(20px, 2.5vw, 32px);
  text-decoration: none;
  border: 1px solid color-mix(in oklch, var(--sur-fonce) 22%, transparent);
  border-radius: 3px;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s var(--sortie);
}
.action__label {
  display: flex; align-items: center; gap: var(--e-xs);
  font-size: var(--t-xs); font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ambre);
}
.action__label svg {
  width: 15px; height: 15px; flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linejoin: round;
}
.action--tel .action__label svg { fill: currentColor; stroke: none; }

.action__valeur {
  font-family: var(--display); font-weight: 800;
  font-variation-settings: "wdth" 88;
  font-size: clamp(1.7rem, 1.1rem + 2.1vw, 2.55rem);
  line-height: 1.05; letter-spacing: -0.03em;
  color: var(--sur-fonce);
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.action__valeur--mail {
  font-size: clamp(1.0625rem, 0.75rem + 1.35vw, 1.5rem);
  letter-spacing: -0.015em;
}
.action__note { font-size: var(--t-xs); color: var(--sur-fonce-doux); line-height: 1.55; }

.action--tel {
  background: color-mix(in oklch, var(--ambre) 14%, transparent);
  border-color: color-mix(in oklch, var(--ambre) 55%, transparent);
}
.action--tel:hover, .action--tel:focus-visible {
  background: var(--ambre); border-color: var(--ambre); transform: translateY(-2px);
}
.action--tel:hover .action__label, .action--tel:focus-visible .action__label,
.action--tel:hover .action__valeur, .action--tel:focus-visible .action__valeur,
.action--tel:hover .action__note, .action--tel:focus-visible .action__note {
  color: var(--marine-fonce);
}

.action--mail:hover, .action--mail:focus-visible {
  background: color-mix(in oklch, var(--sur-fonce) 8%, transparent);
  border-color: var(--sur-fonce); transform: translateY(-2px);
}

.action--adresse { border-style: dashed; }
.action__adr {
  font-size: var(--t-m); font-weight: 600; color: var(--sur-fonce);
  line-height: 1.45; margin: 0;
}
.section--fonce .action--adresse .action__adr { color: var(--sur-fonce); }

.lien-fb {
  display: inline-block; margin-top: var(--e-xs);
  font-size: var(--t-s); font-weight: 700; color: var(--ambre);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in oklch, var(--ambre) 40%, transparent);
}
.lien-fb:hover { border-bottom-color: var(--ambre); }

@media (max-width: 860px) {
  .contact { grid-template-columns: 1fr; }
}

/* ---------- 13. Pied ---------- */
.pied {
  background: var(--marine-fonce); color: var(--sur-fonce-doux);
  padding: clamp(40px, 5vw, 64px) var(--gouttiere) var(--e-l);
  font-size: var(--t-s);
}
.pied__in {
  max-width: var(--largeur); margin-inline: auto;
  display: flex; flex-wrap: wrap; gap: var(--e-xl); justify-content: space-between;
  padding-bottom: var(--e-l);
  border-bottom: 1px solid color-mix(in oklch, var(--sur-fonce) 15%, transparent);
}
.pied__marque { display: flex; gap: var(--e-m); align-items: center; }
.pied__marque img { width: 58px; height: 58px; border-radius: 50%; flex: none; }
.pied__marque b { font-family: var(--display); font-size: 1.15rem; color: var(--sur-fonce); }
.pied__nav { display: flex; flex-wrap: wrap; gap: var(--e-s) var(--e-l); align-items: flex-start; }
.pied__nav a { text-decoration: none; font-weight: 600; }
.pied__nav a:hover { color: var(--ambre); }
.pied__bas {
  max-width: var(--largeur); margin: var(--e-l) auto 0;
  display: flex; flex-wrap: wrap; gap: var(--e-xs) var(--e-l); justify-content: space-between;
  font-size: var(--t-xs); color: color-mix(in oklch, var(--sur-fonce) 60%, transparent);
}
.pied__bas a { color: var(--ambre); text-decoration: none; }
.pied__bas a:hover { border-bottom: 1px solid var(--ambre); }

/* ---------- 14. Barre d'appel mobile ---------- */
.appel-mobile { display: none; }
@media (max-width: 720px) {
  body { padding-bottom: 76px; }
  .appel-mobile {
    display: grid; grid-template-columns: 1.6fr 1fr; gap: var(--e-xs);
    position: fixed; inset: auto 0 0 0; z-index: 70;
    padding: var(--e-s) var(--e-s) calc(var(--e-s) + env(safe-area-inset-bottom));
    background: color-mix(in oklch, var(--papier) 92%, transparent);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--trait);
  }
  .appel-mobile .btn { padding-block: 15px; }
}

/* ---------- 15. Pages de contenu (mentions légales) ---------- */
.doc {
  max-width: 74ch; margin-inline: auto;
  padding: clamp(48px, 7vw, 88px) var(--gouttiere) clamp(56px, 8vw, 96px);
}
.doc h1 { font-size: var(--t-xl); color: var(--marine); }
.doc h2 {
  font-size: var(--t-l); color: var(--marine);
  margin-top: var(--e-2xl); padding-top: var(--e-m);
  border-top: 1px solid var(--trait);
}
.doc p, .doc li { color: var(--encre-doux); font-size: var(--t-s); line-height: 1.75; }
.doc p, .doc ul { margin-top: var(--e-s); }
.doc ul { padding-left: var(--e-l); }
.doc a { color: var(--marine); text-decoration-color: var(--ambre); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.doc .retour {
  display: inline-block; margin-bottom: var(--e-l);
  font-size: var(--t-s); font-weight: 700; text-decoration: none; color: var(--encre-doux);
}
.doc .retour:hover { color: var(--marine); }
.doc__aremplir {
  background: var(--ambre-pale); color: var(--marine-fonce);
  padding: var(--e-2xs) var(--e-xs); border-radius: 2px;
  font-weight: 700; font-size: 0.95em;
}
