/* global React */ const { useState: useStateB, useEffect: useEffectB, useRef: useRefB } = React; /* ============ Interactive Map of Patagonia ============ */ function PatagoniaMap() { const [active, setActive] = useStateB("torres"); const lodges = { torres: { name: "Explora Torres del Paine", tag: "Patagonia, Chile", desc: "A lakefront 50-room perch inside Torres del Paine National Park, overlooking the shimmering expanse of Lake Pehoé with dramatic, uninterrupted views of the iconic Torres and Cuernos massifs.", url: "https://www.explora.com/lodge/torres-del-paine-lodge/", img: "images/lodge-tdp.jpg", x: 43.4, y: 64.8 }, reserve: { name: "Explora Torres del Paine Conservation Reserve", tag: "Conservation reserve · Patagonia, Chile", desc: "An intimate 10-room refuge set exclusively within our own 14,000-acre private reserve, a rare wilderness sanctuary where the land is as carefully tended as the experience itself.", url: "https://www.explora.com/lodge/torres-del-paine-conservation-reserve/", img: "images/lodge-reserve.jpg", x: 40.6, y: 58.7 }, pnp: { name: "Explora Patagonia National Park", tag: "Patagonia National Park, Aysén", desc: "A storied 13-room lodge inside Patagonia National Park, built on land restored through the legendary conservation vision of Doug and Kris Tompkins. Prime territory for puma sightings, abundant wildlife, and world-class fly fishing on pristine Patagonian rivers.", url: "https://www.explora.com/lodge/patagonia-national-park/", img: "images/lodge-pnp-stone.png", x: 42.7, y: 23.2 }, chalten: { name: "Explora El Chaltén", tag: "Patagonia, Argentina", desc: "A secluded 20-room retreat at the foot of the shimmering Eléctrico Valley, steps from the peaks that made El Chaltén the mountaineering capital of Argentina – where Cerro Torre and Fitz Roy draw climbers and trekkers from around the world.", url: "https://www.explora.com/el-chalten-lodge/", img: "images/lodge-chalten.jpg", x: 44.1, y: 54.4 }, calafate: { name: "Explora El Calafate", tag: "Perito Moreno - Patagonia, Argentina", desc: "20 rooms on an expansive working estancia steeped in deep Gaucho culture, offering horseback riding across open steppe, distant views of the thundering Perito Moreno Glacier, and a landscape rich with raw Paleolithic history near the Southern Patagonia Ice Field.", url: "https://www.explora.com/lodge/el-calafate/", img: "images/lodge-calafate.jpg", x: 48.7, y: 60.3 }, fuego: { name: "Explora Tierra del Fuego Expedition", tag: "Tierra del Fuego · Patagonia · 7 days · Limited to 8 travelers", desc: "From windswept Pampas to the frozen glaciers of the far south, this 7-day expedition — limited to just 8 travelers — is for the adventurous traveler seeking to discover and explore further.", url: "https://www.explora.com/travel-tierra-del-fuego/", img: "images/tierra-del-fuego.png", x: 65.5, y: 87 } }; const a = lodges[active]; return (
Where we are

The Largest Network of Lodges in Patagonia.

Patagonia network map {Object.entries(lodges).map(([key, l]) => )}
{a.tag}

{a.name}

{a.desc &&

{a.desc}

} {a.url && Discover the expedition }
{Object.entries(lodges).map(([key, l]) => )}
); } /* ============ FAQ ============ */ function FAQ() { const items = [ { q: "When is the best time to travel to Patagonia?", a: "The most popular time to visit is during the summer months of December to February, with mild temperatures and full access to our explorations. Spring and autumn shoulder seasons are equally compelling, with fewer crowds, extraordinary light, and wildflowers or fall foliage depending on the time of year." }, { q: "What is included in the all-inclusive rate?", a: "All meals and beverages, daily guided explorations, expert bilingual guides, lodge amenities, and round-trip airport transfers at pre-scheduled times." }, { q: "What is the level of fitness required?", a: "Our explorations span every level, from gentle riverside walks to full-day treks. You design your days alongside our guides, day by day, based on weather and how you feel." }, { q: "Can I combine multiple lodges in one journey?", a: "Yes. Our unique network of lodges allows you to seamlessly combine multiple destinations into one journey, experiencing Patagonia as a vast, borderless region. With over 30 years of expertise, travelers can connect stays across Chile and Argentina — and even Tierra del Fuego — into one authentic, multi-destination adventure." }, { q: "What is your cancellation policy?", a: See full conditions at explora.com/payment-and-cancellation-policies. }]; const [open, setOpen] = useStateB(0); return (
Before you go

Questions, Answered.

{items.map((it, i) =>
{open === i &&
{it.a}
}
)}
); } /* ============ Lead capture (final CTA) ============ */ function LeadForm() { const [submitted, setSubmitted] = useStateB(false); const [submitting, setSubmitting] = useStateB(false); const [errorMsg, setErrorMsg] = useStateB(""); const submit = async (e) => { e.preventDefault(); const formEl = e.currentTarget; const data = Object.fromEntries(new FormData(formEl).entries()); // Combine month + year into a single travel_dates field for downstream systems if (data.travel_month || data.travel_year) { data.travel_dates = [data.travel_month, data.travel_year].filter(Boolean).join(" "); } setSubmitting(true); setErrorMsg(""); try { const res = await fetch("https://formspree.io/f/mrejzayv", { method: "POST", headers: { "Accept": "application/json", "Content-Type": "application/json" }, body: JSON.stringify({ ...data, _subject: `New Patagonia lead — ${data.name || "Unknown"}`, _source: "Patagonia Landing Page" }) }); if (!res.ok) { const body = await res.json().catch(() => ({})); throw new Error(body.error || `Submission failed (${res.status})`); } } catch (err) { console.error("Formspree submission failed:", err); setSubmitting(false); setErrorMsg("We couldn't send your request. Please try again, or email reservations@explora.com."); return; } // Notify OptinMonster of conversion + pass lead data through the OM API try { if (window.om && typeof window.om.trigger === "function") { window.om.trigger("ExploraLeadFormSubmit", data); } // Standard OM conversion event — picked up by their analytics document.dispatchEvent(new CustomEvent("om.Conversion", { detail: data })); // Also push to dataLayer for any GTM/GA pipelines if (window.dataLayer) { window.dataLayer.push({ event: "lead_form_submit", ...data }); } if (typeof window.gtag === "function") { window.gtag("event", "form_submit", { form_name: "lead_inquiry", form_location: "bottom", travel_window: data.travel_window, group_size: data.group_size, interest: data.interest }); } } catch (err) { console.warn("OM tracking failed:", err); } setSubmitting(false); setSubmitted(true); }; return (
Riders at sunset in Patagonia
{submitted ?

Your Patagonia journey begins.

A travel designer will reach out within 48 hours with lodge availability and a personalized proposal, including the early-booking offer reserved for you.

While you wait, explore our lodges
: <>
Limited availability · book early to secure your dates

Be first in line for 2027 availability and exclusive offers.

Our lodges are intentionally small and peak-season dates fill up months in advance. Sign up and a travel designer will reach out with current availability and a personalized proposal.

  • Priority access to peak-season dates
  • First word on early-booking fares & multi-lodge offers
  • No spam, unsubscribe anytime

Indicates a required field

{(() => { const now = new Date(); const curYear = now.getFullYear(); const curMonth = now.getMonth(); // 0-indexed const monthNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; const years = [curYear, curYear + 1, curYear + 2]; return ( <> ); })()}
By submitting, you agree to receive communications from Explora. We will never share your details.
{errorMsg &&

{errorMsg}

}
}
); } /* ============ Footer ============ */ function SiteFooter() { return ( ); } /* ============ Stay & Explore (gallery) ============ */ function StayExplore() { const [lightbox, setLightbox] = useStateB(null); const tiles = [ { src: "images/room-tdp.jpg", title: "Rooms that frame the wild", caption: "Picture windows opening to the landscape, every lodge sited so the view comes inside.", credit: "Accommodations at Explora Torres del Paine", tag: "Stay" }, { src: "images/spa-cft.jpg", title: "Recovery, relaxation and connection", caption: "Wellness as the natural outcome of immersion, feel restored by nature, renewed through exploration.", credit: "Outdoor hot tubs and cold plunge pool at Explora El Calafate", tag: "Wellness" }]; const bullets = [ "Architecture that frames the landscape", "Everything included, nothing unnecessary", "Effortless comfort and connection after exploration"]; return (

Luxury That Lets the Destination Lead.

    {bullets.map((b, i) =>
  • {b}
  • )}
{tiles.map((t, i) => )}
{lightbox &&
setLightbox(null)}> {lightbox.title} e.stopPropagation()} />
{lightbox.title}
{lightbox.caption}
}
); } Object.assign(window, { PatagoniaMap, FAQ, LeadForm, SiteFooter, StayExplore });