For interpolation, https://drafts.csswg.org/css-values-4/#combining-values says:
These operations are only defined on computed values.
While https://drafts.csswg.org/css-values-4/#calc-computed-value says:
The computed value of a min(), max(), or clamp() function is the comma-separated list of expressions, with each expression having all its component computed.
So their computed values are not numbers, and there's no straightforward way to interpolate them. Should this be explicitly specified?