/* ==========================================================================
   HUB "Meilleure machine à café" - page-meilleure-machine-a-cafe.php
   Portée sous .cc-hub. Tokens --cc-* définis dans style.css.
   ========================================================================== */
.cc-hub{--maxw:1120px}
.cc-hub *{box-sizing:border-box}
.cc-hub .wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:22px}
.cc-hub h1,.cc-hub h2,.cc-hub h3{font-family:var(--cc-serif);font-weight:600;line-height:1.14;letter-spacing:-.01em;text-wrap:balance;margin:0}
.cc-hub .eyebrow{font-family:var(--cc-sans);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cc-brand)}
.cc-hub section{padding:44px 0}
.cc-hub .sec-head{margin-bottom:22px}
.cc-hub .sec-head h2{font-size:clamp(23px,3vw,31px)}
.cc-hub .sec-head p{color:var(--cc-ink-soft);margin:8px 0 0;text-wrap:balance}

/* HERO */
.cc-hub .hub-hero{background:linear-gradient(180deg,var(--cc-cream-2),var(--cc-cream));padding:46px 0 34px;border-bottom:1px solid var(--cc-line)}
.cc-hub .hub-hero h1{font-size:clamp(30px,4.4vw,46px);max-width:16ch}
.cc-hub .hub-hero .lead{font-size:17.5px;color:var(--cc-ink-soft);max-width:64ch;margin:16px 0 0}
.cc-hub .hub-stats{display:flex;flex-wrap:wrap;gap:26px;margin-top:26px}
.cc-hub .hub-stats > div{border-left:2px solid var(--cc-brand);padding-left:12px}
.cc-hub .hub-stats .n{font-family:var(--cc-serif);font-size:26px;font-weight:600}
.cc-hub .hub-stats small{display:block;color:var(--cc-ink-soft);font-size:12.5px}

/* TABLEAU comparatif par type */
.cc-hub .cmp-scroll{overflow-x:auto;border:1px solid var(--cc-line);border-radius:var(--cc-r);background:var(--cc-card)}
.cc-hub table.cmp{width:100%;border-collapse:collapse;min-width:640px;font-family:var(--cc-sans);font-size:14px}
.cc-hub table.cmp th,.cc-hub table.cmp td{padding:13px 16px;text-align:left;border-bottom:1px solid var(--cc-line);vertical-align:top}
.cc-hub table.cmp thead th{background:var(--cc-cream-2);font-weight:700;color:var(--cc-ink);white-space:nowrap}
.cc-hub table.cmp tbody th{font-weight:700;color:var(--cc-espresso);white-space:nowrap}
.cc-hub table.cmp tbody tr:last-child td,.cc-hub table.cmp tbody tr:last-child th{border-bottom:0}
.cc-hub table.cmp .good{color:var(--cc-green);font-weight:700}

/* SELECTION par profil */
.cc-hub .profil-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cc-hub .profil{background:var(--cc-card);border:1px solid var(--cc-line);border-radius:var(--cc-r);padding:18px;box-shadow:var(--cc-shadow);display:flex;flex-direction:column;transition:.18s}
.cc-hub .profil:hover{transform:translateY(-3px);box-shadow:var(--cc-shadow-lg)}
.cc-hub .profil .badge{font-family:var(--cc-sans);font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--cc-brand);margin-bottom:8px}
.cc-hub .profil h3{font-family:var(--cc-sans);font-size:16px;font-weight:700}
.cc-hub .profil p{color:var(--cc-ink-soft);font-size:13.5px;margin:8px 0 14px}
.cc-hub .profil a.more{margin-top:auto;color:var(--cc-brand);font-weight:650;font-size:14px;text-decoration:none}
@media(max-width:900px){.cc-hub .profil-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.cc-hub .profil-grid{grid-template-columns:1fr}}

/* GRILLE filtrable (fiches réelles) */
.cc-hub .filter-bar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:20px}
.cc-hub .filter-bar .fb-search{margin-left:auto;display:flex;align-items:center;border:1px solid var(--cc-line);border-radius:var(--cc-r-pill);background:var(--cc-card);padding:2px 6px}
.cc-hub .filter-bar .fb-search input{border:0;background:transparent;outline:none;padding:8px 6px 8px 10px;font-family:var(--cc-sans);font-size:13.5px;color:var(--cc-ink);width:150px}
.cc-hub .fb-btn{font-family:var(--cc-sans);font-size:13.5px;font-weight:600;padding:8px 14px;border-radius:var(--cc-r-pill);border:1px solid var(--cc-line);background:var(--cc-card);color:var(--cc-ink-soft);cursor:pointer;transition:.15s}
.cc-hub .fb-btn:hover{border-color:var(--cc-brand);color:var(--cc-ink)}
.cc-hub .fb-btn.active{background:var(--cc-brand);border-color:var(--cc-brand);color:#fff}
.cc-hub .fiche-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cc-hub .fiche{background:var(--cc-card);border:1px solid var(--cc-line);border-radius:var(--cc-r);overflow:hidden;box-shadow:var(--cc-shadow);display:flex;flex-direction:column;transition:.18s}
.cc-hub .fiche:hover{transform:translateY(-3px);box-shadow:var(--cc-shadow-lg)}
.cc-hub .fiche .thumb{aspect-ratio:4/3;background:var(--cc-cream-2);display:block;overflow:hidden}
.cc-hub .fiche .thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.cc-hub .fiche .body{padding:13px 15px;display:flex;flex-direction:column;gap:8px;flex:1}
.cc-hub .fiche .brand{font-family:var(--cc-sans);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--cc-brand)}
.cc-hub .fiche h3{font-family:var(--cc-sans);font-size:14px;font-weight:650;line-height:1.3}
.cc-hub .fiche .go{margin-top:auto;font-size:13px;font-weight:650;color:var(--cc-ink)}
.cc-hub .fiche:hover .go{color:var(--cc-brand)}
.cc-hub .fiche.hide{display:none}
.cc-hub .no-res{display:none;color:var(--cc-ink-soft);padding:20px 0}
@media(max-width:900px){.cc-hub .fiche-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.cc-hub .fiche-grid{grid-template-columns:1fr 1fr;gap:12px}}

/* GUIDE éditorial */
.cc-hub .guide{max-width:760px}
.cc-hub .guide h2{font-size:clamp(22px,2.8vw,28px);margin:34px 0 12px}
.cc-hub .guide h3{font-family:var(--cc-serif);font-size:20px;margin:24px 0 8px}
.cc-hub .guide p{color:var(--cc-ink);line-height:1.7;margin:0 0 14px}
.cc-hub .guide ul{margin:0 0 16px;padding-left:22px;list-style:disc}
.cc-hub .guide li{margin-bottom:7px;line-height:1.6}
.cc-hub .guide a{color:var(--cc-brand);text-decoration:underline;text-underline-offset:2px}

/* FAQ accordéon */
.cc-hub .faq{max-width:820px}
.cc-hub .faq details{background:var(--cc-card);border:1px solid var(--cc-line);border-radius:var(--cc-r-sm);margin-bottom:10px;overflow:hidden}
.cc-hub .faq summary{list-style:none;cursor:pointer;padding:16px 20px;font-weight:650;font-family:var(--cc-sans);font-size:15.5px;display:flex;justify-content:space-between;align-items:center;gap:14px}
.cc-hub .faq summary::-webkit-details-marker{display:none}
.cc-hub .faq summary::after{content:"+";color:var(--cc-brand);font-size:22px;font-weight:400;line-height:1;flex:0 0 auto}
.cc-hub .faq details[open] summary::after{content:"-"}
.cc-hub .faq details[open] summary{border-bottom:1px solid var(--cc-line)}
.cc-hub .faq .a{padding:14px 20px 18px;color:var(--cc-ink-soft);font-size:14.5px;line-height:1.65}

/* sections claires/alternées */
.cc-hub .band{background:var(--cc-card);border-block:1px solid var(--cc-line)}

/* ==========================================================================
   HUB v2 : top cercles + onglets + fixes carte GridBuilder
   ========================================================================== */
.cc-hub .hub-top{background:linear-gradient(180deg,var(--cc-cream-2),var(--cc-cream));padding:30px 0 30px;border-bottom:1px solid var(--cc-line)}
.cc-hub .hub-bc{font-size:13px;color:var(--cc-ink-soft);margin-bottom:14px}
.cc-hub .hub-bc a{color:var(--cc-ink-soft);text-decoration:none}
.cc-hub .hub-bc a:hover{color:var(--cc-brand)}
.cc-hub .hub-top h1{font-size:clamp(30px,4.4vw,46px);max-width:18ch}
.cc-hub .hub-top .lead{font-size:17px;color:var(--cc-ink-soft);max-width:66ch;margin:16px 0 0}

/* cercles de catégories */
.cc-hub .cat-circles{display:flex;gap:24px;flex-wrap:wrap;justify-content:center;margin-bottom:26px}
.cc-hub .cat-circle{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;width:100px}
.cc-hub .cc-disc{width:88px;height:88px;border-radius:50%;background:var(--cc-card) center/42% no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A9773B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8h13v5a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5z'/%3E%3Cpath d='M17 9h2.5a2.5 2.5 0 0 1 0 5H17'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");border:1px solid var(--cc-line);box-shadow:var(--cc-shadow);transition:.18s}
.cc-hub .cat-circle:hover .cc-disc{transform:translateY(-3px);box-shadow:var(--cc-shadow-lg);border-color:var(--cc-brand)}
.cc-hub .cat-lbl{font-family:var(--cc-sans);font-size:13.5px;font-weight:650;color:var(--cc-ink);text-align:center;line-height:1.25}
.cc-hub .cat-circle:hover .cat-lbl{color:var(--cc-brand)}
@media(max-width:640px){.cc-hub .cat-circles{gap:12px 16px}.cc-hub .cat-circle{width:84px}.cc-hub .cc-disc{width:68px;height:68px}}

/* grille : neutralise le voile bleu + nom lisible */

/* onglets */
.cc-hub .hub-editorial{padding-top:40px;padding-bottom:52px}
.cc-hub .tab-btns{display:flex;gap:4px;flex-wrap:wrap;border-bottom:2px solid var(--cc-line);margin-bottom:26px}
.cc-hub .tab-btn{font-family:var(--cc-sans);font-size:15px;font-weight:650;padding:12px 20px;border:0;background:transparent;color:var(--cc-ink-soft);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:.15s}
.cc-hub .tab-btn:hover{color:var(--cc-ink)}
.cc-hub .tab-btn.active{color:var(--cc-brand);border-bottom-color:var(--cc-brand)}
.cc-hub .tab-panel{display:none}
.cc-hub .tab-panel.active{display:block;animation:ccfade .28s ease}
@keyframes ccfade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.cc-hub .faq-more{margin-top:20px;color:var(--cc-ink-soft)}
.cc-hub .faq-more a{color:var(--cc-brand)}

/* ==========================================================================
   HUB v3 : centrage, Top 5, onglets centrés
   ========================================================================== */
/* fix centrage (neutralise le container Neve sur cette page uniquement) */
.wrapper .neve-main{max-width:none!important;padding-left:0!important;padding-right:0!important;margin:0 auto!important}
.cc-hub{width:100%}
.cc-hub .wrap{margin-left:auto;margin-right:auto}
.cc-hub .sec-center{text-align:center}
.cc-hub .sec-center p{margin-inline:auto}

/* Top 5 palmarès (compact, en haut des textes) */
.cc-hub .hub-top5{margin-bottom:40px}
.cc-hub .top5{list-style:none;margin:0;padding:0;display:grid;gap:10px;max-width:840px;margin-inline:auto}
.cc-hub .t5{display:flex;align-items:center;gap:16px;background:var(--cc-card);border:1px solid var(--cc-line);border-radius:var(--cc-r-sm);padding:13px 18px;text-decoration:none;box-shadow:var(--cc-shadow);transition:.16s}
.cc-hub .t5:hover{transform:translateX(3px);border-color:color-mix(in srgb,var(--cc-brand) 45%,var(--cc-line));box-shadow:var(--cc-shadow-lg)}
.cc-hub .t5 .rk{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:var(--cc-brand);color:#fff;font-family:var(--cc-serif);font-weight:700;display:flex;align-items:center;justify-content:center;font-size:16px}
.cc-hub .t5-b{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}
.cc-hub .t5-tag{font-family:var(--cc-sans);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--cc-brand)}
.cc-hub .t5-name{font-family:var(--cc-sans);font-weight:700;font-size:15px;color:var(--cc-ink)}
.cc-hub .t5-why{font-size:13px;color:var(--cc-ink-soft)}
.cc-hub .t5-go{flex:0 0 auto;font-family:var(--cc-sans);font-weight:650;font-size:13.5px;color:var(--cc-brand)}
@media(max-width:560px){.cc-hub .t5-why{display:none}.cc-hub .t5-go{display:none}.cc-hub .t5{gap:12px;padding:12px 14px}}

/* onglets centrés + guide/faq centrés dans le wrap large */
.cc-hub .tab-btns{justify-content:center;gap:8px}
.cc-hub .tab-btn{font-size:14.5px;padding:11px 18px}
.cc-hub .guide,.cc-hub .faq{margin-inline:auto}

/* ==========================================================================
   HUB v4 : FORCER pleine largeur + aération (fix serré/collé/moche)
   ========================================================================== */
body.page-id-7020 .wrapper,
body.page-id-7020 .neve-main{max-width:100%!important;width:auto!important;padding-left:0!important;padding-right:0!important;margin:0!important;float:none!important}
body.page-id-7020 .neve-main > *{max-width:100%!important}
.cc-hub .wrap{max-width:1220px!important;margin-left:auto!important;margin-right:auto!important;padding-inline:clamp(22px,4vw,44px)!important}
.cc-hub section,.cc-hub .hub-top{padding-top:clamp(36px,5vw,58px);padding-bottom:clamp(36px,5vw,58px)}
.cc-hub .hub-editorial{padding-top:clamp(44px,5vw,66px)}
.cc-hub .guide,.cc-hub .faq{max-width:840px;margin-inline:auto}
.cc-hub .top5{max-width:920px}
/* hero pleine largeur, bande crème edge-to-edge */
.cc-hub .hub-top{background:linear-gradient(180deg,var(--cc-cream-2),var(--cc-cream))}

/* ==========================================================================
   HUB v5 : layout LARGE + tout aligné à gauche (façon quel-robot-tondeuse / quel-canape)
   ========================================================================== */
.cc-hub .wrap{max-width:1400px!important;margin-left:auto!important;margin-right:auto!important;padding-inline:clamp(20px,5vw,60px)!important}
/* hero : H1 pleine largeur, plus de bride 18ch */
.cc-hub .hub-top h1{max-width:none!important;font-size:clamp(32px,4.6vw,54px);margin-top:6px}
.cc-hub .hub-top .lead{max-width:none!important}
/* cercles : étalés sur toute la largeur, alignés au reste */
.cc-hub .cat-circles{justify-content:space-between!important;gap:16px;margin-bottom:22px}
/* titres de section alignés à gauche (comme les réfs), plus centrés */
.cc-hub .sec-center{text-align:left!important}
.cc-hub .sec-center p{margin-inline:0!important}
.cc-hub .tab-btns{justify-content:flex-start!important}
/* Top 5 + textes : pleine largeur alignée à gauche, pas centrés/collés */
.cc-hub .top5{max-width:none!important;margin-inline:0!important}
.cc-hub .guide,.cc-hub .faq{max-width:900px!important;margin-left:0!important;margin-right:0!important}
@media(max-width:760px){.cc-hub .cat-circles{justify-content:center!important;gap:14px 18px}}

/* ==========================================================================
   HUB v6 : H1 plus mesuré + cercles variés (SVG inline) sous l'intro
   ========================================================================== */
.cc-hub .hub-top h1{font-size:clamp(26px,3.3vw,40px)!important;line-height:1.15}
.cc-hub .cat-circles{margin-top:28px;margin-bottom:0}
.cc-hub .cc-disc{width:72px;height:72px;background:var(--cc-card)!important;background-image:none!important;display:flex;align-items:center;justify-content:center}
.cc-hub .cc-disc svg{width:40%;height:40%;color:var(--cc-brand)}
@media(max-width:640px){.cc-hub .cc-disc{width:60px;height:60px}}

/* ==========================================================================
   HUB v7 : cercles rapprochés (desktop) + défilement horizontal (mobile)
   ========================================================================== */
.cc-hub .cat-circles{justify-content:flex-start!important;flex-wrap:nowrap!important;gap:clamp(22px,2.6vw,44px)!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px;margin-top:26px;margin-bottom:0}
.cc-hub .cat-circles::-webkit-scrollbar{display:none}
.cc-hub .cat-circle{flex:0 0 auto;width:92px}
@media(max-width:640px){.cc-hub .cat-circles{gap:18px!important}.cc-hub .cat-circle{width:80px}.cc-hub .cc-disc{width:66px;height:66px}}

/* v8 : cercles CENTRÉS sur desktop, flex-start (pour le scroll) sur mobile */
.cc-hub .cat-circles{justify-content:center!important}
@media(max-width:900px){.cc-hub .cat-circles{justify-content:flex-start!important}}

/* v9 : onglets centrés + espace titre FAQ / 1ere carte */
.cc-hub .tab-btns{justify-content:center!important}
.cc-hub .tab-panel > h2:first-child{margin-top:0}
.cc-hub .faq h2{margin:0 0 24px!important}

/* v10 : contenu onglets centré + moins d'espace cercles -> comparateur */
.cc-hub .guide,.cc-hub .faq{margin-left:auto!important;margin-right:auto!important}
.cc-hub .hub-top{padding-bottom:clamp(22px,3vw,32px)!important}
.cc-hub .hub-grid{padding-top:clamp(26px,3.4vw,38px)!important}

/* ==========================================================================
   v11 : gabarit hub porté sur les POSTS comparatifs (.cc-cmp-page / .cc-cmp)
   Miroir des règles page-id-7020, keyées sur la classe body des comparatifs.
   ========================================================================== */
body.cc-cmp-page .wrapper,
body.cc-cmp-page .neve-main{max-width:100%!important;width:auto!important;padding-left:0!important;padding-right:0!important;margin:0 auto!important;float:none!important}
body.cc-cmp-page .neve-main > *{max-width:100%!important}

/* ==========================================================================
   v12 : section "Ma sélection" des comparatifs (blocs produits + box AAWP)
   Écho visuel du Top5, tokens identiques. Remplace les colonnes rouge/vert.
   ========================================================================== */
.cc-hub .cc-sel{max-width:900px;margin-inline:auto;display:grid;gap:24px}
.cc-hub .cc-sel-item{background:var(--cc-card);border:1px solid var(--cc-line);border-radius:var(--cc-r);box-shadow:var(--cc-shadow);padding:22px 24px}
.cc-hub .cc-sel-head{display:flex;align-items:center;gap:14px;margin-bottom:4px}
.cc-hub .cc-sel-rk{flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:var(--cc-brand);color:#fff;font-family:var(--cc-serif);font-weight:700;display:flex;align-items:center;justify-content:center;font-size:16px}
.cc-hub .cc-sel-titles{display:flex;flex-direction:column;gap:1px;min-width:0}
.cc-hub .cc-sel-tag{font-family:var(--cc-sans);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--cc-brand)}
.cc-hub .cc-sel-head h3{font-family:var(--cc-sans);font-size:17.5px;font-weight:700;margin:0;line-height:1.25}
.cc-hub .cc-sel-item > p{line-height:1.7;color:var(--cc-ink);margin:14px 0}
.cc-hub .cc-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px 26px;margin-top:12px}
.cc-hub .cc-pros h4,.cc-hub .cc-cons h4{font-family:var(--cc-sans);font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;margin:0 0 6px}
.cc-hub .cc-pros h4{color:var(--cc-green)}
.cc-hub .cc-cons h4{color:var(--cc-ink-soft)}
.cc-hub .cc-pros ul,.cc-hub .cc-cons ul{margin:0;padding-left:18px;list-style:disc}
.cc-hub .cc-pros li,.cc-hub .cc-cons li{margin-bottom:4px;font-size:13.5px;line-height:1.5;color:var(--cc-ink-soft)}
.cc-hub .cc-sel-item .aawp{margin:6px 0 4px}
.cc-hub .cc-video{max-width:760px;margin:26px auto 0;aspect-ratio:16/9}
.cc-hub .cc-video iframe{width:100%;height:100%;border:0;border-radius:var(--cc-r-sm)}
@media(max-width:560px){.cc-hub .cc-cols{grid-template-columns:1fr;gap:8px}}

/* ==========================================================================
   v13 : FIX bande blanche à droite sur les comparatifs (single).
   Force toute la chaîne d ancêtres en pleine largeur + coupe tout débordement
   horizontal. Forte spécificité (html body) pour battre toute règle Neve/single.
   ========================================================================== */
html body.cc-cmp-page{overflow-x:hidden!important}
html body.cc-cmp-page .wrapper,
html body.cc-cmp-page .neve-main,
html body.cc-cmp-page .cc-hub,
html body.cc-cmp-page .cc-hub > section{
  width:100%!important;max-width:100%!important;
  margin-left:0!important;margin-right:0!important;
  align-self:stretch!important;
  float:none!important;
}
html body.cc-cmp-page .neve-main,
html body.cc-cmp-page .cc-hub{padding-left:0!important;padding-right:0!important}

/* ============================================================
   Comparatif hub — tableau .cmp-table (charte café)
   Remplace le Top 5. Lien produit auto (actif à la publication).
   ============================================================ */
.hub-cmp{margin:8px 0 52px}
.hub-cmp .sec-head{text-align:left}
.hub-cmp .sec-sub{max-width:none;margin:10px 0 0;color:var(--cc-ink-soft);text-align:left;line-height:1.55}
.hub-cmp .cmp-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border-radius:16px;margin-top:20px}
.cmp-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:auto;background:var(--cc-card);border:1px solid var(--cc-line);border-radius:16px;overflow:hidden;box-shadow:var(--cc-shadow);font-size:.94rem;min-width:680px;margin:0}
.cmp-table thead th{background:linear-gradient(155deg,var(--cc-espresso),var(--cc-dark));color:var(--cc-on-dark);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;padding:14px 16px;text-align:left;white-space:nowrap;border:0}
.cmp-table tbody td{padding:14px 16px;border:0;border-top:1px solid var(--cc-line);color:var(--cc-ink);vertical-align:middle;background:var(--cc-card)}
.cmp-table tbody tr:hover td{background:var(--cc-cream)}
.cmp-table tbody td:first-child{font-weight:800;font-family:var(--cc-sans);white-space:nowrap}
.cmp-table td:first-child a{color:var(--cc-espresso);font-weight:800;text-decoration:none;border-bottom:2px solid var(--cc-brand-tint);transition:color .15s,border-color .15s}
.cmp-table td:first-child a:hover{color:var(--cc-brand-dark);border-color:var(--cc-brand)}
.cmp-table .ideal{font-weight:600;color:var(--cc-espresso)}
.cmp-table .c-note{font-variant-numeric:tabular-nums;font-weight:800;color:var(--cc-brand-dark);white-space:nowrap}
.cmp-table .c-bud{font-weight:600;white-space:nowrap;color:var(--cc-ink-soft)}
.cmp-table tbody tr.best td{background:var(--cc-brand-tint)}
.cmp-table tbody tr.best:hover td{background:var(--cc-cream-2)}
.cmp-table tbody tr.best td:first-child a{border-bottom-color:var(--cc-brand)}
.cmp-table .tag-best{display:inline-block;font-size:.55rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--cc-brand);border-radius:999px;padding:3px 8px;margin-left:8px;vertical-align:middle;white-space:nowrap}
@media(max-width:600px){
  /* Vrai tableau, propre : 1re colonne (Modèle) gelée, le reste défile.
     overflow:hidden sur la table casserait le sticky -> radius/bordure sur .cmp-scroll. */
  .hub-cmp .cmp-scroll{border:1px solid var(--cc-line);border-radius:16px;box-shadow:var(--cc-shadow);overflow-x:auto}
  .cmp-table{overflow:visible;border:0;border-radius:0;box-shadow:none;min-width:600px;font-size:.85rem}
  .cmp-table thead th,.cmp-table tbody td{padding:11px 12px}
  .cmp-table th:first-child,.cmp-table td:first-child{position:sticky;left:0;z-index:2;box-shadow:7px 0 9px -7px rgba(45,30,15,.28)}
  .cmp-table thead th:first-child{background:var(--cc-espresso)}
  .cmp-table tbody td:first-child{background:var(--cc-card);white-space:normal;min-width:134px}
  .cmp-table tbody tr:hover td:first-child{background:var(--cc-cream)}
  .cmp-table tbody tr.best td:first-child{background:var(--cc-brand-tint)}
  .cmp-table td:first-child .tag-best{display:block;width:fit-content;margin:6px 0 0}
  .cmp-table .ideal{white-space:normal;min-width:150px;display:inline-block}
}
