{"title":"All books","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":"e-book-between-the-cross-and-the-way-when-faith-meets-martial-discipline","title":"E-Book: Between The Cross and The Way - When Faith Meets Martial Discipline","description":"\u003c!--\n  SHOPIFY PRODUCT DESCRIPTION\n  Between the Cross and the Way — When Faith Meets Martial Discipline\n  $19.99 E-Book\n  Paste this entire block into your Shopify product description (HTML editor mode).\n--\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600\u0026family=Lora:ital,wght@0,400;0,500;1,400\u0026family=Noto+Serif+SC:wght@400;700\u0026display=swap');\n\n  .btcw-wrap {\n    position: relative;\n    width: 100vw;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background: #1a1410 !important;\n    color: #f5f0e8 !important;\n    font-family: 'Lora', Georgia, serif !important;\n    line-height: 1.8 !important;\n    overflow: hidden;\n  }\n  .btcw-wrap *, .btcw-wrap *::before, .btcw-wrap *::after {\n    box-sizing: border-box; margin: 0; padding: 0;\n  }\n  .btcw-wrap p, .btcw-wrap h1, .btcw-wrap h2, .btcw-wrap h3, .btcw-wrap h4,\n  .btcw-wrap span, .btcw-wrap div, .btcw-wrap blockquote, .btcw-wrap a {\n    color: inherit !important; font-family: inherit !important;\n    text-transform: none !important; letter-spacing: normal !important;\n  }\n\n  .btcw-ambient {\n    position: absolute; top: 0; left: 0; right: 0; height: 600px;\n    pointer-events: none; z-index: 0;\n    background:\n      radial-gradient(ellipse 80% 60% at 30% 40%, rgba(45,58,46,0.5), transparent),\n      radial-gradient(ellipse 60% 50% at 75% 55%, rgba(139,58,42,0.2), transparent);\n  }\n  .btcw-inner {\n    max-width: 680px; margin: 0 auto; padding: 0 2rem;\n    position: relative; z-index: 1;\n  }\n\n  \/* Hero *\/\n  .btcw-hero {\n    display: flex; flex-direction: column;\n    align-items: center; text-align: center;\n    padding: 4rem 0 3rem;\n  }\n\n  \/* Title monument *\/\n  .btcw-monument {\n    position: relative; width: 100%; max-width: 400px;\n    padding: 3rem 2.5rem 2.8rem; text-align: center;\n    background: linear-gradient(145deg, rgba(45,58,46,0.12), rgba(26,20,16,0.7), rgba(139,58,42,0.08));\n    border: 1px solid rgba(184,148,31,0.18);\n    margin-bottom: 2rem;\n    animation: btcwGlow 6s ease-in-out infinite;\n  }\n  @keyframes btcwGlow {\n    0%, 100% { border-color: rgba(184,148,31,0.18); box-shadow: 0 0 40px rgba(184,148,31,0.02); }\n    50% { border-color: rgba(184,148,31,0.35); box-shadow: 0 0 80px rgba(184,148,31,0.06); }\n  }\n  .btcw-monument::before, .btcw-monument::after {\n    content: ''; position: absolute; width: 30px; height: 30px;\n    border-color: #b8941f; border-style: solid; opacity: 0.45;\n  }\n  .btcw-monument::before { top: -1px; left: -1px; border-width: 2px 0 0 2px; }\n  .btcw-monument::after { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }\n  .btcw-corner-tr, .btcw-corner-bl {\n    position: absolute; width: 30px; height: 30px;\n    border-color: #b8941f; border-style: solid; opacity: 0.45;\n  }\n  .btcw-corner-tr { top: -1px; right: -1px; border-width: 2px 2px 0 0; }\n  .btcw-corner-bl { bottom: -1px; left: -1px; border-width: 0 0 2px 2px; }\n  .btcw-vline-l, .btcw-vline-r {\n    position: absolute; top: 12%; bottom: 12%; width: 1px;\n    background: linear-gradient(180deg, transparent, #b8941f, transparent);\n    opacity: 0.15;\n  }\n  .btcw-vline-l { left: 14px; }\n  .btcw-vline-r { right: 14px; }\n\n  .btcw-sym-row {\n    display: flex; align-items: center; justify-content: center;\n    gap: 0.9rem; margin-bottom: 2rem; position: relative;\n  }\n  .btcw-sym-row::after {\n    content: ''; position: absolute; bottom: -1rem;\n    left: 18%; right: 18%; height: 1px;\n    background: linear-gradient(90deg, transparent, #b8941f, transparent);\n    opacity: 0.35;\n  }\n  .btcw-sym-cross {\n    font-size: 1.8rem !important; color: #b8941f !important; opacity: 0.85;\n    animation: btcwPulse 4s ease-in-out infinite;\n  }\n  @keyframes btcwPulse {\n    0%, 100% { text-shadow: 0 0 6px rgba(184,148,31,0); }\n    50% { text-shadow: 0 0 18px rgba(184,148,31,0.35); }\n  }\n  .btcw-sym-dot {\n    width: 4px; height: 4px; border-radius: 50%;\n    background: #8b3a2a; opacity: 0.5;\n  }\n  .btcw-sym-dao {\n    font-family: 'Noto Serif SC', serif !important;\n    font-size: 1.7rem !important; color: #8b3a2a !important; opacity: 0.65;\n  }\n\n  .btcw-w-between {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 0.82rem !important; font-weight: 400 !important;\n    letter-spacing: 0.5em !important; text-transform: uppercase !important;\n    color: #c8c0b4 !important; margin-bottom: 0.5rem;\n  }\n  .btcw-w-the {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 1rem !important; font-style: italic !important;\n    letter-spacing: 0.35em !important;\n    color: rgba(200,192,180,0.5) !important; margin-bottom: 0.15rem;\n  }\n  .btcw-w-cross {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: clamp(3rem, 7vw, 4.5rem) !important;\n    font-weight: 700 !important; line-height: 1 !important;\n    letter-spacing: 0.1em !important; text-transform: uppercase !important;\n    color: #f5f0e8 !important;\n    text-shadow: 0 2px 30px rgba(184,148,31,0.12);\n    margin-bottom: 0.4rem;\n  }\n  .btcw-connector {\n    display: flex; align-items: center; justify-content: center;\n    gap: 1rem; margin: 0.5rem 0;\n  }\n  .btcw-conn-line {\n    width: 55px; height: 1px;\n    background: linear-gradient(90deg, transparent, #b8941f, transparent);\n  }\n  .btcw-conn-and {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 1.15rem !important; font-style: italic !important;\n    color: #d4b94e !important; opacity: 0.75;\n  }\n  .btcw-w-way {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: clamp(3rem, 7vw, 4.5rem) !important;\n    font-weight: 700 !important; line-height: 1 !important;\n    letter-spacing: 0.1em !important; text-transform: uppercase !important;\n    color: #8b3a2a !important;\n    text-shadow: 0 2px 30px rgba(139,58,42,0.18);\n    margin-bottom: 1.2rem;\n  }\n  .btcw-sub-div {\n    width: 55%; height: 1px; margin: 0 auto 1rem;\n    background: linear-gradient(90deg, transparent, rgba(184,148,31,0.35), transparent);\n  }\n  .btcw-subtitle {\n    font-family: 'Lora', Georgia, serif !important;\n    font-size: 0.82rem !important; font-style: italic !important;\n    color: #c8c0b4 !important; line-height: 1.7 !important;\n  }\n  .btcw-m-author {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 0.75rem !important; letter-spacing: 0.22em !important;\n    text-transform: uppercase !important; color: #b8941f !important;\n    margin-top: 1.4rem;\n  }\n  .btcw-badge {\n    display: inline-block; margin-top: 1rem;\n    background: #8b3a2a !important; color: #f5f0e8 !important;\n    font-size: 0.62rem !important; font-weight: 600 !important;\n    letter-spacing: 0.14em !important; text-transform: uppercase !important;\n    padding: 0.3rem 1.1rem;\n  }\n\n  \/* Below monument *\/\n  .btcw-tagline {\n    font-family: 'Lora', Georgia, serif !important;\n    font-size: 1.1rem !important; font-weight: 400 !important;\n    color: rgba(245,240,232,0.8) !important;\n    max-width: 480px; margin: 0 auto 2.5rem;\n    line-height: 1.9 !important; text-align: center;\n  }\n  .btcw-price {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 2.6rem !important; font-weight: 700 !important;\n    color: #f5f0e8 !important; margin-bottom: 0.3rem;\n  }\n  .btcw-price-note {\n    font-size: 0.82rem !important; font-style: italic !important;\n    color: #c8c0b4 !important; margin-bottom: 2rem;\n  }\n  .btcw-cta {\n    display: inline-flex !important; align-items: center; gap: 0.7rem;\n    background: linear-gradient(135deg, #b8941f, #d4b94e) !important;\n    color: #1a1410 !important; border: none !important;\n    padding: 1rem 2.8rem !important;\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 1.05rem !important; font-weight: 700 !important;\n    letter-spacing: 0.1em !important; text-transform: uppercase !important;\n    text-decoration: none !important; cursor: pointer;\n    transition: all 0.35s ease;\n  }\n  .btcw-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(184,148,31,0.3);\n    background: linear-gradient(135deg, #d4b94e, #e0c960) !important;\n    color: #1a1410 !important;\n  }\n  .btcw-cta svg { width: 16px; height: 16px; }\n  .btcw-secure {\n    margin-top: 1rem; font-size: 0.75rem !important; color: #c8c0b4 !important;\n    display: flex; align-items: center; justify-content: center; gap: 0.5rem;\n  }\n  .btcw-secure svg { width: 13px; height: 13px; opacity: 0.5; }\n\n  \/* Separators *\/\n  .btcw-sep {\n    display: flex; align-items: center; justify-content: center;\n    gap: 1.5rem; padding: 3rem 0 2.5rem;\n  }\n  .btcw-sep-line {\n    width: 60px; height: 1px;\n    background: linear-gradient(90deg, transparent, #b8941f, transparent);\n  }\n  .btcw-sep-sym {\n    font-family: 'Noto Serif SC', serif !important;\n    color: #b8941f !important; font-size: 1.1rem !important; opacity: 0.5;\n  }\n\n  \/* Body sections *\/\n  .btcw-section { text-align: center; padding-bottom: 0.5rem; }\n  .btcw-label {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 0.72rem !important; font-weight: 600 !important;\n    letter-spacing: 0.3em !important; text-transform: uppercase !important;\n    color: #b8941f !important; margin-bottom: 1.3rem;\n  }\n  .btcw-heading {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: clamp(1.5rem, 4vw, 2.3rem) !important;\n    font-weight: 700 !important; line-height: 1.3 !important;\n    color: #f5f0e8 !important; margin-bottom: 1.6rem;\n  }\n  .btcw-text {\n    font-size: 1.05rem !important;\n    color: rgba(245,240,232,0.78) !important;\n    line-height: 2 !important;\n    max-width: 530px; margin: 0 auto 1.4rem;\n  }\n  .btcw-text em { color: #f5f0e8 !important; }\n\n  \/* Cards *\/\n  .btcw-cards {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem; margin-top: 2rem; max-width: 600px;\n    margin-left: auto; margin-right: auto;\n  }\n  .btcw-card {\n    background: rgba(245,240,232,0.03) !important;\n    border: 1px solid rgba(184,148,31,0.12);\n    padding: 1.6rem 1.5rem; text-align: left;\n    transition: all 0.35s ease;\n    position: relative; overflow: hidden;\n  }\n  .btcw-card::before {\n    content: ''; position: absolute; top: 0; left: 0;\n    width: 3px; height: 0; background: #b8941f;\n    transition: height 0.4s ease;\n  }\n  .btcw-card:hover {\n    background: rgba(245,240,232,0.05) !important;\n    border-color: rgba(184,148,31,0.25);\n    transform: translateY(-2px);\n  }\n  .btcw-card:hover::before { height: 100%; }\n  .btcw-card-icon { font-size: 1.4rem !important; margin-bottom: 0.8rem; display: block; }\n  .btcw-card h3 {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 1.1rem !important; font-weight: 700 !important;\n    color: #f5f0e8 !important; margin-bottom: 0.5rem;\n  }\n  .btcw-card p {\n    font-size: 0.9rem !important;\n    color: rgba(245,240,232,0.6) !important; line-height: 1.7 !important;\n  }\n\n  \/* Author *\/\n  .btcw-auth-block { text-align: center; padding-bottom: 0.5rem; }\n  .btcw-seal {\n    width: 120px; height: 120px; border-radius: 50%;\n    background: linear-gradient(145deg, #2d3a2e, #3d4e3f);\n    border: 2px solid rgba(184,148,31,0.3);\n    display: flex; flex-direction: column;\n    align-items: center; justify-content: center;\n    margin: 0 auto 1.5rem;\n  }\n  .btcw-seal-cn {\n    font-family: 'Noto Serif SC', serif !important;\n    font-size: 1.4rem !important; color: #b8941f !important; line-height: 1.2 !important;\n  }\n  .btcw-seal-en {\n    font-size: 0.5rem !important; color: #c8c0b4 !important;\n    letter-spacing: 0.1em !important; text-transform: uppercase !important;\n    margin-top: 0.3rem;\n  }\n  .btcw-auth-name {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 1.4rem !important; font-weight: 700 !important;\n    color: #f5f0e8 !important; margin-bottom: 0.3rem;\n  }\n  .btcw-auth-titles {\n    font-size: 0.82rem !important; font-style: italic !important;\n    color: #b8941f !important; margin-bottom: 1.3rem;\n  }\n  .btcw-auth-bio {\n    font-size: 0.95rem !important;\n    color: rgba(245,240,232,0.72) !important;\n    line-height: 1.9 !important;\n    max-width: 520px; margin: 0 auto 1rem;\n  }\n\n  \/* Final CTA *\/\n  .btcw-final { text-align: center; padding: 2.5rem 0 4rem; }\n  .btcw-final-price {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 2.8rem !important; font-weight: 700 !important;\n    color: #f5f0e8 !important; margin-bottom: 1.6rem;\n  }\n  .btcw-final-price .sm { font-size: 1.4rem !important; vertical-align: super; }\n  .btcw-final-sub {\n    font-size: 0.95rem !important; font-style: italic !important;\n    color: #c8c0b4 !important; margin-bottom: 1.8rem;\n  }\n\n  .btcw-foot {\n    text-align: center; padding: 2rem 0 1rem;\n    border-top: 1px solid rgba(184,148,31,0.1);\n  }\n  .btcw-foot p {\n    font-size: 0.75rem !important; color: #c8c0b4 !important; opacity: 0.5;\n  }\n  .btcw-foot .btcw-fn {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    color: #b8941f !important; letter-spacing: 0.1em !important;\n  }\n\n  @media (max-width: 640px) {\n    .btcw-inner { padding: 0 1.4rem; }\n    .btcw-monument { padding: 2.5rem 1.6rem 2.2rem; }\n    .btcw-cards { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"btcw-wrap\"\u003e\n  \u003cdiv class=\"btcw-ambient\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"btcw-inner\"\u003e\n\n    \u003cdiv class=\"btcw-hero\"\u003e\n\n      \u003cdiv class=\"btcw-monument\"\u003e\n        \u003cspan class=\"btcw-corner-tr\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"btcw-corner-bl\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"btcw-vline-l\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"btcw-vline-r\"\u003e\u003c\/span\u003e\n\n        \u003cdiv class=\"btcw-sym-row\"\u003e\n          \u003cspan class=\"btcw-sym-cross\"\u003e✝\u003c\/span\u003e\n          \u003cspan class=\"btcw-sym-dot\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"btcw-sym-dao\"\u003e道\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"btcw-w-between\"\u003eBetween\u003c\/div\u003e\n        \u003cdiv class=\"btcw-w-the\"\u003ethe\u003c\/div\u003e\n        \u003cdiv class=\"btcw-w-cross\"\u003eCross\u003c\/div\u003e\n\n        \u003cdiv class=\"btcw-connector\"\u003e\n          \u003cspan class=\"btcw-conn-line\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"btcw-conn-and\"\u003eand\u003c\/span\u003e\n          \u003cspan class=\"btcw-conn-line\"\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"btcw-w-the\"\u003ethe\u003c\/div\u003e\n        \u003cdiv class=\"btcw-w-way\"\u003eWay\u003c\/div\u003e\n\n        \u003cdiv class=\"btcw-sub-div\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"btcw-subtitle\"\u003eWhen Faith Meets\u003cbr\u003eMartial Discipline\u003c\/div\u003e\n        \u003cdiv class=\"btcw-m-author\"\u003eSifu Michael Johnson\u003c\/div\u003e\n        \u003cdiv class=\"btcw-badge\"\u003eE-Book\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"btcw-tagline\"\u003e\n        A book born from 35 years on the training floor and a lifetime in faith — exploring what happens when the cross and the martial way meet not as opposites, but as a single path walked with both hands open.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"btcw-price\"\u003e$19.99\u003c\/div\u003e\n      \u003cdiv class=\"btcw-price-note\"\u003eE-Book · Instant delivery\u003c\/div\u003e\n\n      \u003ca href=\"#\" class=\"btcw-cta\"\u003e\n        \u003cspan\u003eAdd to Cart\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"btcw-secure\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Secure checkout · Instant download\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"btcw-sep\"\u003e\n      \u003cspan class=\"btcw-sep-line\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"btcw-sep-sym\"\u003e道\u003c\/span\u003e\n      \u003cspan class=\"btcw-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"btcw-section\"\u003e\n      \u003cdiv class=\"btcw-label\"\u003eAbout the Book\u003c\/div\u003e\n      \u003ch2 class=\"btcw-heading\"\u003eTwo Traditions. One Walk.\u003c\/h2\u003e\n      \u003cp class=\"btcw-text\"\u003e\n        Can a Christian walk the martial way without compromise? Can a martial artist carry the cross without contradiction? For decades, these questions have been answered with suspicion, silence, or shallow reassurance. This book answers them differently — from the inside.\n      \u003c\/p\u003e\n      \u003cp class=\"btcw-text\"\u003e\n        Written by an 8th Duan Grandmaster and 38th Lineage Holder who has carried both a Taoist martial lineage and a Christian faith for over 35 years, \u003cem\u003eBetween the Cross and the Way\u003c\/em\u003e doesn't argue from theory. It walks the reader through the real tensions, the real ground, and the real peace that comes from holding both paths honestly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"btcw-sep\"\u003e\n      \u003cspan class=\"btcw-sep-line\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"btcw-sep-sym\"\u003e✝\u003c\/span\u003e\n      \u003cspan class=\"btcw-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"btcw-section\"\u003e\n      \u003cdiv class=\"btcw-label\"\u003eWhat You'll Discover\u003c\/div\u003e\n      \u003ch2 class=\"btcw-heading\"\u003eBuilt from the Training Floor,\u003cbr\u003eNot the Lecture Hall\u003c\/h2\u003e\n\n      \u003cdiv class=\"btcw-cards\"\u003e\n        \u003cdiv class=\"btcw-card\"\u003e\n          \u003cspan class=\"btcw-card-icon\"\u003e☬\u003c\/span\u003e\n          \u003ch3\u003eFaith Without Flinching\u003c\/h3\u003e\n          \u003cp\u003eWhat Christian practice looks like when it's refined through martial discipline — tested in the body, not just the mind.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"btcw-card\"\u003e\n          \u003cspan class=\"btcw-card-icon\"\u003e☯\u003c\/span\u003e\n          \u003ch3\u003eThe Way Without Worship\u003c\/h3\u003e\n          \u003cp\u003eHow a Taoist martial lineage can be carried honestly without crossing the line into conflicting devotion.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"btcw-card\"\u003e\n          \u003cspan class=\"btcw-card-icon\"\u003e⚖\u003c\/span\u003e\n          \u003ch3\u003eDiscipline as Devotion\u003c\/h3\u003e\n          \u003cp\u003eThe shared architecture of the martial path and the spiritual path — where structure, suffering, and service overlap.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"btcw-card\"\u003e\n          \u003cspan class=\"btcw-card-icon\"\u003e★\u003c\/span\u003e\n          \u003ch3\u003eGuardian, Not Destroyer\u003c\/h3\u003e\n          \u003cp\u003eThe transformation of a martial tradition from one of taking life to one of protecting it — and what that means for a person of faith.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"btcw-card\"\u003e\n          \u003cspan class=\"btcw-card-icon\"\u003e⚙\u003c\/span\u003e\n          \u003ch3\u003ePractical Integration\u003c\/h3\u003e\n          \u003cp\u003eReal frameworks for training, teaching, and living where these traditions meet — without diluting either one.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"btcw-card\"\u003e\n          \u003cspan class=\"btcw-card-icon\"\u003e📚\u003c\/span\u003e\n          \u003ch3\u003e35 Years of Walking It\u003c\/h3\u003e\n          \u003cp\u003eNot a theory book. Every chapter draws from decades of doing the work, making the mistakes, and finding what holds.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"btcw-sep\"\u003e\n      \u003cspan class=\"btcw-sep-line\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"btcw-sep-sym\"\u003e✝\u003c\/span\u003e\n      \u003cspan class=\"btcw-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"btcw-auth-block\"\u003e\n      \u003cdiv class=\"btcw-label\"\u003eThe Author\u003c\/div\u003e\n      \u003cdiv class=\"btcw-seal\"\u003e\n        \u003cspan class=\"btcw-seal-cn\"\u003e魏雷馬\u003c\/span\u003e\n        \u003cspan class=\"btcw-seal-en\"\u003eWei Lei Ma\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"btcw-auth-name\"\u003eSifu Michael Johnson\u003c\/div\u003e\n      \u003cdiv class=\"btcw-auth-titles\"\u003e8th Duan Grandmaster · Zongshi of Tzu Jan Men · 38th Lineage Holder, Wei Family Lineage\u003c\/div\u003e\n      \u003cp class=\"btcw-auth-bio\"\u003e\n        With over 35 years of martial arts teaching experience and doctoral degrees in Metaphysics and Philosophy, Sifu Michael Johnson has spent his life at the intersection most people believe can't exist. He operates Cloud Forest Martial Arts Institute in Greensboro, North Carolina, as a ministry — and through Cloud Forest Publishing, he writes the books the gatekeepers never asked for.\n      \u003c\/p\u003e\n      \u003cp class=\"btcw-auth-bio\"\u003e\n        His martial seal, Wei Lei Ma — \"Guardian Thunder Horse\" — carries the history of a lineage transformed from an assassination tradition into a guardian one. This book is one reflection of that transformation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"btcw-sep\"\u003e\n      \u003cspan class=\"btcw-sep-line\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"btcw-sep-sym\"\u003e道\u003c\/span\u003e\n      \u003cspan class=\"btcw-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"btcw-final\"\u003e\n      \u003cdiv class=\"btcw-label\"\u003eBegin the Walk\u003c\/div\u003e\n      \u003ch2 class=\"btcw-heading\"\u003eTwo Paths. One Book. Your Move.\u003c\/h2\u003e\n      \u003cdiv class=\"btcw-final-sub\"\u003eInstant digital delivery. Read on any device.\u003c\/div\u003e\n      \u003cdiv class=\"btcw-final-price\"\u003e$19\u003cspan class=\"sm\"\u003e.99\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003ca href=\"#\" class=\"btcw-cta\" style=\"margin: 0 auto;\"\u003e\n        \u003cspan\u003eAdd to Cart\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"btcw-secure\" style=\"margin-top:1rem;\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Secure checkout · Instant download\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"btcw-foot\"\u003e\n      \u003cp\u003e© 2026 \u003cspan class=\"btcw-fn\"\u003eCloud Forest Publishing\u003c\/span\u003e. All rights reserved.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":48023208165476,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/Between_the_Cross_and_the_Way_front_cover.png?v=1772860313"},{"product_id":"e-book-the-hearth-and-the-fire-god-bound-series-book-1","title":"E-Book: The Hearth And The Fire - God Bound Series Book 1","description":"\u003c!--\n  SHOPIFY PRODUCT DESCRIPTION\n  The Hearth and the Fire — God Bound Book One\n  $19.99 E-Book\n  Paste this entire block into your Shopify product description (HTML editor mode).\n--\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700\u0026family=Crimson+Pro:ital,wght@0,300;0,400;0,500;1,300;1,400\u0026family=Cinzel:wght@400;600;700\u0026display=swap');\n\n  .htf-wrap {\n    position: relative;\n    width: 100vw;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background: #080604 !important;\n    color: #e8ddd0 !important;\n    font-family: 'Crimson Pro', Georgia, serif !important;\n    line-height: 1.85 !important;\n    overflow: hidden;\n  }\n  .htf-wrap *, .htf-wrap *::before, .htf-wrap *::after {\n    box-sizing: border-box; margin: 0; padding: 0;\n  }\n  .htf-wrap p, .htf-wrap h1, .htf-wrap h2, .htf-wrap h3, .htf-wrap h4,\n  .htf-wrap span, .htf-wrap div, .htf-wrap blockquote, .htf-wrap a {\n    color: inherit !important; font-family: inherit !important;\n    text-transform: none !important; letter-spacing: normal !important;\n  }\n\n  .htf-ambient {\n    position: absolute; top: 0; left: 0; right: 0; height: 600px;\n    pointer-events: none; z-index: 0;\n    background:\n      radial-gradient(ellipse 70% 50% at 50% 15%, rgba(139,46,10,0.12), transparent 70%),\n      radial-gradient(ellipse 50% 40% at 50% 10%, rgba(212,100,42,0.08), transparent 60%);\n  }\n  .htf-inner {\n    max-width: 680px; margin: 0 auto; padding: 0 2rem;\n    position: relative; z-index: 1;\n  }\n\n  \/* Hero *\/\n  .htf-hero {\n    display: flex; flex-direction: column;\n    align-items: center; text-align: center;\n    padding: 4rem 0 3rem;\n    position: relative;\n  }\n\n  \/* Fire bed *\/\n  .htf-fire-bed {\n    position: absolute; top: 0; left: 0; right: 0; height: 200px;\n    overflow: hidden; pointer-events: none;\n    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, transparent 100%);\n    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, transparent 100%);\n  }\n  .htf-flame {\n    position: absolute; top: 0;\n    border-radius: 50% 50% 50% 50% \/ 60% 60% 40% 40%;\n    filter: blur(8px); opacity: 0;\n    animation: htfFlicker ease-in-out infinite;\n    transform-origin: top center;\n  }\n  @keyframes htfFlicker {\n    0%   { opacity: 0; transform: scaleY(0.4) scaleX(1) translateY(-10px); }\n    20%  { opacity: 0.7; transform: scaleY(1.1) scaleX(0.85) translateY(10px); }\n    40%  { opacity: 0.5; transform: scaleY(0.9) scaleX(1.1) translateY(5px); }\n    60%  { opacity: 0.8; transform: scaleY(1.2) scaleX(0.8) translateY(15px); }\n    80%  { opacity: 0.4; transform: scaleY(0.7) scaleX(1.05) translateY(3px); }\n    100% { opacity: 0; transform: scaleY(0.3) scaleX(1) translateY(-10px); }\n  }\n\n  .htf-ember-field {\n    position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n    overflow: hidden; pointer-events: none;\n  }\n  .htf-ember {\n    position: absolute; border-radius: 50%; opacity: 0;\n    animation: htfRise linear infinite;\n  }\n  @keyframes htfRise {\n    0%   { opacity: 0; transform: translateY(0) translateX(0) scale(1); }\n    10%  { opacity: 0.8; }\n    70%  { opacity: 0.3; }\n    100% { opacity: 0; transform: translateY(-400px) translateX(var(--htf-drift)) scale(0.2); }\n  }\n\n  .htf-glow {\n    position: absolute; top: 0; left: 50%;\n    transform: translateX(-50%);\n    width: 420px; height: 250px;\n    background: radial-gradient(ellipse, rgba(212,100,42,0.07), transparent 65%);\n    pointer-events: none;\n    animation: htfBreathe 5s ease-in-out infinite;\n  }\n  @keyframes htfBreathe {\n    0%, 100% { opacity: 0.6; } 50% { opacity: 1; }\n  }\n\n  .htf-series {\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 0.68rem !important; font-weight: 600 !important;\n    letter-spacing: 0.45em !important; text-transform: uppercase !important;\n    color: #c9a84c !important;\n    margin-bottom: 2rem;\n    display: flex; align-items: center; gap: 1rem;\n    position: relative; z-index: 2;\n  }\n  .htf-tl {\n    width: 32px; height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c);\n  }\n  .htf-tl:last-child {\n    background: linear-gradient(90deg, #c9a84c, transparent);\n  }\n\n  .htf-the1 {\n    font-family: 'Crimson Pro', Georgia, serif !important;\n    font-size: 1.1rem !important; font-weight: 300 !important;\n    font-style: italic !important; letter-spacing: 0.15em !important;\n    color: #a09484 !important; margin-bottom: 0.3rem;\n    position: relative; z-index: 2;\n  }\n  .htf-hearth {\n    font-family: 'Playfair Display', Georgia, serif !important;\n    font-size: clamp(3rem, 9vw, 5.5rem) !important;\n    font-weight: 900 !important; line-height: 0.95 !important;\n    color: #e2c56a !important;\n    text-shadow: 0 0 30px rgba(201,168,76,0.2), 0 2px 4px rgba(0,0,0,0.5);\n    position: relative; z-index: 2;\n  }\n  .htf-amp {\n    font-family: 'Playfair Display', Georgia, serif !important;\n    font-size: clamp(1.3rem, 3vw, 1.8rem) !important;\n    font-style: italic !important; font-weight: 400 !important;\n    color: #706458 !important; margin: 0.3rem 0;\n    position: relative; z-index: 2;\n  }\n  .htf-the2 {\n    font-family: 'Crimson Pro', Georgia, serif !important;\n    font-size: 0.95rem !important; font-weight: 300 !important;\n    font-style: italic !important; letter-spacing: 0.25em !important;\n    color: #706458 !important;\n    position: relative; z-index: 2;\n  }\n  .htf-fire {\n    font-family: 'Playfair Display', Georgia, serif !important;\n    font-size: clamp(3rem, 9vw, 5.5rem) !important;\n    font-weight: 900 !important; line-height: 0.95 !important;\n    color: transparent !important;\n    background: linear-gradient(180deg, #f0dda0 0%, #e8a630 25%, #d4642a 55%, #8b2e0a 100%);\n    background-size: 100% 200%;\n    -webkit-background-clip: text; background-clip: text;\n    position: relative; z-index: 2;\n    animation: htfShimmer 4s ease-in-out infinite;\n  }\n  @keyframes htfShimmer {\n    0%, 100% { background-position: 0% 0%; } 50% { background-position: 0% 25%; }\n  }\n  .htf-fire-line {\n    width: 120px; height: 3px; margin: 0.5rem auto 0;\n    background: linear-gradient(90deg, transparent, #d4642a, #c9a84c, #d4642a, transparent);\n    border-radius: 2px; position: relative; z-index: 2;\n    animation: htfPulse 3s ease-in-out infinite;\n  }\n  @keyframes htfPulse {\n    0%, 100% { box-shadow: 0 0 8px rgba(212,100,42,0.3); }\n    50% { box-shadow: 0 0 20px rgba(212,100,42,0.5), 0 0 40px rgba(212,100,42,0.15); }\n  }\n  .htf-vrule {\n    width: 1px; height: 40px; margin: 1.8rem auto;\n    background: linear-gradient(180deg, rgba(201,168,76,0.5), transparent);\n    position: relative; z-index: 2;\n  }\n  .htf-author {\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 0.78rem !important; letter-spacing: 0.22em !important;\n    text-transform: uppercase !important; color: #c9a84c !important;\n    margin-bottom: 0.25rem; position: relative; z-index: 2;\n  }\n  .htf-pen {\n    font-family: 'Crimson Pro', Georgia, serif !important;\n    font-size: 0.85rem !important; font-style: italic !important;\n    font-weight: 300 !important; color: #706458 !important;\n    margin-bottom: 2.2rem; position: relative; z-index: 2;\n  }\n  .htf-tagline {\n    font-family: 'Crimson Pro', Georgia, serif !important;\n    font-size: 1.15rem !important; font-weight: 300 !important;\n    font-style: italic !important; color: #e8ddd0 !important;\n    max-width: 420px; margin: 0 auto 2.5rem;\n    line-height: 1.8 !important; position: relative; z-index: 2;\n  }\n  .htf-price {\n    font-family: 'Playfair Display', Georgia, serif !important;\n    font-size: 2.4rem !important; font-weight: 700 !important;\n    color: #e2c56a !important;\n    text-shadow: 0 0 20px rgba(201,168,76,0.15);\n    margin-bottom: 0.3rem; position: relative; z-index: 2;\n  }\n  .htf-price-note {\n    font-size: 0.82rem !important; font-style: italic !important;\n    color: #706458 !important; margin-bottom: 2rem;\n    position: relative; z-index: 2;\n  }\n  .htf-cta {\n    display: inline-flex !important; align-items: center; gap: 0.7rem;\n    background: linear-gradient(135deg, #c9a84c, #e2c56a) !important;\n    color: #080604 !important; border: none !important;\n    padding: 1rem 3rem !important;\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 0.9rem !important; font-weight: 600 !important;\n    letter-spacing: 0.12em !important; text-transform: uppercase !important;\n    text-decoration: none !important; cursor: pointer;\n    transition: all 0.4s ease; position: relative; z-index: 2;\n  }\n  .htf-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 28px rgba(201,168,76,0.3);\n    background: linear-gradient(135deg, #e2c56a, #f0dda0) !important;\n    color: #080604 !important;\n  }\n  .htf-cta svg { width: 16px; height: 16px; }\n  .htf-secure {\n    margin-top: 1rem; font-size: 0.75rem !important; color: #706458 !important;\n    display: flex; align-items: center; justify-content: center; gap: 0.5rem;\n    position: relative; z-index: 2;\n  }\n  .htf-secure svg { width: 13px; height: 13px; opacity: 0.5; }\n\n  \/* Separators *\/\n  .htf-sep {\n    display: flex; align-items: center; justify-content: center;\n    gap: 1rem; padding: 3rem 0 2.5rem;\n  }\n  .htf-sep-line {\n    width: 50px; height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent);\n  }\n  .htf-sep-dot {\n    width: 5px; height: 5px; border-radius: 50%;\n    background: #d4642a; opacity: 0.45;\n    box-shadow: 0 0 8px rgba(212,100,42,0.3);\n  }\n\n  \/* Body *\/\n  .htf-section { text-align: center; padding-bottom: 0.5rem; }\n  .htf-label {\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 0.66rem !important; font-weight: 600 !important;\n    letter-spacing: 0.4em !important; text-transform: uppercase !important;\n    color: #c9a84c !important; margin-bottom: 1.2rem;\n  }\n  .htf-heading {\n    font-family: 'Playfair Display', Georgia, serif !important;\n    font-size: clamp(1.4rem, 4vw, 2.1rem) !important;\n    font-weight: 700 !important; line-height: 1.3 !important;\n    color: #e2c56a !important; margin-bottom: 1.6rem;\n    text-shadow: 0 0 30px rgba(201,168,76,0.08);\n  }\n  .htf-text {\n    font-size: 1.05rem !important; font-weight: 300 !important;\n    color: rgba(232,221,208,0.7) !important;\n    line-height: 2 !important;\n    max-width: 530px; margin: 0 auto 1.4rem;\n  }\n  .htf-text em { color: #e8ddd0 !important; font-weight: 400 !important; }\n\n  \/* Cards *\/\n  .htf-cards {\n    display: flex; flex-direction: column;\n    margin-top: 2rem; max-width: 530px;\n    margin-left: auto; margin-right: auto;\n    border: 1px solid rgba(201,168,76,0.1);\n  }\n  .htf-card {\n    padding: 1.6rem 1.8rem;\n    background: rgba(36,26,18,0.4) !important;\n    border-bottom: 1px solid rgba(201,168,76,0.08);\n    text-align: left; transition: all 0.35s ease;\n    position: relative; overflow: hidden;\n  }\n  .htf-card:last-child { border-bottom: none; }\n  .htf-card::before {\n    content: ''; position: absolute;\n    left: 0; top: 0; bottom: 0; width: 0;\n    background: linear-gradient(180deg, #d4642a, #c9a84c, #8b2e0a);\n    opacity: 0.6; transition: width 0.4s ease;\n  }\n  .htf-card:hover {\n    background: rgba(36,26,18,0.65) !important;\n    padding-left: 2.2rem;\n  }\n  .htf-card:hover::before { width: 3px; }\n  .htf-card h3 {\n    font-family: 'Playfair Display', Georgia, serif !important;\n    font-size: 1.05rem !important; font-weight: 700 !important;\n    color: #e2c56a !important; margin-bottom: 0.4rem;\n  }\n  .htf-card p {\n    font-size: 0.93rem !important; font-weight: 300 !important;\n    color: rgba(232,221,208,0.5) !important; line-height: 1.75 !important;\n  }\n\n  \/* Quote *\/\n  .htf-quote { padding: 2rem 0; text-align: center; }\n  .htf-quote blockquote {\n    font-family: 'Playfair Display', Georgia, serif !important;\n    font-size: clamp(1.15rem, 3vw, 1.5rem) !important;\n    font-style: italic !important; font-weight: 400 !important;\n    color: #f0dda0 !important; line-height: 1.65 !important;\n    max-width: 460px; margin: 0 auto; position: relative;\n  }\n  .htf-quote blockquote::before {\n    content: '\\201C'; font-size: 3.5rem; color: #d4642a;\n    opacity: 0.2; position: absolute;\n    top: -1.2rem; left: -0.3rem;\n    font-family: 'Playfair Display', Georgia, serif !important; line-height: 1;\n  }\n\n  \/* Author *\/\n  .htf-auth-block { text-align: center; padding-bottom: 0.5rem; }\n  .htf-auth-name {\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 1.2rem !important; font-weight: 600 !important;\n    color: #e2c56a !important; letter-spacing: 0.06em !important;\n    margin-bottom: 0.25rem;\n  }\n  .htf-auth-role {\n    font-size: 0.85rem !important; font-style: italic !important;\n    color: #d4642a !important; margin-bottom: 1.4rem;\n  }\n  .htf-auth-bio {\n    font-size: 1rem !important; font-weight: 300 !important;\n    color: rgba(232,221,208,0.65) !important;\n    line-height: 2 !important;\n    max-width: 520px; margin: 0 auto 1rem;\n  }\n\n  \/* Final *\/\n  .htf-final { text-align: center; padding: 2.5rem 0 4rem; }\n  .htf-final-price {\n    font-family: 'Playfair Display', Georgia, serif !important;\n    font-size: 2.8rem !important; font-weight: 700 !important;\n    color: #e2c56a !important; margin-bottom: 1.6rem;\n    text-shadow: 0 0 20px rgba(201,168,76,0.12);\n  }\n  .htf-final-price .sm { font-size: 1.4rem !important; vertical-align: super; }\n  .htf-final-sub {\n    font-size: 0.95rem !important; font-style: italic !important;\n    color: #706458 !important; margin-bottom: 1.8rem;\n  }\n  .htf-foot {\n    text-align: center; padding: 2rem 0 1rem;\n    border-top: 1px solid rgba(201,168,76,0.08);\n  }\n  .htf-foot p { font-size: 0.75rem !important; color: #706458 !important; opacity: 0.5; }\n  .htf-foot .htf-fn {\n    font-family: 'Cinzel', Georgia, serif !important;\n    color: #c9a84c !important; letter-spacing: 0.1em !important;\n  }\n\n  @media (max-width: 640px) {\n    .htf-inner { padding: 0 1.4rem; }\n    .htf-card { padding: 1.3rem 1.2rem; }\n    .htf-fire-bed { height: 140px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"htf-wrap\"\u003e\n  \u003cdiv class=\"htf-ambient\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"htf-inner\"\u003e\n\n    \u003cdiv class=\"htf-hero\"\u003e\n      \u003cdiv class=\"htf-ember-field\" id=\"htfEmbers\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"htf-fire-bed\" id=\"htfFireBed\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"htf-glow\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"htf-series\"\u003e\n        \u003cspan class=\"htf-tl\"\u003e\u003c\/span\u003e\n        God Bound · Book One\n        \u003cspan class=\"htf-tl\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"htf-the1\"\u003eThe\u003c\/div\u003e\n      \u003cdiv class=\"htf-hearth\"\u003eHearth\u003c\/div\u003e\n      \u003cdiv class=\"htf-amp\"\u003e\u0026amp;\u003c\/div\u003e\n      \u003cdiv class=\"htf-the2\"\u003ethe\u003c\/div\u003e\n      \u003cdiv class=\"htf-fire\"\u003eFire\u003c\/div\u003e\n      \u003cdiv class=\"htf-fire-line\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"htf-vrule\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"htf-author\"\u003eShaman J. Cross\u003c\/div\u003e\n      \u003cdiv class=\"htf-pen\"\u003eWarden\u003c\/div\u003e\n\n      \u003cp class=\"htf-tagline\"\u003e\n        Some fires are lit to keep the dark out.\u003cbr\u003e\n        Some are lit to burn the old world down.\u003cbr\u003e\n        This one does both.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"htf-price\"\u003e$19.99\u003c\/div\u003e\n      \u003cdiv class=\"htf-price-note\"\u003eE-Book · Instant delivery\u003c\/div\u003e\n\n      \u003ca href=\"#\" class=\"htf-cta\"\u003e\n        \u003cspan\u003eAdd to Cart\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"htf-secure\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Secure checkout · Instant download\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-sep\"\u003e\n      \u003cspan class=\"htf-sep-line\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"htf-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"htf-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-section\"\u003e\n      \u003cdiv class=\"htf-label\"\u003eThe Story\u003c\/div\u003e\n      \u003ch2 class=\"htf-heading\"\u003eWhere the Sacred and the\u003cbr\u003eBrutal Share a Roof\u003c\/h2\u003e\n      \u003cp class=\"htf-text\"\u003e\n        \u003cem\u003eThe Hearth and the Fire\u003c\/em\u003e is the opening chapter of the God Bound series — a story that begins where most stories about faith are afraid to go. Into the house. Into the family. Into the silence between what people pray and what they do when no one's watching.\n      \u003c\/p\u003e\n      \u003cp class=\"htf-text\"\u003e\n        This is fiction built from the bones of real questions: what it costs to keep a fire burning, who gets burned in the keeping, and whether the thing that holds a family together is the same thing that tears it apart.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-sep\"\u003e\n      \u003cspan class=\"htf-sep-line\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"htf-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"htf-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-section\"\u003e\n      \u003cdiv class=\"htf-label\"\u003eWhat Lives Inside\u003c\/div\u003e\n      \u003ch2 class=\"htf-heading\"\u003eNot a Gentle Story.\u003cbr\u003eAn Honest One.\u003c\/h2\u003e\n      \u003cdiv class=\"htf-cards\"\u003e\n        \u003cdiv class=\"htf-card\"\u003e\n          \u003ch3\u003eThe Weight of the Hearth\u003c\/h3\u003e\n          \u003cp\u003eHome as sanctuary and battlefield. The warmth that draws people in and the heat that drives them to the edge.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"htf-card\"\u003e\n          \u003ch3\u003eFaith Under Pressure\u003c\/h3\u003e\n          \u003cp\u003eWhat belief looks like when it stops being a comfort and starts being a demand — when God is not absent, but inconveniently close.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"htf-card\"\u003e\n          \u003ch3\u003eThe Fire That Refines\u003c\/h3\u003e\n          \u003cp\u003eDestruction and transformation living in the same flame. Characters forged, not by inspiration, but by what they survive.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"htf-card\"\u003e\n          \u003ch3\u003eBound by Something Older\u003c\/h3\u003e\n          \u003cp\u003eThe God Bound series asks what it means when the divine doesn't let go — even when you've stopped asking it to hold on.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-sep\"\u003e\n      \u003cspan class=\"htf-sep-line\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"htf-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"htf-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-quote\"\u003e\n      \u003cblockquote\u003e\n        The fire doesn't care if you're ready.\u003cbr\u003eIt only cares that you're close enough to change.\n      \u003c\/blockquote\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-sep\"\u003e\n      \u003cspan class=\"htf-sep-line\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"htf-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"htf-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-auth-block\"\u003e\n      \u003cdiv class=\"htf-label\"\u003eThe Author\u003c\/div\u003e\n      \u003cdiv class=\"htf-auth-name\"\u003eShaman J. Cross, Warden\u003c\/div\u003e\n      \u003cdiv class=\"htf-auth-role\"\u003eThe Pen Name of Sifu Michael Johnson\u003c\/div\u003e\n      \u003cp class=\"htf-auth-bio\"\u003e\n        Shaman J. Cross writes fiction the way fire moves — it goes where it wants and doesn't apologize for the scorch marks. The God Bound series is his first published fiction work, written under a name that carries the same weight as the stories it tells. Behind the pen name stands a martial artist, minister, and publisher who has spent decades in the space where the sacred and the difficult share the same room.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-sep\"\u003e\n      \u003cspan class=\"htf-sep-line\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"htf-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"htf-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-final\"\u003e\n      \u003cdiv class=\"htf-label\"\u003eBegin the Series\u003c\/div\u003e\n      \u003ch2 class=\"htf-heading\"\u003eStep Closer to the Fire\u003c\/h2\u003e\n      \u003cdiv class=\"htf-final-sub\"\u003eInstant digital delivery. Read on any device.\u003c\/div\u003e\n      \u003cdiv class=\"htf-final-price\"\u003e$19\u003cspan class=\"sm\"\u003e.99\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003ca href=\"#\" class=\"htf-cta\" style=\"margin: 0 auto;\"\u003e\n        \u003cspan\u003eAdd to Cart\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"htf-secure\" style=\"margin-top:1rem;\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Secure checkout · Instant download\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"htf-foot\"\u003e\n      \u003cp\u003e© 2026 \u003cspan class=\"htf-fn\"\u003eCloud Forest Publishing\u003c\/span\u003e. All rights reserved.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  var bed=document.getElementById('htfFireBed');\n  var embers=document.getElementById('htfEmbers');\n  if(!bed||!embers)return;\n  var colors=['rgba(212,100,42,0.6)','rgba(232,166,48,0.5)','rgba(201,168,76,0.45)','rgba(245,212,148,0.35)','rgba(184,68,26,0.55)','rgba(139,46,10,0.5)'];\n  function flame(){\n    var f=document.createElement('div');f.className='htf-flame';\n    var w=20+Math.random()*50,h=40+Math.random()*100,l=15+Math.random()*70,d=1.5+Math.random()*2.5,dl=Math.random()*2;\n    var c=colors[Math.floor(Math.random()*colors.length)];\n    f.style.cssText='width:'+w+'px;height:'+h+'px;left:'+l+'%;top:'+(-5+Math.random()*15)+'px;background:radial-gradient(ellipse at 50% 20%,'+c+',transparent 70%);animation-duration:'+d+'s;animation-delay:'+dl+'s;';\n    bed.appendChild(f);setTimeout(function(){f.remove()},(d+dl)*1000+200);\n  }\n  function ember(){\n    var e=document.createElement('div');e.className='htf-ember';\n    var s=1.5+Math.random()*3,l=25+Math.random()*50,d=4+Math.random()*6,dl=Math.random()*2;\n    var dr=(-20+Math.random()*40)+'px',g=Math.random()\u003e0.5;\n    e.style.cssText='width:'+s+'px;height:'+s+'px;left:'+l+'%;top:70%;background:'+(g?'#c9a84c':'#d4642a')+';box-shadow:0 0 '+(4+Math.random()*6)+'px '+(g?'rgba(201,168,76,0.6)':'rgba(212,100,42,0.5)')+';--htf-drift:'+dr+';animation-duration:'+d+'s;animation-delay:'+dl+'s;';\n    embers.appendChild(e);setTimeout(function(){e.remove()},(d+dl)*1000+200);\n  }\n  for(var i=0;i\u003c12;i++)flame();\n  for(var j=0;j\u003c8;j++)ember();\n  setInterval(flame,450);setInterval(ember,1000);\n})();\n\u003c\/script\u003e","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":48024013045860,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/TheHearthandTheFireBookCoverCORRECTED.png?v=1772863346"},{"product_id":"e-book-architecture-of-the-unseen-the-quantum-human-book-1","title":"E-Book: Architecture Of The Unseen- The Quantum Human book 1","description":"\u003c!--\n  SHOPIFY PRODUCT DESCRIPTION\n  Architecture of the Unseen\n  $19.99 E-Book\n  Paste this entire block into your Shopify product description (HTML editor mode).\n--\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Bodoni+Moda:ital,wght@0,400;0,700;0,900;1,400;1,700\u0026family=Sorts+Mill+Goudy:ital@0;1\u0026family=Cinzel:wght@400;600\u0026display=swap');\n\n  .aotu-wrap {\n    position: relative;\n    width: 100vw; left: 50%; right: 50%;\n    margin-left: -50vw; margin-right: -50vw;\n    background: #0a0c14 !important;\n    color: #dfe2ec !important;\n    font-family: 'Sorts Mill Goudy', Georgia, serif !important;\n    line-height: 1.85 !important;\n    overflow: hidden;\n  }\n  .aotu-wrap *, .aotu-wrap *::before, .aotu-wrap *::after {\n    box-sizing: border-box; margin: 0; padding: 0;\n  }\n  .aotu-wrap p, .aotu-wrap h1, .aotu-wrap h2, .aotu-wrap h3, .aotu-wrap h4,\n  .aotu-wrap span, .aotu-wrap div, .aotu-wrap blockquote, .aotu-wrap a {\n    color: inherit !important; font-family: inherit !important;\n    text-transform: none !important; letter-spacing: normal !important;\n  }\n\n  .aotu-ambient {\n    position: absolute; top: 0; left: 0; right: 0; height: 600px;\n    pointer-events: none; z-index: 0;\n    background:\n      radial-gradient(ellipse 60% 45% at 50% 30%, rgba(22,27,51,0.9), transparent),\n      radial-gradient(ellipse 40% 35% at 50% 70%, rgba(123,141,204,0.04), transparent);\n  }\n  .aotu-inner {\n    max-width: 680px; margin: 0 auto; padding: 0 2rem;\n    position: relative; z-index: 1;\n  }\n\n  .aotu-hero {\n    display: flex; flex-direction: column;\n    align-items: center; text-align: center;\n    padding: 4rem 0 3rem; position: relative;\n  }\n\n  \/* Geometry *\/\n  .aotu-geo {\n    position: absolute; top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 480px; height: 480px;\n    pointer-events: none; opacity: 0.7;\n  }\n  .aotu-geo svg {\n    width: 100%; height: 100%;\n    animation: aotuSpin 120s linear infinite;\n  }\n  @keyframes aotuSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }\n  .aotu-geo-inner {\n    position: absolute; top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 300px; height: 300px;\n  }\n  .aotu-geo-inner svg {\n    width: 100%; height: 100%;\n    animation: aotuSpinR 90s linear infinite;\n  }\n  @keyframes aotuSpinR { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }\n  .aotu-geo-core {\n    position: absolute; top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 6px; height: 6px; border-radius: 50%;\n    background: #9aaae6;\n    box-shadow: 0 0 20px rgba(154,170,230,0.4), 0 0 60px rgba(154,170,230,0.15);\n    animation: aotuCore 4s ease-in-out infinite;\n  }\n  @keyframes aotuCore {\n    0%, 100% { box-shadow: 0 0 20px rgba(154,170,230,0.4), 0 0 60px rgba(154,170,230,0.15); }\n    50% { box-shadow: 0 0 30px rgba(154,170,230,0.6), 0 0 90px rgba(154,170,230,0.25); }\n  }\n\n  .aotu-pre {\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 0.68rem !important; font-weight: 600 !important;\n    letter-spacing: 0.5em !important; text-transform: uppercase !important;\n    color: #7b8dcc !important; margin-bottom: 2.5rem;\n    display: flex; align-items: center; gap: 1.2rem;\n    position: relative; z-index: 2;\n  }\n  .aotu-pre-line {\n    width: 36px; height: 1px;\n    background: linear-gradient(90deg, transparent, #7b8dcc);\n  }\n  .aotu-pre-line:last-child {\n    background: linear-gradient(90deg, #7b8dcc, transparent);\n  }\n  .aotu-w-arch {\n    font-family: 'Bodoni Moda', Georgia, serif !important;\n    font-size: clamp(2.4rem, 7.5vw, 4.5rem) !important;\n    font-weight: 900 !important; line-height: 1 !important;\n    letter-spacing: 0.06em !important; text-transform: uppercase !important;\n    color: #eef0f6 !important;\n    position: relative; z-index: 2;\n  }\n  .aotu-of {\n    font-family: 'Sorts Mill Goudy', Georgia, serif !important;\n    font-size: 1.15rem !important; font-style: italic !important;\n    color: #8890a8 !important; margin: 0.4rem 0;\n    display: flex; align-items: center; justify-content: center; gap: 1rem;\n    position: relative; z-index: 2;\n  }\n  .aotu-of-dash {\n    width: 40px; height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(196,201,216,0.12), transparent);\n  }\n  .aotu-w-the {\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 0.82rem !important; letter-spacing: 0.4em !important;\n    text-transform: uppercase !important; color: #8890a8 !important;\n    position: relative; z-index: 2;\n  }\n  .aotu-w-unseen {\n    font-family: 'Bodoni Moda', Georgia, serif !important;\n    font-size: clamp(2.4rem, 7.5vw, 4.5rem) !important;\n    font-weight: 900 !important; line-height: 1 !important;\n    letter-spacing: 0.06em !important; text-transform: uppercase !important;\n    color: transparent !important;\n    background: linear-gradient(180deg, #9aaae6 0%, #7b8dcc 60%, rgba(123,141,204,0.4) 100%);\n    -webkit-background-clip: text; background-clip: text;\n    position: relative; z-index: 2;\n  }\n  .aotu-rule {\n    width: 140px; height: 1px; margin: 2rem auto;\n    background: linear-gradient(90deg, transparent, #7b8dcc, transparent);\n    position: relative; z-index: 2;\n  }\n  .aotu-rule::before, .aotu-rule::after {\n    content: ''; position: absolute; top: -2px;\n    width: 5px; height: 5px; border-radius: 50%;\n    border: 1px solid #7b8dcc; background: #0a0c14;\n  }\n  .aotu-rule::before { left: 0; transform: translateX(-50%); }\n  .aotu-rule::after { right: 0; transform: translateX(50%); }\n\n  .aotu-hero-author {\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 0.78rem !important; letter-spacing: 0.22em !important;\n    text-transform: uppercase !important; color: #c4c9d8 !important;\n    margin-bottom: 2rem; position: relative; z-index: 2;\n  }\n  .aotu-tagline {\n    font-family: 'Sorts Mill Goudy', Georgia, serif !important;\n    font-size: 1.12rem !important; font-style: italic !important;\n    color: #dfe2ec !important;\n    max-width: 420px; margin: 0 auto 2.5rem;\n    line-height: 1.8 !important; position: relative; z-index: 2;\n  }\n  .aotu-price {\n    font-family: 'Bodoni Moda', Georgia, serif !important;\n    font-size: 2.4rem !important; font-weight: 700 !important;\n    color: #eef0f6 !important; margin-bottom: 0.3rem;\n    position: relative; z-index: 2;\n  }\n  .aotu-price-note {\n    font-size: 0.82rem !important; font-style: italic !important;\n    color: #8890a8 !important; margin-bottom: 2rem;\n    position: relative; z-index: 2;\n  }\n  .aotu-cta {\n    display: inline-flex !important; align-items: center; gap: 0.7rem;\n    background: linear-gradient(135deg, #c9a84c, rgba(201,168,76,0.7)) !important;\n    color: #0a0c14 !important; border: none !important;\n    padding: 1rem 3rem !important;\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 0.88rem !important; font-weight: 600 !important;\n    letter-spacing: 0.12em !important; text-transform: uppercase !important;\n    text-decoration: none !important; cursor: pointer;\n    transition: all 0.4s ease; position: relative; z-index: 2;\n  }\n  .aotu-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 28px rgba(201,168,76,0.25);\n    background: linear-gradient(135deg, #d4b456, #c9a84c) !important;\n    color: #0a0c14 !important;\n  }\n  .aotu-cta svg { width: 16px; height: 16px; }\n  .aotu-secure {\n    margin-top: 1rem; font-size: 0.75rem !important; color: #8890a8 !important;\n    display: flex; align-items: center; justify-content: center; gap: 0.5rem;\n    position: relative; z-index: 2;\n  }\n  .aotu-secure svg { width: 13px; height: 13px; opacity: 0.5; }\n\n  \/* Sep *\/\n  .aotu-sep {\n    display: flex; align-items: center; justify-content: center;\n    gap: 0.8rem; padding: 3rem 0 2.5rem;\n  }\n  .aotu-sep-line {\n    width: 50px; height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(196,201,216,0.12), transparent);\n  }\n  .aotu-sep-dot {\n    width: 4px; height: 4px; border: 1px solid #7b8dcc;\n    border-radius: 50%; opacity: 0.5;\n  }\n  .aotu-sep-core {\n    width: 5px; height: 5px; border-radius: 50%;\n    background: #7b8dcc; opacity: 0.35;\n    box-shadow: 0 0 8px rgba(123,141,204,0.25);\n  }\n\n  \/* Body *\/\n  .aotu-section { text-align: center; padding-bottom: 0.5rem; }\n  .aotu-label {\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 0.65rem !important; font-weight: 600 !important;\n    letter-spacing: 0.4em !important; text-transform: uppercase !important;\n    color: #7b8dcc !important; margin-bottom: 1.3rem;\n  }\n  .aotu-heading {\n    font-family: 'Bodoni Moda', Georgia, serif !important;\n    font-size: clamp(1.4rem, 4vw, 2.1rem) !important;\n    font-weight: 700 !important; line-height: 1.3 !important;\n    color: #eef0f6 !important; margin-bottom: 1.6rem;\n  }\n  .aotu-text {\n    font-size: 1.05rem !important;\n    color: rgba(223,226,236,0.75) !important;\n    line-height: 2 !important;\n    max-width: 530px; margin: 0 auto 1.4rem;\n  }\n  .aotu-text em { color: #dfe2ec !important; }\n\n  \/* Concept cards *\/\n  .aotu-cards {\n    display: flex; flex-direction: column;\n    margin-top: 2rem; max-width: 540px;\n    margin-left: auto; margin-right: auto;\n    border: 1px solid rgba(196,201,216,0.12);\n  }\n  .aotu-card {\n    padding: 1.6rem 1.8rem;\n    background: rgba(22,27,51,0.3) !important;\n    border-bottom: 1px solid rgba(196,201,216,0.08);\n    text-align: left; transition: all 0.35s ease;\n    position: relative; overflow: hidden;\n  }\n  .aotu-card:last-child { border-bottom: none; }\n  .aotu-card::before {\n    content: ''; position: absolute;\n    left: 0; top: 0; bottom: 0; width: 0;\n    background: linear-gradient(180deg, #7b8dcc, transparent);\n    opacity: 0.4; transition: width 0.4s ease;\n  }\n  .aotu-card:hover { background: rgba(22,27,51,0.55) !important; }\n  .aotu-card:hover::before { width: 2px; }\n  .aotu-card-num {\n    font-family: 'Bodoni Moda', Georgia, serif !important;\n    font-size: 0.72rem !important; color: #7b8dcc !important;\n    opacity: 0.6; letter-spacing: 0.15em !important; margin-bottom: 0.4rem;\n  }\n  .aotu-card h3 {\n    font-family: 'Bodoni Moda', Georgia, serif !important;\n    font-size: 1.05rem !important; font-weight: 700 !important;\n    color: #eef0f6 !important; margin-bottom: 0.4rem;\n  }\n  .aotu-card p {\n    font-size: 0.93rem !important;\n    color: rgba(223,226,236,0.55) !important; line-height: 1.75 !important;\n  }\n\n  \/* Quote *\/\n  .aotu-quote { padding: 2rem 0; text-align: center; }\n  .aotu-quote blockquote {\n    font-family: 'Bodoni Moda', Georgia, serif !important;\n    font-size: clamp(1.15rem, 3vw, 1.5rem) !important;\n    font-style: italic !important; color: #dfe2ec !important;\n    line-height: 1.65 !important;\n    max-width: 470px; margin: 0 auto; position: relative;\n  }\n  .aotu-quote blockquote::before {\n    content: '\\201C'; font-size: 3.5rem; color: #7b8dcc;\n    opacity: 0.2; position: absolute; top: -1.2rem; left: -0.3rem;\n    font-family: 'Bodoni Moda', Georgia, serif !important; line-height: 1;\n  }\n\n  \/* Author *\/\n  .aotu-auth-block { text-align: center; padding-bottom: 0.5rem; }\n  .aotu-auth-name {\n    font-family: 'Cinzel', Georgia, serif !important;\n    font-size: 1.15rem !important; font-weight: 600 !important;\n    color: #eef0f6 !important; margin-bottom: 0.3rem;\n  }\n  .aotu-auth-titles {\n    font-size: 0.82rem !important; font-style: italic !important;\n    color: #7b8dcc !important; margin-bottom: 1.3rem;\n  }\n  .aotu-auth-bio {\n    font-size: 1rem !important;\n    color: rgba(223,226,236,0.68) !important;\n    line-height: 2 !important;\n    max-width: 520px; margin: 0 auto 1rem;\n  }\n\n  \/* Final *\/\n  .aotu-final { text-align: center; padding: 2.5rem 0 4rem; }\n  .aotu-final-price {\n    font-family: 'Bodoni Moda', Georgia, serif !important;\n    font-size: 2.8rem !important; font-weight: 700 !important;\n    color: #eef0f6 !important; margin-bottom: 1.6rem;\n  }\n  .aotu-final-price .sm { font-size: 1.4rem !important; vertical-align: super; }\n  .aotu-final-sub {\n    font-size: 0.95rem !important; font-style: italic !important;\n    color: #8890a8 !important; margin-bottom: 1.8rem;\n  }\n  .aotu-foot {\n    text-align: center; padding: 2rem 0 1rem;\n    border-top: 1px solid rgba(196,201,216,0.08);\n  }\n  .aotu-foot p { font-size: 0.75rem !important; color: #8890a8 !important; opacity: 0.45; }\n  .aotu-foot .aotu-fn {\n    font-family: 'Cinzel', Georgia, serif !important;\n    color: #7b8dcc !important; letter-spacing: 0.1em !important;\n  }\n\n  @media (max-width: 640px) {\n    .aotu-inner { padding: 0 1.4rem; }\n    .aotu-geo { width: 320px; height: 320px; }\n    .aotu-geo-inner { width: 200px; height: 200px; }\n    .aotu-card { padding: 1.3rem 1.2rem; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"aotu-wrap\"\u003e\n  \u003cdiv class=\"aotu-ambient\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"aotu-inner\"\u003e\n\n    \u003cdiv class=\"aotu-hero\"\u003e\n      \u003cdiv class=\"aotu-geo\"\u003e\n        \u003csvg viewbox=\"0 0 400 400\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"200\" cy=\"200\" r=\"195\" stroke=\"rgba(123,141,204,0.08)\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"200\" cy=\"200\" r=\"175\" stroke=\"rgba(123,141,204,0.06)\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpolygon points=\"200,25 351.6,112.5 351.6,287.5 200,375 48.4,287.5 48.4,112.5\" stroke=\"rgba(123,141,204,0.07)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n          \u003cline x1=\"200\" y1=\"25\" x2=\"200\" y2=\"375\" stroke=\"rgba(123,141,204,0.04)\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"48.4\" y1=\"112.5\" x2=\"351.6\" y2=\"287.5\" stroke=\"rgba(123,141,204,0.04)\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"48.4\" y1=\"287.5\" x2=\"351.6\" y2=\"112.5\" stroke=\"rgba(123,141,204,0.04)\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003cpolygon points=\"200,80 304,140 304,260 200,320 96,260 96,140\" stroke=\"rgba(123,141,204,0.06)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n        \u003c\/svg\u003e\n        \u003cdiv class=\"aotu-geo-inner\"\u003e\n          \u003csvg viewbox=\"0 0 300 300\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003ccircle cx=\"150\" cy=\"150\" r=\"145\" stroke=\"rgba(123,141,204,0.07)\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n            \u003cpolygon points=\"150,20 280,243 20,243\" stroke=\"rgba(123,141,204,0.06)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n            \u003cpolygon points=\"150,280 20,57 280,57\" stroke=\"rgba(123,141,204,0.06)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n            \u003ccircle cx=\"150\" cy=\"150\" r=\"50\" stroke=\"rgba(123,141,204,0.05)\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"aotu-geo-core\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aotu-pre\"\u003e\n        \u003cspan class=\"aotu-pre-line\"\u003e\u003c\/span\u003e\n        Cloud Forest Publishing\n        \u003cspan class=\"aotu-pre-line\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aotu-w-arch\"\u003eArchitecture\u003c\/div\u003e\n      \u003cdiv class=\"aotu-of\"\u003e\n        \u003cspan class=\"aotu-of-dash\"\u003e\u003c\/span\u003eof\u003cspan class=\"aotu-of-dash\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"aotu-w-the\"\u003ethe\u003c\/div\u003e\n      \u003cdiv class=\"aotu-w-unseen\"\u003eUnseen\u003c\/div\u003e\n      \u003cdiv class=\"aotu-rule\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"aotu-hero-author\"\u003eSifu Michael Johnson\u003c\/div\u003e\n\n      \u003cp class=\"aotu-tagline\"\u003e\n        The body is not a metaphor. It is the oldest laboratory we have — and the blueprints have been inside it the whole time.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"aotu-price\"\u003e$19.99\u003c\/div\u003e\n      \u003cdiv class=\"aotu-price-note\"\u003eE-Book · Instant delivery\u003c\/div\u003e\n\n      \u003ca href=\"#\" class=\"aotu-cta\"\u003e\n        \u003cspan\u003eAdd to Cart\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"aotu-secure\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Secure checkout · Instant download\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-sep\"\u003e\n      \u003cspan class=\"aotu-sep-line\"\u003e\u003c\/span\u003e\u003cspan class=\"aotu-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"aotu-sep-core\"\u003e\u003c\/span\u003e\u003cspan class=\"aotu-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"aotu-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-section\"\u003e\n      \u003cdiv class=\"aotu-label\"\u003eThe Book\u003c\/div\u003e\n      \u003ch2 class=\"aotu-heading\"\u003eWhat the Ancient Systems Knew\u003cbr\u003eBefore Science Had the Words\u003c\/h2\u003e\n      \u003cp class=\"aotu-text\"\u003e\n        \u003cem\u003eArchitecture of the Unseen\u003c\/em\u003e maps the internal landscape of the human body the way the Taoist traditions have understood it for centuries — not as mysticism, but as functional architecture. Meridian pathways, energetic gates, and cultivation principles are laid alongside the biological and physiological systems that modern science describes in its own language.\n      \u003c\/p\u003e\n      \u003cp class=\"aotu-text\"\u003e\n        The result is a book that treats the body as what it has always been: a structure with a design, built to do things most people never learn to ask it to do.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-sep\"\u003e\n      \u003cspan class=\"aotu-sep-line\"\u003e\u003c\/span\u003e\u003cspan class=\"aotu-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"aotu-sep-core\"\u003e\u003c\/span\u003e\u003cspan class=\"aotu-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"aotu-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-section\"\u003e\n      \u003cdiv class=\"aotu-label\"\u003eInside the Architecture\u003c\/div\u003e\n      \u003ch2 class=\"aotu-heading\"\u003eWhat This Book Builds\u003c\/h2\u003e\n      \u003cdiv class=\"aotu-cards\"\u003e\n        \u003cdiv class=\"aotu-card\"\u003e\n\u003cdiv class=\"aotu-card-num\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eThe Body as Blueprint\u003c\/h3\u003e\n\u003cp\u003eInternal structure mapped from the Taoist framework and cross-referenced with physiological systems — not as analogy, but as parallel architecture.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"aotu-card\"\u003e\n\u003cdiv class=\"aotu-card-num\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eCultivation as Engineering\u003c\/h3\u003e\n\u003cp\u003eHow internal cultivation works mechanically. Breath, intention, alignment, and the real processes behind what gets called \"energy work.\"\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"aotu-card\"\u003e\n\u003cdiv class=\"aotu-card-num\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eThe Gate System\u003c\/h3\u003e\n\u003cp\u003eEnergetic gates and transition points in the body mapped with precision — what they do, where they are, and how to work with them.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"aotu-card\"\u003e\n\u003cdiv class=\"aotu-card-num\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eWhere Science Catches Up\u003c\/h3\u003e\n\u003cp\u003eModern research that now describes what internal practitioners have worked with for centuries. The overlap is not coincidental — it is structural.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"aotu-card\"\u003e\n\u003cdiv class=\"aotu-card-num\"\u003e05\u003c\/div\u003e\n\u003ch3\u003eThe Practitioner's Map\u003c\/h3\u003e\n\u003cp\u003eWritten for people who train, not people who theorize. Every concept connects to practice. Every principle has a use.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-sep\"\u003e\n      \u003cspan class=\"aotu-sep-line\"\u003e\u003c\/span\u003e\u003cspan class=\"aotu-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"aotu-sep-core\"\u003e\u003c\/span\u003e\u003cspan class=\"aotu-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"aotu-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-quote\"\u003e\n      \u003cblockquote\u003eThe body already knows what it is.\u003cbr\u003eThis book is the manual it was never given.\u003c\/blockquote\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-sep\"\u003e\n      \u003cspan class=\"aotu-sep-line\"\u003e\u003c\/span\u003e\u003cspan class=\"aotu-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"aotu-sep-core\"\u003e\u003c\/span\u003e\u003cspan class=\"aotu-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"aotu-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-auth-block\"\u003e\n      \u003cdiv class=\"aotu-label\"\u003eThe Author\u003c\/div\u003e\n      \u003cdiv class=\"aotu-auth-name\"\u003eSifu Michael Johnson\u003c\/div\u003e\n      \u003cdiv class=\"aotu-auth-titles\"\u003e8th Duan Grandmaster · Zongshi · 38th Lineage Holder\u003c\/div\u003e\n      \u003cp class=\"aotu-auth-bio\"\u003e\n        Sifu Michael Johnson (Wei Lei Ma) has spent over 35 years in the internal martial arts, carrying a living Taoist cultivation lineage and the teaching responsibility that comes with it. He holds doctoral degrees in Metaphysics and Philosophy and operates Cloud Forest Martial Arts Institute in Greensboro, North Carolina. His books exist because his students needed them — and then it turned out other people did too.\n      \u003c\/p\u003e\n      \u003cp class=\"aotu-auth-bio\"\u003e\n        \u003cem\u003eArchitecture of the Unseen\u003c\/em\u003e is the book that treats the body the way his lineage always has: as something with a design worth understanding and a capacity worth developing.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-sep\"\u003e\n      \u003cspan class=\"aotu-sep-line\"\u003e\u003c\/span\u003e\u003cspan class=\"aotu-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"aotu-sep-core\"\u003e\u003c\/span\u003e\u003cspan class=\"aotu-sep-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"aotu-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-final\"\u003e\n      \u003cdiv class=\"aotu-label\"\u003eRead the Blueprints\u003c\/div\u003e\n      \u003ch2 class=\"aotu-heading\"\u003eSee What Was Always There\u003c\/h2\u003e\n      \u003cdiv class=\"aotu-final-sub\"\u003eInstant digital delivery. Read on any device.\u003c\/div\u003e\n      \u003cdiv class=\"aotu-final-price\"\u003e$19\u003cspan class=\"sm\"\u003e.99\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003ca href=\"#\" class=\"aotu-cta\" style=\"margin: 0 auto;\"\u003e\n        \u003cspan\u003eAdd to Cart\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"aotu-secure\" style=\"margin-top:1rem;\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Secure checkout · Instant download\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aotu-foot\"\u003e\n      \u003cp\u003e© 2026 \u003cspan class=\"aotu-fn\"\u003eCloud Forest Publishing\u003c\/span\u003e. All rights reserved.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":48024470388836,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/Quantum_Human_Book_Cover_1.png?v=1772866510"},{"product_id":"e-book-when-bowing-is-not-worship-when-faith-meets-martial-discipline","title":"E-Book: When Bowing Is Not Worship - When Faith Meets Martial Discipline","description":"\u003c!--\n  SHOPIFY PRODUCT DESCRIPTION\n  When Bowing Is Not Worship\n  $19.99 E-Book\n  Paste this entire block into your Shopify product description (HTML editor mode).\n--\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,700;0,9..144,900;1,9..144,400;1,9..144,700\u0026family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500\u0026family=Marcellus\u0026display=swap');\n\n  .wbnw-wrap {\n    position: relative;\n    width: 100vw; left: 50%; right: 50%;\n    margin-left: -50vw; margin-right: -50vw;\n    background: #12100d !important;\n    color: #e0d8cc !important;\n    font-family: 'EB Garamond', Georgia, serif !important;\n    line-height: 1.85 !important;\n    overflow: hidden;\n  }\n  .wbnw-wrap *, .wbnw-wrap *::before, .wbnw-wrap *::after {\n    box-sizing: border-box; margin: 0; padding: 0;\n  }\n  .wbnw-wrap p, .wbnw-wrap h1, .wbnw-wrap h2, .wbnw-wrap h3, .wbnw-wrap h4,\n  .wbnw-wrap span, .wbnw-wrap div, .wbnw-wrap blockquote, .wbnw-wrap a {\n    color: inherit !important; font-family: inherit !important;\n    text-transform: none !important; letter-spacing: normal !important;\n  }\n\n  .wbnw-ambient {\n    position: absolute; top: 0; left: 0; right: 0; height: 500px;\n    pointer-events: none; z-index: 0;\n    background:\n      radial-gradient(ellipse 60% 40% at 50% 25%, rgba(122,43,43,0.1), transparent),\n      radial-gradient(ellipse 80% 50% at 50% 50%, rgba(18,16,13,1), rgba(12,10,8,1));\n  }\n  .wbnw-inner {\n    max-width: 660px; margin: 0 auto; padding: 0 2rem;\n    position: relative; z-index: 1;\n  }\n\n  \/* Hero *\/\n  .wbnw-hero {\n    display: flex; flex-direction: column;\n    align-items: center; text-align: center;\n    padding: 4rem 0 3rem;\n  }\n\n  .wbnw-ornament {\n    display: flex; align-items: center; justify-content: center;\n    gap: 0.6rem; margin-bottom: 2rem;\n  }\n  .wbnw-orn-leaf {\n    width: 28px; height: 1px; background: #7a2b2b; opacity: 0.4;\n  }\n  .wbnw-orn-leaf:first-child { transform: rotate(-20deg) translateY(-2px); }\n  .wbnw-orn-leaf:last-child { transform: rotate(20deg) translateY(-2px); }\n  .wbnw-orn-diamond {\n    width: 7px; height: 7px; border: 1px solid #7a2b2b;\n    transform: rotate(45deg); opacity: 0.45;\n  }\n\n  .wbnw-label-hero {\n    font-family: 'Marcellus', Georgia, serif !important;\n    font-size: 0.68rem !important;\n    letter-spacing: 0.4em !important; text-transform: uppercase !important;\n    color: #944040 !important; margin-bottom: 2.2rem;\n  }\n\n  .wbnw-when {\n    font-family: 'EB Garamond', Georgia, serif !important;\n    font-size: 1.1rem !important; font-style: italic !important;\n    color: #9a917f !important; letter-spacing: 0.15em !important;\n    margin-bottom: 0.3rem;\n  }\n  .wbnw-bowing {\n    font-family: 'Fraunces', Georgia, serif !important;\n    font-size: clamp(2.8rem, 8vw, 4.8rem) !important;\n    font-weight: 900 !important; line-height: 0.95 !important;\n    color: #e0d8cc !important;\n  }\n  .wbnw-isnot {\n    font-family: 'EB Garamond', Georgia, serif !important;\n    font-size: 1.2rem !important; font-style: italic !important;\n    color: #9a917f !important; margin: 0.4rem 0;\n    display: flex; align-items: center; justify-content: center; gap: 1rem;\n  }\n  .wbnw-isnot-line {\n    width: 45px; height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(122,43,43,0.35), transparent);\n  }\n  .wbnw-worship {\n    font-family: 'Fraunces', Georgia, serif !important;\n    font-size: clamp(2.8rem, 8vw, 4.8rem) !important;\n    font-weight: 900 !important; line-height: 0.95 !important;\n    color: #944040 !important;\n    text-shadow: 0 0 30px rgba(122,43,43,0.15);\n  }\n  .wbnw-flourish {\n    width: 80px; height: 2px; margin: 0.5rem auto 0;\n    background: linear-gradient(90deg, transparent, #7a2b2b, transparent);\n  }\n  .wbnw-vrule {\n    width: 1px; height: 45px; margin: 1.8rem auto;\n    background: linear-gradient(180deg, rgba(122,43,43,0.4), transparent);\n  }\n  .wbnw-hero-author {\n    font-family: 'Marcellus', Georgia, serif !important;\n    font-size: 0.78rem !important;\n    letter-spacing: 0.2em !important; text-transform: uppercase !important;\n    color: #9a917f !important; margin-bottom: 2rem;\n  }\n  .wbnw-tagline {\n    font-family: 'EB Garamond', Georgia, serif !important;\n    font-size: 1.15rem !important;\n    color: rgba(224,216,204,0.85) !important;\n    max-width: 430px; margin: 0 auto 2.5rem;\n    line-height: 1.85 !important;\n  }\n  .wbnw-tagline em { color: #944040 !important; }\n  .wbnw-price {\n    font-family: 'Fraunces', Georgia, serif !important;\n    font-size: 2.4rem !important; font-weight: 700 !important;\n    color: #e0d8cc !important; margin-bottom: 0.3rem;\n  }\n  .wbnw-price-note {\n    font-size: 0.82rem !important; font-style: italic !important;\n    color: #9a917f !important; margin-bottom: 2rem;\n  }\n  .wbnw-cta {\n    display: inline-flex !important; align-items: center; gap: 0.7rem;\n    background: #7a2b2b !important;\n    color: #e0d8cc !important; border: none !important;\n    padding: 1rem 3rem !important;\n    font-family: 'Marcellus', Georgia, serif !important;\n    font-size: 0.88rem !important;\n    letter-spacing: 0.14em !important; text-transform: uppercase !important;\n    text-decoration: none !important; cursor: pointer;\n    transition: all 0.4s ease;\n  }\n  .wbnw-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(122,43,43,0.25);\n    background: #944040 !important; color: #e0d8cc !important;\n  }\n  .wbnw-cta svg { width: 16px; height: 16px; }\n  .wbnw-secure {\n    margin-top: 1rem; font-size: 0.75rem !important; color: #9a917f !important;\n    display: flex; align-items: center; justify-content: center; gap: 0.5rem;\n  }\n  .wbnw-secure svg { width: 13px; height: 13px; opacity: 0.5; }\n\n  \/* Sep *\/\n  .wbnw-sep {\n    display: flex; align-items: center; justify-content: center;\n    gap: 1rem; padding: 3rem 0 2.5rem;\n  }\n  .wbnw-sep-rule { width: 50px; height: 1px; background: rgba(122,43,43,0.25); }\n  .wbnw-sep-diamond {\n    width: 6px; height: 6px; border: 1px solid #7a2b2b;\n    transform: rotate(45deg); opacity: 0.35;\n  }\n\n  \/* Body *\/\n  .wbnw-section { text-align: center; padding-bottom: 0.5rem; }\n  .wbnw-label {\n    font-family: 'Marcellus', Georgia, serif !important;\n    font-size: 0.65rem !important;\n    letter-spacing: 0.4em !important; text-transform: uppercase !important;\n    color: #944040 !important; margin-bottom: 1.2rem;\n  }\n  .wbnw-heading {\n    font-family: 'Fraunces', Georgia, serif !important;\n    font-size: clamp(1.4rem, 4vw, 2rem) !important;\n    font-weight: 700 !important; line-height: 1.3 !important;\n    color: #e0d8cc !important; margin-bottom: 1.6rem;\n  }\n  .wbnw-text {\n    font-size: 1.06rem !important;\n    color: rgba(224,216,204,0.75) !important;\n    line-height: 2 !important;\n    max-width: 520px; margin: 0 auto 1.4rem;\n  }\n  .wbnw-text em { color: #944040 !important; }\n\n  \/* Chapter cards *\/\n  .wbnw-chapters {\n    display: flex; flex-direction: column;\n    margin-top: 2rem; max-width: 520px;\n    margin-left: auto; margin-right: auto;\n    border-top: 1px solid rgba(122,43,43,0.15);\n  }\n  .wbnw-ch {\n    padding: 1.4rem 1.5rem;\n    border-bottom: 1px solid rgba(122,43,43,0.15);\n    text-align: left; transition: all 0.35s ease;\n    position: relative; overflow: hidden;\n  }\n  .wbnw-ch::before {\n    content: ''; position: absolute;\n    left: 0; top: 0; bottom: 0; width: 0;\n    background: #7a2b2b; opacity: 0.7;\n    transition: width 0.4s ease;\n  }\n  .wbnw-ch:hover {\n    background: rgba(122,43,43,0.08) !important;\n    padding-left: 1.9rem;\n  }\n  .wbnw-ch:hover::before { width: 3px; }\n  .wbnw-ch h3 {\n    font-family: 'Fraunces', Georgia, serif !important;\n    font-size: 1.02rem !important; font-weight: 700 !important;\n    color: #e0d8cc !important; margin-bottom: 0.3rem;\n  }\n  .wbnw-ch p {\n    font-size: 0.9rem !important;\n    color: rgba(224,216,204,0.55) !important; line-height: 1.7 !important;\n  }\n\n  \/* Quote *\/\n  .wbnw-quote { padding: 2rem 0; text-align: center; }\n  .wbnw-quote blockquote {\n    font-family: 'Fraunces', Georgia, serif !important;\n    font-size: clamp(1.1rem, 3vw, 1.45rem) !important;\n    font-style: italic !important; color: #e0d8cc !important;\n    line-height: 1.65 !important;\n    max-width: 460px; margin: 0 auto; position: relative;\n  }\n  .wbnw-quote blockquote::before {\n    content: '\\201C'; font-size: 3.5rem; color: #7a2b2b;\n    opacity: 0.2; position: absolute; top: -1.2rem; left: -0.3rem;\n    font-family: 'Fraunces', Georgia, serif !important; line-height: 1;\n  }\n\n  \/* Audience grid *\/\n  .wbnw-audience {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 1px; margin-top: 2rem;\n    max-width: 520px; margin-left: auto; margin-right: auto;\n    background: rgba(122,43,43,0.12);\n    border: 1px solid rgba(122,43,43,0.12);\n  }\n  .wbnw-aud-card {\n    padding: 1.4rem 1.2rem;\n    background: #12100d !important;\n    text-align: center;\n    transition: background 0.35s ease;\n  }\n  .wbnw-aud-card:hover { background: rgba(122,43,43,0.08) !important; }\n  .wbnw-aud-icon { font-size: 1.4rem !important; margin-bottom: 0.5rem; display: block; opacity: 0.6; }\n  .wbnw-aud-card h4 {\n    font-family: 'Fraunces', Georgia, serif !important;\n    font-size: 0.9rem !important; font-weight: 700 !important;\n    color: #e0d8cc !important; margin-bottom: 0.3rem;\n  }\n  .wbnw-aud-card p {\n    font-size: 0.8rem !important;\n    color: rgba(224,216,204,0.5) !important; line-height: 1.6 !important;\n  }\n\n  \/* Author *\/\n  .wbnw-auth-block { text-align: center; padding-bottom: 0.5rem; }\n  .wbnw-auth-name {\n    font-family: 'Marcellus', Georgia, serif !important;\n    font-size: 1.15rem !important;\n    color: #e0d8cc !important; margin-bottom: 0.3rem;\n  }\n  .wbnw-auth-titles {\n    font-size: 0.82rem !important; font-style: italic !important;\n    color: #944040 !important; margin-bottom: 1.3rem;\n  }\n  .wbnw-auth-bio {\n    font-size: 1rem !important;\n    color: rgba(224,216,204,0.7) !important;\n    line-height: 2 !important;\n    max-width: 510px; margin: 0 auto;\n  }\n\n  \/* Final *\/\n  .wbnw-final { text-align: center; padding: 2.5rem 0 4rem; }\n  .wbnw-final-price {\n    font-family: 'Fraunces', Georgia, serif !important;\n    font-size: 2.8rem !important; font-weight: 700 !important;\n    color: #e0d8cc !important; margin-bottom: 1.6rem;\n  }\n  .wbnw-final-price .sm { font-size: 1.4rem !important; vertical-align: super; }\n  .wbnw-final-sub {\n    font-size: 0.95rem !important; font-style: italic !important;\n    color: #9a917f !important; margin-bottom: 1.8rem;\n  }\n  .wbnw-foot {\n    text-align: center; padding: 2rem 0 1rem;\n    border-top: 1px solid rgba(122,43,43,0.1);\n  }\n  .wbnw-foot p { font-size: 0.75rem !important; color: #9a917f !important; opacity: 0.5; }\n  .wbnw-foot .wbnw-fn {\n    font-family: 'Marcellus', Georgia, serif !important;\n    color: #944040 !important; letter-spacing: 0.1em !important;\n  }\n\n  @media (max-width: 640px) {\n    .wbnw-inner { padding: 0 1.4rem; }\n    .wbnw-audience { grid-template-columns: 1fr; }\n    .wbnw-ch { padding: 1.2rem 1.1rem; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"wbnw-wrap\"\u003e\n  \u003cdiv class=\"wbnw-ambient\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"wbnw-inner\"\u003e\n\n    \u003cdiv class=\"wbnw-hero\"\u003e\n      \u003cdiv class=\"wbnw-ornament\"\u003e\n        \u003cspan class=\"wbnw-orn-leaf\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"wbnw-orn-diamond\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"wbnw-orn-leaf\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wbnw-label-hero\"\u003eA Book for the Question No One Answers Well\u003c\/div\u003e\n      \u003cdiv class=\"wbnw-when\"\u003eWhen\u003c\/div\u003e\n      \u003cdiv class=\"wbnw-bowing\"\u003eBowing\u003c\/div\u003e\n      \u003cdiv class=\"wbnw-isnot\"\u003e\n        \u003cspan class=\"wbnw-isnot-line\"\u003e\u003c\/span\u003eis not\u003cspan class=\"wbnw-isnot-line\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wbnw-worship\"\u003eWorship\u003c\/div\u003e\n      \u003cdiv class=\"wbnw-flourish\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"wbnw-vrule\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"wbnw-hero-author\"\u003eSifu Michael Johnson\u003c\/div\u003e\n\n      \u003cp class=\"wbnw-tagline\"\u003e\n        Every martial artist of faith has been asked the question. Most have never been given a real answer. \u003cem\u003eThis book is that answer.\u003c\/em\u003e\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"wbnw-price\"\u003e$19.99\u003c\/div\u003e\n      \u003cdiv class=\"wbnw-price-note\"\u003eE-Book · Instant delivery\u003c\/div\u003e\n\n      \u003ca href=\"#\" class=\"wbnw-cta\"\u003e\n        \u003cspan\u003eAdd to Cart\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"wbnw-secure\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Secure checkout · Instant download\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-sep\"\u003e\n      \u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-diamond\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-section\"\u003e\n      \u003cdiv class=\"wbnw-label\"\u003eThe Book\u003c\/div\u003e\n      \u003ch2 class=\"wbnw-heading\"\u003eThe Question That Follows\u003cbr\u003eEvery Christian Into the Dojo\u003c\/h2\u003e\n      \u003cp class=\"wbnw-text\"\u003e\n        Is bowing idolatry? Is meditation dangerous? Can a Christian study martial arts without compromising their faith? These questions have circled church foyers and training halls for decades — and the answers have almost always been either fearful or dismissive. Neither is useful.\n      \u003c\/p\u003e\n      \u003cp class=\"wbnw-text\"\u003e\n        \u003cem\u003eWhen Bowing Is Not Worship\u003c\/em\u003e takes each concern seriously, examines it honestly, and answers it from a place of lived experience: over 35 years of walking both paths without abandoning either one. The result is a book that replaces anxiety with understanding and suspicion with clarity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-sep\"\u003e\n      \u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-diamond\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-section\"\u003e\n      \u003cdiv class=\"wbnw-label\"\u003eWhat the Book Addresses\u003c\/div\u003e\n      \u003ch2 class=\"wbnw-heading\"\u003eTen Chapters. Ten Real Concerns.\u003cbr\u003eNo Hand-Waving.\u003c\/h2\u003e\n      \u003cdiv class=\"wbnw-chapters\"\u003e\n        \u003cdiv class=\"wbnw-ch\"\u003e\n\u003ch3\u003eThe Bow\u003c\/h3\u003e\n\u003cp\u003eWhat a bow means in martial context, what it doesn't mean, and why the distinction matters theologically.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"wbnw-ch\"\u003e\n\u003ch3\u003eMeditation and Stillness\u003c\/h3\u003e\n\u003cp\u003eThe difference between contemplative practice and spiritual surrender — and why one does not require the other.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"wbnw-ch\"\u003e\n\u003ch3\u003eEnergy, Qi, and the Body\u003c\/h3\u003e\n\u003cp\u003eWhat internal cultivation actually is when stripped of mysticism, and where it sits relative to faith.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"wbnw-ch\"\u003e\n\u003ch3\u003eTitles, Lineage, and Respect\u003c\/h3\u003e\n\u003cp\u003eHow martial hierarchy works, what honoring a teacher means, and where the line between respect and reverence falls.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"wbnw-ch\"\u003e\n\u003ch3\u003eViolence and the Christian Life\u003c\/h3\u003e\n\u003cp\u003eThe real moral question beneath all the others — and a framework that doesn't require pretending the question away.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"wbnw-ch\"\u003e\n\u003ch3\u003eThe Cultural Fear\u003c\/h3\u003e\n\u003cp\u003eWhy the Western church struggles with Eastern practices and what that discomfort actually reveals.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-sep\"\u003e\n      \u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-diamond\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-quote\"\u003e\n      \u003cblockquote\u003eFear makes a poor theologian. This book was written so people could stop being afraid and start understanding.\u003c\/blockquote\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-sep\"\u003e\n      \u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-diamond\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-section\"\u003e\n      \u003cdiv class=\"wbnw-label\"\u003eWho This Book Serves\u003c\/div\u003e\n      \u003ch2 class=\"wbnw-heading\"\u003eIf You've Been Asked the Question,\u003cbr\u003eThis Book Is Yours\u003c\/h2\u003e\n      \u003cdiv class=\"wbnw-audience\"\u003e\n        \u003cdiv class=\"wbnw-aud-card\"\u003e\n\u003cspan class=\"wbnw-aud-icon\"\u003e☬\u003c\/span\u003e\u003ch4\u003eChristian Martial Artists\u003c\/h4\u003e\n\u003cp\u003eWho have felt the tension and want a real framework — not permission, but understanding.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"wbnw-aud-card\"\u003e\n\u003cspan class=\"wbnw-aud-icon\"\u003e☧\u003c\/span\u003e\u003ch4\u003ePastors and Ministers\u003c\/h4\u003e\n\u003cp\u003eWho have been asked the question and want a thoughtful answer to give.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"wbnw-aud-card\"\u003e\n\u003cspan class=\"wbnw-aud-icon\"\u003e★\u003c\/span\u003e\u003ch4\u003eParents\u003c\/h4\u003e\n\u003cp\u003eWhose children train in martial arts and who want to understand what they're being taught.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"wbnw-aud-card\"\u003e\n\u003cspan class=\"wbnw-aud-icon\"\u003e📚\u003c\/span\u003e\u003ch4\u003eMartial Arts Instructors\u003c\/h4\u003e\n\u003cp\u003eWho teach students of faith and want to honor their concerns without gutting the art.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-sep\"\u003e\n      \u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-diamond\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-auth-block\"\u003e\n      \u003cdiv class=\"wbnw-label\"\u003eThe Author\u003c\/div\u003e\n      \u003cdiv class=\"wbnw-auth-name\"\u003eSifu Michael Johnson\u003c\/div\u003e\n      \u003cdiv class=\"wbnw-auth-titles\"\u003e8th Duan Grandmaster · Zongshi of Tzu Jan Men · 38th Lineage Holder\u003c\/div\u003e\n      \u003cp class=\"wbnw-auth-bio\"\u003e\n        Sifu Michael Johnson carries a Taoist martial lineage and a Christian faith and has done so for over 35 years without treating either one as negotiable. He holds doctoral degrees in Metaphysics and Philosophy and operates Cloud Forest Martial Arts Institute in Greensboro, North Carolina, as a ministry. He did not write this book because the question is easy. He wrote it because he has lived inside the answer long enough to explain it.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-sep\"\u003e\n      \u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-diamond\"\u003e\u003c\/span\u003e\u003cspan class=\"wbnw-sep-rule\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-final\"\u003e\n      \u003cdiv class=\"wbnw-label\"\u003eGet the Answer\u003c\/div\u003e\n      \u003ch2 class=\"wbnw-heading\"\u003eStop Wondering. Start Understanding.\u003c\/h2\u003e\n      \u003cdiv class=\"wbnw-final-sub\"\u003eInstant digital delivery. Read on any device.\u003c\/div\u003e\n      \u003cdiv class=\"wbnw-final-price\"\u003e$19\u003cspan class=\"sm\"\u003e.99\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003ca href=\"#\" class=\"wbnw-cta\" style=\"margin: 0 auto;\"\u003e\n        \u003cspan\u003eAdd to Cart\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"wbnw-secure\" style=\"margin-top:1rem;\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Secure checkout · Instant download\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wbnw-foot\"\u003e\n      \u003cp\u003e© 2026 \u003cspan class=\"wbnw-fn\"\u003eCloud Forest Publishing\u003c\/span\u003e. All rights reserved.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":48024514920548,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/When_Bowing_Is_Not_Worship_-_KDP_Ebook_Cover_Portrait.jpg?v=1772867221"},{"product_id":"e-book-the-herald-fragments-of-the-gods-book-1","title":"E-Book: The Herald - Fragments of the Gods, Book 1","description":"\u003c!--\n  SHOPIFY PRODUCT DESCRIPTION\n  The Herald\n  $19.99 E-Book\n  Paste this entire block into your Shopify product description (HTML editor mode).\n--\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Antic+Didone\u0026family=Alegreya:ital,wght@0,400;0,500;0,700;0,900;1,400;1,700\u0026family=Alegreya+SC:wght@400;700\u0026display=swap');\n\n  .hld-wrap {\n    position: relative;\n    width: 100vw; left: 50%; right: 50%;\n    margin-left: -50vw; margin-right: -50vw;\n    background: #0b0d11 !important;\n    color: #d8d2c4 !important;\n    font-family: 'Alegreya', Georgia, serif !important;\n    line-height: 1.85 !important;\n    overflow: hidden;\n  }\n  .hld-wrap *, .hld-wrap *::before, .hld-wrap *::after {\n    box-sizing: border-box; margin: 0; padding: 0;\n  }\n  .hld-wrap p, .hld-wrap h1, .hld-wrap h2, .hld-wrap h3, .hld-wrap h4,\n  .hld-wrap span, .hld-wrap div, .hld-wrap blockquote, .hld-wrap a {\n    color: inherit !important; font-family: inherit !important;\n    text-transform: none !important; letter-spacing: normal !important;\n  }\n\n  .hld-ambient {\n    position: absolute; top: 0; left: 0; right: 0; height: 650px;\n    pointer-events: none; z-index: 0;\n    background:\n      radial-gradient(ellipse 55% 40% at 50% 20%, rgba(26,32,48,0.9), transparent),\n      radial-gradient(ellipse 40% 30% at 50% 70%, rgba(166,130,70,0.04), transparent),\n      radial-gradient(ellipse 70% 50% at 50% 50%, rgba(11,13,17,1), rgba(8,9,12,1));\n  }\n  .hld-inner {\n    max-width: 680px; margin: 0 auto; padding: 0 2rem;\n    position: relative; z-index: 1;\n  }\n\n  \/* ── HERO ── *\/\n  .hld-hero {\n    display: flex; flex-direction: column;\n    align-items: center; text-align: center;\n    padding: 4rem 0 3rem; position: relative;\n  }\n\n  \/* Greek key border top ornament *\/\n  .hld-key-bar {\n    width: 200px; height: 12px; margin-bottom: 2.5rem;\n    position: relative; overflow: hidden; opacity: 0.3;\n  }\n  .hld-key-bar::before {\n    content: '◇ ─── ◆ ─── ◇';\n    font-size: 0.6rem;\n    letter-spacing: 0.3em;\n    color: #a6824a;\n    position: absolute; top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    white-space: nowrap;\n  }\n\n  \/* Shield \/ laurel SVG behind title *\/\n  .hld-emblem {\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -52%);\n    width: 420px; height: 420px;\n    pointer-events: none; opacity: 0.06;\n  }\n  .hld-emblem svg { width: 100%; height: 100%; }\n\n  .hld-series {\n    font-family: 'Alegreya SC', Georgia, serif !important;\n    font-size: 0.65rem !important; font-weight: 400 !important;\n    letter-spacing: 0.5em !important; text-transform: uppercase !important;\n    color: #a6824a !important; margin-bottom: 2rem;\n    display: flex; align-items: center; gap: 1rem;\n    position: relative; z-index: 2;\n  }\n  .hld-tl {\n    width: 35px; height: 1px;\n    background: linear-gradient(90deg, transparent, #a6824a);\n  }\n  .hld-tl:last-child {\n    background: linear-gradient(90deg, #a6824a, transparent);\n  }\n\n  \/* Title *\/\n  .hld-the {\n    font-family: 'Alegreya', Georgia, serif !important;\n    font-size: 1.1rem !important; font-style: italic !important;\n    font-weight: 400 !important;\n    letter-spacing: 0.2em !important;\n    color: #8a7e6e !important;\n    margin-bottom: 0.3rem;\n    position: relative; z-index: 2;\n  }\n\n  .hld-title {\n    font-family: 'Antic Didone', Georgia, serif !important;\n    font-size: clamp(3.5rem, 10vw, 6.5rem) !important;\n    font-weight: 400 !important;\n    line-height: 0.9 !important;\n    letter-spacing: 0.08em !important;\n    text-transform: uppercase !important;\n    position: relative; z-index: 2;\n    color: transparent !important;\n    background: linear-gradient(\n      180deg,\n      #f0dba8 0%,\n      #d4b06a 30%,\n      #a6824a 60%,\n      #7a5c30 100%\n    );\n    -webkit-background-clip: text;\n    background-clip: text;\n    filter: drop-shadow(0 2px 8px rgba(166,130,74,0.15));\n  }\n\n  \/* Bronze underline *\/\n  .hld-bronze-line {\n    width: 180px; height: 2px; margin: 0.8rem auto 0;\n    position: relative; z-index: 2;\n    background: linear-gradient(90deg,\n      transparent,\n      #7a5c30 15%,\n      #d4b06a 40%,\n      #f0dba8 50%,\n      #d4b06a 60%,\n      #7a5c30 85%,\n      transparent\n    );\n    animation: hldSheen 5s ease-in-out infinite;\n  }\n  @keyframes hldSheen {\n    0%, 100% { opacity: 0.7; }\n    50% { opacity: 1; }\n  }\n\n  \/* Spear divider *\/\n  .hld-spear {\n    display: flex; align-items: center; justify-content: center;\n    gap: 0; margin: 2rem auto;\n    width: 120px; position: relative; z-index: 2;\n    opacity: 0.35;\n  }\n  .hld-spear-shaft {\n    flex: 1; height: 1px;\n    background: linear-gradient(90deg, transparent, #a6824a, transparent);\n  }\n  .hld-spear-tip {\n    width: 6px; height: 6px;\n    background: #a6824a;\n    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);\n    transform: rotate(0deg);\n  }\n\n  .hld-author {\n    font-family: 'Alegreya SC', Georgia, serif !important;\n    font-size: 0.78rem !important; font-weight: 400 !important;\n    letter-spacing: 0.22em !important; text-transform: uppercase !important;\n    color: #a6824a !important;\n    margin-bottom: 2rem; position: relative; z-index: 2;\n  }\n\n  .hld-tagline {\n    font-family: 'Alegreya', Georgia, serif !important;\n    font-size: 1.15rem !important; font-weight: 400 !important;\n    font-style: italic !important;\n    color: #d8d2c4 !important;\n    max-width: 430px; margin: 0 auto 2.5rem;\n    line-height: 1.8 !important;\n    position: relative; z-index: 2;\n  }\n\n  .hld-price {\n    font-family: 'Antic Didone', Georgia, serif !important;\n    font-size: 2.5rem !important;\n    color: #f0dba8 !important;\n    text-shadow: 0 0 20px rgba(166,130,74,0.1);\n    margin-bottom: 0.3rem;\n    position: relative; z-index: 2;\n  }\n  .hld-price-note {\n    font-size: 0.82rem !important; font-style: italic !important;\n    color: #8a7e6e !important; margin-bottom: 2rem;\n    position: relative; z-index: 2;\n  }\n\n  .hld-cta {\n    display: inline-flex !important; align-items: center; gap: 0.7rem;\n    background: linear-gradient(135deg, #a6824a, #d4b06a) !important;\n    color: #0b0d11 !important; border: none !important;\n    padding: 1rem 3rem !important;\n    font-family: 'Alegreya SC', Georgia, serif !important;\n    font-size: 0.88rem !important; font-weight: 700 !important;\n    letter-spacing: 0.14em !important; text-transform: uppercase !important;\n    text-decoration: none !important; cursor: pointer;\n    transition: all 0.4s ease;\n    position: relative; z-index: 2;\n  }\n  .hld-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 28px rgba(166,130,74,0.25);\n    background: linear-gradient(135deg, #d4b06a, #f0dba8) !important;\n    color: #0b0d11 !important;\n  }\n  .hld-cta svg { width: 16px; height: 16px; }\n  .hld-secure {\n    margin-top: 1rem; font-size: 0.75rem !important; color: #8a7e6e !important;\n    display: flex; align-items: center; justify-content: center; gap: 0.5rem;\n    position: relative; z-index: 2;\n  }\n  .hld-secure svg { width: 13px; height: 13px; opacity: 0.5; }\n\n  \/* ── SEPARATOR ── *\/\n  .hld-sep {\n    display: flex; align-items: center; justify-content: center;\n    gap: 0.8rem; padding: 3rem 0 2.5rem;\n  }\n  .hld-sep-line {\n    width: 55px; height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(166,130,74,0.25), transparent);\n  }\n  .hld-sep-shield {\n    width: 8px; height: 9px;\n    background: #a6824a; opacity: 0.35;\n    clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 50% 100%, 0% 65%);\n  }\n\n  \/* ── BODY ── *\/\n  .hld-section { text-align: center; padding-bottom: 0.5rem; }\n  .hld-label {\n    font-family: 'Alegreya SC', Georgia, serif !important;\n    font-size: 0.63rem !important; font-weight: 700 !important;\n    letter-spacing: 0.4em !important; text-transform: uppercase !important;\n    color: #a6824a !important; margin-bottom: 1.3rem;\n  }\n  .hld-heading {\n    font-family: 'Antic Didone', Georgia, serif !important;\n    font-size: clamp(1.4rem, 4vw, 2.1rem) !important;\n    font-weight: 400 !important; line-height: 1.3 !important;\n    color: #f0dba8 !important; margin-bottom: 1.6rem;\n  }\n  .hld-text {\n    font-size: 1.06rem !important; font-weight: 400 !important;\n    color: rgba(216,210,196,0.75) !important;\n    line-height: 2 !important;\n    max-width: 530px; margin: 0 auto 1.4rem;\n  }\n  .hld-text em { color: #d8d2c4 !important; }\n\n  \/* ── CARDS ── *\/\n  .hld-cards {\n    display: flex; flex-direction: column;\n    margin-top: 2rem; max-width: 530px;\n    margin-left: auto; margin-right: auto;\n    border: 1px solid rgba(166,130,74,0.1);\n  }\n  .hld-card {\n    padding: 1.6rem 1.8rem;\n    background: rgba(26,32,48,0.25) !important;\n    border-bottom: 1px solid rgba(166,130,74,0.08);\n    text-align: left; transition: all 0.35s ease;\n    position: relative; overflow: hidden;\n  }\n  .hld-card:last-child { border-bottom: none; }\n  .hld-card::before {\n    content: ''; position: absolute;\n    left: 0; top: 0; bottom: 0; width: 0;\n    background: linear-gradient(180deg, #d4b06a, #a6824a, transparent);\n    opacity: 0.5; transition: width 0.4s ease;\n  }\n  .hld-card:hover {\n    background: rgba(26,32,48,0.45) !important;\n    padding-left: 2.2rem;\n  }\n  .hld-card:hover::before { width: 3px; }\n  .hld-card h3 {\n    font-family: 'Antic Didone', Georgia, serif !important;\n    font-size: 1.06rem !important;\n    color: #f0dba8 !important; margin-bottom: 0.4rem;\n  }\n  .hld-card p {\n    font-size: 0.93rem !important;\n    color: rgba(216,210,196,0.5) !important; line-height: 1.75 !important;\n  }\n\n  \/* ── QUOTE ── *\/\n  .hld-quote { padding: 2rem 0; text-align: center; }\n  .hld-quote blockquote {\n    font-family: 'Alegreya', Georgia, serif !important;\n    font-size: clamp(1.15rem, 3vw, 1.5rem) !important;\n    font-style: italic !important; font-weight: 500 !important;\n    color: #f0dba8 !important; line-height: 1.65 !important;\n    max-width: 460px; margin: 0 auto; position: relative;\n  }\n  .hld-quote blockquote::before {\n    content: '\\201C'; font-size: 3.5rem; color: #a6824a;\n    opacity: 0.2; position: absolute; top: -1.2rem; left: -0.3rem;\n    font-family: 'Alegreya', Georgia, serif !important; line-height: 1;\n  }\n\n  \/* ── AUTHOR ── *\/\n  .hld-auth-block { text-align: center; padding-bottom: 0.5rem; }\n  .hld-auth-name {\n    font-family: 'Alegreya SC', Georgia, serif !important;\n    font-size: 1.2rem !important; font-weight: 700 !important;\n    color: #f0dba8 !important; margin-bottom: 0.25rem;\n  }\n  .hld-auth-role {\n    font-size: 0.85rem !important; font-style: italic !important;\n    color: #a6824a !important; margin-bottom: 1.4rem;\n  }\n  .hld-auth-bio {\n    font-size: 1rem !important;\n    color: rgba(216,210,196,0.68) !important;\n    line-height: 2 !important;\n    max-width: 520px; margin: 0 auto 1rem;\n  }\n\n  \/* ── FINAL ── *\/\n  .hld-final { text-align: center; padding: 2.5rem 0 4rem; }\n  .hld-final-price {\n    font-family: 'Antic Didone', Georgia, serif !important;\n    font-size: 2.8rem !important;\n    color: #f0dba8 !important; margin-bottom: 1.6rem;\n    text-shadow: 0 0 20px rgba(166,130,74,0.1);\n  }\n  .hld-final-price .sm { font-size: 1.4rem !important; vertical-align: super; }\n  .hld-final-sub {\n    font-size: 0.95rem !important; font-style: italic !important;\n    color: #8a7e6e !important; margin-bottom: 1.8rem;\n  }\n\n  .hld-foot {\n    text-align: center; padding: 2rem 0 1rem;\n    border-top: 1px solid rgba(166,130,74,0.08);\n  }\n  .hld-foot p { font-size: 0.75rem !important; color: #8a7e6e !important; opacity: 0.45; }\n  .hld-foot .hld-fn {\n    font-family: 'Alegreya SC', Georgia, serif !important;\n    color: #a6824a !important; letter-spacing: 0.1em !important;\n  }\n\n  @media (max-width: 640px) {\n    .hld-inner { padding: 0 1.4rem; }\n    .hld-card { padding: 1.3rem 1.2rem; }\n    .hld-emblem { width: 300px; height: 300px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hld-wrap\"\u003e\n  \u003cdiv class=\"hld-ambient\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hld-inner\"\u003e\n\n    \u003c!-- ════ HERO ════ --\u003e\n    \u003cdiv class=\"hld-hero\"\u003e\n\n      \u003c!-- Laurel wreath emblem behind title --\u003e\n      \u003cdiv class=\"hld-emblem\"\u003e\n        \u003csvg viewbox=\"0 0 400 400\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003c!-- Outer circle --\u003e\n          \u003ccircle cx=\"200\" cy=\"200\" r=\"190\" stroke=\"rgba(166,130,74,0.5)\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"200\" cy=\"200\" r=\"180\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003c!-- Left laurel branch --\u003e\n          \u003cpath d=\"M100,320 Q90,280 100,240 Q95,260 110,260 Q100,240 105,200 Q100,220 115,218 Q105,195 112,160 Q107,180 120,175 Q112,155 120,120 Q115,140 128,135 Q120,115 130,85 Q125,105 138,100 Q132,80 145,55\" stroke=\"rgba(166,130,74,0.4)\" stroke-width=\"0.8\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c!-- Right laurel branch --\u003e\n          \u003cpath d=\"M300,320 Q310,280 300,240 Q305,260 290,260 Q300,240 295,200 Q300,220 285,218 Q295,195 288,160 Q293,180 280,175 Q288,155 280,120 Q285,140 272,135 Q280,115 270,85 Q275,105 262,100 Q268,80 255,55\" stroke=\"rgba(166,130,74,0.4)\" stroke-width=\"0.8\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c!-- Left leaves --\u003e\n          \u003cellipse cx=\"95\" cy=\"270\" rx=\"12\" ry=\"5\" transform=\"rotate(-25 95 270)\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"102\" cy=\"230\" rx=\"12\" ry=\"5\" transform=\"rotate(-20 102 230)\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"108\" cy=\"190\" rx=\"12\" ry=\"5\" transform=\"rotate(-15 108 190)\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"115\" cy=\"150\" rx=\"12\" ry=\"5\" transform=\"rotate(-10 115 150)\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"125\" cy=\"112\" rx=\"12\" ry=\"5\" transform=\"rotate(-5 125 112)\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/ellipse\u003e\n          \u003c!-- Right leaves --\u003e\n          \u003cellipse cx=\"305\" cy=\"270\" rx=\"12\" ry=\"5\" transform=\"rotate(25 305 270)\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"298\" cy=\"230\" rx=\"12\" ry=\"5\" transform=\"rotate(20 298 230)\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"292\" cy=\"190\" rx=\"12\" ry=\"5\" transform=\"rotate(15 292 190)\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"285\" cy=\"150\" rx=\"12\" ry=\"5\" transform=\"rotate(10 285 150)\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"275\" cy=\"112\" rx=\"12\" ry=\"5\" transform=\"rotate(5 275 112)\" stroke=\"rgba(166,130,74,0.3)\" stroke-width=\"0.5\" fill=\"none\"\u003e\u003c\/ellipse\u003e\n          \u003c!-- Shield shape center --\u003e\n          \u003cpath d=\"M170,140 L230,140 L230,220 L200,260 L170,220 Z\" stroke=\"rgba(166,130,74,0.25)\" stroke-width=\"0.6\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c!-- Spear vertical --\u003e\n          \u003cline x1=\"200\" y1=\"55\" x2=\"200\" y2=\"350\" stroke=\"rgba(166,130,74,0.15)\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hld-key-bar\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"hld-series\"\u003e\n        \u003cspan class=\"hld-tl\"\u003e\u003c\/span\u003e\n        Cloud Forest Publishing\n        \u003cspan class=\"hld-tl\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hld-the\"\u003eThe\u003c\/div\u003e\n      \u003cdiv class=\"hld-title\"\u003eHerald\u003c\/div\u003e\n      \u003cdiv class=\"hld-bronze-line\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"hld-spear\"\u003e\n        \u003cspan class=\"hld-spear-shaft\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"hld-spear-tip\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"hld-spear-shaft\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hld-author\"\u003eSifu Michael Johnson\u003c\/div\u003e\n\n      \u003cp class=\"hld-tagline\"\u003e\n        The gods did not leave quietly. They left instructions. And someone has to carry the message — whether the world is ready to hear it or not.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"hld-price\"\u003e$19.99\u003c\/div\u003e\n      \u003cdiv class=\"hld-price-note\"\u003eE-Book · Instant delivery\u003c\/div\u003e\n\n      \u003ca href=\"#\" class=\"hld-cta\"\u003e\n        \u003cspan\u003eAdd to Cart\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"hld-secure\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Secure checkout · Instant download\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ════ ABOUT ════ --\u003e\n    \u003cdiv class=\"hld-sep\"\u003e\n      \u003cspan class=\"hld-sep-line\"\u003e\u003c\/span\u003e\u003cspan class=\"hld-sep-shield\"\u003e\u003c\/span\u003e\u003cspan class=\"hld-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hld-section\"\u003e\n      \u003cdiv class=\"hld-label\"\u003eThe Story\u003c\/div\u003e\n      \u003ch2 class=\"hld-heading\"\u003eThe Old Powers Never Died.\u003cbr\u003eThey Went Underground.\u003c\/h2\u003e\n      \u003cp class=\"hld-text\"\u003e\n        \u003cem\u003eThe Herald\u003c\/em\u003e is a story set in a world where the divine didn't vanish — it stepped back. The old orders, the ones sworn to Ares and Aphrodite, didn't dissolve. They adapted. They endured. And when the call comes again, it lands on someone who never asked for it but was built for it anyway.\n      \u003c\/p\u003e\n      \u003cp class=\"hld-text\"\u003e\n        This is fiction that moves through myth the way a blade moves through air — with purpose, with history behind it, and with the understanding that what the ancient world called sacred, the modern world has only forgotten how to name.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ════ THEMES ════ --\u003e\n    \u003cdiv class=\"hld-sep\"\u003e\n      \u003cspan class=\"hld-sep-line\"\u003e\u003c\/span\u003e\u003cspan class=\"hld-sep-shield\"\u003e\u003c\/span\u003e\u003cspan class=\"hld-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hld-section\"\u003e\n      \u003cdiv class=\"hld-label\"\u003eWhat Lives Inside\u003c\/div\u003e\n      \u003ch2 class=\"hld-heading\"\u003eDuty. Devotion. The Weight of the Call.\u003c\/h2\u003e\n      \u003cdiv class=\"hld-cards\"\u003e\n        \u003cdiv class=\"hld-card\"\u003e\n          \u003ch3\u003eThe Knight and the Priestess\u003c\/h3\u003e\n          \u003cp\u003eTwo ancient orders — one forged in war, one shaped by devotion — and the tension that lives between service to a god of conflict and service to a god of connection.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hld-card\"\u003e\n          \u003ch3\u003eThe Herald's Burden\u003c\/h3\u003e\n          \u003cp\u003eTo carry the message is not to choose it. The herald doesn't write the decree — they deliver it, and they live with what it costs.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hld-card\"\u003e\n          \u003ch3\u003eMyth Made Flesh\u003c\/h3\u003e\n          \u003cp\u003eA world where the Greek pantheon isn't metaphor. The gods are real, their orders still operate, and the oaths sworn to them still hold weight.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hld-card\"\u003e\n          \u003ch3\u003eHonor Under Pressure\u003c\/h3\u003e\n          \u003cp\u003eWhat happens when duty and desire pull in opposite directions — and the ancient codes demand you hold both without breaking.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hld-card\"\u003e\n          \u003ch3\u003eA World Built Deep\u003c\/h3\u003e\n          \u003cp\u003eExtensive worldbuilding drawn from Greek tradition — handbooks, oaths, rituals, and the internal structures of orders that have survived for millennia.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ════ QUOTE ════ --\u003e\n    \u003cdiv class=\"hld-sep\"\u003e\n      \u003cspan class=\"hld-sep-line\"\u003e\u003c\/span\u003e\u003cspan class=\"hld-sep-shield\"\u003e\u003c\/span\u003e\u003cspan class=\"hld-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hld-quote\"\u003e\n      \u003cblockquote\u003e\n        The gods don't ask if you're ready.\u003cbr\u003eThey ask if you're willing. And the answer is always the same — you were willing the moment you were chosen.\n      \u003c\/blockquote\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ════ AUTHOR ════ --\u003e\n    \u003cdiv class=\"hld-sep\"\u003e\n      \u003cspan class=\"hld-sep-line\"\u003e\u003c\/span\u003e\u003cspan class=\"hld-sep-shield\"\u003e\u003c\/span\u003e\u003cspan class=\"hld-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hld-auth-block\"\u003e\n      \u003cdiv class=\"hld-label\"\u003eThe Author\u003c\/div\u003e\n      \u003cdiv class=\"hld-auth-name\"\u003eSifu Michael Johnson\u003c\/div\u003e\n      \u003cdiv class=\"hld-auth-role\"\u003eGrandmaster · Author · Publisher\u003c\/div\u003e\n      \u003cp class=\"hld-auth-bio\"\u003e\n        Sifu Michael Johnson brings the same discipline to fiction that he brings to the training floor. \u003cem\u003eThe Herald\u003c\/em\u003e draws on years of worldbuilding — complete with dual-language handbooks for the Knight of Ares and the Priestess of Aphrodite — and a storyteller's instinct for the places where duty, devotion, and the divine intersect. Through Cloud Forest Publishing, he writes the books that don't wait for permission.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ════ FINAL CTA ════ --\u003e\n    \u003cdiv class=\"hld-sep\"\u003e\n      \u003cspan class=\"hld-sep-line\"\u003e\u003c\/span\u003e\u003cspan class=\"hld-sep-shield\"\u003e\u003c\/span\u003e\u003cspan class=\"hld-sep-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hld-final\"\u003e\n      \u003cdiv class=\"hld-label\"\u003eAnswer the Call\u003c\/div\u003e\n      \u003ch2 class=\"hld-heading\"\u003eThe Message Has Arrived\u003c\/h2\u003e\n      \u003cdiv class=\"hld-final-sub\"\u003eInstant digital delivery. Read on any device.\u003c\/div\u003e\n      \u003cdiv class=\"hld-final-price\"\u003e$19\u003cspan class=\"sm\"\u003e.99\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003ca href=\"#\" class=\"hld-cta\" style=\"margin: 0 auto;\"\u003e\n        \u003cspan\u003eAdd to Cart\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"hld-secure\" style=\"margin-top:1rem;\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Secure checkout · Instant download\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hld-foot\"\u003e\n      \u003cp\u003e© 2026 \u003cspan class=\"hld-fn\"\u003eCloud Forest Publishing\u003c\/span\u003e. All rights reserved.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":48024831131748,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/TheHeraldTitlePagePNG5.5x8.5Final.png?v=1772867823"},{"product_id":"the-herald-reborn","title":"The Herald Reborn","description":"The Herald Reborn is Book One of Trials of the Gods, a mythic fantasy novel of transformation, destiny, and the return of a legendary herald.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49129132720228,"sku":"vw4e22","price":42.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/q67ze45-front-shortedge-384.jpg?v=1788813585"},{"product_id":"the-names-of-god","title":"The Names of God","description":"The Names of God — 39 Lessons… by Sifu Michael Johnson.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49129657598052,"sku":"n4v26j","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/w48zj2q-front-shortedge-384.jpg?v=1788814158"},{"product_id":"the-hunger-for-certainty","title":"The Hunger for Certainty","description":"Most people never verify many beliefs for which they would die.\n\nChildren receive beliefs about God, country, war, science, safety, famous people, and freedom before they can examine the evidence. Adults continue receiving selected messages from religious leaders, political officials, scientific institutions, news organizations, schools, companies, and online platforms.\n\nThe Hunger for Certainty asks direct questions about that process. Who selected the information? What uncertainty was omitted? Who benefits if the message is accepted? What evidence would justify changing it? What happens to the person who refuses?\n\nAcross forty years of public events, Michael Johnson examines Chernobyl, September 11, COVID-19, Hurricane Helene, war coverage, celebrity businesses, algorithms, and artificial intelligence. He separates documented fact, interpretation, personal observation, and public theory. He does not treat an official title, scientific credential, religious office, famous name, or permanent suspicion as proof.\n\nThis book does not tell readers to trust one side. It applies the same standard to churches, governments, laboratories, newsrooms, companies, critics, and the author. Its position is simple: every person has the right to examine a claim before accepting it, repeating it, paying for it, or punishing someone who refuses it.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49129783066724,"sku":"xxqk65","price":20.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/nv5qk5q-front-shortedge-384.jpg?v=1788840808"},{"product_id":"the-first-hunger","title":"The First Hunger","description":"Lilith was hunger before humanity gave her a biography.\n\nFor thirteen hours, Shaman J Cross, Warden sat inside a ten-foot field of protective sigils while a lethal presence tested every boundary around him. Lilith was free to take his life as her prize. If the protection held, the conversation could become a book. Ishtar and Hecate witnessed the terms. Lilith hunted. The Warden survived.\n\nThe First Hunger approaches Lilith as a primordial host gathered beneath one name: night spirits fed by fear, lust, shame, obsession, exposed sleep, and the stories humanity has used to contain them. Ancient evidence, later folklore, received teaching, and Warden testimony carry clear labels so the reader always knows what kind of claim stands on the page.\n\nThis working grimoire contains prayers, songs, strict offerings, sleep and mirror wards, the Seven Locks, household protections, severance rites, governed curses, the Black Covenant, nine taught Warden signs, model records, troubleshooting guidance, and a forty-night course. Every complete working names its purpose, limit, ordinary action, aftercare, stopping condition, and method of closure.\n\nThese pages offer no harmless queen of television and no injured first wife waiting to be vindicated. They confront beauty used as a weapon, appetite given intelligence, and courtesy sharpened into a boundary.\n\nContact remains optional. Closure is mandatory.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49129863053412,"sku":"vw4ez2","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/nv5qkep-front-shortedge-384.jpg?v=1788327886"},{"product_id":"the-unrepentant-king","title":"The Unrepentant King","description":"The Unrepentant King is a full-color Warden Grimoire of Asmodeus — desire, wrath, and dominion — recorded by Shaman J Cross, Warden. History, received teaching, Warden testimony, prayer, ritual, protection, and disciplined practice. Each deity keeps a separate office, temperament, law, and price of passage.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49129901391972,"sku":"g7p522","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/7k5g425-front-shortedge-384.jpg?v=1788328734"},{"product_id":"the-unclaimed-road","title":"The Unclaimed Road","description":"Hecate is not a lesser goddess waiting at someone else's door.\n\nWhen Shaman J Cross, Warden crosses through a gateway cultivated inside his own soul, Hecate discovers the unauthorized passage and calls him before her. Their meeting becomes the threshold of a working relationship: the Warden may travel, but he must know whose country he enters, what he carries, and how he intends to return.\n\nThe Unclaimed Road presents Hecate as a self-made power of crossroads, witchcraft, guarded passage, difficult mercy, neglected places, and the dead refused at other gates. This is a working grimoire meant to be opened when a reader needs a prayer, a boundary, a record, or a safe way to close what should not remain open.\n\nThe road may be unclaimed. It is not unguarded.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49129936388196,"sku":"zgey2g","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/95vqy2q-front-shortedge-384.jpg?v=1788329413"},{"product_id":"cloud-forest-kids-book-1-the-new-girl","title":"Cloud Forest Kids Book 1 (The New Girl)","description":"Illustrated children's picture book: Cloud Forest Kids Book 1 (The New Girl).","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49177228116068,"sku":"7kvwnw","price":18.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/gj58k2z-front-shortedge-384.jpg?v=1788847026"},{"product_id":"exploring-the-unseen","title":"Exploring the Unseen","description":"Exploring the Architecture of the Unseen — Book Two of The Soul Gate Trilogy.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49177278513252,"sku":"xxqwyz","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/kv4m258-front-shortedge-384.jpg?v=1788848580"},{"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"},{"product_id":"how-to-pray-and-worship-the-unseen","title":"How to Pray and Worship (the Unseen)","description":"A practical guide to reconnecting with the Sacred and the Unseen.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49186272903268,"sku":"g7pdnv","price":18.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/7k5q2zk-front-shortedge-384.jpg?v=1788874674"},{"product_id":"inhabiting-the-unseen","title":"Inhabiting the Unseen","description":"Inhabiting the Architecture of the Unseen \/ Quantum Human","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49187031973988,"sku":"2j9ej8","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/57nem5n-front-shortedge-384.jpg?v=1788876798"},{"product_id":"the-jade-dragon","title":"The Jade Dragon","description":"The Jade Dragon — paperback novel.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49187802742884,"sku":"y25z2z","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/w48en9v-front-shortedge-384.jpg?v=1788878685"},{"product_id":"the-empath-delusion","title":"The Empath Delusion","description":"The Empath Delusion paperback edition.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49188710252644,"sku":"epz2e7","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/zmv4dmz-front-shortedge-384.jpg?v=1788881283"},{"product_id":"the-hearth-and-the-fire","title":"The Hearth and the Fire","description":"The Hearth and the Fire — God Bound Book 1.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49189561204836,"sku":"xxqzgk","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/rm2896v-front-shortedge-384.jpg?v=1788883087"},{"product_id":"was-solomon-real","title":"Was Solomon Real","description":"An examination of King Solomon, the legends, and the historical record.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49190361170020,"sku":"y25zjz","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/7k5qmz7-front-shortedge-384.jpg?v=1788885408"},{"product_id":"when-bowing-is-not-worship","title":"When Bowing Is Not Worship","description":"A paperback book about martial arts, ritual, authority, and the power of restraint.","brand":"Cloud Forest Publishing","offers":[{"title":"Default Title","offer_id":49190537592932,"sku":"jmze7p","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/e767emg-front-shortedge-384.jpg?v=1788887339"}],"url":"https:\/\/www.cloudforestpublishing.com\/collections\/all-books.oembed","provider":"Cloud Forest Publishing","version":"1.0","type":"link"}