Each .row is its own grid with grid-template-columns: subgrid;
its three cells align to the parent's 120pt 1fr 80pt tracks.
Every .card spans the same three parent rows with
grid-template-rows: subgrid, so the title, body and footer bands line up even though each
card's body is a different length.