.about-hero{display:flex!important;flex-direction:row!important;align-items:center;gap:2rem;padding:2rem}@media(max-width:767px){.about-hero{flex-direction:column!important;text-align:center}}.about-hero-photo{flex-shrink:0}.about-hero-photo img{border-radius:.75rem;max-width:320px;width:100%;height:auto;box-shadow:0 .25rem 1rem rgba(0,0,0,.1)}.about-name{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.about-aka{color:var(--hbs-primary);font-weight:600;font-size:1.1rem;margin-bottom:.5rem}.about-tagline{color:var(--hbs-secondary-text-on-surface);font-size:1rem;margin-bottom:1rem}.about-social-links{display:flex;gap:.625rem;flex-wrap:wrap}@media(max-width:767px){.about-social-links{justify-content:center}}.about-social-links a{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(0,121,107,8%);color:var(--hbs-primary);font-size:1.1rem;transition:background .2s ease,color .2s ease,transform .2s ease;text-decoration:none}.about-social-links a:hover{background:var(--hbs-primary);color:#fff;transform:translateY(-2px)}.about-bio{padding:1.5rem 2rem;line-height:1.75}.about-bio p{margin-bottom:1rem}.about-bio p:last-child{margin-bottom:0}.about-expertise-grid{display:grid!important;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:991px){.about-expertise-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.about-expertise-grid{grid-template-columns:1fr}}.about-expertise-item{text-align:center;padding:1.5rem 1rem;border:1px solid rgba(0,0,0,6%);border-radius:.5rem;transition:border-color .2s ease,box-shadow .2s ease}.about-expertise-item:hover{border-color:var(--hbs-primary);box-shadow:0 .125rem .5rem rgba(0,0,0,6%)}.about-expertise-item h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.about-expertise-item p{font-size:.9rem;color:var(--hbs-secondary-text-on-surface);margin-bottom:0;line-height:1.5}.about-expertise-icon{width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(0,121,107,8%);color:var(--hbs-primary);font-size:1.25rem;margin-bottom:.75rem}.about-clients-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.about-client-badge{display:inline-block;padding:.5rem 1rem;border-radius:2rem;background:rgba(0,121,107,6%);color:var(--hbs-primary);font-weight:500;font-size:.9rem;border:1px solid rgba(0,121,107,.15);transition:background .2s ease,border-color .2s ease}.about-client-badge:hover{background:rgba(0,121,107,.12);border-color:var(--hbs-primary)}