/* couverture-hm-44.fr - design system "faitage"
   Ardoise bleue, zinc, cuivre. Grotesque large en titre, sans humaniste en corps.
   Aucune dependance JS pour la mise en page. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('/assets/fonts/archivo-normal-500-800.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: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3-normal-400-700.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: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3-italic-400.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;
}

:root {
  --ardoise-950: #0f171e;
  --ardoise-900: #17222b;
  --ardoise-800: #22313c;
  --ardoise-600: #46596a;
  --ardoise-400: #7d8f9e;
  --zinc-300:    #b9c3cb;
  --zinc-200:    #d5dce1;
  --zinc-100:    #e9edf0;
  --craie:       #f6f4ef;
  --craie-2:     #eeeae2;
  --cuivre:      #b5623a;
  --cuivre-clair:#d98554;
  --cuivre-pale: #f7e9df;
  --cuivre-sombre:#8a4526;
  --vert:        #2f6b4f;
  --rouge:       #9c3a2f;
  --blanc:       #ffffff;

  --fond:        var(--craie);
  --fond-carte:  var(--blanc);
  --fond-creux:  var(--craie-2);
  --texte:       var(--ardoise-950);
  --texte-doux:  var(--ardoise-600);
  --bordure:     #dcd8cf;
  --accent:      var(--cuivre);
  --accent-texte:var(--cuivre-sombre);

  --display: 'Archivo', 'Arial Narrow', Arial, sans-serif;
  --corps: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --r-s: 6px;
  --r-m: 10px;
  --r-l: 16px;
  --ombre: 0 1px 2px rgba(15, 23, 30, .06), 0 10px 26px -14px rgba(15, 23, 30, .22);
  --ombre-forte: 0 2px 4px rgba(15, 23, 30, .08), 0 28px 54px -24px rgba(15, 23, 30, .32);
  --largeur: 1160px;
  --gouttiere: clamp(1.15rem, 4vw, 2.5rem);
}

@media (prefers-color-scheme: dark) {
  :root {
    --fond:       var(--ardoise-950);
    --fond-carte: var(--ardoise-900);
    --fond-creux: var(--ardoise-800);
    --texte:      #eef2f5;
    --texte-doux: #a3b2be;
    --bordure:    #2c3b47;
    --accent:     var(--cuivre-clair);
    --accent-texte: var(--cuivre-clair);
    --cuivre-pale: #2b1a11;
    --blanc:      var(--ardoise-900);
  }
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--corps);
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--texte);
  background: var(--fond);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--accent-texte); text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }

h1, h2, h3, h4 { font-family: var(--display); line-height: 1.08; margin: 0 0 .55em; letter-spacing: -.02em; font-weight: 700; }
h1 { font-size: clamp(2.2rem, 5.2vw, 3.7rem); font-weight: 800; letter-spacing: -.03em; }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.35rem); font-weight: 700; }
h4 { font-size: 1rem; font-weight: 700; }
p  { margin: 0 0 1.1em; }
strong { font-weight: 700; }

.wrap { max-width: var(--largeur); margin-inline: auto; padding-inline: var(--gouttiere); }
.wrap-etroit { max-width: 760px; margin-inline: auto; padding-inline: var(--gouttiere); }

/* ---------- Barre d'annonce ---------- */
.bandeau {
  background: var(--ardoise-950);
  color: var(--zinc-300);
  font-size: .86rem;
  border-bottom: 3px solid var(--cuivre);
}
.bandeau .wrap { display: flex; gap: 1rem; justify-content: space-between; align-items: center; padding-block: .5rem; flex-wrap: wrap; }
.bandeau strong { color: var(--cuivre-clair); font-weight: 700; }

/* ---------- En-tete ---------- */
.entete {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--fond) 88%, transparent);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--bordure);
}
.entete .wrap { display: flex; align-items: center; gap: 1.5rem; padding-block: .8rem; }

.logo { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; color: var(--texte); font-family: var(--display); font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; white-space: nowrap; }
.logo::before { content: ''; width: 22px; height: 22px; flex: 0 0 auto; background: var(--cuivre); clip-path: polygon(50% 0, 100% 62%, 82% 62%, 82% 100%, 18% 100%, 18% 62%, 0 62%); }
.logo b { color: var(--accent); font-weight: 800; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 1.4rem; }
.nav a { color: var(--texte-doux); text-decoration: none; font-size: .97rem; font-weight: 600; }
.nav a:hover { color: var(--texte); }
.nav-cta {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--cuivre); color: #fff !important;
  padding: .58rem 1.05rem; border-radius: var(--r-s); font-weight: 700; font-size: .95rem;
}
.nav-cta:hover { background: var(--cuivre-sombre); }

.burger { display: none; background: none; border: 1px solid var(--bordure); border-radius: var(--r-s); padding: .5rem .6rem; cursor: pointer; color: var(--texte); font-size: 1.1rem; }

@media (max-width: 900px) {
  .burger { display: block; margin-left: auto; }
  .nav {
    position: absolute; inset: 100% 0 auto 0; margin: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--fond-carte); border-bottom: 1px solid var(--bordure);
    padding: .5rem var(--gouttiere) 1.1rem;
    display: none;
  }
  .nav.ouvert { display: flex; }
  .nav a { padding: .75rem 0; border-bottom: 1px solid var(--bordure); }
  .nav-cta { justify-content: center; margin-top: .9rem; border-bottom: 0 !important; }
}

/* ---------- Hero accueil ---------- */
.hero { position: relative; overflow: hidden; background: var(--ardoise-950); color: #eef2f5; }
.hero::before {
  /* pente de toit : un pan clair en diagonale, rappel graphique sans image */
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(112deg, transparent 0 58%, rgba(70, 89, 106, .35) 58.2% 100%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 6px;
  background: repeating-linear-gradient(90deg, var(--cuivre) 0 48px, transparent 48px 64px);
  opacity: .8;
}
.hero .wrap { position: relative; z-index: 1; padding-block: clamp(3rem, 7vw, 5.2rem); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 940px) { .hero .wrap { grid-template-columns: 1fr; } }

.hero h1 { color: #fff; margin-bottom: .45em; max-width: 14ch; }
.hero h1 em { font-style: normal; color: var(--cuivre-clair); }
.hero-chapo { font-size: clamp(1.08rem, 1.7vw, 1.25rem); color: var(--zinc-300); max-width: 34em; }

.hero-preuves { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; gap: .6rem; }
.hero-preuves li { display: flex; gap: .7rem; align-items: flex-start; color: #dfe6ec; font-size: 1rem; }
.hero-preuves li::before { content: ''; flex: 0 0 auto; width: 10px; height: 10px; margin-top: .5em; background: var(--cuivre-clair); clip-path: polygon(50% 0, 100% 100%, 0 100%); }

.hero-stats { display: flex; gap: 2.2rem; margin-top: 2.2rem; flex-wrap: wrap; }
.hero-stats div { border-top: 3px solid var(--cuivre); padding-top: .6rem; }
.hero-stats b { display: block; font-family: var(--display); font-weight: 800; font-size: 1.9rem; color: #fff; line-height: 1; letter-spacing: -.02em; }
.hero-stats span { font-size: .82rem; color: var(--ardoise-400); letter-spacing: .04em; text-transform: uppercase; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--corps); font-weight: 700; font-size: 1.02rem;
  padding: .85rem 1.5rem; border-radius: var(--r-s); border: 1px solid transparent;
  text-decoration: none; cursor: pointer; transition: transform .12s ease, background .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-cuivre { background: var(--cuivre); color: #fff; }
.btn-cuivre:hover { background: var(--cuivre-sombre); }
.btn-clair { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-clair:hover { border-color: var(--cuivre-clair); color: var(--cuivre-clair); }
.btn-sombre { background: var(--ardoise-950); color: #fff; }
.btn-sombre:hover { background: var(--ardoise-800); }
.btn-bloc { width: 100%; }

/* ---------- Sections ---------- */
section { padding-block: clamp(3rem, 7vw, 5rem); }
.sec-creuse { background: var(--fond-creux); }
.sec-sombre { background: var(--ardoise-950); color: #dfe6ec; }
.sec-sombre h2, .sec-sombre h3 { color: #fff; }
.sec-sombre a { color: var(--cuivre-clair); }

.titre-oeil { font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-texte); margin: 0 0 .8rem; display: flex; align-items: center; gap: .6rem; }
.titre-oeil::before { content: ''; width: 22px; height: 3px; background: var(--cuivre); }
.sec-sombre .titre-oeil { color: var(--cuivre-clair); }
.intro-sec { max-width: 62ch; color: var(--texte-doux); font-size: 1.1rem; }
.sec-sombre .intro-sec { color: #a3b2be; }

/* ---------- Grilles ---------- */
.grille { display: grid; gap: 1.15rem; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .g3, .g4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .g2, .g3, .g4 { grid-template-columns: 1fr; } }

.carte {
  background: var(--fond-carte); border: 1px solid var(--bordure); border-top: 3px solid var(--ardoise-800);
  border-radius: var(--r-m); padding: 1.5rem; box-shadow: var(--ombre);
}
.carte h3 { margin-bottom: .5rem; }
.carte p:last-child { margin-bottom: 0; }
.carte-num { font-family: var(--display); font-weight: 800; font-size: 2.2rem; line-height: 1; color: var(--accent); display: block; margin-bottom: .5rem; letter-spacing: -.03em; }

.carte-lien { text-decoration: none; color: inherit; display: block; transition: box-shadow .15s ease, border-color .15s ease; }
.carte-lien:hover { border-top-color: var(--accent); box-shadow: var(--ombre-forte); }
.carte-lien .fleche { color: var(--accent-texte); font-weight: 700; font-size: .93rem; display: inline-flex; gap: .35rem; align-items: center; margin-top: .8rem; }

/* ---------- Etapes ---------- */
.etapes { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: etape; }
@media (max-width: 900px) { .etapes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .etapes { grid-template-columns: 1fr; } }
.etapes li { counter-increment: etape; padding-top: 1rem; border-top: 3px solid var(--cuivre); }
.etapes li::before { content: counter(etape, decimal-leading-zero); font-family: var(--display); font-weight: 800; font-size: 1.6rem; color: var(--accent); display: block; margin-bottom: .4rem; letter-spacing: -.02em; }
.etapes h3 { font-size: 1.1rem; margin-bottom: .35rem; }
.etapes p { margin: 0; color: var(--texte-doux); font-size: 1rem; }

/* ---------- Tableau prix ---------- */
.tableau-enveloppe { overflow-x: auto; border: 1px solid var(--bordure); border-radius: var(--r-m); background: var(--fond-carte); }
table { width: 100%; border-collapse: collapse; font-size: 1rem; min-width: 520px; }
th, td { text-align: left; padding: .85rem 1.1rem; border-bottom: 1px solid var(--bordure); }
thead th { background: var(--ardoise-950); color: #fff; font-family: var(--display); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
tbody tr:last-child td { border-bottom: 0; }
td b { color: var(--accent-texte); font-variant-numeric: tabular-nums; }
.note-tab { font-size: .88rem; color: var(--texte-doux); margin-top: .8rem; }

/* ---------- Prose editoriale ---------- */
.prose { max-width: 68ch; }
.prose h2 { margin-top: 2.4em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.9em; }
.prose ul, .prose ol { padding-left: 1.25rem; margin: 0 0 1.2em; }
.prose li { margin-bottom: .5em; }
.prose blockquote {
  margin: 1.8em 0; padding: 1.1rem 1.4rem;
  border-left: 4px solid var(--accent); background: var(--cuivre-pale);
  border-radius: 0 var(--r-m) var(--r-m) 0; font-size: 1.04rem;
}
.prose blockquote p:last-child { margin-bottom: 0; }
.prose figure { margin: 2rem 0; }
.prose figure img, .prose img { width: 100%; height: auto; border-radius: var(--r-m); border: 1px solid var(--bordure); }
.prose figcaption { font-size: .88rem; color: var(--texte-doux); margin-top: .5rem; }

.encadre {
  border: 1px solid var(--bordure); border-left: 4px solid var(--accent);
  background: var(--fond-carte); border-radius: 0 var(--r-m) var(--r-m) 0;
  padding: 1.2rem 1.4rem; margin: 1.8em 0;
}
.encadre h4 { margin-bottom: .4rem; }
.encadre p:last-child { margin-bottom: 0; }

/* ---------- Fil d'Ariane ---------- */
.ariane { font-size: .88rem; color: var(--texte-doux); padding-block: 1rem 0; }
.ariane ol { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; }
.ariane li::after { content: '/'; margin-left: .45rem; color: var(--ardoise-400); }
.ariane li:last-child::after { content: ''; }
.ariane a { color: var(--texte-doux); }

/* ---------- FAQ ---------- */
.faq details { border-bottom: 1px solid var(--bordure); padding: 1.05rem 0; }
.faq details[open] summary { color: var(--accent-texte); }
.faq summary { cursor: pointer; font-family: var(--display); font-weight: 700; font-size: 1.05rem; list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.5rem; line-height: 1; color: var(--accent); flex: 0 0 auto; }
.faq details[open] summary::after { content: '\2212'; }
.faq details > *:not(summary) { margin-top: .85rem; color: var(--texte-doux); }
.faq details p:last-child { margin-bottom: 0; }

/* ---------- Communes ---------- */
.communes { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; margin: 0; list-style: none; }
.communes a {
  display: inline-block; text-decoration: none; font-size: .95rem; font-weight: 600;
  padding: .5rem .95rem; border-radius: var(--r-s);
  border: 1px solid var(--bordure); background: var(--fond-carte); color: var(--texte);
}
.communes a:hover { border-color: var(--accent); color: var(--accent-texte); }
.communes .cp { color: var(--texte-doux); font-size: .85em; font-variant-numeric: tabular-nums; }
.secteurs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem 2.4rem; }
@media (max-width: 760px) { .secteurs { grid-template-columns: 1fr; } }
.secteurs h3 { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--texte-doux); margin-bottom: .7rem; }

/* ---------- Formulaire devis ---------- */
.devis { scroll-margin-top: 90px; }
.devis-boite {
  background: var(--fond-carte); border: 1px solid var(--bordure);
  border-radius: var(--r-l); box-shadow: var(--ombre-forte); overflow: hidden;
  color: var(--texte);
}
.devis-tete { background: var(--ardoise-950); color: #fff; padding: 1.4rem 1.7rem; border-bottom: 3px solid var(--cuivre); }
.devis-tete h2, .devis-tete h3 { color: #fff; margin-bottom: .3rem; }
.devis-tete p { color: #a3b2be; margin: 0; font-size: .95rem; }
form.devis-form { padding: 1.7rem; display: grid; gap: 1rem; }

.champ { display: grid; gap: .35rem; }
.champ label { font-size: .88rem; font-weight: 700; color: var(--texte-doux); }
.champ input, .champ select, .champ textarea {
  font: inherit; font-size: 1.02rem; color: var(--texte);
  background: var(--fond); border: 1px solid var(--bordure); border-radius: var(--r-s);
  padding: .72rem .9rem; width: 100%;
}
.champ textarea { min-height: 96px; resize: vertical; }
.champ input:focus, .champ select:focus, .champ textarea:focus {
  outline: 2px solid var(--accent); outline-offset: 1px; border-color: transparent;
}
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 520px) { .duo { grid-template-columns: 1fr; } }

.pot-de-miel { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.consentement {
  border: 1px solid var(--bordure); border-radius: var(--r-m);
  background: var(--fond-creux); padding: 1rem 1.1rem;
}
.consentement label { display: flex; gap: .7rem; align-items: flex-start; font-size: .94rem; line-height: 1.5; cursor: pointer; color: var(--texte); }
.consentement label span { color: var(--texte); }
.consentement input[type=checkbox] { flex: 0 0 auto; width: 20px; height: 20px; margin-top: .1rem; accent-color: var(--cuivre); }
.mention-legale { font-size: .82rem; color: var(--texte-doux); margin: .8rem 0 0; line-height: 1.5; }
.mention-legale a { color: var(--accent-texte); }

.devis-message { font-size: .95rem; padding: .85rem 1rem; border-radius: var(--r-s); display: none; }
.devis-message.ok { display: block; background: #e7f4ec; color: #1c5237; border: 1px solid #b6ddc6; }
.devis-message.ko { display: block; background: #fdecea; color: #8c2c1c; border: 1px solid #f0c2ba; }
@media (prefers-color-scheme: dark) {
  .devis-message.ok { background: #10291d; color: #8fd8ae; border-color: #1f4a34; }
  .devis-message.ko { background: #2c1512; color: #f0a898; border-color: #56241c; }
}

.rassurance { display: flex; flex-wrap: wrap; gap: 1.2rem; font-size: .86rem; color: var(--texte-doux); margin: 0; padding: 0; list-style: none; }
.rassurance li { display: flex; gap: .4rem; align-items: center; }

/* ---------- Bloc devis en 2 colonnes ---------- */
.devis-duo { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(1.6rem, 4vw, 3.2rem); align-items: start; }
@media (max-width: 940px) { .devis-duo { grid-template-columns: 1fr; } }

/* ---------- Pied ---------- */
.pied { background: var(--ardoise-950); color: #a3b2be; padding-block: 3.2rem 2rem; font-size: .95rem; border-top: 6px solid var(--cuivre); }
.pied a { color: var(--zinc-200); text-decoration: none; }
.pied a:hover { color: var(--cuivre-clair); text-decoration: underline; }
.pied h4 { color: #fff; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.pied-grille { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
@media (max-width: 860px) { .pied-grille { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .pied-grille { grid-template-columns: 1fr; } }
.pied ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.pied-bas { border-top: 1px solid #263440; margin-top: 2.4rem; padding-top: 1.4rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .85rem; }

/* ---------- Barre mobile collante ---------- */
.barre-mobile { display: none; }
@media (max-width: 700px) {
  .barre-mobile {
    display: grid; grid-template-columns: 1fr 1fr; gap: .6rem;
    position: fixed; inset: auto 0 0 0; z-index: 50;
    padding: .7rem var(--gouttiere) calc(.7rem + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--fond) 92%, transparent);
    backdrop-filter: blur(12px); border-top: 1px solid var(--bordure);
  }
  .barre-mobile .btn { padding: .8rem 1rem; font-size: .95rem; }
  body { padding-bottom: 4.6rem; }
}

.saut-contenu { position: absolute; left: -9999px; }
.saut-contenu:focus { left: 1rem; top: 1rem; z-index: 99; background: var(--blanc); color: var(--texte); padding: .7rem 1rem; border-radius: var(--r-s); }

/* ---------- Hero compact (pages villes, services et guides) ---------- */
.hero-compact { background: var(--ardoise-950); color: #eef2f5; position: relative; overflow: hidden; }
.hero-compact::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(112deg, transparent 0 66%, rgba(70, 89, 106, .3) 66.2% 100%);
  pointer-events: none;
}
.hero-compact::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 5px;
  background: repeating-linear-gradient(90deg, var(--cuivre) 0 48px, transparent 48px 64px);
  opacity: .8;
}
.hero-compact .wrap { position: relative; z-index: 1; padding-block: clamp(2.2rem, 5vw, 3.4rem) clamp(2.4rem, 5vw, 3.6rem); }
.hero-compact h1 { color: #fff; max-width: 22ch; }
.hero-compact .hero-chapo { color: var(--zinc-300); }
.hero-compact .ariane { color: #7d8f9e; padding-top: 0; padding-bottom: 1.4rem; }
.hero-compact .ariane a { color: #a3b2be; }
.hero-compact .ariane li::after { color: #46596a; }
.fiche-cles { list-style: none; margin: 1.8rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 1.8rem; }
.fiche-cles div { border-top: 3px solid var(--cuivre); padding-top: .6rem; }
.fiche-cles b { display: block; font-family: var(--display); font-weight: 800; font-size: 1.6rem; color: #fff; line-height: 1.1; letter-spacing: -.02em; }
.fiche-cles span { font-size: .78rem; color: var(--ardoise-400); letter-spacing: .04em; text-transform: uppercase; }

/* ---------- Bloc editeur revele au scroll ---------- */
/* Sans JS, la classe js-reveal n'est jamais posee : le bloc reste visible (conformite). */
.bloc-editeur { transition: opacity .55s ease, transform .55s ease; }
.js-reveal .bloc-editeur { opacity: 0; transform: translateY(16px); }
.js-reveal .bloc-editeur.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .bloc-editeur { transition: none; }
  .js-reveal .bloc-editeur { transform: none; }
}
.fiche-editeur {
  margin: 0 0 1.2rem; display: grid; gap: 0;
  border: 1px solid var(--bordure); border-radius: var(--r-m);
  background: var(--fond-carte); overflow: hidden;
}
.fiche-editeur > div { display: grid; grid-template-columns: 13rem 1fr; gap: 1rem; padding: .85rem 1.2rem; border-bottom: 1px solid var(--bordure); }
.fiche-editeur > div:last-child { border-bottom: 0; }
.fiche-editeur dt { font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--texte-doux); font-weight: 700; align-self: center; }
.fiche-editeur dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; }
@media (max-width: 560px) { .fiche-editeur > div { grid-template-columns: 1fr; gap: .2rem; } }
.note-editeur { font-size: .92rem; color: var(--texte-doux); }
