
{"id":4536,"date":"2026-05-09T07:34:32","date_gmt":"2026-05-09T02:04:32","guid":{"rendered":"https:\/\/www.zonora.com\/life\/?p=4536"},"modified":"2026-05-09T07:34:32","modified_gmt":"2026-05-09T02:04:32","slug":"before-the-thought-manifesting-from-the-void","status":"publish","type":"post","link":"https:\/\/www.zonora.com\/life\/2026\/05\/09\/before-the-thought-manifesting-from-the-void\/","title":{"rendered":"Before the Thought \u2014Manifesting from the Void"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Before the Thought \u2014 Manifesting from the Void and the No-Mind State<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&#038;family=Outfit:wght@200;300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --void: #06080f;\n    --deep: #0b0e1a;\n    --layer: #111525;\n    --layer2: #181d2e;\n    --rim: #242b42;\n    --text: #c2c8d8;\n    --text-dim: #5e6880;\n    --head: #e8ecf5;\n    --star: #a8b4e0;\n    --indigo: #6b7fd4;\n    --indigo-dim: #3a4480;\n    --violet: #9d7fc4;\n    --violet-dim: #4e3a6e;\n    --silver: #d0d6e8;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  html { font-size: 17px; scroll-behavior: smooth; }\n\n  body {\n    background: var(--void);\n    color: var(--text);\n    font-family: 'Outfit', sans-serif;\n    font-weight: 300;\n    line-height: 1.85;\n    min-height: 100vh;\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500 Starfield canvas \u2500\u2500 *\/\n  #stars {\n    position: fixed;\n    inset: 0;\n    pointer-events: none;\n    z-index: 0;\n    opacity: 0.55;\n  }\n\n  \/* \u2500\u2500 All content above canvas \u2500\u2500 *\/\n  .site { position: relative; z-index: 1; }\n\n  \/* \u2500\u2500 Nav \u2500\u2500 *\/\n  nav {\n    padding: 1.2rem 2.5rem;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    border-bottom: 1px solid rgba(107,127,212,0.12);\n    background: rgba(6,8,15,0.7);\n    backdrop-filter: blur(14px);\n    position: sticky;\n    top: 0;\n    z-index: 100;\n  }\n  .nav-brand {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.15rem;\n    font-style: italic;\n    color: var(--star);\n    letter-spacing: 0.04em;\n  }\n  .nav-tag {\n    font-size: 0.65rem;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--text-dim);\n  }\n\n  \/* \u2500\u2500 Hero \u2500\u2500 *\/\n  .hero {\n    min-height: 88vh;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 6rem 2rem 4rem;\n    position: relative;\n  }\n\n  \/* Soft glow behind hero text *\/\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 20%;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 600px;\n    height: 400px;\n    background: radial-gradient(ellipse, rgba(107,127,212,0.1) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .hero-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    font-size: 0.65rem;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--indigo);\n    border: 1px solid var(--indigo-dim);\n    padding: 0.32rem 1rem;\n    border-radius: 50px;\n    margin-bottom: 2.2rem;\n  }\n  .hero-pill::before {\n    content: '\u25c9';\n    font-size: 0.5rem;\n    animation: pulse 3s ease-in-out infinite;\n  }\n  @keyframes pulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.3; }\n  }\n\n  .hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: clamp(2.6rem, 7vw, 5rem);\n    line-height: 1.1;\n    color: var(--head);\n    max-width: 880px;\n    margin: 0 auto 1.6rem;\n    letter-spacing: -0.01em;\n  }\n  .hero h1 em {\n    font-style: italic;\n    color: var(--violet);\n  }\n  .hero h1 strong {\n    font-weight: 600;\n    color: #fff;\n  }\n\n  .hero-sub {\n    font-size: 0.97rem;\n    color: var(--text-dim);\n    max-width: 500px;\n    margin: 0 auto 3rem;\n    line-height: 1.7;\n    font-weight: 300;\n  }\n\n  .scroll-cue {\n    font-size: 0.65rem;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--indigo-dim);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 0.5rem;\n  }\n  .scroll-cue::after {\n    content: '';\n    display: block;\n    width: 1px;\n    height: 40px;\n    background: linear-gradient(to bottom, var(--indigo-dim), transparent);\n    animation: drip 2s ease-in-out infinite;\n  }\n  @keyframes drip {\n    0%, 100% { opacity: 0.4; transform: scaleY(1); }\n    50% { opacity: 1; transform: scaleY(1.2); }\n  }\n\n  \/* \u2500\u2500 Article \u2500\u2500 *\/\n  .article {\n    max-width: 740px;\n    margin: 0 auto;\n    padding: 5rem 2rem 7rem;\n  }\n\n  p {\n    margin-bottom: 1.6rem;\n    font-size: 1rem;\n    color: var(--text);\n    font-weight: 300;\n  }\n\n  \/* Drop cap *\/\n  .drop-cap::first-letter {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 600;\n    font-size: 4.5rem;\n    line-height: 0.78;\n    float: left;\n    margin-right: 0.1em;\n    margin-top: 0.12em;\n    color: var(--violet);\n  }\n\n  \/* Headings *\/\n  h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 400;\n    font-size: 1.9rem;\n    color: var(--head);\n    margin: 3.5rem 0 1.1rem;\n    letter-spacing: -0.01em;\n    line-height: 1.2;\n  }\n  h2 em { font-style: italic; color: var(--violet); }\n\n  \/* Pull quote *\/\n  .pull {\n    border: 1px solid var(--rim);\n    border-top: 2px solid var(--violet-dim);\n    background: var(--layer);\n    padding: 2rem 2.2rem;\n    margin: 3rem 0;\n    border-radius: 3px;\n    position: relative;\n  }\n  .pull::before {\n    content: '\u2205';\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 3.5rem;\n    color: var(--violet-dim);\n    position: absolute;\n    top: -0.6rem;\n    left: 1.5rem;\n    line-height: 1;\n    opacity: 0.4;\n    background: var(--layer);\n    padding: 0 0.3rem;\n  }\n  .pull p {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.35rem;\n    line-height: 1.6;\n    color: var(--silver);\n    margin: 0;\n    font-weight: 300;\n  }\n\n  \/* Insight box *\/\n  .insight {\n    background: linear-gradient(135deg, rgba(107,127,212,0.06), rgba(157,127,196,0.06));\n    border: 1px solid rgba(107,127,212,0.15);\n    border-left: 2px solid var(--indigo);\n    padding: 1.5rem 1.8rem;\n    margin: 2.5rem 0;\n    border-radius: 0 4px 4px 0;\n  }\n  .insight-label {\n    font-size: 0.6rem;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--indigo);\n    margin-bottom: 0.6rem;\n    display: block;\n  }\n  .insight p {\n    margin: 0;\n    font-size: 0.95rem;\n    color: var(--text);\n    line-height: 1.75;\n  }\n  .insight p strong { color: var(--star); font-weight: 400; }\n\n  \/* Step cards *\/\n  .steps { margin: 2.5rem 0; display: grid; gap: 1rem; }\n  .step {\n    background: var(--layer);\n    border: 1px solid var(--rim);\n    border-radius: 6px;\n    padding: 1.4rem 1.6rem;\n    display: grid;\n    grid-template-columns: 2.5rem 1fr;\n    gap: 0.8rem 1.2rem;\n    align-items: start;\n  }\n  .step-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.6rem;\n    font-style: italic;\n    color: var(--violet-dim);\n    font-weight: 300;\n    line-height: 1.2;\n    padding-top: 0.15rem;\n  }\n  .step-body h4 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.05rem;\n    font-weight: 600;\n    color: var(--head);\n    margin-bottom: 0.35rem;\n    letter-spacing: 0.01em;\n  }\n  .step-body p {\n    margin: 0;\n    font-size: 0.93rem;\n    color: var(--text-dim);\n    line-height: 1.7;\n  }\n\n  \/* Divider *\/\n  .divider {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    margin: 3.5rem 0;\n    color: var(--indigo-dim);\n  }\n  .divider::before, .divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, transparent, var(--rim));\n  }\n  .divider::after { background: linear-gradient(to left, transparent, var(--rim)); }\n  .divider span { font-size: 0.75rem; letter-spacing: 0.18em; }\n\n  \/* Closing glow block *\/\n  .closing-block {\n    background: linear-gradient(160deg, rgba(107,127,212,0.08), rgba(157,127,196,0.05));\n    border: 1px solid var(--rim);\n    border-radius: 8px;\n    padding: 2.5rem 2.2rem;\n    margin: 3.5rem 0 0;\n    text-align: center;\n  }\n  .closing-block .glyph {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 2.2rem;\n    color: var(--violet-dim);\n    display: block;\n    margin-bottom: 1rem;\n    animation: float 5s ease-in-out infinite;\n  }\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-6px); }\n  }\n  .closing-block p {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.2rem;\n    color: var(--silver);\n    margin: 0;\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  \/* Footer *\/\n  footer {\n    border-top: 1px solid var(--rim);\n    padding: 2.5rem 2rem;\n    text-align: center;\n    font-size: 0.68rem;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--text-dim);\n    background: var(--deep);\n  }\n  footer .f-brand {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.1rem;\n    color: var(--star);\n    display: block;\n    margin-bottom: 0.5rem;\n    text-transform: none;\n    letter-spacing: 0.04em;\n  }\n\n  @media (max-width: 600px) {\n    .hero h1 { font-size: 2.4rem; }\n    .article { padding: 3rem 1.2rem 5rem; }\n    .pull::before { display: none; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- Starfield -->\n<canvas id=\"stars\"><\/canvas>\n\n<div class=\"site\">\n\n<nav>\n  <span class=\"nav-brand\">the still point<\/span>\n  <span class=\"nav-tag\">Manifestation \u00b7 Consciousness<\/span>\n<\/nav>\n\n<section class=\"hero\">\n  <span class=\"hero-pill\">Inner Practice<\/span>\n  <h1>Before the <em>Thought<\/em> \u2014 <br>Manifesting from the <strong>Void<\/strong><\/h1>\n  <p class=\"hero-sub\">What happens when you stop trying to manifest and simply become the space in which all things can arrive.<\/p>\n  <div class=\"scroll-cue\">read on<\/div>\n<\/section>\n\n<article class=\"article\">\n\n  <p class=\"drop-cap\">Most people approach manifestation as an act of forceful intention. They write their goals down, visualize in vivid detail, repeat affirmations with conviction, and maintain an almost anxious vigilance over the quality of their thoughts. There&#8217;s a logic to it \u2014 focus on what you want, feel as though you have it, attract it toward you. But there&#8217;s also a quiet tension embedded in all of that effort. Somewhere in the striving is a person who doesn&#8217;t quite believe they already have what they&#8217;re reaching for. And that gap \u2014 the space between the wanting and the having \u2014 can become the very thing that keeps the two apart.<\/p>\n\n  <p>The void state, sometimes called the no-mind state, offers a radically different entry point. It doesn&#8217;t involve trying harder, wanting more vividly, or building a stronger emotional charge around an outcome. In fact, it involves almost none of that. It&#8217;s rooted in something older than modern manifestation culture \u2014 in Zen, in Taoism, in deep meditation traditions \u2014 and the idea at its center is deceptively simple: the mind that is completely empty is also completely full of potential. The space before a thought is the most creative space there is.<\/p>\n\n  <p>This might sound paradoxical, especially if you&#8217;ve spent time learning about the law of attraction or scripting or visualization. But spend time with it and it becomes less contradictory, more complementary. The void state isn&#8217;t a rejection of intention. It&#8217;s what you enter after intention has done its work \u2014 and it may be where the most elegant, unexpected manifestations actually emerge.<\/p>\n\n  <div class=\"pull\">\n    <p>The mind that grasps cannot receive. The hand that is already closed has no room for what is being offered. Emptiness, in this sense, is not absence \u2014 it is availability.<\/p>\n  <\/div>\n\n  <h2>What the <em>Void State<\/em> Actually Is<\/h2>\n\n  <p>The void state has different names across traditions. In Zen, it appears as mushin \u2014 literally &#8220;no mind&#8221; \u2014 a state in which the practitioner is not cluttered by thought, judgment, or expectation. In Taoist philosophy it echoes wu wei, the principle of effortless action, of moving with the current rather than against it. In certain schools of meditation, it&#8217;s simply called pure awareness \u2014 consciousness without content, the witnessing presence that is still there when all thoughts temporarily settle.<\/p>\n\n  <p>In the context of manifestation, the void state refers to a particular quality of consciousness: alert, spacious, utterly calm, with no attached agenda. You are not thinking about your desire in that moment. You are not checking for evidence of its arrival. You are not running scenarios. You are simply \u2014 and this is harder than it sounds \u2014 here, awake, and empty of story. Present without anticipation.<\/p>\n\n  <p>The reason this matters for manifestation is something that contemplatives and a growing number of consciousness researchers have noticed: decisions, creative breakthroughs, sudden knowing, and unexpected synchronicities tend to arrive not when the mind is churning, but in the gaps. In the shower. Just before sleep. On a long walk where the mind finally loosens its grip. The void state is the deliberate cultivation of that quality rather than waiting for it to happen by accident.<\/p>\n\n  <div class=\"insight\">\n    <span class=\"insight-label\">Key Distinction<\/span>\n    <p>The void state is <strong>not dissociation, numbness, or apathy.<\/strong> It is not not-caring. You can have a clear, held intention and still enter the void \u2014 the desire exists, but you have released your white-knuckled grip on its specific form and timing. The state is warm, alive, and present. It simply has no agenda running in that moment.<\/p>\n  <\/div>\n\n  <h2>Why Grasping Often Blocks What You Want<\/h2>\n\n  <p>There&#8217;s something worth examining about the emotional texture of most deliberate manifesting. When you really want something \u2014 a relationship, a career change, an amount of money, a health outcome \u2014 and you sit down to visualize it, there&#8217;s often an undercurrent of lack beneath the exercise. You&#8217;re imagining having it because some part of you is acutely aware that you don&#8217;t. The practice is designed to override that awareness with the feeling of already having it, and sometimes it works. But for many people, especially with desires that carry real emotional weight, the visualization quietly doubles as a reminder of absence.<\/p>\n\n  <p>The void state sidesteps this entirely. There is no longing in the void, because there is no separate self doing the longing. There is no resistance to check for, because there is no monitoring happening. You are not generating an emotional frequency around an outcome \u2014 you are temporarily dissolving into the field from which all outcomes emerge. And paradoxically, this dissolution often creates the conditions for things to move in your life in ways that months of focused visualization did not.<\/p>\n\n  <p>This isn&#8217;t magic, or at least it doesn&#8217;t have to be framed that way. When you stop obsessively thinking about a problem, your subconscious continues working on it \u2014 this is well-documented in creativity research. When you release anxious attachment to an outcome, you stop sending the subtle signals of desperation that repel what you want in human relationships and opportunities. When you become genuinely present, you notice things you&#8217;d been too tunnel-visioned to see: the door that was already slightly open, the person who had been trying to connect, the opportunity hiding in plain sight.<\/p>\n\n  <div class=\"pull\">\n    <p>What if manifestation was less about generating the right thoughts and more about clearing the static so the signal you&#8217;ve already sent can actually land somewhere?<\/p>\n  <\/div>\n\n  <h2>How to Actually Enter the Void State<\/h2>\n\n  <p>This is the part that tends to frustrate people when they first encounter the concept, because the instructions feel circular. &#8220;Empty your mind.&#8221; If you could empty your mind on command, you wouldn&#8217;t need instructions. So here is a more practical entry path \u2014 a sequence that doesn&#8217;t require years of meditation experience, only a certain quality of willingness.<\/p>\n\n  <div class=\"steps\">\n    <div class=\"step\">\n      <div class=\"step-num\">1<\/div>\n      <div class=\"step-body\">\n        <h4>Set and then release the intention<\/h4>\n        <p>Before entering the void state, spend a few minutes with your desire. Write it down, feel into it, allow yourself to connect with why it matters. Then, deliberately, set it aside. Not suppressed \u2014 set aside. Like putting a letter in a mailbox. You wrote it, it&#8217;s sent, you don&#8217;t need to keep holding it in your hands.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"step\">\n      <div class=\"step-num\">2<\/div>\n      <div class=\"step-body\">\n        <h4>Drop into the body first<\/h4>\n        <p>The mind empties more easily when the body is given something to rest in. Slow your breathing \u2014 particularly the exhale. Feel the weight of your body in the chair, on the floor. Notice physical sensation without labeling it. This shifts you from the conceptual, narrative mind into direct sensory presence, which is the antechamber of the void.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"step\">\n      <div class=\"step-num\">3<\/div>\n      <div class=\"step-body\">\n        <h4>Watch without following<\/h4>\n        <p>Thoughts will arise \u2014 they always do. The practice is not to force them out, which creates more tension, but to notice them without following the story. A thought appears: you see it, you don&#8217;t climb into it. It passes. The space between thoughts begins to lengthen. That space is the void. You&#8217;re not creating it \u2014 you&#8217;re noticing it was always there beneath the noise.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"step\">\n      <div class=\"step-num\">4<\/div>\n      <div class=\"step-body\">\n        <h4>Rest as awareness itself<\/h4>\n        <p>When the thinking settles, even briefly, there is still something present: a quiet alertness, a knowing that you are here. Rest as that. Not as a person having an experience, but as the awareness in which experience arises. This is the no-mind state \u2014 not a blank, but a luminous emptiness that feels spacious, calm, and somehow vaster than ordinary consciousness.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"step\">\n      <div class=\"step-num\">5<\/div>\n      <div class=\"step-body\">\n        <h4>Emerge without grasping<\/h4>\n        <p>When you come out of the void state, resist the impulse to immediately check how you feel about your desire, whether it feels closer, whether anything shifted. That checking is the conceptual mind re-entering with its measuring tape. Simply return to your day. The work has been done in the unseen. Trust the process enough to leave it alone.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"divider\"><span>\u2726<\/span><\/div>\n\n  <h2>The <em>Paradox<\/em> at the Heart of This<\/h2>\n\n  <p>There&#8217;s an honest tension in this practice that&#8217;s worth naming. You are using intention \u2014 the deliberate direction of awareness toward a desired outcome \u2014 and then you are practicing having no intention at all. You are cultivating desire and then releasing it. You are reaching toward something and then opening your hand completely. How does that not collapse into confusion?<\/p>\n\n  <p>The answer, as best as anyone has articulated it across traditions, is that the two moves address different levels. The intention operates at the level of the personal mind \u2014 it gives direction, encodes preference, sets a course. The void operates at a deeper level, beneath the personal self \u2014 the level at which, if you believe in such things, creation actually happens. The seed needs to be planted consciously. Then it needs to be placed in soil and left alone. Digging it up to check on it doesn&#8217;t help it grow faster.<\/p>\n\n  <p>People who work with the void state consistently often report a particular quality to the manifestations that emerge from it \u2014 they come differently than the ones that arrive through grinding effort. They tend to come through unexpected channels. They feel natural rather than hard-won. Sometimes what arrives isn&#8217;t exactly what was intended but is genuinely better, because the void state strips away the ego&#8217;s insistence on a specific form and leaves room for something the smaller self wouldn&#8217;t have known to ask for.<\/p>\n\n  <p>That last part \u2014 the willingness to receive something better than what you planned \u2014 might be the deepest teaching embedded in this practice. The no-mind state doesn&#8217;t just help you attract what you want. It loosens your grip on your definition of what you want, which turns out to be one of the most liberating things you can do.<\/p>\n\n  <div class=\"insight\">\n    <span class=\"insight-label\">A Practical Note<\/span>\n    <p>You don&#8217;t need hours in formal meditation to access this state. Even <strong>ten minutes of deliberate stillness<\/strong> \u2014 genuinely leaving your phone in another room, eyes closed, breathing slowly, watching thoughts without following them \u2014 can shift the quality of your day in ways that are hard to fully explain but easy to feel. Start small. The void doesn&#8217;t require dramatic preparation. It requires only the willingness to stop, briefly, and listen to what exists in the quiet.<\/p>\n  <\/div>\n\n  <div class=\"closing-block\">\n    <span class=\"glyph\">\u2205<\/span>\n    <p>The void is not where you go to get something. It is where you go to become the kind of space that things naturally move toward. Emptiness, understood this way, is the most fertile ground there is. Plant deliberately. Then step back, breathe, and trust the dark.<\/p>\n  <\/div>\n\n<\/article>\n\n<footer>\n  <span class=\"f-brand\">the still point<\/span>\n  Manifestation \u00b7 Consciousness \u00b7 Inner Practice \u00b7 No-Mind \u00b7 Void State\n<\/footer>\n\n<\/div>\n\n<script>\n  \/\/ Generative starfield\n  const canvas = document.getElementById('stars');\n  const ctx = canvas.getContext('2d');\n\n  function resize() {\n    canvas.width = window.innerWidth;\n    canvas.height = window.innerHeight;\n  }\n  resize();\n  window.addEventListener('resize', resize);\n\n  const NUM = 200;\n  const stars = Array.from({ length: NUM }, () => ({\n    x: Math.random(),\n    y: Math.random(),\n    r: Math.random() * 1.2 + 0.2,\n    a: Math.random(),\n    speed: Math.random() * 0.004 + 0.001,\n    phase: Math.random() * Math.PI * 2,\n  }));\n\n  function draw(t) {\n    ctx.clearRect(0, 0, canvas.width, canvas.height);\n    stars.forEach(s => {\n      const alpha = s.a * (0.4 + 0.6 * Math.sin(t * s.speed + s.phase));\n      ctx.beginPath();\n      ctx.arc(s.x * canvas.width, s.y * canvas.height, s.r, 0, Math.PI * 2);\n      ctx.fillStyle = `rgba(168, 180, 224, ${alpha})`;\n      ctx.fill();\n    });\n    requestAnimationFrame(draw);\n  }\n  requestAnimationFrame(draw);\n<\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Before the Thought \u2014 Manifesting from the Void and the No-Mind State the still point Manifestation \u00b7 Consciousness Inner Practice Before the Thought \u2014 Manifesting from the Void What happens when you stop trying to manifest and simply become the space in which all things can arrive. read on Most people approach manifestation as an [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4536","post","type-post","status-publish","format-standard","hentry","category-general"],"_links":{"self":[{"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/posts\/4536","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/comments?post=4536"}],"version-history":[{"count":1,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/posts\/4536\/revisions"}],"predecessor-version":[{"id":4537,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/posts\/4536\/revisions\/4537"}],"wp:attachment":[{"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/media?parent=4536"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/categories?post=4536"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/tags?post=4536"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}