Keep a boolean value in the Game Instance (persists for the duration of the game session) indicating whether Hardcore Mode is True.
You already have some logic checking what happens when the player dies; have it check for that boolean as well. If True load the Level 1 instead of reloading Current Level
Would that work?