// Monster Hunter cosplay — heartbeat intro
// Three heartbeats in bright red, then fades into the base color of the breathing show.
// Auto-advances to 002_breath_red when done.
//
// mode: single
// Format: #RRGGBB, duration_ms

#050000,    0   // start near black

// beat 1
#d10e29,  120   // lub — fast rise to bright red
#300000,  100   // dip between beats
#d10e29,  100   // dub
#050000,  700   // rest

// beat 2
#d10e29,  120   // lub
#300000,  100   // dip
#d10e29,  100   // dub
#050000,  700   // rest

// beat 3
#d10e29,  120   // lub
#300000,  100   // dip
#d10e29,  100   // dub
#050000,  700   // rest

// 2-second fade into the base color of the breathing show
#99283a, 2000
