/* Chengxi v39.8.9 — separate the in-page brand statement from the final botanical closure.
   The contact bridge is a white editorial pause; the botanical finale remains visually uninterrupted. */

body.page-home.cx-home-balanced-v3984 .cx-contact-bridge{
  position:relative;
  padding:clamp(88px,9vw,142px) 28px;
  background:#fff;
  color:#0a0a0a;
  border-top:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
}
body.page-home.cx-home-balanced-v3984 .cx-contact-bridge-inner{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:24px;
  align-items:start;
}
body.page-home.cx-home-balanced-v3984 .cx-contact-bridge-label{
  grid-column:1 / 4;
  padding-top:10px;
  color:#747474;
  font-size:11px;
  font-weight:700;
  line-height:1.45;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.page-home.cx-home-balanced-v3984 .cx-contact-bridge-copy{
  grid-column:4 / 11;
  padding-left:clamp(28px,4vw,64px);
  border-left:1px solid #d8d8d8;
}
body.page-home.cx-home-balanced-v3984 .cx-contact-bridge-copy h2{
  margin:0;
  max-width:820px;
  color:#0a0a0a;
  font-size:clamp(38px,4.65vw,66px);
  font-weight:620;
  line-height:1.1;
  letter-spacing:-.052em;
  text-align:left;
  text-wrap:balance;
}

@media(max-width:820px){
  body.page-home.cx-home-balanced-v3984 .cx-contact-bridge{
    padding:68px 20px 72px;
  }
  body.page-home.cx-home-balanced-v3984 .cx-contact-bridge-inner{
    grid-template-columns:1fr;
    row-gap:24px;
  }
  body.page-home.cx-home-balanced-v3984 .cx-contact-bridge-label{
    grid-column:auto;
    padding-top:0;
  }
  body.page-home.cx-home-balanced-v3984 .cx-contact-bridge-copy{
    grid-column:auto;
    padding:28px 0 0;
    border-left:0;
    border-top:1px solid #d8d8d8;
  }
  body.page-home.cx-home-balanced-v3984 .cx-contact-bridge-copy h2{
    font-size:clamp(34px,10.6vw,48px);
    line-height:1.12;
  }
}

