#brxe-3e661e {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: transparent;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}

#brxe-3e661e.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

#brxe-3e661e.bg-visible {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
document.addEventListener("DOMContentLoaded", () => {
  const header = document.querySelector("#brxe-3e661e");
  if (!header) return;

  let lastScrollY = window.scrollY;
  const threshold = 100;
  let ticking = false;

  function updateHeader() {
    const currentScrollY = window.scrollY;
    const scrollingDown = currentScrollY > lastScrollY;

    if (scrollingDown && currentScrollY > threshold) {
      header.classList.add("hide");
      header.classList.remove("bg-visible");
    } else {
      header.classList.remove("hide");
      if (currentScrollY > threshold) {
        header.classList.add("bg-visible");
      } else {
        header.classList.remove("bg-visible");
      }
    }

    lastScrollY = currentScrollY;
    ticking = false;
  }

  window.addEventListener("scroll", () => {
    if (!ticking) {
      requestAnimationFrame(updateHeader);
      ticking = true;
    }
  });
});

Food Services

BOOK A TOUR

Delicious Dining, Every Day

We’ve partnered with the Maggie Beer Foundation to bring a contemporary, best-practice dining experience to all our homes. Our chefs prepare every meal with care, using the freshest ingredients to create nourishing, home-style dishes. With a focus on choice and variety, we ensure that every mealtime is both enjoyable and satisfying.

Our dedicated and talented catering team offers delicious alternatives for residents with cultural, medical, or dietary requirements, working closely with you to ensure your individual needs are met with care and attention.

Family and friends are always welcome to join you for a meal or light refreshments— whether it’s to celebrate a special occasion or simply enjoy a relaxed family gathering.

Our dining rooms are thoughtfully designed to encourage social connection, making mealtimes a perfect opportunity to catch up with friends and share the day’s events.

Enquire Now

Let us know as much about the person requiring care as you feel comfortable with.

Form