/* Tips for Building : direction artistique propre au site.
   Motif directeur : le plan de chantier. Papier millimetre, encre de plan, rouge cordeau a tracer.
   Aucun emprunt aux palettes des fabricants (jaune DeWalt, rouge Milwaukee, turquoise Makita). */

:root {
  --ink:        #101f31;
  --ink-2:      #2c3f56;
  --ink-3:      #5b6b7e;
  --paper:      #faf7f2;
  --paper-2:    #f1ece3;
  --rule:       #ddd5c8;
  --accent:     #c8452c;   /* rouge cordeau a tracer */
  --accent-ink: #9c3220;
  --level:      #146b5a;   /* vert repere de niveau */
  --warn:       #8a5a00;
  --white:      #ffffff;

  --grid-line:  rgba(16, 31, 49, .055);
  --shadow-sm:  0 1px 2px rgba(16, 31, 49, .06);
  --shadow:     0 2px 8px rgba(16, 31, 49, .08), 0 12px 32px rgba(16, 31, 49, .06);

  --f-head: "Barlow Condensed", "Helvetica Neue", Arial, sans-serif;
  --f-body: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --w-max: 1140px;
  --gap: 24px;
  --radius: 4px;   /* angles nets : on dessine un plan, pas une application */
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.62;
  color: var(--ink);
  background-color: var(--paper);
  /* papier millimetre : 8 px fin, 40 px fort */
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
}

h1, h2, h3, h4 { font-family: var(--f-head); font-weight: 600; line-height: 1.12; margin: 0 0 .5em; letter-spacing: .005em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.3rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); margin-top: 2.2em; }
h3 { font-size: clamp(1.22rem, 2.3vw, 1.45rem); margin-top: 1.7em; }
p  { margin: 0 0 1.1em; }
a  { color: var(--accent-ink); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 2px;
}
img { max-width: 100%; height: auto; display: block; }
code, .mono { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: .92em; }

.wrap { width: 100%; max-width: var(--w-max); margin-inline: auto; padding-inline: 20px; }
.narrow { max-width: 760px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: var(--white); padding: 12px 18px;
}
.skip:focus { left: 0; }

/* ---------------------------------------------------------------- en-tete */
.site-head {
  background: var(--ink); color: var(--white);
  border-bottom: 3px solid var(--accent);
  position: sticky; top: 0; z-index: 60;
}
.site-head .wrap { display: flex; align-items: center; gap: 18px; min-height: 62px; }
.brand { display: flex; align-items: baseline; gap: 9px; font-family: var(--f-head);
         font-size: 1.42rem; font-weight: 700; color: var(--white); text-decoration: none; letter-spacing: .01em; }
.brand .mark { color: var(--accent); font-size: 1.15em; line-height: 0; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.site-nav a {
  color: #d7dee6; text-decoration: none; font-size: .95rem; font-weight: 500;
  padding: 8px 11px; border-radius: var(--radius);
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.1); }
.site-nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--accent); }
.lang-switch { display: flex; gap: 2px; margin-left: 10px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.22); }
.lang-switch a { font-size: .86rem; text-transform: uppercase; letter-spacing: .06em; padding: 6px 9px; }
.lang-switch a[aria-current="true"] { color: var(--white); background: var(--accent); }
.nav-toggle { display: none; }

@media (max-width: 860px) {
  .nav-toggle {
    display: block; margin-left: auto; background: transparent; border: 1px solid rgba(255,255,255,.35);
    color: var(--white); font: 600 .92rem/1 var(--f-body); padding: 9px 13px; border-radius: var(--radius); cursor: pointer;
  }
  .site-nav {
    display: none; width: 100%; margin: 0; order: 3; flex-direction: column;
    align-items: stretch; gap: 0; padding: 6px 0 14px;
  }
  .site-head .wrap { flex-wrap: wrap; }
  .site-head[data-open="true"] .site-nav { display: flex; }
  .site-nav a { padding: 12px 6px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .lang-switch { margin: 10px 0 0; padding: 10px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
}

/* La mention d'affiliation vit au pied de page, en discret. */
.site-foot .legal .disclosure { color: #8c9aa9; font-size: .84rem; }
.site-foot .legal .disclosure a { color: #a9b6c3; text-decoration: underline; }

/* ------------------------------------------------------------------- heros */
.hero { padding: 54px 0 12px; }
.hero .lede { font-size: 1.2rem; color: var(--ink-2); max-width: 62ch; }
.kicker {
  font-family: var(--f-head); font-size: .96rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent-ink); margin: 0 0 10px;
  display: flex; align-items: center; gap: 10px;
}
.kicker::after { content: ""; flex: 1; height: 1px; background: var(--rule); max-width: 120px; }

/* -------------------------------------------------------------- selections */
.picks { display: grid; gap: var(--gap); grid-template-columns: repeat(3, 1fr); margin: 34px 0 10px; }
.picks:has(> :last-child:nth-child(2)) { grid-template-columns: repeat(2, 1fr); }
.pick {
  background: var(--white); border: 1px solid var(--rule); border-top: 3px solid var(--accent);
  border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
}
.pick .tag {
  font-family: var(--f-head); font-size: .82rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px;
}
.pick h3 { margin: 0 0 8px; font-size: 1.35rem; }
.pick p  { font-size: .97rem; color: var(--ink-2); flex: 1; }
.pick .fig { font-family: var(--f-head); font-size: 2rem; font-weight: 700; color: var(--ink); line-height: 1; margin: 4px 0 2px; }
.pick .fig-sub { font-size: .85rem; color: var(--ink-3); margin-bottom: 14px; }

/* --------------------------------------------------------------- boutons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--f-body); font-weight: 600; font-size: .98rem; line-height: 1;
  padding: 13px 20px; border-radius: var(--radius); text-decoration: none; border: 1px solid transparent;
  cursor: pointer; transition: background-color .15s, border-color .15s, color .15s;
}
.btn-main { background: var(--accent); color: var(--white); }
.btn-main:hover { background: var(--accent-ink); color: var(--white); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink-3); }
.btn-ghost:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.btn-sm { padding: 9px 14px; font-size: .9rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }

/* ---------------------------------------------------------------- tableaux */
.table-wrap { overflow-x: auto; margin: 26px 0; border: 1px solid var(--rule); border-radius: var(--radius); background: var(--white); }
table { border-collapse: collapse; width: 100%; font-size: .95rem; }
caption { text-align: left; font-size: .9rem; color: var(--ink-3); padding: 12px 14px 0; }
th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--rule); vertical-align: top; }
thead th {
  background: var(--ink); color: var(--white); font-family: var(--f-head); font-weight: 600;
  font-size: 1rem; letter-spacing: .02em; position: sticky; top: 0; border-bottom: 0;
}
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: #fbfaf7; }
td.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.yes { color: var(--level); font-weight: 600; }
.no  { color: var(--accent-ink); font-weight: 600; }
.maybe { color: var(--warn); font-weight: 600; }

/* ------------------------------------------------------------------ prix */
.price { font-family: var(--f-head); font-weight: 700; font-size: 1.3rem; color: var(--ink); white-space: nowrap; }
.price-stamp { display: block; font-size: .78rem; color: var(--ink-3); line-height: 1.4; margin-top: 2px; }
td .price { font-size: 1.1rem; display: block; }
.price-none { font-size: .95rem; color: var(--ink-3); font-style: italic; }
.buy-box .price-none { font-size: .84rem; font-style: normal; }

/* ----------------------------------------------------------------- cartes */
.cards { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); margin: 28px 0; }
.cards.machines { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .cards.machines { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .cards.machines { grid-template-columns: 1fr; } }
.cards.machines .card { padding: 20px; display: flex; flex-direction: column; }
.cards.machines .card h3 { font-size: 1.1rem; }
.cards.machines .card p { flex: 1; }
.section-cta { display: flex; justify-content: flex-end; margin: -6px 0 6px; }
.card {
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 20px; box-shadow: var(--shadow-sm);
}
.card h3 { margin-top: 0; font-size: 1.2rem; }
.card p { font-size: .95rem; color: var(--ink-2); margin-bottom: .7em; }
.card a.more { font-weight: 600; font-size: .95rem; }

/* ------------------------------------------------------- encart et avertissement */
.callout {
  border-left: 4px solid var(--level); background: var(--white);
  padding: 18px 20px; margin: 26px 0; border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: var(--shadow-sm); font-size: .97rem;
}
.callout h3 { margin-top: 0; font-size: 1.1rem; }
.callout.warn { border-left-color: var(--warn); background: #fffbf2; }
.callout.stop { border-left-color: var(--accent); background: #fdf5f3; }
.callout p:last-child { margin-bottom: 0; }

/* -------------------------------------------------- reponse courte en tete */
.answer {
  background: var(--ink); color: #eef2f6; padding: 24px 26px; border-radius: var(--radius);
  margin: 28px 0; border-left: 5px solid var(--accent); font-size: 1.08rem;
}
.answer p:last-child { margin-bottom: 0; }
.answer strong { color: var(--white); }
.answer a { color: #ffb7a5; }

/* ----------------------------------------------------------------- outils */
.calc { background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); padding: 24px; margin: 26px 0; box-shadow: var(--shadow-sm); }
.calc .fields { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.calc label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; }
.calc input, .calc select {
  width: 100%; font: inherit; font-size: 1rem; padding: 10px 12px;
  border: 1px solid var(--ink-3); border-radius: var(--radius); background: var(--white); color: var(--ink);
}
.calc output {
  display: block; margin-top: 20px; padding: 18px 20px; background: var(--paper-2);
  border-radius: var(--radius); border-left: 4px solid var(--level);
}
.calc .result-figure { font-family: var(--f-head); font-size: 2.1rem; font-weight: 700; line-height: 1.1; }
.calc .assumptions { font-size: .88rem; color: var(--ink-2); margin-top: 16px; }
.calc .assumptions li { margin-bottom: 4px; }

/* ------------------------------------------------------------------ FAQ */
.faq details {
  border: 1px solid var(--rule); border-radius: var(--radius); background: var(--white);
  padding: 0; margin-bottom: 10px;
}
.faq summary {
  cursor: pointer; padding: 15px 18px; font-family: var(--f-head); font-weight: 600; font-size: 1.12rem; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--accent); font-size: 1.3em; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq details > div { padding: 0 18px 16px; font-size: .97rem; }
.faq details > div p:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------- barre mobile */
.sticky-bar { display: none; }
@media (max-width: 720px) {
  .sticky-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    background: var(--white); border-top: 1px solid var(--rule);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); gap: 12px; align-items: center;
    box-shadow: 0 -2px 12px rgba(16,31,49,.1);
  }
  .sticky-bar .label { font-size: .88rem; color: var(--ink-2); flex: 1; line-height: 1.3; }
  .sticky-bar .btn { flex-shrink: 0; }
  body { padding-bottom: 74px; }
}

/* ------------------------------------------------------------------ pied */
.site-foot { background: var(--ink); color: #c3ccd7; margin-top: 68px; padding: 46px 0 28px; font-size: .94rem; }
.site-foot .cols { display: grid; gap: 30px; grid-template-columns: repeat(4, 1fr); }
.site-foot h4 { font-size: 1.02rem; color: var(--white); margin-bottom: .7em; letter-spacing: .04em; text-transform: uppercase; }
.site-foot ul { list-style: none; margin: 0; padding: 0; }
.site-foot li { margin-bottom: 7px; }
.site-foot a { color: #c3ccd7; text-decoration: none; }
.site-foot a:hover { color: var(--white); text-decoration: underline; }
.site-foot .legal {
  margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16);
  font-size: .87rem; color: #93a1b0;
}
.site-foot .legal p { margin-bottom: .6em; }

/* ------------------------------------------------------------ fil d'ariane */
.crumbs { font-size: .88rem; color: var(--ink-3); padding: 16px 0 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; }
.crumbs li::after { content: "/"; margin-left: 7px; color: var(--rule); }
.crumbs li:last-child::after { content: ""; }

article { padding-bottom: 20px; }
article ul, article ol { margin: 0 0 1.2em; padding-left: 1.35em; }
article li { margin-bottom: .45em; }

@media (max-width: 900px) {
  .picks { grid-template-columns: 1fr; }
  .site-foot .cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  body { font-size: 16.5px; }
  .hero { padding-top: 34px; }
  .site-foot .cols { grid-template-columns: 1fr; }
}

/* ======================================================= fiches produit et notation */

.product-hero {
  display: grid; gap: 32px; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  align-items: start; margin: 26px 0 8px;
}
.product-shot {
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 18px; box-shadow: var(--shadow-sm);
}
.product-shot img { width: 100%; border-radius: 2px; }
.product-shot figcaption { font-size: .82rem; color: var(--ink-3); margin-top: 10px; line-height: 1.4; }
.product-meta .platform-tag {
  display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-head);
  font-size: .9rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-2); background: var(--paper-2); border: 1px solid var(--rule);
  padding: 6px 11px; border-radius: var(--radius); text-decoration: none;
}
.product-meta .platform-tag:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.product-meta h1 { margin: 14px 0 10px; }

/* pastille de note */
.score-badge {
  display: inline-flex; align-items: baseline; gap: 4px; background: var(--ink); color: var(--white);
  font-family: var(--f-head); padding: 10px 16px; border-radius: var(--radius);
  border-left: 4px solid var(--accent);
}
.score-badge .n { font-size: 2.3rem; font-weight: 700; line-height: 1; }
.score-badge .d { font-size: 1rem; color: #aebccb; }
.score-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 4px 0 16px; }
.score-row .note { font-size: .9rem; color: var(--ink-3); max-width: 34ch; line-height: 1.45; }

/* barres par critère */
.criteria { margin: 22px 0; }
.criteria li { list-style: none; margin-bottom: 15px; }
.criteria ul { padding: 0; margin: 0; }
.criteria .head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: .95rem; }
.criteria .name { font-weight: 600; }
.criteria .val { color: var(--ink-3); font-variant-numeric: tabular-nums; font-size: .9rem; }
.criteria .bar { height: 9px; background: var(--paper-2); border: 1px solid var(--rule); border-radius: 2px; margin-top: 6px; overflow: hidden; }
.criteria .bar span { display: block; height: 100%; background: var(--ink-3); }
.criteria .bar.good span { background: var(--level); }
.criteria .bar.mid span  { background: #b08324; }
.criteria .weight { font-size: .8rem; color: var(--ink-3); }

.gallery { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); margin: 24px 0; }
.gallery figure { margin: 0; background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); padding: 12px; }
.gallery img { width: 100%; border-radius: 2px; }
.gallery figcaption { font-size: .84rem; color: var(--ink-2); margin-top: 9px; line-height: 1.45; }

.situation { margin: 28px 0; }
.situation img { width: 100%; border-radius: var(--radius); border: 1px solid var(--rule); }
.situation figcaption { font-size: .86rem; color: var(--ink-3); margin-top: 10px; }

.verdict-duo { display: grid; gap: var(--gap); grid-template-columns: 1fr 1fr; margin: 24px 0; }
.verdict-duo section {
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); padding: 20px;
  border-top: 3px solid var(--level); box-shadow: var(--shadow-sm);
}
.verdict-duo section.against { border-top-color: var(--accent); }
.verdict-duo h3 { margin-top: 0; font-size: 1.15rem; }
.verdict-duo ul { padding-left: 1.15em; margin-bottom: 0; }
.verdict-duo li { font-size: .95rem; margin-bottom: .5em; }

.buy-box {
  background: var(--white); border: 1px solid var(--rule); border-left: 4px solid var(--accent);
  border-radius: var(--radius); padding: 20px 22px; margin: 22px 0; box-shadow: var(--shadow-sm);
}
.buy-box .price { font-size: 1.9rem; display: block; }
.buy-box .price-stamp { display: block; margin-bottom: 14px; }

.rank-table table { table-layout: fixed; }
.rank-table th:nth-child(1) { width: 30%; }
.rank-table th:nth-child(2) { width: 9%; }
.rank-table th:nth-child(3) { width: 13%; }
.rank-table th:nth-child(4) { width: 26%; }
.rank-table th:nth-child(5) { width: 22%; }
.rank-table td { word-break: normal; overflow-wrap: anywhere; }
.rank-table td .mini { display: flex; align-items: center; gap: 10px; }
.rank-table td .mini img { width: 54px; height: 54px; object-fit: contain; flex-shrink: 0; }
.score-pill {
  display: inline-block; font-family: var(--f-head); font-weight: 700; font-size: 1.05rem;
  background: var(--ink); color: var(--white); padding: 4px 10px; border-radius: var(--radius);
  border-left: 3px solid var(--accent); white-space: nowrap;
}
.src { color: var(--ink-3); font-size: .86rem; }

/* La vignette ouvre la carte : posee avant le titre, elle ne peut plus le recouvrir. */
.thumb {
  display: block; background: var(--paper-2); border-bottom: 1px solid var(--rule);
  margin: -20px -20px 18px; padding: 16px 20px; text-align: center;
}
.thumb img { width: auto; max-width: 100%; height: 124px; object-fit: contain; margin-inline: auto; }
.pick .thumb { margin: -22px -22px 18px; }
.card h3 { margin-top: 0; }

@media (max-width: 860px) {
  .product-hero { grid-template-columns: 1fr; gap: 20px; }
  .verdict-duo { grid-template-columns: 1fr; }
}

/* ================================================================ filtres de liste */

.filters {
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 16px 18px; margin: 24px 0 18px; box-shadow: var(--shadow-sm);
}
.filters .row { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: flex-end; }
.filters .group { display: flex; flex-direction: column; gap: 7px; min-width: 150px; }
.filters .group > span {
  font-family: var(--f-head); font-size: .82rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
.filters select {
  font: inherit; font-size: .95rem; padding: 9px 11px; border: 1px solid var(--ink-3);
  border-radius: var(--radius); background: var(--white); color: var(--ink); min-width: 170px;
}
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  font: 600 .88rem/1 var(--f-body); padding: 9px 13px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--rule); background: var(--paper-2); color: var(--ink-2);
}
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); }
.chip:hover { border-color: var(--ink-3); }
.filters .count { font-size: .9rem; color: var(--ink-3); margin: 12px 0 0; }
.filters .reset {
  background: none; border: 0; color: var(--accent-ink); font: 600 .9rem/1 var(--f-body);
  cursor: pointer; padding: 9px 0; text-decoration: underline;
}
.is-hidden { display: none !important; }
.empty-note { padding: 18px; color: var(--ink-2); font-style: italic; }

/* ========================================================== héros et présence humaine */

.hero-split {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0; align-items: stretch; margin-bottom: 8px;
  border-block: 1px solid var(--rule); background: var(--white);
}
.hero-split .text { padding: 52px 46px 46px; display: flex; flex-direction: column; justify-content: center; }
.hero-split .text h1 { margin-bottom: .45em; }
.hero-split .text .lede { font-size: 1.16rem; color: var(--ink-2); margin-bottom: 1.4em; }
.hero-split figure { margin: 0; position: relative; overflow: hidden; min-height: 420px; }
.hero-split figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-split figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 20px 12px;
  background: linear-gradient(transparent, rgba(16,31,49,.82));
  color: #dfe6ed; font-size: .82rem; line-height: 1.4;
}
@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-split .text { padding: 34px 20px 28px; }
  .hero-split figure { min-height: 260px; order: -1; }
}

/* bande chantier : les situations réelles, en pleine largeur */
.jobsite {
  background: var(--ink); color: #e6ecf2; padding: 46px 0 40px; margin: 56px 0;
}
.jobsite h2 { color: var(--white); margin-top: 0; }
.jobsite .lede { color: #b9c6d3; max-width: 60ch; margin-bottom: 26px; }
.jobsite .shots { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.jobsite figure { margin: 0; }
.jobsite figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.jobsite figcaption { font-size: .93rem; color: #c8d3de; margin-top: 11px; line-height: 1.5; }
.jobsite figcaption strong { color: var(--white); display: block; margin-bottom: 3px; font-family: var(--f-head); font-size: 1.05rem; }
@media (max-width: 800px) { .jobsite .shots { grid-template-columns: 1fr; } }

/* bloc signature : qui écrit, et sur quoi */
.signature {
  display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start;
  background: var(--white); border: 1px solid var(--rule); border-left: 4px solid var(--level);
  border-radius: var(--radius); padding: 24px 26px; margin: 40px 0;
}
.signature .mark {
  width: 56px; height: 56px; border-radius: var(--radius); background: var(--ink);
  color: var(--accent); display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; line-height: 1;
}
.signature h3 { margin: 0 0 .5em; font-size: 1.2rem; }
.signature p { font-size: .98rem; margin-bottom: .7em; }
.signature p:last-child { margin-bottom: 0; }
@media (max-width: 620px) { .signature { grid-template-columns: 1fr; } }

/* questions réelles, reprises telles qu'on les tape */
.asked { margin: 34px 0; }
.asked ul { list-style: none; padding: 0; display: grid; gap: 10px;
            grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.asked li {
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 14px 16px; font-size: .96rem;
}
.asked li a { display: block; text-decoration: none; color: var(--ink); font-weight: 500; }
.asked li a:hover { color: var(--accent-ink); }
.asked li .q { color: var(--ink-3); font-family: ui-monospace, Menlo, monospace; font-size: .85rem; display: block; margin-bottom: 5px; }

/* encart final de fiche produit */
.final-box {
  display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center;
  background: var(--ink); color: #e6ecf2; border-radius: var(--radius);
  border-left: 5px solid var(--accent); padding: 26px 28px; margin: 36px 0;
}
.final-box h2 { color: var(--white); margin: 4px 0 8px; font-size: 1.6rem; }
.final-box p { margin: 0; color: #c8d3de; }
.final-box .kicker { color: #ffb7a5; }
.final-box .kicker::after { display: none; }
.final-action { text-align: right; }
.final-action .price { color: var(--white); font-size: 1.8rem; display: block; }
.final-action .price-stamp { color: #9fb0c1; margin-bottom: 12px; }
.row-cta { margin-top: 8px; }
@media (max-width: 700px) { .final-box { grid-template-columns: 1fr; } .final-action { text-align: left; } }
