/* ═══════════════════════════════════════════════════════════
   Renove Toiture 29 — feuille de style des pages secondaires
   (villes & prestations). Reprend les tokens de la page d'accueil.
   ═══════════════════════════════════════════════════════════ */

:root {
  --bg: #FBF9F5;
  --surface: #FFFFFF;
  --surface-2: #F3EEE6;
  --ink: #221B14;
  --ink-soft: #4A4032;
  --muted: #7B7161;
  --line: #E9E1D5;
  --line-strong: #D7CDBB;
  --accent: #B0552F;
  --accent-deep: #833E1F;
  --accent-soft: #F6E7DE;
  --sun: #E6A23C;
  --sun-soft: #FAEEDA;
  --shadow-sm: 0 1px 2px rgba(34,27,20,.05), 0 1px 3px rgba(34,27,20,.06);
  --shadow-md: 0 10px 28px rgba(34,27,20,.09), 0 2px 6px rgba(34,27,20,.05);
  --shadow-lg: 0 28px 64px rgba(34,27,20,.16);
  --radius: 18px;
  --radius-lg: 28px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0; overflow-x: clip;
  font-family: 'Figtree', system-ui, -apple-system, sans-serif;
  font-size: 17px; line-height: 1.65;
  color: var(--ink); background: var(--bg);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4 { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
::selection { background: var(--sun); color: var(--ink); }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.container--narrow { max-width: 860px; }
@media (max-width: 640px) { .container { padding: 0 20px; } }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 12px 0; font-size: 14px; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

.display { font-family: 'Bricolage Grotesque', 'Figtree', sans-serif; font-weight: 600; letter-spacing: -.02em; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-deep); font-weight: 700; }
.eyebrow::before { content: "✦"; color: var(--sun); font-size: 12px; }

/* ═══════════ NAV ═══════════ */
.nav { position: sticky; top: 0; z-index: 80; background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand svg { flex: none; }
.brand-text { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: -.01em; white-space: nowrap; color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--ink-soft); padding: 9px 13px; border-radius: 999px; transition: color .15s, background .15s; }
.nav-links a:hover { color: var(--accent-deep); background: var(--accent-soft); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 999px; background: var(--accent); color: #fff; border: 1px solid var(--accent); font-size: 14.5px; font-weight: 600; white-space: nowrap; transition: transform .15s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-1px); background: var(--accent-deep); }
.nav-cta svg { width: 14px; height: 14px; fill: currentColor; }
@media (max-width: 900px) { .nav-links { display: none; } }
@media (max-width: 520px) { .nav-cta span { display: none; } .nav-cta { padding: 11px 13px; } }

/* ═══════════ HERO DE PAGE ═══════════ */
.page-hero { position: relative; color: #fff; overflow: hidden; isolation: isolate; padding: 74px 0 66px; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(34,27,20,.78) 0%, rgba(34,27,20,.62) 55%, rgba(34,27,20,.8) 100%); }
.page-hero-media { position: absolute; inset: 0; z-index: -2; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .eyebrow { color: var(--sun); }
.page-hero .eyebrow::before { color: var(--sun); }
.page-hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 650; font-size: clamp(31px, 4.6vw, 52px); line-height: 1.06; letter-spacing: -.025em; margin: 16px 0 0; max-width: 800px; text-wrap: balance; }
.page-hero-lead { font-size: 17.5px; line-height: 1.65; color: rgba(255,255,255,.86); margin: 20px 0 0; max-width: 620px; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.page-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; font-size: 14.5px; color: rgba(255,255,255,.82); }
.page-hero-meta b { color: #fff; }
.meta-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.42); }
.stars { display: inline-flex; gap: 2px; }
.star { width: 15px; height: 15px; fill: var(--sun); }

/* ═══════════ FIL D'ARIANE ═══════════ */
.crumbs { font-size: 13.5px; color: rgba(255,255,255,.72); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.crumbs a { color: rgba(255,255,255,.72); }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs span[aria-current] { color: #fff; }
.crumbs-sep { opacity: .5; }

/* ═══════════ BOUTONS ═══════════ */
.btn-primary { display: inline-flex; align-items: center; gap: 11px; padding: 16px 28px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 16px; font-weight: 600; box-shadow: 0 12px 30px rgba(176,85,47,.42); border: none; transition: transform .15s ease, background .15s ease; }
.btn-primary:hover { transform: translateY(-2px); background: var(--accent-deep); }
.btn-primary svg { width: 17px; height: 17px; fill: currentColor; }
.btn-ghost { display: inline-flex; align-items: center; gap: 9px; padding: 15px 25px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.5); color: #fff; font-size: 15px; font-weight: 500; background: rgba(255,255,255,.08); transition: border-color .15s, background .15s, transform .15s; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.18); transform: translateY(-2px); }
.btn-outline { display: inline-flex; align-items: center; gap: 9px; padding: 14px 24px; border-radius: 999px; border: 1.5px solid var(--line-strong); color: var(--accent-deep); font-size: 15px; font-weight: 600; background: var(--surface); transition: border-color .15s, background .15s, transform .15s; }
.btn-outline:hover { border-color: var(--accent); background: var(--accent-soft); transform: translateY(-2px); }

/* ═══════════ SECTIONS ═══════════ */
section { padding: 78px 0; }
.section-head { margin-bottom: 46px; }
.section-head.center { text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 650; font-size: clamp(26px, 3.3vw, 39px); line-height: 1.1; letter-spacing: -.02em; margin: 14px 0 0; max-width: 760px; text-wrap: balance; }
.section-head.center .section-title, .section-head.center .section-lead { margin-left: auto; margin-right: auto; }
.section-lead { font-size: 17px; color: var(--muted); margin: 18px 0 0; max-width: 640px; line-height: 1.65; }
.section--alt { background: var(--surface-2); }

/* ═══════════ TEXTE RÉDACTIONNEL ═══════════ */
.prose { max-width: 760px; }
.prose p { margin: 0 0 18px; color: var(--ink-soft); }
.prose p:last-child { margin-bottom: 0; }
.prose h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 650; font-size: clamp(24px, 2.9vw, 33px); line-height: 1.15; letter-spacing: -.02em; margin: 46px 0 16px; text-wrap: balance; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 650; font-size: 20px; letter-spacing: -.01em; margin: 32px 0 10px; color: var(--accent-deep); }
.prose ul { margin: 0 0 18px; padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 27px; margin-bottom: 10px; color: var(--ink-soft); }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--sun); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a:not(.btn-primary):not(.btn-outline) { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: var(--line-strong); }
.prose a:not(.btn-primary):not(.btn-outline):hover { text-decoration-color: var(--accent); }

/* ═══════════ ENCART D'APPEL ═══════════ */
.callout { background: var(--accent-soft); border: 1px solid #EBD3C5; border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 24px 26px; margin: 32px 0; }
.callout b { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 650; color: var(--accent-deep); margin-bottom: 6px; }
.callout p { margin: 0; font-size: 15.5px; color: var(--ink-soft); }

/* ═══════════ CARTES ═══════════ */
.cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.cards--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; display: flex; flex-direction: column; transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease); }
a.card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-ic { width: 46px; height: 46px; border-radius: 14px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; margin-bottom: 18px; }
.card-ic svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 19px; font-weight: 650; letter-spacing: -.01em; margin-bottom: 9px; }
.card p { font-size: 15.5px; color: var(--muted); margin: 0; line-height: 1.6; }
.card-link { margin-top: 16px; font-size: 14.5px; font-weight: 600; color: var(--accent-deep); display: inline-flex; align-items: center; gap: 7px; }
.card-link svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s var(--ease); }
a.card:hover .card-link svg { transform: translateX(4px); }
@media (max-width: 900px) { .cards, .cards--2 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 600px) { .cards, .cards--2 { grid-template-columns: 1fr; } }

/* ═══════════ GALERIE ═══════════ */
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--surface-2); box-shadow: var(--shadow-sm); }
.gallery img { display: block; width: 100%; height: 260px; object-fit: cover; transition: transform .5s var(--ease); }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption { font-size: 13.5px; color: var(--muted); padding: 12px 15px 14px; background: var(--surface); }
@media (max-width: 860px) { .gallery { grid-template-columns: repeat(2, minmax(0,1fr)); } .gallery img { height: 210px; } }
@media (max-width: 560px) { .gallery { grid-template-columns: 1fr; } }

/* ═══════════ FAQ ═══════════ */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 44px 22px 0; position: relative; font-family: 'Bricolage Grotesque', sans-serif; font-size: 17.5px; font-weight: 600; letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 11px; height: 11px; margin-top: -7px; border-right: 2.2px solid var(--accent); border-bottom: 2.2px solid var(--accent); transform: rotate(45deg); transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq details p { margin: 0 0 22px; color: var(--ink-soft); font-size: 16px; max-width: 700px; }

/* ═══════════ PUCES DE COMMUNES / LIENS ═══════════ */
.chips { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 9px; }
.chips li a, .chips li span { display: inline-block; padding: 9px 16px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: 14.5px; color: var(--ink-soft); transition: border-color .18s, background .18s, color .18s; }
.chips li a:hover { border-color: var(--accent); background: var(--accent-soft); color: var(--accent-deep); }
.chips li.is-home span { background: var(--accent); border-color: var(--accent); color: #fff; font-weight: 600; }

/* ═══════════ BLOC AVIS ═══════════ */
.quote { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 34px; box-shadow: var(--shadow-sm); max-width: 760px; }
.quote blockquote { margin: 14px 0 0; font-size: 18px; line-height: 1.6; color: var(--ink); font-style: italic; }
.quote figcaption { margin-top: 18px; font-size: 14.5px; color: var(--muted); }
.quote figcaption b { color: var(--ink); font-style: normal; font-weight: 600; }

/* ═══════════ BANDEAU CTA ═══════════ */
.cta-band { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 52px 48px; display: grid; grid-template-columns: 1.3fr auto; gap: 34px; align-items: center; }
.cta-band .eyebrow { color: var(--sun); }
.cta-band .eyebrow::before { color: var(--sun); }
.cta-band h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(25px, 3vw, 35px); font-weight: 650; letter-spacing: -.02em; line-height: 1.12; margin: 14px 0 0; text-wrap: balance; }
.cta-band p { color: rgba(255,255,255,.76); margin: 16px 0 0; font-size: 16.5px; max-width: 520px; }
.cta-band-actions { display: flex; flex-direction: column; gap: 12px; }
.cta-band-actions .btn-primary { justify-content: center; }
.cta-tel { font-family: 'Bricolage Grotesque', sans-serif; font-size: 25px; font-weight: 700; color: #fff; letter-spacing: -.01em; text-align: center; }
.cta-note { font-size: 13.5px; color: rgba(255,255,255,.55); text-align: center; }
@media (max-width: 860px) { .cta-band { grid-template-columns: 1fr; padding: 40px 28px; } }

/* ═══════════ FOOTER ═══════════ */
.footer { background: var(--surface); border-top: 1px solid var(--line); padding: 62px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, minmax(0,1fr)); gap: 36px 26px; }
@media (max-width: 1080px) { .footer-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } .footer-brand { grid-column: 1 / -1; } }
.footer h4 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 14px; font-weight: 700; margin: 0 0 16px; }
.footer-block p, .footer-block li, .footer-block a { font-size: 14px; color: var(--muted); line-height: 1.7; }
.footer-block ul { list-style: none; padding: 0; margin: 0; }
.footer-block ul li { padding: 2px 0; }
.footer-block a:hover { color: var(--accent-deep); }
.footer-brand p { margin-top: 16px; max-width: 290px; }
.footer-bottom { margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
.footer-bottom a { color: var(--ink-soft); }
.footer-bottom a:hover { color: var(--accent-deep); }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 28px; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* ═══════════ BARRE D'APPEL MOBILE ═══════════ */
.callbar { display: none; }
@media (max-width: 760px) {
  .callbar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; border-radius: 999px; background: var(--accent); color: #fff; font-weight: 600; font-size: 16px; box-shadow: 0 14px 34px rgba(176,85,47,.5); }
  .callbar svg { width: 18px; height: 18px; fill: currentColor; }
  body { padding-bottom: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
}

/* ═══════════════════════════════════════════════════════════
   BLOG — index et articles
   ═══════════════════════════════════════════════════════════ */

/* ─────────── Index du blog ─────────── */
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
@media (max-width: 940px) { .post-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 620px) { .post-grid { grid-template-columns: 1fr; } }

.post-card {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.post-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post-card-media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.post-card:hover .post-card-media img { transform: scale(1.04); }
.post-card-body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-card h2, .post-card h3 {
  font-family: 'Bricolage Grotesque', sans-serif; font-size: 19.5px; font-weight: 650;
  line-height: 1.24; letter-spacing: -.015em; text-wrap: balance;
}
.post-card p { margin: 0; font-size: 15px; color: var(--muted); line-height: 1.6; }
.post-card-foot { margin-top: auto; padding-top: 6px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.post-tag {
  align-self: flex-start; font-size: 11.5px; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; color: var(--accent-deep);
  background: var(--accent-soft); border-radius: 999px; padding: 5px 11px;
}

/* ─────────── Corps d'article ─────────── */
.article { padding: 66px 0 0; }
.article-wrap { display: grid; grid-template-columns: minmax(0, 1fr); max-width: 720px; margin: 0 auto; }

.article-body { font-size: 17.5px; line-height: 1.75; color: var(--ink-soft); }
.article-body > * + * { margin-top: 22px; }
.article-body p { margin: 0; }
.article-body h2 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 650;
  font-size: clamp(24px, 3vw, 32px); line-height: 1.16; letter-spacing: -.022em;
  color: var(--ink); margin-top: 52px; text-wrap: balance; scroll-margin-top: 96px;
}
.article-body h3 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 650;
  font-size: 20.5px; letter-spacing: -.012em; color: var(--accent-deep);
  margin-top: 36px; scroll-margin-top: 96px;
}
.article-body ul, .article-body ol { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.article-body ul li { position: relative; padding-left: 27px; }
.article-body ul li::before { content: ""; position: absolute; left: 4px; top: 12px; width: 7px; height: 7px; border-radius: 50%; background: var(--sun); }
.article-body ol { counter-reset: art; }
.article-body ol li { position: relative; padding-left: 34px; }
.article-body ol li::before {
  counter-increment: art; content: counter(art);
  position: absolute; left: 0; top: 1px; width: 23px; height: 23px;
  background: var(--accent-soft); color: var(--accent-deep); border-radius: 50%;
  font-size: 12.5px; font-weight: 700; display: grid; place-items: center;
}
.article-body strong { color: var(--ink); font-weight: 600; }
.article-body a { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: var(--line-strong); }
.article-body a:hover { text-decoration-color: var(--accent); }
.article-body figure { margin: 0; }
.article-body figure img { width: 100%; border-radius: var(--radius); display: block; }
.article-body figcaption { margin-top: 10px; font-size: 14px; color: var(--muted); }
.article-body blockquote {
  margin: 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--sun);
  font-size: 19px; line-height: 1.6; color: var(--ink); font-style: italic;
}

/* Chapô */
.article-lede { font-size: 19.5px; line-height: 1.6; color: var(--ink); font-weight: 500; }

/* Encadré de mise en garde / info */
.article-body .callout { margin: 0; }

/* Tableau */
.table-wrap { overflow-x: auto; }
.article-body table { border-collapse: collapse; width: 100%; font-size: 15.5px; min-width: 440px; }
.article-body th, .article-body td { text-align: left; padding: 12px 16px 12px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.article-body th { font-size: 12.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.article-body td:first-child { color: var(--ink); font-weight: 500; }
.article-body tbody tr:last-child td { border-bottom: 0; }

/* ─────────── Sommaire ─────────── */
.toc { background: var(--surface-2); border-radius: var(--radius); padding: 24px 26px; }
.toc-title { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.toc ol { counter-reset: toc; list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.toc li { position: relative; padding-left: 26px; }
.toc li::before { counter-increment: toc; content: counter(toc, decimal-leading-zero); position: absolute; left: 0; top: 2px; font-size: 12px; font-weight: 700; color: var(--sun); }
.toc a { font-size: 15.5px; color: var(--ink-soft); text-decoration: none; }
.toc a:hover { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; }

/* ─────────── Métadonnées d'article ─────────── */
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; font-size: 14px; color: rgba(255,255,255,.8); margin-top: 22px; }
.article-meta .meta-dot { background: rgba(255,255,255,.42); }

/* ─────────── Bandeau d'appel en fin d'article ─────────── */
.article-cta {
  margin-top: 60px; background: var(--ink); color: #fff;
  border-radius: var(--radius-lg); padding: 44px 42px;
  display: flex; flex-direction: column; gap: 18px; align-items: flex-start;
}
.article-cta .eyebrow { color: var(--sun); }
.article-cta .eyebrow::before { color: var(--sun); }
.article-cta h2 {
  font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(24px, 3vw, 32px);
  font-weight: 650; letter-spacing: -.02em; line-height: 1.14; margin: 0;
  color: #fff; text-wrap: balance;
}
.article-cta p { margin: 0; color: rgba(255,255,255,.78); font-size: 16.5px; max-width: 52ch; }
.article-cta-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 6px; }
.article-cta-tel {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(23px, 3vw, 29px);
  font-weight: 700; letter-spacing: -.01em; color: #fff;
}
.article-cta-tel svg { width: 22px; height: 22px; fill: var(--sun); flex: none; }
.article-cta-note { font-size: 13.5px; color: rgba(255,255,255,.55); }
@media (max-width: 620px) { .article-cta { padding: 32px 24px; } }

/* ─────────── Articles liés ─────────── */
.related { margin-top: 66px; padding-top: 40px; border-top: 1px solid var(--line); }
.related-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 21px; font-weight: 650; letter-spacing: -.015em; margin-bottom: 22px; }
.related-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
@media (max-width: 620px) { .related-list { grid-template-columns: 1fr; } }
.related-item { display: block; padding: 20px 22px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s, transform .2s; }
.related-item:hover { border-color: var(--accent); transform: translateY(-3px); }
.related-item b { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-size: 16.5px; font-weight: 650; letter-spacing: -.01em; line-height: 1.3; }
.related-item span { display: block; margin-top: 7px; font-size: 14px; color: var(--muted); }
