/*
 * Alti Clim — Real background images via Unsplash CDN
 * Loaded client-side — no server download needed.
 * Replace with local files after: python download_pexels.py
 */

/* ── Homepage hero (right panel) ─────────────────── */
.hero-img, .hero-img-wrap {
  background-image: url('https://images.unsplash.com/photo-1621905251918-48416bd8575a?auto=format&fit=crop&w=1400&q=80');
  background-size: cover;
  background-position: center;
}

/* ── Page heroes ─────────────────────────────────── */
/* Simulateur — technicians at work */
.ph--simulateur .ph__img {
  background-image: url('https://images.unsplash.com/photo-1581092918056-0c4f3185049a?auto=format&fit=crop&w=1400&q=80');
}
/* Aides — modern energy-efficient house */
.ph--aides .ph__img {
  background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1400&q=80');
}
/* Maintenance — hvac technician */
.ph--maintenance .ph__img {
  background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1400&q=80');
}
/* Contact — professional consultation */
.ph--contact .ph__img {
  background-image: url('https://images.unsplash.com/photo-1573496799652-408c2ac9fe98?auto=format&fit=crop&w=1400&q=80');
}
/* Default pages (nos solutions, nos produits, about) */
.ph .ph__img {
  background-image: url('https://images.unsplash.com/photo-1621905251918-48416bd8575a?auto=format&fit=crop&w=1400&q=80');
}

/* ── Service cards ───────────────────────────────── */
.service-area:nth-child(1) .relative img,
.sc-cet { background-image: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?auto=format&fit=crop&w=800&q=80'); }

.service-area:nth-child(2) .relative img,
.sc-pac { background-image: url('https://images.unsplash.com/photo-1621905251918-48416bd8575a?auto=format&fit=crop&w=800&q=80'); }

.service-area:nth-child(3) .relative img,
.sc-clim { background-image: url('https://images.unsplash.com/photo-1580595999172-787f7de3e9a0?auto=format&fit=crop&w=800&q=80'); }

/* ── Simulateur choice card images ──────────────── */
.sim-choice:nth-child(1) .sim-choice__img img {
  content: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?auto=format&fit=crop&w=600&q=80');
}
.sim-choice:nth-child(2) .sim-choice__img img {
  content: url('https://images.unsplash.com/photo-1621905251918-48416bd8575a?auto=format&fit=crop&w=600&q=80');
}
.sim-choice:nth-child(3) .sim-choice__img img {
  content: url('https://images.unsplash.com/photo-1580595999172-787f7de3e9a0?auto=format&fit=crop&w=600&q=80');
}

/* ── Blog post images ────────────────────────────── */
.post-image:nth-of-type(1) { background-image: url('https://images.unsplash.com/photo-1484154218962-a197022b5858?auto=format&fit=crop&w=800&q=80'); }
.post-image:nth-of-type(2) { background-image: url('https://images.unsplash.com/photo-1581092918056-0c4f3185049a?auto=format&fit=crop&w=800&q=80'); }
.post-image:nth-of-type(3) { background-image: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?auto=format&fit=crop&w=800&q=80'); }
