Where We Are Building

Our Developments.

Two live developments across Kent and Surrey. Click through to explore house types and register your interest.

Koru Gardens
Launching Soon
Chiddingstone Causeway, Kent

Koru Gardens

A selection of 2, 3 and 4 bedroom family homes in one of Kent's most sought-after villages. Open market sale.

Homes
2, 3 & 4 bed
Tenure
Open market
Status
Launching soon
Caterham
Coming 2026
Caterham-on-the-Hill, Surrey

Caterham, Surrey

A distinguished collection of 4 and 5 bedroom executive family homes. Open market sale.

Homes
4 & 5 bed
Tenure
Open market
Status
Coming 2026
const burg=document.getElementById('burg');const mn=document.getElementById('mnav'); if(burg){burg.addEventListener('click',()=>{burg.classList.toggle('open');mn.classList.toggle('open');document.body.style.overflow=mn.classList.contains('open')?'hidden':'';});} function closeNav(){if(burg){burg.classList.remove('open');mn.classList.remove('open');document.body.style.overflow='';}} window.addEventListener('scroll',()=>{const n=document.getElementById('mainnav');if(n)n.style.boxShadow=window.scrollY>10?'0 2px 24px rgba(0,0,0,.12)':'0 1px 16px rgba(0,0,0,.06)';}); function openEQ(dev,type){document.getElementById('eq-modal').classList.add('open');document.getElementById('eq-dev').value=dev;document.getElementById('eq-type').value=type||'';document.getElementById('eq-tag').innerHTML=''+dev+''+(type?' · '+type:'');document.getElementById('eq-form').style.display='block';document.getElementById('eq-ok').style.display='none';document.body.style.overflow='hidden';} function closeEQ(){document.getElementById('eq-modal').classList.remove('open');document.body.style.overflow='';} document.addEventListener('click',e=>{if(e.target.id==='eq-modal')closeEQ();}); async function submitEQ(e){e.preventDefault();const btn=document.getElementById('eq-btn');btn.disabled=true;btn.textContent='Sending...';const dev=document.getElementById('eq-dev').value;const type=document.getElementById('eq-type').value;const first=document.getElementById('eq-first').value;const last=document.getElementById('eq-last').value;const email=document.getElementById('eq-email').value;const phone=document.getElementById('eq-phone').value;const msg=document.getElementById('eq-msg').value; try{await fetch('https://formspree.io/f/YOUR_FORM_ID',{method:'POST',headers:{'Content-Type':'application/json','Accept':'application/json'},body:JSON.stringify({_subject:'Enquiry: '+dev+(type?' — '+type:'')+' — '+first+' '+last,Development:dev,HouseType:type,FirstName:first,LastName:last,Email:email,Phone:phone,Message:msg})});}catch(err){console.warn(err);} document.getElementById('eq-form').style.display='none';document.getElementById('eq-ok').style.display='block';document.getElementById('eq-ok-name').textContent=first;document.getElementById('eq-ok-dev').textContent=dev;}