/* Wave 10: reviewed layout corrections inside the existing MODX blocks. */
html body main .s-about .text > p:has(> a.btn:only-child) {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
  width: 100%;
  max-width: none;
}
html body main .s-about .text > p:has(> a.btn:only-child) > a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 48px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}
html body main section.s-garanties.advantages .advantages__grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}
html body main section.s-garanties.advantages .advantage-tile {
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
}
html body main section.s-garanties.advantages .advantage-tile__value {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.15;
}
@media (min-width: 48rem) {
  html body main section.s-garanties.advantages .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 75rem) {
  html body main section.s-garanties.advantages .advantages__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Equal square presentation mats retain the entire mixed-aspect photograph. */
html body main section.w9-gallery.w9-gallery--portraits .g-grid__item {
  display: grid;
  place-items: center;
  position: relative;
  align-self: stretch;
  aspect-ratio: 1;
  height: auto;
  overflow: hidden;
  border: 1px solid #ddd8cd;
  background: #f8f6f2;
}
html body main section.w9-gallery.w9-gallery--portraits .g-grid__item img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 29.9375rem) {
  html body main section.w9-gallery.w9-gallery--portraits .w9-gallery__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* Differences stay beside their property scope, always visible. */
.w8-pricing .w10-pricing__scope-detail {
  display: block;
  margin: .6rem 0 0;
  padding: .6rem 0 0;
  border-top: 1px solid #e6e1d7;
  color: #4c5554;
  font-size: .8125rem;
  line-height: 1.45;
}
.w8-pricing .w10-pricing__row-included {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-column: 1 / -1;
  gap: .5rem 2rem;
  margin: .75rem 0 0;
  padding: .75rem 0 0 1.1rem;
  border-top: 1px solid #e6e1d7;
  color: #4c5554;
  font-size: .8125rem;
  line-height: 1.45;
}
.w8-pricing .w10-pricing__bundle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1.25rem;
  grid-column: 1 / -1;
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid #e6e1d7;
}
.w8-pricing .w10-pricing__bundle p { margin: 0; }
.w8-pricing .w10-pricing__included {
  margin-top: 1rem;
  padding: 1.25rem;
  border: 1px solid #d8d2c5;
  background: #fff;
}
.w8-pricing .w10-pricing__included > h3 {
  margin: 0 0 1rem;
  color: #1e4850;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.w8-pricing .w10-pricing__included > ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .75rem 2rem;
  margin: 0;
  padding-left: 1.2rem;
  color: #383838;
  font-size: .9rem;
  line-height: 1.5;
}
.w8-pricing .w10-pricing__included li { padding-left: .15rem; }
.w8-pricing .w10-pricing__included li::marker { color: #5b767b; }
.w8-pricing .w10-pricing__included-key { font-weight: 700; }
@media (min-width: 48rem) {
  .w8-pricing .w10-pricing__row-included { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .w8-pricing .w10-pricing__included > ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 75rem) {
  .w8-pricing .w10-pricing__row-included { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .w8-pricing .w10-pricing__included > ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 47.9375rem) {
  .w8-pricing .w10-pricing__scope-detail { grid-column: 1 / -1; margin-top: .25rem; }
}

/* A continuous explanatory unit made from the two existing adjacent blocks. */
html body main .s-about.w10-camera-method { padding-bottom: 1rem; }
html body main .s-about.w10-camera-method .text { max-width: 72ch; margin-inline: auto; }
html body main .s-gallery.w10-method-gallery { padding-top: 1rem; }
html body main .s-gallery.w10-method-gallery .title { margin-bottom: 1.25rem; font-size: 1.25rem; line-height: 1.4; }
html body main .w10-method-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; max-width: 44rem; margin-inline: auto; }
html body main .w10-method-gallery__figure { min-width: 0; margin: 0; }
html body main .w10-method-gallery__figure a { display: block; border-radius: .25rem; overflow: hidden; }
html body main .w10-method-gallery__figure img { display: block; width: 100%; height: auto; }
html body main .w10-method-gallery__figure figcaption { margin-top: .6rem; color: #526c70; font-size: .875rem; line-height: 1.45; text-align: center; }
@media (max-width: 29.9375rem) {
  html body main .w10-method-gallery__grid { grid-template-columns: minmax(0, 1fr); max-width: 22rem; }
}
