/* ============================================================================
   BENTOFIELD — design system unique.
   Recette : newspaper · minimal-burger · split texte/image · colonne éditoriale ·
   cartes polaroïd · footer méga-sitemap · biseaux · kinétique · icônes trait épais ·
   lettrines · schéma SOMBRE.  Préfixe de classes : .bh-
   ============================================================================ */
:root{
  --teal:#2e6f6a; --cream:#f5f0e4; --accent:#f2994a; --ink:#1c4441;
  --bg:#0e2724; --bg2:#123430; --panel:#164039; --panel2:#1c4b43;
  --line:rgba(245,240,228,.16); --line-strong:rgba(245,240,228,.34);
  --text:#f2ede1; --muted:#a8c2bb; --muted2:#84a49c;
  --gold:#f2994a;
  --shadow:0 24px 60px -28px rgba(0,0,0,.7);
  --bevel:10px; /* biseau */
  --wrap:1200px; --gut:clamp(18px,4vw,40px);
  --fdisp:"General Sans",Georgia,serif; --fbody:"Satoshi",system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--fbody);background:var(--bg);color:var(--text);line-height:1.6;
  font-size:16.5px;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;color:inherit;background:none;border:none}
h1,h2,h3,h4{font-family:var(--fdisp);font-weight:600;line-height:1.05;letter-spacing:-.01em}
::selection{background:var(--accent);color:#241000}
.bh-wrap{max-width:var(--wrap);margin:0 auto;padding-left:var(--gut);padding-right:var(--gut)}
.bh-eyebrow{font-family:var(--fdisp);text-transform:uppercase;letter-spacing:.28em;
  font-size:11.5px;font-weight:600;color:var(--accent)}
.bh-rule{height:1px;background:var(--line);border:0}
.bh-rule-2{height:0;border-top:3px double var(--line-strong)}

/* biseau util */
.bevel{clip-path:polygon(var(--bevel) 0,100% 0,100% calc(100% - var(--bevel)),calc(100% - var(--bevel)) 100%,0 100%,0 var(--bevel))}

/* ---------- Icônes trait épais ---------- */
.bh-ic{width:22px;height:22px;display:inline-block;vertical-align:middle;
  fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.bh-ic-sm{width:18px;height:18px}

/* ---------- Boutons ---------- */
.bh-btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--fdisp);font-weight:600;
  font-size:14px;letter-spacing:.02em;padding:14px 26px;background:var(--accent);color:#241000;
  border:2px solid var(--accent);transition:transform .18s cubic-bezier(.2,.9,.3,1.4),background .2s,color .2s;
  clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}
.bh-btn:hover{transform:translate(-2px,-2px);background:#ffb166}
.bh-btn-ghost{background:transparent;color:var(--cream);border:2px solid var(--line-strong)}
.bh-btn-ghost:hover{background:var(--cream);color:var(--ink);border-color:var(--cream)}
.bh-btn-block{width:100%;justify-content:center}
.bh-btn-lg{padding:18px 34px;font-size:15px}

/* ============================================================================
   ANNONCE + HEADER (minimal-burger, masthead gazette)
   ============================================================================ */
.bh-announce{background:var(--accent);color:#241000;font-family:var(--fdisp);font-weight:600;
  font-size:12.5px;letter-spacing:.04em;text-align:center;overflow:hidden;border-bottom:2px solid #241000}
.bh-announce .bh-track{display:flex;gap:60px;white-space:nowrap;padding:7px 0;width:max-content;
  animation:bh-marq 26s linear infinite}
.bh-announce span{display:inline-flex;align-items:center;gap:9px}
@keyframes bh-marq{to{transform:translateX(-50%)}}

.bh-head{position:sticky;top:0;z-index:60;background:rgba(14,39,36,.92);
  backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.bh-head-row{display:flex;align-items:center;gap:16px;height:66px}
.bh-burger{display:inline-flex;align-items:center;gap:10px;font-family:var(--fdisp);font-weight:600;
  text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--cream)}
.bh-burger .bh-ic{width:24px;height:24px}
.bh-logo{margin:0 auto;display:flex;align-items:center;gap:12px}
.bh-logo img{height:34px;width:auto}
.bh-head .bh-logo img{filter:brightness(1.7) saturate(1.05)}
.bh-logo-txt{font-family:var(--fdisp);font-weight:700;font-size:22px;letter-spacing:.02em;color:var(--cream)}
.bh-head-actions{display:flex;align-items:center;gap:6px}
.bh-iconbtn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;
  color:var(--cream);position:relative;border:1px solid transparent;border-radius:2px}
.bh-iconbtn:hover{border-color:var(--line)}
.bh-cart-count{position:absolute;top:4px;right:4px;min-width:19px;height:19px;padding:0 5px;
  background:var(--accent);color:#241000;border-radius:11px;font-family:var(--fdisp);font-weight:700;
  font-size:11px;display:flex;align-items:center;justify-content:center;line-height:1}
.bh-cart-count[data-c="0"]{display:none}

/* overlay nav plein écran (burger) */
.bh-nav{position:fixed;inset:0;z-index:90;background:var(--bg);transform:translateY(-100%);
  transition:transform .5s cubic-bezier(.7,0,.2,1);display:flex;flex-direction:column;overflow-y:auto}
.bh-nav.is-open{transform:translateY(0)}
.bh-nav-top{display:flex;align-items:center;justify-content:space-between;height:66px;
  border-bottom:1px solid var(--line)}
.bh-nav-body{flex:1;display:grid;grid-template-columns:1.3fr .9fr;gap:0}
.bh-nav-list{padding:min(7vh,60px) 0;display:flex;flex-direction:column;gap:2px}
.bh-nav-list a{font-family:var(--fdisp);font-weight:600;font-size:clamp(30px,6vw,60px);
  letter-spacing:-.02em;color:var(--cream);padding:8px 0;display:flex;align-items:baseline;gap:18px;
  transition:color .2s,padding .25s}
.bh-nav-list a .n{font-size:13px;color:var(--muted2);font-weight:600}
.bh-nav-list a:hover{color:var(--accent);padding-left:14px}
.bh-nav-aside{border-left:1px solid var(--line);padding:min(7vh,60px) 0 40px min(4vw,44px);
  display:flex;flex-direction:column;justify-content:space-between}
.bh-nav-aside .bh-eyebrow{margin-bottom:14px}
.bh-nav-aside p{color:var(--muted);max-width:34ch;font-size:15px}
.bh-nav-mini{display:flex;flex-direction:column;gap:8px;margin-top:26px}
.bh-nav-mini a{color:var(--muted);font-size:14px}
.bh-nav-mini a:hover{color:var(--accent)}

/* ============================================================================
   HERO — split texte/image
   ============================================================================ */
.bh-hero{border-bottom:3px double var(--line-strong)}
.bh-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;min-height:min(80vh,720px)}
.bh-hero-txt{padding:clamp(40px,7vw,96px) clamp(24px,5vw,72px);display:flex;flex-direction:column;
  justify-content:center;border-right:1px solid var(--line);position:relative}
.bh-hero-dateline{display:flex;gap:14px;align-items:center;color:var(--muted2);font-size:12px;
  font-family:var(--fdisp);letter-spacing:.16em;text-transform:uppercase;margin-bottom:22px}
.bh-hero h1{font-size:clamp(40px,6.4vw,78px);font-weight:700;color:var(--cream);margin:0 0 22px}
.bh-hero h1 em{font-style:italic;color:var(--accent);font-family:var(--fdisp)}
.bh-hero-sub{font-size:clamp(16px,1.5vw,19px);color:var(--muted);max-width:46ch;margin-bottom:32px}
.bh-hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:30px}
.bh-hero-trust{display:flex;gap:22px;flex-wrap:wrap;color:var(--muted2);font-size:13px}
.bh-hero-trust span{display:inline-flex;align-items:center;gap:8px}
.bh-hero-trust .bh-ic{width:18px;height:18px;color:var(--accent)}
.bh-hero-img{position:relative;overflow:hidden;background:var(--bg2)}
.bh-hero-img img{width:100%;height:100%;object-fit:cover}
.bh-hero-tag{position:absolute;left:20px;bottom:20px;background:var(--cream);color:var(--ink);
  font-family:var(--fdisp);font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;
  padding:9px 16px}

/* ============================================================================
   SECTIONS génériques (newspaper : manchettes + filets + colonnes)
   ============================================================================ */
.bh-sec{padding:clamp(56px,8vw,104px) 0;border-bottom:1px solid var(--line)}
.bh-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;
  padding-bottom:20px;margin-bottom:42px;border-bottom:3px double var(--line-strong)}
.bh-sec-head h2{font-size:clamp(28px,4vw,48px);color:var(--cream);max-width:18ch}
.bh-sec-head .bh-eyebrow{display:block;margin-bottom:12px}
.bh-sec-head-link{font-family:var(--fdisp);font-weight:600;font-size:13px;color:var(--accent);
  white-space:nowrap;display:inline-flex;gap:8px;align-items:center}
.bh-kicker{font-family:var(--fdisp);text-transform:uppercase;letter-spacing:.18em;font-size:11px;
  color:var(--muted2)}

/* ---------- MANIFESTE (colonnes gazette + lettrine) ---------- */
.bh-manifest{background:var(--bg2)}
.bh-manifest-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);align-items:center}
.bh-manifest-cols{column-count:2;column-gap:36px;column-rule:1px solid var(--line)}
.bh-manifest-cols p{margin:0 0 16px;color:var(--muted);break-inside:avoid}
.bh-dropcap:first-letter{font-family:var(--fdisp);font-weight:700;float:left;font-size:76px;
  line-height:.72;padding:6px 12px 0 0;color:var(--accent)}
.bh-manifest-media{position:relative}
.bh-manifest-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border:1px solid var(--line)}
.bh-manifest-sign{font-family:var(--fdisp);font-style:italic;font-size:20px;color:var(--cream);margin-top:18px}

/* ---------- QUIZ / FINDER ---------- */
.bh-quiz{background:linear-gradient(180deg,var(--bg),var(--bg2))}
.bh-quiz-card{background:var(--panel);border:1px solid var(--line);padding:clamp(24px,4vw,48px)}
.bh-quiz-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--line);
  border:1px solid var(--line);margin-bottom:8px}
.bh-quiz-step{background:var(--panel)}
.bh-quiz-step>.q{padding:16px 20px 6px;font-family:var(--fdisp);font-weight:600;color:var(--cream);
  display:flex;gap:10px;align-items:center}
.bh-quiz-step>.q .num{width:26px;height:26px;flex:none;background:var(--accent);color:#241000;
  border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700}
.bh-chips{display:flex;flex-wrap:wrap;gap:8px;padding:6px 20px 20px}
.bh-chip{border:1.6px solid var(--line-strong);color:var(--muted);padding:9px 15px;font-size:13.5px;
  font-family:var(--fdisp);font-weight:600;transition:.16s;
  clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px)}
.bh-chip:hover{border-color:var(--accent);color:var(--cream)}
.bh-chip.is-on{background:var(--accent);color:#241000;border-color:var(--accent)}
.bh-quiz-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding-top:20px;margin-top:8px;border-top:1px solid var(--line);flex-wrap:wrap}
.bh-quiz-res{color:var(--muted);font-size:14px}
.bh-quiz-res b{color:var(--cream)}

/* ---------- FAQ home ---------- */
.bh-faq-list{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--line);
  border:1px solid var(--line)}
.bh-faq-item{background:var(--bg);padding:0}
.bh-faq-q{width:100%;text-align:left;padding:22px 24px;display:flex;justify-content:space-between;
  gap:16px;align-items:center;font-family:var(--fdisp);font-weight:600;font-size:16.5px;color:var(--cream)}
.bh-faq-q .bh-ic{color:var(--accent);flex:none;transition:transform .3s}
.bh-faq-item.is-open .bh-faq-q .bh-ic{transform:rotate(45deg)}
.bh-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;color:var(--muted)}
.bh-faq-a p{padding:0 24px 22px;margin:0}

/* ============================================================================
   LISTING colonne-unique éditoriale + cartes POLAROÏD
   ============================================================================ */
.bh-col{display:flex;flex-direction:column;gap:0}
.bh-row{display:grid;grid-template-columns:1fr 1.35fr;gap:clamp(24px,4vw,56px);align-items:center;
  padding:clamp(30px,5vw,58px) 0;border-top:1px solid var(--line)}
.bh-row:nth-child(even){grid-template-columns:1.35fr 1fr}
.bh-row:nth-child(even) .bh-row-media{order:2}
.bh-row-index{font-family:var(--fdisp);font-weight:700;font-size:13px;color:var(--muted2);
  letter-spacing:.1em;margin-bottom:12px}
.bh-row-body h3{font-size:clamp(24px,3vw,38px);color:var(--cream);margin-bottom:12px}
.bh-row-body h3 a:hover{color:var(--accent)}
.bh-row-desc{color:var(--muted);max-width:48ch;margin-bottom:18px}
.bh-row-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:20px}
.bh-price{font-family:var(--fdisp);font-weight:700;font-size:22px;color:var(--cream)}
.bh-price .old{font-size:15px;color:var(--muted2);text-decoration:line-through;font-weight:500;margin-left:8px}
.bh-save{background:rgba(242,153,74,.16);color:var(--accent);font-family:var(--fdisp);font-weight:600;
  font-size:12px;padding:4px 10px;border:1px solid rgba(242,153,74,.4)}

/* polaroïd */
.bh-polaroid{background:var(--cream);padding:14px 14px 0;box-shadow:var(--shadow);position:relative;
  transform:rotate(-1.4deg);transition:transform .3s cubic-bezier(.2,.9,.3,1.4)}
.bh-polaroid:hover{transform:rotate(0) translateY(-4px)}
.bh-row:nth-child(even) .bh-polaroid{transform:rotate(1.4deg)}
.bh-row:nth-child(even) .bh-polaroid:hover{transform:rotate(0) translateY(-4px)}
.bh-polaroid a{display:block}
.bh-polaroid img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#e7e0cf}
.bh-polaroid-cap{padding:14px 4px 18px;display:flex;align-items:baseline;justify-content:space-between;gap:10px}
.bh-polaroid-cap .cap{font-family:var(--fdisp);font-style:italic;font-size:16px;color:var(--ink)}
.bh-polaroid-cap .pr{font-family:var(--fdisp);font-weight:700;color:var(--teal)}
.bh-tape{position:absolute;top:-12px;left:50%;transform:translateX(-50%) rotate(-3deg);
  width:120px;height:26px;background:rgba(242,153,74,.55);border:1px dashed rgba(36,16,0,.25)}
.bh-badges{position:absolute;top:22px;left:22px;display:flex;flex-direction:column;gap:6px;z-index:2}
.bh-badge{font-family:var(--fdisp);font-weight:700;font-size:11px;letter-spacing:.06em;
  text-transform:uppercase;padding:5px 9px;background:var(--ink);color:var(--cream)}
.bh-badge.sale{background:var(--accent);color:#241000}
.bh-stars{display:inline-flex;gap:2px;align-items:center}
.bh-stars svg{width:15px;height:15px;fill:var(--accent);stroke:none}
.bh-stars svg.is-empty{fill:rgba(245,240,228,.22)}
.bh-rate-txt{color:var(--muted2);font-size:13px;margin-left:6px}

/* ---------- PAR BESOIN (tuiles illustrées) ---------- */
.bh-need-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,1.6vw,20px)}
.bh-need{position:relative;overflow:hidden;border:1px solid var(--line);min-height:280px;display:flex;
  align-items:flex-end;color:var(--cream)}
.bh-need img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transition:transform .6s cubic-bezier(.2,.7,.2,1);filter:brightness(.62) saturate(1.05)}
.bh-need:hover img{transform:scale(1.06)}
.bh-need-body{position:relative;padding:22px;z-index:2;width:100%;
  background:linear-gradient(180deg,transparent,rgba(9,26,24,.86))}
.bh-need-body h3{font-size:22px;margin-bottom:4px}
.bh-need-body p{color:var(--cream);opacity:.82;font-size:13.5px}
.bh-need-body .bh-ic{width:18px;height:18px;color:var(--accent);margin-top:10px}

/* ---------- HOW IT WORKS (timeline gazette) ---------- */
.bh-how{background:var(--bg2)}
.bh-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--line);
  border:1px solid var(--line)}
.bh-how-step{background:var(--bg2);padding:clamp(24px,3vw,40px)}
.bh-how-step .no{font-family:var(--fdisp);font-weight:700;font-size:52px;color:var(--panel2);
  line-height:1;-webkit-text-stroke:1px var(--line-strong)}
.bh-how-step .bh-ic{width:30px;height:30px;color:var(--accent);margin:16px 0 14px}
.bh-how-step h3{font-size:21px;color:var(--cream);margin-bottom:8px}
.bh-how-step p{color:var(--muted);font-size:14.5px}

/* ---------- COMPARATIF / MATRICE ---------- */
.bh-compare{overflow-x:auto}
.bh-compare table{width:100%;border-collapse:collapse;min-width:640px}
.bh-compare th,.bh-compare td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--line);
  font-size:14.5px}
.bh-compare thead th{font-family:var(--fdisp);color:var(--cream);font-size:15px;border-bottom:3px double var(--line-strong)}
.bh-compare thead th.us{color:var(--accent)}
.bh-compare td.c{text-align:center}
.bh-compare tbody th{font-family:var(--fbody);font-weight:500;color:var(--muted);font-size:14.5px}
.bh-compare col.us,.bh-compare td.us{background:rgba(242,153,74,.07)}
.bh-yes{color:var(--accent)}.bh-no{color:var(--muted2)}
.bh-compare .bh-ic{width:20px;height:20px}

/* ---------- TICKER (kinétique) ---------- */
.bh-ticker{background:var(--accent);color:#241000;border-top:2px solid #241000;border-bottom:2px solid #241000;
  overflow:hidden;padding:16px 0}
.bh-ticker .bh-track{display:flex;gap:44px;white-space:nowrap;width:max-content;
  animation:bh-marq 30s linear infinite;font-family:var(--fdisp);font-weight:700;
  font-size:clamp(20px,3vw,34px);text-transform:uppercase;letter-spacing:.02em;align-items:center}
.bh-ticker .dot{width:12px;height:12px;background:#241000;border-radius:50%;display:inline-block}

/* ---------- BUNDLE BUILDER ---------- */
.bh-bundle{background:var(--bg2)}
.bh-bundle-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(24px,4vw,52px);align-items:start}
.bh-bundle-pool{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.bh-bundle-item{border:1px solid var(--line);background:var(--panel);padding:12px;text-align:left;
  transition:.16s;position:relative}
.bh-bundle-item:hover{border-color:var(--accent)}
.bh-bundle-item.is-on{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}
.bh-bundle-item img{width:100%;aspect-ratio:1;object-fit:cover;margin-bottom:8px;background:var(--bg)}
.bh-bundle-item .nm{font-family:var(--fdisp);font-weight:600;font-size:13px;color:var(--cream);line-height:1.2}
.bh-bundle-item .pr{font-size:13px;color:var(--accent);font-weight:600;margin-top:3px}
.bh-bundle-item .tick{position:absolute;top:8px;right:8px;width:22px;height:22px;background:var(--accent);
  color:#241000;border-radius:50%;display:none;place-items:center}
.bh-bundle-item.is-on .tick{display:grid}
.bh-bundle-summary{background:var(--panel);border:1px solid var(--line);padding:clamp(22px,3vw,34px);
  position:sticky;top:86px}
.bh-bundle-summary h3{font-size:26px;color:var(--cream);margin-bottom:6px}
.bh-bundle-total{font-family:var(--fdisp);font-weight:700;font-size:40px;color:var(--accent);margin:14px 0}
.bh-bundle-total small{font-size:15px;color:var(--muted2);font-weight:500}
.bh-bundle-line{display:flex;justify-content:space-between;color:var(--muted);font-size:14px;
  padding:8px 0;border-bottom:1px dashed var(--line)}

/* ============================================================================
   PREUVE SOCIALE / avis
   ============================================================================ */
.bh-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,2vw,24px)}
.bh-review{background:var(--panel);border:1px solid var(--line);padding:26px;
  clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px))}
.bh-review p{color:var(--text);margin:12px 0 18px;font-size:15px}
.bh-review-who{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13.5px}
.bh-review-who .av{width:38px;height:38px;border-radius:50%;background:var(--teal);color:var(--cream);
  font-family:var(--fdisp);font-weight:700;display:grid;place-items:center;font-size:15px}
.bh-review-who b{color:var(--cream);font-weight:600;font-family:var(--fdisp)}

/* ============================================================================
   NEWSLETTER / réassurance bandeau
   ============================================================================ */
.bh-reassure{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--line);
  border:1px solid var(--line)}
.bh-reassure div{background:var(--bg);padding:26px 22px;display:flex;gap:14px;align-items:center}
.bh-reassure .bh-ic{width:28px;height:28px;color:var(--accent);flex:none}
.bh-reassure b{font-family:var(--fdisp);color:var(--cream);display:block;font-size:15px}
.bh-reassure span{color:var(--muted2);font-size:13px}

.bh-news{background:var(--accent);color:#241000}
.bh-news .bh-wrap{padding-top:clamp(44px,6vw,72px);padding-bottom:clamp(44px,6vw,72px)}
.bh-news-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,52px);align-items:center}
.bh-news h2{color:#241000;font-size:clamp(28px,4vw,44px);max-width:16ch}
.bh-news p{color:#3a1e04;margin-top:10px;max-width:44ch}
.bh-news-form{display:flex;gap:0;max-width:460px}
.bh-news-form input{flex:1;padding:16px 18px;border:2px solid #241000;background:var(--cream);
  color:#241000;font:inherit;font-size:15px}
.bh-news-form input::placeholder{color:#7a5a3a}
.bh-news-form button{background:#241000;color:var(--cream);padding:0 24px;font-family:var(--fdisp);
  font-weight:600;border:2px solid #241000;white-space:nowrap}
.bh-news-note{font-size:12.5px;color:#3a1e04;margin-top:12px}

/* ============================================================================
   FOOTER — méga-sitemap
   ============================================================================ */
.bh-foot{background:#08201d;border-top:3px double var(--line-strong);padding-top:clamp(48px,6vw,72px)}
.bh-foot-top{display:grid;grid-template-columns:1.4fr repeat(5,1fr);gap:clamp(20px,2.5vw,36px);
  padding-bottom:44px;border-bottom:1px solid var(--line)}
.bh-foot-brand .bh-logo-txt{font-size:26px}
.bh-foot-brand p{color:var(--muted);font-size:14px;margin:16px 0 20px;max-width:34ch}
.bh-foot-social{display:flex;gap:10px}
.bh-foot-social a{width:40px;height:40px;border:1px solid var(--line);display:grid;place-items:center;
  color:var(--muted)}
.bh-foot-social a:hover{color:var(--accent);border-color:var(--accent)}
.bh-foot-col h4{font-family:var(--fdisp);text-transform:uppercase;letter-spacing:.14em;font-size:11.5px;
  color:var(--muted2);margin-bottom:16px}
.bh-foot-col a{display:block;color:var(--muted);font-size:14px;padding:5px 0}
.bh-foot-col a:hover{color:var(--accent)}
.bh-foot-pay{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
  padding:24px 0;border-bottom:1px solid var(--line)}
.bh-foot-pay .pays{display:flex;gap:8px;flex-wrap:wrap}
.bh-foot-pay .pays svg{height:30px;width:auto;border-radius:4px}
.bh-foot-pay .trust{display:flex;gap:16px;color:var(--muted2);font-size:13px;flex-wrap:wrap}
.bh-foot-pay .trust span{display:inline-flex;gap:8px;align-items:center}
.bh-foot-pay .trust .bh-ic{width:18px;height:18px;color:var(--accent)}
.bh-foot-legal{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
  padding:22px 0 40px;color:var(--muted2);font-size:12.5px}
.bh-foot-legal a{color:var(--muted2)}
.bh-foot-legal a:hover{color:var(--accent)}

/* ============================================================================
   DRAWER PANIER
   ============================================================================ */
.bh-overlay{position:fixed;inset:0;background:rgba(6,18,16,.66);backdrop-filter:blur(3px);
  opacity:0;visibility:hidden;transition:.3s;z-index:95}
.bh-overlay.is-open{opacity:1;visibility:visible}
.bh-drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,94vw);background:var(--bg);
  z-index:96;transform:translateX(100%);transition:transform .4s cubic-bezier(.6,0,.2,1);
  display:flex;flex-direction:column;border-left:1px solid var(--line)}
.bh-drawer.is-open{transform:translateX(0)}
.bh-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;
  border-bottom:1px solid var(--line)}
.bh-drawer-head h3{font-size:20px;color:var(--cream)}
.bh-ship-bar{padding:16px 22px;border-bottom:1px solid var(--line);background:var(--bg2)}
.bh-ship-bar>div:first-child{display:flex;gap:9px;align-items:center;color:var(--cream);font-size:13.5px;
  margin-bottom:10px}
.bh-ship-bar .bh-ic{width:18px;height:18px;color:var(--accent)}
.bh-ship-track{height:7px;background:var(--panel);overflow:hidden}
.bh-ship-fill{height:100%;background:var(--accent);transition:width .4s}
.bh-drawer-items{flex:1;overflow-y:auto;padding:8px 22px}
.bh-ci{display:grid;grid-template-columns:64px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}
.bh-ci img{width:64px;height:64px;object-fit:cover;background:var(--panel)}
.bh-ci-info h4{font-family:var(--fdisp);font-size:14.5px;color:var(--cream);font-weight:600}
.bh-ci-var{color:var(--muted2);font-size:12.5px;margin:2px 0}
.bh-ci-price{color:var(--accent);font-family:var(--fdisp);font-weight:600;font-size:14px}
.bh-qty{display:inline-flex;align-items:center;border:1px solid var(--line);margin-top:8px}
.bh-qty button{width:30px;height:30px;color:var(--cream);font-size:17px;display:grid;place-items:center}
.bh-qty span{min-width:30px;text-align:center;font-size:14px}
.bh-ci-rm{color:var(--muted2);font-size:12px;cursor:pointer;display:inline-block;margin-top:8px}
.bh-ci-rm:hover{color:var(--accent)}
.bh-drawer-empty{text-align:center;padding:60px 20px;color:var(--muted)}
.bh-drawer-empty .bh-ic{width:40px;height:40px;color:var(--muted2);margin-bottom:14px}
.bh-drawer-empty h4{font-family:var(--fdisp);color:var(--cream);font-size:18px;margin-bottom:6px}
.bh-cross{padding:16px 22px;border-top:1px solid var(--line)}
.bh-cross h4{font-family:var(--fdisp);text-transform:uppercase;letter-spacing:.12em;font-size:11px;
  color:var(--muted2);margin-bottom:8px}
.bh-drawer-foot{padding:20px 22px;border-top:1px solid var(--line)}
.bh-drawer-sub{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}
.bh-drawer-sub span{color:var(--muted)}
.bh-drawer-sub b{font-family:var(--fdisp);font-size:24px;color:var(--cream)}
.bh-drawer-tax{color:var(--muted2);font-size:12px;margin-bottom:16px}

/* toast */
.bh-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,120%);z-index:120;
  background:var(--cream);color:var(--ink);padding:14px 22px;display:flex;gap:10px;align-items:center;
  font-family:var(--fdisp);font-weight:600;box-shadow:var(--shadow);transition:transform .4s cubic-bezier(.2,.9,.3,1.4)}
.bh-toast.is-show{transform:translate(-50%,0)}
.bh-toast .bh-ic{width:20px;height:20px;color:var(--teal)}

/* ============================================================================
   SHOP
   ============================================================================ */
.bh-shop-head{border-bottom:3px double var(--line-strong);padding:clamp(40px,6vw,72px) 0 30px}
.bh-shop-head h1{font-size:clamp(34px,5vw,60px);color:var(--cream)}
.bh-shop-head p{color:var(--muted);margin-top:12px;max-width:52ch}
.bh-shop-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  padding:20px 0;border-bottom:1px solid var(--line);position:sticky;top:66px;z-index:40;
  background:rgba(14,39,36,.94);backdrop-filter:blur(10px)}
.bh-filters{display:flex;gap:8px;flex-wrap:wrap}
.bh-filter{border:1.6px solid var(--line-strong);color:var(--muted);padding:9px 15px;font-size:13px;
  font-family:var(--fdisp);font-weight:600;transition:.16s;
  clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px)}
.bh-filter:hover{border-color:var(--accent);color:var(--cream)}
.bh-filter.is-on{background:var(--cream);color:var(--ink);border-color:var(--cream)}
.bh-sort{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}
.bh-sort select{background:var(--panel);color:var(--cream);border:1px solid var(--line-strong);
  padding:9px 12px;font:inherit;font-size:13px}
.bh-shop-count{color:var(--muted2);font-size:13px;padding:16px 0}
.bh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,40px);padding-bottom:60px}
.bh-card{background:var(--cream);padding:14px 14px 0;position:relative;box-shadow:var(--shadow);
  transition:transform .28s cubic-bezier(.2,.9,.3,1.4);display:flex;flex-direction:column}
.bh-card:hover{transform:translateY(-6px)}
.bh-card-img{position:relative;display:block}
.bh-card-img img{width:100%;aspect-ratio:1;object-fit:cover;background:#e7e0cf}
.bh-card-body{padding:14px 4px 16px;display:flex;flex-direction:column;flex:1}
.bh-card-cat{font-family:var(--fdisp);text-transform:uppercase;letter-spacing:.12em;font-size:10.5px;
  color:var(--teal);margin-bottom:6px}
.bh-card-body h3{font-family:var(--fdisp);font-size:17px;color:var(--ink);line-height:1.15;margin-bottom:8px}
.bh-card .bh-stars svg.is-empty{fill:rgba(28,68,65,.2)}
.bh-card .bh-rate-txt{color:#5a7a72}
.bh-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:12px}
.bh-card-price{font-family:var(--fdisp);font-weight:700;font-size:19px;color:var(--ink)}
.bh-card-price .old{font-size:13px;color:#7a948d;text-decoration:line-through;font-weight:500;margin-left:6px}
.bh-card-add{background:var(--ink);color:var(--cream);width:42px;height:42px;display:grid;place-items:center;
  transition:.18s;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px)}
.bh-card-add:hover{background:var(--accent);color:#241000}
.bh-card-add .bh-ic{width:20px;height:20px}
.bh-card .bh-badges .bh-badge{background:var(--ink)}
.bh-card .bh-badges .bh-badge.sale{background:var(--accent);color:#241000}
.bh-empty-note{grid-column:1/-1;text-align:center;color:var(--muted);padding:50px 0}

/* ============================================================================
   PDP
   ============================================================================ */
.bh-pdp{padding:clamp(28px,4vw,52px) 0}
.bh-crumb{color:var(--muted2);font-size:13px;margin-bottom:26px}
.bh-crumb a:hover{color:var(--accent)}
.bh-pdp-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,4vw,60px);align-items:start}
.bh-gallery{position:sticky;top:86px}
.bh-gallery-main{background:var(--cream);padding:16px;box-shadow:var(--shadow)}
.bh-gallery-main img{width:100%;aspect-ratio:1;object-fit:cover;background:#e7e0cf}
.bh-thumbs{display:flex;gap:10px;margin-top:12px}
.bh-thumb{width:78px;height:78px;padding:5px;background:var(--cream);cursor:pointer;border:2px solid transparent}
.bh-thumb.is-on{border-color:var(--accent)}
.bh-thumb img{width:100%;height:100%;object-fit:cover}
.bh-pdp-cat{font-family:var(--fdisp);text-transform:uppercase;letter-spacing:.16em;font-size:11px;
  color:var(--accent);margin-bottom:12px}
.bh-pdp-info h1{font-size:clamp(28px,3.6vw,44px);color:var(--cream);margin-bottom:14px}
.bh-pdp-rate{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:var(--muted)}
.bh-pdp-price{display:flex;align-items:baseline;gap:14px;margin-bottom:8px}
.bh-pdp-price .now{font-family:var(--fdisp);font-weight:700;font-size:34px;color:var(--cream)}
.bh-pdp-price .old{font-size:19px;color:var(--muted2);text-decoration:line-through}
.bh-pdp-save{color:var(--accent);font-size:14px;margin-bottom:22px;font-family:var(--fdisp);font-weight:600}
.bh-pdp-short{color:var(--muted);font-size:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--line)}
.bh-opt-label{font-family:var(--fdisp);font-weight:600;color:var(--cream);font-size:13px;
  text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;display:block}
.bh-swatches{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.bh-swatch{border:1.6px solid var(--line-strong);color:var(--muted);padding:9px 15px;font-size:13.5px;
  font-family:var(--fdisp);font-weight:600;transition:.16s}
.bh-swatch:hover{border-color:var(--accent);color:var(--cream)}
.bh-swatch.is-on{background:var(--cream);color:var(--ink);border-color:var(--cream)}
.bh-stock{display:inline-flex;align-items:center;gap:9px;color:var(--accent);font-size:13.5px;
  font-family:var(--fdisp);font-weight:600;margin-bottom:22px}
.bh-stock .dot{width:9px;height:9px;border-radius:50%;background:var(--accent);
  box-shadow:0 0 0 4px rgba(242,153,74,.22)}
.bh-buy-row{display:flex;gap:12px;margin-bottom:16px}
.bh-qty-lg{display:inline-flex;align-items:center;border:2px solid var(--line-strong)}
.bh-qty-lg button{width:48px;height:48px;color:var(--cream);font-size:20px;display:grid;place-items:center}
.bh-qty-lg span{min-width:44px;text-align:center;font-family:var(--fdisp);font-weight:600}
.bh-pdp-reassure{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0;padding:20px 0;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.bh-pdp-reassure span{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:13.5px}
.bh-pdp-reassure .bh-ic{width:20px;height:20px;color:var(--accent);flex:none}
.bh-bundle-offer{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}
.bh-bundle-opt{border:1.6px solid var(--line-strong);padding:14px;text-align:center;cursor:pointer;position:relative}
.bh-bundle-opt.is-on{border-color:var(--accent);background:rgba(242,153,74,.08)}
.bh-bundle-opt .q{font-family:var(--fdisp);font-weight:600;color:var(--cream);font-size:14px}
.bh-bundle-opt .p{color:var(--accent);font-size:13px;margin-top:4px}
.bh-bundle-opt .tag{position:absolute;top:-9px;left:50%;transform:translateX(-50%);background:var(--accent);
  color:#241000;font-size:10px;font-family:var(--fdisp);font-weight:700;padding:2px 8px;white-space:nowrap}

/* PDP sections bas */
.bh-pdp-tabs{margin-top:clamp(48px,6vw,80px)}
.bh-panel{background:var(--bg2);border:1px solid var(--line);padding:clamp(24px,3vw,40px);margin-bottom:16px}
.bh-panel h2{font-size:26px;color:var(--cream);margin-bottom:20px}
.bh-specs{width:100%;border-collapse:collapse}
.bh-specs td{padding:13px 0;border-bottom:1px solid var(--line);font-size:14.5px;color:var(--muted)}
.bh-specs td:first-child{font-family:var(--fdisp);color:var(--cream);width:40%}
.bh-benefits{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.bh-benefits li{display:flex;gap:12px;align-items:flex-start;color:var(--text);font-size:15px}
.bh-benefits .bh-ic{width:22px;height:22px;color:var(--accent);flex:none;margin-top:1px}
.bh-rev-summary{display:grid;grid-template-columns:auto 1fr;gap:36px;align-items:center;margin-bottom:26px;
  padding-bottom:26px;border-bottom:1px solid var(--line)}
.bh-rev-big{text-align:center}
.bh-rev-big .n{font-family:var(--fdisp);font-weight:700;font-size:56px;color:var(--cream);line-height:1}
.bh-rev-bars{display:flex;flex-direction:column;gap:6px}
.bh-rev-bar{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted2)}
.bh-rev-bar .tr{flex:1;height:7px;background:var(--panel);overflow:hidden}
.bh-rev-bar .fl{height:100%;background:var(--accent)}
.bh-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,2vw,24px)}

/* sticky ATC mobile */
.bh-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:70;background:var(--bg);
  border-top:1px solid var(--line);padding:12px var(--gut);display:none;align-items:center;gap:14px}
.bh-sticky-atc .p{font-family:var(--fdisp);font-weight:700;color:var(--cream);font-size:18px}
.bh-sticky-atc .bh-btn{flex:1;justify-content:center}

/* ============================================================================
   PAGES about/contact/legal
   ============================================================================ */
.bh-page-head{border-bottom:3px double var(--line-strong);padding:clamp(48px,7vw,96px) 0 40px}
.bh-page-head .bh-eyebrow{display:block;margin-bottom:14px}
.bh-page-head h1{font-size:clamp(36px,6vw,72px);color:var(--cream);max-width:16ch}
.bh-page-head p{color:var(--muted);margin-top:18px;max-width:56ch;font-size:17px}
.bh-prose{max-width:760px;margin:0 auto;padding:clamp(40px,6vw,72px) 0}
.bh-prose h2{font-size:clamp(24px,3vw,34px);color:var(--cream);margin:38px 0 14px}
.bh-prose h3{font-size:20px;color:var(--cream);margin:26px 0 10px}
.bh-prose p{color:var(--muted);margin-bottom:16px}
.bh-prose ul{color:var(--muted);margin:0 0 16px 22px}
.bh-prose li{margin-bottom:8px}
.bh-prose a{color:var(--accent);text-decoration:underline}
.bh-prose .bh-dropcap:first-letter{font-family:var(--fdisp);font-weight:700;float:left;font-size:70px;
  line-height:.72;padding:6px 12px 0 0;color:var(--accent)}
.bh-about-media{margin:36px 0}
.bh-about-media img{width:100%;aspect-ratio:16/7;object-fit:cover;border:1px solid var(--line)}
.bh-values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0}
.bh-value{background:var(--panel);border:1px solid var(--line);padding:24px}
.bh-value .bh-ic{width:28px;height:28px;color:var(--accent);margin-bottom:12px}
.bh-value h3{font-size:18px;color:var(--cream);margin-bottom:6px}
.bh-value p{color:var(--muted);font-size:14px;margin:0}
.bh-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);
  padding:clamp(40px,6vw,72px) 0;align-items:start}
.bh-form label{display:block;font-family:var(--fdisp);font-weight:600;color:var(--cream);font-size:13px;
  margin:16px 0 7px}
.bh-form input,.bh-form textarea{width:100%;padding:14px;background:var(--panel);border:1px solid var(--line-strong);
  color:var(--text);font:inherit;font-size:15px}
.bh-form input:focus,.bh-form textarea:focus{outline:none;border-color:var(--accent)}
.bh-form textarea{min-height:150px;resize:vertical}
.bh-contact-info .bh-panel{margin-bottom:14px}
.bh-contact-info h3{font-size:18px;color:var(--cream);margin-bottom:8px;display:flex;gap:10px;align-items:center}
.bh-contact-info h3 .bh-ic{color:var(--accent)}
.bh-contact-info p{color:var(--muted);font-size:14.5px}

/* cart page */
.bh-cartpage{padding:clamp(30px,5vw,60px) 0;min-height:52vh}
.bh-cartpage-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:clamp(24px,4vw,48px);align-items:start}
.bh-cartline{display:grid;grid-template-columns:88px 1fr auto;gap:18px;padding:20px 0;
  border-bottom:1px solid var(--line);align-items:center}
.bh-cartline img{width:88px;height:88px;object-fit:cover;background:var(--panel)}
.bh-cartline h3{font-family:var(--fdisp);font-size:17px;color:var(--cream)}
.bh-cartline .var{color:var(--muted2);font-size:13px;margin:3px 0}
.bh-summary{background:var(--panel);border:1px solid var(--line);padding:clamp(24px,3vw,34px);position:sticky;top:86px}
.bh-summary h2{font-size:24px;color:var(--cream);margin-bottom:18px}
.bh-summary-line{display:flex;justify-content:space-between;color:var(--muted);padding:9px 0;font-size:14.5px}
.bh-summary-total{display:flex;justify-content:space-between;align-items:baseline;padding:16px 0;margin-top:8px;
  border-top:3px double var(--line-strong)}
.bh-summary-total b{font-family:var(--fdisp);font-size:28px;color:var(--cream)}

/* ============================================================================
   REVEAL (kinétique) + reduced motion
   ============================================================================ */
.bh-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
.bh-reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .bh-reveal{opacity:1;transform:none}
}

/* ============================================================================
   RESPONSIVE
   ============================================================================ */
@media (max-width:1000px){
  .bh-hero-grid,.bh-manifest-grid,.bh-news-grid,.bh-bundle-grid,.bh-contact-grid,.bh-cartpage-grid,
  .bh-pdp-grid{grid-template-columns:1fr}
  .bh-hero-txt{border-right:0;border-bottom:1px solid var(--line)}
  .bh-hero-img{min-height:340px}
  .bh-grid,.bh-need-grid,.bh-related-grid{grid-template-columns:repeat(2,1fr)}
  .bh-how-grid,.bh-proof-grid,.bh-values{grid-template-columns:1fr}
  .bh-reassure{grid-template-columns:1fr 1fr}
  .bh-faq-list{grid-template-columns:1fr}
  .bh-nav-body{grid-template-columns:1fr}
  .bh-nav-aside{display:none}
  .bh-foot-top{grid-template-columns:1fr 1fr}
  .bh-gallery{position:static}
  .bh-bundle-summary{position:static}
  .bh-summary{position:static}
  .bh-manifest-cols{column-count:1}
  .bh-row,.bh-row:nth-child(even){grid-template-columns:1fr}
  .bh-row-media{order:-1!important}
  .bh-quiz-steps{grid-template-columns:1fr}
}
@media (max-width:560px){
  .bh-grid,.bh-need-grid,.bh-related-grid,.bh-reassure,.bh-foot-top,.bh-bundle-pool,.bh-benefits,
  .bh-bundle-offer,.bh-pdp-reassure{grid-template-columns:1fr}
  .bh-logo-txt{font-size:18px}.bh-logo img{height:28px}
  .bh-burger span{display:none}
  .bh-sec-head{flex-direction:column;align-items:flex-start}
  .bh-shop-bar{top:66px}
  .bh-sticky-atc{display:flex}
  .bh-related-grid{grid-template-columns:1fr 1fr}
  .bh-rev-summary{grid-template-columns:1fr;gap:18px}
}
