{"title":"Practice","description":null,"products":[{"product_id":"e-book-forging-the-immortal-body","title":"E-Book: Forging The Immortal Body","description":"\u003cstyle\u003e\n  .fib-landing {\n    --fib-bg-main: #050506;\n    --fib-bg-card: rgba(12, 12, 16, 0.96);\n    --fib-bg-soft: rgba(15, 15, 20, 0.96);\n    --fib-gold: #d6b15a;\n    --fib-gold-soft: rgba(214, 177, 90, 0.18);\n    --fib-red: #c2363b;\n    --fib-text-main: #f4f4f4;\n    --fib-text-muted: #b9b9c8;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Roboto\", sans-serif;\n    color: var(--fib-text-main);\n  }\n\n  .fib-landing * {\n    box-sizing: border-box;\n  }\n\n  .fib-landing img {\n    max-width: 100%;\n    display: block;\n    border-radius: 16px;\n  }\n\n  .fib-scroll-shell {\n    max-width: 1200px;\n    margin: 2.5rem auto 3rem;\n    position: relative;\n    border-radius: 32px;\n    padding: 2.5rem 0 3rem;\n    background:\n      radial-gradient(circle at top, rgba(250,245,230,0.06), rgba(13,11,10,0.98)),\n      radial-gradient(circle at bottom, rgba(0,0,0,0.8), #0a0909);\n    border: 1px solid rgba(214,177,90,0.55);\n    box-shadow:\n      0 40px 80px rgba(0,0,0,0.9),\n      0 0 0 1px rgba(0,0,0,0.65);\n    overflow: hidden;\n  }\n\n  .fib-scroll-shell::before,\n  .fib-scroll-shell::after {\n    content: \"\";\n    position: absolute;\n    top: -40px;\n    bottom: -40px;\n    width: 32px;\n    background:\n      radial-gradient(circle at center, rgba(255,255,255,0.18), transparent 55%),\n      linear-gradient(to bottom,\n        #2b2014,\n        #4b3a20 14%,\n        #d6b15a 18%,\n        #4b3a20 22%,\n        #2b2014 50%,\n        #4b3a20 78%,\n        #d6b15a 82%,\n        #4b3a20 86%,\n        #2b2014 100%);\n    box-shadow: 0 0 24px rgba(0,0,0,0.9);\n    opacity: 0.92;\n    z-index: 1;\n  }\n\n  .fib-scroll-shell::before { left: -12px; }\n  .fib-scroll-shell::after { right: -12px; }\n\n  .fib-scroll-inner {\n    position: relative;\n    z-index: 2;\n    background:\n      linear-gradient(135deg, rgba(255,255,255,0.02), transparent 40%),\n      linear-gradient(315deg, rgba(255,255,255,0.02), transparent 50%);\n    border-radius: 28px;\n    padding: 0.5rem 0 0;\n  }\n\n  .fib-section {\n    padding: 3.3rem 1.5rem;\n  }\n\n  .fib-section-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .fib-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 0.95rem 1.9rem;\n    border-radius: 999px;\n    font-size: 0.9rem;\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    border: none;\n    cursor: pointer;\n    font-weight: 600;\n    transition: 0.18s ease;\n    white-space: nowrap;\n  }\n\n  .fib-btn-primary {\n    background: linear-gradient(135deg, #d6b15a, #f1d492);\n    color: #120f0a;\n    box-shadow: 0 18px 32px rgba(0,0,0,0.75);\n  }\n\n  .fib-btn-primary:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 24px 40px rgba(0,0,0,0.9);\n  }\n\n  .fib-hero-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);\n    gap: 3.3rem;\n    align-items: center;\n  }\n\n  .fib-hero-tag {\n    font-size: 0.78rem;\n    text-transform: uppercase;\n    letter-spacing: 0.18em;\n    color: var(--fib-gold);\n    margin-bottom: 0.8rem;\n  }\n\n  .fib-hero-title {\n    font-size: clamp(2.4rem, 3.2vw + 1.4rem, 3.6rem);\n    line-height: 1.08;\n    margin-bottom: 0.9rem;\n    font-weight: 700;\n  }\n\n  .fib-hero-sub {\n    font-size: 1rem;\n    color: var(--fib-text-muted);\n    max-width: 620px;\n    margin-bottom: 1.4rem;\n  }\n\n  .fib-hero-highlight {\n    font-size: 0.95rem;\n    color: var(--fib-text-muted);\n    margin-bottom: 1.5rem;\n  }\n\n  .fib-hero-highlight span {\n    color: var(--fib-gold);\n    font-weight: 500;\n  }\n\n  .fib-hero-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    margin-bottom: 1.4rem;\n  }\n\n  .fib-hero-note {\n    font-size: 0.8rem;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-hero-cover-wrap {\n    position: relative;\n  }\n\n  .fib-hero-cover {\n    border-radius: 26px;\n    box-shadow: 0 26px 46px rgba(0,0,0,0.9);\n    border: 1px solid rgba(255,255,255,0.06);\n  }\n\n  .fib-logo-tag {\n    position: absolute;\n    left: 50%;\n    bottom: -1.7rem;\n    transform: translateX(-50%);\n    background: rgba(5,5,6,0.96);\n    border-radius: 999px;\n    padding: 0.45rem 0.9rem;\n    border: 1px solid rgba(255,255,255,0.12);\n    display: flex;\n    align-items: center;\n    gap: 0.4rem;\n    font-size: 0.75rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-logo-tag img {\n    width: 26px;\n    height: 26px;\n    border-radius: 999px;\n    border: 1px solid rgba(255,255,255,0.4);\n  }\n\n  .fib-book-card {\n    background: var(--fib-bg-card);\n    border-radius: 22px;\n    padding: 1.4rem 1.6rem 1.6rem;\n    border: 1px solid rgba(255,255,255,0.06);\n    box-shadow: 0 22px 40px rgba(0,0,0,0.85);\n    margin-top: 2.6rem;\n  }\n\n  .fib-book-meta-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 0.7rem 1.2rem;\n    font-size: 0.82rem;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-book-meta-grid strong {\n    display: block;\n    font-size: 0.78rem;\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    color: var(--fib-text-main);\n    margin-bottom: 0.1rem;\n  }\n\n  .fib-price-tag {\n    display: flex;\n    align-items: baseline;\n    gap: 0.7rem;\n    margin-top: 1rem;\n    margin-bottom: 0.6rem;\n  }\n\n  .fib-price-main {\n    font-size: 1.9rem;\n    font-weight: 700;\n    color: var(--fib-gold);\n  }\n\n  .fib-price-strike {\n    font-size: 0.9rem;\n    color: var(--fib-text-muted);\n    text-decoration: line-through;\n  }\n\n  .fib-price-note {\n    font-size: 0.8rem;\n    color: var(--fib-red);\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n  }\n\n  .fib-pill-label {\n    display: inline-block;\n    padding: 0.3rem 0.9rem;\n    border-radius: 999px;\n    border: 1px solid var(--fib-gold-soft);\n    color: var(--fib-gold);\n    letter-spacing: 0.18em;\n    font-size: 0.7rem;\n    text-transform: uppercase;\n    margin-bottom: 0.9rem;\n  }\n\n  .fib-section-title {\n    font-size: 1.9rem;\n    margin-bottom: 0.6rem;\n    font-weight: 700;\n  }\n\n  .fib-section-lead {\n    font-size: 0.98rem;\n    color: var(--fib-text-muted);\n    max-width: 720px;\n    margin-bottom: 1.9rem;\n  }\n\n  .fib-grid-3 {\n    display: grid;\n    gap: 1.5rem;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .fib-card {\n    background: var(--fib-bg-soft);\n    border-radius: 20px;\n    padding: 1.6rem 1.5rem;\n    border: 1px solid rgba(255,255,255,0.06);\n    box-shadow: 0 20px 32px rgba(0,0,0,0.7);\n  }\n\n  .fib-card-title {\n    font-size: 1rem;\n    font-weight: 600;\n    margin-bottom: 0.5rem;\n  }\n\n  .fib-card-body {\n    font-size: 0.9rem;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-about-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);\n    gap: 2.4rem;\n    align-items: flex-start;\n  }\n\n  .fib-about-block {\n    background: var(--fib-bg-soft);\n    border-radius: 22px;\n    padding: 1.8rem 1.7rem;\n    border: 1px solid rgba(255,255,255,0.06);\n    box-shadow: 0 20px 34px rgba(0,0,0,0.7);\n  }\n\n  .fib-about-name {\n    font-size: 1rem;\n    font-weight: 600;\n    margin-top: 0.6rem;\n    margin-bottom: 0.2rem;\n  }\n\n  .fib-about-role {\n    font-size: 0.82rem;\n    color: var(--fib-text-muted);\n    margin-bottom: 0.9rem;\n  }\n\n  .fib-about-text {\n    font-size: 0.9rem;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-quote {\n    margin-top: 1rem;\n    border-left: 2px solid var(--fib-gold-soft);\n    padding-left: 1rem;\n    font-style: italic;\n    font-size: 0.88rem;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-examples-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);\n    gap: 2.8rem;\n    align-items: center;\n  }\n\n  .fib-examples-images {\n    display: grid;\n    gap: 2.1rem;\n    justify-items: center;\n  }\n\n  .fib-examples-images img {\n    max-width: 430px;\n    box-shadow: 0 24px 40px rgba(0,0,0,0.9);\n    border-radius: 22px;\n    border: 1px solid rgba(255,255,255,0.08);\n  }\n\n  .fib-cta-box {\n    background:\n      radial-gradient(circle at top left, rgba(214,177,90,0.18), transparent 55%),\n      radial-gradient(circle at bottom right, rgba(194,54,59,0.22), transparent 65%),\n      #090809;\n    border-radius: 26px;\n    padding: 2.1rem 2rem 2.3rem;\n    border: 1px solid rgba(255,255,255,0.1);\n    box-shadow: 0 26px 44px rgba(0,0,0,0.9);\n  }\n\n  .fib-cta-note {\n    font-size: 0.8rem;\n    color: var(--fib-text-muted);\n    margin-top: 0.8rem;\n  }\n\n  @media (max-width: 900px) {\n    .fib-hero-grid,\n    .fib-about-grid,\n    .fib-examples-grid {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .fib-section {\n      padding-inline: 1.3rem;\n    }\n\n    .fib-logo-tag {\n      position: static;\n      transform: none;\n      margin-top: 1rem;\n      justify-content: center;\n    }\n\n    .fib-scroll-shell {\n      border-radius: 24px;\n    }\n    .fib-scroll-inner {\n      border-radius: 20px;\n    }\n  }\n\n  @media (max-width: 720px) {\n    .fib-grid-3 {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .fib-hero-actions {\n      flex-direction: column;\n      align-items: stretch;\n    }\n\n    .fib-examples-images img {\n      max-width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fib-landing\"\u003e\n\u003cdiv class=\"fib-scroll-shell\"\u003e\n\u003cdiv class=\"fib-scroll-inner\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"fib-section\"\u003e\n\u003cdiv class=\"fib-section-inner fib-hero-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"fib-hero-tag\"\u003eInternal martial science ebook\u003c\/div\u003e\n\u003ch1 class=\"fib-hero-title\"\u003eForging the Immortal Body\u003c\/h1\u003e\n\u003cp class=\"fib-hero-sub\"\u003eNeigong, Shengong and Qigong for true martial power, so your body stops leaking energy, your spirit stops collapsing under pressure, and your art finally feels alive the way it was meant to.\u003c\/p\u003e\n\u003cp class=\"fib-hero-highlight\"\u003eIn this book I clear up one of the biggest confusions in modern martial arts: people use Qigong, Neigong and Shengong like they are the same thing. They are not. They are three different levels of work, three different energies, and together they form the spine of real internal power.\u003c\/p\u003e\n\u003cdiv class=\"fib-hero-actions\"\u003e\n\u003c!-- Hook this button to Shopify's add-to-cart or buy now logic --\u003e \u003cbutton class=\"fib-btn fib-btn-primary\"\u003e Get the ebook now \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-hero-note\"\u003eInstant digital download. Read on any device, revisit as your understanding deepens.\u003c\/div\u003e\n\u003cdiv class=\"fib-book-card\"\u003e\n\u003cdiv class=\"fib-book-meta-grid\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFormat\u003c\/strong\u003e High quality PDF ebook\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLength\u003c\/strong\u003e Over 60 pages of applied internal training\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFocus\u003c\/strong\u003e Qigong, Neigong, Shengong, Dim Mak structure\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFor\u003c\/strong\u003e Dedicated beginners, instructors and advanced fighters\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-price-tag\"\u003e\n\u003cdiv class=\"fib-price-main\"\u003e$19.99\u003c\/div\u003e\n\u003cdiv class=\"fib-price-strike\"\u003e$29.99\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-price-note\"\u003eLaunch pricing for early students and supporters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-hero-cover-wrap\"\u003e\n\u003c!-- Replace this image URL with your Shopify-hosted cover image --\u003e \u003cimg class=\"fib-hero-cover\" src=\"https:\/\/static.wixstatic.com\/media\/5189c1_29b121546efb4fb8845ca6b64abd7641~mv2.png\" alt=\"Forging the Immortal Body ebook cover\"\u003e \u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cdiv class=\"fib-logo-tag\"\u003e\n\u003c!-- Replace with your logo hosted on Shopify if you like --\u003e \u003cimg src=\"https:\/\/static.wixstatic.com\/media\/5189c1_92c1ba3db3d74cb38019cdddaf5becf5~mv2.png\" alt=\"Cloud Forest Martial Arts Institute logo\"\u003e \u003cspan\u003eCloud Forest Martial Arts Institute\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY THIS BOOK --\u003e\n\u003csection class=\"fib-section\"\u003e\n\u003cdiv class=\"fib-section-inner\"\u003e\n\u003cdiv class=\"fib-pill-label\"\u003eWhy this book exists\u003c\/div\u003e\n\u003ch2 class=\"fib-section-title\"\u003eClearing the fog around the three energies\u003c\/h2\u003e\n\u003cp class=\"fib-section-lead\"\u003eFor years I watched martial artists use the words Qigong, Neigong and Shengong like vague magic. Some thought Qigong was just breathing exercises. Some believed Neigong was secret strength training. Many had never even heard the word Shengong. Without clarity the training stays shallow and the body never truly changes.\u003c\/p\u003e\n\u003cdiv class=\"fib-card\" style=\"margin-bottom: 1.8rem;\"\u003e\n\u003cp class=\"fib-card-body\"\u003eIn this book I slow everything down and draw clear lines. Qigong as the breath of the body and the basic awakening of Qi. Neigong as the deep reshaping of fascia, tendons and structure so power moves as one wave. Shengong as the training of spirit itself, the way your awareness, intention and presence interact with life.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp class=\"fib-card-body\"\u003eThe goal is simple. By the time you close this book you should be able to point to each energy in your own training and say: this is my Qigong work, this is my Neigong work, this is my Shengong work. You understand what they are, why they matter and how they show up in combat, healing and daily life. The confusion drops. The path becomes clear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-grid-3\"\u003e\n\u003cdiv class=\"fib-card\"\u003e\n\u003ch3 class=\"fib-card-title\"\u003eReal internal power\u003c\/h3\u003e\n\u003cp class=\"fib-card-body\"\u003eSee how Qigong, Neigong and Shengong stack together to create power that does not depend on youth or muscle. Breath cycles, fascia spirals, gate work and nervous system training come together in a way you can actually apply in your art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-card\"\u003e\n\u003ch3 class=\"fib-card-title\"\u003eEmotional and spiritual resilience\u003c\/h3\u003e\n\u003cp class=\"fib-card-body\"\u003eWe look at how fear, anger, grief and joy live in the body, how they twist fascia, choke breath and shut down Shen. You get practices that open spirit gates and shadow gates so your training makes you more human and more stable, not more brittle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-card\"\u003e\n\u003ch3 class=\"fib-card-title\"\u003eClean Dim Mak logic\u003c\/h3\u003e\n\u003cp class=\"fib-card-body\"\u003ePoint striking as responsible disruption. Meridian relationships, nervous system shock, safe progressions and ethical use. You learn why certain points collapse structure or scramble intention so your touch is guided by understanding rather than superstition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EXAMPLE PAGES --\u003e\n\u003csection class=\"fib-section\"\u003e\n\u003cdiv class=\"fib-section-inner fib-examples-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"fib-pill-label\"\u003eFrom inside the book\u003c\/div\u003e\n\u003ch2 class=\"fib-section-title\"\u003eChannel activation and foundations of power\u003c\/h2\u003e\n\u003cp class=\"fib-section-lead\"\u003eThese are not decorative pages. Every section is written to feel like you are sitting in the school after hours while I break the art down for you: fascia nets, meridian gates, channel activation, breath rhythms and how all of that becomes real power in the body.\u003c\/p\u003e\n\u003cdiv class=\"fib-card\"\u003e\n\u003cp class=\"fib-card-body\"\u003eYou see how gentle tapping, brushing and pressure along the meridians send waves through the fascial web, waking up the body's listening system. You read how Qigong becomes the foundation of internal power for fighters, how strikes rise from the ground, spiral through the fascia and arrive at the hand with far less effort.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp class=\"fib-card-body\"\u003eThe same level of detail continues through the whole book: clear language, deep concepts and practical guidance that tells you what to do with your body, your breath and your awareness the next time you step on the mat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-examples-images\"\u003e\n\u003c!-- Replace these example images with Shopify-hosted page previews if available --\u003e \u003cimg src=\"https:\/\/static.wixstatic.com\/media\/5189c1_5f4543c453704e409e22608cb4aa7385~mv2.png\" alt=\"Example page explaining channel activation\"\u003e \u003cimg src=\"https:\/\/static.wixstatic.com\/media\/5189c1_e721f9e01ad747c3adf04c3d2c31b5fc~mv2.png\" alt=\"Example page explaining the foundation of internal power\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ABOUT THE AUTHOR --\u003e\n\u003csection class=\"fib-section\"\u003e\n\u003cdiv class=\"fib-section-inner fib-about-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"fib-pill-label\"\u003eAbout the author\u003c\/div\u003e\n\u003ch2 class=\"fib-section-title\"\u003eForged over decades in the arts\u003c\/h2\u003e\n\u003cp class=\"fib-section-lead\"\u003eI have been working in the internal arts for over 35 years. There are still days I feel like a beginner. That is not a weakness, it is a reminder that the art is alive. Every year it reveals another layer if you are willing to keep looking.\u003c\/p\u003e\n\u003cdiv class=\"fib-about-block\"\u003e\n\u003cdiv class=\"fib-about-name\"\u003eSifu Michael Johnson \/ Wei Lei Ma\u003c\/div\u003e\n\u003cdiv class=\"fib-about-role\"\u003eLineage holder, Dim Mak scholar, internal martial and healing arts instructor\u003c\/div\u003e\n\u003cp class=\"fib-about-text\"\u003eMy path has taken me through Royal Bodyguard Dim Mak, Wei Family systems, Qigong, Neigong, Shengong, Chinese medicine and the very real chaos of life: running schools, guiding students, facing my own health and spiritual tests. I wrote this book so you do not have to spend three decades just trying to figure out what these energies are supposed to feel like.\u003c\/p\u003e\n\u003cp class=\"fib-quote\"\u003eThink of this as us sitting across from each other with a cup of tea, pulling back the curtain on what I have learned and how I train. No performance, no mystery language, just the truth of the work and a map you can follow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"fib-section\"\u003e\n\u003cdiv class=\"fib-section-inner\"\u003e\n\u003cdiv class=\"fib-cta-box\"\u003e\n\u003ch2 class=\"fib-section-title\"\u003eBegin forging your immortal body\u003c\/h2\u003e\n\u003cp class=\"fib-section-lead\"\u003eIf you are tired of guessing what Qigong, Neigong and Shengong really are, and you feel that pull to go deeper into the internal side of your art, this is your doorway. Read it in one long evening, then keep working it for the rest of your life as the material opens new gates inside you.\u003c\/p\u003e\n\u003cdiv class=\"fib-price-tag\"\u003e\n\u003cdiv class=\"fib-price-main\"\u003e$17.99\u003c\/div\u003e\n\u003cdiv class=\"fib-price-strike\"\u003e$29.99\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Second CTA button --\u003e \u003cbutton class=\"fib-btn fib-btn-primary\" style=\"width: 100%; margin-top: 0.8rem;\"\u003e Purchase the ebook now \u003c\/button\u003e\n\u003cdiv class=\"fib-cta-note\"\u003eYou receive instant access to the PDF. No subscription, no hidden charges. Just you, the work and the time you put into it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Infinite Design Vault","offers":[{"title":"Default Title","offer_id":47465393750116,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/1_Forging-the-Immortal-Body.png?v=1764794489"},{"product_id":"quiet-guardians-discovering-the-martial-soul","title":"E-Book: Quiet Guardians - Discovering the Martial Soul","description":"\u003csection style=\"max-width: 980px; margin: 0 auto; padding: 28px 18px; background: #07070a; color: #f2f2f2; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; line-height: 1.55;\"\u003e\u003c!-- Header --\u003e\n\u003cdiv style=\"border: 1px solid rgba(212,175,55,0.35); border-radius: 18px; padding: 28px 22px; background: radial-gradient(1200px 500px at 20% 10%, rgba(212,175,55,0.12), rgba(7,7,10,0) 55%), linear-gradient(180deg, rgba(212,175,55,0.06), rgba(7,7,10,0)); box-shadow: 0 16px 40px rgba(0,0,0,0.45);\"\u003e\n\u003cdiv style=\"display: inline-block; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.35); background: rgba(212,175,55,0.08); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #e6d38a;\"\u003eCloud Forest Publishing · Digital Edition\u003c\/div\u003e\n\u003ch1 style=\"margin: 14px 0 6px; font-size: 34px; line-height: 1.15; letter-spacing: -0.02em; color: #f7f4e8;\"\u003eQuiet Guardians \u003cspan style=\"color: #d4af37;\"\u003e(E-book Edition)\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp style=\"margin: 0 0 12px; font-size: 16px; color: rgba(242,242,242,0.88); max-width: 860px;\"\u003e\u003cem\u003eQuiet Guardians\u003c\/em\u003e is a book for protectors—parents, leaders, instructors, and practitioners who understand that strength is not proven by domination, but by responsibility. This is the mindset of the guardian: calm, capable, ethical, and prepared.\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 14px; color: rgba(242,242,242,0.72); max-width: 860px;\"\u003eThe digital edition is ideal for portable study, highlighting, and returning to key principles during training or leadership work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Why Choose the Ebook --\u003e\n\u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n\u003ch2 style=\"margin: 0 0 10px; font-size: 22px; color: #f7f4e8;\"\u003eWhy the Digital Edition\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 14px; color: rgba(242,242,242,0.86);\"\u003eThe ebook edition is designed for readers who want immediate access and the ability to study the guardian mindset wherever they are—at the school, on the road, or in the middle of real-life responsibilities.\u003c\/p\u003e\n\u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003eThis is not a one-time read. It is a book you return to when you need clarity, restraint, and a steady mind. The digital format supports search, annotation, and quick re-reading of key sections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- What the Book Covers --\u003e\n\u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(212,175,55,0.22); background: linear-gradient(180deg, rgba(212,175,55,0.06), rgba(255,255,255,0.02));\"\u003e\n\u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhat Quiet Guardians Teaches\u003c\/h2\u003e\n\u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eProtective strength rooted in ethics rather than ego\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eCalm under pressure: clarity when others panic\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eBoundaries and restraint without becoming hardened\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eResponsibility as a discipline, not a burden\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eAwareness and readiness without paranoia\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e“Quiet” does not mean passive. It means steady. It means you can act when action is required—and remain controlled when ego demands reaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- What You Will Gain --\u003e\n\u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n\u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhat You Will Take From This Book\u003c\/h2\u003e\n\u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eA practical definition of protection that is emotionally and morally stable\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eA framework for leadership through calm presence\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eTools for responding to conflict without losing yourself\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eA mindset that supports family, students, and community\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eA reference you can highlight, annotate, and revisit as life demands clarity\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003eThe ebook edition is especially useful for readers who prefer searchable reference and consistent annotation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Who It Is For --\u003e\n\u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n\u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWho the Ebook Edition Is For\u003c\/h2\u003e\n\u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eReaders who want portable access during training or leadership work\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003eStudents who prefer digital notes and highlighting\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003ePractitioners building a searchable, long-term reference library\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003eReaders who prefer extended reading in hand may prefer the printed edition. Many guardians keep both: print for deep reading, digital for daily reference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Closing \/ Purchase Suggestion (Text Only) --\u003e\n\u003cdiv style=\"margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.10); color: rgba(242,242,242,0.78); font-size: 13px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003e\u003cstrong style=\"color: #e6d38a;\"\u003eQuiet Guardians\u003c\/strong\u003e (Ebook Edition) is intended as a portable study companion. If you are ready to build ethical strength, calm readiness, and disciplined responsibility, add the digital edition to your library.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":47557507219556,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/eBook_FrontCover_QuietGuardians.png?v=1766289975"},{"product_id":"internal-martial-science-mapping-the-weaknesses-of-the-human-body-epub-version","title":"E-Book: Internal Martial Science - Mapping the Weaknesses of the Human Body","description":"\u003csection style=\"max-width: 980px; margin: 0 auto; padding: 28px 18px; background: #07070a; color: #f2f2f2; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; line-height: 1.55;\"\u003e\n\n  \u003c!-- Header --\u003e\n  \u003cdiv style=\"border: 1px solid rgba(212,175,55,0.35); border-radius: 18px; padding: 28px 22px; background: radial-gradient(1200px 500px at 20% 10%, rgba(212,175,55,0.12), rgba(7,7,10,0) 55%), linear-gradient(180deg, rgba(212,175,55,0.06), rgba(7,7,10,0)); box-shadow: 0 16px 40px rgba(0,0,0,0.45);\"\u003e\n\n    \u003cdiv style=\"display: inline-block; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.35); background: rgba(212,175,55,0.08); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #e6d38a;\"\u003e\n      Cloud Forest Publishing · Digital Edition\n    \u003c\/div\u003e\n\n    \u003ch1 style=\"margin: 14px 0 6px; font-size: 34px; line-height: 1.15; letter-spacing: -0.02em; color: #f7f4e8;\"\u003e\n      Internal Martial Science:\n      \u003cspan style=\"color:#d4af37;\"\u003eMapping The Weaknesses of the Human Body\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp style=\"margin: 0 0 6px; font-size: 18px; font-weight: 600; color: #e6d38a;\"\u003e\n      EPUB Digital Edition — $19.99\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin: 0; font-size: 15px; color: rgba(242,242,242,0.88); max-width: 860px;\"\u003e\n      A portable, searchable edition of \u003cem\u003eInternal Martial Science\u003c\/em\u003e, designed for study, annotation,\n      and long-term reference across devices.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Why Choose the EPUB --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 10px; font-size: 22px; color: #f7f4e8;\"\u003eWhy the Digital Edition\u003c\/h2\u003e\n    \u003cp style=\"margin: 0 0 14px; color: rgba(242,242,242,0.86);\"\u003e\n      The EPUB edition is intended for practitioners who want immediate access to the material\n      and the ability to study it alongside training, teaching, or research.\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n      Unlike casual eBooks, this text benefits from slow reading, cross-referencing,\n      highlighting, and repeated return. The digital format supports that process.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What the EPUB Is Best For --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(212,175,55,0.22); background: linear-gradient(180deg, rgba(212,175,55,0.06), rgba(255,255,255,0.02));\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhat the EPUB Edition Is Best For\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eSearchable access to concepts, principles, and terminology\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eHighlighting and note-taking during study\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eReading across phones, tablets, and e-readers\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eQuick reference before or after training sessions\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eLong-term archival reference without physical wear\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 14px; color: rgba(242,242,242,0.86);\"\u003e\n      This edition contains the same core material as the print version,\n      formatted for clarity and usability in a digital environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Content Overview --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhat You Will Study\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eStructural integrity and collapse in the human body\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eTiming, alignment, and neurological disruption\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eInternal mechanics explained without mysticism\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003ePressure-point theory grounded in anatomy\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eEthical considerations in internal martial training\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e\n      This is not a technique manual. It is a conceptual and functional framework\n      meant to be revisited as understanding deepens.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Who It's For --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWho the EPUB Edition Is For\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003ePractitioners who study while traveling or teaching\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eReaders who prefer digital annotation\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eStudents building a searchable martial reference library\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e\n      Readers who prefer physical books for extended reading may prefer the print edition.\n      Many practitioners choose to own both.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Closing --\u003e\n  \u003cdiv style=\"margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.10); color: rgba(242,242,242,0.78); font-size: 13px;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\n      \u003cstrong style=\"color:#e6d38a;\"\u003eInternal Martial Science (EPUB)\u003c\/strong\u003e is designed for study,\n      reference, and long-term use across devices.\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 6px 0 0;\"\u003e\n      Digital edition published by Cloud Forest Publishing · Priced at \u003cstrong\u003e$19.99\u003c\/strong\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":47564935200868,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/CORRECT_ACCEPTED_BOOKCOVERSPREAD_INTERNALMARTIALSCIENCE_DEC.2025.pdf.png?v=1766443007"},{"product_id":"ebook-quiet-warriors-an-ethical-violence","title":"E-Book: Quiet Warriors: An Ethical Violence","description":"\u003csection style=\"max-width: 980px; margin: 0 auto; padding: 28px 18px; background: #07070a; color: #f2f2f2; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; line-height: 1.55;\"\u003e\n\n  \u003c!-- Header --\u003e\n  \u003cdiv style=\"border: 1px solid rgba(212,175,55,0.35); border-radius: 18px; padding: 28px 22px; background: radial-gradient(1200px 500px at 20% 10%, rgba(212,175,55,0.12), rgba(7,7,10,0) 55%), linear-gradient(180deg, rgba(212,175,55,0.06), rgba(7,7,10,0)); box-shadow: 0 16px 40px rgba(0,0,0,0.45);\"\u003e\n\n    \u003cdiv style=\"display: inline-block; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.35); background: rgba(212,175,55,0.08); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #e6d38a;\"\u003e\n      Cloud Forest Publishing · Digital Edition\n    \u003c\/div\u003e\n\n    \u003ch1 style=\"margin: 14px 0 6px; font-size: 34px; line-height: 1.15; letter-spacing: -0.02em; color: #f7f4e8;\"\u003e\n      Quiet Warriors\n      \u003cspan style=\"color:#d4af37;\"\u003e(E-Version)\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp style=\"margin: 0 0 12px; font-size: 16px; color: rgba(242,242,242,0.88); max-width: 860px;\"\u003e\n      \u003cem\u003eQuiet Warriors\u003c\/em\u003e is for those who train without needing applause—those who build discipline, restraint,\n      and clarity in a world that rewards noise. This is not a book about being harmless. It is a book about becoming\n      controlled.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin: 0; font-size: 14px; color: rgba(242,242,242,0.72); max-width: 860px;\"\u003e\n      Digital format is ideal for portable study, highlighting, and returning to key passages during training.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Why Choose the E-Version --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 10px; font-size: 22px; color: #f7f4e8;\"\u003eWhy the Digital Edition\u003c\/h2\u003e\n    \u003cp style=\"margin: 0 0 14px; color: rgba(242,242,242,0.86);\"\u003e\n      The e-version is designed for readers who want immediate access and the ability to study the material\n      wherever they train, travel, or teach. It supports highlighting, note-taking, and rapid return to key sections.\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n      \u003cem\u003eQuiet Warriors\u003c\/em\u003e is not a one-time read. It is meant to be revisited as your discipline strengthens and\n      your understanding becomes more honest.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What This Book Is About --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(212,175,55,0.22); background: linear-gradient(180deg, rgba(212,175,55,0.06), rgba(255,255,255,0.02));\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhat Quiet Warriors Addresses\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eThe difference between aggression and true strength\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eDiscipline that holds under stress, conflict, and uncertainty\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eEthical power: restraint, responsibility, and control\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eThe internal posture that guides your external skill\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA quieter path of training that does not depend on validation\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e\n      “Quiet” does not mean passive. It means deliberate. It means you can act when action is required—and remain still\n      when stillness is wiser.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What You Will Gain --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhat You Will Take From This Book\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA clearer definition of strength rooted in discipline instead of ego\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA framework for staying composed when life tightens\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA moral structure for training with power without becoming ruled by it\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA steadier “guardian mindset” that supports family, community, and self-control\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA book you can return to repeatedly—marked, highlighted, and studied\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e\n      The digital edition is especially useful for readers who prefer searchable reference and continuous annotation.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Who It Is For --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWho the E-Version Is For\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eReaders who prefer digital study and note-taking\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003ePractitioners who want the book available while traveling or teaching\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eStudents building a searchable reference library\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e\n      Readers who prefer extended reading in hand may prefer the printed edition. Many practitioners keep both: print for\n      deep reading, digital for daily reference.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Closing \/ Purchase Suggestion (Text Only) --\u003e\n  \u003cdiv style=\"margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.10); color: rgba(242,242,242,0.78); font-size: 13px;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\n      \u003cstrong style=\"color:#e6d38a;\"\u003eQuiet Warriors\u003c\/strong\u003e (E-Version) is intended as a portable study companion.\n      If you are ready to train the quiet path—discipline, ethics, and controlled strength—add the digital edition to your library.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":47564987924580,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/ebookcover_front_QuietWarriors.png?v=1766445295"},{"product_id":"the-quiet-guardians-discovering-the-martial-soul","title":"The Quiet Guardians: Discovering the Martial Soul","description":"\u003csection style=\"max-width: 980px; margin: 0 auto; padding: 28px 18px; background: #07070a; color: #f2f2f2; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; line-height: 1.55;\"\u003e\n\n  \u003c!-- Header --\u003e\n  \u003cdiv style=\"border: 1px solid rgba(212,175,55,0.35); border-radius: 18px; padding: 28px 22px; background: radial-gradient(1200px 500px at 20% 10%, rgba(212,175,55,0.12), rgba(7,7,10,0) 55%), linear-gradient(180deg, rgba(212,175,55,0.06), rgba(7,7,10,0)); box-shadow: 0 16px 40px rgba(0,0,0,0.45);\"\u003e\n\n    \u003cdiv style=\"display: inline-block; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.35); background: rgba(212,175,55,0.08); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #e6d38a;\"\u003e\n      Cloud Forest Publishing · Print Edition\n    \u003c\/div\u003e\n\n    \u003ch1 style=\"margin: 14px 0 6px; font-size: 34px; line-height: 1.15; letter-spacing: -0.02em; color: #f7f4e8;\"\u003e\n      Quiet Guardians\n      \u003cspan style=\"color:#d4af37;\"\u003e(Printed Edition)\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp style=\"margin: 0 0 12px; font-size: 18px; font-weight: 600; color: #e6d38a;\"\u003e\n      Publisher-direct print edition — $20.99\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin: 0; font-size: 16px; color: rgba(242,242,242,0.88); max-width: 860px;\"\u003e\n      \u003cem\u003eQuiet Guardians\u003c\/em\u003e is a book for protectors—parents, leaders, instructors, and practitioners who understand\n      that strength is not proven by domination, but by responsibility. This is the mindset of the guardian:\n      calm, capable, ethical, and prepared.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What This Book Is --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 10px; font-size: 22px; color: #f7f4e8;\"\u003eWhat Quiet Guardians Is About\u003c\/h2\u003e\n    \u003cp style=\"margin: 0 0 14px; color: rgba(242,242,242,0.86);\"\u003e\n      A guardian is not defined by violence. A guardian is defined by restraint, awareness, and willingness to carry\n      responsibility when others will not. \u003cem\u003eQuiet Guardians\u003c\/em\u003e examines what it means to cultivate protective strength\n      without becoming consumed by fear, ego, or rage.\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n      This book is about building internal posture—how you think, how you respond, and how you remain steady when life\n      demands action.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Why You Should Read It --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(212,175,55,0.22); background: linear-gradient(180deg, rgba(212,175,55,0.06), rgba(255,255,255,0.02));\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhy This Book Matters\u003c\/h2\u003e\n\n    \u003cdiv style=\"display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px;\"\u003e\n      \u003cdiv style=\"border-radius: 16px; padding: 16px; background: rgba(212,175,55,0.06); border: 1px solid rgba(212,175,55,0.22);\"\u003e\n        \u003ch3 style=\"margin: 0 0 6px; font-size: 16px; color: #e6d38a;\"\u003eProtective Strength\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n          Strength without ethics is instability. This book frames power as something to be governed—not displayed.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border-radius: 16px; padding: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.10);\"\u003e\n        \u003ch3 style=\"margin: 0 0 6px; font-size: 16px; color: #e6d38a;\"\u003eCalm Under Pressure\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n          A guardian’s mind must remain clear when others panic. You will learn a framework for clarity under stress.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border-radius: 16px; padding: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.10);\"\u003e\n        \u003ch3 style=\"margin: 0 0 6px; font-size: 16px; color: #e6d38a;\"\u003eBoundaries \u0026amp; Restraint\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n          Restraint is not weakness. It is the skill of stopping when ego wants to continue.\n          The book focuses on boundaries, control, and disciplined response.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border-radius: 16px; padding: 16px; background: rgba(212,175,55,0.06); border: 1px solid rgba(212,175,55,0.22);\"\u003e\n        \u003ch3 style=\"margin: 0 0 6px; font-size: 16px; color: #e6d38a;\"\u003eThe Guardian Mindset\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n          This is a philosophy of protection: awareness, readiness, and responsibility—without living in paranoia.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What You Will Gain --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhat You Will Take From This Book\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA practical definition of protective strength rooted in ethics\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eMental discipline for stress, conflict, and uncertainty\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eTools for building boundaries without becoming hardened or reactive\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA framework for responsibility: how to act without losing yourself\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA mindset that supports family, community, and principled leadership\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e\n      \u003cem\u003eQuiet Guardians\u003c\/em\u003e is written for those who want to become steady—internally and externally—\n      and who understand that protection is a lifelong discipline.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Who It Is For --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWho This Book Is For\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eParents, mentors, and leaders carrying responsibility\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eMartial artists who want ethics alongside skill\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eReaders rebuilding confidence through disciplined clarity\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eAnyone committed to calm, capable, principled protection\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e\n      This book is not about “being tough.” It is about being steady—so you can protect what matters without losing who you are.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Closing \/ Purchase Suggestion (Text Only) --\u003e\n  \u003cdiv style=\"margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.10); color: rgba(242,242,242,0.78); font-size: 13px;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\n      \u003cstrong style=\"color:#e6d38a;\"\u003eQuiet Guardians\u003c\/strong\u003e (Printed Edition) is available here as a publisher-direct copy.\n      If you are ready to train the guardian mindset—ethical strength, calm readiness, and disciplined responsibility—add this book to your library.\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 6px 0 0;\"\u003e\n      Published by Cloud Forest Publishing · Print edition priced at \u003cstrong\u003e$20.99\u003c\/strong\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":47596157861988,"sku":"qyxnq2","price":20.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/zmw2ydn-front-shortedge-384.jpg?v=1766777392"},{"product_id":"quiet-warriors-an-ethical-violence","title":"Quiet Warriors: An Ethical Violence","description":"\u003csection style=\"max-width: 980px; margin: 0 auto; padding: 28px 18px; background: #07070a; color: #f2f2f2; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; line-height: 1.55;\"\u003e\n\n  \u003c!-- Header --\u003e\n  \u003cdiv style=\"border: 1px solid rgba(212,175,55,0.35); border-radius: 18px; padding: 28px 22px; background: radial-gradient(1200px 500px at 20% 10%, rgba(212,175,55,0.12), rgba(7,7,10,0) 55%), linear-gradient(180deg, rgba(212,175,55,0.06), rgba(7,7,10,0)); box-shadow: 0 16px 40px rgba(0,0,0,0.45);\"\u003e\n\n    \u003cdiv style=\"display: inline-block; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.35); background: rgba(212,175,55,0.08); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #e6d38a;\"\u003e\n      Cloud Forest Publishing · Print Edition\n    \u003c\/div\u003e\n\n    \u003ch1 style=\"margin: 14px 0 6px; font-size: 34px; line-height: 1.15; letter-spacing: -0.02em; color: #f7f4e8;\"\u003e\n      Quiet Warriors\n      \u003cspan style=\"color:#d4af37;\"\u003e(Printed Edition)\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp style=\"margin: 0 0 12px; font-size: 18px; font-weight: 600; color: #e6d38a;\"\u003e\n      Publisher-direct print edition — $25.99\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin: 0; font-size: 16px; color: rgba(242,242,242,0.88); max-width: 860px;\"\u003e\n      \u003cem\u003eQuiet Warriors\u003c\/em\u003e is for those who train without needing applause—those who build discipline, restraint,\n      and clarity in a world that rewards noise. This is not a book about being harmless. It is a book about becoming\n      controlled.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What This Book Is --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 10px; font-size: 22px; color: #f7f4e8;\"\u003eWhat Quiet Warriors Is About\u003c\/h2\u003e\n    \u003cp style=\"margin: 0 0 14px; color: rgba(242,242,242,0.86);\"\u003e\n      The modern world confuses aggression with strength and volume with confidence. Martial training can become another\n      mask—another performance. \u003cem\u003eQuiet Warriors\u003c\/em\u003e pulls the reader back to the inner work: the mindset that governs\n      skill, the discipline that governs emotion, and the ethics that govern power.\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n      This is a book about the warrior’s interior: how you carry pressure, how you hold responsibility,\n      and how you remain steady when ego begs to speak.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Why You Should Read It --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(212,175,55,0.22); background: linear-gradient(180deg, rgba(212,175,55,0.06), rgba(255,255,255,0.02));\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhy This Book Matters\u003c\/h2\u003e\n\n    \u003cdiv style=\"display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px;\"\u003e\n      \u003cdiv style=\"border-radius: 16px; padding: 16px; background: rgba(212,175,55,0.06); border: 1px solid rgba(212,175,55,0.22);\"\u003e\n        \u003ch3 style=\"margin: 0 0 6px; font-size: 16px; color: #e6d38a;\"\u003eStrength Without Noise\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n          Real capability does not announce itself. This book reframes strength as consistency, composure,\n          and the ability to act without needing permission from fear or ego.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border-radius: 16px; padding: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.10);\"\u003e\n        \u003ch3 style=\"margin: 0 0 6px; font-size: 16px; color: #e6d38a;\"\u003eDiscipline Under Pressure\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n          Training isn’t proven in comfort. It’s proven when life tightens. You will learn a framework for\n          maintaining posture—mentally and morally—when your world is unstable.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border-radius: 16px; padding: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.10);\"\u003e\n        \u003ch3 style=\"margin: 0 0 6px; font-size: 16px; color: #e6d38a;\"\u003eEthics of Power\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n          Skill is not the same as character. This book emphasizes restraint, responsibility,\n          and the difference between control and cruelty.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border-radius: 16px; padding: 16px; background: rgba(212,175,55,0.06); border: 1px solid rgba(212,175,55,0.22);\"\u003e\n        \u003ch3 style=\"margin: 0 0 6px; font-size: 16px; color: #e6d38a;\"\u003eThe Quiet Path\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n          “Quiet” does not mean passive. It means deliberate. It means the ability to move when movement is required\n          and remain still when stillness is wiser.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What You Will Gain --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhat You Will Take From This Book\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA clearer definition of strength that isn’t rooted in ego\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003ePractical mental discipline for stress, conflict, and uncertainty\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA moral framework for training with power without becoming ruled by it\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA steadier “guardian mindset” that supports family, community, and self-control\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eA perspective that integrates martial practice into real life—quietly, consistently\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e\n      \u003cem\u003eQuiet Warriors\u003c\/em\u003e is written to be revisited. The more you train, the more you recognize what it is pointing to.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Who It Is For --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWho This Book Is For\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eMartial artists who want depth, not performance\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eReaders rebuilding discipline, confidence, and internal stability\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eInstructors and leaders shaping students through example\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eAnyone committed to being calm, capable, and responsible\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e\n      This book is not designed for motivational hype. It is designed for those willing to build quiet strength over time.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Closing \/ Purchase Suggestion (Text Only) --\u003e\n  \u003cdiv style=\"margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.10); color: rgba(242,242,242,0.78); font-size: 13px;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\n      \u003cstrong style=\"color:#e6d38a;\"\u003eQuiet Warriors\u003c\/strong\u003e (Printed Edition) is available here as a publisher-direct copy.\n      If you are ready to study the quiet path—discipline, ethics, and controlled strength—add the print edition to your library.\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 6px 0 0;\"\u003e\n      Published by Cloud Forest Publishing · Print edition priced at \u003cstrong\u003e$25.99\u003c\/strong\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":47596367085668,"sku":"68v79x","price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/45j2de2-front-shortedge-384.jpg?v=1766785649"},{"product_id":"internal-martial-science","title":"Internal Martial Science: Mapping The Weaknesses of the Human Body","description":"\u003csection style=\"max-width: 980px; margin: 0 auto; padding: 28px 18px; background: #07070a; color: #f2f2f2; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; line-height: 1.55;\"\u003e\n\n  \u003c!-- Header --\u003e\n  \u003cdiv style=\"border: 1px solid rgba(212,175,55,0.35); border-radius: 18px; padding: 28px 22px; background: radial-gradient(1200px 500px at 20% 10%, rgba(212,175,55,0.12), rgba(7,7,10,0) 55%), linear-gradient(180deg, rgba(212,175,55,0.06), rgba(7,7,10,0)); box-shadow: 0 16px 40px rgba(0,0,0,0.45);\"\u003e\n\n    \u003cdiv style=\"display: inline-block; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.35); background: rgba(212,175,55,0.08); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #e6d38a;\"\u003e\n      Cloud Forest Publishing\n    \u003c\/div\u003e\n\n    \u003ch1 style=\"margin: 14px 0 6px; font-size: 34px; line-height: 1.15; letter-spacing: -0.02em; color: #f7f4e8;\"\u003e\n      Internal Martial Science:\n      \u003cspan style=\"color:#d4af37;\"\u003eMapping The Weaknesses of the Human Body\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp style=\"margin: 0 0 12px; font-size: 18px; font-weight: 600; color: #e6d38a;\"\u003e\n      Publisher-direct edition — $26.99\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin: 0; font-size: 16px; color: rgba(242,242,242,0.88); max-width: 860px;\"\u003e\n      A disciplined examination of structure, timing, and physiological vulnerability.\n      Written for martial artists who want understanding instead of folklore,\n      and functional clarity instead of technique collecting.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Purpose --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 10px; font-size: 22px; color: #f7f4e8;\"\u003eWhy This Book Exists\u003c\/h2\u003e\n    \u003cp style=\"margin: 0 0 14px; color: rgba(242,242,242,0.86);\"\u003e\n      Much of modern martial material either hides behind mysticism or collapses into surface mechanics.\n      \u003cem\u003eInternal Martial Science\u003c\/em\u003e was written to bridge that divide.\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 0; color: rgba(242,242,242,0.86);\"\u003e\n      This work treats internal practice as a system—one that can be observed, tested,\n      refined, and taught responsibly. Superstition is removed, but effectiveness is preserved.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What You Will Study --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(212,175,55,0.22); background: linear-gradient(180deg, rgba(212,175,55,0.06), rgba(255,255,255,0.02));\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWhat You Will Study\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eHow structure creates power—and how collapse creates vulnerability\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eWhy timing consistently outperforms strength\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eAnatomy viewed through a martial, not medical, lens\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eInternal mechanics explained without esoteric language\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003ePressure-point theory grounded in anatomy and neurology\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eEthical and progressive methods of internal training\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 14px; color: rgba(242,242,242,0.86);\"\u003e\n      This is not a catalog of techniques. It is a framework for understanding why internal methods work,\n      and how to study them responsibly.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Who This Is For --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eWho This Book Is For\u003c\/h2\u003e\n\n    \u003cul style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eMartial artists seeking understanding rather than tricks\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eInstructors who want to teach internal principles responsibly\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eSerious students of internal development and martial science\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 12px; color: rgba(242,242,242,0.86);\"\u003e\n      This book is not intended for readers looking for shortcuts, secret techniques,\n      or entertainment-only martial content.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Study Guidance --\u003e\n  \u003cdiv style=\"margin-top: 22px; border-radius: 18px; padding: 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02);\"\u003e\n    \u003ch2 style=\"margin: 0 0 12px; font-size: 22px; color: #f7f4e8;\"\u003eHow to Use This Book\u003c\/h2\u003e\n    \u003col style=\"margin: 0; padding-left: 18px; color: rgba(242,242,242,0.88);\"\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eRead first for structure, not detail\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eRevisit chapters as your training matures\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eTest principles ethically and progressively\u003c\/li\u003e\n      \u003cli style=\"margin: 8px 0;\"\u003eTreat the book as a reference, not a one-time read\u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Closing --\u003e\n  \u003cdiv style=\"margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.10); color: rgba(242,242,242,0.78); font-size: 13px;\"\u003e\n    \u003cp style=\"margin: 0;\"\u003e\n      \u003cstrong style=\"color:#e6d38a;\"\u003eInternal Martial Science\u003c\/strong\u003e is intended as a long-term study companion.\n      Its value increases as understanding deepens and training becomes more refined.\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 6px 0 0;\"\u003e\n      Published by Cloud Forest Publishing · Publisher-direct edition priced at \u003cstrong\u003e$26.99\u003c\/strong\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":47602792333412,"sku":"vwwnnk","price":26.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/rmjnk7k-front-shortedge-384.jpg?v=1766979790"},{"product_id":"ebook_alchemistsbody","title":"E-Book: Alchemist's Body - The Complete Guide to Taoist Internal Cultivation","description":"\u003cdiv style=\"max-width:800px;margin:auto;font-family:Georgia,serif;line-height:1.6;color:#222;\"\u003e\n\n\u003ch2 style=\"text-align:center;\"\u003eThe Alchemist’s Body\u003c\/h2\u003e\n\u003ch3 style=\"text-align:center;font-weight:normal;\"\u003eA Complete Guide to Taoist Internal Cultivation\u003c\/h3\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\u003cem\u003eBy Sifu Michael Johnson (Wei Lei Ma), Zongshi\u003c\/em\u003e\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003cp\u003e\nFor thousands of years Taoist practitioners have explored a simple but profound idea:\n\u003cstrong\u003ethe human body is not merely biological — it is alchemical.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003cp\u003e\nWithin the classical Taoist tradition, the body is understood as a living laboratory where \n\u003cem\u003eessence (Jing), energy (Qi), and spirit (Shen)\u003c\/em\u003e are refined through disciplined practice.\nThe purpose of internal cultivation is not mystical escape, but the development of a\nclearer mind, stronger body, deeper vitality, and a life aligned with natural law.\n\u003c\/p\u003e\n\n\u003cp\u003e\n\u003cstrong\u003e\u003cem\u003eThe Alchemist’s Body\u003c\/em\u003e\u003c\/strong\u003e presents these ancient principles in a structured and practical way,\nbridging traditional Taoist philosophy with modern understanding of physiology,\nnervous system regulation, and internal training methods.\n\u003c\/p\u003e\n\n\u003cp\u003e\nRather than presenting fragmented techniques, this guide explains the complete internal framework that connects\nYin and Yang theory, the Five Processes, and the Three Treasures into a coherent system of personal cultivation.\n\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch3\u003eInside This Book You Will Learn\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003eThe foundational Taoist model of the human body as an energetic system\u003c\/li\u003e\n\u003cli\u003eThe relationship between \u003cstrong\u003eJing, Qi, and Shen\u003c\/strong\u003e and how they are cultivated\u003c\/li\u003e\n\u003cli\u003eHow Yin–Yang dynamics govern physical health, emotional balance, and mental clarity\u003c\/li\u003e\n\u003cli\u003eThe Five Processes and their relationship to organs, emotions, and internal regulation\u003c\/li\u003e\n\u003cli\u003eThe principles behind internal martial arts and Taoist cultivation practices\u003c\/li\u003e\n\u003cli\u003eHow breath, posture, and attention reshape the body's internal energy systems\u003c\/li\u003e\n\u003cli\u003eThe practical philosophy behind Taoist longevity and vitality practices\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003chr\u003e\n\n\u003ch3\u003eA Bridge Between Tradition and Modern Understanding\u003c\/h3\u003e\n\n\u003cp\u003e\nDrawing on decades of martial arts training and Taoist study, \n\u003cstrong\u003eSifu Michael Johnson (Wei Lei Ma)\u003c\/strong\u003e presents these teachings with clarity and structure,\nmaking concepts traditionally hidden within esoteric texts accessible to modern readers.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThis is not a book of superstition or vague mysticism.  \nIt is a practical exploration of the internal mechanics behind Taoist cultivation and the\ndisciplined path of developing the body into a refined instrument of awareness and vitality.\n\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch3\u003eWho This Book Is For\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003eStudents of Taoism and Eastern philosophy\u003c\/li\u003e\n\u003cli\u003ePractitioners of Tai Chi, Qigong, and internal martial arts\u003c\/li\u003e\n\u003cli\u003eReaders interested in internal alchemy and traditional cultivation systems\u003c\/li\u003e\n\u003cli\u003eAnyone seeking a deeper understanding of mind-body integration\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003chr\u003e\n\n\u003cp style=\"text-align:center;font-size:18px;\"\u003e\n\u003cstrong\u003ePrice: $19.99\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\nBegin your journey into the internal science of Taoist cultivation and discover how the body itself becomes the vessel of transformation.\n\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003cp style=\"text-align:center;font-size:14px;color:#555;\"\u003e\nPublished by \u003cstrong\u003eCloud Forest Publishing\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":48021893185636,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/PublicBookCover_AlchemistsBody.png?v=1772856889"},{"product_id":"forging-the-immortal-body-expanded-version","title":"Forging the Immortal Body (Expanded Version)","description":"Forging the Immortal Body Expanded Version — paperback, 334 pages, Premium Black \u0026amp; White interior.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49177832095844,"sku":"4m95eg","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/rm28qrr-front-shortedge-384.jpg?v=1788851066"}],"url":"https:\/\/www.cloudforestpublishing.com\/collections\/practice.oembed","provider":"Cloud Forest Publishing","version":"1.0","type":"link"}