{"id":39,"date":"2026-04-29T13:50:48","date_gmt":"2026-04-29T13:50:48","guid":{"rendered":"https:\/\/capsumpublishing.com\/hex\/?page_id=39"},"modified":"2026-05-02T21:41:32","modified_gmt":"2026-05-02T21:41:32","slug":"blank","status":"publish","type":"page","link":"https:\/\/capsumpublishing.com\/hex\/","title":{"rendered":"Home"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n\n\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n\n<title>Hex Morrow | Capsum Publishing<\/title>\n\n\n\n<style>\n    :root {\n      --bg: #05090d;\n      --panel: rgba(8, 22, 30, 0.82);\n      --panel-soft: rgba(14, 38, 50, 0.58);\n      --cyan: #00f5ff;\n      --cyan-soft: rgba(0, 245, 255, 0.22);\n      --amber: #ff9f1c;\n      --amber-soft: rgba(255, 159, 28, 0.18);\n      --text: #e9fbff;\n      --muted: #8fb8c2;\n      --line: rgba(0, 245, 255, 0.35);\n      --danger: #ff4d2e;\n      --max: 1180px;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n      margin: 0;\n      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      background:\n        radial-gradient(circle at 80% 10%, rgba(0, 245, 255, 0.16), transparent 32%),\n        radial-gradient(circle at 15% 70%, rgba(255, 159, 28, 0.12), transparent 34%),\n        linear-gradient(180deg, #030608 0%, #061018 45%, #020405 100%);\n      color: var(--text);\n      min-height: 100vh;\n      overflow-x: hidden;\n    }\n\n    body::before {\n      content: \"\";\n      position: fixed;\n      inset: 0;\n      pointer-events: none;\n      background-image:\n        linear-gradient(rgba(0, 245, 255, 0.06) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(0, 245, 255, 0.06) 1px, transparent 1px);\n      background-size: 42px 42px;\n      mask-image: radial-gradient(circle at 55% 30%, black 0%, transparent 76%);\n      opacity: 0.6;\n    }\n\n    a { color: inherit; text-decoration: none; }\n\n    .wrap {\n      width: min(var(--max), calc(100% - 36px));\n      margin: 0 auto;\n      position: relative;\n      z-index: 1;\n    }\n\n    header {\n      padding: 22px 0;\n      border-bottom: 1px solid rgba(0, 245, 255, 0.2);\n      backdrop-filter: blur(14px);\n      position: sticky;\n      top: 0;\n      z-index: 5;\n      background: rgba(5, 9, 13, 0.78);\n    }\n\n    .nav {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n    }\n\n    .brand {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      font-weight: 800;\n    }\n\n    .brand-mark {\n      width: 38px;\n      height: 38px;\n      border: 1px solid var(--cyan);\n      display: grid;\n      place-items: center;\n      color: var(--cyan);\n      box-shadow: 0 0 20px var(--cyan-soft), inset 0 0 16px var(--cyan-soft);\n      clip-path: polygon(16% 0, 100% 0, 100% 74%, 78% 100%, 0 100%, 0 22%);\n    }\n\n    .nav-links {\n      display: flex;\n      gap: 22px;\n      color: var(--muted);\n      font-size: 0.9rem;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n    }\n\n    .nav-links a:hover { color: var(--cyan); }\n\n    .hero {\n      min-height: 760px;\n      display: grid;\n      grid-template-columns: 1.05fr 0.95fr;\n      gap: 48px;\n      align-items: center;\n      padding: 80px 0 64px;\n    }\n\n    .eyebrow {\n      color: var(--amber);\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      font-weight: 700;\n      font-size: 0.82rem;\n      margin-bottom: 18px;\n    }\n\n    h1 {\n      font-size: clamp(3.25rem, 8vw, 7rem);\n      line-height: 0.9;\n      margin: 0;\n      letter-spacing: -0.07em;\n      text-transform: uppercase;\n      text-shadow: 0 0 26px rgba(0, 245, 255, 0.3);\n    }    \n\n    h1 span { color: var(--cyan); }\n\n    .tagline {\n      margin: 26px 0 0;\n      max-width: 620px;\n      color: #c5eaf0;\n      font-size: clamp(1.15rem, 2vw, 1.45rem);\n      line-height: 1.55;\n    }\n\n    .cta-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 16px;\n      margin-top: 34px;\n    }\n\n    .btn {\n      padding: 15px 22px;\n      border: 1px solid var(--cyan);\n      color: var(--text);\n      background: linear-gradient(135deg, rgba(0, 245, 255, 0.18), rgba(0, 245, 255, 0.04));\n      box-shadow: 0 0 22px var(--cyan-soft);\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      font-weight: 800;\n      font-size: 0.86rem;\n      clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);\n      cursor: pointer;\n    }\n\n    .btn.secondary {\n      border-color: rgba(255, 159, 28, 0.7);\n      background: linear-gradient(135deg, rgba(255, 159, 28, 0.17), rgba(255, 159, 28, 0.04));\n      box-shadow: 0 0 22px var(--amber-soft);\n    }\n\n    .terminal {\n      margin-top: 34px;\n      border: 1px solid rgba(0, 245, 255, 0.28);\n      background: rgba(2, 8, 12, 0.68);\n      padding: 18px;\n      color: var(--muted);\n      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", monospace;\n      font-size: 0.85rem;\n      line-height: 1.65;\n      box-shadow: inset 0 0 30px rgba(0, 245, 255, 0.06);\n    }\n\n    .terminal b { color: var(--amber); font-weight: 600; }\n    .terminal .ok { color: var(--cyan); }\n\n    .screen {\n      position: relative;\n      min-height: 560px;\n      border: 1px solid var(--line);\n      background:\n        linear-gradient(145deg, rgba(0, 245, 255, 0.09), transparent 45%),\n        rgba(4, 15, 22, 0.82);\n      box-shadow: 0 0 50px rgba(0, 245, 255, 0.18), inset 0 0 42px rgba(0, 245, 255, 0.09);\n      clip-path: polygon(5% 0, 100% 0, 100% 87%, 88% 100%, 0 100%, 0 9%);\n      overflow: hidden;\n      padding: 26px;\n    }\n\n    .screen::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background-image:\n        linear-gradient(rgba(0,245,255,0.08) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(0,245,255,0.08) 1px, transparent 1px);\n      background-size: 28px 28px;\n      opacity: 0.7;\n    }\n\n    .screen-top {\n      position: relative;\n      z-index: 1;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      color: var(--amber);\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      font-size: 0.76rem;\n      margin-bottom: 26px;\n    }\n\n    .avatar {\n      position: relative;\n      z-index: 1;\n      width: min(82%, 380px);\n      aspect-ratio: 0.72;\n      margin: 10px auto 0;\n      border: 1px solid rgba(0, 245, 255, 0.35);\n      border-radius: 42% 42% 32% 32%;\n      box-shadow: 0 0 48px rgba(0, 245, 255, 0.22), inset 0 0 30px rgba(0, 245, 255, 0.12);\n      overflow: hidden;\n      background-image: url('https:\/\/capsumpublishing.com\/hex\/wp-content\/uploads\/2026\/04\/website-image-4.28.26.png');\n      background-size: cover;\n      background-position: center top;\n    }\n\n    .status-card {\n      position: absolute;\n      z-index: 2;\n      right: 24px;\n      top: 92px;\n      width: 190px;\n      border-left: 3px solid var(--amber);\n      background: rgba(4, 11, 14, 0.8);\n      padding: 14px 16px;\n      color: var(--amber);\n      box-shadow: 0 0 26px var(--amber-soft);\n    }\n\n    .status-card h3 { margin: 0 0 10px; font-size: 1.6rem; }\n    .status-card p { margin: 0; color: #ffd59a; font-size: 0.85rem; line-height: 1.5; }\n\n    .code-box {\n      position: absolute;\n      z-index: 2;\n      left: 24px;\n      bottom: 24px;\n      right: 24px;\n      border: 1px solid rgba(255, 159, 28, 0.35);\n      background: rgba(5, 9, 13, 0.78);\n      padding: 14px;\n      color: var(--amber);\n      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n      font-size: 0.78rem;\n      line-height: 1.45;\n    }\n\n    section { padding: 70px 0; }\n\n    .section-title {\n      font-size: clamp(2rem, 4vw, 3.5rem);\n      margin: 0 0 18px;\n      letter-spacing: -0.04em;\n    }\n\n    .section-copy {\n      max-width: 760px;\n      color: var(--muted);\n      font-size: 1.08rem;\n      line-height: 1.7;\n      margin: 0 0 34px;\n    }\n\n    .cards {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n    }\n\n    .card {\n      background: var(--panel);\n      border: 1px solid rgba(0, 245, 255, 0.22);\n      padding: 24px;\n      min-height: 220px;\n      box-shadow: 0 0 34px rgba(0, 245, 255, 0.06);\n      clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%);\n    }\n\n    .card .num {\n      color: var(--amber);\n      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n      margin-bottom: 24px;\n    }\n\n    .card h3 { margin: 0 0 12px; font-size: 1.25rem; }\n    .card p { margin: 0; color: var(--muted); line-height: 1.65; }\n\n    .book-card {\n      background: var(--panel);\n      border: 1px solid rgba(0, 245, 255, 0.22);\n      padding: 0;\n      box-shadow: 0 0 34px rgba(0, 245, 255, 0.06);\n      clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%);\n      overflow: hidden;\n    }\n\n    .book-card img {\n      width: 100%;\n      display: block;\n      border-bottom: 1px solid rgba(0, 245, 255, 0.22);\n    }\n\n    .book-card-body {\n      padding: 20px;\n    }\n\n    .book-card-body .num {\n      color: var(--amber);\n      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n      font-size: 0.8rem;\n      margin-bottom: 10px;\n    }\n\n    .book-card-body h3 {\n      margin: 0 0 10px;\n      font-size: 1.15rem;\n      color: var(--text);\n    }\n\n    .book-card-body p {\n      margin: 0 0 12px;\n      color: var(--muted);\n      line-height: 1.6;\n      font-size: 0.92rem;\n    }\n\n    .book-card-body .available {\n      color: var(--amber);\n      font-size: 0.82rem;\n      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n    }\n\n    .signup {\n      text-align: center;\n      padding: 70px 24px;\n      border: 1px solid rgba(0, 245, 255, 0.28);\n      background:\n        radial-gradient(circle at 50% 0%, rgba(0, 245, 255, 0.15), transparent 44%),\n        rgba(2, 8, 12, 0.8);\n      box-shadow: 0 0 50px rgba(0, 245, 255, 0.1);\n    }\n\n    .signup h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin: 0 0 16px; }\n    .signup p { color: var(--muted); max-width: 680px; margin: 0 auto 26px; line-height: 1.7; }\n\n    \/* MailerLite form styling *\/\n    .hex-mailer-form,\n    #mlb2-40609867.ml-form-embedContainer {\n      width: 100% !important;\n      max-width: 680px !important;\n      margin: 28px auto 0 !important;\n      display: block !important;\n    }\n\n    #mlb2-40609867 .ml-form-embedWrapper,\n    #mlb2-40609867 .embedForm {\n      width: 100% !important;\n      max-width: 680px !important;\n      background: rgba(2, 8, 12, 0.88) !important;\n      border: 1px solid rgba(0, 245, 255, 0.35) !important;\n      border-radius: 0 !important;\n      padding: 26px !important;\n      box-shadow: 0 0 36px rgba(0, 245, 255, 0.14), inset 0 0 30px rgba(0, 245, 255, 0.06) !important;\n    }\n\n    #mlb2-40609867 .ml-form-embedBody,\n    #mlb2-40609867 .ml-form-successBody { padding: 0 !important; }\n\n    #mlb2-40609867 .ml-form-embedContent h4,\n    #mlb2-40609867 .ml-form-successContent h4 {\n      color: var(--cyan) !important;\n      font-size: 1.35rem !important;\n      font-weight: 900 !important;\n      letter-spacing: 0.08em !important;\n      text-transform: uppercase !important;\n      margin: 0 0 8px 0 !important;\n      text-shadow: 0 0 18px rgba(0, 245, 255, 0.45) !important;\n    }\n\n    #mlb2-40609867 .ml-form-embedContent p,\n    #mlb2-40609867 .ml-form-successContent p {\n      color: var(--muted) !important;\n      font-size: 0.98rem !important;\n      line-height: 1.6 !important;\n      margin: 0 !important;\n    }\n\n    #mlb2-40609867 .ml-form-fieldRow input,\n    #mlb2-40609867 input[type=\"email\"] {\n      background: rgba(0, 0, 0, 0.42) !important;\n      color: var(--text) !important;\n      border: 1px solid rgba(0, 245, 255, 0.42) !important;\n      border-radius: 0 !important;\n      font-size: 1rem !important;\n      padding: 16px !important;\n      width: 100% !important;\n    }\n\n    #mlb2-40609867 input[type=\"email\"]::placeholder {\n      color: rgba(233, 251, 255, 0.58) !important;\n    }\n\n    #mlb2-40609867 .ml-form-embedSubmit button.primary,\n    #mlb2-40609867 .ml-form-embedSubmit button[type=\"submit\"] {\n      background: linear-gradient(135deg, rgba(0, 245, 255, 0.28), rgba(0, 245, 255, 0.08)) !important;\n      border: 1px solid var(--cyan) !important;\n      border-radius: 0 !important;\n      box-shadow: 0 0 24px rgba(0, 245, 255, 0.22) !important;\n      color: var(--text) !important;\n      cursor: pointer !important;\n      font-size: 0.9rem !important;\n      font-weight: 900 !important;\n      letter-spacing: 0.08em !important;\n      padding: 15px 18px !important;\n      text-transform: uppercase !important;\n      width: 100% !important;\n      margin-top: 10px !important;\n    }\n\n    #mlb2-40609867 .ml-form-embedSubmit button.primary:hover {\n      background: linear-gradient(135deg, rgba(255, 159, 28, 0.24), rgba(0, 245, 255, 0.12)) !important;\n      border-color: var(--amber) !important;\n    }\n\n    footer {\n      padding: 34px 0;\n      color: var(--muted);\n      border-top: 1px solid rgba(0, 245, 255, 0.18);\n      font-size: 0.9rem;\n    }\n\n    @media (max-width: 900px) {\n      .hero { grid-template-columns: 1fr; padding-top: 54px; min-height: auto; }\n      .cards { grid-template-columns: 1fr; }\n      .screen { min-height: 500px; }\n      .nav-links { display: none; }\n    }\n  <\/style>\n\n\n\n<header>\n    <div class=\"wrap nav\">\n      <a class=\"brand\" href=\"#top\" aria-label=\"Hex Morrow home\">\n        <span class=\"brand-mark\">H<\/span>\n        <span>Hex Morrow<\/span>\n      <\/a>\n      <nav class=\"nav-links\" aria-label=\"Main navigation\">\n        <a href=\"#books\">Books<\/a>\n        <a href=\"#signal\">Signal<\/a>\n        <a href=\"#about\">About<\/a>\n        <a href=\"https:\/\/capsumpublishing.com\/hex\/blog\/\">Field Notes<\/a>\n      <\/nav>\n    <\/div>\n  <\/header>\n\n\n\n<main id=\"top\">\n\n    <!-- HERO -->\n    <div class=\"wrap hero\">\n      <div>\n        <div class=\"eyebrow\">Capsum Publishing 1\/\/ Active Signal \/\/ test123<\/div>\n        <h1>Hex <span>Morrow<\/span><\/h1>\n        <p class=\"tagline\">\n          Cyber-noir fiction, system failures, AI ghosts, and speculative suspense for readers who know the most dangerous thing in the room is usually the interface.\n        <\/p>\n        <div class=\"cta-row\">\n          <a class=\"btn\" href=\"#books\">Access Current Files<\/a>\n          <a class=\"btn secondary\" href=\"#updates\">Join Signal List<\/a>\n        <\/div>\n        <div class=\"terminal\" aria-label=\"terminal style status panel\">\n          <div><b>&gt;<\/b> initializing author node: <span class=\"ok\">hex.capsumpublishing.com<\/span><\/div>\n          <div><b>&gt;<\/b> genre tags: cyber-noir \/ speculative tech \/ digital ghosts<\/div>\n          <div><b>&gt;<\/b> status: system unstable, fiction active<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"screen\" aria-label=\"futuristic display panel\">\n        <div class=\"screen-top\">\n          <span>Header \/\/ Reader Interface<\/span>\n          <span>Signal 08.04<\/span>\n        <\/div>\n        <div class=\"status-card\">\n          <h3>DEX<\/h3>\n          <p>profile active<br>threat model: unknown<br>trust score: unstable<\/p>\n        <\/div>\n        <div class=\"avatar\"><\/div>\n        <div class=\"code-box\">\n          <div>run: scan_narrative()<\/div>\n          <div>if memory.corrupt == true: recover_signal();<\/div>\n          <div>warning: fiction may observe user behavior<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- SIGNAL SECTION -->\n    <section id=\"signal\">\n      <div class=\"wrap\">\n        <h2 class=\"section-title\">The signal is not clean.<\/h2>\n        <p class=\"section-copy\">\n          Hex Morrow writes about the places where technology stops being a tool and starts becoming a witness. Expect sharp systems, strange interfaces, synthetic minds, haunted code, and people trying to stay human inside machines that learned to lie politely.\n        <\/p>\n        <div class=\"cards\">\n          <article class=\"card\">\n            <div class=\"num\">01 \/\/ SYSTEMS<\/div>\n            <h3>Machines with motives<\/h3>\n            <p>AI, surveillance, broken code, corporate ghosts, and interfaces that know more than they should.<\/p>\n          <\/article>\n          <article class=\"card\">\n            <div class=\"num\">02 \/\/ CONSEQUENCE<\/div>\n            <h3>Human stakes<\/h3>\n            <p>Every glitch has a cost. Every system failure finds a body. Every convenient lie leaves a record.<\/p>\n          <\/article>\n          <article class=\"card\">\n            <div class=\"num\">03 \/\/ TENSION<\/div>\n            <h3>Clean danger<\/h3>\n            <p>Fast reads with sharp hooks, morally gray choices, and enough neon to make the shadows useful.<\/p>\n          <\/article>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- BOOKS SECTION -->\n    <section id=\"books\">\n      <div class=\"wrap\">\n        <div class=\"eyebrow\">Current Files \/\/ Vol 1<\/div>\n        <h2 class=\"section-title\" style=\"margin-top:8px;\">Bug Hunter<\/h2>\n        <p class=\"section-copy\">Three connected novellas. One world that shouldn&#8217;t be running the code it&#8217;s running. Maya Chen reads the error logs. The Anti-Virus reads her.<\/p>\n        <div class=\"cards\" style=\"margin-top: 28px; align-items: start;\">\n\n          <article class=\"book-card\">\n            <img decoding=\"async\" src=\"https:\/\/capsumpublishing.com\/hex\/wp-content\/uploads\/2026\/04\/bug-hunter-bk1-cover.png\" alt=\"Bug Hunter: Null Pointer Merchant\">\n            <div class=\"book-card-body\">\n              <div class=\"num\">Vol 1 \/\/ Book 1<\/div>\n              <h3>Null Pointer Merchant<\/h3>\n              <p>Maya Chen didn&#8217;t choose the Bug Hunter class. It chose her. Now she reads world error logs no one else can see \u2014 and what she&#8217;s finding should stay hidden.<\/p>\n              <div class=\"available\">&gt; Available now on Royal Road<br>&gt; Search: Hex Morrow<\/div>\n            <\/div>\n          <\/article>\n\n          <article class=\"book-card\">\n            <img decoding=\"async\" src=\"https:\/\/capsumpublishing.com\/hex\/wp-content\/uploads\/2026\/04\/vol1-bk2-MASTER-cover-4.26.26.png\" alt=\"Bug Hunter: Memory Leak Forest\">\n            <div class=\"book-card-body\">\n              <div class=\"num\">Vol 1 \/\/ Book 2<\/div>\n              <h3>Memory Leak Forest<\/h3>\n              <p>The forest shouldn&#8217;t remember. But it does. And what it remembers about Maya is worse than anything she&#8217;s found in the logs.<\/p>\n              <div class=\"available\">&gt; Available now on Royal Road<br>&gt; Search: Hex Morrow<\/div>\n            <\/div>\n          <\/article>\n  \n          <article class=\"book-card\">\n            <img decoding=\"async\" src=\"https:\/\/capsumpublishing.com\/hex\/wp-content\/uploads\/2026\/04\/bug-hunter-vol1-bk3-4.27.26-v2.png\" alt=\"Bug Hunter: Thread Deadlock Dungeon\">  \n            <div class=\"book-card-body\">\n              <div class=\"num\">Vol 1 \/\/ Book 3<\/div> \n              <h3>Thread Deadlock Dungeon<\/h3>\n              <p>The dungeon exists in superposition \u2014 waiting for someone to observe it into existence. Maya just became that someone. The Anti-Virus noticed.<\/p>\n              <div class=\"available\">&gt; Available now on Royal Road<br>&gt; Search: Hex Morrow<\/div>\n            <\/div>\n          <\/article>\n\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- ABOUT SECTION -->\n    <section id=\"about\">\n      <div class=\"wrap\">\n        <h2 class=\"section-title\">About Hex Morrow<\/h2>\n        <p class=\"section-copy\">\n          Hex Morrow is the tech-forward speculative fiction lane from Capsum Publishing: cyber-noir, AI ethics, digital hauntings, and high-concept suspense with emotional teeth. If Wren Clearwater is magic with rules, Hex Morrow is technology with secrets.\n        <\/p>\n      <\/div>\n    <\/section>\n\n    <!-- SIGNUP SECTION -->\n    <section id=\"updates\">\n      <div class=\"wrap signup\">\n        <h2>Join the signal list.<\/h2>\n        <p>\n          Get launch alerts, free reads, serial release notices, and field notes from the Hex Morrow fiction terminal.\n        <\/p>\n\n        <div id=\"mlb2-40609867\" class=\"ml-form-embedContainer ml-subscribe-form ml-subscribe-form-40609867 hex-mailer-form\">\n          <div class=\"ml-form-align-center\">\n            <div class=\"ml-form-embedWrapper embedForm\">\n              <div class=\"ml-form-embedBody ml-form-embedBodyDefault row-form\">\n                <div class=\"ml-form-embedContent\">\n                  <h4>Access Signal<\/h4>\n                  <p>Subscribe for Bug Hunter launch updates and Hex Morrow field notes.<\/p>\n                <\/div>\n                <form class=\"ml-block-form\" action=\"https:\/\/assets.mailerlite.com\/jsonp\/1563227\/forms\/186120276158710914\/subscribe\" data-code=\"\" method=\"post\" target=\"_blank\">\n                  <div class=\"ml-form-formContent\">\n                    <div class=\"ml-form-fieldRow ml-last-item\">\n                      <div class=\"ml-field-group ml-field-email ml-validate-email ml-validate-required\">\n                        <input aria-label=\"email\" aria-required=\"true\" type=\"email\" class=\"form-control\" name=\"fields[email]\" placeholder=\"Email address\" autocomplete=\"email\">\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                  <input type=\"hidden\" name=\"ml-submit\" value=\"1\">\n                  <div class=\"ml-form-embedSubmit\">\n                    <button type=\"submit\" class=\"primary\">Subscribe<\/button>\n                    <button disabled=\"disabled\" style=\"display: none;\" type=\"button\" class=\"loading\">\n                      <div class=\"ml-form-embedSubmitLoad\"><\/div>\n                      <span class=\"sr-only\">Loading&#8230;<\/span>\n                    <\/button>\n                  <\/div>\n                  <input type=\"hidden\" name=\"anticsrf\" value=\"true\">\n                <\/form>\n              <\/div>\n              <div class=\"ml-form-successBody row-success\" style=\"display: none\">\n                <div class=\"ml-form-successContent\">\n                  <h4>Signal received.<\/h4>\n                  <p>You have successfully joined the Hex Morrow list.<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <script>\n          function ml_webform_success_40609867() {\n            var $ = ml_jQuery || jQuery;\n            $('.ml-subscribe-form-40609867 .row-success').show();\n            $('.ml-subscribe-form-40609867 .row-form').hide();\n          }\n        <\/script>\n        <script src=\"https:\/\/groot.mailerlite.com\/js\/w\/webforms.min.js?vb397d78ebaa8a0f631d35384c46d781b\" type=\"text\/javascript\"><\/script>\n        <script>\n          fetch(\"https:\/\/assets.mailerlite.com\/jsonp\/1563227\/forms\/186120276158710914\/takel\");\n        <\/script>\n\n      <\/div>\n    <\/section>\n\n  <\/main>\n\n\n\n<footer>\n    <div class=\"wrap\">\n      \u00a9 Capsum Publishing. Hex Morrow is a Capsum Publishing author imprint.\n    <\/div>\n  <\/footer>\n","protected":false},"excerpt":{"rendered":"<p>Hex Morrow | Capsum Publishing H Hex Morrow Books Signal About Field Notes Capsum Publishing 1\/\/ Active Signal \/\/ test123 Hex Morrow Cyber-noir fiction, system failures, AI ghosts, and speculative suspense for readers who know the most dangerous thing in the room is usually the interface. Access Current Files Join Signal List &gt; initializing author [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"footnotes":""},"class_list":["post-39","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/capsumpublishing.com\/hex\/wp-json\/wp\/v2\/pages\/39","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/capsumpublishing.com\/hex\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/capsumpublishing.com\/hex\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/capsumpublishing.com\/hex\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/capsumpublishing.com\/hex\/wp-json\/wp\/v2\/comments?post=39"}],"version-history":[{"count":30,"href":"https:\/\/capsumpublishing.com\/hex\/wp-json\/wp\/v2\/pages\/39\/revisions"}],"predecessor-version":[{"id":130,"href":"https:\/\/capsumpublishing.com\/hex\/wp-json\/wp\/v2\/pages\/39\/revisions\/130"}],"wp:attachment":[{"href":"https:\/\/capsumpublishing.com\/hex\/wp-json\/wp\/v2\/media?parent=39"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}