/* Product identity is rendered from untouched client source photography.
   The surrounding layout may adapt; bottle shape, label and colour may not. */

.home-page .home-series-editorial--brief .home-series-chapter__product--authentic,
.home-page .home-series-editorial--brief .home-series-chapter__product--authentic.home-series-chapter__product--serum {
  display: block;
  width: min(86%, 520px);
  height: auto;
  max-height: none;
  margin: clamp(34px, 3.8vw, 50px) 0 26px;
  overflow: hidden;
  aspect-ratio: 3 / 1.85;
  border: 1px solid rgba(85, 87, 84, 0.18);
  background: #fafaf8;
  box-shadow: none;
}

.home-page .home-series-authentic-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  background: #fafaf8;
}

.home-page .home-series-authentic-products__item {
  display: block;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.home-page .home-series-authentic-products__item + .home-series-authentic-products__item {
  border-left: 1px solid rgba(85, 87, 84, 0.18);
}

.home-page .home-series-editorial--brief .home-series-chapter__product--authentic .home-series-authentic-products__item img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  filter: none;
}

@media (max-width: 760px) {
  .home-page .home-series-editorial--brief .home-series-chapter__product--authentic,
  .home-page .home-series-editorial--brief .home-series-chapter__product--authentic.home-series-chapter__product--serum {
    width: calc(100% + 40px);
    max-width: none;
    margin: 22px -20px 20px;
    aspect-ratio: 3 / 1.85;
  }
}
