Fixed Column Grid with Flexible Item Sizing using `minmax()`
Create a CSS Grid layout with a fixed number of columns (e.g., 3, 4, 5) where each item maintains a minimum width but also grows proportionally to fill available space using `minmax()` and `repeat()`.