/*
Theme Name: enfant - quel aspi laveur
Version: 2.0
Description: A child theme of Blocksy — Editorial Forest redesign
Template: blocksy
Author: FB Boost Agency
*/
/* ═══════════════════════════════════════════════════════════════
   DESIGN TOKENS — Editorial Forest
═══════════════════════════════════════════════════════════════ */
:root {
  --ink:        #0A1A0E;
  --forest:     #1B5E35;
  --leaf:       #2D8A57;
  --mint:       #52C48A;
  --cream:      #F6F1E9;
  --parchment:  #EDE7D9;
  --warm-white: #FAF8F4;
  --text:       #2A3A2E;
  --text-muted: #5C7065;
  --border:     #D8D0C2;

  /* Override existing qal tokens → green system */
  --qal-accent:       #2D8A57;
  --qal-accent-light: #f0faf5;
  --qal-accent-mid:   #d4f0e3;
  --qal-dark:         #0A1A0E;
  --qal-dark2:        #1B5E35;
  --qal-mid:          #2A3A2E;
  --qal-gray:         #5C7065;
  --qal-light-gray:   #8a9e90;
  --qal-border:       #D8D0C2;
  --qal-bg:           #FAF8F4;
  --qal-bg2:          #F6F1E9;
  --qal-success:      #2D8A57;

  --ff-display: 'Fraunces', Georgia, serif;
  --ff-body:    'Figtree', -apple-system, sans-serif;
}

/* ═══════════════════════════════════════════════════════════════
   GLOBAL TYPOGRAPHY
═══════════════════════════════════════════════════════════════ */
body {
  font-family: var(--ff-body) !important;
  background: var(--warm-white);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.wp-block-post-title {
  font-family: var(--ff-display) !important;
  color: var(--ink);
  line-height: 1.15;
}

/* ─── HEADING HIERARCHY FIX (FINDING-001, 002, 003) ─── */
h1, .entry-title { font-size: clamp(2.4rem, 4vw, 3.2rem) !important; font-weight: 700 !important; }
h2               { font-size: clamp(1.6rem, 2.6vw, 2rem)  !important; font-weight: 600 !important; }
h3               { font-size: clamp(1.15rem, 2vw, 1.4rem) !important; font-weight: 600 !important; }
h4               { font-size: clamp(1rem, 1.5vw, 1.15rem) !important; font-weight: 600 !important; }

/* H3 Spectra Info Box — override 72px (FINDING-002) */
.uagb-ifb-title,
.uagb-infobox-title-wrap .uagb-ifb-title {
  font-size: clamp(1.15rem, 2vw, 1.4rem) !important;
}

/* H6 eyebrow labels — demote to visual style only (FINDING-003) */
h6 {
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--leaf) !important;
  font-family: var(--ff-body) !important;
}

/* ═══════════════════════════════════════════════════════════════
   ACCESSIBILITY — FOCUS VISIBLE (FINDING-004)
═══════════════════════════════════════════════════════════════ */
*:focus { outline: none; }
*:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--leaf) !important;
  outline-offset: 3px !important;
  border-radius: 4px;
}

/* ═══════════════════════════════════════════════════════════════
   TOUCH TARGETS — 44px minimum (FINDING-005)
═══════════════════════════════════════════════════════════════ */
.header-search-toggle,
.search-toggle,
header .search-toggle,
[class*="search-toggle"],
.cb-search-trigger {
  min-width: 44px !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Nav dropdown chevrons */
.ct-toggle-dropdown-desktop,
.ct-menu-item-has-children > a > span[aria-hidden],
.sub-menu-toggle,
.dropdown-toggle {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════
   BLOCKSY HEADER — Forest overrides
═══════════════════════════════════════════════════════════════ */
#header,
.site-header,
[data-row="middle"] {
  background: var(--ink) !important;
}

.site-header a,
#header a,
.ct-header-widget,
.header-menu a {
  color: rgba(255,255,255,.85) !important;
}
.site-header a:hover,
#header a:hover { color: var(--mint) !important; }

/* Logo font */
.site-title,
.ct-header-widget .site-title a {
  font-family: var(--ff-display) !important;
  font-weight: 700 !important;
}

/* ═══════════════════════════════════════════════════════════════
   BLOCKSY BODY / CONTENT
═══════════════════════════════════════════════════════════════ */
.site-content,
.ct-container,
main,
.entry-content {
  background: var(--warm-white);
}

/* Links */
.entry-content a,
.ct-inner-content a {
  color: var(--leaf);
  text-decoration: underline;
  text-decoration-color: rgba(45,138,87,.35);
  text-underline-offset: 3px;
}
.entry-content a:hover { color: var(--forest); text-decoration-color: var(--leaf); }

/* ═══════════════════════════════════════════════════════════════
   BLOCKSY BUTTONS
═══════════════════════════════════════════════════════════════ */
.wp-block-button__link,
.ct-button,
button[type="submit"],
input[type="submit"] {
  background: var(--leaf) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-family: var(--ff-body) !important;
  font-weight: 600 !important;
  transition: background .2s, transform .15s, box-shadow .2s !important;
  box-shadow: 0 4px 16px rgba(45,138,87,.25) !important;
}
.wp-block-button__link:hover,
.ct-button:hover {
  background: var(--forest) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 24px rgba(27,94,53,.3) !important;
}

/* ═══════════════════════════════════════════════════════════════
   QC-* COMPONENTS — Green system overrides
═══════════════════════════════════════════════════════════════ */

/* Base wrapper font */
.qc-premium-wrapper {
  font-family: var(--ff-body) !important;
}

/* Product name heading */
.qc-product-name {
  font-family: var(--ff-display) !important;
  color: var(--ink) !important;
}

/* CTA Button — forest green */
.qc-btn-premium {
  background: var(--leaf) !important;
  box-shadow: 0 4px 16px rgba(45,138,87,.25) !important;
}
.qc-btn-premium:hover {
  background: var(--forest) !important;
  box-shadow: 0 8px 24px rgba(27,94,53,.3) !important;
}

/* Score values */
.qc-score-val,
.qc-score-inline-value,
.qc-sticky-price { color: var(--leaf) !important; }

/* Score progress bars */
.qc-score-progress {
  background: linear-gradient(90deg, var(--leaf), var(--mint)) !important;
}

/* Active thumb */
.qc-thumb-btn.is-active {
  border-color: var(--leaf) !important;
  box-shadow: 0 0 0 1px var(--leaf) !important;
}

/* Sticky CTA */
.qc-sticky-btn    { background: var(--leaf) !important; }
.qc-sticky-link:hover .qc-sticky-btn { background: var(--forest) !important; }

/* Pros list */
.qc-pros-list .qc-list-item::before,
.qc-pros .qc-list-item::before { color: var(--leaf) !important; }

/* ═══════════════════════════════════════════════════════════════
   BLOCKSY FOOTER
═══════════════════════════════════════════════════════════════ */
#footer,
.site-footer,
[data-row="footer-bottom"],
.footer-widgets {
  background: var(--ink) !important;
  color: rgba(255,255,255,.75) !important;
}
#footer a,
.site-footer a { color: rgba(255,255,255,.6) !important; }
#footer a:hover,
.site-footer a:hover { color: var(--mint) !important; }

/* ═══════════════════════════════════════════════════════════════
   COOKIE BANNER — compact (FINDING-008)
═══════════════════════════════════════════════════════════════ */
/* RGPD plugin overrides — reduce padding, grey OK button */
.gdpr-cookie-notice,
#cookie-notice,
.cookie-notice-container,
#cn-notice-text,
.cc-window {
  padding: 12px 20px !important;
  font-size: .85rem !important;
}
/* Force OK button to neutral grey, not green */
#cn-accept-cookie,
.cc-btn.cc-allow,
.gdpr-cookie-notice button,
.cookie-notice-container .cn-button[data-cookie-set] {
  background: #64748b !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   ARTICLE PAGE ENHANCEMENTS
═══════════════════════════════════════════════════════════════ */
.entry-content > p:first-of-type {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--text-muted);
}

/* Blockquote accent */
.wp-block-quote,
blockquote {
  border-left: 3px solid var(--leaf) !important;
  padding-left: 20px !important;
  background: var(--cream) !important;
  border-radius: 0 8px 8px 0 !important;
  padding: 16px 20px !important;
}

/* Table in article */
.wp-block-table table,
.entry-content table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table th,
.entry-content th {
  background: var(--ink) !important;
  color: #fff !important;
  font-family: var(--ff-body) !important;
  font-size: .85rem !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  padding: 12px 16px !important;
}
.wp-block-table td,
.entry-content td {
  padding: 11px 16px !important;
  border-bottom: 1px solid var(--border) !important;
  font-size: .93rem !important;
}
.wp-block-table tr:nth-child(even) td,
.entry-content tr:nth-child(even) td { background: var(--cream) !important; }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  h1, .entry-title { font-size: clamp(1.9rem, 7vw, 2.4rem) !important; }
  h2               { font-size: clamp(1.35rem, 5vw, 1.7rem) !important; }
  h3               { font-size: 1.1rem !important; }

  .qc-barometre-profil-container { grid-template-columns: 1fr !important; }
  .qc-subscores-grid { grid-template-columns: 1fr !important; }
  .qc-cta-premium { flex-direction: column !important; align-items: stretch !important; }
  .qc-price-wrapper { text-align: center; }
}

/* ═══════════════════════════════════════════════════════════════
   EZ-TOC — masquer quand injecté dans la hero card article
═══════════════════════════════════════════════════════════════ */
.qv2-hero .ez-toc-container,
.qv2-hero #ez-toc-container,
.qv2-hero-content .ez-toc-container,
.qv2-hero-content #ez-toc-container { display: none !important; }

/* ═══════════════════════════════════════════════════════════════
   ARTICLES PSEO GÉNÉRÉS — Cohérence design Forest
═══════════════════════════════════════════════════════════════ */

/* Résumé 30 secondes */
.entry-content [style*="border-left:4px solid #2D8A57"] {
  background: var(--cream) !important;
}

/* Encadré À retenir */
.entry-content [style*="background:#fefce8"] {
  border-radius: 10px !important;
  line-height: 1.7;
}

/* Bloc verdict dark */
.entry-content [style*="background:#0A1A0E"] {
  border-radius: 14px !important;
}

/* Boutons affiliés — cohérence hover */
.entry-content a[rel*="sponsored"] {
  transition: opacity .2s, transform .15s !important;
}
.entry-content a[rel*="sponsored"]:hover {
  opacity: .88;
  transform: translateY(-1px);
}

/* FAQ détails */
.entry-content details {
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  margin-bottom: 10px !important;
  overflow: hidden;
}
.entry-content details summary {
  padding: 14px 16px !important;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  font-family: var(--ff-body) !important;
}
.entry-content details summary::-webkit-details-marker { display: none; }
.entry-content details > div { padding: 0 16px 14px; color: var(--text-muted); line-height: 1.6; }

/* Barres de progression jauges */
.entry-content [style*="border-radius:99px;height:5px"] {
  border-radius: 99px;
}

/* Tableau comparatif concurrents */
.entry-content [style*="border-collapse:collapse;margin:24px"] td,
.entry-content [style*="border-collapse:collapse;margin:24px"] th {
  font-family: var(--ff-body) !important;
}

/* Responsive mobile — grilles 2 colonnes → 1 colonne */
@media (max-width: 640px) {
  .entry-content [style*="grid-template-columns:repeat(2,1fr)"],
  .entry-content [style*="grid-template-columns:1fr 1fr"] {
    display: block !important;
  }
  .entry-content [style*="grid-template-columns:repeat(2,1fr)"] > div,
  .entry-content [style*="grid-template-columns:1fr 1fr"] > div {
    margin-bottom: 10px !important;
  }
  .entry-content [style*="font-size:3.5rem"] {
    font-size: 2.2rem !important;
  }
  .entry-content [style*="padding:28px"],
  .entry-content [style*="padding:32px"] {
    padding: 18px !important;
  }
  .entry-content [style*="display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px"] {
    display: block !important;
  }
}



/* ═══════════════════════════════════════════════════════════════
   QAL LEGACY ARTICLE WRAPPER — anciens articles sans plugin
═══════════════════════════════════════════════════════════════ */

/* Remove Blocksy default entry padding for custom articles */
.qal-legacy-article .entry-content,
.qal-legacy-article .entry-header { display: none; }

.qal-legacy-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px 80px;
}

/* Breadcrumb */
.qal-bc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-body);
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.qal-bc a { color: var(--leaf); text-decoration: none; }
.qal-bc a:hover { text-decoration: underline; }
.qal-bc span { color: var(--border); }

/* Grid */
.qal-legacy-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}
.qal-legacy-body { min-width: 0; }

/* Sidebar */
.qal-legacy-sidebar {
  position: sticky;
  top: 24px;
}

/* Related box */
.qal-related-box {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
}
.qal-related-box__title {
  font-family: var(--ff-display);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--ink);
  margin: 0 0 16px !important;
}
.qal-related-item {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none !important;
  padding: 10px 0;
  border-bottom: 1px solid var(--parchment);
  color: inherit;
}
.qal-related-item:last-child { border-bottom: none; }
.qal-related-item img,
.qal-related-item__placeholder {
  width: 72px;
  height: 54px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: var(--parchment);
  display: block;
}
.qal-related-item__name {
  font-family: var(--ff-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
  transition: color .2s;
}
.qal-related-item:hover .qal-related-item__name { color: var(--leaf); }
.qal-related-item__meta {
  font-family: var(--ff-body);
  font-size: 0.78rem;
  color: var(--leaf);
  font-weight: 700;
  margin-top: 3px;
}

/* Mobile */
@media (max-width: 860px) {
  .qal-legacy-grid { grid-template-columns: 1fr; }
  .qal-legacy-sidebar { position: static; }
  .qal-legacy-wrap { padding: 12px 16px 60px; }
}

/* === QAL TEMPLATE CSS (v2.0) ===
/* ═══════════════════════════════════════════════════════════════
   QAL TEMPLATE — single.php (v2.0 — classes-driven)
   Editorial Forest — Fraunces + Figtree
═══════════════════════════════════════════════════════════════ */

/* ── Hero ── */
.qal-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
  min-height: 420px;
  overflow: hidden;
}
.qal-hero__img {
  background: #f5ede3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.qal-hero__img img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  display: block;
}
.qal-hero__img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1B5E35, #0A1A0E);
}
.qal-hero__info {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.qal-hero__eyebrow {
  font-family: var(--ff-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mint);
  margin: 0;
}
.qal-hero__brand {
  font-family: var(--ff-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0;
}
.qal-hero__title {
  font-family: var(--ff-display) !important;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem) !important;
  color: #fff !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}
.qal-hero__rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.qal-stars { display: flex; gap: 1px; }
.qal-star { font-size: 1.05rem; }
.qal-star--full  { color: var(--mint); }
.qal-star--half  { color: var(--mint); opacity: .6; }
.qal-star--empty { color: rgba(255,255,255,.2); }
.qal-hero__score {
  font-family: var(--ff-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--mint);
  line-height: 1;
}
.qal-hero__score span { font-size: 0.9rem; color: rgba(255,255,255,.4); }
.qal-hero__cta-block {
  background: rgba(0,0,0,.25);
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.qal-hero__price {
  font-family: var(--ff-display);
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.qal-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--forest), var(--leaf));
  color: #fff !important;
  font-family: var(--ff-body);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: filter .2s;
  width: fit-content;
}
.qal-btn:hover { filter: brightness(1.12); }

/* ── Wrap & breadcrumb ── */
.qal-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}
.qal-bc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-body);
  font-size: 0.8rem;
  color: var(--text-muted);
  padding: 18px 0 0;
  margin-bottom: 0;
}
.qal-bc a { color: var(--leaf); text-decoration: none; }
.qal-bc a:hover { text-decoration: underline; }
.qal-bc span { color: var(--border); }

/* ── Grid ── */
.qal-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  margin-top: 28px;
  align-items: start;
}
.qal-body {
  min-width: 0;
  font-family: var(--ff-body);
  color: var(--text);
  line-height: 1.75;
}

/* ── Sidebar ── */
.qal-sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Product card ── */
.qal-card {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.qal-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  background: #f5ede3;
  padding: 16px;
  display: block;
}
.qal-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qal-card__name {
  font-family: var(--ff-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin: 0;
}
.qal-stars--sm .qal-star { font-size: 0.9rem; }
.qal-card__score {
  font-family: var(--ff-body);
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-left: 6px;
}
.qal-card__price {
  font-family: var(--ff-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--forest);
  margin: 0;
}
.qal-card__btn {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, var(--forest), var(--leaf));
  color: #fff !important;
  font-family: var(--ff-body);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 11px;
  border-radius: 7px;
  text-decoration: none !important;
  transition: filter .2s;
}
.qal-card__btn:hover { filter: brightness(1.1); }

/* ── Gauge bars ── */
.qal-gauges {
  padding: 0 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.qal-gauge-label {
  display: flex;
  justify-content: space-between;
  font-family: var(--ff-body);
  font-size: 0.78rem;
  margin-bottom: 4px;
  color: var(--text);
}
.qal-gauge-label span:last-child { font-weight: 700; color: var(--forest); }
.qal-gauge-track {
  height: 6px;
  background: var(--parchment);
  border-radius: 99px;
  overflow: hidden;
}
.qal-gauge-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--forest), var(--mint));
  border-radius: 99px;
  width: 0;
  transition: width .8s cubic-bezier(.4,0,.2,1);
}

/* ── Related articles ── */
.qal-related {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
}
.qal-related__title {
  font-family: var(--ff-display);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--ink);
  margin: 0 0 14px !important;
}
.qal-related__item {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none !important;
  padding: 9px 0;
  border-bottom: 1px solid var(--parchment);
  color: inherit;
}
.qal-related__item:last-child { border-bottom: none; }
.qal-related__item img,
.qal-related__placeholder {
  width: 64px;
  height: 52px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: var(--parchment);
  display: block;
}
.qal-related__name {
  display: block;
  font-family: var(--ff-body);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
  transition: color .2s;
}
.qal-related__item:hover .qal-related__name { color: var(--leaf); }
.qal-related__meta {
  display: block;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  color: var(--leaf);
  font-weight: 700;
  margin-top: 2px;
}

/* ── Sticky CTA ── */
#qal-sticky {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(90px);
  z-index: 9990;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
  white-space: nowrap;
}
#qal-sticky.qal-sticky--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
#qal-sticky a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--forest), var(--leaf));
  color: #fff !important;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 6px 28px rgba(27,94,53,.5);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .qal-hero { grid-template-columns: 1fr; }
  .qal-hero__img { max-height: 260px; }
  .qal-hero__info { padding: 28px 20px; }
  .qal-grid { grid-template-columns: 1fr; }
  .qal-sidebar { position: static; }
}
@media (max-width: 600px) {
  .qal-wrap { padding: 0 16px 60px; }
  .qal-hero__title { font-size: 1.4rem !important; }
  .qal-hero__price { font-size: 1.5rem; }
  #qal-sticky a { font-size: 13px; padding: 12px 20px; }
}

/* === QAL: masquer double-header article (qv2-hero redondant avec le template hero) === */
.qal-article .qv2-hero,
.qal-article .qv2-badge,
.qal-article .qv2 > p:empty { display: none !important; }
