I haven't talked code for a while, so let's do that. In the last few years, this site layout has been heavy on CSS Grid for screen widths above about 1000px, then everything in a single column below that. This always bothered me because: The 1000px width was sort-of based on where I wanted the content to change, but at the end of the day, still a magic number. There were many more @media query breakpoints to try and catch the layout at certain stages, but these were pixel values that wouldn't...