/* Product photography stays fully visible, including square catalogue images. */
.v26-home .v26-hero--catalog .v26-hero__media {
  inset: 0 0 112px 43%;
  height: auto;
  background: #f4f1eb;
}
.v26-home .v26-hero--catalog .v26-hero-image {
  object-fit: contain;
  animation: none;
  transform: none;
}
.v26-home .v26-hero--catalog .v26-hero__wash {
  background: linear-gradient(90deg, #faf8f4 0%, #faf8f4 39%, transparent 51%);
}
.v26-home .v26-hero--catalog .v26-hero-product-card {
  top: auto;
  right: 28px;
  bottom: 22px;
  width: 48%;
  min-height: 0;
  padding: 14px 22px;
}
.v26-home .v26-hero--catalog .v26-hero-product-card__label { margin-bottom: 5px; }
.v26-home .v26-hero--catalog .v26-hero-product-card strong { font-size: 22px; }
.v26-home .v26-hero--catalog .v26-hero-product-card__price { margin-top: 8px; padding-top: 8px; }
.v26-home .v26-room-portals .v26-room-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.v26-home .v26-room-portals .v26-room-card__media img,
.v26-home .v26-complete-card > img { object-fit: contain; }
@media (max-width: 700px) {
  .v26-home .v26-hero--catalog { height: 820px; min-height: 820px; max-height: none; }
  .v26-home .v26-hero--catalog .v26-hero__media { inset: 320px 0 180px; height: auto; }
  .v26-home .v26-hero--catalog .v26-hero__wash { background: linear-gradient(180deg, #faf8f4 0%, #faf8f4 35%, transparent 43%); }
  .v26-home .v26-hero--catalog .v26-hero-product-card { right: 20px; bottom: 75px; width: calc(100% - 40px); padding: 12px 16px; }
  .v26-home .v26-hero--catalog .v26-hero-product-card strong { font-size: 19px; }
  .v26-home .v26-room-portals .v26-room-card__media { aspect-ratio: 3 / 4; }
}

.v26-home .v26-room-portals .v26-room-card--illustration .v26-room-card__media img { object-fit: cover; }
