{"title":"Wei Lei Ma Book Series","description":"\u003cp\u003eBooks authored by Wei Lei Ma, Shifu\u003c\/p\u003e","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":"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"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/collections\/Wei_Lei_Ma_Signature_nobckgnd.png?v=1764794820","url":"https:\/\/www.cloudforestpublishing.com\/collections\/wei-lei-ma-book-series.oembed","provider":"Cloud Forest Publishing","version":"1.0","type":"link"}