/* About page: the service-page system with a third section and a lead-in for each question. */
.practice-about .practice-hero-poster,.practice-about .practice-hero video{object-position:50% 50%}
.practice-about .practice-services-photo img{object-position:50% 50%}
.practice-about .practice-approach-photo img{object-position:50% 35%}
.about-q{color:var(--ink)}
/* Section heads match the home page: the headline fills its column, the intro starts level with it and uses its full column. */
.practice-about .practice-section-head{align-items:start}
.practice-about .practice-section-head>p{padding:39px 0 0}
.practice-about .practice-approach-heading{max-width:none}
@media(max-width:760px){.practice-about .practice-section-head>p{padding-top:0}}
/* Who we serve: the same section shape, photo on the right, a rule above it like the section before. */
.about-serve{padding-top:0}
.about-serve .practice-services-in{position:relative;padding-top:clamp(60px,calc(8svh / var(--z,1)),96px)}
.about-serve .practice-services-in::before{content:'';display:block;position:absolute;top:0;bottom:auto;left:var(--rail);right:var(--rail);width:auto;height:1px;background:var(--line)}
.about-serve .practice-services-body{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)}
.about-serve .practice-services-photo{order:2}
@media(max-width:760px){.about-serve .practice-services-in{padding-top:48px}.about-serve .practice-services-body{grid-template-columns:1fr}.about-serve .practice-services-photo{order:0}}
/* 2026-09-11 copy: the body sections carry prose instead of three positions; the How photo holds its place beside the longer text. */
.about-prose{gap:19px;justify-content:center}
.about-prose p{font-size:17px;line-height:1.7;color:var(--body);max-width:62ch;margin:0}
.about-figs{color:var(--ink)}
.practice-about .practice-approach-copy p{max-width:52ch}
.practice-about .practice-approach-copy .about-q{color:var(--ink)}
.practice-about .practice-approach-photo{position:sticky;top:128px}
@media(max-width:760px){.about-prose{gap:16px}.about-prose p{font-size:16px}.practice-about .practice-approach-photo{position:static}}
