pub fn capacity_from_age(age_years: u32, majority_age: u32) -> CapacityStatusExpand description
Derive capacity from age against a jurisdiction threshold: below majority → Impaired
(minority); at/above → Intact. Coercion is layered separately (capacity_under_pressure).