/* ============================================================
   HBD — Section guide dans les pages boutique
   v707 · Ajoutée pour le contenu SEO des pages produits
   ============================================================ */

.shop-guide{
  width:100%;
  max-width:860px;
  margin:0 auto 64px;
  padding:0 24px;
}

.shop-guide h2{
  margin:48px 0 18px;
  font-size:clamp(1.5rem,3vw,2rem);
  line-height:1.15;
  letter-spacing:.01em;
  color:var(--hbd-a-ink,#1B2A41);
}

.shop-guide h2:first-child{ margin-top:0; }

.shop-guide h3{
  margin:32px 0 12px;
  font-size:clamp(1.1rem,2vw,1.25rem);
  line-height:1.25;
  color:var(--hbd-a-ink,#1B2A41);
}

.shop-guide p{
  margin:0 0 18px;
  font-size:1.02rem;
  line-height:1.72;
  color:var(--hbd-a-ink,#2b2b2b);
  opacity:.94;
}

/* Séparateur discret avant chaque grande section */
.shop-guide h2::after{
  content:"";
  display:block;
  width:56px;
  height:3px;
  margin-top:14px;
  background:var(--hbd-orange,#B5502D);
  border-radius:2px;
}

@media (max-width:640px){
  .shop-guide{ padding:0 18px; margin-bottom:44px; }
  .shop-guide h2{ margin:36px 0 14px; }
  .shop-guide h3{ margin:26px 0 10px; }
  .shop-guide p{ font-size:1rem; line-height:1.68; }
}
