pub(crate) const DYNAMIC_THRESHOLD_SLOPE_HIGH: f64 = 0.35;
Slope for “too high” case: scale grows with (rate/HIGH - 1) so we step much harder when rate is many times over target.