/* ============================================================
   MEILLEUR-BRASERO — Single Article Template
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,600;0,9..144,700;1,9..144,400&family=Instrument+Sans:wght@400;500;600&display=swap');

/* ── TOKENS ─────────────────────────── */
.nvc-article {
  --cream:     #f9f5ef;
  --parchment: #f0e9dc;
  --ember:     #c94e1c;
  --copper:    #a8441a;
  --ash:       #2a2520;
  --charcoal:  #1a1612;
  --ink:       #3b322a;
  --smoke:     #8a7d72;
  --gold:      #d4943a;
  --green-ok:  #3a7c52;
  --bd:        rgba(42,37,32,.12);
  --r:         8px;
}

/* ── RESET NEVE WRAPPERS ────────────── */
.nvc-article .nv-content-wrap,
.nvc-article .container,
.nvc-article #content {
  padding: 0 !important;
  max-width: none !important;
}
.nvc-article .neve-main {
  padding-top: 0 !important;
}
body.single-post {
  background: var(--cream, #f9f5ef);
}
.nvc-article * { box-sizing: border-box; }

/* ── GRAIN OVERLAY ──────────────────── */
.nvc-article::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9998;
  opacity: .45;
}

/* ── HERO ───────────────────────────── */
.nvc-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--charcoal, #1a1612);
}
.nvc-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(201,78,28,.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.nvc-hero-content {
  padding: 64px 48px 64px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.nvc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ember, #c94e1c);
  margin-bottom: 20px;
}
.nvc-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ember, #c94e1c);
}
.nvc-hero h1 {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: #fff !important;
  margin-bottom: 18px !important;
  letter-spacing: -.02em !important;
}
.nvc-hero-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.nvc-stars {
  display: flex;
  gap: 2px;
  color: var(--gold, #d4943a);
  font-size: 1.1rem;
}
.nvc-rating-txt {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,.55);
}
.nvc-badge {
  background: rgba(201,78,28,.2);
  border: 1px solid rgba(201,78,28,.4);
  color: #ff9a6c;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 99px;
}
.nvc-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 28px;
}
.nvc-price {
  font-family: 'Fraunces', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.nvc-price-old {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.1rem;
  color: rgba(255,255,255,.3);
  text-decoration: line-through;
}
.nvc-save {
  background: var(--ember, #c94e1c);
  color: #fff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 4px;
  letter-spacing: .04em;
}
.nvc-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--ember, #c94e1c);
  color: #fff !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 15px 28px !important;
  border-radius: var(--r, 8px) !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: 0 4px 24px rgba(201,78,28,.35);
  transition: transform .2s, box-shadow .2s;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.nvc-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.14) 0%, transparent 50%);
  pointer-events: none;
}
.nvc-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(201,78,28,.5);
  color: #fff !important;
}
.nvc-hero-img-panel {
  position: relative;
  overflow: hidden;
  min-height: 380px;
}
.nvc-hero-img-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .82;
  animation: nvcHeroZoom 8s ease forwards;
}
@keyframes nvcHeroZoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1); }
}
.nvc-hero-img-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--charcoal, #1a1612) 0%, transparent 45%);
}

/* ── PAGE WRAP ──────────────────────── */
.nvc-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── BREADCRUMB ─────────────────────── */
.nvc-breadcrumb {
  padding: 14px 0;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 12px;
  color: var(--smoke, #8a7d72);
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.nvc-breadcrumb a {
  color: var(--smoke, #8a7d72);
  text-decoration: none;
}
.nvc-breadcrumb a:hover { color: var(--ember, #c94e1c); }
.nvc-breadcrumb-sep { opacity: .4; }

/* ── CONTENT GRID ───────────────────── */
.nvc-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 52px;
  padding: 56px 0 88px;
  align-items: start;
}

/* ── ARTICLE BODY ───────────────────── */
.nvc-body {
  min-width: 0;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink, #3b322a);
}
.nvc-body p { margin-bottom: 16px; }
.nvc-body strong { color: var(--charcoal, #1a1612); font-weight: 600; }

.nvc-body h2 {
  font-family: 'Fraunces', serif !important;
  font-size: 1.55rem !important;
  font-weight: 700 !important;
  color: var(--charcoal, #1a1612) !important;
  margin: 44px 0 18px !important;
  letter-spacing: -.02em !important;
  line-height: 1.25 !important;
  display: flex;
  align-items: center;
  gap: 12px;
}
.nvc-body h2::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, var(--bd, rgba(42,37,32,.12)), transparent);
}
.nvc-body h3 {
  font-family: 'Fraunces', serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: var(--ash, #2a2520) !important;
  margin: 28px 0 12px !important;
  letter-spacing: -.01em !important;
}

/* ── HIDE CONTENT PRODUCT HEADER (hero replaces it) ── */
.nvc-body .mb-product-header { display: none !important; }

/* ── SUMMARY BOX ────────────────────── */
.nvc-body .mb-summary-box {
  background: linear-gradient(135deg, var(--ash, #2a2520) 0%, #1e1a15 100%);
  border-radius: 12px;
  padding: 28px;
  margin: 0 0 36px;
  position: relative;
  overflow: hidden;
  border: none !important;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
}
.nvc-body .mb-summary-box::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(201,78,28,.35), rgba(212,148,58,.2), transparent 60%);
  z-index: 0;
}
.nvc-body .mb-summary-box > * { position: relative; z-index: 1; }
.nvc-body .mb-summary-box table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.nvc-body .mb-summary-box table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
  background: none !important;
}
.nvc-body .mb-summary-box table tr:last-child td { border-bottom: none !important; }
.nvc-body .mb-summary-box table td:first-child {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  font-weight: 600;
  width: 38%;
  word-break: break-word;
  overflow-wrap: break-word;
}
.nvc-body .mb-summary-box table td:last-child {
  font-size: 14px;
  color: rgba(255,255,255,.88);
  font-weight: 500;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* ── SPEC TABLE ─────────────────────── */
.nvc-body table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 10px !important;
  overflow: hidden;
  border: 1px solid var(--bd, rgba(42,37,32,.12)) !important;
  margin: 20px 0 36px !important;
  font-size: 14px;
}
.nvc-body table th {
  background: var(--ash, #2a2520) !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 10px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  padding: 13px 16px !important;
  text-align: left !important;
}
.nvc-body table td {
  padding: 12px 16px !important;
  border-bottom: 1px solid var(--bd, rgba(42,37,32,.12)) !important;
}
.nvc-body table tr:last-child td { border-bottom: none !important; }
.nvc-body table td:first-child {
  font-weight: 600;
  color: var(--smoke, #8a7d72);
  width: 40%;
  font-size: 13px;
}
.nvc-body table tr:nth-child(odd) td  { background: var(--parchment, #f0e9dc) !important; }
.nvc-body table tr:nth-child(even) td { background: var(--cream, #f9f5ef) !important; }

/* ── PROS / CONS ────────────────────── */
.nvc-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0 36px;
}
.nvc-pros, .nvc-cons {
  border-radius: 10px;
  padding: 22px;
}
.nvc-pros { background: #f0f7f3; border: 1px solid rgba(58,124,82,.15); }
.nvc-cons { background: #fdf3ef; border: 1px solid rgba(201,78,28,.15); }
.nvc-pros h4, .nvc-cons h4 {
  font-family: 'Fraunces', serif;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.nvc-pros h4 { color: var(--green-ok, #3a7c52); }
.nvc-cons h4 { color: var(--ember, #c94e1c); }
.nvc-pros ul, .nvc-cons ul {
  list-style: none !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.nvc-pros li, .nvc-cons li {
  font-size: 13.5px;
  display: flex;
  gap: 9px;
  align-items: flex-start;
  line-height: 1.5;
  color: var(--ink, #3b322a);
}
.nvc-pros li::before { content: '✓'; color: var(--green-ok); font-weight: 700; flex-shrink: 0; }
.nvc-cons li::before { content: '—'; color: var(--ember); font-weight: 700; flex-shrink: 0; }

/* ── VERDICT BOX ────────────────────── */
.nvc-body .mb-verdict-box {
  background: var(--charcoal, #1a1612) !important;
  border-radius: 12px !important;
  padding: 40px !important;
  margin: 44px 0 !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: none !important;
  color: rgba(255,255,255,.75) !important;
}
.nvc-body .mb-verdict-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--ember), var(--gold));
}
.nvc-body .mb-verdict-box::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,78,28,.15) 0%, transparent 70%);
  pointer-events: none;
}
.nvc-body .mb-verdict-box h3 {
  font-family: 'Fraunces', serif !important;
  font-size: 1.3rem !important;
  color: #fff !important;
  margin-bottom: 12px !important;
  position: relative;
  z-index: 1;
}
.nvc-body .mb-verdict-box p {
  color: rgba(255,255,255,.65);
  max-width: 460px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}
.nvc-body .mb-verdict-box .mb-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: var(--ember, #c94e1c) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 17px 36px !important;
  border-radius: var(--r, 8px) !important;
  text-decoration: none !important;
  box-shadow: 0 4px 28px rgba(201,78,28,.4);
  position: relative;
  z-index: 1;
  transition: transform .2s, box-shadow .2s;
}
.nvc-body .mb-verdict-box .mb-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(201,78,28,.5);
}

/* ── FAQ ────────────────────────────── */
.nvc-body .mb-faq h2 {
  font-family: 'Fraunces', serif !important;
  font-size: 1.55rem !important;
}
.nvc-faq-item {
  border-bottom: 1px solid var(--bd, rgba(42,37,32,.12));
}
.nvc-faq-item:first-of-type { border-top: 1px solid var(--bd); }
.nvc-faq-btn {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 0;
  cursor: pointer;
  text-align: left;
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ash, #2a2520);
  line-height: 1.4;
}
.nvc-faq-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--parchment, #f0e9dc);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
  color: var(--ember);
  transition: transform .3s, background .2s;
}
.nvc-faq-item.open .nvc-faq-icon { transform: rotate(45deg); background: var(--ember); color: #fff; }
.nvc-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.22,1,.36,1), padding .3s;
  font-size: 14px;
  color: var(--smoke, #8a7d72);
  line-height: 1.7;
}
.nvc-faq-item.open .nvc-faq-answer { max-height: 500px; padding-bottom: 18px; }

/* ── SIDEBAR ────────────────────────── */
.nvc-sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.nvc-product-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--bd, rgba(42,37,32,.12));
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(42,37,32,.07);
}
.nvc-product-card-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}
.nvc-product-card-body { padding: 18px; }
.nvc-card-title {
  font-family: 'Fraunces', serif;
  font-size: .92rem;
  font-weight: 700;
  color: var(--charcoal, #1a1612);
  line-height: 1.35;
  margin-bottom: 10px;
}
.nvc-card-stars {
  color: var(--gold, #d4943a);
  font-size: 13px;
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 6px;
}
.nvc-card-stars span { font-family: 'Instrument Sans', sans-serif; font-size: 12px; color: var(--smoke); }
.nvc-card-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
}
.nvc-card-price-main {
  font-family: 'Fraunces', serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--ember, #c94e1c);
  line-height: 1;
}
.nvc-card-price-old {
  font-family: 'Instrument Sans', sans-serif;
  font-size: .88rem;
  color: var(--smoke);
  text-decoration: line-through;
}
.nvc-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--ember, #c94e1c);
  color: #fff !important;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  padding: 13px 18px;
  border-radius: var(--r, 8px);
  text-decoration: none !important;
  transition: background .2s, transform .2s;
  width: 100%;
}
.nvc-card-btn:hover { background: var(--copper, #a8441a); transform: translateY(-1px); }
.nvc-card-btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: none;
  color: var(--ink, #3b322a) !important;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  padding: 11px 18px;
  border-radius: var(--r, 8px);
  border: 1px solid var(--bd, rgba(42,37,32,.12));
  text-decoration: none !important;
  margin-top: 7px;
  width: 100%;
  transition: border-color .2s, background .2s;
}
.nvc-card-btn-outline:hover { border-color: var(--ember); background: rgba(201,78,28,.04); }

/* ── GAUGE BARS ─────────────────────── */
.nvc-gauges {
  padding: 18px;
  border-top: 1px solid var(--bd, rgba(42,37,32,.12));
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.nvc-gauge-label {
  display: flex;
  justify-content: space-between;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--smoke, #8a7d72);
  margin-bottom: 5px;
  letter-spacing: .02em;
}
.nvc-gauge-label span:last-child { color: var(--charcoal, #1a1612); }
.nvc-gauge-track {
  height: 5px;
  background: var(--parchment, #f0e9dc);
  border-radius: 99px;
  overflow: hidden;
}
.nvc-gauge-fill {
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(to right, var(--ember, #c94e1c), var(--gold, #d4943a));
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(.22,1,.36,1);
}
.nvc-gauge-fill.animated { transform: scaleX(1); }

/* ── RELATED ────────────────────────── */
.nvc-related-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--smoke, #8a7d72);
  font-weight: 600;
  margin-bottom: 10px;
}
.nvc-related-list { display: flex; flex-direction: column; gap: 8px; }
.nvc-related-card {
  background: var(--parchment, #f0e9dc);
  border-radius: 10px;
  padding: 12px;
  display: flex;
  gap: 11px;
  align-items: center;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  border: 1px solid var(--bd, rgba(42,37,32,.12));
}
.nvc-related-card:hover { transform: translateX(3px); box-shadow: 0 2px 8px rgba(42,37,32,.08); }
.nvc-related-thumb {
  width: 54px; height: 54px;
  border-radius: 7px;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--smoke);
}
.nvc-related-name {
  font-family: 'Fraunces', serif;
  font-size: .82rem;
  font-weight: 600;
  color: var(--charcoal, #1a1612);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nvc-related-price {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 12px;
  color: var(--ember, #c94e1c);
  font-weight: 600;
  margin-top: 3px;
}

/* ── FADE-IN ANIMATION ──────────────── */
@keyframes nvcFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.nvc-body > * {
  animation: nvcFadeUp .5s cubic-bezier(.22,1,.36,1) both;
}
.nvc-body > *:nth-child(1) { animation-delay: .08s; }
.nvc-body > *:nth-child(2) { animation-delay: .14s; }
.nvc-body > *:nth-child(3) { animation-delay: .20s; }
.nvc-body > *:nth-child(4) { animation-delay: .26s; }

/* ── RESPONSIVE ─────────────────────── */
@media (max-width: 900px) {
  .nvc-hero { grid-template-columns: 1fr; min-height: auto; }
  .nvc-hero-img-panel { height: 240px; order: -1; }
  .nvc-hero-img-panel::after {
    background: linear-gradient(to bottom, var(--charcoal, #1a1612) 0%, transparent 50%);
  }
  .nvc-hero-content { padding: 36px 20px; }
  .nvc-grid { grid-template-columns: 1fr; }
  .nvc-sidebar { position: static; }
  .nvc-pros-cons { grid-template-columns: 1fr; }
}

/* ── SPECS TABLE (lisible, fond clair) ─── */
.nvc-body .mb-specs-table {
  margin: 0 0 36px;
}
.nvc-body .mb-specs-table table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 10px !important;
  overflow: hidden;
  border: 1px solid rgba(42,37,32,.12) !important;
  margin: 0 !important;
}
.nvc-body .mb-specs-table table td {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(42,37,32,.08) !important;
  font-size: 14px;
  color: #2a2520 !important;
  background: none !important;
}
.nvc-body .mb-specs-table table tr:nth-child(even) td {
  background: rgba(42,37,32,.04) !important;
}
.nvc-body .mb-specs-table table tr:last-child td { border-bottom: none !important; }
.nvc-body .mb-specs-table table td:first-child {
  font-weight: 600;
  width: 45%;
  color: #2a2520 !important;
}

/* ── MOBILE FIXES ────────────────────── */
@media (max-width: 600px) {
  .nvc-body .mb-summary-box { padding: 18px 14px; }
  .nvc-body .mb-summary-box table { table-layout: fixed; width: 100%; }
  .nvc-body .mb-summary-box table td {
    padding: 8px 10px;
    font-size: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .nvc-body .mb-summary-box table td:first-child {
    font-size: 10px;
    width: 35%;
  }
  .nvc-body .mb-summary-box table td:last-child { font-size: 13px; }
  .nvc-body .mb-specs-table table td { padding: 8px 10px; font-size: 13px; }
  .nvc-body .mb-specs-table table td:first-child { width: 42%; }
  .mb-product-header { flex-direction: column !important; }
  .mb-product-header img { width: 100% !important; min-width: unset !important; height: 220px !important; object-fit: contain !important; }
  .mb-verdict-box { padding: 24px 18px !important; }
  .mb-verdict-box p { font-size: 14px !important; }
}

/* ── MOBILE OVERFLOW CONTAINMENT ─────── */
@media (max-width: 600px) {
  .nvc-body .mb-summary-box,
  .nvc-body .mb-specs-table,
  .nvc-body .mb-verdict-box,
  .nvc-body .mb-faq {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .nvc-body .mb-summary-box table,
  .nvc-body .mb-specs-table table {
    table-layout: fixed !important;
    width: 100% !important;
  }
  .nvc-body .mb-summary-box table td,
  .nvc-body .mb-specs-table table td {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 0;
  }
  .nvc-article {
    overflow-x: hidden !important;
  }
}

/* ── MOBILE GRID CONTAINMENT CRITICAL ── */
@media (max-width: 900px) {
  .nvc-grid {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .nvc-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .nvc-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 40px;
  }
}

/* ── RÉSUMÉ : NOTE et PRIX en orange ─────────────── */
.nvc-body .mb-summary-box table tr:nth-child(1) td:last-child,
.nvc-body .mb-summary-box table tr:nth-child(2) td:last-child {
  color: var(--ember, #c94e1c) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
