.chu-presence{
  --chu-accent:#ff6b2c;
  position:relative;
  overflow:hidden;
  background:#f7f5ee;
  color:#172024;
  border-bottom:1px solid rgba(23,32,36,.12);
}
.chu-presence.home{--chu-accent:#38d0c8;background:#dff6f4}
.chu-presence.law{--chu-accent:#a99bf5;background:#e8e4ff}
.chu-presence-grid{
  width:min(1180px,calc(100% - 40px));
  margin:auto;
  padding:clamp(54px,7vw,86px) 0;
  display:grid;
  grid-template-columns:minmax(260px,.72fr) 1.28fr;
  gap:clamp(30px,6vw,76px);
  align-items:center;
}
.chu-presence-portrait{
  margin:0;
  position:relative;
}
.chu-presence-portrait:after{
  content:"";
  position:absolute;
  inset:12% -5% -7% 13%;
  z-index:0;
  border-radius:42px;
  background:var(--chu-accent);
  opacity:.24;
  transform:rotate(4deg);
}
.chu-presence-portrait img{
  position:relative;
  z-index:1;
  width:100%;
  aspect-ratio:1;
  display:block;
  object-fit:cover;
  border-radius:34px;
  box-shadow:0 30px 70px rgba(15,21,25,.22);
}
.chu-presence-copy{position:relative;z-index:1}
.chu-presence-kicker{
  color:#172024;
  font:900 10px ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.chu-presence-copy h2{
  margin:14px 0 18px;
  max-width:800px;
  font-family:Arial Black,Impact,Arial,sans-serif;
  font-size:clamp(42px,5.8vw,78px);
  letter-spacing:-.055em;
  line-height:.91;
}
.chu-presence-copy p{
  max-width:730px;
  margin:0;
  color:#566165;
  font-size:clamp(15px,1.5vw,18px);
}
.chu-presence-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:25px;
}
.chu-presence-actions a{
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:13px 18px;
  background:#172024;
  color:#fff;
  text-decoration:none;
  font-weight:950;
}
.chu-presence-actions a.alt{background:#fff;color:#172024}
.chu-presence-actions a.partner{background:var(--chu-accent);color:#172024}
@media(max-width:760px){
  .chu-presence-grid{width:min(100% - 26px,1180px);grid-template-columns:1fr;padding:52px 0}
  .chu-presence-portrait{width:min(88vw,440px);margin:auto}
  .chu-presence-actions a{width:100%}
}
