// Into the Wild — Itinerary, Map, Gallery
const { useState: useStateMid } = React;
function Itinerary() {
const [open, setOpen] = useState(0);
const days = [
{
n: "01", title: "Arrivals & Circle", loc: "Pontedeume · Teambuilding",
phase: "I · Teambuilding",
tags: ["Arrivals", "Icebreakers", "Kit check"],
body: "Eighteen strangers pile off planes, trains and a rickety bus from Santiago. We meet at a rural albergue on the edge of the forest, share a stew, hand out headlamps and walk a short opening ritual down to the estuary.",
stats: [{k:"Distance", v:"0 km"}, {k:"Sleep", v:"Das Nest"}, {k:"Dinner", v:"Caldo galego"}]
},
{
n: "02", title: "Names, Knots, Nerves", loc: "Caaveiro basecamp · Teambuilding",
phase: "I · Teambuilding",
tags: ["Cooperative games", "Roles"],
body: "A full day of non-formal facilitation. We work through name-learning games, trust exercises, cooking rotations, and the contract the group will live by for the rest of the week. Everyone leaves with a task and a partner.",
stats: [{k:"Sessions", v:"4"}, {k:"Groups of", v:"3"}, {k:"Sleep", v:"Albergue"}]
},
{
n: "03", title: "Into the Fragas", loc: "River Eume · Teambuilding",
phase: "I · Teambuilding",
tags: ["First hike", "Peer learning"],
body: "Our first proper walk into the forest canopy. Skill-share in clearings — map-reading, fire-lighting, conflict transformation, singing badly in six languages. Return to the albergue for a cultural-exchange dinner: one dish per country.",
stats: [{k:"Distance", v:"9 km"}, {k:"Workshops", v:"3"}, {k:"Plates", v:"54"}]
},
{
n: "04", title: "Deep Forest", loc: "Caaveiro → Monfero · Experiential",
phase: "II · Experiential",
tags: ["Bivouac", "Navigation"],
body: "Phase two begins. We leave the albergue with everything on our backs and cross the Eume valley on foot. You take turns leading with the map. First night out — tarps and hammocks under three-hundred-year-old oaks.",
stats: [{k:"Distance", v:"16 km"}, {k:"Ascent", v:"+520m"}, {k:"Sleep", v:"Bivouac"}]
},
{
n: "05", title: "Silent Morning, Loud Night", loc: "Monfero waterfalls · Experiential",
phase: "II · Experiential",
tags: ["Solo time", "Wild swim", "Campfire"],
body: "Four hours walking without speaking — harder than it sounds. A cold swim under the Cabalar falls. Ends in a circle around the fire where everyone shares one thing the silence said to them. Some cry. It's fine.",
stats: [{k:"Distance", v:"12 km"}, {k:"Words", v:"~0"}, {k:"Songs", v:"∞"}]
},
{
n: "06", title: "Descent & Debrief", loc: "Back to Pontedeume · Reflection",
phase: "III · Reflection",
tags: ["Youthpass", "Closing"],
body: "Off the ridge, into a borrowed farmhouse. We run Youthpass reflection workshops, swap contacts, plan the winter reunion, cry again, then have the best dinner of our lives. Goodbyes at the train station the next morning.",
stats: [{k:"Distance", v:"8 km"}, {k:"Youthpass", v:"Signed"}, {k:"Goodbyes", v:"Tearful"}]
},
];
return (
02Edition 04 · Fragas do Eume · six days in three phases