.bh-expertise{--bh-white:#FFFFFF;--bh-ink:#1A1A1A;--bh-slate:#2C3B4A;--bh-border:#E8E8E6;--bh-soft:#FAFAF8;color:var(--bh-ink);padding-top:var(--bh-pt);padding-bottom:var(--bh-pb)}
.bh-expertise--white{background:var(--bh-white)}
.bh-expertise--soft{background:var(--bh-soft)}
.bh-expertise__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}
@media(min-width:750px){.bh-expertise__inner{grid-template-columns:1fr 1fr;gap:3rem}.bh-expertise--image-right .bh-expertise__media{order:2}.bh-expertise--image-right .bh-expertise__content{order:1}}
.bh-expertise__media{border:1px solid var(--bh-border);border-radius:2px;overflow:hidden;aspect-ratio:4/3}
.bh-expertise__img{width:100%;height:100%;object-fit:cover;display:block}
.bh-expertise__eyebrow{font-family:var(--font-body-family);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--bh-slate);margin:0 0 .5rem}
.bh-expertise__title{font-family:var(--font-heading-family);font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.2;margin:0 0 1rem;color:var(--bh-ink)}
.bh-expertise__text{font-family:var(--font-body-family);font-size:1rem;line-height:1.6;color:var(--bh-ink);opacity:.85;margin:0 0 1.5rem}
.bh-expertise__text p{margin:0 0 .75rem}
.bh-expertise__points{list-style:none;margin:0 0 1.75rem;padding:0;display:flex;flex-direction:column;gap:.9rem}
.bh-expertise__point{display:flex;align-items:flex-start;gap:.65rem}
.bh-expertise__point-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--bh-slate);color:var(--bh-white);display:flex;align-items:center;justify-content:center;margin-top:.1rem}
.bh-expertise__point-text{font-family:var(--font-body-family);font-size:.95rem;line-height:1.4;display:flex;flex-direction:column;gap:.15rem;color:var(--bh-ink)}
.bh-expertise__point-text strong{font-weight:600}
.bh-expertise__point-text span{opacity:.7;font-size:.88rem}
.bh-expertise__button{display:inline-block;background:var(--bh-slate);color:var(--bh-white);font-family:var(--font-body-family);font-size:.95rem;font-weight:600;text-decoration:none;padding:.85rem 1.6rem;border-radius:2px;transition:opacity .2s ease}
.bh-expertise__button:hover{opacity:.85}
