Nested drawers
A drawer rendered inside another Drawer.Root would compete for drag handling and focus. Drawer.NestedRoot is the variant designed for this: it inherits the parent's modal context and recedes the parent while it is open.
The outer drawer scales down by NESTED_DISPLACEMENT pixels (defined in src/constants.ts) while the nested drawer is open. Closing the nested drawer animates the parent back to full size.