/* CONCRETTA V351 — Product hero title optical scale
   Scope: Concretta + Co-Wall sub-product hero titles only.
   Keeps V349 typography system intact while restoring product-specific hierarchy. */
body.ct-micro-product-page .micro158-hero h1{
  max-width:100%;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
  font-size:clamp(42px,4.15vw,54px)!important;
  line-height:.98!important;
  letter-spacing:-.042em!important;
}
/* Long Concretta product name: calmer, still clearly the hero focus. */
body.ct-panel-product-page .micro158-hero h1{
  font-size:clamp(40px,3.75vw,48px)!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
}
/* Co-Wall family titles live in a tighter editorial card. */
body.ct-cowall-beton-product-page .micro158-hero h1{
  font-size:clamp(38px,3.7vw,48px)!important;
  line-height:.99!important;
  letter-spacing:-.035em!important;
}
/* Signature is the longest family title in both TR and EN. */
body.ct-cowall-signature-product-page .micro158-hero h1{
  font-size:clamp(36px,3.4vw,44px)!important;
  line-height:1!important;
  letter-spacing:-.03em!important;
}
@media (min-width:901px) and (max-width:1120px){
  body.ct-micro-product-page .micro158-hero h1{
    font-size:clamp(38px,4.1vw,46px)!important;
  }
  body.ct-panel-product-page .micro158-hero h1{
    font-size:clamp(35px,3.8vw,42px)!important;
  }
  body.ct-cowall-beton-product-page .micro158-hero h1{
    font-size:clamp(35px,3.8vw,42px)!important;
  }
  body.ct-cowall-signature-product-page .micro158-hero h1{
    font-size:clamp(33px,3.55vw,39px)!important;
  }
}
@media (max-width:900px){
  body.ct-micro-product-page .micro158-hero h1{
    font-size:clamp(33px,7.2vw,38px)!important;
    line-height:1!important;
    letter-spacing:-.035em!important;
  }
  body.ct-panel-product-page .micro158-hero h1,
  body.ct-cowall-beton-product-page .micro158-hero h1{
    font-size:clamp(32px,6.8vw,36px)!important;
  }
  body.ct-cowall-signature-product-page .micro158-hero h1{
    font-size:clamp(30px,6.4vw,34px)!important;
  }
}
@media (max-width:700px){
  body.ct-micro-product-page .micro158-hero h1{
    font-size:clamp(31px,9vw,35px)!important;
  }
  body.ct-panel-product-page .micro158-hero h1,
  body.ct-cowall-beton-product-page .micro158-hero h1{
    font-size:clamp(30px,8.3vw,33px)!important;
  }
  body.ct-cowall-signature-product-page .micro158-hero h1{
    font-size:clamp(29px,7.8vw,32px)!important;
  }
}
