/* V260 — Co-Wall Signature collection: preserve the established panel system, only optimize the larger series selector. */
@media (min-width:1100px){
  body.ct-cowall-signature-product-page .beton197-tabs{grid-template-columns:repeat(5,minmax(0,1fr));}
}
body.ct-cowall-signature-product-page .micro158-media img{object-position:center center;}
body.ct-cowall-signature-product-page .beton208-family-grid{align-items:start;}

/* V264 — Signature hero height parity with Beton / Tugla / Tas / Ahsap panel pages. */
@media (min-width:1121px){
  body.ct-cowall-signature-product-page .micro158-intro,
  body.ct-cowall-signature-product-page .micro158-media{
    min-height:0;
    height:clamp(390px,calc(100vh - 250px),430px);
  }
  body.ct-cowall-signature-product-page .micro158-hero h1{
    font-size:clamp(44px,4.45vw,52px);
  }
  body.ct-cowall-signature-product-page .micro158-body{
    max-width:none;
    font-size:13px;
    line-height:1.5;
  }
}
@media (min-width:901px) and (max-width:1120px){
  body.ct-cowall-signature-product-page .micro158-intro,
  body.ct-cowall-signature-product-page .micro158-media{
    min-height:0;
    height:clamp(360px,calc(100vh - 235px),400px);
  }
  body.ct-cowall-signature-product-page .micro158-intro{
    padding:22px 24px;
  }
  body.ct-cowall-signature-product-page .micro158-hero h1{
    font-size:clamp(40px,4.3vw,46px);
  }
  body.ct-cowall-signature-product-page .micro158-sub{
    font-size:19px;
  }
  body.ct-cowall-signature-product-page .micro158-body{
    margin-top:12px;
    max-width:none;
    font-size:12.5px;
    line-height:1.46;
  }
  body.ct-cowall-signature-product-page .micro158-techline{
    margin-top:13px;
    padding-top:10px;
  }
  body.ct-cowall-signature-product-page .micro158-actions{
    margin-top:14px;
  }
}
