The idea
align-self overrides align-items for a single item. The container still lines everyone up one way, but the item you target follows its own rule — here, dropping to the bottom of the row while its siblings stay at the top.
This level needs align-self; margin is off-limits so you cannot fake the override.