// Reusable screen header — back button + title + Universe brand mark on the right. // Sizes match the home screen's editorial scale so every screen reads consistently // when the 2560×1600 design is scaled to a tablet. function ScreenHeader({ title, subtitle, idx }) { const t = useLoop(); const e = clamp(t/0.5); return (