stdClass Object
(
[id] => 218
[title] => From Patagonia to the Atacama: Lou's Three Weeks in Chile
[alias] => three-weeks-in-chile
[introtext] => Still glowing from three unforgettable weeks in Chile, our expert Lou is back with stories, tips and inspiration for anyone dreaming of exploring this incredible (long!) country. Travelling alongside Gabby from our marketing team, Lou journeyed the full length of Chile . From the dramatic peaks of Torres del Paine in the far south to the otherworldly salt flats and flamingo-filled lagoons of the Atacama Desert in the north. In her own words, here’s Lou’s account of her time in Chile. With everything from puma tracking and gaucho rides to bar hopping in Santiago, soaking in natural hot springs, it's not tough to see why this long, thin slice of South America has captured her heart. Where did you go? We spent three weeks in Chile , exploring the incredible highlights of the country, from its extreme south all the way to the north. We discovered quirky coastal towns, wineries and hip capital city neighbourhoods in the Central Valley. We hired a car ('Chunky Cherry' was her name!) and set off on a self-drive journey through the pretty alpine Lakes District and Chiloé Island, driving among volcanoes, Araucaria forests, and islands. Next, we journeyed to the spectacular Patagonia region to explore Torres del Paine in the far south with its wildlife, glaciers, granite peaks and working gaucho ranches. To finish, we flew up to the driest desert in the world, the Atacama, with lunar-like landscapes, even more volcanoes, salt flats and lakes full of flamingos. A couple of nights in the buzzing city of Santiago was the perfect way to round off an action-packed Chile trip. Lou in Patagonia What did you get up to? There are so many experiences that I could share, but some of my highlights would include: Finding out more about the traditional Mapuche culture in Pucon. Discovering how the incredible and intricate street art is created in Valparaiso’s hills with a local artist. Seeing a huge pod of dolphins jumping out of the ocean by zodiac off Chiloé Island. The dolphin sighting was only topped by a distant but still clear sighting of a magnificent puma in Torres del Paine, followed by a very close condor fly-past! Riding with local gauchos and learning about the rituals of drinking mate. We did so much beautiful hiking in forests, through desert canyons and enjoyed some incredible natural hot spring soaks. Array ( [0] => stdClass Object ( [title] => [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_5695.jpg [height] => 3024 [width] => 4032 [alt] => ) [alt] => [item_type] => image [caption] => Wine tasting in Chile ) [1] => stdClass Object ( [title] => [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_8291.jpg [height] => 3939 [width] => 2945 [alt] => ) [alt] => [item_type] => image [caption] => Fort Canning Park ) [2] => stdClass Object ( [title] => Santiago [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_8865.jpg [height] => 3024 [width] => 4032 [alt] => ) [alt] => [item_type] => image [caption] => Lou exploring Santiago ) [3] => stdClass Object ( [title] => Chiloe-Island [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_6866.jpg [height] => 4032 [width] => 3024 [alt] => ) [alt] => [item_type] => image [caption] => Adventures on Chiloe Island ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Fort Canning Park and Maxwells Food Centre Did you discover any secret spots you can tell us about? On this trip to Chile , I really wanted to go beyond the usual and explore a little deeper. On a bar-hopping tour in Santiago, we found some local districts of the city that I didn’t know about, such as Barrio Italia, as well as some real gems for live music and great empanadas! The area of Puerto Natales outside of Torres del Paine National Park isn’t just a gateway to the park but also has some wonderful spots of its own that are generally much quieter, such as an amazing local estancia where you can ride with the local gaucho family. Chiloe Island was also an amazing revelation as it's so easy to reach via drive-on car ferry from the mainland and has so many wonderful little towns, villages and pretty churches to explore via the Circuito de Iglesias – it's more than worthy of a bit of extra time here if you have it! Lou heading off on a cycling tour around the streets of Santiago Talk to us about the food Chile is known for its incredible food and wine and we had many chances to taste plenty of local specialities throughout the trip, such as locos (not for me but the locals love them!), sopaipillas (a different recipe in each region), empanadas, moto con huesillas in Santiago, the biggest mussels I have ever seen in Chiloe, guanaco carpaccio in Patagonia, and a huge amount of Patagonian lamb. I adore fish ceviche, and it's absolutely the best quality here, thanks to LOTS of coast. The Carménère red wine is very delicious – Chile's unique grape. Carménère has such a great story... it was thought to be extinct after France’s 19th-century phylloxera outbreak, only to be rediscovered years later thriving among Merlot vines in Chile’s Central Valley. It’s now one of the country’s signature reds – rich, smooth and absolutely delicious. I also really recommend a Pisco Sour (we sampled our fair share!), which could have all sorts of flavours depending on where you find yourself. Rica Rica flavour in the north (also a great tea herb for altitude), spiced in a chic capital city bar or with Calafate berries in the south – legend says you will return, if you eat these berries! Gabby was eating as many as she could get her hands on. Perhaps my favourite meal was the steaming bowl of Ajiaco we were served at Cerro Guido. It's proper Chilean comfort food, usually consisting of beef, potatoes and veg in a delicious broth, followed by a stunning chocolate and chilli dessert – one of many memorable meals! After three weeks in Chile sampling all of the delicious food and wine, you can bet we were both rolling home! Array ( [0] => stdClass Object ( [title] => [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_6753.jpg [height] => 4032 [width] => 3024 [alt] => ) [alt] => [item_type] => image [caption] => ) [1] => stdClass Object ( [title] => [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_6064-3.jpg [height] => 4032 [width] => 3024 [alt] => ) [alt] => [item_type] => image [caption] => ) [2] => stdClass Object ( [title] => Santiago [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_6570.jpg [height] => 4032 [width] => 3024 [alt] => ) [alt] => [item_type] => image [caption] => ) [3] => stdClass Object ( [title] => [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_7655.jpg [height] => 3024 [width] => 4032 [alt] => ) [alt] => [item_type] => image [caption] => ) [4] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_8724-2.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [5] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_8524.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [6] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_5658.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [7] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_7249-2.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Just some of the incredible dishes Lou sampled over three weeks in Chile Where was your favourite stay? Over our three weeks in Chile , we were lucky enough to stay at some truly remarkable places and properties. For sheer luxury and service as well as location, though, I think these are the standouts for me. Refugia Chiloe, just outside of Castro, looks out over neighbouring islands and the sea, with a background of volcanoes on a clear day. We were lucky enough to head out on their private boat for a day of adventures. When Gabby kayaked, I took a zodiac boat ride and a huge pod of dolphins come to greet us. A highlight of the trip for me for sure! Lou raising a glass to her adventures at Refugia Chiloe Array ( [0] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/3s9a3853.jpg [height] => 6720 [width] => 4480 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [1] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6625.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [2] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6702.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6723.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [4] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6611.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => left [caption] => Lou on the Williche ) [5] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6736.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [6] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6641.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Lou and Gabby on the Williche ) [7] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6669.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The beautiful Williche deck ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Boat day adventures on the Williche, Refugia's private traditional boat. Another favourite – as I find it impossible to choose between them – is the very special Tierra Atacama in the Atacama Desert. I've been lucky enough to stay here before, but a complete transformation of the property, finished earlier this year, has made it absolutely spectacular. The staff, ambience, food and guides are all brilliant. I especially loved the stargazing at night, wrapped up in a beautiful alpaca poncho, and our soak in the natural river canyon hotsprings. The stunning volcano-view poolside at Tierra Array ( [0] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_5990.jpg [height] => 5712 [width] => 4284 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => A trek to the base of a canyon followed by a soak in the hotsprings ) [1] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_8499-2.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Lou and Gabby exploring Valle de la Luna ) [2] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_8494.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Representing HA in Atacama's Moon Valley ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_8641.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Desert sundowners ) [4] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6341.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Stargazing at Tierra Atacama ) [5] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6356.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => A view of our incredible moon through the impressive telescope ) [6] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_8588-2.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The flamingo salt flats ) [7] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_8646.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Two very happy members of Team HA ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Desert adventures with Tierra Atacama Oh, and then there's the working ranch in southern Patagonia, Estancia Cerro Guido, where we learned more about their incredible Conservation Foundation, and I saw my first puma. You see, it is very hard to choose! A view over Torres Del Paine at sunset, from the beautiful Estancia Cerro Guido What was your most unforgettable interaction on your trip? I think my most meaningful conversation – me in a bit of pidgin Spanish and her peppering the conversation with Mapudungun words as well! – was with Nicadella at her home in the Mapuche community of Quetroleufu, just outside of Pucón. The Mapuche culture is one where the chief female leader takes one of spiritual guidance to the community. She is not chosen but decides over time that she's the person who has that calling and then naturally takes her place when the previous female leader passes away. It's a fascinating culture of tolerance, patience and respect for and harmony with nature. They would never take more food from the garden than they need or kill animals for food without using it all. I took away many lessons from her. Also, the authentic and wonderful connection we made with our brilliant guide Scarlett needs a mention here. After a day of adventures together, she wanted to show us her beautiful home and community. After which, we all enjoyed a lovely dinner in Pucon town together. The wonderful Nicadella at her home in the Mapuche community of Quetroleufu Array ( [0] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6067.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => top [caption] => The wonderful Jenni with four traditional glasses of Muday ) [1] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/b56c2d3e-1453-4e89-8d1d-657158f74f4e.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Sharing a traditional Mapuche drink of Muday with Jenni, Nicadella's daughter ) [2] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6064.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The most delicious Mapuche lunch of Pusco (like a stew with beef and barley grain) and delicious sopaipillas ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6077.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The wonderful Nikadella, teaching us how they traditionally weave ) [4] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/19f38be3-d01a-4158-b0ba-0b24d2c5b316.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => We played a traditional game of 'palin'. The score was 1-1 Chile/England! ) [5] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6126.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Exploring Villarica National Park with our guide, Scarlett ) [6] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6250.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Scarlett invited us over to see her home and community in Pucon ) [7] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6277-2.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => A delicious dinner together in Pucon after a day of exploring ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); What was your ultimate highlight? I'm extremely passionate about wildlife and conservation, so I have to talk about the puma we saw in southern Patagonia, of course! I also had a dream that I'd see a puma finally in this part of the world, and on this trip to Chile , it came true! Sightings have become more common in the Torres del Paine area, where the cats are now protected. However, outside the park, pressures of farming and livestock preservation mean they are still being killed in significant numbers. We arrived at Estancia Cerro Guido on the edge of Torres del Paine park and were keen to learn more about their Conservation Foundation (funded by us lodge guests) and see a puma, of course! Cerro Guido's project is monitoring these magnificent creatures, tagging and studying them to gain more insight into their patterns and behaviour and also trialling new initiatives to help farmers, livestock and wild cats live in harmony without the need for killing puma. On our first morning here, we had the chance to head out with tracker Diego to see if we could see, without disturbing, one of these elusive animals. After a couple of hours and a hike through very prickly black bush and scrub, we finally managed to see a female pop her head up several times through the bush to check us out. We were on foot and perhaps 50 metres away – and it was an absolutely riveting moment etched in my memory. We then left quietly, leaving her alone to her rest. Magic. As if that wasn't enough for the morning, whilst having breakfast at the top of a viewpoint, a condor appeared out of nowhere, swooping towards us as if coming into land. Then it swooped to the right and flew below us! Looking down on a condor is a very rare privilege; our guide Pablo was beside himself! A very happy Lou having a post-puma-spot lunch with our guide, Pablo Array ( [0] => stdClass Object ( [title] => fort-canning-2 [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.49.17.png [height] => 1480 [width] => 2232 [alt] => ) [alt] => [item_type] => image [caption] => The most amazing sunrise over the conservation park ) [1] => stdClass Object ( [title] => maxwells [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.49.33.png [height] => 1480 [width] => 2226 [alt] => ) [alt] => [item_type] => image [caption] => And we were treated to a double rainbow! ) [2] => stdClass Object ( [title] => maxwells-gyoza [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.02.png [height] => 1476 [width] => 2226 [alt] => ) [alt] => [item_type] => image [caption] => Off to see if we could spot a puma ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.16.png [height] => 1480 [width] => 2222 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Our puma spot! She was much clearer through the binoculars, but if you look above Diego's head, and slightly to the left, you'll see her little ears poking up ) [4] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.24.png [height] => 1488 [width] => 2220 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Our group getting a good look from a safe distance ) [5] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.40.png [height] => 1480 [width] => 2234 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Diego, our expert Puma tracker, explaining where he saw her last ) [6] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.56.png [height] => 1484 [width] => 2226 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => A well-earned breakfast spot (with a serious view!) ) [7] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.58.44.png [height] => 1482 [width] => 2226 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Diego seeing if he can spot us another puma ) [8] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.58.56.png [height] => 1486 [width] => 2228 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Our Lou, all wrapped up for more adventures ) [9] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-14.02.32.png [height] => 1384 [width] => 2058 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Looking down on a condor ) [10] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-14.04.32.png [height] => 1482 [width] => 2224 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Checking the cameras for any sightings to report ) [11] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-14.03.44.png [height] => 1482 [width] => 2226 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => One final look before it's time to head back to the estancia ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: block; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); An unforgettable morning with Estancia Cerro Guido What did you learn on this trip? I was able to really see how easy it is still to explore certain parts of Chile by yourself, with your own vehicle, if you have a sense of adventure and a willingness to learn a few bits of Spanish. The Lakes District is a particularly good example, and we have lots of useful tips on what to do when you get to the petrol station or what it's like to cross by car ferry from the mainland to Chiloe Island. The Chilean character is also more akin to ours than perhaps other more lively Latino nations, with their generally diffident, friendly and kind demeanour (this even extends to the driving behaviour!), their political and historically turbulent past and their gentle pride in their traditional roots and customs. Geography has also had a huge part to play in this, as they feel somehow different to their neighbours, cut off by the Andes to the North and East. All this makes it such a fascinating and exciting country to visit, with some dramatic landscapes and cultural contrasts, all alongside comforting elements of the familiar. Spending three weeks in Chile is something I'd recommend to everyone! Array ( [0] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6038.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => When we first met Chunky Cherry ) [1] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6410.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [2] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6427.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The beautiful road to Refugia Chiloe (Disclaimer: We were pulled over when this was taken!) ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6916.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Chunky Cherry parked up in Castro ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Driving our trusty steed around the Chilean Lakes What would you say is Chile's most unmissable spot? Torres del Paine is just completely and utterly breathtaking, and it's the country’s most iconic national park for very good reason. Anyone who loves scenery, wildlife (puma, condor, rheas, guanaco, fox, armadillo, Patagonian hare and more), outdoor pursuits from riding to hiking and glaciers and mountains will be very happy to be here. You don’t need to stay in the park itself, and there are some of my favourite lodges on its outskirts, but you certainly should take some time to hike, ride or join a 4x4 driving safari to see this simply beautiful landscape. The photos will NEVER do justice to this amazing place. Lou and Gabby in Torres del Paine National Park Array ( [0] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/3s9a6308.jpg [height] => 1365 [width] => 2048 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [1] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_7958.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [2] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_7939.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_8200.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Adventures in Torres del Paine What's your top tip for exploring Chile? It's really useful to have a local E-SIM card so you always have access to internet outside of hotels. This really comes into its own if you decide to self-drive in any areas, as using Google Maps is usually the easiest way to navigate when driving. We can arrange one for you in advance, as a part of your itinerary, for ease. I would also recommend buying a Bip! Card in Santiago if you plan on using the Metro system to get around the city by yourselves, similar to the Oyster card system used in London. Lou exploring the Chilean winelands When's the best time to go to Chile? In order to be able to visit all regions from north to south, it's generally best to plan your Chile holiday to avoid the austral winter from June to September. High summer is December to February, which is the peak holidays for locals and the capital city and desert are very hot, with parks and roads at their most crowded. So, while this is a good time to go in terms of weather, I think we can do better! My personal favourite times to visit Chile are in the shoulder seasons in spring or autumn (October to November or March to April) as these months offer better value, it’s quieter in most places, and generally you'll still get mostly great weather. (Although you absolutely have to expect four seasons in a day in Patagonia – at any time of year! We had bright sunshine, rain and snow all within two hours!) After three weeks in Chile, having the most incredible time on the road, Lou’s come home with a head full of stories, a camera roll packed with inspiration, and plenty of ideas for how to help you experience Chile at its best. From puma tracking in Patagonia to island-hopping around Chiloe and stargazing in the Atacama, her travels have given her an even deeper understanding of what makes this country so special, and how to make your holiday unforgettable to match. Chat to Lou ZEN_HOLIDAY_PACK_YOUR_BAGS ZEN_HOLIDAY_SPEAK_TO_SPECIALIST ZEN_HOLIDAY_GET_A_QUOTE ZEN_HOLIDAY_TEL ZEN_HOLIDAY_OPEN_HOURS
[fulltext] => Still glowing from three unforgettable weeks in Chile, our expert Lou is back with stories, tips and inspiration for anyone dreaming of exploring this incredible (long!) country. Travelling alongside Gabby from our marketing team, Lou journeyed the full length of Chile . From the dramatic peaks of Torres del Paine in the far south to the otherworldly salt flats and flamingo-filled lagoons of the Atacama Desert in the north. In her own words, here’s Lou’s account of her time in Chile. With everything from puma tracking and gaucho rides to bar hopping in Santiago, soaking in natural hot springs, it's not tough to see why this long, thin slice of South America has captured her heart. Where did you go? We spent three weeks in Chile , exploring the incredible highlights of the country, from its extreme south all the way to the north. We discovered quirky coastal towns, wineries and hip capital city neighbourhoods in the Central Valley. We hired a car ('Chunky Cherry' was her name!) and set off on a self-drive journey through the pretty alpine Lakes District and Chiloé Island, driving among volcanoes, Araucaria forests, and islands. Next, we journeyed to the spectacular Patagonia region to explore Torres del Paine in the far south with its wildlife, glaciers, granite peaks and working gaucho ranches. To finish, we flew up to the driest desert in the world, the Atacama, with lunar-like landscapes, even more volcanoes, salt flats and lakes full of flamingos. A couple of nights in the buzzing city of Santiago was the perfect way to round off an action-packed Chile trip. Lou in Patagonia What did you get up to? There are so many experiences that I could share, but some of my highlights would include: Finding out more about the traditional Mapuche culture in Pucon. Discovering how the incredible and intricate street art is created in Valparaiso’s hills with a local artist. Seeing a huge pod of dolphins jumping out of the ocean by zodiac off Chiloé Island. The dolphin sighting was only topped by a distant but still clear sighting of a magnificent puma in Torres del Paine, followed by a very close condor fly-past! Riding with local gauchos and learning about the rituals of drinking mate. We did so much beautiful hiking in forests, through desert canyons and enjoyed some incredible natural hot spring soaks. Array
(
[0] => stdClass Object
(
[title] =>
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/fort-canning.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2026/01/19/img_5695.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[alt] =>
[item_type] => image
[caption] => Wine tasting in Chile
)
[1] => stdClass Object
(
[title] =>
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2026/01/19/img_8291.jpg
[height] => 3939
[width] => 2945
[alt] =>
)
[alt] =>
[item_type] => image
[caption] => Fort Canning Park
)
[2] => stdClass Object
(
[title] => Santiago
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2026/01/19/img_8865.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[alt] =>
[item_type] => image
[caption] => Lou exploring Santiago
)
[3] => stdClass Object
(
[title] => Chiloe-Island
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2026/01/19/img_6866.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[alt] =>
[item_type] => image
[caption] => Adventures on Chiloe Island
)
)
Show More
@media (min-width: 1200px) {
#zen-gallery-expand {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#zen-gallery-expand {
display: none;
}
}
@media (max-width: 767px) {
#zen-gallery-expand {
display: none;
}
}
document.addEventListener("DOMContentLoaded", function() {
const videos = document.querySelectorAll(".zen-gallery-video");
videos.forEach(function(img, index) {
if (!img.getAttribute("src") || img.getAttribute("src") === "/") {
img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading...";
const video = document.createElement("video");
video.crossOrigin = "anonymous";
video.muted = true;
video.preload = "auto";
const videoUrl = decodeURIComponent(img.dataset.videoSrc);
let isProcessing = false;
let errorTimeout;
errorTimeout = setTimeout(() => {
if (!isProcessing) {
video.remove();
}
}, 5000);
video.addEventListener("canplay", function() {
if (isProcessing) return;
isProcessing = true;
clearTimeout(errorTimeout);
video.currentTime = 0.1; // just a tiny bit in
});
video.addEventListener("error", function(e) {
console.error("Video load error:", e.target.error.message);
video.remove();
img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+";
});
video.addEventListener("seeked", function() {
if (!isProcessing) return;
const canvas = document.createElement("canvas");
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
try {
canvas.getContext("2d").drawImage(video, 0, 0);
const dataUrl = canvas.toDataURL("image/jpeg", 0.8);
img.setAttribute("src", dataUrl);
} catch(e) {
console.error("Failed to generate thumbnail:", e);
}
video.remove();
canvas.remove();
});
// Add media fragment to only load first second
video.src = `${videoUrl}#t=0,1`;
video.load();
}
});
});
document.addEventListener("click", function(e) {
if (e.target.matches(".zen-gallery-expand")) {
const items = document.querySelectorAll(".zen-gallery-item");
items.forEach((item, index) => {
if (index >= 12) {
item.classList.toggle("d-xl-none");
}
if (index >= 9) {
item.classList.toggle("d-md-none");
item.classList.toggle("d-xl-block");
}
if (index >= 6) {
item.classList.toggle("d-none");
item.classList.toggle("d-md-block");
}
});
const anyHidden = Array.from(items).some(item =>
item.classList.contains("d-none") ||
item.classList.contains("d-md-none") ||
item.classList.contains("d-xl-none")
);
e.target.textContent = anyHidden ? "Show More" : "Show Less";
if (anyHidden) {
const expandButton = document.getElementById("zen-gallery-expand");
const rect = expandButton.getBoundingClientRect();
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
window.scrollTo({
top: rect.top + scrollTop - 200,
behavior: "instant"
});
}
}
});
Lou and Gabby's Chilean adventures (and smiles!) Did you discover any secret spots you can tell us about? On this trip to Chile , I really wanted to go beyond the usual and explore a little deeper. On a bar-hopping tour in Santiago, we found some local districts of the city that I didn’t know about, such as Barrio Italia, as well as some real gems for live music and great empanadas! The area of Puerto Natales outside of Torres del Paine National Park isn’t just a gateway to the park but also has some wonderful spots of its own that are generally much quieter, such as an amazing local estancia where you can ride with the local gaucho family. Chiloe Island was also an amazing revelation as it's so easy to reach via drive-on car ferry from the mainland and has so many wonderful little towns, villages and pretty churches to explore via the Circuito de Iglesias – it's more than worthy of a bit of extra time here if you have it! Lou heading off on a cycling tour around the streets of Santiago Talk to us about the food Chile is known for its incredible food and wine and we had many chances to taste plenty of local specialities throughout the trip, such as locos (not for me but the locals love them!), sopaipillas (a different recipe in each region), empanadas, moto con huesillas in Santiago, the biggest mussels I have ever seen in Chiloe, guanaco carpaccio in Patagonia, and a huge amount of Patagonian lamb. I adore fish ceviche, and it's absolutely the best quality here, thanks to LOTS of coast. The Carménère red wine is very delicious – Chile's unique grape. Carménère has such a great story... it was thought to be extinct after France’s 19th-century phylloxera outbreak, only to be rediscovered years later thriving among Merlot vines in Chile’s Central Valley. It’s now one of the country’s signature reds – rich, smooth and absolutely delicious. I also really recommend a Pisco Sour (we sampled our fair share!), which could have all sorts of flavours depending on where you find yourself. Rica Rica flavour in the north (also a great tea herb for altitude), spiced in a chic capital city bar or with Calafate berries in the south – legend says you will return, if you eat these berries! Gabby was eating as many as she could get her hands on. Perhaps my favourite meal was the steaming bowl of Ajiaco we were served at Cerro Guido. It's proper Chilean comfort food, usually consisting of beef, potatoes and veg in a delicious broth, followed by a stunning chocolate and chilli dessert – one of many memorable meals! After three weeks in Chile sampling all of the delicious food and wine, you can bet we were both rolling home! Array
(
[0] => stdClass Object
(
[title] =>
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/fort-canning.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2026/01/19/img_6753.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[alt] =>
[item_type] => image
[caption] =>
)
[1] => stdClass Object
(
[title] =>
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2026/01/19/img_6064-3.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[alt] =>
[item_type] => image
[caption] =>
)
[2] => stdClass Object
(
[title] => Santiago
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2026/01/19/img_6570.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[alt] =>
[item_type] => image
[caption] =>
)
[3] => stdClass Object
(
[title] =>
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2026/01/19/img_7655.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[alt] =>
[item_type] => image
[caption] =>
)
[4] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2026/01/19/img_8724-2.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[5] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2026/01/19/img_8524.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[6] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2026/01/19/img_5658.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[7] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2026/01/19/img_7249-2.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
)
Show More
@media (min-width: 1200px) {
#zen-gallery-expand {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#zen-gallery-expand {
display: none;
}
}
@media (max-width: 767px) {
#zen-gallery-expand {
display: block;
}
}
document.addEventListener("DOMContentLoaded", function() {
const videos = document.querySelectorAll(".zen-gallery-video");
videos.forEach(function(img, index) {
if (!img.getAttribute("src") || img.getAttribute("src") === "/") {
img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading...";
const video = document.createElement("video");
video.crossOrigin = "anonymous";
video.muted = true;
video.preload = "auto";
const videoUrl = decodeURIComponent(img.dataset.videoSrc);
let isProcessing = false;
let errorTimeout;
errorTimeout = setTimeout(() => {
if (!isProcessing) {
video.remove();
}
}, 5000);
video.addEventListener("canplay", function() {
if (isProcessing) return;
isProcessing = true;
clearTimeout(errorTimeout);
video.currentTime = 0.1; // just a tiny bit in
});
video.addEventListener("error", function(e) {
console.error("Video load error:", e.target.error.message);
video.remove();
img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+";
});
video.addEventListener("seeked", function() {
if (!isProcessing) return;
const canvas = document.createElement("canvas");
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
try {
canvas.getContext("2d").drawImage(video, 0, 0);
const dataUrl = canvas.toDataURL("image/jpeg", 0.8);
img.setAttribute("src", dataUrl);
} catch(e) {
console.error("Failed to generate thumbnail:", e);
}
video.remove();
canvas.remove();
});
// Add media fragment to only load first second
video.src = `${videoUrl}#t=0,1`;
video.load();
}
});
});
document.addEventListener("click", function(e) {
if (e.target.matches(".zen-gallery-expand")) {
const items = document.querySelectorAll(".zen-gallery-item");
items.forEach((item, index) => {
if (index >= 12) {
item.classList.toggle("d-xl-none");
}
if (index >= 9) {
item.classList.toggle("d-md-none");
item.classList.toggle("d-xl-block");
}
if (index >= 6) {
item.classList.toggle("d-none");
item.classList.toggle("d-md-block");
}
});
const anyHidden = Array.from(items).some(item =>
item.classList.contains("d-none") ||
item.classList.contains("d-md-none") ||
item.classList.contains("d-xl-none")
);
e.target.textContent = anyHidden ? "Show More" : "Show Less";
if (anyHidden) {
const expandButton = document.getElementById("zen-gallery-expand");
const rect = expandButton.getBoundingClientRect();
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
window.scrollTo({
top: rect.top + scrollTop - 200,
behavior: "instant"
});
}
}
});
Just some of the incredible dishes Lou sampled over three weeks in Chile Where was your favourite stay? Over our three weeks in Chile , we were lucky enough to stay at some truly remarkable places and properties. For sheer luxury and service as well as location, though, I think these are the standouts for me. Refugia Chiloe, just outside of Castro, looks out over neighbouring islands and the sea, with a background of volcanoes on a clear day. We were lucky enough to head out on their private boat for a day of adventures. When Gabby kayaked, I took a zodiac boat ride and a huge pod of dolphins come to greet us. A highlight of the trip for me for sure! Lou raising a glass to her adventures at Refugia Chiloe Array
(
[0] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/3s9a3853.jpg
[height] => 6720
[width] => 4480
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[1] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6625.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[2] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6702.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[3] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6723.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[4] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6611.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => left
[caption] => Lou on the Williche
)
[5] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6736.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[6] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6641.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Lou and Gabby on the Williche
)
[7] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6669.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => The beautiful Williche deck
)
)
Show More
@media (min-width: 1200px) {
#zen-gallery-expand {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#zen-gallery-expand {
display: none;
}
}
@media (max-width: 767px) {
#zen-gallery-expand {
display: block;
}
}
document.addEventListener("DOMContentLoaded", function() {
const videos = document.querySelectorAll(".zen-gallery-video");
videos.forEach(function(img, index) {
if (!img.getAttribute("src") || img.getAttribute("src") === "/") {
img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading...";
const video = document.createElement("video");
video.crossOrigin = "anonymous";
video.muted = true;
video.preload = "auto";
const videoUrl = decodeURIComponent(img.dataset.videoSrc);
let isProcessing = false;
let errorTimeout;
errorTimeout = setTimeout(() => {
if (!isProcessing) {
video.remove();
}
}, 5000);
video.addEventListener("canplay", function() {
if (isProcessing) return;
isProcessing = true;
clearTimeout(errorTimeout);
video.currentTime = 0.1; // just a tiny bit in
});
video.addEventListener("error", function(e) {
console.error("Video load error:", e.target.error.message);
video.remove();
img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+";
});
video.addEventListener("seeked", function() {
if (!isProcessing) return;
const canvas = document.createElement("canvas");
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
try {
canvas.getContext("2d").drawImage(video, 0, 0);
const dataUrl = canvas.toDataURL("image/jpeg", 0.8);
img.setAttribute("src", dataUrl);
} catch(e) {
console.error("Failed to generate thumbnail:", e);
}
video.remove();
canvas.remove();
});
// Add media fragment to only load first second
video.src = `${videoUrl}#t=0,1`;
video.load();
}
});
});
document.addEventListener("click", function(e) {
if (e.target.matches(".zen-gallery-expand")) {
const items = document.querySelectorAll(".zen-gallery-item");
items.forEach((item, index) => {
if (index >= 12) {
item.classList.toggle("d-xl-none");
}
if (index >= 9) {
item.classList.toggle("d-md-none");
item.classList.toggle("d-xl-block");
}
if (index >= 6) {
item.classList.toggle("d-none");
item.classList.toggle("d-md-block");
}
});
const anyHidden = Array.from(items).some(item =>
item.classList.contains("d-none") ||
item.classList.contains("d-md-none") ||
item.classList.contains("d-xl-none")
);
e.target.textContent = anyHidden ? "Show More" : "Show Less";
if (anyHidden) {
const expandButton = document.getElementById("zen-gallery-expand");
const rect = expandButton.getBoundingClientRect();
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
window.scrollTo({
top: rect.top + scrollTop - 200,
behavior: "instant"
});
}
}
});
Boat day adventures on the Williche, Refugia's private traditional boat. Another favourite – as I find it impossible to choose between them – is the very special Tierra Atacama in the Atacama Desert. I've been lucky enough to stay here before, but a complete transformation of the property, finished earlier this year, has made it absolutely spectacular. The staff, ambience, food and guides are all brilliant. I especially loved the stargazing at night, wrapped up in a beautiful alpaca poncho, and our soak in the natural river canyon hotsprings. The stunning volcano-view poolside at Tierra Array
(
[0] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_5990.jpg
[height] => 5712
[width] => 4284
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => A trek to the base of a canyon followed by a soak in the hotsprings
)
[1] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_8499-2.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Lou and Gabby exploring Valle de la Luna
)
[2] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_8494.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Representing HA in Atacama's Moon Valley
)
[3] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_8641.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Desert sundowners
)
[4] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6341.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Stargazing at Tierra Atacama
)
[5] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6356.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => A view of our incredible moon through the impressive telescope
)
[6] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_8588-2.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => The flamingo salt flats
)
[7] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_8646.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Two very happy members of Team HA
)
)
Show More
@media (min-width: 1200px) {
#zen-gallery-expand {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#zen-gallery-expand {
display: none;
}
}
@media (max-width: 767px) {
#zen-gallery-expand {
display: block;
}
}
document.addEventListener("DOMContentLoaded", function() {
const videos = document.querySelectorAll(".zen-gallery-video");
videos.forEach(function(img, index) {
if (!img.getAttribute("src") || img.getAttribute("src") === "/") {
img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading...";
const video = document.createElement("video");
video.crossOrigin = "anonymous";
video.muted = true;
video.preload = "auto";
const videoUrl = decodeURIComponent(img.dataset.videoSrc);
let isProcessing = false;
let errorTimeout;
errorTimeout = setTimeout(() => {
if (!isProcessing) {
video.remove();
}
}, 5000);
video.addEventListener("canplay", function() {
if (isProcessing) return;
isProcessing = true;
clearTimeout(errorTimeout);
video.currentTime = 0.1; // just a tiny bit in
});
video.addEventListener("error", function(e) {
console.error("Video load error:", e.target.error.message);
video.remove();
img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+";
});
video.addEventListener("seeked", function() {
if (!isProcessing) return;
const canvas = document.createElement("canvas");
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
try {
canvas.getContext("2d").drawImage(video, 0, 0);
const dataUrl = canvas.toDataURL("image/jpeg", 0.8);
img.setAttribute("src", dataUrl);
} catch(e) {
console.error("Failed to generate thumbnail:", e);
}
video.remove();
canvas.remove();
});
// Add media fragment to only load first second
video.src = `${videoUrl}#t=0,1`;
video.load();
}
});
});
document.addEventListener("click", function(e) {
if (e.target.matches(".zen-gallery-expand")) {
const items = document.querySelectorAll(".zen-gallery-item");
items.forEach((item, index) => {
if (index >= 12) {
item.classList.toggle("d-xl-none");
}
if (index >= 9) {
item.classList.toggle("d-md-none");
item.classList.toggle("d-xl-block");
}
if (index >= 6) {
item.classList.toggle("d-none");
item.classList.toggle("d-md-block");
}
});
const anyHidden = Array.from(items).some(item =>
item.classList.contains("d-none") ||
item.classList.contains("d-md-none") ||
item.classList.contains("d-xl-none")
);
e.target.textContent = anyHidden ? "Show More" : "Show Less";
if (anyHidden) {
const expandButton = document.getElementById("zen-gallery-expand");
const rect = expandButton.getBoundingClientRect();
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
window.scrollTo({
top: rect.top + scrollTop - 200,
behavior: "instant"
});
}
}
});
Desert adventures with Tierra Atacama Oh, and then there's the working ranch in southern Patagonia, Estancia Cerro Guido, where we learned more about their incredible Conservation Foundation, and I saw my first puma. You see, it is very hard to choose! A view over Torres Del Paine at sunset, from the beautiful Estancia Cerro Guido What was your most unforgettable interaction on your trip? I think my most meaningful conversation – me in a bit of pidgin Spanish and her peppering the conversation with Mapudungun words as well! – was with Nicadella at her home in the Mapuche community of Quetroleufu, just outside of Pucón. The Mapuche culture is one where the chief female leader takes one of spiritual guidance to the community. She is not chosen but decides over time that she's the person who has that calling and then naturally takes her place when the previous female leader passes away. It's a fascinating culture of tolerance, patience and respect for and harmony with nature. They would never take more food from the garden than they need or kill animals for food without using it all. I took away many lessons from her. Also, the authentic and wonderful connection we made with our brilliant guide Scarlett needs a mention here. After a day of adventures together, she wanted to show us her beautiful home and community. After which, we all enjoyed a lovely dinner in Pucon town together. The wonderful Nicadella at her home in the Mapuche community of Quetroleufu Array
(
[0] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6067.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => top
[caption] => The wonderful Jenni with four traditional glasses of Muday
)
[1] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/b56c2d3e-1453-4e89-8d1d-657158f74f4e.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Sharing a traditional Mapuche drink of Muday with Jenni, Nicadella's daughter
)
[2] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6064.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => The most delicious Mapuche lunch of Pusco (like a stew with beef and barley grain) and delicious sopaipillas
)
[3] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6077.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => The wonderful Nikadella, teaching us how they traditionally weave
)
[4] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/19f38be3-d01a-4158-b0ba-0b24d2c5b316.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => We played a traditional game of 'palin'. The score was 1-1 Chile/England!
)
[5] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6126.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Exploring Villarica National Park with our guide, Scarlett
)
[6] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6250.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Scarlett invited us over to see her home and community in Pucon
)
[7] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6277-2.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => A delicious dinner together in Pucon after a day of exploring
)
)
Show More
@media (min-width: 1200px) {
#zen-gallery-expand {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#zen-gallery-expand {
display: none;
}
}
@media (max-width: 767px) {
#zen-gallery-expand {
display: block;
}
}
document.addEventListener("DOMContentLoaded", function() {
const videos = document.querySelectorAll(".zen-gallery-video");
videos.forEach(function(img, index) {
if (!img.getAttribute("src") || img.getAttribute("src") === "/") {
img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading...";
const video = document.createElement("video");
video.crossOrigin = "anonymous";
video.muted = true;
video.preload = "auto";
const videoUrl = decodeURIComponent(img.dataset.videoSrc);
let isProcessing = false;
let errorTimeout;
errorTimeout = setTimeout(() => {
if (!isProcessing) {
video.remove();
}
}, 5000);
video.addEventListener("canplay", function() {
if (isProcessing) return;
isProcessing = true;
clearTimeout(errorTimeout);
video.currentTime = 0.1; // just a tiny bit in
});
video.addEventListener("error", function(e) {
console.error("Video load error:", e.target.error.message);
video.remove();
img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+";
});
video.addEventListener("seeked", function() {
if (!isProcessing) return;
const canvas = document.createElement("canvas");
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
try {
canvas.getContext("2d").drawImage(video, 0, 0);
const dataUrl = canvas.toDataURL("image/jpeg", 0.8);
img.setAttribute("src", dataUrl);
} catch(e) {
console.error("Failed to generate thumbnail:", e);
}
video.remove();
canvas.remove();
});
// Add media fragment to only load first second
video.src = `${videoUrl}#t=0,1`;
video.load();
}
});
});
document.addEventListener("click", function(e) {
if (e.target.matches(".zen-gallery-expand")) {
const items = document.querySelectorAll(".zen-gallery-item");
items.forEach((item, index) => {
if (index >= 12) {
item.classList.toggle("d-xl-none");
}
if (index >= 9) {
item.classList.toggle("d-md-none");
item.classList.toggle("d-xl-block");
}
if (index >= 6) {
item.classList.toggle("d-none");
item.classList.toggle("d-md-block");
}
});
const anyHidden = Array.from(items).some(item =>
item.classList.contains("d-none") ||
item.classList.contains("d-md-none") ||
item.classList.contains("d-xl-none")
);
e.target.textContent = anyHidden ? "Show More" : "Show Less";
if (anyHidden) {
const expandButton = document.getElementById("zen-gallery-expand");
const rect = expandButton.getBoundingClientRect();
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
window.scrollTo({
top: rect.top + scrollTop - 200,
behavior: "instant"
});
}
}
});
What was your ultimate highlight? I'm extremely passionate about wildlife and conservation, so I have to talk about the puma we saw in southern Patagonia, of course! I also had a dream that I'd see a puma finally in this part of the world, and on this trip to Chile , it came true! Sightings have become more common in the Torres del Paine area, where the cats are now protected. However, outside the park, pressures of farming and livestock preservation mean they are still being killed in significant numbers. We arrived at Estancia Cerro Guido on the edge of Torres del Paine park and were keen to learn more about their Conservation Foundation (funded by us lodge guests) and see a puma, of course! Cerro Guido's project is monitoring these magnificent creatures, tagging and studying them to gain more insight into their patterns and behaviour and also trialling new initiatives to help farmers, livestock and wild cats live in harmony without the need for killing puma. On our first morning here, we had the chance to head out with tracker Diego to see if we could see, without disturbing, one of these elusive animals. After a couple of hours and a hike through very prickly black bush and scrub, we finally managed to see a female pop her head up several times through the bush to check us out. We were on foot and perhaps 50 metres away – and it was an absolutely riveting moment etched in my memory. We then left quietly, leaving her alone to her rest. Magic. As if that wasn't enough for the morning, whilst having breakfast at the top of a viewpoint, a condor appeared out of nowhere, swooping towards us as if coming into land. Then it swooped to the right and flew below us! Looking down on a condor is a very rare privilege; our guide Pablo was beside himself! A very happy Lou having a post-puma-spot lunch with our guide, Pablo Array
(
[0] => stdClass Object
(
[title] => fort-canning-2
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-13.49.17.png
[height] => 1480
[width] => 2232
[alt] =>
)
[alt] =>
[item_type] => image
[caption] => The most amazing sunrise over the conservation park
)
[1] => stdClass Object
(
[title] => maxwells
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-13.49.33.png
[height] => 1480
[width] => 2226
[alt] =>
)
[alt] =>
[item_type] => image
[caption] => And we were treated to a double rainbow!
)
[2] => stdClass Object
(
[title] => maxwells-gyoza
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg
[width] => 1536
[height] => 2048
)
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.02.png
[height] => 1476
[width] => 2226
[alt] =>
)
[alt] =>
[item_type] => image
[caption] => Off to see if we could spot a puma
)
[3] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.16.png
[height] => 1480
[width] => 2222
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Our puma spot! She was much clearer through the binoculars, but if you look above Diego's head, and slightly to the left, you'll see her little ears poking up
)
[4] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.24.png
[height] => 1488
[width] => 2220
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Our group getting a good look from a safe distance
)
[5] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.40.png
[height] => 1480
[width] => 2234
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Diego, our expert Puma tracker, explaining where he saw her last
)
[6] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.56.png
[height] => 1484
[width] => 2226
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => A well-earned breakfast spot (with a serious view!)
)
[7] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-13.58.44.png
[height] => 1482
[width] => 2226
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Diego seeing if he can spot us another puma
)
[8] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-13.58.56.png
[height] => 1486
[width] => 2228
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Our Lou, all wrapped up for more adventures
)
[9] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-14.02.32.png
[height] => 1384
[width] => 2058
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Looking down on a condor
)
[10] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-14.04.32.png
[height] => 1482
[width] => 2224
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Checking the cameras for any sightings to report
)
[11] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/screenshot-2025-11-06-at-14.03.44.png
[height] => 1482
[width] => 2226
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => One final look before it's time to head back to the estancia
)
)
Show More
@media (min-width: 1200px) {
#zen-gallery-expand {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#zen-gallery-expand {
display: block;
}
}
@media (max-width: 767px) {
#zen-gallery-expand {
display: block;
}
}
document.addEventListener("DOMContentLoaded", function() {
const videos = document.querySelectorAll(".zen-gallery-video");
videos.forEach(function(img, index) {
if (!img.getAttribute("src") || img.getAttribute("src") === "/") {
img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading...";
const video = document.createElement("video");
video.crossOrigin = "anonymous";
video.muted = true;
video.preload = "auto";
const videoUrl = decodeURIComponent(img.dataset.videoSrc);
let isProcessing = false;
let errorTimeout;
errorTimeout = setTimeout(() => {
if (!isProcessing) {
video.remove();
}
}, 5000);
video.addEventListener("canplay", function() {
if (isProcessing) return;
isProcessing = true;
clearTimeout(errorTimeout);
video.currentTime = 0.1; // just a tiny bit in
});
video.addEventListener("error", function(e) {
console.error("Video load error:", e.target.error.message);
video.remove();
img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+";
});
video.addEventListener("seeked", function() {
if (!isProcessing) return;
const canvas = document.createElement("canvas");
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
try {
canvas.getContext("2d").drawImage(video, 0, 0);
const dataUrl = canvas.toDataURL("image/jpeg", 0.8);
img.setAttribute("src", dataUrl);
} catch(e) {
console.error("Failed to generate thumbnail:", e);
}
video.remove();
canvas.remove();
});
// Add media fragment to only load first second
video.src = `${videoUrl}#t=0,1`;
video.load();
}
});
});
document.addEventListener("click", function(e) {
if (e.target.matches(".zen-gallery-expand")) {
const items = document.querySelectorAll(".zen-gallery-item");
items.forEach((item, index) => {
if (index >= 12) {
item.classList.toggle("d-xl-none");
}
if (index >= 9) {
item.classList.toggle("d-md-none");
item.classList.toggle("d-xl-block");
}
if (index >= 6) {
item.classList.toggle("d-none");
item.classList.toggle("d-md-block");
}
});
const anyHidden = Array.from(items).some(item =>
item.classList.contains("d-none") ||
item.classList.contains("d-md-none") ||
item.classList.contains("d-xl-none")
);
e.target.textContent = anyHidden ? "Show More" : "Show Less";
if (anyHidden) {
const expandButton = document.getElementById("zen-gallery-expand");
const rect = expandButton.getBoundingClientRect();
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
window.scrollTo({
top: rect.top + scrollTop - 200,
behavior: "instant"
});
}
}
});
An unforgettable morning with Estancia Cerro Guido What did you learn on this trip? I was able to really see how easy it is still to explore certain parts of Chile by yourself, with your own vehicle, if you have a sense of adventure and a willingness to learn a few bits of Spanish. The Lakes District is a particularly good example, and we have lots of useful tips on what to do when you get to the petrol station or what it's like to cross by car ferry from the mainland to Chiloe Island. The Chilean character is also more akin to ours than perhaps other more lively Latino nations, with their generally diffident, friendly and kind demeanour (this even extends to the driving behaviour!), their political and historically turbulent past and their gentle pride in their traditional roots and customs. Geography has also had a huge part to play in this, as they feel somehow different to their neighbours, cut off by the Andes to the North and East. All this makes it such a fascinating and exciting country to visit, with some dramatic landscapes and cultural contrasts, all alongside comforting elements of the familiar. Spending three weeks in Chile is something I'd recommend to everyone! Array
(
[0] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6038.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => When we first met Chunky Cherry
)
[1] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6410.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[2] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6427.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => The beautiful road to Refugia Chiloe (Disclaimer: We were pulled over when this was taken!)
)
[3] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2025/11/06/img_6916.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] => Chunky Cherry parked up in Castro
)
)
Show More
@media (min-width: 1200px) {
#zen-gallery-expand {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#zen-gallery-expand {
display: none;
}
}
@media (max-width: 767px) {
#zen-gallery-expand {
display: none;
}
}
document.addEventListener("DOMContentLoaded", function() {
const videos = document.querySelectorAll(".zen-gallery-video");
videos.forEach(function(img, index) {
if (!img.getAttribute("src") || img.getAttribute("src") === "/") {
img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading...";
const video = document.createElement("video");
video.crossOrigin = "anonymous";
video.muted = true;
video.preload = "auto";
const videoUrl = decodeURIComponent(img.dataset.videoSrc);
let isProcessing = false;
let errorTimeout;
errorTimeout = setTimeout(() => {
if (!isProcessing) {
video.remove();
}
}, 5000);
video.addEventListener("canplay", function() {
if (isProcessing) return;
isProcessing = true;
clearTimeout(errorTimeout);
video.currentTime = 0.1; // just a tiny bit in
});
video.addEventListener("error", function(e) {
console.error("Video load error:", e.target.error.message);
video.remove();
img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+";
});
video.addEventListener("seeked", function() {
if (!isProcessing) return;
const canvas = document.createElement("canvas");
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
try {
canvas.getContext("2d").drawImage(video, 0, 0);
const dataUrl = canvas.toDataURL("image/jpeg", 0.8);
img.setAttribute("src", dataUrl);
} catch(e) {
console.error("Failed to generate thumbnail:", e);
}
video.remove();
canvas.remove();
});
// Add media fragment to only load first second
video.src = `${videoUrl}#t=0,1`;
video.load();
}
});
});
document.addEventListener("click", function(e) {
if (e.target.matches(".zen-gallery-expand")) {
const items = document.querySelectorAll(".zen-gallery-item");
items.forEach((item, index) => {
if (index >= 12) {
item.classList.toggle("d-xl-none");
}
if (index >= 9) {
item.classList.toggle("d-md-none");
item.classList.toggle("d-xl-block");
}
if (index >= 6) {
item.classList.toggle("d-none");
item.classList.toggle("d-md-block");
}
});
const anyHidden = Array.from(items).some(item =>
item.classList.contains("d-none") ||
item.classList.contains("d-md-none") ||
item.classList.contains("d-xl-none")
);
e.target.textContent = anyHidden ? "Show More" : "Show Less";
if (anyHidden) {
const expandButton = document.getElementById("zen-gallery-expand");
const rect = expandButton.getBoundingClientRect();
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
window.scrollTo({
top: rect.top + scrollTop - 200,
behavior: "instant"
});
}
}
});
Driving our trusty steed around the Chilean Lakes What would you say is Chile's most unmissable spot? Torres del Paine is just completely and utterly breathtaking, and it's the country’s most iconic national park for very good reason. Anyone who loves scenery, wildlife (puma, condor, rheas, guanaco, fox, armadillo, Patagonian hare and more), outdoor pursuits from riding to hiking and glaciers and mountains will be very happy to be here. You don’t need to stay in the park itself, and there are some of my favourite lodges on its outskirts, but you certainly should take some time to hike, ride or join a 4x4 driving safari to see this simply beautiful landscape. The photos will NEVER do justice to this amazing place. Lou and Gabby in Torres del Paine National Park Array
(
[0] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2026/01/19/3s9a6308.jpg
[height] => 1365
[width] => 2048
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[1] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2026/01/19/img_7958.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[2] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2026/01/19/img_7939.jpg
[height] => 3024
[width] => 4032
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
[3] => stdClass Object
(
[title] => Gallery Item
[item_type] => image
[full] => stdClass Object
(
[src] => images/2026/01/19/img_8200.jpg
[height] => 4032
[width] => 3024
[alt] =>
)
[video] => stdClass Object
(
[src] =>
)
[thumbnail] => stdClass Object
(
[src] =>
)
[video_aria_label] => Hit space to toggle, play or pause video
[video_loop] => 0
[image_focus] => center
[caption] =>
)
)
Show More
@media (min-width: 1200px) {
#zen-gallery-expand {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#zen-gallery-expand {
display: none;
}
}
@media (max-width: 767px) {
#zen-gallery-expand {
display: none;
}
}
document.addEventListener("DOMContentLoaded", function() {
const videos = document.querySelectorAll(".zen-gallery-video");
videos.forEach(function(img, index) {
if (!img.getAttribute("src") || img.getAttribute("src") === "/") {
img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading...";
const video = document.createElement("video");
video.crossOrigin = "anonymous";
video.muted = true;
video.preload = "auto";
const videoUrl = decodeURIComponent(img.dataset.videoSrc);
let isProcessing = false;
let errorTimeout;
errorTimeout = setTimeout(() => {
if (!isProcessing) {
video.remove();
}
}, 5000);
video.addEventListener("canplay", function() {
if (isProcessing) return;
isProcessing = true;
clearTimeout(errorTimeout);
video.currentTime = 0.1; // just a tiny bit in
});
video.addEventListener("error", function(e) {
console.error("Video load error:", e.target.error.message);
video.remove();
img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+";
});
video.addEventListener("seeked", function() {
if (!isProcessing) return;
const canvas = document.createElement("canvas");
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
try {
canvas.getContext("2d").drawImage(video, 0, 0);
const dataUrl = canvas.toDataURL("image/jpeg", 0.8);
img.setAttribute("src", dataUrl);
} catch(e) {
console.error("Failed to generate thumbnail:", e);
}
video.remove();
canvas.remove();
});
// Add media fragment to only load first second
video.src = `${videoUrl}#t=0,1`;
video.load();
}
});
});
document.addEventListener("click", function(e) {
if (e.target.matches(".zen-gallery-expand")) {
const items = document.querySelectorAll(".zen-gallery-item");
items.forEach((item, index) => {
if (index >= 12) {
item.classList.toggle("d-xl-none");
}
if (index >= 9) {
item.classList.toggle("d-md-none");
item.classList.toggle("d-xl-block");
}
if (index >= 6) {
item.classList.toggle("d-none");
item.classList.toggle("d-md-block");
}
});
const anyHidden = Array.from(items).some(item =>
item.classList.contains("d-none") ||
item.classList.contains("d-md-none") ||
item.classList.contains("d-xl-none")
);
e.target.textContent = anyHidden ? "Show More" : "Show Less";
if (anyHidden) {
const expandButton = document.getElementById("zen-gallery-expand");
const rect = expandButton.getBoundingClientRect();
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
window.scrollTo({
top: rect.top + scrollTop - 200,
behavior: "instant"
});
}
}
});
Adventures in Torres del Paine What's your top tip for exploring Chile? It's really useful to have a local E-SIM card so you always have access to internet outside of hotels. This really comes into its own if you decide to self-drive in any areas, as using Google Maps is usually the easiest way to navigate when driving. We can arrange one for you in advance, as a part of your itinerary, for ease. I would also recommend buying a Bip! Card in Santiago if you plan on using the Metro system to get around the city by yourselves, similar to the Oyster card system used in London. Lou exploring the Chilean winelands When's the best time to go to Chile? In order to be able to visit all regions from north to south, it's generally best to plan your Chile holiday to avoid the austral winter from June to September. High summer is December to February, which is the peak holidays for locals and the capital city and desert are very hot, with parks and roads at their most crowded. So, while this is a good time to go in terms of weather, I think we can do better! My personal favourite times to visit Chile are in the shoulder seasons in spring or autumn (October to November or March to April) as these months offer better value, it’s quieter in most places, and generally you'll still get mostly great weather. (Although you absolutely have to expect four seasons in a day in Patagonia – at any time of year! We had bright sunshine, rain and snow all within two hours!)
After three weeks in Chile, having the most incredible time on the road, Lou’s come home with a head full of stories, a camera roll packed with inspiration, and plenty of ideas for how to help you experience Chile at its best. From puma tracking in Patagonia to island-hopping around Chiloe and stargazing in the Atacama, her travels have given her an even deeper understanding of what makes this country so special, and how to make your holiday unforgettable to match. Chat to Lou ZEN_HOLIDAY_PACK_YOUR_BAGS ZEN_HOLIDAY_SPEAK_TO_SPECIALIST ZEN_HOLIDAY_GET_A_QUOTE ZEN_HOLIDAY_TEL ZEN_HOLIDAY_OPEN_HOURS
[checked_out] =>
[checked_out_time] =>
[catid] => 22
[created] => 2026-01-18 10:39:09
[created_by] => 110
[created_by_alias] =>
[modified] => 2026-01-23 16:15:58
[modified_by] => 110
[publish_up] => 2026-01-22 11:01:58
[publish_down] =>
[images] => {"image_intro":"images\/blog\/Lou%20chile%20fam_Hero%20Image.jpg#joomlaImage:\/\/local-images\/blog\/Lou chile fam_Hero Image.jpg?width=5833&height=2917","image_intro_alt":"","float_intro":"","image_intro_caption":"","image_fulltext":"images\/blog\/Lou_Chile_Blog%20thumbnail.jpg#joomlaImage:\/\/local-images\/blog\/Lou_Chile_Blog thumbnail.jpg?width=4500&height=2500","image_fulltext_alt":"","float_fulltext":"","image_fulltext_caption":""}
[urls] => {"urla":"","urlatext":"","targeta":"","urlb":"","urlbtext":"","targetb":"","urlc":"","urlctext":"","targetc":""}
[attribs] => {"article_layout":"","show_title":"","link_titles":"","show_tags":"","show_intro":"","info_block_position":"","info_block_show_title":"","show_category":"","link_category":"","show_parent_category":"","link_parent_category":"","show_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_hits":"","show_noauth":"","urls_position":"","alternative_readmore":"","article_page_title":"","show_publishing_options":"","show_article_options":"","show_urls_images_backend":"","show_urls_images_frontend":""}
[metadata] => {"robots":"","author":"","rights":""}
[metakey] =>
[metadesc] =>
[access] => 1
[hits] => 117
[featured] => 0
[language] => *
[readmore] => 85143
[ordering] =>
[featured_up] =>
[featured_down] =>
[state] => 1
[category_title] => All
[category_route] => all
[category_access] => 1
[category_alias] => all
[category_language] => *
[published] => 1
[parents_published] => 1
[lft] => 35
[author] => Gabrielle
[author_email] => gabrielle@holidayarchitects.co.uk
[modified_by_name] => Gabrielle
[parent_title] => ROOT
[parent_id] =>
[parent_route] =>
[parent_alias] => root
[parent_language] => *
[alternative_readmore] =>
[layout] =>
[params] => Joomla\Registry\Registry Object
(
[data:protected] => stdClass Object
(
[article_layout] => _:default
[show_title] => 1
[link_titles] => 1
[show_intro] => 1
[info_block_position] => 0
[info_block_show_title] => 1
[show_category] => 1
[link_category] => 1
[show_parent_category] => 0
[link_parent_category] => 0
[show_associations] => 0
[flags] => 1
[show_author] => 1
[link_author] => 0
[show_create_date] => 0
[show_modify_date] => 0
[show_publish_date] => 1
[show_item_navigation] => 1
[show_readmore] => 1
[show_readmore_title] => 1
[readmore_limit] => 100
[show_tags] => 1
[record_hits] => 1
[show_hits] => 1
[show_noauth] => 0
[urls_position] => 0
[captcha] =>
[show_publishing_options] => 1
[show_article_options] => 1
[show_configure_edit_options] => 1
[show_permissions] => 1
[show_associations_edit] => 1
[save_history] => 1
[history_limit] => 10
[show_urls_images_frontend] => 0
[show_urls_images_backend] => 1
[targeta] => 0
[targetb] => 0
[targetc] => 0
[float_intro] => left
[float_fulltext] => left
[category_layout] => _:blog
[show_category_title] => 0
[show_description] => 0
[show_description_image] => 0
[maxLevel] => -1
[show_empty_categories] => 0
[show_no_articles] => 1
[show_category_heading_title_text] => 1
[show_subcat_desc] => 1
[show_cat_num_articles] => 0
[show_cat_tags] => 1
[show_base_description] => 1
[maxLevelcat] => -1
[show_empty_categories_cat] => 0
[show_subcat_desc_cat] => 1
[show_cat_num_articles_cat] => 1
[num_leading_articles] => 1
[blog_class_leading] =>
[num_intro_articles] => 9
[blog_class] =>
[num_columns] => 1
[multi_column_order] => 0
[num_links] => 9
[show_subcategory_content] => -1
[link_intro_image] => 0
[show_pagination_limit] => 1
[filter_field] => hide
[show_headings] => 1
[list_show_date] => 0
[date_format] =>
[list_show_hits] => 1
[list_show_author] => 1
[display_num] => 10
[orderby_pri] => none
[orderby_sec] => front
[order_date] => created
[show_pagination] => 2
[show_pagination_results] => 1
[show_featured] => show
[show_feed_link] => 1
[feed_summary] => 0
[feed_show_readmore] => 0
[sef_ids] => 1
[custom_fields_enable] => 1
[workflow_enabled] => 0
[show_page_heading] => 0
[layout_type] => blog
[menu_image] => images/argentina/casa-sur-palermo/CasaSur-Fachada-13-Dhruv.jpg#joomlaImage://local-images/argentina/casa-sur-palermo/CasaSur-Fachada-13-Dhruv.jpg?width=1200&height=800
[menu_text] => 1
[menu_show] => 1
[page_title] => Blog
[page_description] => Are you looking for a trip of a lifetime? Holiday Architects is the home of multi-destination holidays, and we want to help you with your perfect holiday.
[page_rights] => Copyright Holiday Architects. All rights reserved.
[robots] =>
[check_access_rights] => 0
[access-view] => 1
)
[initialized:protected] => 1
[separator:protected] => .
)
[displayDate] => 2026-01-18 10:39:09
[tags] => Joomla\CMS\Helper\TagsHelper Object
(
[tagsChanged:protected] =>
[replaceTags:protected] =>
[typeAlias] =>
[itemTags] =>
[tags] =>
[newTags] =>
[oldTags] =>
)
[slug] => 218:three-weeks-in-chile
[event] => stdClass Object
(
[afterDisplayTitle] =>
[beforeDisplayContent] =>
[afterDisplayContent] =>
)
[text] => Still glowing from three unforgettable weeks in Chile, our expert Lou is back with stories, tips and inspiration for anyone dreaming of exploring this incredible (long!) country. Travelling alongside Gabby from our marketing team, Lou journeyed the full length of Chile . From the dramatic peaks of Torres del Paine in the far south to the otherworldly salt flats and flamingo-filled lagoons of the Atacama Desert in the north. In her own words, here’s Lou’s account of her time in Chile. With everything from puma tracking and gaucho rides to bar hopping in Santiago, soaking in natural hot springs, it's not tough to see why this long, thin slice of South America has captured her heart. Where did you go? We spent three weeks in Chile , exploring the incredible highlights of the country, from its extreme south all the way to the north. We discovered quirky coastal towns, wineries and hip capital city neighbourhoods in the Central Valley. We hired a car ('Chunky Cherry' was her name!) and set off on a self-drive journey through the pretty alpine Lakes District and Chiloé Island, driving among volcanoes, Araucaria forests, and islands. Next, we journeyed to the spectacular Patagonia region to explore Torres del Paine in the far south with its wildlife, glaciers, granite peaks and working gaucho ranches. To finish, we flew up to the driest desert in the world, the Atacama, with lunar-like landscapes, even more volcanoes, salt flats and lakes full of flamingos. A couple of nights in the buzzing city of Santiago was the perfect way to round off an action-packed Chile trip. Lou in Patagonia What did you get up to? There are so many experiences that I could share, but some of my highlights would include: Finding out more about the traditional Mapuche culture in Pucon. Discovering how the incredible and intricate street art is created in Valparaiso’s hills with a local artist. Seeing a huge pod of dolphins jumping out of the ocean by zodiac off Chiloé Island. The dolphin sighting was only topped by a distant but still clear sighting of a magnificent puma in Torres del Paine, followed by a very close condor fly-past! Riding with local gauchos and learning about the rituals of drinking mate. We did so much beautiful hiking in forests, through desert canyons and enjoyed some incredible natural hot spring soaks. Array ( [0] => stdClass Object ( [title] => [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_5695.jpg [height] => 3024 [width] => 4032 [alt] => ) [alt] => [item_type] => image [caption] => Wine tasting in Chile ) [1] => stdClass Object ( [title] => [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_8291.jpg [height] => 3939 [width] => 2945 [alt] => ) [alt] => [item_type] => image [caption] => Fort Canning Park ) [2] => stdClass Object ( [title] => Santiago [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_8865.jpg [height] => 3024 [width] => 4032 [alt] => ) [alt] => [item_type] => image [caption] => Lou exploring Santiago ) [3] => stdClass Object ( [title] => Chiloe-Island [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_6866.jpg [height] => 4032 [width] => 3024 [alt] => ) [alt] => [item_type] => image [caption] => Adventures on Chiloe Island ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Fort Canning Park and Maxwells Food Centre Did you discover any secret spots you can tell us about? On this trip to Chile , I really wanted to go beyond the usual and explore a little deeper. On a bar-hopping tour in Santiago, we found some local districts of the city that I didn’t know about, such as Barrio Italia, as well as some real gems for live music and great empanadas! The area of Puerto Natales outside of Torres del Paine National Park isn’t just a gateway to the park but also has some wonderful spots of its own that are generally much quieter, such as an amazing local estancia where you can ride with the local gaucho family. Chiloe Island was also an amazing revelation as it's so easy to reach via drive-on car ferry from the mainland and has so many wonderful little towns, villages and pretty churches to explore via the Circuito de Iglesias – it's more than worthy of a bit of extra time here if you have it! Lou heading off on a cycling tour around the streets of Santiago Talk to us about the food Chile is known for its incredible food and wine and we had many chances to taste plenty of local specialities throughout the trip, such as locos (not for me but the locals love them!), sopaipillas (a different recipe in each region), empanadas, moto con huesillas in Santiago, the biggest mussels I have ever seen in Chiloe, guanaco carpaccio in Patagonia, and a huge amount of Patagonian lamb. I adore fish ceviche, and it's absolutely the best quality here, thanks to LOTS of coast. The Carménère red wine is very delicious – Chile's unique grape. Carménère has such a great story... it was thought to be extinct after France’s 19th-century phylloxera outbreak, only to be rediscovered years later thriving among Merlot vines in Chile’s Central Valley. It’s now one of the country’s signature reds – rich, smooth and absolutely delicious. I also really recommend a Pisco Sour (we sampled our fair share!), which could have all sorts of flavours depending on where you find yourself. Rica Rica flavour in the north (also a great tea herb for altitude), spiced in a chic capital city bar or with Calafate berries in the south – legend says you will return, if you eat these berries! Gabby was eating as many as she could get her hands on. Perhaps my favourite meal was the steaming bowl of Ajiaco we were served at Cerro Guido. It's proper Chilean comfort food, usually consisting of beef, potatoes and veg in a delicious broth, followed by a stunning chocolate and chilli dessert – one of many memorable meals! After three weeks in Chile sampling all of the delicious food and wine, you can bet we were both rolling home! Array ( [0] => stdClass Object ( [title] => [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_6753.jpg [height] => 4032 [width] => 3024 [alt] => ) [alt] => [item_type] => image [caption] => ) [1] => stdClass Object ( [title] => [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_6064-3.jpg [height] => 4032 [width] => 3024 [alt] => ) [alt] => [item_type] => image [caption] => ) [2] => stdClass Object ( [title] => Santiago [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_6570.jpg [height] => 4032 [width] => 3024 [alt] => ) [alt] => [item_type] => image [caption] => ) [3] => stdClass Object ( [title] => [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2026/01/19/img_7655.jpg [height] => 3024 [width] => 4032 [alt] => ) [alt] => [item_type] => image [caption] => ) [4] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_8724-2.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [5] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_8524.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [6] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_5658.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [7] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_7249-2.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Just some of the incredible dishes Lou sampled over three weeks in Chile Where was your favourite stay? Over our three weeks in Chile , we were lucky enough to stay at some truly remarkable places and properties. For sheer luxury and service as well as location, though, I think these are the standouts for me. Refugia Chiloe, just outside of Castro, looks out over neighbouring islands and the sea, with a background of volcanoes on a clear day. We were lucky enough to head out on their private boat for a day of adventures. When Gabby kayaked, I took a zodiac boat ride and a huge pod of dolphins come to greet us. A highlight of the trip for me for sure! Lou raising a glass to her adventures at Refugia Chiloe Array ( [0] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/3s9a3853.jpg [height] => 6720 [width] => 4480 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [1] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6625.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [2] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6702.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6723.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [4] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6611.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => left [caption] => Lou on the Williche ) [5] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6736.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [6] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6641.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Lou and Gabby on the Williche ) [7] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6669.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The beautiful Williche deck ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Boat day adventures on the Williche, Refugia's private traditional boat. Another favourite – as I find it impossible to choose between them – is the very special Tierra Atacama in the Atacama Desert. I've been lucky enough to stay here before, but a complete transformation of the property, finished earlier this year, has made it absolutely spectacular. The staff, ambience, food and guides are all brilliant. I especially loved the stargazing at night, wrapped up in a beautiful alpaca poncho, and our soak in the natural river canyon hotsprings. The stunning volcano-view poolside at Tierra Array ( [0] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_5990.jpg [height] => 5712 [width] => 4284 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => A trek to the base of a canyon followed by a soak in the hotsprings ) [1] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_8499-2.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Lou and Gabby exploring Valle de la Luna ) [2] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_8494.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Representing HA in Atacama's Moon Valley ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_8641.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Desert sundowners ) [4] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6341.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Stargazing at Tierra Atacama ) [5] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6356.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => A view of our incredible moon through the impressive telescope ) [6] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_8588-2.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The flamingo salt flats ) [7] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_8646.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Two very happy members of Team HA ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Desert adventures with Tierra Atacama Oh, and then there's the working ranch in southern Patagonia, Estancia Cerro Guido, where we learned more about their incredible Conservation Foundation, and I saw my first puma. You see, it is very hard to choose! A view over Torres Del Paine at sunset, from the beautiful Estancia Cerro Guido What was your most unforgettable interaction on your trip? I think my most meaningful conversation – me in a bit of pidgin Spanish and her peppering the conversation with Mapudungun words as well! – was with Nicadella at her home in the Mapuche community of Quetroleufu, just outside of Pucón. The Mapuche culture is one where the chief female leader takes one of spiritual guidance to the community. She is not chosen but decides over time that she's the person who has that calling and then naturally takes her place when the previous female leader passes away. It's a fascinating culture of tolerance, patience and respect for and harmony with nature. They would never take more food from the garden than they need or kill animals for food without using it all. I took away many lessons from her. Also, the authentic and wonderful connection we made with our brilliant guide Scarlett needs a mention here. After a day of adventures together, she wanted to show us her beautiful home and community. After which, we all enjoyed a lovely dinner in Pucon town together. The wonderful Nicadella at her home in the Mapuche community of Quetroleufu Array ( [0] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6067.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => top [caption] => The wonderful Jenni with four traditional glasses of Muday ) [1] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/b56c2d3e-1453-4e89-8d1d-657158f74f4e.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Sharing a traditional Mapuche drink of Muday with Jenni, Nicadella's daughter ) [2] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6064.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The most delicious Mapuche lunch of Pusco (like a stew with beef and barley grain) and delicious sopaipillas ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6077.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The wonderful Nikadella, teaching us how they traditionally weave ) [4] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/19f38be3-d01a-4158-b0ba-0b24d2c5b316.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => We played a traditional game of 'palin'. The score was 1-1 Chile/England! ) [5] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6126.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Exploring Villarica National Park with our guide, Scarlett ) [6] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6250.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Scarlett invited us over to see her home and community in Pucon ) [7] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6277-2.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => A delicious dinner together in Pucon after a day of exploring ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); What was your ultimate highlight? I'm extremely passionate about wildlife and conservation, so I have to talk about the puma we saw in southern Patagonia, of course! I also had a dream that I'd see a puma finally in this part of the world, and on this trip to Chile , it came true! Sightings have become more common in the Torres del Paine area, where the cats are now protected. However, outside the park, pressures of farming and livestock preservation mean they are still being killed in significant numbers. We arrived at Estancia Cerro Guido on the edge of Torres del Paine park and were keen to learn more about their Conservation Foundation (funded by us lodge guests) and see a puma, of course! Cerro Guido's project is monitoring these magnificent creatures, tagging and studying them to gain more insight into their patterns and behaviour and also trialling new initiatives to help farmers, livestock and wild cats live in harmony without the need for killing puma. On our first morning here, we had the chance to head out with tracker Diego to see if we could see, without disturbing, one of these elusive animals. After a couple of hours and a hike through very prickly black bush and scrub, we finally managed to see a female pop her head up several times through the bush to check us out. We were on foot and perhaps 50 metres away – and it was an absolutely riveting moment etched in my memory. We then left quietly, leaving her alone to her rest. Magic. As if that wasn't enough for the morning, whilst having breakfast at the top of a viewpoint, a condor appeared out of nowhere, swooping towards us as if coming into land. Then it swooped to the right and flew below us! Looking down on a condor is a very rare privilege; our guide Pablo was beside himself! A very happy Lou having a post-puma-spot lunch with our guide, Pablo Array ( [0] => stdClass Object ( [title] => fort-canning-2 [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.49.17.png [height] => 1480 [width] => 2232 [alt] => ) [alt] => [item_type] => image [caption] => The most amazing sunrise over the conservation park ) [1] => stdClass Object ( [title] => maxwells [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.49.33.png [height] => 1480 [width] => 2226 [alt] => ) [alt] => [item_type] => image [caption] => And we were treated to a double rainbow! ) [2] => stdClass Object ( [title] => maxwells-gyoza [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg [width] => 1536 [height] => 2048 ) [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.02.png [height] => 1476 [width] => 2226 [alt] => ) [alt] => [item_type] => image [caption] => Off to see if we could spot a puma ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.16.png [height] => 1480 [width] => 2222 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Our puma spot! She was much clearer through the binoculars, but if you look above Diego's head, and slightly to the left, you'll see her little ears poking up ) [4] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.24.png [height] => 1488 [width] => 2220 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Our group getting a good look from a safe distance ) [5] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.40.png [height] => 1480 [width] => 2234 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Diego, our expert Puma tracker, explaining where he saw her last ) [6] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.50.56.png [height] => 1484 [width] => 2226 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => A well-earned breakfast spot (with a serious view!) ) [7] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.58.44.png [height] => 1482 [width] => 2226 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Diego seeing if he can spot us another puma ) [8] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-13.58.56.png [height] => 1486 [width] => 2228 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Our Lou, all wrapped up for more adventures ) [9] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-14.02.32.png [height] => 1384 [width] => 2058 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Looking down on a condor ) [10] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-14.04.32.png [height] => 1482 [width] => 2224 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Checking the cameras for any sightings to report ) [11] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/screenshot-2025-11-06-at-14.03.44.png [height] => 1482 [width] => 2226 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => One final look before it's time to head back to the estancia ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: block; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); An unforgettable morning with Estancia Cerro Guido What did you learn on this trip? I was able to really see how easy it is still to explore certain parts of Chile by yourself, with your own vehicle, if you have a sense of adventure and a willingness to learn a few bits of Spanish. The Lakes District is a particularly good example, and we have lots of useful tips on what to do when you get to the petrol station or what it's like to cross by car ferry from the mainland to Chiloe Island. The Chilean character is also more akin to ours than perhaps other more lively Latino nations, with their generally diffident, friendly and kind demeanour (this even extends to the driving behaviour!), their political and historically turbulent past and their gentle pride in their traditional roots and customs. Geography has also had a huge part to play in this, as they feel somehow different to their neighbours, cut off by the Andes to the North and East. All this makes it such a fascinating and exciting country to visit, with some dramatic landscapes and cultural contrasts, all alongside comforting elements of the familiar. Spending three weeks in Chile is something I'd recommend to everyone! Array ( [0] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6038.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => When we first met Chunky Cherry ) [1] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6410.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [2] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6427.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The beautiful road to Refugia Chiloe (Disclaimer: We were pulled over when this was taken!) ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2025/11/06/img_6916.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Chunky Cherry parked up in Castro ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Driving our trusty steed around the Chilean Lakes What would you say is Chile's most unmissable spot? Torres del Paine is just completely and utterly breathtaking, and it's the country’s most iconic national park for very good reason. Anyone who loves scenery, wildlife (puma, condor, rheas, guanaco, fox, armadillo, Patagonian hare and more), outdoor pursuits from riding to hiking and glaciers and mountains will be very happy to be here. You don’t need to stay in the park itself, and there are some of my favourite lodges on its outskirts, but you certainly should take some time to hike, ride or join a 4x4 driving safari to see this simply beautiful landscape. The photos will NEVER do justice to this amazing place. Lou and Gabby in Torres del Paine National Park Array ( [0] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/3s9a6308.jpg [height] => 1365 [width] => 2048 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [1] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_7958.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [2] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_7939.jpg [height] => 3024 [width] => 4032 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) [3] => stdClass Object ( [title] => Gallery Item [item_type] => image [full] => stdClass Object ( [src] => images/2026/01/19/img_8200.jpg [height] => 4032 [width] => 3024 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Adventures in Torres del Paine What's your top tip for exploring Chile? It's really useful to have a local E-SIM card so you always have access to internet outside of hotels. This really comes into its own if you decide to self-drive in any areas, as using Google Maps is usually the easiest way to navigate when driving. We can arrange one for you in advance, as a part of your itinerary, for ease. I would also recommend buying a Bip! Card in Santiago if you plan on using the Metro system to get around the city by yourselves, similar to the Oyster card system used in London. Lou exploring the Chilean winelands When's the best time to go to Chile? In order to be able to visit all regions from north to south, it's generally best to plan your Chile holiday to avoid the austral winter from June to September. High summer is December to February, which is the peak holidays for locals and the capital city and desert are very hot, with parks and roads at their most crowded. So, while this is a good time to go in terms of weather, I think we can do better! My personal favourite times to visit Chile are in the shoulder seasons in spring or autumn (October to November or March to April) as these months offer better value, it’s quieter in most places, and generally you'll still get mostly great weather. (Although you absolutely have to expect four seasons in a day in Patagonia – at any time of year! We had bright sunshine, rain and snow all within two hours!) After three weeks in Chile, having the most incredible time on the road, Lou’s come home with a head full of stories, a camera roll packed with inspiration, and plenty of ideas for how to help you experience Chile at its best. From puma tracking in Patagonia to island-hopping around Chiloe and stargazing in the Atacama, her travels have given her an even deeper understanding of what makes this country so special, and how to make your holiday unforgettable to match. Chat to Lou ZEN_HOLIDAY_PACK_YOUR_BAGS ZEN_HOLIDAY_SPEAK_TO_SPECIALIST ZEN_HOLIDAY_GET_A_QUOTE ZEN_HOLIDAY_TEL ZEN_HOLIDAY_OPEN_HOURS
[jcfields] => Array
(
[1] => stdClass Object
(
[id] => 1
[title] => Title
[name] => title
[checked_out] =>
[checked_out_time] =>
[note] =>
[state] => 1
[access] => 1
[created_time] => 2025-04-28 13:49:42
[created_user_id] => 108
[ordering] => 0
[language] => *
[fieldparams] => Joomla\Registry\Registry Object
(
[data:protected] => stdClass Object
(
[filter] => \Joomla\CMS\Component\ComponentHelper::filterText
[maxlength] =>
)
[initialized:protected] => 1
[separator:protected] => .
)
[params] => Joomla\Registry\Registry Object
(
[data:protected] => stdClass Object
(
[hint] =>
[class] =>
[label_class] =>
[show_on] =>
[showon] =>
[render_class] =>
[value_render_class] =>
[showlabel] => 1
[label_render_class] =>
[display] => 2
[prefix] =>
[suffix] =>
[layout] =>
[display_readonly] => 2
[searchindex] => 1
)
[initialized:protected] => 1
[separator:protected] => .
)
[type] => text
[default_value] =>
[context] => com_content.article
[group_id] => 0
[label] => Title
[description] =>
[required] => 0
[only_use_in_subform] => 0
[language_title] =>
[language_image] =>
[editor] =>
[access_level] => Public
[author_name] => Mr Zen
[group_title] =>
[group_access] =>
[group_state] =>
[group_note] =>
[value] =>
[rawvalue] =>
)
)
)
From Patagonia to the Atacama: Lou's Three Weeks in Chile
Where to go in Spring
A Guide to Egypt Holidays: History, Culture and Tailor-made Journeys
Best Holiday Destinations for 2026
Happy New Year From HA
Quiz: Find Your Perfect Holiday
Proud to be B Corp
Best Place to Work at the SoGlos Business Awards 2025
48 hours in Singapore: Ian's top tips
Team Travels: Paul’s Canadian Adventure

We'd love to keep in touch.
Sign up to get our latest team news, travel tips and holiday inspiration straight to your inbox.