/* This Found — centered Brands / The House hero 1735.
   Removes the collage from the opening composition and gives every primary
   editorial headline one shared responsive scale. */

html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"]{
  --tf-house-heading-size:clamp(34px,4vw,48px);
}

/* The hero acts as a calm text-led pause before the visual story begins. */
html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"] .tf-house-hero{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:clamp(520px,64vh,680px)!important;
  padding:clamp(96px,12vw,170px) clamp(24px,7vw,110px)!important;
  border-bottom:1px solid var(--tf-house-line)!important;
  background:var(--tf-house-paper)!important;
  text-align:center!important;
}

html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"] .tf-house-hero__copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:920px!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  text-align:center!important;
}

html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"] .tf-house-hero__copy>.tff-eyebrow{
  text-align:center!important;
}

html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"] .tf-house-hero__copy h1{
  max-width:820px!important;
  margin:16px auto 24px!important;
  text-align:center!important;
}

html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"] .tf-house-hero__copy>p:last-child{
  max-width:780px!important;
  margin:0 auto!important;
  text-align:center!important;
}

/* One deliberate scale for all primary story headlines across the page. */
html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"] :is(
  .tf-house-hero__copy h1,
  .tf-house-intro h2,
  .tf-house-chapter__copy h2,
  .tf-house-cinema__copy h2,
  .tf-house-index>header h2,
  .tf-house-retail h2
){
  font-size:var(--tf-house-heading-size)!important;
  line-height:1.02!important;
  letter-spacing:-.03em!important;
}

/* Brand names remain navigation labels, not competing section headlines. */
html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"] .tf-house-index__row h3{
  font-size:clamp(30px,3vw,42px)!important;
}

@media(max-width:700px){
  html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"]{
    --tf-house-heading-size:34px;
  }

  html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"] .tf-house-hero{
    min-height:0!important;
    padding:82px 22px!important;
  }

  html body .tff-production-site[data-page="brands"][data-brands-house-hero="1735"] .tf-house-hero__copy>p:last-child{
    font-size:14px!important;
    line-height:1.62!important;
  }
}
