The standard shader mixes detail albedo like this:
Base Albedo * ( ( 1 - Detail Mask * Detail Strength ) + Detail Albedo * 2 * Detail Mask * Detail Strength )
Which is different from HDRP albedo mixing which remaps albedo to a -1 1 range and then lerps to it.