
:root{
  --hbd-black:#080808;--hbd-panel:#121212;--hbd-panel-2:#181818;--hbd-orange:#f36c0a;
  --hbd-white:#f7f2eb;--hbd-muted:#bdb7af;--hbd-line:rgba(255,255,255,.12);
  --hbd-max:1220px;--hbd-radius:12px;--hbd-shadow:0 24px 70px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--hbd-black)}
body.hbd-home-v2{margin:0;background:var(--hbd-black);color:var(--hbd-white);font-family:'Barlow',Arial,Helvetica,sans-serif;line-height:1.55;overflow-x:hidden}
body.hbd-home-v2 a{color:inherit}
.hbd-v2-main{display:block}
.hbd-v2-wrap{width:min(var(--hbd-max),calc(100% - 48px));margin-inline:auto}
.hbd-v2-section{padding:88px 0;border-top:1px solid var(--hbd-line)}
.hbd-v2-kicker{margin:0 0 12px;color:var(--hbd-orange);font-size:.76rem;font-weight:800;letter-spacing:.28em;text-transform:uppercase}
.hbd-v2-title{margin:0;color:var(--hbd-white);font-family:'Bebas Neue','Oswald',Impact,sans-serif;font-size:clamp(2.4rem,5vw,5rem);line-height:.94;letter-spacing:.018em;text-transform:uppercase}
.hbd-v2-title .orange{color:var(--hbd-orange)}
.hbd-v2-lead{max-width:720px;margin:22px 0 0;color:var(--hbd-muted);font-size:clamp(1rem,1.4vw,1.18rem)}
.hbd-v2-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 26px;background:var(--hbd-orange);border:2px solid var(--hbd-orange);color:#fff!important;font-size:.82rem;font-weight:900;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,background .18s ease}
.hbd-v2-btn:hover,.hbd-v2-btn:focus-visible{transform:translateY(-2px);background:#ff7a19;outline:none}
.hbd-v2-btn--ghost{background:transparent;color:var(--hbd-white)!important;border-color:rgba(255,255,255,.32)}

/* HERO — référence visuelle HBD, desktop d’abord */
.hbd-v2-hero{position:relative;min-height:590px;display:grid;align-items:center;overflow:hidden;background:#070707}
.hbd-v2-hero-media{position:absolute;inset:0}
.hbd-v2-hero-media picture{display:block;width:100%;height:100%}
.hbd-v2-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.hbd-v2-hero-media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.80) 24%,rgba(0,0,0,.48) 44%,rgba(0,0,0,.12) 67%,rgba(0,0,0,.03) 100%)}
.hbd-v2-hero-content{position:relative;z-index:1;width:min(500px,42%);padding:58px 0 62px}
.hbd-v2-hero-kicker{margin:0 0 12px;color:var(--hbd-orange);font-size:.70rem;font-weight:900;letter-spacing:.20em;text-transform:uppercase}
.hbd-v2-hero h1{margin:0;font-family:'Bebas Neue','Oswald',Impact,sans-serif;font-size:clamp(3.2rem,4.25vw,5.25rem);font-weight:400;line-height:.88;letter-spacing:.012em;text-transform:uppercase;text-wrap:balance}
.hbd-v2-hero h1 .orange{color:var(--hbd-orange)}
.hbd-v2-hero-sub{max-width:480px;margin:18px 0 0;color:#f3eee7;font-size:clamp(.88rem,1vw,1rem);line-height:1.48}
.hbd-v2-quote{max-width:500px;margin:16px 0 20px;padding-left:12px;border-left:3px solid var(--hbd-orange);color:#fff;font-size:.82rem;font-style:italic;font-weight:700;line-height:1.35}
.hbd-v2-hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hbd-v2-hero-actions .hbd-v2-btn{min-height:44px;padding-inline:18px;font-size:.70rem}

/* ROAD TRIPS */
.hbd-v2-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:38px}
.hbd-v2-card{position:relative;display:flex;flex-direction:column;min-height:100%;overflow:hidden;background:var(--hbd-panel);border:1px solid var(--hbd-line);text-decoration:none;box-shadow:var(--hbd-shadow);transition:transform .2s ease,border-color .2s ease}
.hbd-v2-card:hover,.hbd-v2-card:focus-visible{transform:translateY(-5px);border-color:rgba(243,108,10,.8);outline:none}
.hbd-v2-card picture{display:block;width:100%}
.hbd-v2-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.hbd-v2-card-body{display:flex;flex:1;flex-direction:column;padding:24px}
.hbd-v2-card-tag{color:var(--hbd-orange);font-size:.7rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.hbd-v2-card h3{margin:9px 0 10px;font-family:'Bebas Neue','Oswald',Impact,sans-serif;font-size:1.75rem;line-height:1;text-transform:uppercase}
.hbd-v2-card p{margin:0 0 20px;color:var(--hbd-muted);font-size:.94rem}
.hbd-v2-card-link{margin-top:auto;color:var(--hbd-orange);font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hbd-v2-actions{margin-top:32px}

/* GUIDE */
.hbd-v2-guide{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:42px;align-items:center}
.hbd-v2-guide-media{overflow:hidden;border:1px solid var(--hbd-line);background:var(--hbd-panel);box-shadow:var(--hbd-shadow)}
.hbd-v2-guide-media picture{display:block;width:100%}
.hbd-v2-guide-media img{width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;display:block}
.hbd-v2-guide-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:26px 0 30px;padding:0;list-style:none}
.hbd-v2-guide-list li{position:relative;padding-left:18px;color:#eee8e0;font-size:.94rem}
.hbd-v2-guide-list li::before{content:'';position:absolute;left:0;top:.62em;width:7px;height:7px;background:var(--hbd-orange)}

/* SOCIALS */
.hbd-v2-socials{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}
.hbd-v2-social{display:flex;align-items:center;justify-content:center;gap:10px;min-height:62px;padding:14px 16px;background:var(--hbd-panel);border:1px solid var(--hbd-line);text-decoration:none;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:background .18s ease,border-color .18s ease}
.hbd-v2-social:hover,.hbd-v2-social:focus-visible{background:var(--hbd-panel-2);border-color:var(--hbd-orange);outline:none}
.hbd-v2-social svg{width:22px;height:22px;fill:var(--hbd-orange);flex:0 0 auto}

/* NEWSLETTER */
.hbd-v2-newsletter{background:#0b0b0b}
.hbd-v2-newsletter-grid{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:46px;align-items:center;max-width:1040px;margin:0 auto}
.hbd-v2-newsletter-copy .hbd-v2-title{font-size:clamp(2.5rem,4.8vw,4.8rem)}
.hbd-v2-newsletter-copy p{margin:20px 0 0;color:var(--hbd-muted)}

.hbd-v2-newsletter-logo{display:block;width:clamp(140px,14vw,190px);height:auto;margin:24px auto 0;transform:translateX(-14px)}
.hbd-v2-formbox{width:100%;max-width:580px;justify-self:end}
.hbd-v2-formbox iframe{display:block;width:100%;height:548px;min-height:548px;border:0;background:#0b0b0b;overflow:hidden}
.hbd-v2-formbox .sib-form{background:transparent!important;padding:0!important}
.hbd-v2-formbox #sib-container{max-width:580px!important;width:100%!important;margin:0 auto!important;border:2px solid var(--hbd-orange)!important;background:#171717!important;box-shadow:none!important;padding:22px!important}
.hbd-v2-formbox .sib-form-block{padding-block:4px!important}
.hbd-v2-formbox .entry__field{border:0!important}
.hbd-v2-formbox input.input{min-height:50px!important;background:#fff!important;color:#111!important;border-radius:3px!important;padding:0 16px!important}
.hbd-v2-formbox .sib-form-block__button{width:100%!important;min-height:48px!important;text-align:center!important;background:var(--hbd-orange)!important;border-radius:3px!important}

/* TABLET */
@media(max-width:980px){
  .hbd-v2-wrap{width:min(100% - 36px,860px)}
  .hbd-v2-section{padding:68px 0}
  .hbd-v2-hero{min-height:620px}
  .hbd-v2-hero-media::after{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.58) 65%,rgba(0,0,0,.22))}
  .hbd-v2-hero-content{width:min(690px,72%);padding:72px 0}
  .hbd-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hbd-v2-grid .hbd-v2-card:last-child{grid-column:1/-1;max-width:calc(50% - 11px);width:100%;justify-self:center}
  .hbd-v2-guide{grid-template-columns:1fr;gap:30px}
  .hbd-v2-guide-copy{max-width:760px}
  .hbd-v2-socials{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hbd-v2-newsletter-grid{grid-template-columns:1fr;gap:26px;max-width:680px}
  .hbd-v2-newsletter-copy{text-align:center}
  .hbd-v2-newsletter-copy .hbd-v2-lead{margin-inline:auto}
  .hbd-v2-formbox{justify-self:center}
}

/* MOBILE */
@media(max-width:640px){
  .hbd-v2-wrap{width:min(100% - 28px,560px)}
  .hbd-v2-section{padding:52px 0}
  .hbd-v2-hero{min-height:auto;display:block}
  .hbd-v2-hero-media{position:relative;height:44svh;min-height:300px;max-height:430px}
  .hbd-v2-hero-media::after{background:linear-gradient(0deg,#080808 0%,rgba(8,8,8,.15) 52%,rgba(0,0,0,.08) 100%)}
  .hbd-v2-hero-content{width:100%;padding:30px 0 48px}
  .hbd-v2-hero h1{font-size:clamp(3rem,15vw,5rem)}
  .hbd-v2-hero-sub{font-size:1rem;margin-top:18px}
  .hbd-v2-quote{margin:20px 0 26px;font-size:.94rem}
  .hbd-v2-btn{width:100%;min-height:48px;padding-inline:16px}
  .hbd-v2-grid{grid-template-columns:1fr;gap:18px;margin-top:28px}
  .hbd-v2-grid .hbd-v2-card:last-child{grid-column:auto;max-width:none}
  .hbd-v2-card-body{padding:20px}
  .hbd-v2-guide-list{grid-template-columns:1fr;gap:8px}
  .hbd-v2-socials{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:26px}
  .hbd-v2-social{min-height:56px;padding:10px 8px;font-size:.7rem;letter-spacing:.05em}
  .hbd-v2-newsletter-grid{gap:20px}
  .hbd-v2-formbox iframe{height:548px;min-height:548px}
  .hbd-v2-formbox #sib-container{padding:16px!important}
}
@media(max-width:390px){.hbd-v2-socials{grid-template-columns:1fr}}

/* V602 — conformité visuelle HBD basée sur les pages Road Trips / Blogue / Guide Moto */
/* V603 — conformité visuelle HBD basée sur les pages Road Trips / Blogue / Guide Moto */
.hbd-v2-title,.hbd-v2-card h3,.hbd-v2-hero h1{font-family:'Bebas Neue','Oswald',Impact,sans-serif;font-weight:400;letter-spacing:.015em}
.hbd-v2-kicker,.hbd-v2-btn,.hbd-v2-card-tag,.hbd-v2-card-link,.hbd-v2-social,.hbd-v2-hero-kicker{font-family:'Barlow',Arial,sans-serif}
.hbd-v2-wrap{width:min(1180px,calc(100% - 48px))}
.hbd-v2-section{padding:72px 0}
.hbd-v2-btn{min-height:48px;padding:0 22px;border-radius:0}
.hbd-v2-card,.hbd-v2-guide-media,.hbd-v2-social{border-radius:0;box-shadow:none}

/* HERO V603 — tablette et mobile */
@media(max-width:980px){
  .hbd-v2-hero{min-height:560px}
  .hbd-v2-hero-media::after{background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.66) 52%,rgba(0,0,0,.16) 82%)}
  .hbd-v2-hero-content{width:min(480px,52%);padding:52px 0 56px}
  .hbd-v2-hero h1{font-size:clamp(3rem,6vw,4.5rem)}
}
@media(max-width:640px){
  .hbd-v2-hero{min-height:auto;display:block}
  .hbd-v2-hero-media{position:relative;height:48svh;min-height:330px;max-height:470px}
  .hbd-v2-hero-media img{object-position:65% center}
  .hbd-v2-hero-media::after{background:linear-gradient(0deg,#080808 0%,rgba(8,8,8,.18) 55%,rgba(0,0,0,.05) 100%)}
  .hbd-v2-hero-content{width:100%;padding:26px 0 44px}
  .hbd-v2-hero-kicker{font-size:.64rem;margin-bottom:10px}
  .hbd-v2-hero h1{font-size:clamp(2.8rem,13vw,4.25rem);line-height:.9}
  .hbd-v2-hero-sub{font-size:.95rem;margin-top:16px}
  .hbd-v2-quote{font-size:.80rem;margin:16px 0 20px}
  .hbd-v2-hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hbd-v2-hero-actions .hbd-v2-btn{width:100%;min-height:46px}
}

/* V606 — INFOLETTRE compacte et alignée FR/EN */
.hbd-v2-newsletter{
  padding:52px 0;
}
.hbd-v2-newsletter-grid{
  grid-template-columns:minmax(300px,.9fr) minmax(420px,1.1fr);
  gap:28px;
  align-items:start;
  max-width:920px;
}
.hbd-v2-newsletter-copy{
  padding-top:8px;
}
.hbd-v2-newsletter-copy .hbd-v2-kicker{
  margin:0 0 8px;
}
.hbd-v2-newsletter-copy .hbd-v2-title{
  font-size:clamp(2.65rem,4vw,4rem);
  line-height:.92;
}
.hbd-v2-newsletter-copy p{
  margin:14px 0 0;
  max-width:420px;
}
.hbd-v2-formbox{
  max-width:540px;
  justify-self:start;
}

@media(max-width:980px){
  .hbd-v2-newsletter{padding:46px 0}
  .hbd-v2-newsletter-grid{grid-template-columns:1fr;gap:20px;max-width:620px}
  .hbd-v2-newsletter-copy{padding-top:0;text-align:center}
  .hbd-v2-newsletter-copy p{margin:12px auto 0}
  .hbd-v2-formbox{justify-self:center;max-width:560px}
}

@media(max-width:640px){
  .hbd-v2-newsletter{padding:38px 0}
  .hbd-v2-newsletter-grid{gap:16px}
  .hbd-v2-newsletter-copy .hbd-v2-kicker{margin-bottom:6px}
  .hbd-v2-newsletter-copy .hbd-v2-title{font-size:clamp(2.5rem,13vw,3.8rem)}
  .hbd-v2-newsletter-copy p{margin-top:10px}
}


/* V614 — retour à la mise en page HBD noir/crème, sans changer les contenus */
:root{
  --hbd-cream:#f3eadc;
  --hbd-cream-card:#fbf6ee;
  --hbd-cream-line:#d7c5ad;
  --hbd-ink:#111111;
  --hbd-ink-muted:#4e463d;
}

/* Le hero et l'infolettre restent noirs. Les sections de contenu redeviennent crème. */
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter){
  background:var(--hbd-cream);
  color:var(--hbd-ink);
  border-top:1px solid var(--hbd-cream-line);
}
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-title,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) h2,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) h3{
  color:var(--hbd-ink);
}
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-lead,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) p{
  color:var(--hbd-ink-muted);
}
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-card,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-guide-media,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-social{
  background:var(--hbd-cream-card);
  border-color:var(--hbd-cream-line);
  color:var(--hbd-ink);
}
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-card:hover,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-card:focus-visible,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-social:hover,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-social:focus-visible{
  background:#fffaf2;
  border-color:var(--hbd-orange);
}
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-guide-list li{
  color:var(--hbd-ink);
}

/* Conserve "ET AVENTURES EN VR" sur une seule ligne au desktop. */
.hbd-v2-hero h1 .hero-vr-line{white-space:nowrap;display:inline-block}
@media(min-width:981px){
  .hbd-v2-hero-content{width:min(680px,48%)}
  .hbd-v2-hero h1{font-size:clamp(3rem,3.7vw,4.65rem)}
}
@media(max-width:980px){
  .hbd-v2-hero h1 .hero-vr-line{white-space:normal}
}

/* v763 — Latest blog section: uses the existing HBD card system. */
.hbd-latest-blog .hbd-blog-latest-grid{margin-top:28px}
.hbd-latest-blog .hbd-v2-card img{aspect-ratio:16/9;object-fit:cover;width:100%}
.hbd-latest-blog .hbd-v2-card-body p{min-height:3.2em}


/* V787 — CARTE RIDE DE FILLES : HTML VALIDE */
body.hbd-home-v2 #road-trips .hbd-v2-card .hbd-inline-link{
  color:var(--hbd-orange);
  text-decoration:underline;
  font-weight:700;
}
body.hbd-home-v2 #road-trips .hbd-v2-card .hbd-inline-link:hover,
body.hbd-home-v2 #road-trips .hbd-v2-card .hbd-inline-link:focus-visible{
  text-decoration:none;
}
body.hbd-home-v2 #road-trips article.hbd-v2-card .hbd-v2-card-link{
  display:inline-block;
  text-decoration:none;
}

/* Tous les CTA des cartes Road Trips gardent la même couleur, même si le CTA est un lien. */
body.hbd-home-v2 #road-trips .hbd-v2-card-link{
  color:var(--hbd-orange) !important;
}

/* Maillage interne visible et bilingue : accès direct aux pages canoniques. */
body.hbd-home-v2 .hbd-v2-link-directory{
  background:#f1e8dc;
}
body.hbd-home-v2 .hbd-v2-link-groups{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:18px;
  margin-top:30px;
}
body.hbd-home-v2 .hbd-v2-link-group{
  display:block;
  padding:24px;
  border-top:5px solid var(--hbd-orange);
  background:#fffaf3;
  box-shadow:0 10px 24px rgba(26,18,11,.08);
}
body.hbd-home-v2 .hbd-v2-link-group h3{
  margin:0 0 12px;
  color:#17120e;
  font-family:'Bebas Neue','Oswald',Impact,sans-serif;
  font-size:1.65rem;
  line-height:1;
  text-transform:uppercase;
}
body.hbd-home-v2 .hbd-v2-link-group a{
  display:block;
  position:relative;
  padding:11px 24px 11px 0;
  border-bottom:1px solid #dac9b7;
  color:#2d261f;
  font-weight:800;
  line-height:1.35;
  text-decoration:none;
}
body.hbd-home-v2 .hbd-v2-link-group a:last-child{
  border-bottom:0;
}
body.hbd-home-v2 .hbd-v2-link-group a::after{
  content:'→';
  position:absolute;
  right:0;
  color:var(--hbd-orange);
}
body.hbd-home-v2 .hbd-v2-link-group a:hover,
body.hbd-home-v2 .hbd-v2-link-group a:focus-visible{
  color:#b94600;
  outline:none;
  text-decoration:underline;
  text-underline-offset:4px;
}


/* =========================================================
   V790 — DÉCOUVRIR LA ROUTE AUTREMENT
   CORRECTION CIBLÉE UNIQUEMENT SUR CETTE PHOTO.
   La photo source est 4:3 : le cadre doit donc rester 4:3.
   Les cartes Road Trips et Blogue NE DOIVENT PAS être touchées.
   ========================================================= */
body.hbd-home-v2 #guide-moto .hbd-v2-guide-media{
  aspect-ratio:4 / 3;
  overflow:hidden;
  background:transparent;
}
body.hbd-home-v2 #guide-moto .hbd-v2-guide-media > picture{
  width:100%;
  height:100%;
}
body.hbd-home-v2 #guide-moto .hbd-v2-guide-media > picture > img{
  width:100%;
  height:100%;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block;
  transform:none !important;
  filter:none !important;
}

/* =========================================================
   PHOTOS CARTES ACCUEIL — CONTRAT DÉFINITIF
   - Le cadre 16:9 est toujours entièrement rempli.
   - Le recadrage reste limité au cadre, sans zoom ni filtre CSS.
   - Les points focaux particuliers sont réglés carte par carte.
   Voir .github/HBD_IMAGE_LAYOUT_DEFINITIVE_RULE.md.
   ========================================================= */
body.hbd-home-v2 #road-trips .hbd-v2-card > img,
body.hbd-home-v2 #blogue-recent .hbd-v2-card > img{
  width:100% !important;
  aspect-ratio:16 / 9 !important;
  height:auto !important;
  object-fit:cover !important;
  object-position:center center !important;
  background:transparent !important;
  transform:none !important;
  filter:none !important;
}

/* Même contrat visuel lorsque le navigateur choisit une copie WebP responsive. */
body.hbd-home-v2 #road-trips .hbd-v2-card > picture > img,
body.hbd-home-v2 #blogue-recent .hbd-v2-card > picture > img{
  width:100% !important;
  aspect-ratio:16 / 9 !important;
  height:auto !important;
  object-fit:cover !important;
  object-position:center center !important;
  background:transparent !important;
  transform:none !important;
  filter:none !important;
}

/* Photo réelle du fjord : priorité au voyageur, à Harley et au paysage. */
body.hbd-home-v2 #road-trips .hbd-v2-card:nth-child(1) > img,
body.hbd-home-v2 #road-trips .hbd-v2-card:nth-child(1) > picture > img{
  object-position:center 62% !important;
}

/* Photo de groupe : priorité aux personnes et au chien, pas au ciel. */
body.hbd-home-v2 #road-trips .hbd-v2-card > img[src$="ride-de-filles-2026-groupe.png"],
body.hbd-home-v2 #blogue-recent .hbd-v2-card > img[src$="ride-de-filles-2026-blogue.png"],
body.hbd-home-v2 #road-trips .hbd-v2-card > picture > img[src$="ride-de-filles-2026-groupe.png"],
body.hbd-home-v2 #blogue-recent .hbd-v2-card > picture > img[src$="ride-de-filles-2026-blogue.png"]{
  object-position:center 65% !important;
}

/* =========================================================
   V838 — CONTRASTE ACCESSIBLE SUR LES BLOCS CLAIRS
   - Conserve l'orange de marque dans les zones foncées.
   - Utilise un orange plus sombre uniquement pour les textes
     affichés sur les sections crème de la page d'accueil.
   - Aucun contenu, lien, URL ou élément SEO n'est modifié.
   ========================================================= */
:root{
  --hbd-orange-text:#a63f00;
}

body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-kicker,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-title .orange,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-card-tag,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-v2-card-link,
body.hbd-home-v2 .hbd-v2-main > .hbd-v2-section:not(.hbd-v2-newsletter) .hbd-inline-link{
  color:var(--hbd-orange-text) !important;
}

/* V839 — La règle historique de #road-trips contient un identifiant et
   demeure donc plus prioritaire que la règle générale ci-dessus.
   Cette reprise ciblée garantit le contraste des trois CTA de cette section. */
body.hbd-home-v2 #road-trips .hbd-v2-card-link{
  color:var(--hbd-orange-text) !important;
}

/* V842 — Cadre 16:9 fiable pour les cartes d'accueil FR/EN. */
body.hbd-home-v2 #road-trips .hbd-v2-card > picture,
body.hbd-home-v2 #latest-blog .hbd-v2-card > picture{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
}
body.hbd-home-v2 #road-trips .hbd-v2-card > picture > img,
body.hbd-home-v2 #latest-blog .hbd-v2-card > picture > img{
  display:block;
  width:100% !important;
  height:100% !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
}
