/*
Theme Name: Espresso Gear Guide
Theme URI: https://espressogearguide.com
Author: Espresso Gear Guide
Description: Design system "Crema & Cuivre". Signature: la jauge de pression — les notes se lisent en bar, pas en etoiles. Theme de blocs (FSE) porte depuis la maquette validee.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: espressogearguide
Tags: blog, one-column, block-patterns, full-site-editing, custom-colors, editor-style
*/

/* ==========================================================================
   Espresso Gear Guide — Design system "Crema & Cuivre"
   Signature : la jauge de pression. Les notes sont lues en bar, pas en étoiles.
   Toutes les valeurs sont des tokens : le portage WordPress se fait en
   recopiant ce bloc :root dans theme.json / Customizer.
   ========================================================================== */

:root{
  /* ---- Couleur : torréfaction sombre, crema ambrée, cuivre vif ---- */
  --espresso-950:#120C08;
  --espresso-900:#1A120C;
  --espresso-850:#221710;
  --espresso-800:#2C1E15;
  --espresso-700:#3B2A1E;

  --crema-100:#FBEFDC;
  --crema-200:#F3DCB8;
  --crema-400:#E8A33D;
  --crema-500:#D98A22;
  --copper-400:#FF7A2F;
  --copper-600:#C1531A;
  --brass:#D9A441;

  --steam:#F7F1E8;
  --ash:#C9B9A6;
  --smoke:#9A8877;

  --extract:#3DD68C;   /* dans la fenêtre d'extraction */
  --sour:#F2C230;      /* sous-extrait */
  --bitter:#F0666A;    /* sur-extrait */

  --line:rgba(247,241,232,.10);
  --line-strong:rgba(247,241,232,.18);

  /* ---- Surfaces "chrome" : en-tete et pied de page ----
     Volontairement plus CLAIRES que le contenu. Dans une interface sombre
     l'elevation se lit en clair, et assombrir ne menait nulle part : le
     contenu est deja quasi noir, un pied en noir pur ne donnait que 1,08:1.
     Mesure : en-tete 1,21:1 et pied 1,42:1 contre le contenu, au lieu de
     1,05:1 avant — c'est-a-dire invisible. */
  --chrome:#2C1E15;
  --chrome-strong:#3B2A1E;
  --smoke-chrome:#B5A290;   /* --smoke est trop sombre sur ces surfaces (4,0:1) */

  /* Filet de couture : le degrade de la jauge, signature de la marque.
     2px de cuivre vif sur du presque noir se voient de tres loin. */
  --seam:linear-gradient(90deg,var(--copper-600),var(--copper-400) 55%,var(--crema-400));

  /* ---- Typo ---- */
  --font-display:'Fraunces',Georgia,serif;
  /* Police de la marque : plus etroite et plus haute que Fraunces, qui n'a
     pas d'axe de largeur et ne peut donc pas etre condensee sans deformation. */
  --font-brand:'Instrument Serif',Georgia,serif;
  --font-body:'Figtree',system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-mono:'DM Mono',ui-monospace,'SFMono-Regular',monospace;

  --step--1:clamp(.80rem,.77rem + .13vw,.875rem);
  --step-0:clamp(1rem,.96rem + .18vw,1.075rem);
  --step-1:clamp(1.18rem,1.10rem + .38vw,1.40rem);
  --step-2:clamp(1.42rem,1.27rem + .72vw,1.90rem);
  --step-3:clamp(1.72rem,1.44rem + 1.32vw,2.60rem);
  --step-4:clamp(2.05rem,1.58rem + 2.30vw,3.60rem);
  --step-5:clamp(2.45rem,1.60rem + 4.10vw,5.20rem);

  /* ---- Espace / forme ---- */
  --sp-1:.25rem; --sp-2:.5rem;  --sp-3:.75rem; --sp-4:1rem;
  --sp-5:1.5rem; --sp-6:2rem;   --sp-7:3rem;   --sp-8:4rem;   --sp-9:6rem;
  --r-sm:8px; --r-md:14px; --r-lg:22px; --r-xl:30px; --r-pill:999px;
  --shell:1280px; --read:70ch;

  /* ---- Profondeur : trois couches, jamais une seule ombre plate ---- */
  --lift-1:0 1px 0 rgba(247,241,232,.06) inset,0 2px 6px rgba(0,0,0,.35);
  --lift-2:0 1px 0 rgba(247,241,232,.08) inset,0 10px 24px -8px rgba(0,0,0,.6),0 2px 6px rgba(0,0,0,.35);
  --lift-3:0 1px 0 rgba(247,241,232,.10) inset,0 30px 60px -20px rgba(0,0,0,.75),0 10px 22px -12px rgba(0,0,0,.5);
  --glow-crema:0 0 0 1px rgba(232,163,61,.28),0 20px 60px -18px rgba(232,163,61,.35);

  --ease:cubic-bezier(.22,.61,.36,1);
  --ease-back:cubic-bezier(.34,1.42,.64,1);

  /* ---- Rendus 3D ---- */
  --img-hero:url("https://espressogearguide.com/wp-content/uploads/2026/08/egg-hero.jpg");
  --img-machines:url("https://espressogearguide.com/wp-content/uploads/2026/08/egg-machines.jpg");
  --img-grinders:url("https://espressogearguide.com/wp-content/uploads/2026/08/egg-grinders.jpg");
  --img-accessories:url("https://espressogearguide.com/wp-content/uploads/2026/08/egg-accessories.jpg");
  --img-water:url("https://espressogearguide.com/wp-content/uploads/2026/08/egg-water.jpg");
}

/* ==========================================================================
   Base
   ========================================================================== */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:6.5rem}
body{
  margin:0;
  background:
    radial-gradient(1200px 620px at 78% -8%,rgba(232,163,61,.14),transparent 62%),
    radial-gradient(900px 520px at 8% 8%,rgba(255,122,47,.09),transparent 60%),
    var(--espresso-950);
  color:var(--steam);
  font-family:var(--font-body);
  font-size:var(--step-0);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  /* `clip` et non `hidden` : `hidden` fait du body un conteneur de defilement,
     ce qui neutralise TOUS les `position:sticky` de la page (en-tete, barre de
     progression, sommaire). `clip` bride le debordement horizontal sans creer
     ce conteneur. */
  overflow-x:clip;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
:focus-visible{outline:2px solid var(--crema-400);outline-offset:3px;border-radius:4px}

h1,h2,h3,h4{
  font-family:var(--font-display);
  font-variation-settings:'SOFT' 40,'WONK' 1;
  font-weight:700;line-height:1.04;letter-spacing:-.022em;margin:0;
  text-wrap:balance;
}
h1{font-size:var(--step-5);font-weight:900}
h2{font-size:var(--step-4)}
h3{font-size:var(--step-2)}
h4{font-size:var(--step-1)}
p{margin:0 0 1em}

.shell{width:min(100% - 2.5rem,var(--shell));margin-inline:auto}
@media(max-width:640px){.shell{width:min(100% - 1.5rem,var(--shell))}}
.section{padding-block:var(--sp-9)}
.section--tight{padding-block:var(--sp-8)}
.muted{color:var(--ash)}
.meta{color:var(--smoke)}
.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(--crema-400);color:var(--espresso-950);padding:.7rem 1.1rem;border-radius:0 0 var(--r-sm) 0;font-weight:700}
.skip:focus{left:0}

/* ==========================================================================
   Langage typographique utilitaire — la donnée d'extraction
   ========================================================================== */
.dial{
  font-family:var(--font-mono);font-size:var(--step--1);font-weight:500;
  letter-spacing:.10em;text-transform:uppercase;color:var(--crema-400);
}
.dial--ash{color:var(--smoke)}
.dial--steam{color:var(--ash)}
.eyebrow{
  display:inline-flex;align-items:center;gap:.6rem;
  font-family:var(--font-mono);font-size:var(--step--1);letter-spacing:.14em;
  text-transform:uppercase;color:var(--crema-400);margin-bottom:var(--sp-4);
}
.eyebrow::before{
  content:'';width:26px;height:1px;background:linear-gradient(90deg,transparent,var(--crema-400));
}
.lede{font-size:var(--step-1);color:var(--ash);max-width:56ch;line-height:1.55}

/* ==========================================================================
   Jauge de pression — l'élément signature
   ========================================================================== */
.gauge{display:inline-grid;place-items:center;position:relative}
.gauge svg{display:block;transform:rotate(0deg)}
.gauge__track{fill:none;stroke:rgba(247,241,232,.12);stroke-linecap:round}
.gauge__fill{
  fill:none;stroke:url(#gaugeGrad);stroke-linecap:round;
  stroke-dasharray:var(--dash,100) 1000;
  transition:stroke-dasharray 1.1s var(--ease);
}
.gauge__read{
  position:absolute;display:grid;place-items:center;text-align:center;line-height:1;
}
.gauge__num{font-family:var(--font-display);font-weight:900;font-size:1.55rem;letter-spacing:-.03em}
.gauge__unit{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.18em;color:var(--smoke);margin-top:.25rem}
.gauge--sm .gauge__num{font-size:1.1rem}
.gauge--lg .gauge__num{font-size:2.6rem}

/* ==========================================================================
   Boutons
   ========================================================================== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:48px;padding:.85rem 1.5rem;border-radius:var(--r-pill);
  font-weight:700;font-size:var(--step-0);letter-spacing:-.01em;
  transition:transform .22s var(--ease-back),box-shadow .22s var(--ease),background .22s var(--ease),border-color .22s var(--ease);
  will-change:transform;
}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0) scale(.98)}
.btn--primary{
  background:linear-gradient(135deg,var(--copper-400) 0%,var(--crema-400) 55%,var(--brass) 100%);
  color:var(--espresso-950);
  box-shadow:0 1px 0 rgba(255,255,255,.35) inset,0 12px 26px -12px rgba(255,122,47,.9);
}
.btn--primary:hover{box-shadow:0 1px 0 rgba(255,255,255,.4) inset,0 18px 34px -12px rgba(255,122,47,1)}
.btn--ghost{border:1px solid var(--line-strong);color:var(--steam);background:rgba(247,241,232,.03)}
.btn--ghost:hover{border-color:var(--crema-400);background:rgba(232,163,61,.08)}
.btn--buy{
  width:100%;background:linear-gradient(135deg,var(--copper-400),var(--crema-500));
  color:var(--espresso-950);
  box-shadow:0 1px 0 rgba(255,255,255,.3) inset,0 10px 22px -12px rgba(255,122,47,.85);
}
.btn--sm{min-height:40px;padding:.55rem 1.05rem;font-size:var(--step--1)}

/* ==========================================================================
   Surfaces & profondeur 3D
   ========================================================================== */
.card{
  background:linear-gradient(168deg,var(--espresso-800),var(--espresso-900));
  border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--lift-2);
  position:relative;overflow:hidden;
}
.card::after{
  content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(180deg,rgba(247,241,232,.055),transparent 42%);
}
.glass{
  background:rgba(44,30,21,.62);backdrop-filter:blur(16px) saturate(1.3);
  -webkit-backdrop-filter:blur(16px) saturate(1.3);
  border:1px solid var(--line-strong);border-radius:var(--r-lg);box-shadow:var(--lift-3);
}
/* inclinaison 3D au survol, désactivée au doigt et en reduced-motion */
.tilt{transform-style:preserve-3d;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}
@media(hover:hover){
  .tilt:hover{transform:perspective(900px) rotateX(3.5deg) rotateY(-4deg) translateY(-8px);box-shadow:var(--lift-3)}
}
.render{
  background-size:cover;background-position:center;background-repeat:no-repeat;
  border-radius:var(--r-md);
}
.render--hero{background-image:var(--img-hero)}
.render--machines{background-image:var(--img-machines)}
.render--grinders{background-image:var(--img-grinders)}
.render--accessories{background-image:var(--img-accessories)}
.render--water{background-image:var(--img-water)}

.chip{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.3rem .7rem;border-radius:var(--r-pill);
  font-family:var(--font-mono);font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;
  border:1px solid var(--line-strong);color:var(--ash);background:rgba(247,241,232,.04);
}
.chip--crema{border-color:rgba(232,163,61,.4);color:var(--crema-400);background:rgba(232,163,61,.10)}
.chip--extract{border-color:rgba(61,214,140,.4);color:var(--extract);background:rgba(61,214,140,.10)}

/* ==========================================================================
   En-tête + divulgation d'affiliation (obligatoire FTC, donc premier élément)
   ========================================================================== */
.disclosure-bar{
  background:var(--espresso-900);border-bottom:1px solid var(--line);
  font-family:var(--font-mono);font-size:.72rem;letter-spacing:.05em;color:var(--smoke);
}
.disclosure-bar .shell{display:flex;align-items:center;gap:.7rem;padding-block:.55rem;flex-wrap:wrap}
.disclosure-bar strong{color:var(--crema-400);font-weight:500}
.disclosure-bar a{color:var(--ash);text-decoration:underline;text-underline-offset:3px}

/* WordPress enveloppe chaque partie de modele dans un <div> qui ne fait que la
   hauteur de son contenu. Un `position:sticky` ne peut pas sortir de son bloc
   conteneur : sans cette regle l'en-tete se decolle au bout de ~108px. En
   effacant la boite de l'enveloppe, le conteneur devient .wp-site-blocks,
   c'est-a-dire toute la hauteur de la page. */
.wp-block-template-part:has(> .site-head){display:contents}

/* En-tete colle en haut de la fenetre. Le fond est OPAQUE par defaut : un fond
   translucide laissait le contenu defiler visiblement derriere le menu et les
   deux se confondaient. Le flou n'est ajoute que la ou il est supporte, et
   toujours par-dessus une base opaque. */
.site-head{
  position:sticky;top:0;z-index:60;
  background:var(--chrome);
  border-bottom:0;
  transition:box-shadow .22s ease;
}
/* Le filet remplace la bordure : c'est lui qui porte la separation. */
.site-head::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:2px;
  background:var(--seam);opacity:.8;transition:opacity .22s ease;
}
@supports ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .site-head{
    background:rgba(44,30,21,.94);
    -webkit-backdrop-filter:blur(16px) saturate(140%);
    backdrop-filter:blur(16px) saturate(140%);
  }
}
/* Ombre portee permanente : c'est elle qui empeche le menu de se fondre dans
   le contenu qui passe dessous. Elle ne depend d'aucun script. */
.site-head{box-shadow:0 10px 26px -18px rgba(0,0,0,.9)}
/* Si le script est la, on l'accentue des que la page a defile. */
.site-head[data-stuck="true"]{
  box-shadow:0 14px 34px -16px rgba(0,0,0,.85),0 2px 8px -4px rgba(0,0,0,.6);
}
.site-head[data-stuck="true"]::after{opacity:1}
@media (prefers-reduced-motion:reduce){.site-head{transition:none}}
.site-head .shell{display:flex;align-items:center;gap:var(--sp-5);min-height:70px}
.brand{display:flex;align-items:center;gap:.6rem;font-family:var(--font-brand);font-weight:400;font-size:1.62rem;letter-spacing:-.005em;line-height:1}
.brand__mark{width:32px;height:32px;flex:none}
.brand em{font-style:normal;color:var(--crema-400)}
.nav{display:flex;gap:.3rem;margin-left:auto}
.nav a{display:inline-flex;align-items:center;gap:.5rem;
  padding:.5rem .72rem;border-radius:var(--r-pill);font-weight:600;font-size:.94rem;
  color:var(--ash);transition:color .2s,background .2s}
/* Pictogrammes de navigation : meme grammaire que la marque de jauge —
   trait fin, bouts arrondis, aucun aplat. Discrets au repos, cuivre au survol. */
.nav__ico{width:17px;height:17px;flex:none;fill:none;stroke:currentColor;stroke-width:1.6;
  stroke-linecap:round;stroke-linejoin:round;opacity:.55;
  transition:opacity .2s ease,stroke .2s ease}
.nav a:hover .nav__ico,.nav a[aria-current="page"] .nav__ico{opacity:1;stroke:var(--crema-400)}
.nav a:hover,.nav a[aria-current="page"]{color:var(--steam);background:rgba(247,241,232,.07)}
.head-actions{display:flex;align-items:center;gap:.6rem}
.burger{display:none;width:44px;height:44px;border-radius:var(--r-sm);border:1px solid var(--line-strong);place-items:center}
@media(max-width:1120px){
  .nav{position:fixed;inset:70px 0 auto;flex-direction:column;gap:0;padding:var(--sp-4);
    background:var(--chrome);border-bottom:1px solid var(--line-strong);display:none;
    box-shadow:0 18px 34px -20px rgba(0,0,0,.9)}
  .nav[data-open="true"]{display:flex}
  .nav a{padding:.9rem;border-radius:var(--r-sm);gap:.7rem}
  .nav__ico{width:19px;height:19px;opacity:.75}
  .burger{display:grid;margin-left:auto}
  .head-actions .btn{display:none}
}

/* ==========================================================================
   Pied de page
   ========================================================================== */
.site-foot{position:relative;border-top:0;background:var(--chrome-strong);
  padding-block:var(--sp-8) var(--sp-6);margin-top:var(--sp-9)}
.site-foot::before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:var(--seam)}
.foot-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:var(--sp-6)}
.foot-grid h4{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--smoke-chrome);font-weight:500;margin-bottom:var(--sp-3)}
.foot-grid ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}
.foot-grid a{color:var(--ash);font-size:.94rem}
.foot-grid a:hover{color:var(--crema-400)}
.foot-legal{margin-top:var(--sp-7);padding-top:var(--sp-5);border-top:1px solid var(--line-strong);
  display:flex;justify-content:space-between;gap:var(--sp-4);flex-wrap:wrap;
  font-family:var(--font-mono);font-size:.72rem;color:var(--smoke-chrome)}
@media(max-width:820px){.foot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.foot-grid{grid-template-columns:1fr}}

/* ==========================================================================
   Révélation au défilement
   ========================================================================== */
.reveal{opacity:0;transform:translateY(22px)}
.reveal.is-in{opacity:1;transform:none;transition:opacity .6s var(--ease),transform .6s var(--ease)}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
  .tilt:hover{transform:none}
}


/* ==========================================================================
   Styles de page issus des trois gabarits de la maquette
   ========================================================================== */
/* ---- from index.html ---- */
/* ---- Hero ---- */
.hero{padding-block:clamp(3rem,6vw,6rem) clamp(3rem,6vw,5rem)}
.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.hero__cta{display:flex;gap:.8rem;flex-wrap:wrap;margin:var(--sp-6) 0 var(--sp-5)}
.hero__trust{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;
  font-family:var(--font-mono);font-size:.76rem;letter-spacing:.05em;color:var(--smoke)}
.hero__trust li{display:flex;align-items:center;gap:.45rem}
.hero__trust li::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--extract)}
.hero__stage{position:relative}
.hero__render{aspect-ratio:3/2;border-radius:var(--r-xl);box-shadow:var(--lift-3),var(--glow-crema);
  transform:perspective(1200px) rotateY(-6deg) rotateX(2deg)}
.hero__gauge{position:absolute;left:-1.5rem;bottom:-1.75rem;display:flex;align-items:center;gap:1rem;padding:1rem 1.35rem 1rem 1rem;max-width:22rem}
.hero__stat{position:absolute;right:-1rem;top:-1.25rem;display:flex;flex-direction:column;align-items:center;padding:.8rem 1.1rem;gap:.1rem}
.hero__stat .dial{font-size:1.6rem;letter-spacing:-.02em}
@media(max-width:900px){
  .hero__grid{grid-template-columns:1fr}
  .hero__render{transform:none}
  .hero__gauge{position:static;margin-top:1.25rem;max-width:none}
  .hero__stat{display:none}
}

/* ---- En-têtes de section ---- */
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--sp-6);
  margin-bottom:var(--sp-7);padding-bottom:var(--sp-4);border-bottom:1px solid var(--line)}
.sec-head__note{max-width:38ch;margin:0;font-size:.95rem}
@media(max-width:760px){.sec-head{flex-direction:column;align-items:flex-start}}

/* ---- Bento ---- */
.bento{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--sp-4)}
.bento a,.bento>div{display:block;color:inherit}
.bento__a{grid-column:span 2;grid-row:span 2}
.bento__e{grid-column:span 2;display:flex;flex-direction:column}
.bento__img{aspect-ratio:4/3}
.bento__a .bento__img{aspect-ratio:16/10}
.bento__body{padding:var(--sp-5);position:relative;z-index:1}
.bento__body h3{margin:.7rem 0 .5rem}
.bento__body p{margin:0;font-size:.94rem}
.link-arrow{display:inline-flex;align-items:center;gap:.45rem;margin-top:var(--sp-4);
  font-family:var(--font-mono);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--crema-400)}
.card:hover .link-arrow svg{transform:translateX(4px)}
.link-arrow svg{transition:transform .25s var(--ease)}
@media(max-width:1000px){
  .bento{grid-template-columns:repeat(2,1fr)}
  .bento__a{grid-column:span 2;grid-row:auto}
  .bento__e{grid-column:span 2}
}
@media(max-width:620px){
  .bento{grid-template-columns:1fr}
  .bento__a,.bento__e{grid-column:span 1}
}

/* ---- Outil dial-in ---- */
.bento__body--tool{display:flex;flex-direction:column;height:100%}
.tool{display:flex;align-items:center;gap:var(--sp-5);margin-top:auto;padding-top:var(--sp-5);flex-wrap:wrap}
.tool__controls{flex:1;min-width:15rem}
.tool__controls label{display:block;margin-bottom:.7rem}
input[type=range]{width:100%;height:44px;background:transparent;-webkit-appearance:none;appearance:none;cursor:pointer}
input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:3px;
  background:linear-gradient(90deg,var(--sour),var(--extract) 45%,var(--extract) 62%,var(--bitter))}
input[type=range]::-moz-range-track{height:6px;border-radius:3px;
  background:linear-gradient(90deg,var(--sour),var(--extract) 45%,var(--extract) 62%,var(--bitter))}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:26px;height:26px;margin-top:-10px;
  border-radius:50%;background:var(--crema-100);border:3px solid var(--copper-400);box-shadow:var(--lift-1)}
input[type=range]::-moz-range-thumb{width:26px;height:26px;border-radius:50%;
  background:var(--crema-100);border:3px solid var(--copper-400)}
.tool__verdict{margin:.9rem 0 0;font-size:.92rem;color:var(--ash);
  border-left:2px solid var(--extract);padding-left:.8rem}
.tool__verdict[data-state="fast"]{border-color:var(--sour)}
.tool__verdict[data-state="slow"]{border-color:var(--bitter)}
.tool__verdict strong{color:var(--steam)}

/* ---- Articles ---- */
.pulls{display:grid;grid-template-columns:1.15fr .85fr;gap:var(--sp-6)}
.pulls__img{aspect-ratio:16/9}
.pulls__body{padding:var(--sp-5);position:relative;z-index:1}
.pulls__body h3{margin:.75rem 0 .55rem;font-size:var(--step-2)}
.pulls__body p{margin:0 0 .8rem}
.pulls__list{list-style:none;margin:0;padding:0;display:grid;align-content:start;gap:0}
.pulls__list li{border-bottom:1px solid var(--line)}
.pulls__list li:first-child{border-top:1px solid var(--line)}
.pulls__list a{display:flex;gap:var(--sp-4);padding:var(--sp-4) var(--sp-2);transition:background .2s,padding-left .2s}
.pulls__list a:hover{background:rgba(247,241,232,.04);padding-left:var(--sp-4)}
.pulls__list h4{margin:0 0 .2rem;font-size:1.06rem;font-family:var(--font-body);font-weight:700;letter-spacing:-.01em;line-height:1.35}
.pulls__list p{margin:0;font-size:.82rem;font-family:var(--font-mono)}
@media(max-width:900px){.pulls{grid-template-columns:1fr}}

/* ---- Méthode ---- */
.method{background:linear-gradient(180deg,transparent,rgba(26,18,12,.7) 18%,rgba(26,18,12,.7) 82%,transparent)}
.method__grid{display:grid;grid-template-columns:.85fr 2fr;gap:var(--sp-5)}
.method__legend{padding:var(--sp-5);display:grid;gap:var(--sp-5);align-content:start}
.legend-row{display:flex;align-items:center;gap:1rem}
.legend-row p{margin:0;font-size:.92rem;line-height:1.45}
.method__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-4)}
.method__col{padding:var(--sp-5)}
.method__col ul{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.65rem;font-size:.92rem;color:var(--ash)}
.method__col li{padding-left:1.1rem;position:relative}
.method__col li::before{content:'';position:absolute;left:0;top:.62em;width:5px;height:5px;border-radius:50%;background:var(--crema-400)}
@media(max-width:1000px){.method__grid{grid-template-columns:1fr}.method__cols{grid-template-columns:1fr}}

/* ---- Newsletter ---- */
.signup{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--sp-6);padding:clamp(1.75rem,4vw,3rem)}
.signup__form label{display:block;margin-bottom:.6rem}
.signup__row{display:flex;gap:.6rem;flex-wrap:wrap}
.signup__row input{flex:1;min-width:12rem;min-height:48px;padding:.8rem 1.1rem;border-radius:var(--r-pill);
  background:rgba(18,12,8,.7);border:1px solid var(--line-strong);color:var(--steam);font:inherit}
.signup__row input::placeholder{color:var(--smoke)}
.signup__row input:focus{outline:2px solid var(--crema-400);outline-offset:2px}
@media(max-width:820px){.signup{grid-template-columns:1fr}}

/* ---- from article.html ---- */
/* ---- Barre de progression de lecture ---- */
.progress{position:sticky;top:70px;z-index:55;height:2px;background:transparent}
.progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--copper-400),var(--crema-400))}

/* ---- En-tête d'article ---- */
.post-head{padding-block:var(--sp-7) var(--sp-6);border-bottom:1px solid var(--line)}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 var(--sp-5);padding:0;
  font-family:var(--font-mono);font-size:.75rem;letter-spacing:.06em;color:var(--smoke)}
.crumbs li+li::before{content:'/';margin-right:.5rem;color:var(--espresso-700)}
.crumbs a{color:var(--ash)}
.crumbs a:hover{color:var(--crema-400)}
.post-head h1{margin:var(--sp-4) 0 var(--sp-5);font-size:var(--step-4);max-width:20ch}
.post-head .lede{margin-bottom:var(--sp-6)}
.byline{display:flex;align-items:center;gap:var(--sp-4);flex-wrap:wrap}
.byline__av{width:46px;height:46px;flex:none;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--copper-400),var(--crema-400));color:var(--espresso-950);
  font-family:var(--font-mono);font-weight:500;font-size:.85rem;letter-spacing:.04em}
.byline__name{margin:0;font-weight:700}
.byline p{margin:0}
.byline__meta{margin-left:auto!important}
@media(max-width:700px){.byline__meta{margin-left:0!important;width:100%}}

/* ---- Grille de page ---- */
.post-layout{display:grid;grid-template-columns:210px minmax(0,1fr) 290px;gap:var(--sp-7);
  align-items:start;padding-block:var(--sp-7)}
@media(max-width:1180px){.post-layout{grid-template-columns:minmax(0,1fr) 290px}.toc{display:none}}
@media(max-width:900px){.post-layout{grid-template-columns:minmax(0,1fr)}}

/* ---- Sommaire ---- */
.toc{position:sticky;top:100px}
.toc ol{list-style:none;margin:.9rem 0 0;padding:0;display:grid;gap:.1rem;
  border-left:1px solid var(--line);counter-reset:toc}
.toc a{display:block;padding:.45rem .9rem;font-size:.9rem;color:var(--ash);
  border-left:2px solid transparent;margin-left:-1px;transition:color .2s,border-color .2s}
.toc a:hover{color:var(--steam)}
.toc a.is-active{color:var(--crema-400);border-left-color:var(--crema-400)}
.toc__cta{margin-top:var(--sp-5);display:grid;gap:.6rem;justify-items:start}

/* ---- Corps ---- */
.post-body{max-width:var(--read);font-size:1.075rem;line-height:1.72}
.post-body h2{font-size:var(--step-3);margin:var(--sp-8) 0 var(--sp-4);scroll-margin-top:7rem}
.post-body h3{font-size:var(--step-1);margin:var(--sp-6) 0 var(--sp-3)}
.post-body p{color:var(--crema-100)}
.post-body p.muted{color:var(--ash)}
.has-dropcap::first-letter{
  float:left;font-family:var(--font-display);font-weight:900;font-size:3.6em;line-height:.78;
  padding:.06em .12em 0 0;color:var(--crema-400)}

.answer-box{border:1px solid rgba(232,163,61,.34);background:rgba(232,163,61,.07);
  border-radius:var(--r-md);padding:var(--sp-5);margin-bottom:var(--sp-6)}
.answer-box p:last-child{margin:.6rem 0 0}

.post-figure{margin:var(--sp-6) 0}
.post-figure .render{aspect-ratio:16/9;border-radius:var(--r-lg);box-shadow:var(--lift-2)}
figcaption{margin-top:.7rem;font-family:var(--font-mono);font-size:.78rem;color:var(--smoke)}

.specs{border:1px solid var(--line);border-radius:var(--r-md);padding:var(--sp-5);margin:var(--sp-6) 0;
  background:rgba(26,18,12,.6)}
.specs dl{margin:.9rem 0 0;display:grid;gap:.55rem}
.specs dl>div{display:flex;gap:1rem;justify-content:space-between;border-bottom:1px dashed var(--line);padding-bottom:.55rem}
.specs dl>div:last-child{border-bottom:0;padding-bottom:0}
.specs dt{color:var(--smoke);font-family:var(--font-mono);font-size:.82rem;letter-spacing:.04em}
.specs dd{margin:0;text-align:right;font-weight:600;font-size:.95rem}

.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r-md);margin:var(--sp-5) 0 .8rem}
.table-wrap:focus-visible{outline:2px solid var(--crema-400)}
table.data{width:100%;border-collapse:collapse;min-width:34rem;font-size:.94rem}
table.data th,table.data td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--line)}
table.data thead th{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--smoke);font-weight:500;background:rgba(26,18,12,.8);position:sticky;top:0}
table.data tbody th{font-weight:600;color:var(--steam)}
table.data td{color:var(--ash);font-family:var(--font-mono)}
table.data tr:last-child th,table.data tr:last-child td{border-bottom:0}
table.data .good{color:var(--extract)}
table.data .mid{color:var(--sour)}
table.data .bad{color:var(--bitter)}
table.data tr.is-best{background:rgba(61,214,140,.07)}
table.data tr.is-best th::after{content:'best';margin-left:.6rem;font-family:var(--font-mono);font-size:.66rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--extract);border:1px solid rgba(61,214,140,.4);
  padding:.1rem .4rem;border-radius:var(--r-pill)}
.table-note{font-family:var(--font-mono);font-size:.76rem;color:var(--smoke)}

.pull{margin:var(--sp-7) 0;padding:0 0 0 var(--sp-5);border-left:3px solid var(--crema-400)}
.pull p{font-family:var(--font-display);font-weight:700;font-size:var(--step-2);line-height:1.22;
  letter-spacing:-.02em;color:var(--steam);margin:0}

.steps{list-style:none;counter-reset:step;margin:var(--sp-5) 0;padding:0;display:grid;gap:var(--sp-4)}
.steps li{counter-increment:step;position:relative;padding-left:3.4rem}
.steps li::before{content:counter(step,decimal-leading-zero);position:absolute;left:0;top:.1rem;
  width:2.4rem;height:2.4rem;border-radius:50%;display:grid;place-items:center;
  font-family:var(--font-mono);font-size:.8rem;color:var(--crema-400);
  border:1px solid rgba(232,163,61,.35);background:rgba(232,163,61,.08)}
.steps h3{margin:.25rem 0 .3rem;font-size:1.12rem;font-family:var(--font-body);font-weight:700;letter-spacing:-.01em}
.steps p{margin:0;font-size:.98rem;color:var(--ash)}

.inline-buy{display:grid;grid-template-columns:170px 1fr;gap:0;margin:var(--sp-7) 0;align-items:stretch}
.inline-buy__img{border-radius:0;height:100%;min-height:190px}
.inline-buy__body{padding:var(--sp-5);position:relative;z-index:1}
.inline-buy__body h3{margin:.35rem 0 .5rem;font-size:var(--step-1)}
.inline-buy__body p{font-size:.94rem;margin-bottom:var(--sp-4)}
.inline-buy__row{display:flex;align-items:center;gap:var(--sp-4);flex-wrap:wrap}
.inline-buy__price .dial{font-size:1.5rem;margin:0;letter-spacing:-.02em}
.inline-buy__row .btn{width:auto;flex:1;min-width:9rem}
@media(max-width:640px){.inline-buy{grid-template-columns:1fr}.inline-buy__img{min-height:150px}}

.gearlist{list-style:none;margin:var(--sp-5) 0;padding:0;display:grid;gap:0}
.gearlist li{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-4);
  padding:var(--sp-4) 0;border-bottom:1px solid var(--line)}
.gearlist li:first-child{border-top:1px solid var(--line)}
.gearlist h4{margin:0 0 .15rem;font-size:1.02rem;font-family:var(--font-body);font-weight:700}
.gearlist p{margin:0;font-size:.9rem}
.gearlist .dial{font-size:1.15rem}

.verdict{display:flex;gap:var(--sp-5);align-items:center;padding:var(--sp-5);flex-wrap:wrap}
.verdict h3{margin:0 0 .5rem;font-size:var(--step-1)}
.verdict>div{flex:1;min-width:16rem;position:relative;z-index:1}
.verdict p{margin:0 0 .5rem;font-size:.96rem}

.faq{display:grid;gap:.5rem;margin-top:var(--sp-4)}
.faq details{border:1px solid var(--line);border-radius:var(--r-md);background:rgba(26,18,12,.5)}
.faq summary{cursor:pointer;padding:1rem 1.2rem;font-weight:600;list-style:none;display:flex;
  justify-content:space-between;align-items:center;gap:1rem;min-height:52px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';font-family:var(--font-mono);color:var(--crema-400);font-size:1.2rem;flex:none}
.faq details[open] summary::after{content:'\2013'}
.faq details[open] summary{border-bottom:1px solid var(--line)}
.faq p{margin:0;padding:1rem 1.2rem;font-size:.96rem;color:var(--ash)}

.author{display:flex;gap:var(--sp-4);align-items:flex-start;padding:var(--sp-5);margin-top:var(--sp-7)}
.author>div{position:relative;z-index:1}

/* ---- Colonne achat ---- */
.rail{position:sticky;top:100px;display:grid;gap:var(--sp-5)}
.rail__card{padding:var(--sp-5);display:grid;gap:var(--sp-3);justify-items:start}
.rail__card>*{position:relative;z-index:1}
.rail__img{width:100%;aspect-ratio:4/3}
.rail__card h3{font-size:var(--step-1);margin:0}
.rail__note{font-size:.9rem;margin:0}
.rail__legal{font-size:.72rem;font-family:var(--font-mono);margin:0}
.rail__related ul{list-style:none;margin:.9rem 0 0;padding:0;display:grid;gap:.8rem}
.rail__related a{font-size:.94rem;color:var(--ash);line-height:1.4;display:block;
  border-left:2px solid var(--line);padding-left:.8rem;transition:color .2s,border-color .2s}
.rail__related a:hover{color:var(--steam);border-left-color:var(--crema-400)}
@media(max-width:900px){.rail{position:static}}

/* ---- Newsletter (partagée) ---- */
.signup{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--sp-6);padding:clamp(1.75rem,4vw,3rem)}
.signup__form label{display:block;margin-bottom:.6rem}
.signup__row{display:flex;gap:.6rem;flex-wrap:wrap}
.signup__row input{flex:1;min-width:12rem;min-height:48px;padding:.8rem 1.1rem;border-radius:var(--r-pill);
  background:rgba(18,12,8,.7);border:1px solid var(--line-strong);color:var(--steam);font:inherit}
.signup__row input::placeholder{color:var(--smoke)}
@media(max-width:820px){.signup{grid-template-columns:1fr}}

/* ---- from comparatif.html ---- */
.round-head{padding-block:var(--sp-7) var(--sp-6);border-bottom:1px solid var(--line)}
.round-head h1{font-size:var(--step-4);max-width:20ch;margin-bottom:var(--sp-5)}
.round-head__meta{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:var(--sp-5)}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 var(--sp-5);padding:0;
  font-family:var(--font-mono);font-size:.75rem;letter-spacing:.06em;color:var(--smoke)}
.crumbs li+li::before{content:'/';margin-right:.5rem;color:var(--espresso-700)}
.crumbs a{color:var(--ash)}
.crumbs a:hover{color:var(--crema-400)}

.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--sp-6);
  margin-bottom:var(--sp-7);padding-bottom:var(--sp-4);border-bottom:1px solid var(--line)}
.sec-head__note{max-width:38ch;margin:0;font-size:.95rem}
@media(max-width:760px){.sec-head{flex-direction:column;align-items:flex-start}}

/* ---- Podium ---- */
.podium{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-5);align-items:start}
.podium__card{display:flex;flex-direction:column}
.podium__card--win{box-shadow:var(--lift-3),var(--glow-crema);border-color:rgba(232,163,61,.34)}
@media(min-width:961px){.podium__card--win{transform:translateY(-14px)}
  @media(hover:hover){.podium__card--win:hover{transform:perspective(900px) rotateX(3.5deg) rotateY(-4deg) translateY(-22px)}}}
.ribbon{position:absolute;top:0;left:0;z-index:3;
  padding:.4rem .9rem;border-radius:0 0 var(--r-md) 0;
  background:linear-gradient(135deg,var(--copper-400),var(--crema-400));color:var(--espresso-950);
  font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500}
.ribbon--alt{background:rgba(18,12,8,.85);color:var(--crema-400);border:1px solid rgba(232,163,61,.4);border-top:0;border-left:0}
.podium__img{aspect-ratio:4/3;border-radius:0}
.podium__body{padding:var(--sp-5);display:grid;gap:.7rem;justify-items:start;position:relative;z-index:1;flex:1;align-content:start}
.podium__body h3{margin:0;font-size:var(--step-1)}
.podium__body p{margin:0;font-size:.93rem}
.podium__price{display:flex;align-items:baseline;gap:.5rem;margin-top:auto!important}
.podium__price .dial{font-size:1.45rem;letter-spacing:-.02em}
.podium__price .meta{font-size:.8rem}
.podium__body .btn{width:100%}
@media(max-width:960px){.podium{grid-template-columns:1fr}}

/* ---- Filtres ---- */
.filters{display:flex;gap:.45rem;flex-wrap:wrap}
.filter{padding:.5rem 1rem;min-height:40px;border-radius:var(--r-pill);border:1px solid var(--line-strong);
  font-family:var(--font-mono);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;
  color:var(--ash);transition:all .2s var(--ease)}
.filter:hover{border-color:var(--crema-400);color:var(--steam)}
.filter.is-on{background:var(--crema-400);border-color:var(--crema-400);color:var(--espresso-950);font-weight:500}

/* ---- Tableau ---- */
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r-md);margin-bottom:.8rem}
.table-wrap:focus-visible{outline:2px solid var(--crema-400)}
table.data{width:100%;border-collapse:collapse;min-width:52rem;font-size:.94rem}
table.data th,table.data td{padding:.9rem 1rem;text-align:left;border-bottom:1px solid var(--line);white-space:nowrap}
table.data thead th{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--smoke);font-weight:500;background:var(--espresso-900)}
table.data tbody th{font-weight:700;color:var(--steam);position:sticky;left:0;
  background:linear-gradient(90deg,var(--espresso-900) 88%,rgba(26,18,12,0));min-width:14rem;white-space:normal}
table.data td{color:var(--ash);font-family:var(--font-mono)}
table.data tr:last-child th,table.data tr:last-child td{border-bottom:0}
table.data .good{color:var(--extract)}
table.data .mid{color:var(--sour)}
table.data .bad{color:var(--bitter)}
table.data tr.is-best td,table.data tr.is-best th{background-color:rgba(61,214,140,.06)}
table.data tr[hidden]{display:none}
.score{display:inline-grid;place-items:center;min-width:3rem;padding:.25rem .5rem;border-radius:var(--r-sm);
  font-family:var(--font-display);font-weight:900;font-size:1.05rem;color:var(--espresso-950);
  background:linear-gradient(135deg,var(--copper-400),var(--crema-400))}
.score--low{background:linear-gradient(135deg,#8a4a4c,#b0645f);color:var(--crema-100)}
.table-note{font-family:var(--font-mono);font-size:.76rem;color:var(--smoke)}
table.data .btn{min-height:34px;padding:.3rem .9rem;font-size:.75rem}

/* ---- Avis détaillés ---- */
.review{display:grid;grid-template-columns:300px 1fr;margin-bottom:var(--sp-5)}
.review__media{position:relative}
.review__img{height:100%;min-height:260px;border-radius:0}
.review__gauge{position:absolute;right:-3.4rem;top:50%;transform:translateY(-50%);z-index:4;
  background:rgba(18,12,8,.82);backdrop-filter:blur(10px);border-radius:50%;padding:.3rem;
  box-shadow:var(--lift-2)}
.review__body{padding:var(--sp-5) var(--sp-5) var(--sp-5) calc(var(--sp-5) + 2.2rem);position:relative;z-index:1}
.review__body h3{margin:.6rem 0 .6rem;font-size:var(--step-2)}
.review__body>p{font-size:.98rem}
.review--warn{border-color:rgba(229,72,77,.28)}
.proscons{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-4);margin:var(--sp-4) 0}
.proscons ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem;font-size:.92rem;color:var(--ash)}
.proscons li{padding-left:1.5rem;position:relative;line-height:1.45}
.pros li::before,.cons li::before{position:absolute;left:0;top:0;font-family:var(--font-mono);font-size:.9rem}
.pros li::before{content:'+';color:var(--extract)}
.cons li::before{content:'\2212';color:var(--bitter)}
.review__buy{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-4);flex-wrap:wrap;
  padding-top:var(--sp-4);border-top:1px solid var(--line)}
.review__buy .dial{font-size:1.5rem;letter-spacing:-.02em;margin:0}
.review__buy .btn{width:auto;min-width:12rem}
@media(max-width:860px){
  .review{grid-template-columns:1fr}
  .review__img{min-height:200px}
  .review__gauge{right:1rem;top:auto;bottom:-2.6rem;transform:none}
  .review__body{padding:calc(var(--sp-5) + 1.4rem) var(--sp-5) var(--sp-5)}
  .proscons{grid-template-columns:1fr}
}

/* ---- Verdict ---- */
.final{display:grid;grid-template-columns:1.25fr .75fr;gap:var(--sp-6);padding:clamp(1.75rem,4vw,3rem);align-items:center}
.final__list{list-style:none;margin:0;padding:0;display:grid;gap:0}
.final__list li{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;
  padding:.85rem 0;border-bottom:1px solid var(--line)}
.final__list li:first-child{border-top:1px solid var(--line)}
.final__list .dial{font-size:.74rem;color:var(--smoke)}
.final__list strong{font-family:var(--font-display);font-weight:700;font-size:1.05rem}
@media(max-width:860px){.final{grid-template-columns:1fr}}

/* ---- FAQ ---- */
.faq{display:grid;gap:.5rem}
.faq details{border:1px solid var(--line);border-radius:var(--r-md);background:rgba(26,18,12,.5)}
.faq summary{cursor:pointer;padding:1rem 1.2rem;font-weight:600;list-style:none;display:flex;
  justify-content:space-between;align-items:center;gap:1rem;min-height:52px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';font-family:var(--font-mono);color:var(--crema-400);font-size:1.2rem;flex:none}
.faq details[open] summary::after{content:'\2013'}
.faq details[open] summary{border-bottom:1px solid var(--line)}
.faq p{margin:0;padding:1rem 1.2rem;font-size:.96rem;color:var(--ash)}

/* ==========================================================================
   Adaptations WordPress (ajoutees au portage, absentes de la maquette)
   ========================================================================== */
.wp-block-group.is-layout-flow > *,
.wp-block-group.is-layout-constrained > *{margin-block-start:0}
main.wp-block-group{display:block}
.post-body > *,
.round-body > *{max-width:var(--read);margin-inline:auto}
.post-body > .alignwide,
.round-body > .alignwide{max-width:min(100% ,1080px)}
.post-body > .alignfull,
.round-body > .alignfull{max-width:none}
.post-body img,.round-body img{border-radius:var(--r-md);box-shadow:var(--lift-2)}
.post-body h2,.round-body h2{margin-top:var(--sp-7);margin-bottom:var(--sp-4)}
.post-body h3,.round-body h3{margin-top:var(--sp-6);margin-bottom:var(--sp-3)}
.post-body ul,.post-body ol,.round-body ul,.round-body ol{color:var(--ash);padding-left:1.2rem}
.post-body li,.round-body li{margin-bottom:.45rem}
.post-body a,.round-body a{color:var(--crema-400);text-decoration:underline;text-underline-offset:3px}
.post-body blockquote,.round-body blockquote{
  border-left:2px solid var(--crema-400);padding-left:var(--sp-5);margin-inline:0;
  font-family:var(--font-display);font-size:var(--step-1);color:var(--steam)}
.post-body table,.round-body table{width:100%;border-collapse:collapse;font-size:var(--step--1)}
.post-body th,.post-body td,.round-body th,.round-body td{
  border-bottom:1px solid var(--line);padding:.7rem .6rem;text-align:left}
.post-body th,.round-body th{font-family:var(--font-mono);text-transform:uppercase;
  letter-spacing:.08em;font-size:.72rem;color:var(--smoke);font-weight:500}

.wp-block-post-title a{color:inherit}
.wp-block-post-terms.eyebrow{display:inline-flex}
.wp-block-post-terms a{color:inherit}
.wp-block-post-featured-image img{border-radius:var(--r-lg);box-shadow:var(--lift-3)}
.wp-block-query-pagination{margin-top:var(--sp-7);display:flex;gap:.9rem;
  font-family:var(--font-mono);font-size:var(--step--1);letter-spacing:.08em}
.wp-block-query-pagination a:hover{color:var(--crema-400)}
.bench-grid{gap:var(--sp-5)!important}
.post-byline{gap:1rem;align-items:center;margin-top:var(--sp-4)}

/* Barre d'admin : le header colle sous elle */
.admin-bar .site-head{top:32px}
@media(max-width:782px){.admin-bar .site-head{top:46px}}
@media(max-width:1120px){.admin-bar .nav{top:calc(70px + 32px)}}

/* Commentaires */
.wp-block-comments{max-width:var(--read);margin-inline:auto;padding-block:var(--sp-7)}
.wp-block-comments input,.wp-block-comments textarea{
  background:rgba(247,241,232,.04);border:1px solid var(--line-strong);
  border-radius:var(--r-sm);color:var(--steam);padding:.7rem .9rem;font:inherit;width:100%}
