/* One photographic family: transparent product studies and uncropped warm interiors. */
.app-figure img { height: auto; aspect-ratio: 899 / 1749; }
.product-intro figure {
  width: 100%;
  margin: 0;
  background: transparent;
}
.product-intro figure img {
  width: 90%;
  margin-inline: auto;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  mix-blend-mode: normal;
}
.product-intro figcaption {
  text-align: center;
  margin-top: 12px;
}
.care-products {
  column-gap: clamp(38px, 6vw, 100px);
}
.care-products figure {
  background: transparent;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.care-products img,
.care-products article:first-child figure img {
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  width: 85%;
  height: 85%;
}
.care-products article:nth-child(2) figure img {
  width: 90%;
  height: 94%;
}
.care-product-heading {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 30px;
}
.connection-grid { align-items: center; }
.room-image { height: auto; }
.room-image img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}
.room-image figcaption { margin-top: 16px; }
.about { grid-template-columns: 1fr 1.05fr; }
.about-photo {
  height: auto;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.about-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 760px) {
  .product-intro { gap: 28px; }
  .product-intro figcaption { text-align: center; }
  .care-products { row-gap: 50px; }
  .care-products figure { aspect-ratio: 4 / 3; }
  .care-product-heading { margin-top: 22px; padding-top: 21px; }
  .room-image img { aspect-ratio: 3 / 2; min-height: 0; }
  .about { grid-template-columns: 1fr; gap: 42px; }
  .about-photo { max-width: none; }
  .about-photo img { min-height: 0; aspect-ratio: 4 / 5; }
}
