// How It Works — Enter your 1-rep max (PR) per lift. The calculator maps your PR against
the Strength Chart using piecewise linear interpolation across all data points, then outputs
the recommended training weight for each of the 7 set/rep schemes.
// Upper / Lower — In each scheme (e.g. 8 × 10), the first number is your
rep count for upper body lifts (bench, military press) and the second is your
rep count for lower body lifts (squat, deadlift).
Both use the same training weight — the chart gives one weight per PR per scheme.
// Range — Chart covers PRs from 60 to 720 lbs. Values outside this range are clamped.
Weights rounded to nearest 5 lbs.