/* V826 — photos préparées au ratio final 3:2.
   Les fichiers maîtres restent intacts; seules des copies WebP sont publiées. */
html body.hbd-roadtrip-premium .rt-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
html body.hbd-roadtrip-premium .rt-photo-card > img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 3 / 2 !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  image-rendering: auto !important;
}
html body.hbd-iac-page .iac-card > img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 3 / 2 !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  filter: none !important;
}
@media (max-width: 980px) {
  html body.hbd-roadtrip-premium .rt-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 700px) {
  html body.hbd-roadtrip-premium .rt-card-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  html body.hbd-roadtrip-premium .rt-photo-card > img {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 3 / 2 !important;
  }
  html body.hbd-iac-page .iac-card > img { height: auto !important; min-height: 0 !important; max-height: none !important; aspect-ratio: 3 / 2 !important; }
}
