/* Polices Poppins (titres) / Open Sans (corps) : auto-hébergées via « Aegis+ › Réglages généraux »
   (upload de typo, aucun appel à Google Fonts). Sans téléversement : repli sur les polices système. */
/* CH Poêles — fiche produit. Refonte gabarit (fond blanc, accents verts, cartes). */
/* Police corps = Open Sans ; titres = Poppins (déclarés par classe). Palette maquette Lovable. */
.chp-fiche, .chp-prods, .chp-cats, .chp-similar { font-family: 'Open Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }

/* Variables globales (disponibles pour TOUS les widgets : fiche, produits, catégories…).
   Sans cela var(--chp-accent) était indéfini hors .chp-fiche → CTA sans fond, le thème
   reprenait la main (ex. rouge au survol). La page Réglages peut surcharger --chp-accent. */
:root {
	--chp-ink: #171B1F;
	--chp-text: #2B3033;
	--chp-muted: #5E6468;
	--chp-line: #E2E5E8;
	--chp-accent: #51B148;
	--chp-accent-dk: #45993D;
	--chp-soft: #EFF2F5;
}

.chp-fiche {
	--chp-ink: #171B1F;     /* titres / encre */
	--chp-text: #2B3033;    /* texte courant */
	--chp-muted: #5E6468;   /* gris secondaire */
	--chp-line: #E2E5E8;    /* bordures */
	--chp-accent: #51B148;  /* vert vif (maquette) — accents + CTA */
	--chp-accent-dk: #45993D;
	--chp-soft: #EFF2F5;    /* fonds doux (price box / sections) */
	color: var(--chp-text);
	max-width: 1180px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
}
.chp-fiche *, .chp-fiche *::before, .chp-fiche *::after { box-sizing: border-box; }

/* --- Lien retour --- */
.chp-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: var(--chp-muted); margin: 0 0 14px; }
.chp-breadcrumb a { color: var(--chp-muted); text-decoration: none; }
.chp-breadcrumb a:hover { color: var(--chp-accent); }
.chp-breadcrumb__sep { color: var(--chp-line, #D1D5DB); }
.chp-breadcrumb__current { color: var(--chp-ink); font-weight: 600; }

.chp-back { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: var(--chp-muted); text-decoration: none; margin: 0 0 18px; }
.chp-back:hover { color: var(--chp-ink); }
.chp-back__arrow { font-size: 1.1em; }

/* --- Haut : galerie + infos --- */
.chp-fiche__top { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.chp-fiche__top--solo { grid-template-columns: 1fr; }
@media (max-width: 860px) {
	.chp-fiche__top { grid-template-columns: 1fr; gap: 22px; }
	/* display:contents fait remonter les enfants de .chp-info comme items de la grille. */
	.chp-fiche__top > .chp-info { display: contents; }
	.chp-info__eyebrow  { order: 1; }
	.chp-info__title    { order: 2; }
	.chp-info__accroche { order: 3; }
	.chp-keyspecs       { order: 4; margin-bottom: 0; }
	.chp-finitions      { order: 5; margin-bottom: 0; }
	.chp-fiche__top > .chp-gallery { order: 6; }
	.chp-pricebox       { order: 7; }

	/* Image de présentation FIXE (arrondie, sans cadre) à DROITE du titre + logo de
	   marque. Le sur-titre (POÊLES À GRANULÉS · MCZ) reste PLUS HAUT que l'image, qui
	   s'aligne sur le titre (donc descendue). La grande galerie reste en dessous. */
	.chp-fiche__top:not(.chp-fiche__top--solo) {
		grid-template-columns: minmax(0, 1fr) 48%;
		column-gap: 14px; row-gap: 12px; align-items: start;
	}
	.chp-fiche__top:not(.chp-fiche__top--solo) .chp-info__eyebrow { grid-column: 1 / -1; order: 1; }
	.chp-fiche__top:not(.chp-fiche__top--solo) .chp-info__title   { grid-column: 1; order: 2; margin-bottom: 0; font-size: clamp(20px, 5.6vw, 30px); }
	.chp-fiche__top:not(.chp-fiche__top--solo) .chp-info__presimg { grid-column: 2; grid-row: span 2; order: 2; align-self: start; }
	.chp-fiche__top:not(.chp-fiche__top--solo) .chp-info__brand   { grid-column: 1; order: 3; }
	.chp-fiche__top:not(.chp-fiche__top--solo) .chp-info__accroche { order: 4; }
	.chp-fiche__top:not(.chp-fiche__top--solo) .chp-info__accroche,
	.chp-fiche__top:not(.chp-fiche__top--solo) .chp-keyspecs,
	.chp-fiche__top:not(.chp-fiche__top--solo) .chp-finitions,
	.chp-fiche__top:not(.chp-fiche__top--solo) > .chp-gallery,
	.chp-fiche__top:not(.chp-fiche__top--solo) .chp-pricebox { grid-column: 1 / -1; }
}
/* Image de présentation (mobile uniquement) : arrondie, sans cadre. Masquée sur PC. */
.chp-info__presimg { display: none; }
@media (max-width: 860px) {
	.chp-info__presimg { display: block; border-radius: 14px; overflow: hidden; }
	.chp-info__presimg img { width: 100%; height: auto; display: block; border-radius: 14px; }
	/* Fil d'Ariane masqué sur mobile : on garde seulement « Retour au catalogue ». */
	.chp-breadcrumb { display: none; }
}
/* Logo de la marque sous le nom du modèle (petit). */
.chp-info__brand { margin: 2px 0 10px; }
.chp-info__brand img { height: 30px; width: auto; max-width: 150px; object-fit: contain; display: block; }
/* Logo cliquable vers la page marque : pas de style de lien hérité. */
.chp-info__brandlink { display: inline-block; text-decoration: none; transition: opacity .15s ease, transform .15s ease; }
.chp-info__brandlink:hover { opacity: .72; transform: translateY(-1px); }
/* Sécurité : de l'air en haut sur mobile (le texte ne passe pas sous le header). */
@media (max-width: 600px) {
	.chp-fiche { padding-top: 28px; }
}

/* --- Grande description repliable (« Lire plus ») — mobile + PC --- */
.chp-desc-wrap { position: relative; display: flex; flex-direction: column; margin-bottom: 20px; }
.chp-desc-wrap.is-collapsed .chp-desc {
	max-height: 260px; overflow: hidden;
	-webkit-mask-image: linear-gradient(to bottom, #000 76%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 76%, transparent 100%);
}
.chp-readmore {
	margin-top: 10px; padding: 8px 0; background: none; border: 0; cursor: pointer;
	display: inline-flex; align-self: flex-end; align-items: center; gap: 6px;
	font-family: Poppins, sans-serif; font-weight: 700; font-size: 15px; color: var(--chp-accent);
}
.chp-readmore[hidden] { display: none; }
.chp-readmore:hover { text-decoration: underline; }
.chp-readmore:hover, .chp-readmore:focus, .chp-readmore:focus-visible, .chp-readmore:active { background: none !important; box-shadow: none !important; }
.chp-readmore__ic { transition: transform .2s ease; }
.chp-desc-wrap.is-open .chp-readmore__ic { transform: rotate(180deg); }

/* --- Galerie --- */
/* Cadre carré fixe : la photo REMPLIT le cadre (cover), centrée, sans bandes
   blanches — toutes les images occupent le même cadre (le contenu dessous ne bouge
   plus). Clic → lightbox qui montre l'image entière (contain). */
.chp-gallery__main { aspect-ratio: 1 / 1; border-radius: 16px; border: 1px solid var(--chp-line); background: #fff; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.chp-gallery__main { cursor: zoom-in; }
.chp-gallery__main img { width: 100%; height: 100%; object-fit: cover; object-position: center; padding: 0; display: block; border-radius: 0; background: none; }
.chp-gallery__thumbs { display: flex; gap: 12px; margin: 14px 0 0; padding: 0; list-style: none; flex-wrap: wrap; }
.chp-gallery__thumbs button { padding: 0; border: 2px solid var(--chp-line); background: none; border-radius: 12px; cursor: pointer; overflow: hidden; width: 84px; height: 84px; transition: border-color .15s ease; }
.chp-gallery__thumbs button.is-active { border-color: var(--chp-accent); }
.chp-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* --- Infos --- */
.chp-info__eyebrow { text-transform: uppercase; letter-spacing: .1em; font-size: 13px; font-weight: 700; color: var(--chp-accent); margin: 0 0 8px; }
.chp-info__title { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.1; margin: 0 0 12px; color: var(--chp-ink); font-family: Poppins, sans-serif; font-weight: 800; }
.chp-info__accroche { color: var(--chp-muted); font-size: 1.05rem; margin: 0 0 22px; }

/* --- Finitions --- */
.chp-finitions { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; flex-wrap: wrap; }
.chp-finitions__label { font-size: 14px; color: var(--chp-muted); }
.chp-finitions__list { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0; }
.chp-swatch { width: 26px; height: 26px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px var(--chp-line); cursor: pointer; padding: 0; }
.chp-swatch.is-active { box-shadow: 0 0 0 2px var(--chp-accent); }
.chp-finitions__name { font-size: 14px; font-weight: 600; }

/* --- Accessibilité : focus clavier visible (audit F8) --- */
.chp-swatch:focus-visible,
.chp-gallery__thumbs button:focus-visible,
.chp-filter__btn:focus-visible,
.chp-sort__select:focus-visible,
.chp-loadmore:focus-visible { outline: 3px solid var(--chp-accent); outline-offset: 2px; }

/* --- 3 specs clés --- */
.chp-keyspecs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 24px; }
@media (max-width: 480px) { .chp-keyspecs { grid-template-columns: 1fr 1fr; } }
.chp-keyspec { border: 1px solid var(--chp-line); border-radius: 14px; padding: 16px; text-align: center; }
.chp-keyspec__label { display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--chp-muted); margin-bottom: 6px; }
.chp-keyspec__value { display: block; font-weight: 800; font-size: 1.15rem; color: var(--chp-accent); font-family: Poppins, sans-serif; }
/* Mobile : cadres résumé (puissance/rendement) plus compacts + moins d'espace
   avant les finitions. (Placé après les règles de base pour bien les surcharger.) */
@media (max-width: 860px) {
	.chp-keyspecs { gap: 10px; margin: 0 0 10px; }
	.chp-keyspec { padding: 9px 10px; border-radius: 12px; }
	.chp-keyspec__label { margin-bottom: 3px; }
	.chp-keyspec__value { font-size: 1rem; }
	.chp-finitions { margin: 0 0 14px; }
}

/* --- Boîte prix / devis --- */
.chp-pricebox { position: relative; background: var(--chp-soft); border: 1px solid #CFE6CC; border-radius: 18px; padding: 22px 24px; margin: 0 0 26px; }
.chp-share-wrap { position: absolute; top: 16px; right: 16px; }
.chp-share { width: 36px; height: 36px; min-width: 0; box-sizing: border-box; padding: 0; margin: 0; line-height: 0; display: flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid var(--chp-line); background: #fff; color: var(--chp-muted); cursor: pointer; transition: border-color .15s ease, color .15s ease; }
.chp-share svg { display: block; margin: 0; }
/* Menu de partage (PC) */
.chp-share-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 40; min-width: 210px; display: flex; flex-direction: column; gap: 2px; padding: 6px; background: #fff; border: 1px solid var(--chp-line); border-radius: 14px; box-shadow: 0 12px 34px rgba(16,24,32,.16); }
.chp-share-menu[hidden] { display: none; }
.chp-share-menu__item { display: flex; align-items: center; gap: 10px; width: 100%; box-sizing: border-box; padding: 9px 11px; border: 0; background: none; border-radius: 9px; font: 600 14px/1.2 "Open Sans", system-ui, sans-serif; color: var(--chp-ink); text-align: left; text-decoration: none; cursor: pointer; transition: background .12s ease, color .12s ease; }
.chp-share-menu__item svg { flex: 0 0 auto; color: var(--chp-muted); }
.chp-share-menu__item:hover, .chp-share-menu__item:focus-visible { background: var(--chp-soft); color: var(--chp-ink); outline: none; }
.chp-share-menu__item:hover svg, .chp-share-menu__item:focus-visible svg { color: var(--chp-accent); }
.chp-share-menu__item.is-copied { color: var(--chp-accent); }
.chp-share-menu__item.is-copied svg { color: var(--chp-accent); }
@media (max-width: 480px) { .chp-share-menu { right: auto; left: 0; } }
.chp-share:hover { border-color: var(--chp-accent); color: var(--chp-accent); }
/* Neutralise un éventuel button:hover{background:red} hérité du thème. */
.chp-share:hover, .chp-share:focus, .chp-share:focus-visible, .chp-share:active { background: #fff !important; box-shadow: none !important; outline: none; }
.chp-share:focus-visible { outline: 3px solid var(--chp-accent) !important; outline-offset: 2px; }
.chp-gallery__thumbs button:hover, .chp-gallery__thumbs button:focus, .chp-gallery__thumbs button:active { background: none !important; }
.chp-pricebox__links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid rgba(0,0,0,.08); }
.chp-pricebox__link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--chp-muted); text-decoration: none; transition: color .15s ease; }
button.chp-pricebox__link { border: 0; background: none; padding: 0; margin: 0; cursor: pointer; font-family: inherit; line-height: 1.2; }
.chp-pricebox__link:hover, .chp-pricebox__link:focus-visible { color: var(--chp-accent); }
button.chp-pricebox__link:hover, button.chp-pricebox__link:focus, button.chp-pricebox__link:focus-visible, button.chp-pricebox__link:active { background: none !important; box-shadow: none !important; outline: none; }
button.chp-pricebox__link:focus-visible { outline: 2px solid var(--chp-accent) !important; outline-offset: 3px; border-radius: 4px; }
.chp-pricebox__link svg { flex: 0 0 auto; }

/* Fenêtre modale (comparateur « Calculer vos économies ») */
.chp-modal { position: fixed; inset: 0; z-index: 99990; display: flex; align-items: center; justify-content: center; padding: 20px; }
.chp-modal[hidden] { display: none; }
.chp-modal__overlay { position: absolute; inset: 0; background: rgba(10,15,20,.55); backdrop-filter: blur(2px); }
.chp-modal__dialog { position: relative; z-index: 1; width: 100%; max-width: 1000px; max-height: 92vh; overflow: auto; background: #fff; border-radius: 20px; box-shadow: 0 30px 80px rgba(10,15,20,.4); padding: 10px; -webkit-overflow-scrolling: touch; }
.chp-modal__close { position: absolute; top: 12px; right: 14px; z-index: 2; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--chp-line); background: #fff; border-radius: 999px; font-size: 22px; line-height: 1; color: var(--chp-muted); cursor: pointer; }
.chp-modal__close:hover, .chp-modal__close:focus, .chp-modal__close:focus-visible, .chp-modal__close:active { background: #fff !important; border-color: var(--chp-accent) !important; color: var(--chp-accent) !important; box-shadow: none !important; outline: none; }
.chp-modal__body { padding: 8px; }
body.chp-modal-open { overflow: hidden; }
@media (max-width: 480px) { .chp-modal { padding: 10px; } .chp-modal__dialog { border-radius: 16px; } }
.chp-pricebox__eyebrow { display: block; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; color: var(--chp-muted); margin-bottom: 2px; }
.chp-pricebox__price { display: block; font-family: Poppins, sans-serif; font-weight: 800; font-size: 2rem; color: var(--chp-ink); line-height: 1.1; }
.chp-pricebox__cur { font-size: 1rem; font-weight: 700; }
.chp-pricebox__note { font-size: 13px; color: var(--chp-muted); margin: 6px 0 16px; }

/* --- CTA --- */
.chp-cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 0; }
/* Mention discrète sous les boutons : agences où le produit n'est pas exposé. */
.chp-indispo { margin: 10px 0 0; font-size: .82rem; font-weight: 400; color: #C9564C; }
.chp-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: 999px; font-weight: 700; text-decoration: none; cursor: pointer; border: 1px solid transparent; font-family: Poppins, sans-serif; transition: background .15s ease, box-shadow .15s ease, transform .15s ease, color .15s ease; }
.chp-btn .chp-ic { width: 1.1em; height: 1.1em; }
.chp-btn--primary { background: var(--chp-accent); color: #fff; box-shadow: 0 8px 20px rgba(81, 177, 72,.30); }
.chp-btn--primary:hover { background: var(--chp-accent-dk); transform: translateY(-1px); }
.chp-btn--ghost { background: #fff; color: var(--chp-ink); border-color: var(--chp-line); }
.chp-btn--ghost:hover { background: #fff; border-color: var(--chp-accent); color: var(--chp-accent); }

/* --- Description --- */
/* Description + caractéristiques en PLEINE LARGEUR sous le bloc galerie/infos. */
.chp-fiche__body { margin-top: 40px; }
.chp-fiche__body .chp-features { margin-top: 40px; }
.chp-desc { color: var(--chp-text); margin: 0 0 22px; font-size: 1.05rem; line-height: 1.7; }
.chp-desc p { margin: 0 0 16px; }
/* Relief du texte de présentation (titres, images, citations, listes, médias). */
.chp-desc h2, .chp-desc h3, .chp-desc h4 { font-family: Poppins, sans-serif; color: var(--chp-ink); font-weight: 800; line-height: 1.2; margin: 1.6em 0 .5em; }
.chp-desc h2 { font-size: 1.6rem; }
.chp-desc h3 { font-size: 1.3rem; }
.chp-desc h4 { font-size: 1.1rem; }
.chp-desc a { color: var(--chp-accent); text-decoration: underline; text-underline-offset: 2px; }
.chp-desc strong { color: var(--chp-ink); font-weight: 700; }
.chp-desc ul, .chp-desc ol { margin: 0 0 16px; padding-left: 1.3em; }
.chp-desc li { margin: 0 0 6px; }
.chp-desc blockquote { margin: 22px 0; padding: 14px 20px; border-left: 4px solid var(--chp-accent); background: #F1F7F0; border-radius: 0 10px 10px 0; color: var(--chp-ink); font-size: 1.1rem; }
.chp-desc blockquote p:last-child { margin: 0; }
.chp-desc hr { border: 0; border-top: 1px solid var(--chp-line, #E2E5E8); margin: 28px 0; }
/* Images de présentation insérées dans le texte (relief : coins arrondis + ombre). */
.chp-desc img { max-width: 100%; height: auto; border-radius: 14px; box-shadow: 0 12px 30px rgba(15,23,42,.10); }
.chp-desc figure { margin: 22px 0; }
.chp-desc figure img { display: block; }
.chp-desc figcaption, .chp-desc .wp-caption-text { margin-top: 8px; font-size: .9rem; color: var(--chp-muted, #5E6468); text-align: center; }
.chp-desc .alignleft { float: left; margin: 6px 24px 16px 0; max-width: 50%; }
.chp-desc .alignright { float: right; margin: 6px 0 16px 24px; max-width: 50%; }
.chp-desc .aligncenter { display: block; margin: 22px auto; }
.chp-desc .wp-caption { max-width: 100%; }
.chp-desc .wp-block-image, .chp-desc figure.wp-block-image { margin: 22px 0; }
.chp-desc::after { content: ""; display: table; clear: both; }
@media (max-width: 520px) { .chp-desc .alignleft, .chp-desc .alignright { float: none; max-width: 100%; margin: 16px 0; } }

/* --- Checklist caractéristiques --- */
/* Déclinaisons (variantes puissance / options) */
.chp-variants { margin: 40px 0 0; }
.chp-variants__title { font-family: Poppins, sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--chp-ink); margin: 0 0 18px; }
.chp-variants__list { display: grid; gap: 16px; }
.chp-variant { border: 1px solid var(--chp-line, #E2E5E8); border-radius: 16px; padding: 18px 20px; background: #fff; }
.chp-variant__head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.chp-variant__label { font-weight: 800; color: var(--chp-ink); font-size: 1.05rem; }
.chp-variant__note { color: var(--chp-muted, #5E6468); font-size: .92rem; }
.chp-variant__thumbs { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.chp-variant__thumbs button { padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; cursor: pointer; background: #f1f3f5; width: 72px; height: 72px; }
.chp-variant__thumbs button:hover { border-color: var(--chp-line, #E2E5E8); }
.chp-variant__thumbs button.is-active { border-color: var(--chp-accent, #51B148); }
.chp-variant__thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }

.chp-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; list-style: none; padding: 0; margin: 0; }
@media (max-width: 520px) { .chp-features { grid-template-columns: 1fr; } }
.chp-feature { display: flex; align-items: flex-start; gap: 10px; }
.chp-feature__check { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: #E7F2E6; color: var(--chp-accent); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.chp-feature__check svg { width: 13px; height: 13px; }
.chp-feature__label { color: var(--chp-text); }

/* --- Caractéristiques techniques (grille de cartes à icônes, façon maquette) --- */
.chp-techspecs {
	margin-top: 56px; border-radius: 22px; padding: 36px;
	position: relative; isolation: isolate; overflow: hidden;
	/* Fond « hero » : même dégradé + halos verts que la section hero de l'accueil
	   (les variables --chp-sec-tint / --chp-sec-glow sont héritées de .chp-herobg). */
	background: linear-gradient(135deg, var(--chp-sec-tint, rgba(81, 177, 72, .12)) 0%, #fff 46%, #fff 100%);
}
.chp-techspecs::before, .chp-techspecs::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.chp-techspecs::before { top: -40px; right: -100px; width: 300px; height: 300px; background: color-mix(in srgb, var(--chp-sec-glow, #51B148) 20%, transparent); }
.chp-techspecs::after  { bottom: -80px; left: -120px; width: 300px; height: 300px; background: color-mix(in srgb, var(--chp-sec-glow, #51B148) 12%, transparent); }
@supports not (background: color-mix(in srgb, #000 10%, transparent)) {
	.chp-techspecs::before { background: rgba(81, 177, 72, .20); }
	.chp-techspecs::after  { background: rgba(81, 177, 72, .12); }
}
.chp-techspecs__title { font-size: 26px; margin: 0 0 22px; color: var(--chp-ink); font-family: Poppins, sans-serif; font-weight: 800; }
.chp-techspecs__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 960px) { .chp-techspecs__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .chp-techspecs__grid { grid-template-columns: 1fr; } .chp-techspecs { padding: 24px; } }
.chp-techcard { background: #fff; border: 1px solid var(--chp-line); border-radius: 14px; padding: 18px; }
.chp-techcard__head { display: flex; align-items: center; gap: 8px; color: var(--chp-accent); text-transform: uppercase; letter-spacing: .05em; font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.chp-techcard__head .chp-ic { width: 18px; height: 18px; flex: 0 0 auto; }
.chp-techcard__label { line-height: 1.2; }
.chp-techcard__value { display: block; font-family: Poppins, sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--chp-ink); }

/* --- Documents --- */
.chp-docs { margin-top: 40px; }
.chp-docs__title { font-size: 22px; margin: 0 0 16px; color: var(--chp-ink); font-family: Poppins, sans-serif; font-weight: 800; }
/* Documents PDF : tuiles logo PDF (fond transparent) + titre simplifié dessous. */
.chp-docs__grid { display: flex; flex-wrap: wrap; gap: 14px; }
.chp-doc { display: inline-flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 10px; width: 132px; padding: 16px 12px; text-decoration: none; text-align: center; background: #fff; border: 1px solid var(--chp-line, #E2E5E8); border-radius: 14px; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.chp-doc:hover { border-color: var(--chp-accent); box-shadow: 0 10px 24px rgba(15,23,42,.08); transform: translateY(-2px); }
.chp-doc__svg { width: 46px; height: 48px; display: block; }
.chp-doc__img { width: 46px; height: 46px; display: block; border-radius: 20%; object-fit: cover; }
.chp-doc__label { font-size: 13px; font-weight: 600; line-height: 1.35; color: var(--chp-ink, #171B1F); }
@media (max-width: 480px) { .chp-doc { width: calc(50% - 7px); } }

/* --- Modèles similaires --- */
.chp-similar { margin-top: 56px; }
.chp-similar__title { font-size: 26px; margin: 0 0 22px; color: var(--chp-ink); font-family: Poppins, sans-serif; font-weight: 800; }
.chp-similar__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 760px) { .chp-similar__grid { grid-template-columns: 1fr; } }
/* Option « Carrousel » (mobile) pour les modèles similaires. */
@media (max-width: 760px) {
	.chp-similar--carousel .chp-similar__grid {
		grid-template-columns: none; display: flex; gap: 14px;
		overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
		padding-bottom: 10px; scroll-padding: 0 4px;
	}
	.chp-similar--carousel .chp-similar__grid::-webkit-scrollbar { height: 6px; }
	.chp-similar--carousel .chp-simcard { flex: 0 0 82%; scroll-snap-align: start; }
}
.chp-simcard { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid var(--chp-line); border-radius: 18px; overflow: hidden; background: #fff; }
.chp-simcard__media { display: block; aspect-ratio: 1 / 1; background: #f1f3f5; overflow: hidden; border-radius: 17px 17px 0 0; }
.chp-simcard__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.chp-simcard__body { padding: 18px; }
.chp-simcard__brand { display: block; text-transform: uppercase; letter-spacing: .07em; font-size: 11px; color: var(--chp-muted); margin-bottom: 4px; }
.chp-simcard__name { display: block; font-family: Poppins, sans-serif; font-weight: 700; color: var(--chp-accent); margin-bottom: 6px; }
.chp-simcard__desc { display: block; color: var(--chp-muted); font-size: .92rem; }

/* Section « Produits similaires » : réutilise le markup .chp-prod / .chp-prods__track
   (grille soignée sur desktop, carrousel tactile sur mobile). */
.chp-similar .chp-prods { position: relative; }
.chp-similar .chp-prods__track { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1024px) { .chp-similar .chp-prods__track { grid-template-columns: repeat(2, 1fr); } }

/* Cartes « Produits similaires » = version compacte du listing (section secondaire,
   ne doit pas dominer la fiche). Image carrée + corps resserré → cartes bien moins hautes. */
.chp-similar .chp-prod__media { aspect-ratio: 1 / 1; }
.chp-similar .chp-prod__body { padding: 18px; gap: 6px; }
.chp-similar .chp-prod__title { font-size: 18px; }
.chp-similar .chp-prod__accroche { font-size: 14px; -webkit-line-clamp: 2; line-clamp: 2; }
.chp-similar .chp-prod__specs { padding-top: 12px; gap: 8px; }
.chp-similar .chp-prod__spec-v { font-size: 15px; }
@media (max-width: 760px) {
	.chp-similar .chp-prods__track { grid-template-columns: 1fr; }
	.chp-similar--carousel .chp-prods__track {
		display: flex; grid-template-columns: none; gap: 14px;
		overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
		scroll-behavior: smooth; padding-bottom: 10px; scroll-padding: 0 4px;
	}
	.chp-similar--carousel .chp-prods__track::-webkit-scrollbar { height: 6px; }
	.chp-similar--carousel .chp-prod { flex: 0 0 82%; scroll-snap-align: start; }
}

/* ===================================================================
   Widget « CH Produits » — grille + carrousel
   (les couleurs/typos/espacements sont surchargeables via Elementor)
   =================================================================== */
.chp-prods { position: relative; }

/* ------------------------------------------------------------------ *
 *  Fond de section « hero » (repris de la section hero de l'accueil) :
 *  dégradé diagonal vert clair -> blanc + deux halos verts flous.
 *  Variables surchargeables depuis Elementor : --chp-sec-tint / --chp-sec-glow.
 * ------------------------------------------------------------------ */
.chp-prods--hero,
.chp-prods--soft {
	--chp-sec-tint: rgba(81, 177, 72, .12);
	--chp-sec-glow: #51B148;
	--chp-hero-minh: 0px;                      /* 0 = hauteur pilotée par le contenu (comme l'accueil) */
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: var(--chp-hero-minh, 0px);
	padding: clamp(36px, 6vw, 88px) clamp(20px, 5vw, 64px);
	border-radius: 32px;
	background: linear-gradient(135deg, var(--chp-sec-tint) 0%, #ffffff 46%, #ffffff 100%);
}
/* Halos lumineux flous (façon brand/20 + brand/10 de la maquette). */
.chp-prods--hero::before,
.chp-prods--hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(90px);
	pointer-events: none;
}
.chp-prods--hero::before {
	top: 24px;
	right: -120px;
	width: 360px;
	height: 360px;
	background: color-mix(in srgb, var(--chp-sec-glow) 22%, transparent);
}
.chp-prods--hero::after {
	bottom: -60px;
	left: -140px;
	width: 360px;
	height: 360px;
	background: color-mix(in srgb, var(--chp-sec-glow) 12%, transparent);
}
/* Repli navigateurs sans color-mix : halos en vert marque translucide. */
@supports not (background: color-mix(in srgb, #000 10%, transparent)) {
	.chp-prods--hero::before { background: rgba(81, 177, 72, .22); }
	.chp-prods--hero::after  { background: rgba(81, 177, 72, .12); }
}
/* Mobile : moins de padding, halos plus discrets pour éviter tout débordement. */
@media (max-width: 600px) {
	.chp-prods--hero, .chp-prods--soft { border-radius: 20px; }
	.chp-prods--hero::before, .chp-prods--hero::after { width: 220px; height: 220px; filter: blur(70px); }
}

/* ------------------------------------------------------------------ *
 *  Recette « Fond hero » PARTAGÉE (widgets Catégories / Fiche + agent
 *  boutiques). Même ambiance que le hero de l'accueil : dégradé diagonal
 *  vert clair -> blanc + deux halos verts flous, respiration py-28 de
 *  l'accueil (padding jusqu'à 112px) et hauteur pilotée par le contenu.
 *  Variante « --soft » = même fond SANS halos.
 *  Variables surchargeables via Elementor : --chp-sec-tint / --chp-sec-glow /
 *  --chp-hero-minh (hauteur minimale responsive, 0 par défaut).
 * ------------------------------------------------------------------ */
.chp-herobg, .chp-herobg--soft {
	--chp-sec-tint: rgba(81, 177, 72, .12);
	--chp-sec-glow: #51B148;
	--chp-hero-minh: 0px;                      /* défaut : hauteur pilotée par le contenu = comme l'accueil */
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: var(--chp-hero-minh, 0px);
	padding: clamp(48px, 8vw, 112px) clamp(20px, 5vw, 64px);   /* respiration py-28 de l'accueil */
	border-radius: 32px;
	background: linear-gradient(135deg, var(--chp-sec-tint) 0%, #fff 46%, #fff 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.chp-herobg::before, .chp-herobg::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.chp-herobg::before { top: 24px; right: -120px; width: 360px; height: 360px; background: color-mix(in srgb, var(--chp-sec-glow) 22%, transparent); }
.chp-herobg::after  { bottom: -60px; left: -140px; width: 360px; height: 360px; background: color-mix(in srgb, var(--chp-sec-glow) 12%, transparent); }
@supports not (background: color-mix(in srgb, #000 10%, transparent)) {
	.chp-herobg::before { background: rgba(81, 177, 72, .22); }
	.chp-herobg::after  { background: rgba(81, 177, 72, .12); }
}
@media (max-width: 600px) {
	.chp-herobg, .chp-herobg--soft { border-radius: 20px; }
	.chp-herobg::before, .chp-herobg::after { width: 220px; height: 220px; filter: blur(70px); }
}
/* Variante PLEINE LARGEUR (bord à bord) : le dégradé occupe toute la largeur de
   l'écran, comme la bande hero de l'accueil ; le contenu reste centré (max 1160). */
.chp-herobg--full {
	max-width: none !important;
	width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	border-radius: 0 !important;
	padding-left: max(20px, calc((100vw - 1160px) / 2));
	padding-right: max(20px, calc((100vw - 1160px) / 2));
}
.chp-herobg--full::before { right: max(-120px, calc((100vw - 1160px) / -2 - 40px)); }
@media (max-width: 600px) { .chp-herobg--full { padding-left: 20px; padding-right: 20px; padding-top: 80px; } }

/* En-tête : surtitre + titre à gauche, filtres à droite */
.chp-prods__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.chp-prods__eyebrow { display: block; font-family: Poppins, sans-serif; font-weight: 800; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #45993D; margin-bottom: 8px; }
.chp-prods__title { margin: 0; font-family: Poppins, sans-serif; font-weight: 800; font-size: 40px; line-height: 1.05; color: #171B1F; }

.chp-prods__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.chp-prod {
	display: flex; flex-direction: column;
	height: 100%; /* remplit la cellule de grille -> cartes de hauteur égale */
	text-decoration: none; color: inherit;
	border: 1px solid var(--chp-line, #E2E5E8);
	border-radius: 18px; overflow: hidden; background: #fff;
	transition: box-shadow .15s ease, transform .15s ease;
}
.chp-prod:hover { box-shadow: 0 12px 26px rgba(15,23,42,.10); transform: translateY(-2px); background: #fff; color: inherit; }
.chp-prod__media { position: relative; background: #fff; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 17px 17px 0 0; }
.chp-prod__badge {
	position: absolute; top: 16px; left: 16px; z-index: 2;
	background: #EEF6E6; color: #45993D;
	font-family: Poppins, sans-serif; font-weight: 800; font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
	padding: 6px 12px; border-radius: 999px;
}
.chp-prod__media { flex: 0 0 auto; } /* image jamais compressée -> même hauteur partout */
/* Cadre uniforme partout : l'image REMPLIT le cadre (cover), centrée, SANS bandes
   blanches. Les photos fournisseurs ont des marges blanches → cover les rogne et
   agrandit le produit. Le cadre .chp-prod__media (aspect-ratio 4/5) définit la zone. */
.chp-prod__img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; box-sizing: border-box; padding: 0; }
/* Image pleine taille (100%×100%) + cover forcé (bat le défaut d'Elementor et
   la hauteur naturelle de l'image). */
.chp-prods .chp-prod__media > .chp-prod__img,
.chp-prods .chp-prod__media > picture > .chp-prod__img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; padding: 0 !important; }
.chp-prod__body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1 1 auto; }
.chp-prod__eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: #45993D; font-weight: 800; }
.chp-prod__brand { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #8b929b; font-weight: 700; }
.chp-prod__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.chp-prod__title { font-size: 22px; margin: 0; color: #171B1F; font-family: Poppins, sans-serif; font-weight: 800; }
.chp-prod__price { font-family: Poppins, sans-serif; font-weight: 800; font-size: 18px; color: #45993D; white-space: nowrap; }
/* Description tronquée à 4 lignes -> hauteur de bloc homogène entre cartes. */
.chp-prod__accroche { font-size: 15px; color: #5E6468; margin: 0; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
/* Specs épinglées en bas de la carte -> la ligne PUISSANCE/RENDEMENT s'aligne partout. */
.chp-prod__specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--chp-line, #E2E5E8); }
.chp-prod__spec { display: flex; flex-direction: column; gap: 4px; text-align: center; }
.chp-prod__spec-l { font-size: 11px; letter-spacing: .04em; color: #8b929b; font-weight: 700; }
.chp-prod__spec-v { font-size: 16px; color: #171B1F; font-family: Poppins, sans-serif; font-weight: 800; }
.chp-prod__btn {
	margin-top: 10px; align-self: flex-start;
	background: #45993D; color: #fff;
	padding: 10px 18px; border-radius: 8px;
	font-weight: 600; font-family: Poppins, sans-serif;
}

/* Carte produit repliable sur mobile : flèche à droite du nom qui révèle
   description + puissance/rendement (+ bouton) → carte allégée. Masqué sur PC. */
.chp-prod__title { flex: 1 1 auto; }
.chp-prod__toggle { display: none; }
@media (max-width: 600px) {
	.chp-prod__head { align-items: center; }
	.chp-prod__toggle {
		display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
		width: 30px; height: 30px; margin-left: 6px; border-radius: 999px; cursor: pointer;
		background: #EAF6EA; color: var(--chp-accent, #45993D); border: 1px solid rgba(69,153,61,.28);
		-webkit-tap-highlight-color: transparent;
	}
	.chp-prod__toggle svg { width: 16px; height: 16px; transition: transform .2s ease; }
	.chp-prod.is-open .chp-prod__toggle { background: var(--chp-accent, #45993D); color: #fff; border-color: var(--chp-accent, #45993D); }
	.chp-prod.is-open .chp-prod__toggle svg { transform: rotate(180deg); }
	/* Replié par défaut : on masque description + specs + bouton. */
	.chp-prod__accroche, .chp-prod__specs, .chp-prod__btn { display: none; }
	.chp-prod.is-open .chp-prod__accroche { display: -webkit-box; margin-top: 4px; }
	.chp-prod.is-open .chp-prod__specs { display: grid; }
	.chp-prod.is-open .chp-prod__btn { display: inline-block; }
	.chp-prod__body { gap: 6px; }
	/* Feu design : carte repliee identique au Catalogue -> tete = titre pleine
	   largeur + chevron (le prix cramponne retrecissait le titre sur 5-6 lignes).
	   Le prix reapparait a l'ouverture, avec l'accroche / les specs / le bouton. */
	.chp-prods--feudesign .chp-prod__price { display: none; }
	.chp-prods--feudesign .chp-prod.is-open .chp-prod__price { display: inline; }
	/* Produits similaires (carrousel) : nom sur 2 lignes réservées → toutes les
	   cartes ont exactement la même hauteur, quel que soit la longueur du nom. */
	.chp-similar .chp-prod__title {
		display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;
		overflow: hidden; min-height: 2.4em;
	}
	.chp-similar--carousel .chp-prods__track { align-items: stretch; }
}

/* Carrousel */
.chp-prods--carousel .chp-prods__track {
	display: flex; grid-template-columns: none;
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch; padding-bottom: 8px;
}
.chp-prods--carousel .chp-prods__track::-webkit-scrollbar { height: 6px; }
.chp-prods--carousel .chp-prod { scroll-snap-align: start; flex: 0 0 calc((100% - 40px) / 3); }
.chp-prods__nav {
	position: absolute; top: 38%; z-index: 2;
	width: 40px; height: 40px; border-radius: 50%;
	border: 1px solid var(--chp-line, #E2E5E8); background: #fff; cursor: pointer;
	font-size: 22px; line-height: 1; box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.chp-prods__nav--prev { left: -8px; }
.chp-prods__nav--next { right: -8px; }

@media (max-width: 1024px) {
	.chp-prods__track { grid-template-columns: repeat(2, 1fr); }
	.chp-prods--carousel .chp-prod { flex-basis: calc((100% - 20px) / 2); }
}
@media (max-width: 680px) {
	.chp-prods__track { grid-template-columns: 1fr; }
	.chp-prods--carousel .chp-prod { flex-basis: 85%; }
}

/* Barre de filtres du catalogue */
.chp-filter { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
.chp-filter__btn {
	border: 1px solid var(--chp-line, #E2E5E8); background: #fff; color: #2B3033;
	padding: 8px 18px; border-radius: 999px; cursor: pointer;
	font-weight: 600; font-family: Poppins, sans-serif; transition: all .15s ease;
	text-transform: none;
}
/* Casse normale garantie sur les puces de filtre catégorie (bat un éventuel
   text-transform: uppercase hérité de la typo Elementor ou du thème). */
.chp-filter .chp-filter__btn,
.chp-prods--catalog [data-facet="cat"] .chp-filter__btn { text-transform: none !important; }
.chp-filter__btn:hover { background: #fff !important; border-color: #45993D; color: #45993D; }
.chp-filter__btn.is-active,
.chp-filter__btn.is-active:hover { background: #45993D !important; border-color: #45993D; color: #fff; }

/* Sous-titre de hero + compteur de résultats (gabarit catalogue) */
.chp-prods__desc { margin: 10px 0 0; color: var(--chp-muted, #5E6468); font-size: 16px; line-height: 1.6; max-width: 640px; }
.chp-prods__count { font-size: 14px; font-weight: 700; color: var(--chp-muted, #5E6468); white-space: nowrap; }

/* Bandeau de contexte « catalogue filtré par agence » (?marques=) — discret */
.chp-prods__scope { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; padding: 10px 14px; border-radius: 10px; background: rgba(81,177,72,.10); border: 1px solid rgba(81,177,72,.28); color: #2e6b28; font-size: 14px; line-height: 1.4; }
.chp-prods__scope svg { flex: 0 0 auto; color: #45993D; }
.chp-prods__scope strong { color: #1f4d1c; font-weight: 700; }
.chp-prods--fdark .chp-prods__scope, .chp-prods--fnight .chp-prods__scope { background: rgba(81,177,72,.16); border-color: rgba(81,177,72,.4); color: #d8f5d3; }
.chp-prods--fdark .chp-prods__scope strong, .chp-prods--fnight .chp-prods__scope strong { color: #fff; }

/* Barre d'outils (filtre + tri) + tri + « charger plus » (audit F3/F12) */
.chp-prods__tools { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
/* Mode « barre » (page catalogue : hero séparé) — outils sur toute la largeur */
.chp-prods__head--bar { display: block; }
.chp-prods__head--bar .chp-prods__tools { flex: 1 1 auto; }
.chp-prods__head--bar .chp-filter { margin-right: auto; }
.chp-sort { display: inline-flex; align-items: center; gap: 8px; }
.chp-sort__label { font-size: 14px; color: var(--chp-muted, #5E6468); font-weight: 600; }
.chp-sort__select {
	border: 1px solid var(--chp-line, #E2E5E8); background: #fff; color: #2B3033;
	padding: 8px 14px; border-radius: 999px; cursor: pointer;
	font-weight: 600; font-family: Poppins, sans-serif;
}
/* Anti-thème : fond/couleur verrouillés au survol/focus (sinon select:hover rouge du thème). */
.chp-sort__select:hover,
.chp-sort__select:focus { background: #fff; color: #2B3033; border-color: var(--chp-accent); }
/* Filtres avancés (recherche / marque / caractéristiques) */
.chp-refine { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin: 0 0 28px; }
.chp-refine__search {
	flex: 1 1 240px; min-width: 200px; max-width: 360px;
	border: 1px solid var(--chp-line, #E2E5E8); border-radius: 999px; background: #fff;
	padding: 10px 18px; font-family: Poppins, sans-serif; font-size: 15px; color: #2B3033;
}
.chp-refine__search:hover,
.chp-refine__search:focus { background: #fff; color: #2B3033; border-color: var(--chp-accent); outline: none; }
.chp-refine__group { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.chp-refine__label { font-size: 13px; font-weight: 700; color: var(--chp-muted, #5E6468); text-transform: uppercase; letter-spacing: .04em; }
.chp-chip {
	border: 1px solid var(--chp-line, #E2E5E8); background: #fff; color: #2B3033;
	padding: 6px 14px; border-radius: 999px; cursor: pointer;
	font-weight: 600; font-size: 14px; font-family: Poppins, sans-serif; transition: all .15s ease;
}
.chp-chip:hover { background: #fff !important; border-color: #45993D; color: #45993D; }
.chp-chip.is-active:hover { background: #45993D !important; color: #fff; }
.chp-chip.is-active { background: #45993D !important; border-color: #45993D; color: #fff; }
.chp-chip:focus-visible { outline: 3px solid var(--chp-accent); outline-offset: 2px; }
.chp-refine__empty { flex: 1 1 100%; margin: 8px 0 0; color: var(--chp-muted, #5E6468); font-style: italic; }

/* Hero d'archive catégorie (façon maquette /poeles) rendu par le template modèle. */
.chp-archive-head { max-width: 1180px; margin: 0 auto; padding: 40px 20px 8px; }
.chp-archive-eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 13px; font-weight: 800; color: var(--chp-accent, #51B148); margin: 0 0 10px; }
.chp-archive-title { font-family: Poppins, sans-serif; font-weight: 800; font-size: clamp(2rem, 4vw, 3rem); color: var(--chp-ink); margin: 0 0 12px; line-height: 1.05; letter-spacing: -.02em; }
.chp-archive-desc { color: var(--chp-muted, #5E6468); max-width: 660px; font-size: 1.05rem; line-height: 1.6; }

/* Gabarit catalogue (filtres latéraux) — façon page /poeles */
.chp-prods--catalog { display: grid; grid-template-columns: 264px 1fr; grid-template-areas: "hero hero" "head head" "refine track" "more more" "cta cta"; column-gap: 36px; }
.chp-prods--catalog .chp-prods__head { grid-area: head; }
.chp-prods--catalog .chp-prods__track { grid-area: track; }
.chp-prods--catalog .chp-prods__more { grid-area: more; }
.chp-prods--catalog .chp-pager { grid-area: more; } /* pager pleine largeur, sous les articles */
.chp-prods--catalog .chp-prods__cta { grid-area: cta; }
.chp-prods--catalog .chp-refine {
	grid-area: refine; display: block; margin: 0; align-self: start; position: sticky; top: 24px;
	background: #fff; border: 1px solid var(--chp-line, #E2E5E8); border-radius: 16px; padding: 22px;
}
.chp-prods--catalog .chp-refine__group { display: flex; flex-direction: column; align-items: stretch; gap: 6px; margin: 0 0 20px; padding: 0 0 20px; border-bottom: 1px solid var(--chp-line, #EFF1F4); }
.chp-prods--catalog .chp-refine__group:last-of-type { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.chp-prods--catalog .chp-refine__label { margin: 0 0 6px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--chp-muted, #5E6468); }

/* Barre de recherche avec loupe */
.chp-prods--catalog .chp-refine__search {
	flex: none; width: 100%; max-width: none; box-sizing: border-box; height: auto;
	padding: 12px 14px 12px 42px; border: 1px solid var(--chp-line, #E2E5E8); border-radius: 999px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat left 15px center / 17px 17px;
	color: #171B1F; font-size: 15px;
}
.chp-prods--catalog .chp-refine__search:focus { border-color: var(--chp-accent, #51B148); outline: none; }

/* Catégories : liste verticale avec compteur, élément actif sur fond vert */
.chp-prods--catalog [data-facet="cat"] .chp-filter__btn {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	width: 100%; text-align: left; padding: 9px 12px; margin: 0;
	border: 0; border-radius: 10px; background: none; color: var(--chp-ink, #171B1F);
	font-family: inherit; font-weight: 600; font-size: 15px; cursor: pointer;
}
.chp-prods--catalog [data-facet="cat"] .chp-filter__btn:hover { background: #f4f6f8; color: var(--chp-ink, #171B1F); border: 0; }
.chp-prods--catalog [data-facet="cat"] .chp-filter__btn.is-active,
.chp-prods--catalog [data-facet="cat"] .chp-filter__btn.is-active:hover { background: #EAF6EA; color: #2e7d32; border: 0; }
.chp-filter__count { font-size: 13px; font-weight: 600; color: #9ca3af; }
.chp-prods--catalog [data-facet="cat"] .chp-filter__btn.is-active .chp-filter__count { color: #2e7d32; }

/* Facettes (marque / puissance / budget / caractéristiques) en CASES À COCHER verticales */
.chp-prods--catalog .chp-chip {
	display: flex; align-items: center; gap: 11px; width: 100%; justify-content: flex-start;
	padding: 7px 6px; margin: 0; border: 0; background: none; border-radius: 8px;
	color: var(--chp-ink, #171B1F); font-family: inherit; font-weight: 500; font-size: 15px; cursor: pointer;
}
.chp-prods--catalog .chp-chip::before {
	content: ''; flex: 0 0 auto; width: 19px; height: 19px; border: 2px solid #cbd5e1; border-radius: 5px;
	background: #fff no-repeat center / 12px 10px; transition: background-color .12s ease, border-color .12s ease;
}
.chp-prods--catalog .chp-chip:hover { background: #f6f8fa; color: var(--chp-ink, #171B1F); border: 0; }
.chp-prods--catalog .chp-chip.is-active { background: none; color: var(--chp-ink, #171B1F); border: 0; font-weight: 600; }
.chp-prods--catalog .chp-chip.is-active:hover { background: #f6f8fa; color: var(--chp-ink, #171B1F); }
.chp-prods--catalog .chp-chip.is-active::before {
	background-color: var(--chp-accent, #51B148); border-color: var(--chp-accent, #51B148);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4 4 10-10'/%3E%3C/svg%3E");
}
.chp-prods--catalog .chp-refine__empty { margin-top: 12px; }

/* Chrome du tiroir mobile (bouton « Filtres », en-tête, pied) — masqué sur desktop */
.chp-refine-toggle,
.chp-refine__bar,
.chp-refine__apply { display: none; }

/* --- Mobile : barre + tiroir de filtres (façon appli e-commerce) --- */
@media (max-width: 860px) {
	.chp-prods--catalog { grid-template-columns: 1fr; grid-template-areas: "hero" "head" "bar" "track" "more" "cta"; }

	/* Bouton « Filtres » sticky en haut de la grille */
	.chp-prods--catalog .chp-refine-toggle {
		grid-area: bar; display: inline-flex; align-items: center; gap: 8px; justify-self: start;
		position: sticky; top: 8px; z-index: 6; margin-bottom: 18px;
		background: #fff; color: var(--chp-ink); border: 1.5px solid var(--chp-ink);
		border-radius: 999px; padding: 9px 16px; font-weight: 700; font-family: Poppins, sans-serif; cursor: pointer;
		box-shadow: 0 4px 14px rgba(15,23,42,.10);
	}
	.chp-refine-toggle__badge {
		display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px;
		padding: 0 6px; border-radius: 999px; background: #E5006D; color: #fff; font-size: 12px; font-weight: 800;
	}

	/* Le panneau devient un tiroir plein écran */
	.chp-prods--catalog .chp-refine {
		position: fixed; inset: 0; z-index: 99999; margin: 0; border: 0; border-radius: 0;
		padding: 18px 18px 90px; overflow-y: auto; display: none; box-shadow: none;
	}
	.chp-prods--catalog .chp-refine.is-open { display: block; }
	.chp-refine__bar {
		display: flex; align-items: center; justify-content: space-between;
		position: sticky; top: 0; background: #fff; padding: 4px 0 14px; margin-bottom: 16px;
		border-bottom: 1px solid var(--chp-line);
	}
	.chp-refine__heading { font-family: Poppins, sans-serif; font-weight: 800; font-size: 20px; color: var(--chp-ink); }
	.chp-refine__close { background: none; border: 0; font-size: 30px; line-height: 1; color: var(--chp-ink); cursor: pointer; padding: 0 4px; }
	.chp-refine__apply {
		display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1;
		background: #fff; padding: 12px 16px; border-top: 1px solid var(--chp-line);
	}
	.chp-refine__see { width: 100%; justify-content: center; }
}

/* Bloc CTA bas de catalogue (« Besoin d'un conseil ? ») */
/* Encart « Besoin d'un conseil ? » : fond dégradé façon hero d'accueil
   (vert clair diagonal → blanc) au lieu du gris. */
.chp-prods__cta { margin-top: 48px; padding: 40px 24px; text-align: center; background: linear-gradient(135deg, rgba(22, 163, 74, .10) 0%, #ffffff 55%, #ffffff 100%); border: 1px solid rgba(22, 163, 74, .14); border-radius: 18px; }
.chp-prods__cta-title { margin: 0 0 8px; font-size: 26px; font-family: Poppins, sans-serif; color: #1F2A37; }
.chp-prods__cta-text { margin: 0 auto 22px; max-width: 560px; color: var(--chp-muted, #5E6468); font-size: 16px; }
.chp-prods__cta-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.chp-prods__cta .chp-btn { display: inline-flex; align-items: center; padding: 12px 28px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: all .15s ease; }
.chp-prods__cta .chp-btn--primary { background: var(--chp-accent); color: #fff; }
.chp-prods__cta .chp-btn--ghost { background: #fff; color: #2B3033; border: 1px solid var(--chp-line, #E2E5E8); }
.chp-prods__cta .chp-btn--ghost:hover { background: #fff; border-color: #45993D; color: #45993D; }

.chp-prods__more { display: flex; justify-content: center; margin-top: 32px; }
.chp-loadmore {
	border: 1px solid #45993D; background: #fff; color: #45993D;
	padding: 12px 30px; border-radius: 999px; cursor: pointer;
	font-weight: 700; font-family: Poppins, sans-serif; transition: all .15s ease;
}
.chp-loadmore:hover { background: #45993D; color: #fff; }

/* ===================================================================
   Widget « CH Catégories » — cartes riches (gabarit Cormontreuil)
   =================================================================== */
.chp-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.chp-cat {
	display: flex; flex-direction: column;
	background: #fff; border-radius: 18px; overflow: hidden;
	box-shadow: 0 10px 30px rgba(15,23,42,.08);
	transition: transform .25s ease, box-shadow .25s ease;
}

/* --- Effets de survol (selon la classe du conteneur) --- */
.chp-hover-lift .chp-cat:hover,
.chp-hover-lift-zoom .chp-cat:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(15,23,42,.14); }
.chp-hover-zoom .chp-cat:hover .chp-cat__img,
.chp-hover-lift-zoom .chp-cat:hover .chp-cat__img { transform: scale(calc(var(--chp-cat-zoom, 1) * 1.07)); }
.chp-hover-glow .chp-cat:hover { box-shadow: 0 0 0 3px rgba(78,125,42,.45), 0 16px 38px rgba(15,23,42,.14); }
.chp-hover-reveal .chp-cat:hover .chp-cat__head { transform: translateY(-8px); }
.chp-hover-reveal .chp-cat:hover .chp-cat__overlay { opacity: 1; }
.chp-hover-reveal .chp-cat__overlay { opacity: .85; }

/* Média + overlay */
.chp-cat__media { position: relative; height: 330px; overflow: hidden; border-radius: 18px 18px 0 0; }
.chp-cat__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; z-index: 0; transform: scale(var(--chp-cat-zoom, 1)); transform-origin: var(--chp-cat-orig, center center); }
.chp-cats--rich .chp-cat__overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top, rgba(8,10,14,.9) 0%, rgba(8,10,14,.55) 30%, rgba(8,10,14,.12) 62%, rgba(8,10,14,0) 100%); transition: opacity .25s ease; }
.chp-cat__badge {
	position: absolute; top: 16px; left: 16px; z-index: 2;
	display: inline-flex; align-items: center; gap: 6px;
	background: #fff; color: #171B1F; font-family: Poppins, sans-serif; font-weight: 800;
	font-size: 12px; letter-spacing: .04em; padding: 7px 14px; border-radius: 999px;
	box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.chp-cat__badge-ic { color: #45993D; font-size: 14px; line-height: 1; }
.chp-cat__counter {
	position: absolute; top: 16px; right: 16px; z-index: 2;
	background: rgba(20,24,28,.7); color: #fff; font-size: 12px; font-weight: 700;
	padding: 6px 12px; border-radius: 999px;
}
.chp-cats--rich .chp-cat__head { position: absolute; left: 22px; right: 22px; bottom: 20px; top: auto; z-index: 3; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; transition: transform .25s ease; }
.chp-cats--rich .chp-cat__head .chp-cat__headline { margin: 0; color: #fff; font-family: Poppins, sans-serif; font-weight: 800; font-size: 26px; line-height: 1.12; min-width: 0; overflow-wrap: anywhere; text-shadow: 0 2px 10px rgba(0,0,0,.6), 0 1px 2px rgba(0,0,0,.6); }
.chp-cats--rich .chp-cat__head .chp-cat__num { color: #fff; text-align: right; line-height: 1; flex: 0 0 auto; text-shadow: 0 2px 10px rgba(0,0,0,.6); }
.chp-cats--rich .chp-cat__head .chp-cat__num b { display: block; font-family: Poppins, sans-serif; font-weight: 800; font-size: 38px; }
.chp-cats--rich .chp-cat__head .chp-cat__num span { font-size: 11px; letter-spacing: .08em; font-weight: 700; opacity: .95; }
/* Badge / compteur : au-dessus du dégradé */
.chp-cats--rich .chp-cat__badge, .chp-cats--rich .chp-cat__counter { z-index: 3; }

/* Corps */
.chp-cat__body { padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.chp-cat__text { margin: 0; font-size: 15px; color: #2B3033; line-height: 1.55; }
.chp-cat__tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.chp-cat__tags li { background: #f1f3f5; color: #2B3033; font-size: 13px; padding: 6px 12px; border-radius: 999px; }
.chp-cat__thumbs { display: flex; align-items: center; gap: 8px; }
.chp-cat__thumb { width: 54px; height: 54px; border-radius: 10px; overflow: hidden; border: 1px solid #E2E5E8; flex: none; }
.chp-cat__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.chp-cat__more { flex: 1; text-align: center; background: #f1f3f5; color: #5E6468; font-size: 14px; font-weight: 600; padding: 16px 10px; border-radius: 10px; }
.chp-cat__cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #E2E5E8; padding-top: 16px; margin-top: 4px; text-decoration: none; }
.chp-cat__cta > span:first-child { color: #171B1F; font-family: Poppins, sans-serif; font-weight: 700; font-size: 16px; }
.chp-cat__arrow { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: #45993D; color: #fff; font-size: 20px; flex: none; transition: transform .15s ease; }
.chp-cat__cta:hover .chp-cat__arrow { transform: translateX(3px); }

@media (max-width: 1024px) { .chp-cats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .chp-cats { grid-template-columns: 1fr; } .chp-cat__headline { font-size: 24px; } }

/* ===================================================================
   Widget « CH Produit Vedette » (coup de cœur, fond sombre)
   =================================================================== */
.chp-vd {
	--chp-vd-cols: 1fr 1fr;
	display: grid; grid-template-columns: var(--chp-vd-cols); gap: 48px; align-items: center;
	background: transparent; border-radius: 20px;
}
/* Côté de l'image via l'ordre (remplace l'ancien hack direction:rtl). */
.chp-vd--right .chp-vd__media { order: 2; }
.chp-vd__media { background: #fff; border-radius: 14px; overflow: hidden; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; }
.chp-vd__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
/* Vedette : l'image REMPLIT le cadre (étirée/zoom centré) sur tous les écrans.
   height/width 100% !important : un contrôle Elementor laissait l'image à sa
   hauteur naturelle (petite) → cover n'avait rien à remplir. */
.chp-vd .chp-vd__media img, .chp-vd__medialink .chp-vd__media img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; }
/* Le lien wrapper doit remplir le média, sinon l'image (100% du lien) reste à sa
   taille naturelle. */
.chp-vd__media > .chp-vd__medialink { display: block !important; width: 100% !important; height: 100% !important; }
.chp-vd__content { color: #fff; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.chp-vd__eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	border: 1.5px solid #6BBF3C; color: #6BBF3C;
	font-family: Poppins, sans-serif; font-weight: 800; font-size: 13px; letter-spacing: .1em; text-transform: uppercase;
	padding: 8px 18px; border-radius: 999px; margin: 0;
}
.chp-vd__title { margin: 0; color: #fff; font-family: Poppins, sans-serif; font-weight: 800; font-size: 48px; line-height: 1.05; }
.chp-vd__subtitle { margin: 0; color: #AEB4BD; font-family: Poppins, sans-serif; font-weight: 700; font-size: 22px; }
.chp-vd__desc { margin: 0; color: #AEB4BD; font-size: 17px; line-height: 1.6; max-width: 560px; }
.chp-vd__specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; width: 100%; max-width: 28rem; }
.chp-vd__spec { background: #1E242B; border: 1px solid rgba(255,255,255,.06); border-radius: 14px; padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.chp-vd__spec-ic { width: 24px; height: 24px; color: #6BBF3C; }
.chp-vd__spec-ic svg { width: 24px; height: 24px; }
.chp-vd__spec-l { font-size: 12px; letter-spacing: .06em; color: #8B929B; font-weight: 700; }
.chp-vd__spec-v { font-size: 22px; font-weight: 800; color: #fff; font-family: Poppins, sans-serif; }
.chp-vd__actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
/* Bouton « Découvrir le modèle » = bouton vert du hero de la maquette accueil3 :
   pilule vert marque #51B148, texte blanc, ombre douce colorée, hover opacité. */
.chp-vd__cta {
	display: inline-flex; align-items: center; gap: 9px;
	background: #51B148; color: #fff; text-decoration: none;
	font-family: Poppins, sans-serif; font-weight: 700; font-size: 15px;
	padding: 14px 28px; border-radius: 999px;
	box-shadow: 0 6px 16px -6px rgba(81,177,72,.6); transition: opacity .15s ease, transform .15s ease, box-shadow .15s ease;
}
.chp-vd__cta:hover { opacity: .95; transform: translateY(-1px); box-shadow: 0 10px 22px -6px rgba(81,177,72,.7); }
.chp-vd__cta span[aria-hidden] { font-size: 1.05em; line-height: 0; }
/* Coup de cœur (accueil) : bouton CTA centré horizontalement dans son bloc.
   Ciblé sur .featured-inner (classe wrapper par défaut du widget Vedette) pour ne
   toucher que ce widget ; align-self:stretch étire la rangée d'actions sur toute la
   largeur de la colonne texte (align-items:flex-start du parent), puis on centre. */
.featured-inner .chp-vd__actions { align-self: stretch; justify-content: center; }

/* Carte vedette entièrement cliquable vers la fiche produit (lien étiré) :
   un ::after invisible sur le lien du titre couvre toute la carte ; les boutons
   et le prix restent au-dessus pour garder leurs propres actions. */
.chp-vd { position: relative; }
.chp-vd__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.chp-vd__cta, .chp-vd__cta--ghost, .chp-vd__price, .chp-vd__medialink { position: relative; z-index: 2; }
.chp-vd__price { color: #fff; font-size: 17px; }
.chp-vd__price strong { font-weight: 800; }
@media (max-width: 860px) {
	.chp-vd { grid-template-columns: 1fr; gap: 28px; }
	.chp-vd--right { direction: ltr; }
	.chp-vd__title { font-size: 34px; }
	.chp-vd__specs { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) { .chp-vd__specs { grid-template-columns: repeat(2, 1fr); } }

/* ===================================================================
   Hover harmonisé (générique) — s'applique à toute carte .chp-card-fx
   =================================================================== */
.chp-card-fx { transition: transform .25s ease, box-shadow .25s ease; }
.chp-img-fx { transition: transform .35s ease; }
.chp-hover-lift .chp-card-fx:hover,
.chp-hover-lift-zoom .chp-card-fx:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(15,23,42,.14); }
.chp-hover-zoom .chp-card-fx:hover .chp-img-fx,
.chp-hover-lift-zoom .chp-card-fx:hover .chp-img-fx { transform: scale(calc(var(--chp-cat-zoom, 1) * 1.07)); }
.chp-hover-glow .chp-card-fx:hover { box-shadow: 0 0 0 3px rgba(78,125,42,.45), 0 16px 38px rgba(15,23,42,.14); }

/* ===================================================================
   « Style minimal » (.chp-bare) — neutralise la décoration de base du
   plugin pour laisser les classes de thème décider (mise en page gardée)
   =================================================================== */
.chp-bare .chp-prod,
.chp-bare .chp-cat,
.chp-bare .chp-card,
.chp-bare .chp-vd,
.chp-bare .chp-prod__btn,
.chp-bare .chp-cat__btn {
	border: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
.chp-bare .chp-prod:hover,
.chp-bare .chp-cat:hover,
.chp-bare .chp-card:hover { box-shadow: none; }

/* Vedette — lien image/titre + bouton showroom (ghost) */
.chp-vd__medialink { display: block; }
.chp-vd__title a { color: inherit; text-decoration: none; }
.chp-vd__cta--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); box-shadow: none; }
.chp-vd__cta--ghost:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); }

/* Tags produit (fiche) */
.chp-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 18px; }
.chp-tag { font-size: 13px; background: #f1f3f5; color: #2B3033; padding: 6px 12px; border-radius: 999px; }

/* ===================================================================
   Filtre MOBILE (drawer) — widget « Notre sélection » (CH Produits)
   Bouton « Filtres » masqué sur desktop (filtres en ligne) ; sur mobile,
   le panneau .chp-refine devient un tiroir latéral plein écran.
   =================================================================== */
.chp-refine-toggle { display: none; align-items: center; gap: 8px; padding: 11px 18px; margin: 0 0 20px; border: 1px solid var(--chp-line, #E2E5E8); background: #fff; border-radius: 999px; font-family: Poppins, sans-serif; font-weight: 700; font-size: 15px; color: var(--chp-ink, #171B1F); cursor: pointer; }
.chp-refine-toggle.has-active { border-color: var(--chp-accent, #51B148); color: var(--chp-accent, #51B148); }
.chp-refine-toggle__badge { background: var(--chp-accent, #51B148); color: #fff; font-size: 12px; font-weight: 700; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; }
/* Chrome du tiroir (barre + bouton « Voir ») masqué sur desktop. */
.chp-refine__bar,
.chp-refine__apply { display: none; }

@media ( max-width: 768px ) {
	.chp-refine-toggle { display: inline-flex; }

	.chp-refine {
		position: fixed; top: 0; right: 0; bottom: 0; left: auto; z-index: 100000;
		width: min( 90vw, 360px );
		flex-direction: column; flex-wrap: nowrap; align-items: stretch;
		gap: 0; margin: 0; padding: 0;
		background: #fff; box-shadow: -10px 0 44px rgba( 8, 12, 16, .28 );
		overflow-y: auto; -webkit-overflow-scrolling: touch;
		transform: translateX( 100% ); transition: transform .28s ease; visibility: hidden;
	}
	.chp-refine.is-open { transform: translateX( 0 ); visibility: visible; }
	/* Fond sombre derrière le tiroir. */
	.chp-refine.is-open::before {
		content: ''; position: fixed; inset: 0; z-index: -1;
		width: 100vw; height: 100vh; background: rgba( 8, 12, 16, .5 );
	}

	.chp-refine__bar { display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 2; background: #fff; padding: 16px 20px; border-bottom: 1px solid var(--chp-line, #E2E5E8); }
	.chp-refine__heading { font-family: Poppins, sans-serif; font-weight: 800; font-size: 18px; color: var(--chp-ink, #171B1F); }
	.chp-refine__close { border: 0; background: none; font-size: 30px; line-height: 1; color: var(--chp-muted, #5E6468); cursor: pointer; padding: 0 6px; }

	.chp-refine__group { flex-direction: column; align-items: flex-start; gap: 10px; margin: 0; padding: 18px 20px; border-bottom: 1px solid var(--chp-line, #EFF1F4); }
	.chp-refine__search { width: 100%; }

	.chp-refine__apply { display: block; position: sticky; bottom: 0; z-index: 2; margin-top: auto; background: #fff; padding: 14px 20px; border-top: 1px solid var(--chp-line, #E2E5E8); }
	.chp-refine__apply .chp-btn { width: 100%; justify-content: center; }

	body.chp-refine-lock { overflow: hidden; }
}

/* ===================================================================
   Filtre MOBILE — barre de pastilles horizontales défilantes
   Sous 860px : remplace le bouton « Filtres » + tiroir par une rangée
   scrollable de pastilles (une par facette). Chaque pastille ouvre les
   options de SA facette dans une feuille (bottom-sheet réutilisant
   .chp-refine). Ce bloc est placé APRÈS les règles mobiles existantes :
   il les surcharge par ordre de source. Desktop (> 860px) : intact.
   =================================================================== */
.chp-pillbar { display: none; }

@media (max-width: 860px) {
	/* Masque l'ancienne UX de filtre (bouton + tiroir) sur mobile. */
	.chp-refine-toggle,
	.chp-prods--catalog .chp-refine-toggle { display: none !important; }
	/* Panneau .chp-refine caché tant qu'aucune pastille n'ouvre sa feuille. */
	.chp-prods .chp-refine:not(.chp-refine--sheet) { display: none; }

	/* Barre de pastilles : rangée horizontale scrollable. */
	.chp-pillbar {
		display: flex; gap: 8px; align-items: center;
		overflow-x: auto; -webkit-overflow-scrolling: touch;
		margin: 0 0 18px; padding: 2px 2px 6px; scrollbar-width: none;
		/* Glissé horizontal SANS décaler la page : pan-x réserve le geste au
		   défilement du bandeau (plus de pan vertical/diagonal de la page qui
		   « saute » quand le doigt dévie), et overscroll contain empêche le
		   défilement d'être relayé à la page en bout de course. */
		touch-action: pan-x;
		overscroll-behavior-x: contain;
	}
	.chp-pillbar::-webkit-scrollbar { display: none; }
	.chp-prods--catalog .chp-pillbar {
		grid-area: bar; position: sticky; top: 8px; z-index: 6;
		background: transparent;                                          /* épouse le fond dégradé vert de la page (fini la bande blanche) */
		-webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px);  /* léger dépoli quand la barre reste collée au défilement */
	}
	/* Indication de défilement : les pastilles se fondent au bord tant qu'il en reste
	   d'autres à découvrir en glissant (classes posées par front.js selon le scroll). */
	.chp-pillbar.has-more-right { -webkit-mask-image: linear-gradient(to right, #000 78%, transparent 99%); mask-image: linear-gradient(to right, #000 78%, transparent 99%); }
	.chp-pillbar.has-more-left.has-more-right { -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 78%, transparent 99%); mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 78%, transparent 99%); }
	.chp-pillbar.has-more-left:not(.has-more-right) { -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%); mask-image: linear-gradient(to right, transparent 0, #000 6%); }

	.chp-pill {
		flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px;
		border: 1px solid var(--chp-line, #E2E5E8); background: #fff; color: var(--chp-ink, #171B1F);
		border-radius: 999px; padding: 9px 16px; cursor: pointer; white-space: nowrap;
		font-family: Poppins, sans-serif; font-weight: 600; font-size: 14px;
	}
	/* Interactions aux couleurs du site : survol / appui / facette active en vert.
	   Fond forcé (!important) pour neutraliser le button:hover rouge hérité du thème. */
	.chp-pill:hover, .chp-pill:focus-visible { background: #fff !important; border-color: var(--chp-accent, #51B148); color: var(--chp-accent, #51B148); outline: none; }
	.chp-pill:active { background: var(--chp-accent, #51B148) !important; border-color: var(--chp-accent, #51B148); color: #fff; }
	.chp-pill.is-active { border-color: var(--chp-accent, #51B148); color: var(--chp-accent, #51B148); border-width: 2px; padding: 8px 15px; font-weight: 700; background: rgba(81,177,72,.07) !important; }
	.chp-pill.is-active:active { color: #fff; }
	.chp-pill__badge {
		display: inline-flex; align-items: center; justify-content: center;
		min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px;
		background: var(--chp-accent, #51B148); color: #fff; font-size: 11px; font-weight: 800; line-height: 1;
	}
	.chp-pill__badge[hidden] { display: none; }
	.chp-pill__clear {
		display: inline-flex; align-items: center; justify-content: center;
		width: 18px; height: 18px; margin-right: -3px; border-radius: 999px;
		font-size: 12px; line-height: 1; color: var(--chp-muted, #5E6468);
	}
	.chp-pill__clear[hidden] { display: none; }
	.chp-pill__clear:hover { color: var(--chp-ink, #171B1F); }

	/* Feuille (bottom-sheet) : réutilise .chp-refine, ancrée en bas de l'écran. */
	.chp-refine.chp-refine--sheet,
	.chp-prods--catalog .chp-refine.chp-refine--sheet {
		position: fixed; left: 0; right: 0; bottom: 0; top: auto; width: auto;
		max-height: 82vh; margin: 0; z-index: 100000;
		display: flex; flex-direction: column; flex-wrap: nowrap; align-items: stretch; gap: 0;
		padding: 0; border: 0; border-radius: 18px 18px 0 0; background: #fff;
		box-shadow: 0 -12px 44px rgba(8,12,16,.28);
		overflow: hidden; transform: none; visibility: visible;
	}
	.chp-refine--sheet::before {
		content: ''; position: fixed; inset: 0; z-index: -1; background: rgba(8,12,16,.5);
	}
	.chp-refine--sheet .chp-refine__bar {
		display: flex; align-items: center; justify-content: space-between;
		position: sticky; top: 0; z-index: 2; background: #fff;
		padding: 16px 20px; border-bottom: 1px solid var(--chp-line, #E2E5E8); margin: 0;
	}
	/* Seul le groupe de la facette ouverte est visible dans la feuille. */
	.chp-refine--sheet .chp-refine__group { display: none; }
	.chp-refine--sheet .chp-refine__group.is-current {
		display: flex; flex-direction: column; align-items: stretch; gap: 10px;
		flex: 1 1 auto;              /* remplit toute la hauteur entre en-tête et pied */
		background: #fff;            /* panneau plein : l'overlay sombre ne transparaît plus (fini la bande grise) */
		margin: 0; padding: 18px 20px; border: 0; overflow-y: auto; -webkit-overflow-scrolling: touch;
	}
	/* Libellé de facette aux couleurs de la marque (comme les sur-titres du site). */
	.chp-refine--sheet .chp-refine__label {
		color: var(--chp-accent, #45993D); font-weight: 800; font-size: 12px;
		letter-spacing: .08em; margin: 0 0 4px;
	}
	.chp-refine--sheet .chp-refine__search { width: 100%; box-sizing: border-box; }
	.chp-refine--sheet .chp-refine__apply {
		display: block; position: sticky; bottom: 0; z-index: 2; margin-top: auto;
		background: #fff; padding: 14px 20px; border-top: 1px solid var(--chp-line, #E2E5E8);
	}
	.chp-refine--sheet .chp-refine__apply .chp-btn { width: 100%; justify-content: center; }

	body.chp-refine-lock { overflow: hidden; }
}

/* ===== Pagination par pages (Précédent / 1 2 3 / Suivant) ===== */
.chp-pager { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; margin: 34px 0 0; }
/* !important : le kit Elementor du thème peint tous les <button> en rouge
   (.elementor-kit-XX button) et bat sinon notre classe. Fond demandé : #51B148. */
.chp-pager__btn { min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid var(--chp-accent, #51B148) !important; background: var(--chp-accent, #51B148) !important; border-radius: 10px; font-family: Poppins, sans-serif; font-weight: 700; font-size: 15px; color: #fff !important; cursor: pointer; transition: border-color .15s ease, background .15s ease, color .15s ease; }
.chp-pager__btn:hover:not([disabled]) { background: #3d8a37 !important; border-color: #3d8a37 !important; color: #fff !important; }
.chp-pager__btn.is-active { background: #2f7a2b !important; border-color: #2f7a2b !important; color: #fff !important; }
.chp-pager__btn[disabled] { opacity: .4; cursor: default; }
.chp-pager__nav { font-size: 20px; line-height: 1; }
.chp-pager__dots { padding: 0 4px; color: var(--chp-muted, #5E6468); }

/* Widget « Marques distribuées » (chp-brands) */
.chp-brands { background: var(--chpb-bg, #fbfcfd); border-top: 1px solid #eef0f2; border-bottom: 1px solid #eef0f2; padding: 20px 16px; }
.chp-brands__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 34px; max-width: 1200px; margin: 0 auto; }
.chp-brands--center .chp-brands__inner { justify-content: center; }
.chp-brands--left .chp-brands__inner { justify-content: flex-start; }
.chp-brands--right .chp-brands__inner { justify-content: flex-end; }
.chp-brands__eyebrow { font-family: Poppins, system-ui, sans-serif; font-weight: 700; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--chpb-eyebrow, #8a939b); }
.chp-brands__item { font-family: Poppins, system-ui, sans-serif; font-weight: 700; font-size: var(--chpb-size, 20px); color: var(--chpb-brand, #2b3440); transition: color .15s ease; line-height: 1.2; }
.chp-brands__item:hover { color: var(--chpb-hover, #51B148); }
.chp-share.is-copied { border-color: var(--chp-accent); color: var(--chp-accent); }

/* ===================================================================
   Sécurité responsive (widgets Élémentor à colonnes)
   Le contrôle « Colonnes » d'Elementor génère un CSS sans media query
   (spécificité ID) qui écrase les media queries de base → les instances
   déjà posées gardent les colonnes desktop sur mobile et débordent.
   On force un nombre de colonnes sûr sur petits écrans : !important bat
   toujours la règle Elementor (non-!important). min-width:0 sur les items
   empêche le contenu d'élargir une piste (grid item = min-width:auto).
   =================================================================== */
.chp-cat, .chp-prod, .chp-cat__head, .chp-cat__headline { min-width: 0; }
.chp-vd > * { min-width: 0; }
.chp-cat__headline { overflow-wrap: anywhere; }
@media (max-width: 1024px) {
	.chp-cats { grid-template-columns: repeat(2, 1fr) !important; }
	.chp-prods:not(.chp-prods--carousel) .chp-prods__track { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 680px) {
	.chp-cats { grid-template-columns: 1fr !important; }
	.chp-prods:not(.chp-prods--carousel) .chp-prods__track { grid-template-columns: 1fr !important; }
	.chp-vd { grid-template-columns: 1fr !important; }
}

/* ===================================================================
   Widget Produits — style « Découverte » (gabarit accueil3 « Les modèles
   à découvrir ») : produit entier sur fond dégradé, portrait 4:5.
   =================================================================== */
/* Cadre « Découverte » compact (1/1) : évite le grand vide au-dessus/dessous du
   produit (les photos fournisseurs contiennent déjà beaucoup de blanc). Image
   agrandie (padding réduit) pour occuper au mieux le cadre. */
.chp-prods--discover .chp-prod__media { aspect-ratio: 1 / 1; height: auto; background: linear-gradient(to bottom, rgba(81,177,72,.14), #fff); }
/* Image qui REMPLIT le cadre (cover, zoom centré) : rogne le blanc interne des
   photos fournisseurs → plus de grand vide sous le produit dans la carte. */
.chp-prods--discover .chp-prod__img { height: 100% !important; width: 100% !important; object-fit: cover !important; object-position: center !important; padding: 0 !important; }
@media (max-width: 480px) { .chp-prods--discover .chp-prod__img { padding: 20px; } }
.chp-prods--discover .chp-prod__badge { background: rgba(255,255,255,.95); color: var(--chp-accent, #45993D); }

/* ===================================================================
   Correctifs MOBILE des cadres/images produits (cadres PC inchangés) :
   - Coup de cœur : toujours empilé sur mobile → image pleine largeur (pas réduite).
   - Cartes produit : cadre plus compact (carré) sur mobile, l'image reste prépondérante.
   =================================================================== */
@media (max-width: 600px) {
	.chp-vd { grid-template-columns: 1fr !important; }
	.chp-vd__media { max-width: 100% !important; aspect-ratio: 1 / 1 !important; }
	/* Sur mobile, l'image vedette REMPLIT le cadre (étirée/zoom centré) — plus de
	   bandes blanches autour. Bat le contrôle « ajustement » (contain) d'Elementor. */
	.chp-vd__media img { object-fit: cover !important; object-position: center !important; }
	/* Cadre produit COMPACT sur mobile (bat la règle 4:5 du style Découverte) —
	   l'image remplit mieux le cadre, plus de gros vide blanc. */
	.chp-prod__media, .chp-prods--discover .chp-prod__media { aspect-ratio: 1 / 1 !important; height: auto !important; }
	/* Image qui REMPLIT le cadre (zoom + centré) sur mobile — supprime le vide blanc. */
	.chp-prod__img, .chp-prods--discover .chp-prod__img { object-fit: cover !important; object-position: center !important; padding: 0 !important; }
}

/* ------------------------------------------------------------------ *
 *  Lightbox plein écran (clic sur l'image principale de la fiche).
 * ------------------------------------------------------------------ */
html.chp-lb-locked { overflow: hidden; }
.chp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(10, 12, 16, .92);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s ease;
}
.chp-lightbox.is-open { opacity: 1; visibility: visible; }
.chp-lightbox[hidden] { display: none; }
.chp-lightbox__stage {
	margin: 0;
	max-width: min(92vw, 1100px);
	max-height: 88vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chp-lightbox__img {
	max-width: 100%;
	max-height: 88vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
	background: #fff;
	user-select: none;
	-webkit-user-drag: none;
}
.chp-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	transition: background .18s ease, transform .18s ease;
}
.chp-lightbox__nav:hover { background: rgba(255, 255, 255, .24); }
.chp-lightbox__nav:active { transform: translateY(-50%) scale(.94); }
.chp-lightbox__nav[hidden] { display: none; }
.chp-lightbox__prev { left: 18px; }
.chp-lightbox__next { right: 18px; }
.chp-lightbox__close {
	position: absolute;
	top: 16px;
	right: 18px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	transition: background .18s ease;
}
.chp-lightbox__close:hover { background: rgba(255, 255, 255, .24); }
.chp-lightbox__counter {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, .85);
	font-family: 'Poppins', system-ui, sans-serif;
	font-size: .9rem;
	letter-spacing: .04em;
}
@media (max-width: 600px) {
	.chp-lightbox { padding: 12px; }
	.chp-lightbox__nav { width: 42px; height: 42px; font-size: 26px; }
	.chp-lightbox__prev { left: 8px; }
	.chp-lightbox__next { right: 8px; }
	.chp-lightbox__close { top: 10px; right: 10px; }
}

/* ---- Logo de marque : carte produit (bas-droite de l'image) + coup de cœur ---- */
.chp-prod__media { position: relative; }
.chp-prod__brandlogo {
	position: absolute; right: 8px; bottom: 8px; z-index: 2;
	background: #fff; border-radius: 8px; padding: 3px 7px;
	box-shadow: 0 1px 5px rgba(0,0,0,.16); display: flex; align-items: center;
}
.chp-prod__brandlogo img { height: 15px; width: auto; max-width: 64px; object-fit: contain; display: block; }
@media (max-width: 480px) { .chp-prod__brandlogo { right: 6px; bottom: 6px; padding: 2px 5px; } .chp-prod__brandlogo img { height: 13px; } }

.chp-vd__brand { margin: 4px 0 2px; }
.chp-vd__brand img { height: 30px; width: auto; max-width: 150px; object-fit: contain; display: block; }

/* ---- Fiche mobile : boutons devis + showroom sur UNE ligne + note plus petite ---- */
@media (max-width: 600px) {
	.chp-pricebox__note { font-size: 11.5px; margin: 4px 0 12px; }
	.chp-cta { flex-wrap: nowrap; gap: 8px; }
	.chp-cta .chp-btn { flex: 1 1 0; min-width: 0; justify-content: center; padding: 11px 8px; font-size: 12.5px; gap: 5px; white-space: nowrap; }
	.chp-cta .chp-btn .chp-ic { flex: 0 0 auto; }
}

/* Fiche PC : cadre image un peu moins haut (hauteur réduite). */
@media (min-width: 861px) { .chp-gallery__main { aspect-ratio: 5 / 4; } }

/* Chevron « glisser pour voir plus de filtres » (mobile) : chip vert flottant,
   ancré à droite de la barre de pastilles, affiché/positionné par front.js quand
   il reste des facettes hors écran. Un léger balancement attire l'œil. */
.chp-pillbar-cue {
	position: absolute; right: 2px; display: none; align-items: center; justify-content: center;
	width: 30px; height: 30px; padding: 0; border: 0; border-radius: 999px;
	background: var(--chp-accent, #51B148); color: #fff; cursor: pointer; z-index: 4;
	box-shadow: 0 4px 12px rgba(81,177,72,.45);
	transform: translateY(-50%);
	animation: chp-cue-nudge 1.5s ease-in-out infinite;
}
.chp-pillbar-cue svg { width: 16px; height: 16px; display: block; }
@keyframes chp-cue-nudge {
	0%, 100% { transform: translateY(-50%) translateX(0); }
	50%      { transform: translateY(-50%) translateX(3px); }
}
@media (prefers-reduced-motion: reduce) { .chp-pillbar-cue { animation: none; } }

/* Footer identique partout : Hello Elementor applique padding:64px 24px 32px à
   .site-footer-inner via son template pleine largeur (accueil), mais pas sur nos
   templates PHP (catégorie / fiche produit / agences) où le footer perdait ce
   padding. On le réplique pour aligner le footer sur celui de l’accueil. */
.site-footer-inner { padding: 64px 24px 32px; }

/* Hero personnalisé de catégorie (HTML libre saisi dans les détails de catégorie).
   Zone « hero » de la grille catalog (hauteur 0 quand absent). */
.chp-prods__customhero { margin: 0 0 22px; }
.chp-prods--catalog .chp-prods__customhero { grid-area: hero; }

/* ------------------------------------------------------------------ *
 *  Hero « Flamme » — port fidèle de la maquette Lovable
 *  (cormontreuil-shop-revamp /hero-categorie-bois). Pleine largeur
 *  depuis un conteneur boxé (100vw). Palette : fond #0a0705, oranges
 *  #fdba74/#fb923c/#f97316, ambre #f59e0b, vert #34d399.
 * ------------------------------------------------------------------ */
.chp-prods__customhero:has(.chp-fhero) { margin: 0 0 30px; }
.chp-fhero { position: relative; color: #fff; }
.chp-fhero__bg { position: absolute; top: 0; left: 45%; right: calc(50% - 50vw); bottom: 0; background-size: cover; background-position: center; }
.chp-fhero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 55%, #0a0705 100%); }
.chp-fhero__fade { position: absolute; top: 0; bottom: 0; left: calc(50% - 50vw); right: calc(50% - 50vw); background: linear-gradient(to right, #0a0705 0%, rgba(10,7,5,.9) 40%, transparent 100%); }
.chp-fhero__halo { pointer-events: none; position: absolute; left: -160px; top: 50%; transform: translateY(-50%); width: 36rem; height: 36rem; border-radius: 999px; background: rgba(249,115,22,.10); filter: blur(64px); }
.chp-fhero__in { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 96px 0 40px; } /* 96px : le header du site est fixe (80px) et recouvre sinon le fil d'Ariane. z-index:2 : passe le contenu (dont le bouton) AU-DESSUS du voile décoratif .chp-fhero::after (gradient mobile, pointer-events:none) qui teintait sinon le bouton en dégradé sombre. Sans risque : le header du site est en position:fixed z-index:1000, et la pop-up comparateur est un frère HORS de .chp-fhero__in. */
.chp-fhero__crumb { font-size: 12px; color: rgba(255,255,255,.6); font-family: 'Open Sans', sans-serif; }
.chp-fhero__crumb a { color: inherit; text-decoration: none; }
.chp-fhero__crumb a:hover { color: #fdba74; }
.chp-fhero__crumb strong { color: #fff; font-weight: 600; }
.chp-fhero__crumbsep { margin: 0 8px; color: rgba(255,255,255,.3); }
.chp-fhero__badges { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 40px; }
.chp-fhero__chip { display: inline-flex; align-items: center; gap: 8px; border-radius: 4px; padding: 4px 10px; font-size: 10px; font-weight: 700; text-transform: uppercase; font-family: Poppins, sans-serif; }
.chp-fhero__chip--cat { border: 1px solid rgba(251,146,60,.4); background: rgba(249,115,22,.1); letter-spacing: .24em; color: #fdba74; }
.chp-fhero__chip--count { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); letter-spacing: .2em; color: rgba(255,255,255,.8); backdrop-filter: blur(4px); font-weight: 600; }
.chp-fhero__dot { width: 6px; height: 6px; border-radius: 999px; background: #34d399; }
.chp-fhero__title { margin: 24px 0 0; font-family: Poppins, sans-serif; font-weight: 600; font-size: clamp(36px, 5vw, 60px); line-height: 1.12; letter-spacing: -.02em; color: #fff; max-width: 620px; }
/* padding-bottom : le background-clip:text inclut le padding → les jambages (g, p…) ne sont plus rognés */
.chp-fhero__sub { display: block; margin-top: 8px; padding-bottom: .12em; background: linear-gradient(90deg, #fdba74, #fb923c, #f59e0b); -webkit-background-clip: text; background-clip: text; color: transparent; }
.chp-fhero__line { height: 1px; width: 64px; background: rgba(251,146,60,.6); margin-top: 20px; }
.chp-fhero__desc { margin: 20px 0 0; max-width: 580px; font-family: 'Open Sans', sans-serif; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.75); }
.chp-fhero__feats { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 580px; }
.chp-fhero__feats li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,.85); font-family: 'Open Sans', sans-serif; }
.chp-fhero__featico { display: grid; place-items: center; width: 28px; height: 28px; flex: none; border-radius: 4px; background: rgba(249,115,22,.15); color: #fdba74; }
.chp-fhero__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 36px; }
.chp-fhero__btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 12px 24px; font-family: Poppins, sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; transition: background .15s ease, color .15s ease, border-color .15s ease; } /* border-radius 999px : même arrondi « pilule » que les boutons de la page d'accueil */
.chp-fhero__btn--solid { background: #f97316 !important; color: #0a0705 !important; border: 0; }
.chp-fhero__btn--solid:hover { background: #fb923c !important; color: #0a0705 !important; }
.chp-fhero__btn--ghost { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.05) !important; color: #fff !important; backdrop-filter: blur(4px); }
.chp-fhero__btn--ghost:hover { border-color: #fdba74; color: #fed7aa !important; background: rgba(255,255,255,.05) !important; }
@media (max-width: 767px) {
	.chp-fhero__bg { width: 100%; }
	.chp-fhero__fade { background: linear-gradient(to right, #0a0705 0%, rgba(10,7,5,.9) 40%, transparent 100%); }
	.chp-fhero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,7,5,.8), transparent 50%, rgba(10,7,5,.4)); pointer-events: none; }
	.chp-fhero__in { padding-bottom: 48px; }
	.chp-fhero__halo { display: none; } /* couvre tout le viewport mobile → voile laiteux */
	.chp-fhero__in { padding-top: 56px; } /* header mobile = 59px ; fil d'Ariane resserré à ~66px (depuis 74px), homogène catalogue/catégorie/fiche */
	.chp-fhero__title { margin-top: 16px; } /* resserre fil d'Ariane → titre sur mobile (depuis 24px) */
	.chp-fhero__feats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.chp-fhero__feats li { font-size: 12.5px; gap: 8px; }
	.chp-fhero__featico { width: 24px; height: 24px; }
}

/* ------------------------------------------------------------------ *
 *  Listing sombre sous le hero « Flamme » : le wrapper devient pleine
 *  largeur, fond #0a0705 continu avec le hero, contenu centré à la
 *  même largeur que le hero (1232 px). Le hero annule alors son propre
 *  débord (il est déjà dans un parent pleine largeur).
 * ------------------------------------------------------------------ */
.chp-prods--fdark { position: relative; padding-bottom: 64px; max-width: 1280px; margin-left: auto; margin-right: auto; } /* même largeur/centrage que le hero (.chp-fhero__in) ; le fond sombre reste pleine page via ::before */
.chp-prods--fdark::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 100vw; background: #0a0705; z-index: 0; }
/* position:relative SANS z-index : un z-index créerait un contexte d'empilement
   qui piégerait les modales fixes (comparateur) SOUS le header du site. L'ordre
   DOM suffit à passer au-dessus du fond ::before (z:0). */
.chp-prods--fdark > *:not(.chp-pillbar-cue) { position: relative; } /* la pastille-indice de défilement garde son position:absolute (sinon elle tombe en flux, à gauche, et « flotte » sur mobile) */
.chp-prods--fdark .chp-prods__customhero { margin: 0 0 34px; }
/* Textes des outils du listing lisibles sur fond sombre */
.chp-prods--fdark .chp-prods__count,
.chp-prods--fdark .chp-sort__label { color: rgba(255,255,255,.75); }
.chp-prods--fdark .chp-refine-toggle { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: #fff; }
.chp-prods--fdark .chp-pillbar .chp-pill { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: #fff; }
.chp-prods--fdark .chp-prods__cta { border-color: rgba(255,255,255,.12); background: linear-gradient(135deg, rgba(22,163,74,.12) 0%, #14100c 55%, #14100c 100%); }
.chp-prods--fdark .chp-prods__cta-title { color: #fff; }
.chp-prods--fdark .chp-prods__cta-text { color: rgba(255,255,255,.7); }
.chp-prods--fdark .chp-loadmore { background: transparent; }
.chp-prods--fdark .chp-loadmore:hover { background: #45993D; }
.chp-prods--fdark .chp-pager__btn { border-color: rgba(255,255,255,.18) !important; }
/* Mobile : écart hero « Flamme » → listing resserré (~16-20px visuels au lieu
   de 48+34px) — la transition hero/cartes restait trop aérée sur petit écran.
   Desktop inchangé. */
@media (max-width: 767px) {
	.chp-prods--fdark .chp-prods__customhero { margin: 0 0 12px; }
	.chp-prods--fdark .chp-prods__customhero .chp-fhero__in { padding-bottom: 28px; }
}

/* Anti-tremblement horizontal : les blocs pleine largeur (100vw) du mode
   « Flamme » peuvent créer 1-2 px de débord → on borne le défilement X. */
html:has(.chp-prods--fdark), body:has(.chp-prods--fdark),
html:has(.chp-fiche--flamme), body:has(.chp-fiche--flamme) { overflow-x: hidden; overflow-x: clip; }

/* Mobile : listing produits en 2 colonnes compactes (bat la règle Elementor
   « 1 colonne mobile » générée par le template, d'où !important). */
@media (max-width: 767px) {
	/* Spécificité ↑ : bat le « 1fr !important » mobile générique ET la règle Elementor. */
	.chp-prods.chp-prods--catalog:not(.chp-prods--carousel) .chp-prods__track { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px; }
	.chp-prods--catalog .chp-prod__body { padding: 12px; }
	.chp-prods--catalog .chp-prod__title { font-size: 14px; line-height: 1.3; }
	.chp-prods--catalog .chp-prod__price { font-size: 14px; }
	.chp-prods--catalog .chp-prod__brand { font-size: 11px; }
	.chp-prods--catalog .chp-prod__accroche { display: none; }
	.chp-prods--catalog .chp-prod__specs { gap: 6px; font-size: 10.5px; }
	.chp-prods--catalog .chp-prod__badge { font-size: 9.5px; padding: 3px 8px; }
}

/* ------------------------------------------------------------------ *
 *  Fiche produit — habillage « Flamme » (maquette Lovable /produit-bois)
 *  Skin sombre plein écran : re-scope des variables + surcharges des
 *  fonds blancs. Choisi par produit (champ « Template de fiche ») ou
 *  hérité de la catégorie (« Template des fiches produit »).
 * ------------------------------------------------------------------ */
.chp-fiche--flamme {
	--chp-ink: #ffffff;
	--chp-muted: rgba(255,255,255,.68);
	--chp-line: rgba(255,255,255,.14);
	--chp-accent: #fb923c;
	--chp-accent-dk: #f97316;
	--chp-soft: rgba(249,115,22,.10);
	--chp-text: rgba(255,255,255,.82);
	--chp-sec-tint: rgba(249,115,22,.10);
	--chp-sec-glow: #f97316;
	position: relative; color: var(--chp-ink);
	max-width: 1280px; margin-left: auto; margin-right: auto;
	padding: 92px 24px 64px; /* 92px : header fixe (80px) ; largeur contenue façon maquette */
}
/* Fond sombre pleine page. ⚠ Le widget fiche porte souvent .chp-herobg (réglage
   « Fond hero ») dont les règles ::before (halo 360px flouté, height/border-radius/
   filter) FUSIONNENT avec les nôtres → resets explicites de chaque propriété,
   sélecteur doublé pour battre .chp-herobg::before, et halo ::after supprimé.
   z-index:0 (pas -1) : sinon le fond passe derrière un fond blanc du template. */
.chp-fiche.chp-fiche--flamme::before {
	content: ""; position: absolute;
	top: 0; right: auto; bottom: 0; left: 50%;
	width: 100vw; height: auto; transform: translateX(-50%);
	background: #0a0705; z-index: 0;
	border-radius: 0; filter: none; pointer-events: none;
}
.chp-fiche.chp-fiche--flamme::after { display: none; }
.chp-fiche--flamme.chp-herobg, .chp-fiche--flamme.chp-herobg--soft { background: none !important; }
/* La variante « Fond hero pleine largeur » (.chp-herobg--full) force width:100vw /
   max-width:none → sous le skin sombre on reprend le centrage 1280 (le fond
   pleine page est déjà assuré par le ::before). */
.chp-fiche.chp-fiche--flamme, .chp-fiche--flamme.chp-herobg--full {
	width: auto !important; max-width: 1280px !important;
	margin-left: auto !important; margin-right: auto !important;
	/* .chp-herobg pose overflow:hidden + border-radius 32 → rognait le fond
	   pleine page (::before) et l'ambiance aux 1280px du bloc (bandes blanches). */
	overflow: visible !important; border-radius: 0 !important;
}
/* Fond d'ambiance flamme (haut de fiche) */
.chp-fiche--flamme .chp-fiche__ambient { position: absolute; top: 0; left: calc(50% - 50vw); right: calc(50% - 50vw); height: 760px; overflow: hidden; pointer-events: none; }
.chp-fiche--flamme .chp-fiche__ambimg { position: absolute; top: 0; right: 0; bottom: 0; width: 60%; background: url(flame-hero.jpg) center/cover no-repeat; opacity: .6; }
.chp-fiche--flamme .chp-fiche__ambfade { position: absolute; inset: 0; background: linear-gradient(to right, #0a0705 0%, rgba(10,7,5,.95) 45%, rgba(10,7,5,.3) 100%), linear-gradient(to bottom, transparent 60%, #0a0705 100%); }
.chp-fiche--flamme .chp-fiche__ambhalo { position: absolute; left: -160px; top: 33%; width: 36rem; height: 36rem; border-radius: 999px; background: rgba(249,115,22,.10); filter: blur(64px); }
.chp-fiche--flamme > * { position: relative; } /* pas de z-index : sinon modales fixes piégées sous le header */
.chp-fiche--flamme .chp-fiche__ambient { z-index: 0; }
/* Titre + accroche façon maquette (accroche en dégradé orange) */
.chp-fiche--flamme .chp-info__title { color: #fff; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; } /* nom du modèle agrandi (skin Flamme) */
@media (max-width: 860px) { .chp-fiche--flamme .chp-fiche__top:not(.chp-fiche__top--solo) .chp-info__title { font-size: clamp(26px, 7vw, 40px); } }
.chp-fiche--flamme .chp-info__accroche { background: linear-gradient(90deg, #fdba74, #fb923c, #f59e0b); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 600; }
/* Galerie : carte translucide + lueur radiale, vignettes sombres */
.chp-fiche--flamme .chp-gallery__main { background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); border-color: rgba(255,255,255,.1); }
.chp-fiche--flamme .chp-gallery__main::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 60%, rgba(251,146,60,.22), transparent 65%); pointer-events: none; }
.chp-fiche--flamme .chp-gallery__main { position: relative; }
.chp-fiche--flamme .chp-gallery__main img { position: relative; }
.chp-fiche--flamme .chp-gallery__thumbs button, .chp-fiche--flamme .chp-gallery__thumbs img { background: rgba(255,255,255,.05); }
/* Points clés : cartes translucides, valeurs orange */
.chp-fiche--flamme .chp-keyspec { background: rgba(255,255,255,.03); backdrop-filter: blur(4px); }
/* Bloc prix : carte orangée façon maquette */
.chp-fiche--flamme .chp-pricebox { background: linear-gradient(135deg, rgba(249,115,22,.10), rgba(255,255,255,.03) 55%, rgba(255,255,255,.02)); border-color: rgba(251,146,60,.3); }
.chp-fiche--flamme .chp-pricebox__price { color: #fff; }
/* Boutons : orange plein (texte sombre, maquette) + fantôme translucide */
.chp-fiche--flamme .chp-btn--primary { background: #f97316 !important; color: #140b04 !important; box-shadow: 0 8px 20px rgba(249,115,22,.25); }
.chp-fiche--flamme .chp-btn--primary:hover { background: #fb923c !important; color: #140b04 !important; }
.chp-fiche--flamme .chp-btn--ghost { background: rgba(255,255,255,.05) !important; color: #fff !important; border-color: rgba(255,255,255,.25); }
.chp-fiche--flamme .chp-btn--ghost:hover { border-color: #fdba74; color: #fed7aa !important; }
/* Description, features, fiche technique */
.chp-fiche--flamme .chp-desc { color: rgba(255,255,255,.78); }
.chp-fiche--flamme .chp-desc h2, .chp-fiche--flamme .chp-desc h3, .chp-fiche--flamme .chp-desc strong { color: #fff; }
.chp-fiche--flamme .chp-feature__check { background: rgba(249,115,22,.15); color: #fdba74; }
.chp-fiche--flamme .chp-techspecs { background: #120b06; border: 1px solid var(--chp-line); }
.chp-fiche--flamme .chp-techspecs::before, .chp-fiche--flamme .chp-techspecs::after { display: none; }
.chp-fiche--flamme .chp-techcard { background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.1); backdrop-filter: blur(4px); }
.chp-fiche--flamme .chp-techcard:hover { border-color: rgba(251,146,60,.4); }
.chp-fiche--flamme .chp-techcard__value { color: #fff; }
/* Docs, finitions, variantes, partage, lire plus */
.chp-fiche--flamme .chp-doc { background: rgba(255,255,255,.04); border-color: var(--chp-line); }
.chp-fiche--flamme .chp-readmore, .chp-fiche--flamme .chp-share { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.2); color: #fff; }
.chp-fiche--flamme .chp-share-menu { background: #17100a; border-color: rgba(255,255,255,.15); }
.chp-fiche--flamme .chp-share-menu__item { color: rgba(255,255,255,.85); }
.chp-fiche--flamme .chp-share-menu__item:hover { background: rgba(255,255,255,.06); }
/* Modèles similaires : cartes sombres translucides (surcharge des cartes produit) */
.chp-fiche--flamme .chp-prod { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.1); box-shadow: none; }
.chp-fiche--flamme .chp-prod:hover { border-color: rgba(251,146,60,.4); }
.chp-fiche--flamme .chp-prod__media { background: linear-gradient(135deg, rgba(255,255,255,.05), transparent); }
.chp-fiche--flamme .chp-prod__title { color: #fff; }
.chp-fiche--flamme .chp-prod__price { color: #fdba74; }
.chp-fiche--flamme .chp-prod__accroche { color: rgba(255,255,255,.6); }
.chp-fiche--flamme .chp-prod__btn { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.2); }
/* La pop-up (devis / comparateur) reste claire : lisibilité des formulaires. */
.chp-fiche--flamme .chp-modal__dialog { color: #1f2733; --chp-ink: #171B1F; --chp-muted: #5E6468; --chp-line: #E2E5E8; --chp-accent: #51B148; --chp-accent-dk: #3d8a37; --chp-soft: #EAF6EA; }
@media (max-width: 767px) {
	.chp-fiche--flamme .chp-fiche__ambhalo { display: none; }
	.chp-fiche--flamme .chp-fiche__ambimg { left: 0; width: 100%; }
	.chp-fiche--flamme { padding-top: 66px; } /* header mobile = 59px ; ~7px d'air sous le header → fil d'Ariane à ~66px, homogène avec catalogue/catégorie (resserré depuis 74px) */
}
.chp-fiche--flamme .chp-prod__spec-v { color: #fff; }
.chp-fiche--flamme .chp-prod__spec-l { color: rgba(255,255,255,.55); }
.chp-fiche--flamme .chp-prod__eyebrow { color: #fdba74; }
.chp-fiche--flamme .chp-info__brand img { background: #fff; border-radius: 8px; padding: 4px 8px; }

/* ------------------------------------------------------------------ *
 *  Hero « Flamme » du CATALOGUE GÉNÉRAL — maquette Lovable /hero-categorie
 *  Fond bleu nuit #070b1a, halos cyan/indigo, accents orange. Le listing
 *  en dessous prend le même fond via .chp-prods--fnight.
 * ------------------------------------------------------------------ */
.chp-prods--fnight::before { background: #070b1a; }
.chp-fcat { position: relative; color: #fff; }
.chp-fcat__bg { position: absolute; top: 0; left: 32%; right: calc(50% - 50vw); bottom: 0; background-size: cover; background-position: center; }
.chp-fcat__fade { position: absolute; top: 0; bottom: 0; left: calc(50% - 50vw); right: calc(50% - 50vw); background: linear-gradient(to right, #070b1a 0%, rgba(7,11,26,.92) 42%, transparent 100%); }
.chp-fcat__halo { pointer-events: none; position: absolute; border-radius: 999px; filter: blur(64px); }
.chp-fcat__halo--cyan { left: -160px; top: 33%; transform: translateY(-50%); width: 34rem; height: 34rem; background: rgba(6,182,212,.15); }
.chp-fcat__halo--indigo { right: 25%; bottom: 0; width: 22rem; height: 22rem; background: rgba(99,102,241,.10); }
.chp-fcat__in { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 96px 0 48px; } /* z-index:2 : contenu au-dessus des voiles de lisibilité (cohérent avec .chp-fhero__in). */
.chp-fcat__crumb { font-size: 12px; color: rgba(255,255,255,.6); font-family: 'Open Sans', sans-serif; }
.chp-fcat__crumb a { color: inherit; text-decoration: none; }
.chp-fcat__crumb a:hover { color: #fdba74; }
.chp-fcat__crumb strong { color: #fff; font-weight: 600; }
.chp-fcat__crumbsep { margin: 0 8px; color: rgba(255,255,255,.3); }
/* Texte = 2/3 de la largeur, par-dessus l'image de fond (demande Rémy). */
.chp-fcat__cols { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 40px; margin-top: 34px; }
.chp-fcat__badges { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.chp-fcat__chip { display: inline-flex; align-items: center; gap: 8px; border-radius: 4px; padding: 4px 10px; font-size: 10px; font-weight: 700; text-transform: uppercase; font-family: Poppins, sans-serif; }
.chp-fcat__chip--cat { border: 1px solid rgba(251,146,60,.4); background: rgba(249,115,22,.1); letter-spacing: .24em; color: #fdba74; }
.chp-fcat__chip--note { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); letter-spacing: .12em; color: rgba(255,255,255,.85); backdrop-filter: blur(4px); font-weight: 600; }
.chp-fcat__title { margin: 24px 0 0; font-family: Poppins, sans-serif; font-weight: 600; font-size: clamp(34px, 4.5vw, 56px); line-height: 1.12; letter-spacing: -.02em; color: #fff; max-width: none; }
/* padding-bottom : le background-clip:text inclut le padding → les jambages (g, p…) ne sont plus rognés */
.chp-fcat__sub { display: block; margin-top: 8px; padding-bottom: .12em; background: linear-gradient(90deg, #fdba74, #fb923c, #f59e0b); -webkit-background-clip: text; background-clip: text; color: transparent; }
.chp-fcat__line { height: 1px; width: 64px; background: rgba(251,146,60,.6); margin-top: 20px; }
.chp-fcat__desc { margin: 20px 0 0; max-width: 100%; font-family: 'Open Sans', sans-serif; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.75); }
.chp-fcat__pillars { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 100%; }
.chp-fcat__pillars li { display: flex; align-items: flex-start; gap: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.06); border-radius: 6px; padding: 14px; backdrop-filter: blur(4px); transition: border-color .15s ease, background .15s ease; }
.chp-fcat__pillars li:hover { border-color: rgba(251,146,60,.4); background: rgba(255,255,255,.09); }
.chp-fcat__pillico { display: grid; place-items: center; width: 40px; height: 40px; flex: none; border-radius: 4px; background: rgba(249,115,22,.15); color: #fdba74; }
.chp-fcat__pillico svg { width: 18px; height: 18px; }
.chp-fcat__pilltxt { display: flex; flex-direction: column; gap: 2px; font-family: 'Open Sans', sans-serif; }
.chp-fcat__pilltxt strong { font-size: 14px; font-weight: 600; color: #fff; }
.chp-fcat__pilltxt em { font-style: normal; font-size: 12px; color: rgba(255,255,255,.6); }
.chp-fcat__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.chp-fcat__btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 13px 26px; font-family: Poppins, sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; cursor: pointer; transition: background .15s ease, color .15s ease, border-color .15s ease; } /* border-radius 999px : même arrondi « pilule » que les boutons de la page d'accueil */
.chp-fcat__btn--solid { background: #fb923c !important; color: #0a0705 !important; border: 0; box-shadow: 0 14px 34px -10px rgba(251,146,60,.55); }
.chp-fcat__btn--solid:hover { background: #fdba74 !important; color: #0a0705 !important; }
.chp-fcat__btn--ghost { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.05) !important; color: #fff !important; backdrop-filter: blur(4px); }
.chp-fcat__btn--ghost:hover { border-color: #fdba74; color: #fed7aa !important; background: rgba(255,255,255,.05) !important; }
.chp-fcat__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 512px; margin: 36px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.1); }
.chp-fcat__stats dt { font-family: Poppins, sans-serif; font-size: 24px; font-weight: 600; color: #fff; }
.chp-fcat__stats dd { margin: 4px 0 0; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,.55); font-family: 'Open Sans', sans-serif; }
.chp-fcat__side { position: relative; }
.chp-fcat__card { position: sticky; top: 104px; margin-top: 42px; border: 1px solid rgba(255,255,255,.15); background: rgba(18,16,13,.85); border-radius: 6px; padding: 20px; box-shadow: 0 25px 50px -12px rgba(0,0,0,.5); backdrop-filter: blur(6px); font-family: 'Open Sans', sans-serif; }
.chp-fcat__card-kick { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: #fdba74; font-family: Poppins, sans-serif; }
.chp-fcat__card-ico { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 4px; background: #f59e0b; color: #0a0705; }
.chp-fcat__card-title { margin-top: 12px; font-family: Poppins, sans-serif; font-size: 18px; font-weight: 600; color: #fff; }
.chp-fcat__card-text { margin: 4px 0 0; font-size: 12.5px; line-height: 1.6; color: rgba(255,255,255,.7); }
.chp-fcat__card-btn { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; border-radius: 4px; padding: 8px 16px; background: #fb923c !important; color: #0a0705 !important; font-family: Poppins, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; }
.chp-fcat__card-btn:hover { background: #fdba74 !important; color: #0a0705 !important; }
@media (max-width: 1024px) {
	.chp-fcat__cols { grid-template-columns: 1fr; }
	.chp-fcat__side { display: none; }
}
@media (max-width: 767px) {
	.chp-fcat__halo { display: none; }
	.chp-fcat__bg { left: 0; }
	.chp-fcat__fade { background: linear-gradient(to bottom, rgba(7,11,26,.85), rgba(7,11,26,.55), rgba(7,11,26,.95)); }
	/* Mobile : sur /catalogue/ le hero commence déjà ~56px sous le header (header
	   en flux) ; les 64px de padding poussaient le fil d'Ariane à ~120px (trop bas
	   vs catégorie/fiche à ~74px). Réduit à 10px → fil d'Ariane à ~66px, homogène
	   avec catégorie (.chp-fhero) et fiche (.chp-fiche--flamme). Desktop inchangé. */
	.chp-fcat__in { padding-top: 10px; }
	/* Resserre aussi fil d'Ariane → contenu (titre) : cols 6px + titre 10px = ~16px. */
	.chp-fcat__cols { margin-top: 6px; }
	.chp-fcat__title { margin-top: 10px; }
	.chp-fcat__pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.chp-fcat__pillars li { padding: 10px; gap: 8px; }
	.chp-fcat__pillico { width: 28px; height: 28px; }
	.chp-fcat__pillico svg { width: 14px; height: 14px; }
	.chp-fcat__pilltxt strong { font-size: 12px; }
	.chp-fcat__pilltxt em { font-size: 10.5px; }
	.chp-fcat__stats { grid-template-columns: repeat(4, 1fr); gap: 10px; }
	.chp-fcat__stats dt { font-size: 19px; }
	.chp-fcat__ctas { flex-direction: column; align-items: stretch; }
	.chp-fcat__btn { justify-content: center; }
}

/* ================================================================
   RACCOURCIS CATÉGORIES + BARRE « ATOUTS » (catalogue général)
   Reproduction maquette Lovable /hero-categorie : rangée de cartes
   catégorie (image de fond + dégradé sombre + libellé + « Voir »)
   puis bande d'items icône+texte. Posés sur le fond sombre continu
   du hero (#070b1a via .chp-prods--fnight), entre le hero et le
   listing produits. Responsive : 3 colonnes mobile / 6 desktop.
   ================================================================ */
.chp-catnav { max-width: 1280px; margin: 0 auto; padding: 8px 0 40px; }
.chp-catnav__head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.chp-catnav__kicker { font-family: Poppins, sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; color: rgba(255,255,255,.6); white-space: nowrap; }
.chp-catnav__rule { height: 1px; flex: 1; background: rgba(255,255,255,.1); }
.chp-catnav__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.chp-catnav__card { position: relative; display: block; overflow: hidden; border-radius: 4px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); text-decoration: none; transition: border-color .15s ease; }
.chp-catnav__card:hover { border-color: rgba(251,146,60,.5); }
.chp-catnav__media { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: linear-gradient(135deg, #12100d, #070b1a); }
.chp-catnav__img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.chp-catnav__card:hover .chp-catnav__img { transform: scale(1.1); }
.chp-catnav__overlay { position: absolute; inset: 0; background: linear-gradient(to top, #070b1a, rgba(7,11,26,.4) 45%, transparent); }
.chp-catnav__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 10px; }
.chp-catnav__label { display: block; font-family: Poppins, sans-serif; font-size: 11px; font-weight: 700; line-height: 1.2; color: #fff; }
.chp-catnav__see { display: inline-flex; align-items: center; gap: 4px; margin-top: 4px; font-family: Poppins, sans-serif; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #fdba74; opacity: 0; transition: opacity .15s ease; }
.chp-catnav__card:hover .chp-catnav__see { opacity: 1; }
@media (min-width: 768px) {
	.chp-catnav__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
	.chp-catnav__media { aspect-ratio: 4 / 5; }
	.chp-catnav__label { font-size: 12px; }
}
@media (max-width: 767px) {
	.chp-catnav { padding: 4px 0 24px; }
	.chp-catnav__see { opacity: 1; } /* pas de survol au tactile → toujours visible */
}

.chp-trust { border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); }
.chp-trust__in { max-width: 1280px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 32px; padding: 16px 0; }
.chp-trust__item { display: inline-flex; align-items: center; gap: 8px; font-family: Poppins, sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.7); }
.chp-trust__item svg { width: 15px; height: 15px; color: #fdba74; flex: none; }
@media (max-width: 767px) {
	.chp-trust__in { gap: 9px 18px; padding: 14px 0; }
	.chp-trust__item { font-size: 10px; letter-spacing: .06em; }
}

/* ================================================================
   HEADER VERRE — pages à template sombre « Flamme »
   Le header Elementor (fond blanc, .site-header) passe en verre
   dépoli sombre UNIQUEMENT quand la page contient un template
   Flamme : .chp-prods--fdark (catégories + catalogue général,
   fnight inclus) ou .chp-fiche--flamme (fiches produit).
   Aucune autre page n'est touchée (scope body:has).
   Réf. maquette : SiteHeader (bg-background/95 + backdrop-blur).
   NB : le header desktop est masqué en tablette/mobile → le header
   mobile (hamburger) n'est pas concerné.
   ================================================================ */
/* Fond translucide + flou + liseré discret (remplace blanc #FFF / bord #E5E7EB) */
body:has(.chp-prods--fdark) .site-header,
body:has(.chp-fiche--flamme) .site-header {
	background-color: rgba(10,7,5,.55) !important;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-color: rgba(255,255,255,.08) !important;
}
/* Liens du menu : blanc cassé lisible, survol/actif orange Flamme */
body:has(.chp-prods--fdark) .site-header .header-nav .elementor-nav-menu > li > a,
body:has(.chp-fiche--flamme) .site-header .header-nav .elementor-nav-menu > li > a {
	color: rgba(255,255,255,.92) !important;
}
body:has(.chp-prods--fdark) .site-header .header-nav .elementor-nav-menu > li > a:hover,
body:has(.chp-prods--fdark) .site-header .header-nav .elementor-nav-menu > li.current-menu-item > a,
body:has(.chp-fiche--flamme) .site-header .header-nav .elementor-nav-menu > li > a:hover,
body:has(.chp-fiche--flamme) .site-header .header-nav .elementor-nav-menu > li.current-menu-item > a {
	color: #fdba74 !important;
	background-color: rgba(255,255,255,.08) !important;
}
/* Sous-menus déroulants : fond sombre OPAQUE pour rester lisibles */
body:has(.chp-prods--fdark) .site-header .elementor-nav-menu--dropdown,
body:has(.chp-fiche--flamme) .site-header .elementor-nav-menu--dropdown {
	background-color: #14100c !important;
	border: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 25px 50px -12px rgba(0,0,0,.6);
}
body:has(.chp-prods--fdark) .site-header .elementor-nav-menu--dropdown a.elementor-sub-item,
body:has(.chp-fiche--flamme) .site-header .elementor-nav-menu--dropdown a.elementor-sub-item {
	color: rgba(255,255,255,.85) !important;
}
body:has(.chp-prods--fdark) .site-header .elementor-nav-menu--dropdown a.elementor-sub-item:hover,
body:has(.chp-fiche--flamme) .site-header .elementor-nav-menu--dropdown a.elementor-sub-item:hover {
	color: #fdba74 !important;
	background-color: rgba(255,255,255,.06) !important;
}
/* Logo texte « CHEMINÉES HERRAIZ » : la ligne 1 (#1F2937) devient blanche */
body:has(.chp-prods--fdark) .site-header .herraiz-line1,
body:has(.chp-fiche--flamme) .site-header .herraiz-line1 {
	color: #fff !important;
}
body:has(.chp-prods--fdark) .site-header .herraiz-line2,
body:has(.chp-fiche--flamme) .site-header .herraiz-line2 {
	color: #51B148 !important;
}
/* Le bouton téléphone vert (#51B148) reste inchangé volontairement. */

/* ================================================================
   PASTILLE DE CATÉGORIE MASQUÉE (demande Rémy, 23 juil. 2026)
   La pilule verte posée sur l'image des cartes produit (« POÊLES À
   GRANULÉS »…) est masquée PARTOUT : widgets de listing du catalogue
   et cartes « Modèles similaires » des fiches. Masquage CSS global,
   réversible (le réglage widget show_type_badge reste en place).
   Le logo de marque sur l'image et l'eyebrow texte sous l'image
   ne sont pas concernés.
   ================================================================ */
.chp-prod__badge { display: none !important; }

/* ================================================================
   BOUTON « VOIR » MASQUÉ SUR PC (demande Rémy, 23 juil. 2026)
   La carte produit est DÉJÀ un lien <a class="chp-prod"> englobant
   (widgets de listing + « Modèles similaires » des fiches) et le
   bouton « Voir » n'est qu'un <span> décoratif : on le masque en
   desktop (≥ 768px), toute la carte reste cliquable et accessible
   au clavier (le lien, c'est la carte). Sur mobile (< 768px), rien
   ne change : bouton conservé (cible tactile claire), y compris le
   comportement replié/déplié < 600px (.is-open).
   ================================================================ */
@media (min-width: 768px) {
	.chp-prod__btn { display: none; }
}

/* ================================================================
   COLONNE DE FILTRES BORNÉE (demande Rémy, 23 juil. 2026)
   1) La variante hero (.chp-prods--hero/--soft) posait overflow:hidden
      sur la racine → le sticky de la colonne .chp-refine était mort
      (cas /poeles-braseros/). overflow:clip rogne toujours les halos
      flous MAIS ne crée pas de conteneur de défilement → le sticky
      refonctionne. Vieux navigateurs : ils ignorent « clip » et
      gardent le hidden déjà déclaré (= comportement d'avant, sans
      régression).
   2) Desktop (> 860px, la sidebar mobile est un tiroir en dessous) :
      la colonne est plafonnée à la hauteur du viewport moins le
      header fixe (80px + marges) avec défilement interne → elle ne
      peut plus dépasser sous la dernière carte ni sortir de l'écran.
      Point de collage remonté à 104px (80px de header fixe + 24px de
      marge) pour que le haut du panneau ne soit plus caché sous le
      header. Le sticky reste borné par la rangée grid « refine track »
      (fin de la grille de produits).
   ================================================================ */
.chp-prods--catalog.chp-prods--hero,
.chp-prods--catalog.chp-prods--soft { overflow: clip; }
@media (min-width: 861px) {
	.chp-prods--catalog .chp-refine {
		top: 104px;
		max-height: calc(100vh - 120px);
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-width: thin;
		scrollbar-color: rgba(0,0,0,.2) transparent;
	}
	.chp-prods--catalog .chp-refine::-webkit-scrollbar { width: 8px; }
	.chp-prods--catalog .chp-refine::-webkit-scrollbar-thumb { background: rgba(0,0,0,.18); border-radius: 8px; }
	.chp-prods--catalog .chp-refine::-webkit-scrollbar-track { background: transparent; }
}

/* ================================================================
   BORNE BASSE DU STICKY DES FILTRES (complément du bloc précédent)
   Chrome borne un élément sticky au conteneur grid ENTIER (pas à sa
   zone de grille) → tout en bas de page, le panneau glissait sous la
   dernière carte, sur le pager et le bandeau CTA. Le wrapper
   .chp-refine-col (ajouté dans le widget PHP) occupe la zone
   « refine » et s'étire sur la hauteur de la rangée refine/track :
   le panneau sticky à l'intérieur ne peut plus descendre plus bas
   que le bas de la grille de produits. En mobile, display:contents
   rend le wrapper transparent → tiroir/feuille inchangés.
   ================================================================ */
.chp-refine-col { display: contents; }
@media (min-width: 861px) {
	.chp-prods--catalog .chp-refine-col { display: block; grid-area: refine; align-self: stretch; min-width: 0; }
}

/* Même remède pour la page /catalogue/ : le conteneur Elementor
   .hero-herraiz (custom CSS du site, halos flous) pose overflow:hidden
   autour du widget → sticky mort. overflow:clip rogne pareil sans créer
   de conteneur de défilement. Scopé : seulement s'il contient le
   listing catalogue. */
.hero-herraiz:has(.chp-prods--catalog),
.hero-sectionA:has(.chp-prods--catalog) { overflow: clip !important; }

/* ================================================================
   CARTES MOINS HAUTES SUR PC (listings catalogue/catégorie).
   La zone image passe de 4:5 à un carré 1:1 (-20 % de hauteur) en
   desktop uniquement — les produits restant centrés avec des marges
   blanches dans les visuels sources, le cover carré recadre sans
   couper le poêle. Scopé .chp-prods--catalog : les « Modèles
   similaires » des fiches produit ne bougent pas. Mobile (<768px)
   inchangé (le correctif ≤600px force déjà 1:1).
   ================================================================ */
@media (min-width: 768px) {
	.chp-prods--catalog .chp-prod__media { aspect-ratio: 1 / 1; }
	/* Corps de carte un peu resserré pour équilibrer la carte raccourcie. */
	.chp-prods--catalog .chp-prod__body { padding-top: 14px; padding-bottom: 14px; }
}

/* ================================================================
   RUBRIQUES DE FILTRES REPLIABLES (PC) — colonne .chp-refine des
   listings catalogue/catégorie. front.js entoure le texte de chaque
   .chp-refine__label d'un bouton .chp-refine__foldbtn + chevron SVG ;
   clic = toggle .is-collapsed sur LA rubrique cliquée (indépendant).
   Effet visuel scopé ≥861px : le tiroir/feuille mobile est inchangé
   (le chevron y est masqué, la classe n'y masque rien).
   ================================================================ */
.chp-refine__foldbtn { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; margin: 0; padding: 0; background: none; border: 0; font: inherit; color: inherit; text-transform: inherit; letter-spacing: inherit; text-align: left; cursor: pointer; }
/* Le titre de rubrique est un <button> : le thème lui applique un fond ROUGE au survol.
   On neutralise ce fond (transparent) et on passe le texte à l'accent marque (vert). */
.chp-refine__foldbtn:hover { background: transparent !important; color: var(--chp-accent, #51B148); }
.chp-refine__chev { flex: 0 0 auto; display: none; transition: transform .2s ease; opacity: .7; }
.chp-refine__foldbtn:hover .chp-refine__chev { opacity: 1; }
@media (min-width: 861px) {
	.chp-refine__chev { display: block; }
	/* Replié : tout le contenu du groupe est masqué SAUF l'en-tête. */
	.chp-refine__group.is-collapsed > :not(.chp-refine__label) { display: none; }
	.chp-refine__group.is-collapsed .chp-refine__chev { transform: rotate(180deg); }
	.chp-refine__group.is-collapsed .chp-refine__label { margin-bottom: 0; }
}

/* --- Ajustements mobile templates Flamme (retours Rémy) --- */
@media (max-width: 767px) {
	/* Fil d'Ariane : masqué par la règle générique mobile (l.~86) → on le
	   réaffiche sur la fiche sombre, en compact. */
	.chp-fiche--flamme .chp-breadcrumb { display: flex; font-size: 11.5px; gap: 6px; margin-bottom: 10px; }
	/* Le titre remonte : marges resserrées au-dessus du bloc infos. */
	.chp-fiche--flamme .chp-back { margin-bottom: 12px; }
}
/* Pixel blanc au bord gauche mobile : le 100vw centré par transform peut
   arrondir 1px trop court selon le DPR → on déborde de 2px de chaque côté
   (rognés par l'overflow-x clip de la page). */
.chp-prods--fdark::before, .chp-fiche.chp-fiche--flamme::before { width: calc(100vw + 4px); }

/* Fiche produit mobile : cartes de caractéristiques techniques sur UNE ligne
   (icône + libellé à gauche, valeur à droite) — optimisation visuelle. */
@media (max-width: 600px) {
	.chp-techcard { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; }
	.chp-techcard__head { margin-bottom: 0; flex: 0 1 auto; min-width: 0; }
	.chp-techcard__value { text-align: right; font-size: .95rem; flex: 1; }
}

/* ==================================================================== *
 *  TEMPLATE « FEU DESIGN » (clair) — port fidèle de la maquette Lovable
 *  cormontreuil-shop-revamp /categorie-feux-design + /produit-feu-design.
 *  Alternative CLAIRE au « Flamme » (sombre). Palette : fond #fff, ink
 *  #171B1F, vert marque #51B148/#45993D, muted #6B7280, ligne #E5E7EB.
 *  Hero plein écran (image à droite, dégradé blanc→transparent), bandeau
 *  de réassurance, puis listing produits sur fond clair.
 * ==================================================================== */

/* --- Hero catégorie/catalogue « Feu design » --- */
.chp-prods__customhero:has(.chp-fdz) { margin: 0; }
.chp-fdz { position: relative; color: #171B1F; font-family: 'Open Sans', system-ui, sans-serif; }
/* Image plein cadre (comme la maquette : <img> absolute inset-0 object-cover) —
   PAS de départ à 42% (sinon arête verticale visible), l'image couvre tout le
   hero et c'est le voile blanc qui la fond progressivement. */
.chp-fdz__bg { position: absolute; top: 0; bottom: 0; left: calc(50% - 50vw); right: calc(50% - 50vw); background-size: cover; background-position: center; }
/* Voile de lisibilité gauche→droite, valeurs exactes de la maquette Lovable
   (from-background via-background/92 to-background/25) : blanc opaque à gauche,
   92 % au centre, 25 % à droite → l'image émerge en douceur, sans couture. */
.chp-fdz__fade { position: absolute; top: 0; bottom: 0; left: calc(50% - 50vw); right: calc(50% - 50vw); background: linear-gradient(to right, #ffffff 0%, rgba(255,255,255,.92) 50%, rgba(255,255,255,.25) 100%); }
.chp-fdz__in { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 96px 0 56px; } /* 96px : header fixe (80px) */
.chp-fdz__crumb { font-size: 12px; color: #8a8f96; font-family: 'Open Sans', sans-serif; }
.chp-fdz__crumb a { color: inherit; text-decoration: none; }
.chp-fdz__crumb a:hover { color: #45993D; }
.chp-fdz__crumb strong { color: #171B1F; font-weight: 600; }
.chp-fdz__crumbsep { margin: 0 8px; color: #c4c8cd; }
.chp-fdz__main { max-width: 600px; margin-top: 30px; }
.chp-fdz__eyebrow { margin: 0; font-family: Poppins, sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: #45993D; }
.chp-fdz__title { margin: 16px 0 0; font-family: Poppins, sans-serif; font-weight: 800; font-size: clamp(34px, 5vw, 60px); line-height: 1.05; letter-spacing: -.02em; color: #171B1F; }
.chp-fdz__accent { padding-bottom: .12em; background: linear-gradient(90deg, #51B148, rgba(81,177,72,.55)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.chp-fdz__desc { margin: 20px 0 0; max-width: 520px; font-size: 17px; line-height: 1.65; color: #5E6468; }
.chp-fdz__bullets { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; max-width: 520px; margin: 32px 0 0; }
.chp-fdz__bullet { border: 1px solid #E5E7EB; background: rgba(255,255,255,.9); border-radius: 16px; padding: 16px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.chp-fdz__bulletico { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; background: rgba(81,177,72,.12); color: #45993D; }
.chp-fdz__bulletico svg { width: 16px; height: 16px; }
.chp-fdz__bulletlabel { margin: 8px 0 0; font-family: Poppins, sans-serif; font-weight: 800; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: #6B7280; }
.chp-fdz__bulletval { margin: 2px 0 0; font-family: Poppins, sans-serif; font-weight: 800; font-size: 14px; color: #171B1F; line-height: 1.3; }
.chp-fdz__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 32px 0 0; }
.chp-fdz__btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 13px 26px; font-family: Poppins, sans-serif; font-size: 14px; font-weight: 600; text-decoration: none; cursor: pointer; transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease; }
.chp-fdz__btn--solid { background: #51B148 !important; color: #fff !important; border: 0; box-shadow: 0 6px 16px -6px rgba(81,177,72,.6); }
.chp-fdz__btn--solid:hover { background: #45993D !important; color: #fff !important; }
.chp-fdz__btn--ghost { border: 1px solid #E5E7EB; background: #fff !important; color: #171B1F !important; }
.chp-fdz__btn--ghost:hover { background: #F4F5F7 !important; color: #171B1F !important; border-color: #d6d9dd; }
.chp-fdz-anchor { display: block; position: relative; top: -80px; height: 0; visibility: hidden; }

/* --- Bandeau de réassurance (pleine largeur, fond gris clair) --- */
.chp-fdz-reassure { position: relative; margin: 0 0 34px; }
.chp-fdz-reassure::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: calc(100vw + 4px); background: #F6F7F9; border-top: 1px solid #E9EBEE; border-bottom: 1px solid #E9EBEE; z-index: 0; }
.chp-fdz-reassure__in { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; padding: 22px 0; }
.chp-fdz-reassure__item { display: flex; align-items: center; gap: 12px; }
.chp-fdz-reassure__ico { display: grid; place-items: center; width: 40px; height: 40px; flex: none; border-radius: 999px; background: rgba(81,177,72,.12); color: #45993D; }
.chp-fdz-reassure__txt strong { display: block; font-family: Poppins, sans-serif; font-weight: 800; font-size: 14px; color: #171B1F; }
.chp-fdz-reassure__txt em { font-style: normal; font-size: 12px; color: #6B7280; }

/* --- Listing produits clair sous le hero « Feu design » --- */
.chp-prods--feudesign { max-width: 1280px; margin-left: auto; margin-right: auto; padding-bottom: 56px; }
.chp-prods--feudesign .chp-prods__customhero { margin: 0; }
.chp-prods--feudesign .chp-prods__track { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.chp-prods--feudesign .chp-prod { border: 1px solid #E5E7EB; border-radius: 18px; box-shadow: none; }
.chp-prods--feudesign .chp-prod:hover { box-shadow: 0 12px 26px rgba(15,23,42,.10); border-color: rgba(81,177,72,.35); }
.chp-prods--feudesign .chp-prod__title { color: #45993D; }
@media (max-width: 1024px) { .chp-prods--feudesign .chp-prods__track { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 767px) {
	/* Maquette mobile : voile horizontal CONSERVÉ (renforcé à droite pour la
	   lisibilité du texte pleine largeur) + fondu blanc bas→haut (le second div
	   md:hidden « from-background » de la maquette) pour une transition douce vers
	   le bandeau de réassurance. */
	.chp-fdz__fade { background: linear-gradient(to right, #fff 0%, rgba(255,255,255,.9) 52%, rgba(255,255,255,.45) 100%), linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 58%); }
	.chp-fdz__in { padding: 64px 0 40px; } /* header mobile = 59px */
	.chp-fdz__main { margin-top: 8px; }
	.chp-fdz__bullets { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
	.chp-fdz__bullet { padding: 10px; }
	.chp-fdz__ctas { flex-direction: column; align-items: stretch; }
	.chp-fdz__btn { justify-content: center; }
	.chp-fdz-reassure__in { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 12px; }
	/* Cadres produit alignés sur le template Catalogue : mêmes règles que
	   .chp-prods--catalog (grille 2 col serrée, corps compact). Spécificité ↑
	   (.chp-prods.chp-prods--feudesign…) pour battre le gap Elementor comme le
	   catalogue le fait pour sa propre instance. */
	.chp-prods.chp-prods--feudesign:not(.chp-prods--carousel) .chp-prods__track { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 12px !important; }
	.chp-prods--feudesign .chp-prod__body { padding: 12px; }
	.chp-prods--feudesign .chp-prod__title { font-size: 14px; line-height: 1.3; }
	/* Mobile : le PRIX passe SOUS le titre (toujours visible), au lieu d'être masqué
	   jusqu'à l'ouverture. Tête en grille : titre en haut à gauche, chevron à droite
	   sur la même ligne, prix pleine largeur sur la ligne juste en dessous du titre. */
	.chp-prods--feudesign .chp-prod__head { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 8px; row-gap: 2px; }
	.chp-prods--feudesign .chp-prod__title { grid-column: 1; grid-row: 1; flex: 0 1 auto; }
	.chp-prods--feudesign .chp-prod__toggle { grid-column: 2; grid-row: 1; }
	.chp-prods--feudesign .chp-prod__price,
	.chp-prods--feudesign .chp-prod.is-open .chp-prod__price { display: block; grid-column: 1 / -1; grid-row: 2; margin-top: 1px; font-size: 14px; }
	.chp-prods--feudesign .chp-prod__brand { font-size: 11px; }
	.chp-prods--feudesign .chp-prod__accroche { display: none; }
	.chp-prods--feudesign .chp-prod__specs { gap: 6px; font-size: 10.5px; }
	.chp-prods--feudesign .chp-prod__badge { font-size: 9.5px; padding: 3px 8px; }
}

/* Anti-débord horizontal : le hero « Feu design » déborde en 100vw. */
html:has(.chp-prods--feudesign), body:has(.chp-prods--feudesign),
html:has(.chp-fiche--feudesign), body:has(.chp-fiche--feudesign) { overflow-x: hidden; overflow-x: clip; }

/* --- Fiche produit « Feu design » (clair, maquette /produit-feu-design) --- *
 * La fiche standard est DÉJÀ claire : ce skin ne fait que rapprocher les
 * détails de la maquette (titre agrandi, surtitre espacé, galerie plus
 * arrondie, bloc prix teinté vert, points forts en cartes blanches). */
.chp-fiche--feudesign { --chp-accent: #51B148; --chp-accent-dk: #45993D; }
.chp-fiche--feudesign .chp-info__eyebrow { font-family: Poppins, sans-serif; font-weight: 800; font-size: 11px; letter-spacing: .2em; color: #45993D; }
.chp-fiche--feudesign .chp-info__title { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.chp-fiche--feudesign .chp-gallery__main { border-radius: 24px; }
.chp-fiche--feudesign .chp-keyspec { background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; }
.chp-fiche--feudesign .chp-keyspec__value { color: #45993D; }
.chp-fiche--feudesign .chp-pricebox { background: rgba(81,177,72,.08); border-color: rgba(81,177,72,.28); border-radius: 24px; }
.chp-fiche--feudesign .chp-feature__check { background: rgba(81,177,72,.12); color: #45993D; }
.chp-fiche--feudesign .chp-techcard { border-radius: 16px; }
.chp-fiche--feudesign .chp-prod__title { color: #45993D; }

/* ==================================================================
   Fiche marque (gabarit « fiche » des archives marque_poele)
   Palette calquee sur la maquette : fond sable, encre chaude, accent ORANGE
   (et non le vert de marque) + halo ambre, conformement a marque-template.
   ================================================================== */
.chp-mq { --mq-ink:#1a1816; --mq-soft:#5a5752; --mq-bg:#f8f6f3; --mq-line:rgba(26,24,22,.10);
  --mq-acc:#ea580c; --mq-acc2:#f97316; --mq-amber:#d97706; --mq-acc-soft:#fff7ed;
  background: var(--mq-bg); color: var(--mq-ink); }
.chp-mq__wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; }
.chp-mq__h2 { font-family: Poppins, system-ui, sans-serif; font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1.15; margin: 6px 0 14px; }
.chp-mq__eyebrow { font-family: Poppins, system-ui, sans-serif; font-weight: 700; font-size: .7rem;
  letter-spacing: .25em; text-transform: uppercase; color: var(--mq-acc); margin: 0; }
.chp-mq__p { color: var(--mq-soft); line-height: 1.7; margin: 0 0 12px; max-width: 68ch; }

/* --- En-tete : texte a gauche, carte de confiance a droite, image a droite --- */
.chp-mq__hero { position: relative; isolation: isolate; overflow: hidden;
  background: var(--mq-bg); padding: 30px 0 60px; }
.chp-mq__hero--img::before { content: ""; position: absolute; inset: 0 0 0 auto; z-index: -2;
  width: 65%; background-image: var(--chp-mq-hero); background-size: cover; background-position: center; }
.chp-mq__hero--img::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, var(--mq-bg) 0%, rgba(248,246,243,.95) 45%, rgba(248,246,243,0) 100%); }
.chp-mq__halo { position: absolute; left: -10rem; top: 50%; width: 34rem; height: 34rem;
  transform: translateY(-50%); border-radius: 50%; background: rgba(249,115,22,.10);
  filter: blur(64px); pointer-events: none; z-index: -1; }
.chp-mq__crumbs { font-size: .78rem; color: var(--mq-soft); display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.chp-mq__crumbs a { color: inherit; text-decoration: none; }
.chp-mq__crumbs a:hover { color: var(--mq-acc); }
.chp-mq__crumbs-cur { font-weight: 600; color: var(--mq-ink); }
.chp-mq__herogrid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; margin-top: 26px; }
.chp-mq__pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; }
.chp-mq__pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 13px; border-radius: 999px;
  border: 1px solid var(--mq-line); background: rgba(255,255,255,.7); backdrop-filter: blur(6px);
  font-size: .625rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--mq-soft); }
.chp-mq__pill--acc { border-color: rgba(249,115,22,.3); background: var(--mq-acc-soft); color: #c2410c; letter-spacing: .24em; }
.chp-mq__pill svg { width: 12px; height: 12px; }
.chp-mq__dot { width: 6px; height: 6px; border-radius: 50%; background: #10b981; flex: 0 0 6px; }
.chp-mq__badge { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
/* Logo pose sur fond transparent : pas de cadre, pas d'ombre. */
.chp-mq__tile { display: inline-grid; place-items: center; border-radius: 999px;
  background: linear-gradient(135deg, var(--mq-acc2), var(--mq-acc)); color: #fff;
  width: 76px; height: 76px; overflow: hidden; }
.chp-mq__tile--logo { background: transparent; border: 0; box-shadow: none; padding: 0;
  width: auto; height: auto; display: block; }
.chp-mq__tile-img { max-width: 210px; max-height: 74px; width: auto; height: auto;
  object-fit: contain; display: block; }
.chp-mq__tile-txt { font-family: Poppins, system-ui, sans-serif; font-weight: 800; font-size: 1.5rem; line-height: 1; }
.chp-mq__badge-txt { display: flex; flex-direction: column; line-height: 1.4; }
.chp-mq__badge-txt strong { font-size: .875rem; font-weight: 600; }
.chp-mq__badge-txt em { font-style: normal; font-size: .75rem; color: var(--mq-soft); }
.chp-mq__rule { display: block; width: 80px; height: 1px; background: rgba(249,115,22,.6); margin: 20px 0 0; }
.chp-mq__title { font-family: Poppins, system-ui, sans-serif; font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; letter-spacing: -.02em; margin: 30px 0 0; max-width: 18ch; }
.chp-mq__title-brand { display: block; font-size: .3em; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--mq-acc); margin: 0 0 12px; line-height: 1; }
.chp-mq__title-grad { display: block; margin-top: 6px;
  background: linear-gradient(90deg, var(--mq-acc2), var(--mq-acc) 45%, var(--mq-amber));
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.chp-mq__desc { color: var(--mq-soft); line-height: 1.7; margin: 20px 0 0; max-width: 58ch; font-size: 1rem; }
.chp-mq__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 0; }
.chp-mq__btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 999px;
  background: linear-gradient(135deg, var(--mq-acc2), var(--mq-acc) 55%, var(--mq-amber));
  color: #fff; text-decoration: none; font-weight: 600;
  box-shadow: 0 6px 18px rgba(234,88,12,.22); transition: transform .15s ease, box-shadow .15s ease; }
.chp-mq__btn:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 9px 24px rgba(234,88,12,.3); }
.chp-mq__btn--ghost { background: transparent; color: var(--mq-ink); border: 1px solid var(--mq-line); box-shadow: none; }
.chp-mq__btn--ghost:hover { color: var(--mq-ink); border-color: var(--mq-acc); box-shadow: none; }

/* Carte de confiance (verre clair) */
.chp-mq__trust { position: relative; background: rgba(255,255,255,.82); border: 1px solid var(--mq-line);
  border-radius: 14px; padding: 26px; backdrop-filter: blur(10px); box-shadow: 0 24px 48px rgba(0,0,0,.06); }
.chp-mq__trust::before { content: ""; position: absolute; inset: -16px; z-index: -1; border-radius: 2.5rem;
  background: linear-gradient(135deg, rgba(249,115,22,.15), transparent); filter: blur(32px); }
.chp-mq__trust-lbl { margin: 0; font-size: .68rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--mq-soft); }
.chp-mq__stats { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0 0; padding: 0; }
.chp-mq__stats li { display: flex; flex-direction: column; gap: 3px; margin: 0;
  border: 1px solid var(--mq-line); border-radius: 14px; background: rgba(248,246,243,.7); padding: 15px; }
.chp-mq__stat-v { font-family: Poppins, system-ui, sans-serif; font-weight: 800; font-size: 1.6rem;
  line-height: 1.05; color: var(--mq-acc); }
.chp-mq__stat-l { font-size: .74rem; font-weight: 600; color: var(--mq-soft); line-height: 1.3; }
.chp-mq__agree { display: flex; gap: 12px; align-items: flex-start; margin: 18px 0 0; padding: 15px;
  border: 1px solid var(--mq-line); border-radius: 14px; background: var(--mq-acc-soft); }
.chp-mq__agree-ic { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px;
  border-radius: 14px; background: var(--mq-acc2); color: #fff; }
.chp-mq__agree strong { display: block; font-size: .86rem; }
.chp-mq__agree em { display: block; font-style: normal; margin-top: 4px; font-size: .76rem; color: var(--mq-soft); line-height: 1.45; }

/* --- Savoir-faire --- */
.chp-mq__story { background: #fff; border-top: 1px solid var(--mq-line); border-bottom: 1px solid var(--mq-line); padding: 60px 0; }
.chp-mq__story-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
/* Sans illustration, une grille 2 colonnes laisserait la moitie droite vide :
   on repasse en colonne unique, largeur de lecture bornee. */
.chp-mq__story-grid--solo { grid-template-columns: 1fr; }
.chp-mq__story-grid--solo .chp-mq__p { max-width: 72ch; }
.chp-mq__story-img img { width: 100%; height: auto; border-radius: 18px; display: block; }
.chp-mq__origin { display: inline-flex; align-items: center; gap: 6px; margin: 12px 0 0; font-weight: 600; font-size: .9rem; }

/* --- Gamme + points forts --- */
.chp-mq__range { padding: 60px 0; }
.chp-mq__values { background: #fff; border-top: 1px solid var(--mq-line); padding: 60px 0; }
.chp-mq__values-grid { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px; margin: 24px 0 0; padding: 0; }
.chp-mq__value { background: var(--mq-bg); border: 1px solid var(--mq-line); border-radius: 18px; padding: 22px; margin: 0; }
.chp-mq__value-ic { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border-radius: 14px; background: var(--mq-acc-soft); color: var(--mq-acc); }
.chp-mq__value-t { font-family: Poppins, system-ui, sans-serif; font-size: 1.02rem; font-weight: 600; margin: 13px 0 6px; }
.chp-mq__value-d { color: var(--mq-soft); font-size: .89rem; line-height: 1.55; margin: 0; }
.chp-mq__cta-final { padding: 60px 0 68px; text-align: center; }
.chp-mq__cta-final .chp-mq__p { margin-left: auto; margin-right: auto; }
.chp-mq__cta-final .chp-mq__cta { justify-content: center; }

@media (max-width: 980px) {
  .chp-mq__herogrid { grid-template-columns: 1fr; gap: 32px; }
  .chp-mq__title { max-width: none; }
  .chp-mq__story-grid { grid-template-columns: 1fr; gap: 28px; }
  .chp-mq__hero--img::before { width: 100%; }
  /* L'image doit se voir en mobile : voile fort derriere le texte, puis nettement
     plus transparent vers le bas pour laisser respirer la photo. */
  .chp-mq__hero--img { padding-top: 26px; }
  .chp-mq__hero--img::before { width: 100%; height: 100%; }
  .chp-mq__hero--img::after { background: linear-gradient(180deg,
      rgba(248,246,243,.96) 0%, rgba(248,246,243,.90) 42%, rgba(248,246,243,.55) 74%, rgba(248,246,243,.35) 100%); }
  .chp-mq__halo { left: -18rem; }
}

@media (min-width: 768px) {
  .chp-mq__tile { width: 80px; height: 80px; flex: 0 0 80px; }
  .chp-mq__tile-txt { font-size: 1.85rem; }
}

/* --- Fiche marque : filtre + grille paginee de la gamme --- */
.chp-mq__filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 26px; }
.chp-mq__filter { display: inline-flex; align-items: center; gap: 7px; padding: 9px 18px;
  border: 1px solid var(--mq-line); border-radius: 999px; background: #fff; color: var(--mq-ink);
  font-family: Poppins, system-ui, sans-serif; font-size: .82rem; font-weight: 600; cursor: pointer;
  transition: border-color .15s ease, background .15s ease, color .15s ease; }
.chp-mq__filter span { font-size: .7rem; font-weight: 700; color: var(--mq-soft); }
.chp-mq__filter:hover { border-color: var(--mq-acc2); }
.chp-mq__filter.is-active { background: var(--mq-acc); border-color: var(--mq-acc); color: #fff; }
.chp-mq__filter.is-active span { color: rgba(255,255,255,.8); }

.chp-mq__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.chp-mq__cell[hidden] { display: none; }
.chp-mq__cell .chp-prod { height: 100%; }
.chp-mq__empty { color: var(--mq-soft); font-style: italic; margin: 18px 0 0; }

.chp-mq__pager { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 30px 0 0; }
.chp-mq__page { min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid var(--mq-line);
  border-radius: 999px; background: #fff; color: var(--mq-ink); font-family: Poppins, system-ui, sans-serif;
  font-size: .85rem; font-weight: 600; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.chp-mq__page:hover:not(:disabled) { border-color: var(--mq-acc2); }
.chp-mq__page.is-active { background: var(--mq-acc); border-color: var(--mq-acc); color: #fff; }
.chp-mq__page:disabled { opacity: .35; cursor: default; }

@media (max-width: 980px) {
  .chp-mq__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 640px) {
  /* Cartes resserrees en mobile : 2 par ligne, typo et media reduits. */
  .chp-mq__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .chp-mq__cell .chp-prod__media { aspect-ratio: 1 / 1; }
  .chp-mq__cell .chp-prod__body { padding: 11px; }
  .chp-mq__cell .chp-prod__title { font-size: .88rem; line-height: 1.25; }
  .chp-mq__cell .chp-prod__eyebrow,
  .chp-mq__cell .chp-prod__badge { font-size: .62rem; }
  .chp-mq__cell .chp-prod__price { font-size: .9rem; }
  .chp-mq__filter { padding: 7px 12px; font-size: .76rem; }
}

@media (max-width: 640px) {
  .chp-mq__tile-img { max-width: 160px; max-height: 58px; }
  .chp-mq__hero { padding-bottom: 44px; }
  .chp-mq__herogrid { gap: 26px; }
}
