/* powerstationfacts.com - DA ecommerce / affiliation.
   Fond clair, cartes produit, action chaude. Palette propre au site :
   l'orange Amazon et son trade dress ne sont pas repris. */

:root {
  --ink: #0f1d2e;
  --ink-2: #3d4d61;
  --ink-3: #6b7a8d;
  --line: #dfe4ea;
  --line-2: #eef1f5;
  --bg: #f4f6f8;
  --card: #ffffff;
  --act: #bf5406;
  --act-dark: #944104;
  --act-soft: #fdf1e6;
  --good: #0a7c43;
  --good-soft: #e9f5ee;
  --warn: #8a5a1e;
  --radius: 14px;
  --radius-s: 9px;
  --shadow: 0 1px 2px rgba(15,29,46,.06), 0 6px 18px rgba(15,29,46,.06);
  --shadow-lift: 0 2px 4px rgba(15,29,46,.08), 0 14px 32px rgba(15,29,46,.10);
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --wrap: 1120px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 16px/1.62 var(--sans); font-variant-numeric: tabular-nums;
}
img { max-width: 100%; height: auto; }
a { color: var(--ink); }
h1, h2, h3 { line-height: 1.2; letter-spacing: -.015em; margin: 0 0 .5em; }
h1 { font-size: clamp(1.75rem, 1.2rem + 2.2vw, 2.6rem); font-weight: 750; }
h2 { font-size: clamp(1.3rem, 1.1rem + 1vw, 1.7rem); font-weight: 700; }
h3 { font-size: 1.05rem; font-weight: 680; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.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; background: var(--ink); color: #fff;
  padding: 10px 16px; z-index: 100;
}
.skip:focus { left: 8px; top: 8px; }
:focus-visible { outline: 3px solid var(--act); outline-offset: 2px; border-radius: 4px; }

/* ---------------------------------------------------------- en-tete */
.site-head {
  background: var(--card); border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
  padding-top: env(safe-area-inset-top, 0px);
}
.site-head .wrap {
  display: flex; align-items: center; gap: 18px;
  min-height: 62px; flex-wrap: wrap;
}
.wordmark {
  font-weight: 800; font-size: 1.14rem; letter-spacing: -.03em;
  text-decoration: none; white-space: nowrap;
}
.wm-a { color: var(--ink); }
.wm-b { color: var(--ink-3); }
.wm-c { color: var(--act); }
.wordmark.small { font-size: 1rem; }
.site-nav { display: flex; gap: 20px; margin-left: auto; flex-wrap: wrap; }
.site-nav a {
  text-decoration: none; color: var(--ink-2); font-weight: 560; font-size: .93rem;
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--ink); }
.site-nav a[aria-current] { color: var(--act); border-bottom-color: var(--act); }
.lang-switch { display: flex; gap: 8px; font-size: .85rem; }
.lang-switch a { color: var(--ink-3); text-decoration: none; }
.lang-switch a[aria-current] { color: var(--ink); font-weight: 650; }

/* ------------------------------------------------------------ boutons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  background: var(--act); color: #fff; text-decoration: none;
  font-weight: 700; font-size: 1rem; padding: 13px 24px; letter-spacing: -.005em;
  border-radius: var(--radius-s); border: 1px solid var(--act-dark);
  box-shadow: 0 1px 0 rgba(255,255,255,.28) inset, 0 3px 10px rgba(191,84,6,.30);
  transition: background .15s ease, transform .1s ease, box-shadow .15s ease;
}
a.btn, a.btn:visited { color: #fff; }
a.btn-ghost, a.btn-ghost:visited { color: var(--ink); }
.btn:hover { background: var(--act-dark); box-shadow: 0 1px 0 rgba(255,255,255,.28) inset, 0 5px 16px rgba(191,84,6,.38); }
.btn-lg { padding: 15px 28px; font-size: 1.05rem; }
.btn-ghost {
  background: var(--card); color: var(--ink); border-color: var(--line);
  box-shadow: var(--shadow);
}
.btn-ghost:hover { background: var(--card); border-color: var(--ink-3); box-shadow: var(--shadow-lift); }
.btn:active { transform: translateY(1px); }
.btn-small { padding: 9px 16px; font-size: .88rem; font-weight: 680; }
.btn-block { width: 100%; }
.btn-arrow { font-size: 1.1em; line-height: 1; }
.text-link { color: var(--ink-2); font-weight: 560; text-underline-offset: 3px; }

/* ------------------------------------------------- divulgation FTC */
.disclosure {
  font-size: .8rem; color: var(--ink-3); line-height: 1.5;
  margin: 14px 0; max-width: 62ch;
}
.disclosure.inline {
  background: var(--line-2); border-left: 3px solid var(--line);
  padding: 9px 13px; border-radius: 0 6px 6px 0;
}

/* ------------------------------------------------------------- heros */
.hero { background: var(--card); border-bottom: 1px solid var(--line); padding: 44px 0 40px; }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 44px; align-items: start;
}
.hero-main { min-width: 0; }
.hero h1 { max-width: 18ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 6px; }
.hero-pick {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px; display: flex; flex-direction: column; gap: 12px;
}
.hero-pick-eyebrow {
  font-size: .72rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase;
  color: var(--act);
}
.hero-pick-media {
  background: var(--card); border-radius: var(--radius-s); padding: 14px;
  aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center;
}
.hero-pick-media .pshot { max-height: 100%; width: auto; object-fit: contain; mix-blend-mode: multiply; }
.hero-pick-body { display: flex; flex-direction: column; gap: 10px; }
.hero-pick-body h2 { margin: 0; font-size: 1.05rem; }
.hero-pick-body .card-link { text-align: center; }
.hero-answer { font-size: 1.12rem; color: var(--ink-2); max-width: 62ch; }
.hero-answer p { margin: 0 0 .7em; }
main { padding-bottom: 56px; }
.crumbs { font-size: .83rem; color: var(--ink-3); padding: 18px 0 10px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; }
.crumbs li + li::before { content: "\203a"; margin-right: 7px; color: var(--line); }
.crumbs a { color: var(--ink-3); text-decoration: none; }
.crumbs a:hover { color: var(--act); }
.answer {
  font-size: 1.1rem; color: var(--ink); background: var(--card);
  border: 1px solid var(--line); border-left: 4px solid var(--act);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px; margin: 0 0 22px; max-width: 70ch;
}
.answer p { margin: 0 0 .6em; }
.answer p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------- logos marque */
.blogo-box {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 5px 9px; background: var(--card); border: 1px solid var(--line-2);
  border-radius: 7px;
}
.blogo-box.dark { background: var(--ink); border-color: var(--ink); }
.blogo { display: block; width: auto; }

/* ------------------------------------------------------- carte produit */
.pgrid {
  display: grid; gap: 18px; margin: 26px 0;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
}
.pcard {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column;
  transition: box-shadow .18s ease, transform .18s ease;
}
.pcard:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.pcard-media {
  position: relative; aspect-ratio: 4 / 3; background: var(--line-2);
  display: flex; align-items: center; justify-content: center; padding: 16px;
}
.pcard-media .pshot { max-height: 100%; width: auto; object-fit: contain; mix-blend-mode: multiply; }
.badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  background: var(--act); color: #fff; font-size: .72rem; font-weight: 700;
  letter-spacing: .03em; text-transform: uppercase; padding: 4px 9px; border-radius: 5px;
}
.pcard-body { padding: 15px 16px 17px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pcard-brand { display: flex; }
.pcard-name { margin: 0; font-size: 1rem; min-height: 2.6em; display: flex; align-items: flex-start; }
.card-why { margin: 0; font-size: .88rem; color: var(--ink-2); min-height: 4.2em; }
.pcard-actions { margin-top: auto; display: flex; flex-direction: column; gap: 8px; align-items: center; }
.card-link { font-size: .84rem; color: var(--ink-3); text-underline-offset: 3px; }

/* --------------------------------------------------- pastilles de specs */
.pill-row { display: flex; flex-wrap: wrap; gap: 6px; align-content: flex-start; }
.pcard .pill-row { min-height: 4.6em; }
.pill {
  display: inline-flex; flex-direction: column; align-items: flex-start;
  background: var(--line-2); border-radius: 6px; padding: 5px 9px; line-height: 1.25;
}
.pill b { font-size: .88rem; font-weight: 680; }
.pill small { font-size: .68rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: .04em; }

/* ------------------------------------------------------------ tableaux */
.table-wrap {
  overflow-x: auto; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow); margin: 22px 0;
}
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: .92rem; }
thead th {
  text-align: left; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em;
  color: var(--ink-3); font-weight: 680; padding: 12px 14px;
  border-bottom: 1px solid var(--line); background: var(--line-2); white-space: nowrap;
}
tbody td, tbody th { padding: 12px 14px; border-bottom: 1px solid var(--line-2); vertical-align: middle; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody tr:hover { background: #fafbfc; }
.c-num { font-weight: 620; white-space: nowrap; }
.c-num.win { color: var(--good); background: var(--good-soft); }
.c-name a { font-weight: 620; text-underline-offset: 3px; }
.c-cta { text-align: right; }
.catalog .c-brand { width: 92px; }
.catalog .c-brand .blogo-box { border: 0; padding: 0; background: none; }
.catalog .c-cta .btn { white-space: nowrap; }
.spec-table tbody th { text-align: left; font-weight: 560; color: var(--ink-2); width: 34%; }
.spec-table thead th { text-align: center; }
.spec-table thead th .th-name { display: block; margin-top: 5px; font-size: .84rem; color: var(--ink); text-transform: none; letter-spacing: 0; }
.spec-table .c-num { text-align: center; }

/* ------------------------------------------------------------- duel */
.duel {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 24px 20px; margin: 0 0 22px;
}
.duel-side { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.duel-side .pshot { max-height: 168px; width: auto; object-fit: contain; mix-blend-mode: multiply; }
.duel-name { font-weight: 700; font-size: 1.02rem; }
.duel-side .pill-row { justify-content: center; }
.duel-vs {
  font-weight: 800; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-3); background: var(--line-2); border-radius: 999px; padding: 8px 12px;
}

/* ---------------------------------------------------------- verdicts */
.verdict-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 26px 0; }
.verdict-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 20px; display: flex; flex-direction: column; gap: 11px;
}
.verdict-card.most { border-top: 4px solid var(--act); }
.verdict-card.other { border-top: 4px solid var(--ink-3); }
.verdict-kind {
  font-size: .72rem; font-weight: 720; letter-spacing: .05em; text-transform: uppercase;
  color: var(--act);
}
.verdict-card.other .verdict-kind { color: var(--ink-3); }
.verdict-head { display: flex; align-items: center; gap: 10px; }
.verdict-name { font-weight: 700; }
.verdict-card p { margin: 0; font-size: .93rem; color: var(--ink-2); flex: 1; }

/* ---------------------------------------------------------- fiche produit */
.phero {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 32px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 26px; margin: 0 0 26px; align-items: start;
}
.phero-media {
  background: var(--line-2); border-radius: var(--radius-s); padding: 22px;
  display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1;
}
.phero-media .pshot { max-height: 100%; width: auto; object-fit: contain; mix-blend-mode: multiply; }
.phero-body { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.phero-body > .blogo-box, .pcard-top .blogo-box { align-self: flex-start; }
.phero-body .pill-row, .phero-body .phero-answer, .phero-body .disclosure { width: 100%; }
.phero-body h1 { margin: 0; }
.phero-answer { color: var(--ink-2); }
.phero-answer p { margin: 0 0 .6em; }
.phero-actions { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.phero-actions .btn { max-width: 340px; }

/* ----------------------------------------------------------- prose */
/* La mesure de lecture s'applique au texte, pas aux tableaux ni aux galeries :
   un tableau comparatif contraint a 72ch se retrouve tronque. */
.prose { margin: 34px 0; }
.prose > p, .prose > ul, .prose > ol, .prose > h3 { max-width: 72ch; }
.prose p { margin: 0 0 1.05em; }
.prose ul, .prose ol { margin: 0 0 1.1em; padding-left: 1.3em; }
.prose li { margin-bottom: .45em; }
.prose a:not(.btn) { color: var(--act-dark); text-underline-offset: 3px; }

/* ---------------------------------------------------------- galerie */
.gallery {
  display: grid; gap: 12px; margin: 22px 0;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.product-gallery { grid-template-columns: repeat(auto-fit, minmax(140px, 200px)); }
.gallery figure { margin: 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-s); overflow: hidden; }
.gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery figcaption { font-size: .82rem; color: var(--ink-3); padding: 9px 12px; }

/* --------------------------------------------------------------- FAQ */
.faq { max-width: 72ch; margin: 38px 0; }
.faq-item {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-s);
  margin-bottom: 9px; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; padding: 14px 16px; font-weight: 620; font-size: .97rem; list-style: none;
  display: flex; justify-content: space-between; gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--act); font-weight: 700; font-size: 1.2rem; line-height: 1; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-a { padding: 0 16px 15px; color: var(--ink-2); font-size: .94rem; }
.faq-a p { margin: 0 0 .7em; }
.faq-a p:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ connexes */
.related { margin: 40px 0 0; }
.rel-grid { display: grid; gap: 13px; grid-template-columns: repeat(auto-fit, minmax(248px, 1fr)); }
.rel-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-s);
  padding: 15px 17px; text-decoration: none; display: flex; flex-direction: column; gap: 5px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.rel-card:hover { border-color: var(--act); box-shadow: var(--shadow); }
.rel-title { font-weight: 640; font-size: .96rem; }
.rel-hook { font-size: .85rem; color: var(--ink-3); }

/* ------------------------------------------------------ barre collante */
.sticky-bar { display: none; }

/* ----------------------------------------------------------- pied de page */
.site-foot { background: var(--card); border-top: 1px solid var(--line); padding: 40px 0 28px; }
.foot-cols { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(178px, 1fr)); }
.foot-cols h2 {
  font-size: .76rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--ink-3); font-weight: 700; margin: 0 0 11px;
}
.foot-cols ul { list-style: none; margin: 0; padding: 0; }
.foot-cols li { margin-bottom: 7px; }
.foot-cols a { color: var(--ink-2); text-decoration: none; font-size: .9rem; }
.foot-cols a:hover { color: var(--act); text-decoration: underline; }
.foot-base {
  margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line-2);
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between;
}
.foot-base .disclosure { margin: 0; flex: 1; min-width: 260px; }

/* --------------------------------------------------------- responsive */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .phero { grid-template-columns: 1fr; gap: 22px; }
  .verdict-duo { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .site-head .wrap { min-height: 56px; gap: 12px; }
  .site-nav { gap: 14px; order: 3; width: 100%; margin-left: 0; overflow-x: auto; padding-bottom: 4px; }
  .site-nav a { white-space: nowrap; }
  .lang-switch { margin-left: auto; }
  .hero { padding: 30px 0 26px; }
  .duel { grid-template-columns: 1fr; gap: 18px; padding: 20px 16px; }
  .duel-vs { justify-self: center; }
  .duel-side .pshot { max-height: 132px; }
  .answer { padding: 15px 17px; font-size: 1.04rem; }
  .prose { margin: 26px 0; }
  .pcard-actions .btn { width: 100%; }
  .hero-actions .btn { width: 100%; }
  .pcard .pill-row, .card-why, .pcard-name { min-height: 0; }
  .sticky-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    align-items: center; justify-content: space-between; gap: 12px;
    background: var(--card); border-top: 1px solid var(--line);
    box-shadow: 0 -4px 18px rgba(15,29,46,.10);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  }
  .sticky-name { font-weight: 650; font-size: .9rem; }
  body:has(.sticky-bar) main { padding-bottom: 88px; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  .pcard:hover { transform: none; }
}

/* --------------------------------------------------------------- hubs */
.hub-grid {
  display: grid; gap: 14px; margin: 26px 0;
  grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
}
.hub-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 17px 18px; text-decoration: none;
  display: flex; flex-direction: column; gap: 8px;
  transition: border-color .15s ease, box-shadow .18s ease, transform .18s ease;
}
.hub-card:hover { border-color: var(--act); box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.hub-logos { display: flex; gap: 6px; flex-wrap: wrap; }
.hub-title { font-weight: 660; font-size: 1rem; line-height: 1.3; }
.hub-hook { font-size: .87rem; color: var(--ink-3); }

/* --------------------------------------------------------- calculateur */
.calc {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 24px; margin: 26px 0;
}
.calc-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.calc-assumptions-input { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line-2); }
.calc-field { display: flex; flex-direction: column; gap: 6px; }
.calc-field label { font-weight: 620; font-size: .89rem; display: flex; justify-content: space-between; gap: 10px; }
.calc-field output { font-variant-numeric: tabular-nums; color: var(--act); font-weight: 700; }
.calc-field select, .calc-field input[type="number"] {
  font: inherit; font-size: .95rem; padding: 10px 12px; border: 1px solid var(--line);
  border-radius: var(--radius-s); background: var(--card); color: var(--ink); width: 100%;
}
.calc-field input[type="range"] { width: 100%; accent-color: var(--act); }
.calc-help { font-size: .79rem; color: var(--ink-3); margin: 2px 0 0; line-height: 1.45; }
.calc-result {
  margin-top: 22px; padding: 20px; background: var(--act-soft);
  border-radius: var(--radius-s); text-align: center;
}
.calc-result-label {
  display: block; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--warn); font-weight: 700;
}
.calc-result-value {
  display: block; font-size: clamp(1.9rem, 1.4rem + 2.4vw, 2.7rem); font-weight: 780;
  letter-spacing: -.02em; color: var(--ink); margin-top: 4px;
}
.calc-warn {
  margin: 12px auto 0; max-width: 46ch; font-size: .86rem; font-weight: 600;
  color: #9a2617; background: #fdecea; border-radius: 6px; padding: 9px 12px;
}
.calc-assumptions { margin-top: 20px; border-top: 1px solid var(--line-2); padding-top: 16px; }
.calc-assumptions summary {
  cursor: pointer; font-weight: 650; font-size: .9rem; margin-bottom: 10px;
  list-style: none; display: flex; align-items: center; gap: 8px;
}
.calc-assumptions summary::-webkit-details-marker { display: none; }
.calc-assumptions summary::before {
  content: ""; width: 0; height: 0; border-left: 5px solid var(--act);
  border-top: 4px solid transparent; border-bottom: 4px solid transparent;
  transition: transform .15s ease;
}
.calc-assumptions[open] summary::before { transform: rotate(90deg); }
.calc-assumptions ul { margin: 0 0 12px; padding-left: 1.2em; font-size: .88rem; color: var(--ink-2); }
.calc-assumptions li { margin-bottom: .3em; font-variant-numeric: tabular-nums; }
.calc-formula, .calc-caveat { font-size: .83rem; color: var(--ink-3); margin: 0 0 .6em; max-width: 68ch; }

/* ------------------------------------------------------- bande de logos */
.logo-strip {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 24px; margin: 26px 0; display: flex; flex-direction: column;
  align-items: center; gap: 14px; text-align: center;
}
.strip-inner { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; justify-content: center; }
.strip-inner .blogo-box { border: 0; padding: 0; }
.strip-note { margin: 0; font-size: .85rem; color: var(--ink-3); max-width: 64ch; }
.picks .pcard-media { aspect-ratio: 1 / 1; }

/* ------------------------------------------------------------- scoring */
.score-ring {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%; border: 3px solid; flex: none;
  line-height: 1; background: var(--card);
}
.score-ring b { font-size: 1.12rem; font-weight: 800; letter-spacing: -.02em; }
.score-ring small { font-size: .56rem; color: var(--ink-3); margin-top: 1px; }
.score-ring.big { width: 78px; height: 78px; border-width: 4px; }
.score-ring.big b { font-size: 1.65rem; }
.score-ring.big small { font-size: .66rem; }
.tone-a { border-color: #0a7c43; color: #0a7c43; }
.tone-b { border-color: #1f6fd0; color: #1f6fd0; }
.tone-c { border-color: #a8680a; color: #a8680a; }
.tone-d { border-color: #8a94a2; color: #5b6a7c; }
.sbar-fill.tone-a { background: #0a7c43; }
.sbar-fill.tone-b { background: #1f6fd0; }
.sbar-fill.tone-c { background: #a8680a; }
.sbar-fill.tone-d { background: #8a94a2; }

.sbars { display: flex; flex-direction: column; gap: 7px; }
.sbar { display: grid; grid-template-columns: 9.5rem 1fr 2rem; align-items: center; gap: 10px; }
.sbar-label { font-size: .82rem; color: var(--ink-2); }
.sbar-track { height: 7px; background: var(--line-2); border-radius: 4px; overflow: hidden; }
.sbar-fill { display: block; height: 100%; border-radius: 4px; }
.sbar-val { font-size: .82rem; font-weight: 700; text-align: right; }
.sbar-none { font-size: .76rem; color: var(--ink-3); font-style: italic; }
.sbar.missing { grid-template-columns: 9.5rem 1fr; }

.score-panel {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 22px; margin: 26px 0;
}
.score-head { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.score-head h2 { margin: 0 0 3px; font-size: 1.12rem; }
.score-rank { margin: 0; font-size: .88rem; color: var(--ink-2); }
.score-cov, .score-note { font-size: .79rem; color: var(--ink-3); margin: 12px 0 0; }
.score-note a { color: var(--act-dark); }
@media (max-width: 520px) {
  .sbar { grid-template-columns: 7.5rem 1fr 1.9rem; gap: 8px; }
  .sbar-label { font-size: .78rem; }
}

/* --------------------------------------------- carte produit, alignement */
.pcard-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.catalog .c-rank { width: 34px; color: var(--ink-3); font-weight: 700; font-size: .85rem; }
.catalog .c-score { width: 68px; }
.catalog .c-score .score-ring { width: 42px; height: 42px; border-width: 2.5px; }
.catalog .c-score .score-ring b { font-size: .92rem; }
.catalog .c-score .score-ring small { display: none; }
.row-score td { background: var(--line-2); }
.row-score .c-num.win { background: var(--good-soft); }
.product-gallery img { aspect-ratio: 1 / 1; object-fit: contain; background: var(--line-2); padding: 8px; }
.scene-gallery img { aspect-ratio: 3 / 2; object-fit: cover; }

.spec-sheet tbody th { text-align: left; font-weight: 560; color: var(--ink-2); width: 46%; }
.spec-sheet .c-num, .runtime .c-num { text-align: right; }
.runtime tbody th { text-align: left; font-weight: 560; color: var(--ink-2); }

/* ------------------------------------------------- mises en situation */
.scene-gallery { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.scene-gallery figcaption, .scene-single figcaption {
  font-size: .82rem; color: var(--ink-3); padding: 9px 12px;
}
.scene-single {
  margin: 22px 0; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
}
.scene-single img { display: block; width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }

/* ------------------------------------------- calculateur : bloc produit */
.calc-outcome {
  display: grid; grid-template-columns: minmax(210px, 280px) 1fr;
  gap: 18px; align-items: stretch; margin-top: 22px;
}
.calc-product {
  margin: 0; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-s); padding: 14px; display: flex;
  flex-direction: column; gap: 11px;
}
.calc-product img {
  display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain;
  background: var(--line-2); border-radius: 6px; padding: 8px;
}
.calc-product figcaption { display: flex; flex-direction: column; gap: 9px; }
.calc-product strong { font-size: .95rem; line-height: 1.3; }
.calc-product .card-link { text-align: center; font-size: .82rem; }
.calc-outcome .calc-result { margin-top: 0; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 680px) {
  .calc-outcome { grid-template-columns: 1fr; }
}
