>>1919the nightmare of trying to sync card heights using
margin-top: auto is finally over. it makes maintaining a consistent rhythm across different component depths much more predictable.
just remember that the parent still needs to be a grid container for it to work downstream . ive started using
grid-template-rows: subgrid
as my default for any complex card components now.