Metronome
BUILT FOR EVERYONE
RACE AT YOUR PACE
SET YOUR RHYTHM
PRETTY HUGE · BGC
What is Metronome

a community fitness racing league based in Bonifacio Global City, Manila,
hosted at Pretty Huge – an Official HYROX Training Partner at SM Aura.

Season structure

Every SEASON spans 7 weeks, featuring a different race each week.

Midway through the season, you'll take on a dedicated Recovery Week with a different training program designed to help you recover, reset, and finish the season strong.

Race format

A RACE consists of 3 functional fitness stations, each separated by a flight of stairs and a 400m run on an elevated track. After completing all 3 stations, athletes will go up the stair for the Finisher Workout followed by another 400m run before going down to the finish line.

Who is Metronome for

Metronome is for EVERYONE. Whether you're starting your fitness journey or already living an active lifestyle, Metronome lets you move at your own pace while still making every achievement feel earned.

Ready to build healthier habits?

SIGN UP NOW →
— 2 color only, graphic SVG drawings var BADGE_DEFS = [ { label:'Finisher', sub:'Completed Race 6', bg:'#D43C0C', // orange svg:'' }, { label:'Season 01', sub:'Full season complete', bg:'#3D28BB', // purple svg:'' }, { label:'First Race', sub:'Race 01 complete', bg:'#1A1714', // dark svg:'' }, { label:'Full Season', sub:'All 6 races', bg:'#155C2C', // green-dark svg:'' }, { label:'Podium', sub:'Top 3 finish', bg:'#7C2020', // red-dark svg:'' }, { label:'Corporate Athlete', sub:'Personal best · Race 6', bg:'#2A2927', // dark cream bg svg:'✳ C.A.' }, ]; var grid = document.getElementById('badge-sticker-grid'); if(grid) { grid.style.gridTemplateColumns = 'repeat(2,1fr)'; // On wider screens, 3 or 6 cols if(window.innerWidth >= 900) grid.style.gridTemplateColumns = 'repeat(6,1fr)'; else if(window.innerWidth >= 500) grid.style.gridTemplateColumns = 'repeat(3,1fr)'; grid.innerHTML = BADGE_DEFS.map(function(b, i) { var rot = (i%2===0 ? 1:-1) * (Math.floor(i/2)+1) * 1.5; return '
' +'
' +b.svg +'
' +''+b.label+'' +'
'; }).join(''); // Responsive resize window.addEventListener('resize', function(){ if(window.innerWidth>=900) grid.style.gridTemplateColumns='repeat(6,1fr)'; else if(window.innerWidth>=500) grid.style.gridTemplateColumns='repeat(3,1fr)'; else grid.style.gridTemplateColumns='repeat(2,1fr)'; }); }