About us

Part of the WD Research Group, Reflections is managed by an experienced team who each share a friendly, professional, approach and sharp eye for detail. 

With backgrounds in Hospitality, IT Support and Research, we love handling the finer details — so you can stay focused on the big picture.

From your initial booking to final debrief, we’re here to support your project’s success, every step of the way.

Our Rates

Booking Type Details Cost (Exc VAT)
Single Groups x1
Day or Evening
From £500
Evening Groups x2
Access from 5:00pm
From £800
Day and Evening
Access from 9:00am to 11:00pm
From £1,200
Weekend Hire Available
Hire Supplement Applies
Available Upon Request

Included Services

Optional enhancements

Pricing available upon request

Contact the Reflections team

Location

Harefield House,
Fullshaw Estate,
Wilmslow,
Cheshire,
SK9 1PF

Call us

01625 900 745

Office hours

Mon-Thu: 9:00am- 4:30pm

Enquiry form

Facility
Location
Services
Catering
Tech
Parking

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (!target) return; const targetPosition = target.getBoundingClientRect().top + window.pageYOffset; const startPosition = window.pageYOffset; const distance = targetPosition - startPosition; const duration = 3000; // <<< SCROLL DURATION set to 3000 milliseconds (1 second) let start = null; function step(timestamp) { if (!start) start = timestamp; const progress = timestamp - start; const ease = progress / duration; const eased = ease < 1 ? ease : 1; window.scrollTo(0, startPosition + distance * eased); if (progress < duration) { window.requestAnimationFrame(step); } } window.requestAnimationFrame(step); }); });