/* This Found Finnish Editorial — homepage Showroom CTA card 1711. */
.tff-production-site[data-page="home"] .tff-showroom-grid>a:nth-child(n+7){display:none!important}
.tff-production-site[data-page="home"] .tff-showroom-grid>a.tff-showroom-cta-card:nth-child(6){display:flex!important}
.tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card{
  grid-column:3!important;
  grid-row:2!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  aspect-ratio:4/5!important;
  min-width:0!important;
  padding:clamp(28px,3.4vw,58px)!important;
  border:1px solid rgba(24,23,20,.22)!important;
  border-radius:0!important;
  background:var(--tff-yellow,#f2e63a)!important;
  color:#181714!important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
  text-decoration:none!important;
  overflow:hidden!important;
  transition:background .25s ease,color .25s ease!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card .tff-eyebrow{
  margin:0 auto auto 0!important;
  color:#181714!important;
  font-size:9px!important;
  font-weight:600!important;
  line-height:1.2!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card>strong{
  display:block!important;
  max-width:520px!important;
  margin:0 0 20px!important;
  color:inherit!important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-size:clamp(32px,3.5vw,58px)!important;
  font-weight:300!important;
  line-height:.95!important;
  letter-spacing:-.055em!important;
  text-wrap:balance!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card>p{
  max-width:440px!important;
  margin:0 0 30px!important;
  color:rgba(24,23,20,.72)!important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-size:12px!important;
  line-height:1.7!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card>b{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  width:100%!important;
  padding-top:16px!important;
  border-top:1px solid rgba(24,23,20,.45)!important;
  color:inherit!important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card>b i{
  font-size:18px!important;
  font-style:normal!important;
  font-weight:300!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card:hover{
  background:#181714!important;
  color:#f8f6f0!important;
}
.tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card:hover>p{color:rgba(248,246,240,.72)!important}
.tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card:hover .tff-eyebrow{color:#f8f6f0!important}
.tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card:hover>b{border-color:rgba(248,246,240,.46)!important}

@media(max-width:900px){
  .tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:32px!important;
  }
}
@media(max-width:620px){
  .tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card{
    aspect-ratio:auto!important;
    min-height:430px!important;
    padding:34px 26px!important;
  }
  .tff-production-site[data-page="home"] .tff-showroom-grid>.tff-showroom-cta-card>strong{
    font-size:clamp(38px,11vw,54px)!important;
  }
}
