{"id":1112,"date":"2026-02-28T06:32:15","date_gmt":"2026-02-28T06:32:15","guid":{"rendered":"https:\/\/coachvelia.com\/?page_id=1112"},"modified":"2026-07-28T23:40:50","modified_gmt":"2026-07-28T23:40:50","slug":"home-2","status":"publish","type":"page","link":"https:\/\/coachvelia.com\/es\/","title":{"rendered":"Wayfinding Coach Velia"},"content":{"rendered":"<body>\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1112\" class=\"elementor elementor-1112\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc43cf8 e-flex e-con-boxed e-con e-parent\" data-id=\"dc43cf8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33a876b elementor-widget elementor-widget-html\" data-id=\"33a876b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&amp;family=Karla:ital,wght@0,300;0,400;0,500;0,600;1,400&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --sand:#F4EFE4;\n    --ivory:#FBF8F1;\n    --moss:#4E5F45;\n    --moss-dark:#31392A;\n    --clay:#C6A47D;\n    --clay-soft:#E3D2B8;\n    --ink:#2C2A22;\n    --gold:#B08A3F;\n    --line:#C9C0AC;\n  }\n  *{box-sizing:border-box; margin:0; padding:0;}\n  html{scroll-behavior:smooth;}\n  body{\n    background:var(--sand);\n    color:var(--ink);\n    font-family:'Karla', sans-serif;\n    font-weight:400;\n    line-height:1.6;\n    overflow-x:hidden;\n  }\n  h1,h2,h3,.display{\n    font-family:'Fraunces', serif;\n    font-weight:500;\n    color:var(--moss-dark);\n    line-height:1.15;\n    letter-spacing:-0.01em;\n  }\n  em{font-style:italic; font-weight:400; color:var(--moss);}\n  a{color:inherit;}\n  .wrap{max-width:1120px; margin:0 auto; padding:0 32px;}\n \n  \/* ---------- NAV ---------- *\/\n  nav{\n    position:sticky; top:0; z-index:50;\n    background:rgba(244,239,228,0.88);\n    backdrop-filter:blur(8px);\n    border-bottom:1px solid var(--line);\n  }\n  nav .wrap{\n    display:flex; align-items:center; justify-content:space-between;\n    height:76px;\n  }\n  .logo{\n    font-family:'Fraunces', serif;\n    font-size:1.25rem;\n    font-weight:500;\n    letter-spacing:0.02em;\n    color:var(--moss-dark);\n  }\n  .logo span{font-style:italic; color:var(--gold); font-weight:400;}\n  .navlinks{display:flex; gap:36px; list-style:none; font-size:0.92rem; letter-spacing:0.02em;}\n  .navlinks a{text-decoration:none; color:var(--ink); position:relative; padding-bottom:4px;}\n  .navlinks a::after{\n    content:''; position:absolute; left:0; bottom:0; width:0; height:1px;\n    background:var(--gold); transition:width 0.3s ease;\n  }\n  .navlinks a:hover::after{width:100%;}\n  .navcta{\n    font-size:0.88rem; padding:10px 22px; border-radius:100px;\n    background:var(--moss) !important; color:var(--ivory) !important; text-decoration:none !important;\n    letter-spacing:0.02em; transition:background 0.25s ease;\n  }\n  .navcta:hover{background:var(--moss-dark) !important;}\n  .navcta:visited{color:var(--ivory) !important;}\n  .navtoggle{display:none;}\n \n  \/* ---------- WAYFINDING SPINE (signature element) ---------- *\/\n  .spine{\n    position:absolute; left:50%; top:0; width:2px; height:100%;\n    transform:translateX(-50%);\n    z-index:0; pointer-events:none;\n  }\n  .spine svg{position:absolute; top:0; left:50%; transform:translateX(-50%);}\n  .spine path{\n    fill:none; stroke:var(--clay); stroke-width:1.5; stroke-dasharray:4 8;\n    stroke-linecap:round; opacity:0.55;\n  }\n  .waypoint{\n    position:relative; z-index:2;\n    display:flex; justify-content:center; margin:0 auto;\n  }\n  .waypoint .dot{\n    width:11px; height:11px; border-radius:50%;\n    background:var(--ivory); border:2px solid var(--gold);\n  }\n \n  \/* ---------- HERO ---------- *\/\n  .hero{\n    position:relative;\n    min-height:92vh;\n    display:flex; align-items:center; justify-content:center;\n    text-align:center;\n    padding:140px 32px 100px;\n    background:\n      radial-gradient(ellipse at 30% 20%, rgba(198,164,125,0.28), transparent 55%),\n      radial-gradient(ellipse at 75% 75%, rgba(78,95,69,0.16), transparent 55%),\n      var(--sand);\n    overflow:hidden;\n  }\n  .hero::before{\n    \/* a faint wandering trail rendered behind the hero text *\/\n    content:'';\n    position:absolute; inset:0;\n    background-image:url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1200 800'%3E%3Cpath d='M100 700 C 250 600, 200 450, 380 420 S 620 500, 700 350 S 550 150, 750 90' stroke='%23C6A47D' stroke-width='1.4' fill='none' stroke-dasharray='2 10' opacity='0.35'\/%3E%3C\/svg%3E\");\n    background-repeat:no-repeat; background-position:center; background-size:cover;\n  }\n  .hero-inner{position:relative; max-width:720px;}\n  .eyebrow{\n    font-size:0.78rem; letter-spacing:0.18em; text-transform:uppercase;\n    color:var(--gold); margin-bottom:22px; font-weight:600;\n  }\n  .hero h1{\n    font-size:clamp(2.3rem, 5vw, 3.4rem);\n    margin-bottom:26px;\n  }\n  .hero p.sub{\n    font-size:1.1rem; color:var(--moss-dark); opacity:0.85;\n    max-width:520px; margin:0 auto 40px;\n  }\n  .btn-primary{\n    display:inline-block; background:var(--moss) !important; color:var(--ivory) !important;\n    padding:16px 38px; border-radius:100px; text-decoration:none !important;\n    font-size:0.98rem; letter-spacing:0.02em;\n    transition:transform 0.25s ease, background 0.25s ease;\n    box-shadow:0 8px 24px rgba(49,57,42,0.18);\n    border:none; cursor:pointer;\n  }\n  .btn-primary:hover{background:var(--moss-dark) !important; transform:translateY(-2px);}\n  .btn-primary:visited{color:var(--ivory) !important;}\n \n  \/* ---------- SECTION SHELL ---------- *\/\n  section{position:relative; padding:110px 32px; z-index:1;}\n  .reveal{opacity:1; transform:none;}\n  .reveal.animate-ready{opacity:0; transform:translateY(24px); transition:opacity 0.8s ease, transform 0.8s ease;}\n  .reveal.animate-ready.in{opacity:1; transform:translateY(0);}\n  .reveal.in{opacity:1; transform:translateY(0);}\n \n  \/* ---------- ANCHOR (Wayfinding explained) ---------- *\/\n  .anchor{\n    text-align:center; background:var(--moss-dark); color:var(--ivory);\n  }\n  .anchor .wrap{max-width:680px;}\n  .anchor .display{font-size:1.5rem; font-style:italic; color:var(--ivory); font-weight:400; line-height:1.5;}\n  .anchor .display em{color:var(--clay-soft);}\n  .anchor .credit{margin-top:26px; font-size:0.85rem; letter-spacing:0.08em; text-transform:uppercase; color:var(--clay-soft); opacity:0.7;}\n \n  \/* ---------- HOW WE BEGIN ---------- *\/\n  .begin .kicker{text-align:center; margin-bottom:64px;}\n  .kicker .eyebrow{color:var(--gold);}\n  .kicker h2{font-size:clamp(1.8rem, 3vw, 2.4rem);}\n  .steps{\n    display:grid; grid-template-columns:repeat(4,1fr); gap:28px;\n    max-width:1000px; margin:0 auto;\n  }\n  .step{\n    background:var(--ivory); border:1px solid var(--line);\n    border-radius:18px; padding:32px 24px; text-align:left;\n  }\n  .step .num{\n    font-family:'Fraunces', serif; font-style:italic; font-size:1.6rem;\n    color:var(--clay); margin-bottom:14px; display:block;\n  }\n  .step h3{font-size:1.15rem; margin-bottom:10px;}\n  .step p{font-size:0.92rem; color:var(--ink); opacity:0.8;}\n \n  \/* ---------- MEET VELIA ---------- *\/\n  .meet{background:var(--clay-soft);}\n  .meet-grid{\n    display:grid; grid-template-columns:0.85fr 1.15fr; gap:64px; align-items:center;\n  }\n  .meet-photo{\n    aspect-ratio:4\/5; border-radius:24px;\n    overflow:hidden;\n    border:1px solid rgba(49,57,42,0.15);\n  }\n  .meet-photo img{\n    width:100%; height:100%; object-fit:cover; display:block;\n  }\n  .meet-text .eyebrow{color:var(--moss);}\n  .meet-text h2{font-size:clamp(1.8rem, 3vw, 2.3rem); margin-bottom:24px;}\n  .meet-text p{margin-bottom:18px; font-size:1.02rem;}\n  .meet-text .signoff{font-style:italic; color:var(--moss-dark); margin-top:24px;}\n  .link-underline{\n    text-decoration:none; color:var(--moss-dark); font-weight:600;\n    border-bottom:1.5px solid var(--gold); padding-bottom:2px; display:inline-block; margin-top:8px;\n  }\n \n  \/* ---------- WORK TOGETHER ---------- *\/\n  .work .kicker{text-align:center; margin-bottom:20px;}\n  .work .kicker p{max-width:560px; margin:18px auto 0; color:var(--ink); opacity:0.8;}\n  .tier-group{margin-bottom:56px;}\n  .tier-label{\n    text-align:center; font-size:0.8rem; letter-spacing:0.14em; text-transform:uppercase;\n    color:var(--gold); margin-bottom:24px; font-weight:600;\n  }\n  .cards{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1000px; margin:0 auto;}\n  .card{\n    background:var(--ivory); border-radius:20px; border:1px solid var(--line);\n    padding:32px 28px; display:flex; flex-direction:column;\n  }\n  .card.featured{border-color:var(--gold); box-shadow:0 12px 32px rgba(176,138,63,0.14);}\n  .card .price{font-family:'Fraunces',serif; font-size:1.8rem; color:var(--moss-dark); margin-bottom:6px;}\n  .card .price small{font-size:0.85rem; font-weight:400; opacity:0.7;}\n  .card h3{font-size:1.15rem; margin-bottom:6px;}\n  .card .meta{font-size:0.8rem; color:var(--gold); letter-spacing:0.04em; text-transform:uppercase; margin-bottom:16px;}\n  .card p{font-size:0.92rem; opacity:0.82; flex-grow:1; margin-bottom:22px;}\n  .card a{\n    text-align:center; padding:12px; border-radius:100px; text-decoration:none;\n    font-size:0.9rem; border:1.5px solid var(--moss); color:var(--moss-dark);\n    transition:all 0.25s ease; cursor:pointer;\n  }\n  .card a:hover{background:var(--moss); color:var(--ivory);}\n  .card.featured a{background:var(--moss); color:var(--ivory);}\n  .card.featured a:hover{background:var(--moss-dark);}\n \n  \/* ---------- LEARN MORE MODAL ---------- *\/\n  .modal-overlay{\n    display:none; position:fixed; inset:0; z-index:200;\n    background:rgba(44,42,34,0.55); backdrop-filter:blur(3px);\n    align-items:center; justify-content:center; padding:24px;\n  }\n  .modal-overlay.open{display:flex;}\n  .modal-box{\n    background:var(--ivory); border-radius:20px; max-width:440px; width:100%;\n    padding:40px 36px; position:relative; text-align:left;\n  }\n  .modal-close{\n    position:absolute; top:18px; right:22px; background:none; border:none;\n    font-size:1.4rem; color:var(--moss-dark); cursor:pointer; line-height:1;\n  }\n  .modal-box .modal-meta{\n    font-size:0.8rem; letter-spacing:0.06em; text-transform:uppercase; color:var(--gold); margin-bottom:8px;\n  }\n  .modal-box h3{font-size:1.4rem; margin-bottom:14px;}\n  .modal-box p{font-size:0.95rem; opacity:0.85; margin-bottom:20px;}\n  .modal-box .modal-price{\n    font-family:'Fraunces',serif; font-size:2.1rem; color:var(--moss-dark);\n    margin-bottom:22px; padding-top:18px; border-top:1px solid var(--line);\n  }\n  .modal-price small{font-size:0.9rem; font-weight:400; opacity:0.7;}\n \n  \/* ---------- READING ROOM ---------- *\/\n  .library{\n    background:var(--moss-dark); color:var(--ivory); text-align:center;\n    border-radius:32px; margin:0 auto; max-width:1120px; padding:90px 48px;\n  }\n  .library .eyebrow{color:var(--clay-soft);}\n  .library h2{color:var(--ivory); font-size:clamp(1.8rem,3vw,2.3rem); margin-bottom:20px;}\n  .library p{max-width:520px; margin:0 auto 36px; opacity:0.85;}\n  .library a.btn-primary{background:var(--gold);}\n  .library a.btn-primary:hover{background:#96712F;}\n \n  \/* ---------- REFLECTIONS ---------- *\/\n  .reflections .kicker{margin-bottom:56px;}\n  .quotes{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1080px; margin:0 auto;}\n  .quote{\n    background:var(--ivory); border-radius:18px; padding:30px 26px;\n    border-left:3px solid var(--clay);\n  }\n  .quote p{font-family:'Fraunces',serif; font-style:italic; font-size:1.05rem; color:var(--moss-dark); margin-bottom:16px;}\n  .quote .who{font-size:0.8rem; letter-spacing:0.06em; text-transform:uppercase; color:var(--gold); opacity:0.9;}\n \n  \/* ---------- CONNECT ---------- *\/\n  .connect{text-align:center;}\n  .connect h2{font-size:clamp(1.7rem,3vw,2.2rem); margin-bottom:16px;}\n  .connect p{max-width:480px; margin:0 auto 32px; opacity:0.8;}\n  .signup{\n    display:flex; max-width:420px; margin:0 auto; gap:10px;\n  }\n  .signup input{\n    flex:1; padding:14px 18px; border-radius:100px; border:1px solid var(--line);\n    background:var(--ivory); font-family:'Karla',sans-serif; font-size:0.92rem;\n  }\n  .signup button{\n    padding:14px 26px; border-radius:100px; background:var(--moss); color:var(--ivory);\n    border:none; font-size:0.92rem; cursor:pointer; transition:background 0.25s ease;\n  }\n  .signup button:hover{background:var(--moss-dark);}\n \n  \/* ---------- FOOTER ---------- *\/\n  footer{\n    padding:56px 32px 40px; text-align:center; border-top:1px solid var(--line);\n    font-size:0.85rem; color:var(--moss-dark); opacity:0.75;\n  }\n  footer .flinks{margin-top:14px; display:flex; gap:22px; justify-content:center; list-style:none;}\n  footer a{text-decoration:none;}\n \n  @media (max-width:860px){\n    .navlinks{display:none;}\n    .meet-grid{grid-template-columns:1fr;}\n    .steps{grid-template-columns:1fr 1fr;}\n    .cards{grid-template-columns:1fr;}\n    .quotes{grid-template-columns:1fr;}\n    .signup{flex-direction:column;}\n  }\n  @media (prefers-reduced-motion: reduce){\n    .reveal{transition:none; opacity:1; transform:none;}\n    html{scroll-behavior:auto;}\n  }\n<\/style>\n \n<nav>\n  <div class=\"wrap\">\n    <div class=\"logo\">Wayfinding <span>\u00b7 Coach Velia<\/span><\/div>\n    <ul class=\"navlinks\">\n      <li><a href=\"\/es\/about-me\/\">About<\/a><\/li>\n      <li><a href=\"#work\">Work With Me<\/a><\/li>\n      <li><a href=\"#library\">Library<\/a><\/li>\n      <li><a href=\"#reflections\">Reflections<\/a><\/li>\n      <li><a href=\"#connect\">Contacto<\/a><\/li>\n    <\/ul>\n    <a href=\"#work\" class=\"navcta\">Begin Here<\/a>\n  <\/div>\n<\/nav>\n \n<!-- HERO -->\n<header class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"eyebrow\">Wayfinding<\/div>\n    <h1>You haven't lost yourself.<br>You've just been away for a while.<\/h1>\n    <p class=\"sub\">Through stories, conversation, and quiet reflection, discover the parts of yourself that were never truly lost.<\/p>\n    <a href=\"#work\" class=\"btn-primary\">Begin Here<\/a>\n  <\/div>\n<\/header>\n \n<!-- ANCHOR: Wayfinding explained -->\n<section class=\"anchor reveal\">\n  <div class=\"wrap\">\n    <p class=\"display\">\"Wayfinding assumes your compass works. But if your nervous system has spent years in fight-or-flight, the compass gets distorted, <em>not broken, just misreading.<\/em> Recalibrating isn't a one-time fix. Some days it happens once. Some days it happens five or six times. That's not failure. <em>That's the practice.<\/em>\"<\/p>\n    <p class=\"credit\">On Wayfinding<\/p>\n  <\/div>\n<\/section>\n \n<!-- HOW WE BEGIN -->\n<section class=\"begin\" id=\"begin\">\n  <div class=\"wrap\">\n    <div class=\"kicker reveal\">\n      <div class=\"eyebrow\">The Path<\/div>\n      <h2>How We Begin<\/h2>\n    <\/div>\n    <div class=\"steps\">\n      <div class=\"step reveal\">\n        <span class=\"num\">i.<\/span>\n        <h3>Arrive<\/h3>\n        <p>A free conversation. No pressure, just space to say what's actually going on.<\/p>\n      <\/div>\n      <div class=\"step reveal\">\n        <span class=\"num\">ii.<\/span>\n        <h3>Reflect<\/h3>\n        <p>Together we find the thread: what you've been overlooking, avoiding, or ready to face.<\/p>\n      <\/div>\n      <div class=\"step reveal\">\n        <span class=\"num\">iii.<\/span>\n        <h3>Practice<\/h3>\n        <p>Through memoir, coaching, or your own writing, we build a rhythm of recalibrating.<\/p>\n      <\/div>\n      <div class=\"step reveal\">\n        <span class=\"num\">iv.<\/span>\n        <h3>Return<\/h3>\n        <p>You leave steadier, clearer, more yourself than when you arrived.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n \n<div class=\"waypoint reveal\"><div class=\"dot\"><\/div><\/div>\n \n<!-- MEET VELIA -->\n<section class=\"meet\" id=\"meet\">\n  <div class=\"wrap meet-grid\">\n    <div class=\"meet-photo reveal\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/coachvelia.com\/wp-content\/uploads\/2026\/07\/throne-pic.jpg?w=800&#038;ssl=1\" alt=\"Velia, seated outdoors in nature\" loading=\"lazy\"><\/div>\n    <div class=\"meet-text reveal\">\n      <div class=\"eyebrow\">Conoce a Velia<\/div>\n      <h2>I spent years thinking I was building a coaching business.<\/h2>\n      <p>What I was actually building was a way of paying attention.<\/p>\n      <p>A basket of moringa pods became a reflection on human potential. Cleaning a linen closet became a lesson in stewardship. Living in a fifth wheel became a memoir about identity.<\/p>\n      <p>I used to believe transformation happened in the big breakthroughs. Now I think it happens in ordinary mornings. In walks. In conversations. In the courage to tell ourselves the truth.<\/p>\n      <p class=\"signoff\">That's the work I love.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n \n<div class=\"waypoint reveal\"><div class=\"dot\"><\/div><\/div>\n \n<!-- WORK TOGETHER -->\n<section class=\"work\" id=\"work\">\n  <div class=\"wrap\">\n    <div class=\"kicker reveal\">\n      <div class=\"eyebrow\">Begin Here \u2192 Work Together \u2192 Explore on Your Own<\/div>\n      <h2>Ways to Walk This With Me<\/h2>\n      <p>Not sessions to book. A journey to enter, at the pace that's actually yours.<\/p>\n    <\/div>\n \n    <div class=\"tier-group reveal\">\n      <div class=\"tier-label\">Begin Here<\/div>\n      <div class=\"cards\">\n        <div class=\"card featured\">\n          <h3>Say Hello<\/h3>\n          <div class=\"meta\">No set time limit<\/div>\n          <p>Send a message about what's going on for you. I'll write back, and if it feels right, we'll find a time to actually talk, unhurried, whenever that ends up being.<\/p>\n          <a href=\"mailto:velia@coachvelia.com\">Reach Out<\/a>\n        <\/div>\n        <div class=\"card\">\n          <h3>Read My Story<\/h3>\n          <div class=\"meta\">About Velia<\/div>\n          <p>Not sure where to start? Get to know the person behind the words first, no commitment required.<\/p>\n          <a href=\"\/es\/about-me\/\">Conoce a Velia<\/a>\n        <\/div>\n        <div class=\"card\">\n          <h3>Follow Along<\/h3>\n          <div class=\"meta\">Social &amp; resources<\/div>\n          <p>See what I'm sharing, reflecting on, and creating in between sessions and pages.<\/p>\n          <a href=\"https:\/\/linktr.ee\/Coachvelia\" target=\"_blank\">Find Me There<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n \n    <div class=\"tier-group reveal\">\n      <div class=\"tier-label\">Work Together<\/div>\n      <div class=\"cards\">\n        <div class=\"card\">\n          <h3>Wayfinding: Coming Home<\/h3>\n          <div class=\"meta\">~3 months<\/div>\n          <p>A guided journey for people ready to reconnect with themselves, at whatever pace that actually takes.<\/p>\n          <a onclick=\"openModal('coming-home')\">Learn More<\/a>\n        <\/div>\n        <div class=\"card\">\n          <h3>Wayfinding: The Next Chapter<\/h3>\n          <div class=\"meta\">~6 months<\/div>\n          <p>For those ready to rebuild more than one chapter at a time: identity, relationships, the whole recalibration.<\/p>\n          <a onclick=\"openModal('next-chapter')\">Learn More<\/a>\n        <\/div>\n        <div class=\"card\">\n          <h3>Single Session<\/h3>\n          <div class=\"meta\">60 minutes<\/div>\n          <p>For ongoing clients, or a focused one-time conversation.<\/p>\n          <a onclick=\"openModal('single')\">Learn More<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n \n<!-- LEARN MORE MODALS -->\n<div class=\"modal-overlay\" id=\"modal-coming-home\" onclick=\"if(event.target===this)closeModal('coming-home')\">\n  <div class=\"modal-box\">\n    <button class=\"modal-close\" onclick=\"closeModal('coming-home')\">\u00d7<\/button>\n    <div class=\"modal-meta\">~3 Months<\/div>\n    <h3>Wayfinding: Coming Home<\/h3>\n    <p>Self-guided reflections paired with live coaching for integration, and steady support throughout. Built for working through specific chapters of change, not fixing everything at once.<\/p>\n    <div class=\"modal-price\">$3,200<small> \u00b7 paid in full<\/small><\/div>\n    <a href=\"mailto:velia@coachvelia.com\" class=\"btn-primary\">Ask About This Journey<\/a>\n  <\/div>\n<\/div>\n<div class=\"modal-overlay\" id=\"modal-next-chapter\" onclick=\"if(event.target===this)closeModal('next-chapter')\">\n  <div class=\"modal-box\">\n    <button class=\"modal-close\" onclick=\"closeModal('next-chapter')\">\u00d7<\/button>\n    <div class=\"modal-meta\">~6 Months<\/div>\n    <h3>Wayfinding: The Next Chapter<\/h3>\n    <p>The full journey, followed by additional open coaching and integration once the structured practices are complete. For a full rebuild, not just one part of your life at a time, everyday habits included.<\/p>\n    <div class=\"modal-price\">$5,200<small> \u00b7 paid in full<\/small><\/div>\n    <a href=\"mailto:velia@coachvelia.com\" class=\"btn-primary\">Ask About This Journey<\/a>\n  <\/div>\n<\/div>\n<div class=\"modal-overlay\" id=\"modal-single\" onclick=\"if(event.target===this)closeModal('single')\">\n  <div class=\"modal-box\">\n    <button class=\"modal-close\" onclick=\"closeModal('single')\">\u00d7<\/button>\n    <div class=\"modal-meta\">60 Minutes<\/div>\n    <h3>Single Session<\/h3>\n    <p>For ongoing clients, or a focused one-time conversation when you need space to think something through.<\/p>\n    <div class=\"modal-price\">$200<small> \/ session<\/small><\/div>\n    <a href=\"https:\/\/app.acuityscheduling.com\/schedule\/0e48970c\" target=\"_blank\" class=\"btn-primary\">Book a Session<\/a>\n  <\/div>\n<\/div>\n \n<!-- READING ROOM -->\n<section id=\"library\">\n  <div class=\"library reveal\">\n    <div class=\"eyebrow\">Explore on Your Own<\/div>\n    <h2>The Reading Room<\/h2>\n    <p>Memoirs, courses, and workbooks: a growing library for the moments between sessions, or for those not ready to talk yet.<\/p>\n    <a href=\"https:\/\/intentionalhealings.gumroad.com\/\" class=\"btn-primary\">Step Into the Library<\/a>\n  <\/div>\n<\/section>\n \n<div class=\"waypoint reveal\"><div class=\"dot\"><\/div><\/div>\n \n<!-- REFLECTIONS -->\n<section class=\"reflections\" id=\"reflections\">\n  <div class=\"wrap\">\n    <div class=\"kicker reveal\" style=\"text-align:center;\">\n      <div class=\"eyebrow\">A Few Reflections<\/div>\n      <h2>Their Words, Not Mine<\/h2>\n    <\/div>\n    <div class=\"quotes\">\n      <div class=\"quote reveal\">\n        <p>\"I became me. There's so many ways I could explain it, but truly the best way is to just experience the change yourself.\"<\/p>\n        <div class=\"who\">Client, anonymous<\/div>\n      <\/div>\n      <div class=\"quote reveal\">\n        <p>\"I now know myself to be a powerful, multi-faceted being, and that what seemed like negative patterns were just ways of protecting myself.\"<\/p>\n        <div class=\"who\">Client, anonymous<\/div>\n      <\/div>\n      <div class=\"quote reveal\">\n        <p>\"A lot of what I had weighing on me wasn't even my own stuff. It was other people's energy and problems.\"<\/p>\n        <div class=\"who\">Client, anonymous<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n \n<!-- CONNECT -->\n<section class=\"connect\" id=\"connect\">\n  <div class=\"wrap\">\n    <h2>Stay Connected<\/h2>\n    <p>Gentle reminders, reflections, and new writing. Nothing more than that.<\/p>\n    <a href=\"mailto:velia@coachvelia.com?subject=Add%20me%20to%20your%20list\" class=\"btn-primary\">Email Me to Join<\/a>\n  <\/div>\n<\/section>\n \n<footer>\n  <div class=\"logo\" style=\"justify-content:center; display:inline-flex;\">Wayfinding<\/div>\n  <p style=\"margin-top:6px;\">Coach Velia \u00b7 Intentional Healings LLC<\/p>\n  <ul class=\"flinks\">\n    <li><a href=\"\/es\/about-me\/\">About<\/a><\/li>\n    <li><a href=\"#work\">Work With Me<\/a><\/li>\n    <li><a href=\"#library\">Library<\/a><\/li>\n    <li><a href=\"#connect\">Contacto<\/a><\/li>\n  <\/ul>\n<\/footer>\n \n<script>\n  const reveals = document.querySelectorAll('.reveal');\n  reveals.forEach(el=>el.classList.add('animate-ready'));\n  const io = new IntersectionObserver((entries)=>{\n    entries.forEach(e=>{\n      if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target); }\n    });\n  }, {threshold:0.15});\n  reveals.forEach(el=>io.observe(el));\n \n  function openModal(id){\n    document.getElementById('modal-'+id).classList.add('open');\n    document.body.style.overflow='hidden';\n  }\n  function closeModal(id){\n    document.getElementById('modal-'+id).classList.remove('open');\n    document.body.style.overflow='';\n  }\n  document.addEventListener('keydown', function(e){\n    if(e.key==='Escape'){\n      document.querySelectorAll('.modal-overlay.open').forEach(m=>m.classList.remove('open'));\n      document.body.style.overflow='';\n    }\n  });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/body>","protected":false},"excerpt":{"rendered":"<p>Wayfinding \u00b7 Coach Velia About Work With Me Library Reflections Contact Begin Here Wayfinding You haven&#8217;t lost yourself.You&#8217;ve just been away for a while. Through stories, conversation, and quiet reflection, discover the parts of yourself that were never truly lost. Begin Here &#8220;Wayfinding assumes your compass works. But if your nervous system has spent years [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-1112","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Wayfinding Coach Velia - Coach Velia<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/coachvelia.com\/es\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wayfinding Coach Velia - Coach Velia\" \/>\n<meta property=\"og:description\" content=\"Wayfinding \u00b7 Coach Velia About Work With Me Library Reflections Contact Begin Here Wayfinding You haven&#8217;t lost yourself.You&#8217;ve just been away for a while. Through stories, conversation, and quiet reflection, discover the parts of yourself that were never truly lost. Begin Here &#8220;Wayfinding assumes your compass works. But if your nervous system has spent years [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/coachvelia.com\/es\/\" \/>\n<meta property=\"og:site_name\" content=\"Coach Velia\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-28T23:40:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/coachvelia.com\/wp-content\/uploads\/2026\/07\/throne-pic.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/coachvelia.com\\\/\",\"url\":\"https:\\\/\\\/coachvelia.com\\\/\",\"name\":\"Wayfinding Coach Velia - Coach Velia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/baileybaked.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/coachvelia.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/coachvelia.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/coachvelia.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/throne-pic.jpg\",\"datePublished\":\"2026-02-28T06:32:15+00:00\",\"dateModified\":\"2026-07-28T23:40:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/coachvelia.com\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/coachvelia.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/coachvelia.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/coachvelia.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/throne-pic.jpg\",\"contentUrl\":\"https:\\\/\\\/coachvelia.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/throne-pic.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/coachvelia.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/coachvelia.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wayfinding Coach Velia\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/baileybaked.com\\\/#website\",\"url\":\"https:\\\/\\\/baileybaked.com\\\/\",\"name\":\"Coach Velia\",\"description\":\"Let&#039;s Heal Together!\",\"publisher\":{\"@id\":\"https:\\\/\\\/baileybaked.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/baileybaked.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/baileybaked.com\\\/#organization\",\"name\":\"Coach Velia\",\"url\":\"https:\\\/\\\/baileybaked.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/baileybaked.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/coachvelia.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/Velia-Site-Logo-min.png?fit=942%2C530&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/coachvelia.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/Velia-Site-Logo-min.png?fit=942%2C530&ssl=1\",\"width\":942,\"height\":530,\"caption\":\"Coach Velia\"},\"image\":{\"@id\":\"https:\\\/\\\/baileybaked.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wayfinding Coach Velia - Coach Velia","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/coachvelia.com\/es\/","og_locale":"es_MX","og_type":"article","og_title":"Wayfinding Coach Velia - Coach Velia","og_description":"Wayfinding \u00b7 Coach Velia About Work With Me Library Reflections Contact Begin Here Wayfinding You haven&#8217;t lost yourself.You&#8217;ve just been away for a while. Through stories, conversation, and quiet reflection, discover the parts of yourself that were never truly lost. Begin Here &#8220;Wayfinding assumes your compass works. But if your nervous system has spent years [&hellip;]","og_url":"https:\/\/coachvelia.com\/es\/","og_site_name":"Coach Velia","article_modified_time":"2026-07-28T23:40:50+00:00","og_image":[{"url":"https:\/\/coachvelia.com\/wp-content\/uploads\/2026\/07\/throne-pic.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/coachvelia.com\/","url":"https:\/\/coachvelia.com\/","name":"Wayfinding Coach Velia - Coach Velia","isPartOf":{"@id":"https:\/\/baileybaked.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/coachvelia.com\/#primaryimage"},"image":{"@id":"https:\/\/coachvelia.com\/#primaryimage"},"thumbnailUrl":"https:\/\/coachvelia.com\/wp-content\/uploads\/2026\/07\/throne-pic.jpg","datePublished":"2026-02-28T06:32:15+00:00","dateModified":"2026-07-28T23:40:50+00:00","breadcrumb":{"@id":"https:\/\/coachvelia.com\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/coachvelia.com\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/coachvelia.com\/#primaryimage","url":"https:\/\/coachvelia.com\/wp-content\/uploads\/2026\/07\/throne-pic.jpg","contentUrl":"https:\/\/coachvelia.com\/wp-content\/uploads\/2026\/07\/throne-pic.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/coachvelia.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/coachvelia.com\/"},{"@type":"ListItem","position":2,"name":"Wayfinding Coach Velia"}]},{"@type":"WebSite","@id":"https:\/\/baileybaked.com\/#website","url":"https:\/\/baileybaked.com\/","name":"Coach Velia","description":"Let&#039;s Heal Together!","publisher":{"@id":"https:\/\/baileybaked.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/baileybaked.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/baileybaked.com\/#organization","name":"Coach Velia","url":"https:\/\/baileybaked.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/baileybaked.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/coachvelia.com\/wp-content\/uploads\/2024\/03\/Velia-Site-Logo-min.png?fit=942%2C530&ssl=1","contentUrl":"https:\/\/i0.wp.com\/coachvelia.com\/wp-content\/uploads\/2024\/03\/Velia-Site-Logo-min.png?fit=942%2C530&ssl=1","width":942,"height":530,"caption":"Coach Velia"},"image":{"@id":"https:\/\/baileybaked.com\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/coachvelia.com\/es\/wp-json\/wp\/v2\/pages\/1112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coachvelia.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/coachvelia.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/coachvelia.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/coachvelia.com\/es\/wp-json\/wp\/v2\/comments?post=1112"}],"version-history":[{"count":5,"href":"https:\/\/coachvelia.com\/es\/wp-json\/wp\/v2\/pages\/1112\/revisions"}],"predecessor-version":[{"id":1203,"href":"https:\/\/coachvelia.com\/es\/wp-json\/wp\/v2\/pages\/1112\/revisions\/1203"}],"wp:attachment":[{"href":"https:\/\/coachvelia.com\/es\/wp-json\/wp\/v2\/media?parent=1112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}