/* Rieu du Coeur - Real Images (overrides gradients in style.css) */

/*  Hero backgrounds - Industrial heritage & Borinage landscapes  */
.hero-bg {
  background: url('../images/rieu-1935-vue-generale.jpg') center/cover no-repeat;
}

.histoire-hero .hero-bg {
  background: url('../images/rieu-1998-batiment-extraction.jpg') center/cover no-repeat;
  filter: grayscale(0.4) brightness(0.55);
}

/*  About section image on index.html - Coal mining heritage  */
.about-img-1 {
  background: url('../images/rieu-2011-bains-douches.jpg') center/cover no-repeat;
  border-radius: 8px;
}

/*  Accommodation cards - Industrial heritage buildings  */
.tent-1 {
  background: url('../images/rieu-vue-terril-croix.jpg') center/cover no-repeat;
}
.tent-2 {
  background: url('../images/rieu-1998-batiment-extraction.jpg') center/cover no-repeat;
}
.tent-3 {
  background: url('../images/rieu-puits-dalle-1.jpg') center/cover no-repeat;
}

/*  Histoire page images - Terrils nature reconquered  */
.about-img-2 {
  background: url('../images/rieu-terril-2011.jpg') center/cover no-repeat;
  border-radius: 8px;
}

/*  Photo break strip - Industrial landscape  */
.photo-break-2 {
  background: url('../images/rieu-terril-rehabilitation.jpg') center/cover no-repeat;
}

/*  Booking visual - Heritage site  */
.booking-img {
  background: url('../images/rieu-puits-profondeur-1376m.jpg') center/cover no-repeat;
}

/*  Map placeholder - Borinage region  */
.map-img {
  background: url('../images/molettes-extraction.jpg') center/cover no-repeat;
}

/*  Ensure all placeholder divs fill their container  */
.placeholder-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.placeholder-img::after {
  content: none !important;
}

/*  Experience icons  */
.exp-item .exp-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto var(--space-sm) auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: var(--clr-cream-dark);
}

/* Gallery thumbnails - Industrial heritage & reclaimed nature */
.gall-1 { background: url('../images/rieu-1935-vue-generale.jpg') center/cover no-repeat; }
.gall-2 { background: url('../images/rieu-1998-batiment-extraction.jpg') center/cover no-repeat; }
.gall-3 { background: url('../images/rieu-puits-dalle-1.jpg') center/cover no-repeat; }
.gall-4 { background: url('../images/rieu-puits-profondeur.jpg') center/cover no-repeat; }
.gall-5 { background: url('../images/rieu-terril-2011.jpg') center/cover no-repeat; }
.gall-6 { background: url('../images/rieu-vue-terril-croix.jpg') center 40%/cover no-repeat; }