/* This Found Finnish Editorial — homepage Showroom gallery 1706. */
.tff-production-site[data-page="home"] .tff-showroom{
  padding:clamp(78px,9vw,138px) 0 clamp(92px,11vw,165px)!important;
  background:var(--tff-surface)!important;
}
.tff-production-site[data-page="home"] .tff-showroom>.tff-section-head{
  margin-right:clamp(22px,7vw,140px)!important;
  margin-left:clamp(22px,7vw,140px)!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  grid-auto-rows:auto!important;
  gap:14px!important;
  width:auto!important;
  margin:0 clamp(22px,5vw,72px)!important;
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid>a{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  color:inherit!important;
  text-decoration:none!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid>a:nth-child(n+6){display:none!important}
.tff-production-site[data-page="home"] .tff-showroom-grid>a:nth-child(4){grid-column:1!important;grid-row:2!important}
.tff-production-site[data-page="home"] .tff-showroom-grid>a:nth-child(5){grid-column:2!important;grid-row:2!important}
.tff-production-site[data-page="home"] .tff-showroom-grid figure{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  aspect-ratio:4/5!important;
  margin:0!important;
  overflow:hidden!important;
  background:#dfdbd2!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:saturate(.9) contrast(.98)!important;
  transform:none!important;
  transition:transform .55s ease,filter .3s ease!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid>a:hover img{
  transform:scale(1.025)!important;
  filter:saturate(1) contrast(1)!important;
}

@media(max-width:900px){
  .tff-production-site[data-page="home"] .tff-showroom-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin:0 18px!important;
    gap:10px!important;
  }
  .tff-production-site[data-page="home"] .tff-showroom-grid>a:nth-child(4),
  .tff-production-site[data-page="home"] .tff-showroom-grid>a:nth-child(5){
    grid-column:auto!important;
    grid-row:auto!important;
    width:100%!important;
  }
}
@media(max-width:620px){
  .tff-production-site[data-page="home"] .tff-showroom-grid{grid-template-columns:1fr!important}
  .tff-production-site[data-page="home"] .tff-showroom-grid figure{aspect-ratio:4/5!important}
}
