/* This Found Finnish Editorial — four brand pages, split media/text and type owner 1708. */

.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]){
  --tff-brand-page-font:"Helvetica Neue",Helvetica,Arial,sans-serif;
  --tff-serif:var(--tff-brand-page-font);
  --tff-sans:var(--tff-brand-page-font);
  font-family:var(--tff-brand-page-font)!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) :is(
  h1,h2,h3,h4,p,span,strong,em,small,a,button
){
  font-family:var(--tff-brand-page-font)!important;
}

/* Hero: image and copy are two physical columns. No copy may sit over media. */
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;
  grid-template-rows:1fr!important;
  width:100%!important;
  height:auto!important;
  min-height:clamp(600px,68vw,760px)!important;
  margin:0!important;
  overflow:hidden!important;
  background:#f8f6f0!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero__media{
  position:relative!important;
  inset:auto!important;
  grid-column:1!important;
  grid-row:1!important;
  min-width:0!important;
  min-height:100%!important;
  overflow:hidden!important;
  background:#dedad2!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:clamp(600px,68vw,760px)!important;
  object-fit:cover!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero>span{
  display:none!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero>div:last-child{
  position:relative!important;
  inset:auto!important;
  grid-column:2!important;
  grid-row:1!important;
  z-index:1!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:100%!important;
  margin:0!important;
  padding:clamp(58px,7vw,112px) clamp(34px,6vw,96px)!important;
  border-left:1px solid var(--line)!important;
  background:#f8f6f0!important;
  color:#181714!important;
  text-align:left!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero .tff-eyebrow{
  color:#181714!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.14em!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero h1{
  max-width:720px!important;
  margin:18px 0 26px!important;
  color:#181714!important;
  font-size:clamp(48px,5.4vw,84px)!important;
  font-weight:300!important;
  line-height:.92!important;
  letter-spacing:-.06em!important;
  text-transform:none!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero>div:last-child>p:last-child{
  max-width:560px!important;
  margin:0!important;
  color:rgba(24,23,20,.7)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.72!important;
}

/* Story rows: the figure and copy panel are separate grid cells. */
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters{
  display:grid!important;
  gap:0!important;
  padding:clamp(74px,9vw,138px) clamp(24px,5vw,72px) clamp(92px,11vw,170px)!important;
  background:#f8f6f0!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article,
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article.is-reverse{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  grid-template-rows:minmax(560px,auto)!important;
  min-height:560px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--line)!important;
  border-bottom:0!important;
  background:#fffdf8!important;
  overflow:hidden!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article:last-child{
  border-bottom:1px solid var(--line)!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article figure{
  position:relative!important;
  inset:auto!important;
  order:initial!important;
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
  min-height:560px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#dedad2!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article>figure img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:560px!important;
  object-fit:cover!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article>div{
  position:relative!important;
  inset:auto!important;
  order:initial!important;
  grid-column:2!important;
  grid-row:1!important;
  z-index:1!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:560px!important;
  margin:0!important;
  padding:clamp(48px,6vw,92px) clamp(34px,5vw,78px)!important;
  border-left:1px solid var(--line)!important;
  background:#fffdf8!important;
  color:#181714!important;
  text-align:left!important;
  opacity:1!important;
  transform:none!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article.is-reverse figure{
  grid-column:2!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article.is-reverse>div{
  grid-column:1!important;
  border-right:1px solid var(--line)!important;
  border-left:0!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article>div>span{
  color:rgba(24,23,20,.52)!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:.12em!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters .tff-eyebrow{
  margin-top:44px!important;
  color:#181714!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.14em!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters h2{
  max-width:650px!important;
  margin:16px 0 24px!important;
  color:#181714!important;
  font-size:clamp(34px,4vw,60px)!important;
  font-weight:300!important;
  line-height:.96!important;
  letter-spacing:-.05em!important;
  text-transform:none!important;
}
.tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article>div>p:last-child{
  max-width:580px!important;
  margin:0!important;
  color:rgba(24,23,20,.7)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.72!important;
  opacity:1!important;
}

@media(max-width:900px){
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero,
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article,
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article.is-reverse{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto!important;
    min-height:0!important;
  }
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero__media,
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article figure,
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article.is-reverse figure{
    grid-column:1!important;
    grid-row:1!important;
    min-height:clamp(380px,72vw,560px)!important;
  }
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero__media img,
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article>figure img{
    min-height:clamp(380px,72vw,560px)!important;
  }
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero>div:last-child,
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article>div,
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article.is-reverse>div{
    grid-column:1!important;
    grid-row:2!important;
    min-height:0!important;
    border-top:1px solid var(--line)!important;
    border-right:0!important;
    border-left:0!important;
  }
}

@media(max-width:620px){
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-inner-hero>div:last-child,
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters article>div{
    padding:52px 20px 62px!important;
  }
  .tff-production-site:is([data-page="nkd-ape"],[data-page="bysips"],[data-page="ateliet"],[data-page="koco"]) .tff-chapters{
    padding:58px 14px 88px!important;
  }
}
