/* Shared layout for the five approved service illustrations.
   The white image margins contain the arm contours outside the blue panel. */
.service-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
}

.service-hero__copy {
  min-width: 0;
}

.service-hero__art {
  width: 100%;
  max-width: 600px;
  min-width: 0;
  margin: 0 auto;
  /* Keep the full artwork visible, including the contours in the white margin. */
  overflow: visible;
}

.service-hero__art picture {
  display: block;
}

.service-hero__art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

.service-hero__art figcaption {
  margin: 1rem 1.5rem 0;
  color: #046094;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 1024px) {
  .service-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 5rem);
  }

  .service-hero__copy {
    max-width: none;
  }

  .service-hero__copy h1 > .block {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
  }
}

/* Mention hors taxes après un prix (pages Services : « HT » en FR, « excl. VAT » en EN) :
   petite, grise, insécable ; toujours en frère d'un élément data-mv-count ou .sim-* (leur texte est réécrit en JS). */
.bv-ht {
  margin-left: .2em;
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .02em;
  color: #64748b;
  white-space: nowrap;
}
