Tucked away in the pristine beauty of the Marlborough Sounds, this remarkable log home at 710 Kenepuru Road offers a rare chance to secure a unique lifestyle property full of character, space, and possibility.
Crafted with stunning timber features and warm, natural materials throughout, the home radiates rustic charm and quality craftsmanship. With 4 spacious bedrooms, expansive open-plan living, and rich wooden finishings, it’s a home that invites comfort and creativity in equal measure.
Set on a substantial parcel of land, there’s space to breathe, grow, and explore – perfect for those seeking privacy, tranquillity, and a deep connection to nature.
While the hard work is largely done, this property presents the perfect opportunity for a buyer with vision to come in and add the finishing touches. Whether you’re dreaming of a forever family home, a secluded holiday escape, or a one-of-a-kind investment, the bones are here – all that’s missing is you.
{
console.log('Received listingsUpdated event', event.detail);
// Check if this is a load more operation
if (event.detail.isLoadMore && event.detail.newListings) {
// Add only the new listings without clearing existing ones
addNewListings(event.detail.newListings);
} else {
// Regular update - replace all listings
updateListings(event.detail.listings || []);
}
});">