Jeremy Ponton — Senior Designer at 36th Chamber
Senior Designer

Jeremy
Ponton

Founder · Senior Designer

Over a decade behind the chair. Jeremy's work is built around balance, structure, and individuality — shaped heavily by East Asian hair culture, where every cut is designed to move, breathe, and evolve with the person wearing it. AMBA finalist. Former Heiniger ambassador. His belief is simple: hair should feel personal, effortless, and intentional. The work starts with understanding who you are, not just what you want.

Fades & Tapers Scissor Work East Asian Techniques Shape Design AMBA Finalist Colour
Book Jeremy →
Tin Hoi Wu — Hair Designer at 36th Chamber
Hair Designer

Tin
Hoi Wu

Hair Designer

Sassoon-trained and forged in high-end salons, Tin brings precision scissor technique at a level most barbers never develop. His work is architectural — cuts built around movement, weight distribution, and how hair falls naturally. Specialising in textured and alternative styles, he brings a sculptural eye to every appointment. If you've got hair that nobody quite knows what to do with, Tin knows what to do with it.

Sassoon Trained Precision Scissors Textured Hair Alternative Styles Movement & Flow
Book Tin →
Cameron Karlov — Hair Designer at 36th Chamber
Hair Designer

Cameron
Karlov

Hair Designer

Cameron comes from a barbering background — clean lines, sharp fades, and the kind of technical precision that only comes from mastering the craft at its most demanding. His work is tight, deliberate, and always finishes as a complete picture. Whether you want a skin fade or a structured shape, Cameron understands the geometry behind it.

Barber Techniques Fades & Skin Fades Clean Lines Beard Design Shape & Structure
Book Cameron →
Ready? Enter the chamber.

Book a
Session.

Tell us where you've been, where you want to go. We'll have a look, have a conversation, and get there properly. No pressure, no menu-flipping — just the work.

107A Anthony Rolfe Ave, Gungahlin ACT 2912
Tue–Fri 9am–8pm · Sat 9am–4pm · By appointment

const btn=document.getElementById('hamburger'); const drawer=document.getElementById('nav-drawer'); if(!btn||!drawer)return; btn.addEventListener('click',function(){ const open=drawer.classList.toggle('open'); btn.setAttribute('aria-expanded',open); btn.setAttribute('aria-label',open?'Close menu':'Open menu'); }); drawer.querySelectorAll('a').forEach(function(a){ a.addEventListener('click',function(){ drawer.classList.remove('open'); btn.setAttribute('aria-expanded','false'); btn.setAttribute('aria-label','Open menu'); }); }); document.addEventListener('keydown',function(e){ if(e.key==='Escape'&&drawer.classList.contains('open')){ drawer.classList.remove('open'); btn.setAttribute('aria-expanded','false'); btn.setAttribute('aria-label','Open menu'); btn.focus(); } }); })();