function FacilitiesPage({ openTour }) { const facilities = [ { t: 'Light-filled classrooms', s: 'Each with attached bathrooms and an age-appropriate library — calm, well-organised, never overcrowded.', img: 'media/gallery-09.webp', color: 'var(--c-magenta)' }, { t: 'Expanded baby unit', s: 'A dedicated, quiet baby room for our youngest — with a separate sleep area and feeding zone.', img: 'media/curriculum-01.webp', color: 'var(--c-teal)' }, { t: 'Sensory break-out space', s: 'For regulation, calm-down and 1:1 work — gentle lighting, textures, and a focus on the whole child.', img: 'media/gallery-04.webp', color: 'var(--c-green)' }, { t: 'Outdoor garden', s: 'Climbing area, tricycle track, gardening/vegetable-planting patch, mud-play kitchen, and a rabbit enclosure.', img: 'media/gallery-05.webp', color: 'var(--c-red)' }, { t: 'Reading nooks & library', s: 'Cosy reading dens with curated books that reflect every child in the room.', img: 'media/gallery-10.webp', color: 'var(--c-sun)' }, { t: 'Art & creative studio', s: 'A dedicated studio for painting, clay, collage and the long messy projects that great early-years art needs.', img: 'media/curriculum-02.webp', color: 'var(--c-sky)' }, ]; return (
Children playing at IDEA
Facilities

Spaces that invite curiosity — indoors and out.

{facilities.map((f, i) => (
{f.t}

{f.t}

{f.s}

))}

Facility details reported by third-party reviewers (WhichSchoolAdvisor, SchoolsCompared) — to be confirmed with the centre before publishing.

{/* Safeguarding strip */}

Safeguarding first.

We publish photography of our environment and group activities. Identifiable photos of individual children only appear with explicit written consent from families — and can be withdrawn at any time. Our team is briefed termly on child-safeguarding standards.

{/* Gallery scroller */}
{['gallery-01.webp','gallery-02.webp','gallery-03.webp','gallery-04.webp','gallery-05.webp','gallery-06.webp','gallery-07.webp','gallery-08.webp'].map(g => (
))}
); } window.FacilitiesPage = FacilitiesPage;