Responsive Auto-Fit Grid with `minmax()`
Create a fully responsive grid layout where items automatically adjust their number of columns based on available space, ensuring optimal display on any screen size using CSS Grid's `auto-fit` and `minmax` functions.