managing complex card components feels much easier when you can leverage
grid-template-rows: subgrid
to align elements across different containers. using standard flexbox for these deep hierarchies often leads to
unpredictable alignment issues in the inner rows.
>it makes the parent's track sizing finally matter for childrenstop using margin-top hacks to fix nested gaps