/* ============================================================
   ABOUT RAI — layout overrides (RK-ABOUT)

   Loaded AFTER style.css from _includes/base.njk, deliberately kept in
   its own file: the same rules were repeatedly lost when style.css was
   rewritten from a stale copy. Nothing else belongs in here.

   The section mirrors the "Our expertise" split exactly:
     - h2 in the left track, flush with the container's left edge
     - copy in the right track, flush with the container's right edge
   so its columns line up with `.fs-list` and the `.fs-media` panel.
   Track definition and breakpoint are copied verbatim from
   `.fsplit--ramp` in style.css — if that changes, change it here too.
   ============================================================ */
.abt-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:32px;
  max-width:none;margin-inline:0;align-items:start}
@media(min-width:960px){.abt-grid{grid-template-columns:1fr 1.15fr;
  gap:clamp(40px,5vw,80px)}}
.abt-grid > .h2{margin:0;max-width:none}
/* no px/ch caps anywhere: the tracks set the measure */
.abt-copy{max-width:none}
.abt-copy p{max-width:none}
.abt-cols p{max-width:none}
