Why does min() often behave as a 'maximum allowed' constraint and max() as a 'minimum allowed' constraint for sizing?.box { width: min(90%, 600px); }