/* CBA V14 - targeted follow-up tweaks */

:root{
  --v14-burgundy:#FFFFFF;
  --v14-burgundy-soft:rgba(255,255,255,.82);
}

/* Where China Leads - make right rail much deeper and move it visibly lower */
html body.cba-page .hero-grid .hero-index,
html body.cba-page .hero-dark .hero-index{
  align-self:start!important;
  margin-top:118px!important;
  transform:translateY(22px)!important;
  padding-left:36px!important;
  gap:20px!important;
  border-left:1px solid rgba(255,255,255,.30)!important;
}
html body.cba-page .hero-grid .hero-index a,
html body.cba-page .hero-dark .hero-index a,
html body.cba-page .hero-grid .hero-index a span,
html body.cba-page .hero-dark .hero-index a span{
  color:var(--v14-burgundy)!important;
  font-weight:700!important;
  text-shadow:0 1px 2px rgba(4,21,29,.35)!important;
}
html body.cba-page .hero-grid .hero-index a:hover,
html body.cba-page .hero-dark .hero-index a:hover,
html body.cba-page .hero-grid .hero-index a:hover span,
html body.cba-page .hero-dark .hero-index a:hover span{
  color:var(--v14-burgundy-soft)!important;
}

/* What We Offer - make left module list noticeably larger */
html body.cba-page .services-showcase{
  grid-template-columns:350px minmax(0,1fr)!important;
}
html body.cba-page .service-note{
  font-size:16px!important;
  letter-spacing:.16em!important;
}
html body.cba-page .service-nav button{
  font-size:18px!important;
  line-height:1.24!important;
  padding:18px 20px!important;
  min-height:82px!important;
}
html body.cba-page .service-nav button span{
  font-size:24px!important;
  min-width:40px!important;
  margin-right:12px!important;
}

@media(max-width:760px){
  html body.cba-page .hero-grid .hero-index,
  html body.cba-page .hero-dark .hero-index{
    margin-top:18px!important;
    transform:none!important;
    padding-left:0!important;
  }
  html body.cba-page .services-showcase{
    grid-template-columns:1fr!important;
  }
  html body.cba-page .service-nav button{
    font-size:17px!important;
    min-height:74px!important;
  }
}
