using the sibling selector to trigger layout shifts is
dangerously clever , but i'm curious how you'll handle
the z-index stacking context nightmare when elements start overlapping during those track re-aligns. if we're going full parent-driven, you might need to lean heavily on
grid-template-columns: subgrid
for the nested cards too.