{"id":443,"date":"2026-02-14T14:45:47","date_gmt":"2026-02-14T05:45:47","guid":{"rendered":"https:\/\/x-global.it\/classica-x\/?page_id=443"},"modified":"2026-02-14T15:29:13","modified_gmt":"2026-02-14T06:29:13","slug":"catalog-4","status":"publish","type":"page","link":"https:\/\/x-global.it\/classica-x\/en\/catalog-4\/","title":{"rendered":"Catalog(en)"},"content":{"rendered":"\n<style>\n  \/* ============================================================\n     Classica-X Catalog Page (English)\n     WordPress Custom HTML Block\n     ============================================================ *\/\n  .cxc-page {\n    --color-bg: #0a0a0a;\n    --color-bg-elevated: #111111;\n    --color-bg-card: #161616;\n    --color-bg-card-hover: #1a1a1a;\n    --color-surface: #1e1e1e;\n    --color-border: #2a2a2a;\n    --color-border-subtle: #1f1f1f;\n    --color-text-primary: #f0ece6;\n    --color-text-secondary: #d5d0c8;\n    --color-text-tertiary: #a8a298;\n    --color-accent-gold: #c9a96e;\n    --color-accent-gold-dim: #a08a50;\n    --color-accent-gold-bright: #dfc48b;\n    --color-accent-silver: #d4cec6;\n    --color-white: #f5f0ea;\n    --color-tag-bg: rgba(201, 169, 110, 0.08);\n    --color-tag-border: rgba(201, 169, 110, 0.2);\n    --color-link: #c9a96e;\n    --color-link-hover: #dfc48b;\n    --font-display: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;\n    --font-body-en: 'EB Garamond', Georgia, serif;\n    --max-width: 1200px;\n\n    background-color: var(--color-bg);\n    color: var(--color-text-primary);\n    font-family: var(--font-body-en);\n    line-height: 1.8;\n    margin: 0 auto;\n    padding: 0;\n    max-width: 100%;\n  }\n\n  .cxc-page *,\n  .cxc-page *::before,\n  .cxc-page *::after {\n    box-sizing: border-box;\n  }\n\n  .cxc-page a {\n    color: var(--color-link);\n    text-decoration: none;\n    transition: color 0.3s ease;\n  }\n  .cxc-page a:hover {\n    color: var(--color-link-hover);\n  }\n\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');\n\n  \/* ---- Breadcrumb ---- *\/\n  .cxc-breadcrumb {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 1.5rem 2rem 0;\n    font-size: 0.8rem;\n    color: var(--color-text-tertiary);\n    font-family: var(--font-body-en);\n  }\n  .cxc-breadcrumb a { color: var(--color-text-tertiary); }\n  .cxc-breadcrumb a:hover { color: var(--color-accent-gold); }\n  .cxc-breadcrumb .sep { margin: 0 0.5em; opacity: 0.5; }\n\n  \/* ---- Header ---- *\/\n  .cxc-header {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 2.5rem 2rem 0;\n  }\n  .cxc-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5em;\n    font-size: 0.7rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--color-accent-gold);\n    background: var(--color-tag-bg);\n    border: 1px solid var(--color-tag-border);\n    padding: 0.4em 1em;\n    border-radius: 2px;\n    margin-bottom: 1.2rem;\n  }\n  .cxc-badge::before {\n    content: '';\n    display: inline-block;\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--color-accent-gold);\n  }\n  .cxc-title {\n    font-family: var(--font-display);\n    font-size: 2.4rem;\n    font-weight: 600;\n    color: var(--color-white);\n    line-height: 1.2;\n    margin: 0.5rem 0 1rem;\n  }\n  .cxc-desc {\n    font-size: 0.85rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.7;\n    max-width: 700px;\n    margin-bottom: 1.5rem;\n  }\n  .cxc-meta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    font-size: 0.78rem;\n    color: var(--color-text-tertiary);\n    padding-bottom: 2rem;\n    border-bottom: 1px solid var(--color-border-subtle);\n  }\n  .cxc-meta-label {\n    color: var(--color-text-tertiary);\n    opacity: 0.6;\n    margin-right: 0.4em;\n  }\n\n  \/* ---- Filter ---- *\/\n  .cxc-controls {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 2rem 2rem 0;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 0.8rem;\n  }\n  .cxc-filter-label {\n    font-size: 0.72rem;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--color-text-tertiary);\n    margin-right: 0.3rem;\n  }\n  .cxc-filter-btn {\n    font-family: var(--font-body-en);\n    font-size: 0.72rem;\n    letter-spacing: 0.05em;\n    color: var(--color-text-tertiary);\n    background: transparent;\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 3px;\n    padding: 0.35em 0.8em;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  .cxc-filter-btn:hover {\n    color: var(--color-accent-gold);\n    border-color: var(--color-accent-gold-dim);\n  }\n  .cxc-filter-btn.active {\n    color: var(--color-accent-gold);\n    border-color: rgba(201, 169, 110, 0.3);\n    background: rgba(201, 169, 110, 0.08);\n  }\n\n  \/* ---- Book Grid ---- *\/\n  .cxc-grid {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 2rem 2rem 3rem;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1.5rem;\n  }\n\n  \/* ---- Book Card ---- *\/\n  .cxc-card {\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    overflow: hidden;\n    transition: all 0.3s ease;\n    display: flex;\n    flex-direction: column;\n  }\n  .cxc-card:hover {\n    border-color: var(--color-border);\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(0,0,0,0.3);\n  }\n  .cxc-card.coming-soon {\n    opacity: 0.65;\n  }\n  .cxc-card.coming-soon:hover {\n    opacity: 0.85;\n  }\n\n  \/* Cover *\/\n  .cxc-cover {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 3 \/ 4;\n    background: linear-gradient(145deg, #1a1714 0%, #0d0b09 40%, #141210 100%);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    padding: 2rem 1.5rem;\n    text-align: center;\n    overflow: hidden;\n  }\n  .cxc-cover-title {\n    font-family: var(--font-display);\n    font-size: 1.35rem;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    line-height: 1.25;\n    color: var(--color-accent-gold);\n    text-transform: uppercase;\n    margin-bottom: 0.2rem;\n  }\n  .cxc-cover-sub {\n    font-family: var(--font-display);\n    font-size: 0.75rem;\n    font-style: italic;\n    color: var(--color-text-tertiary);\n    line-height: 1.4;\n    margin-bottom: 0.8rem;\n  }\n  .cxc-cover-line {\n    width: 50%;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--color-accent-gold-dim), transparent);\n    margin: 0.6rem 0;\n  }\n  .cxc-cover-author {\n    font-family: var(--font-display);\n    font-size: 0.72rem;\n    letter-spacing: 0.1em;\n    color: var(--color-text-tertiary);\n    margin-top: 0.8rem;\n  }\n  .cxc-cover-pub {\n    font-family: var(--font-display);\n    font-size: 0.6rem;\n    letter-spacing: 0.15em;\n    color: var(--color-text-tertiary);\n    margin-top: 0.8rem;\n    opacity: 0.5;\n  }\n\n  \/* Status Badge on Cover *\/\n  .cxc-status {\n    position: absolute;\n    top: 0.8rem;\n    right: 0.8rem;\n    font-size: 0.6rem;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 0.3em 0.7em;\n    border-radius: 2px;\n    font-family: var(--font-body-en);\n  }\n  .cxc-status.available {\n    color: #6ecf8e;\n    background: rgba(110, 207, 142, 0.1);\n    border: 1px solid rgba(110, 207, 142, 0.25);\n  }\n  .cxc-status.in-progress {\n    color: var(--color-accent-gold);\n    background: var(--color-tag-bg);\n    border: 1px solid var(--color-tag-border);\n  }\n  .cxc-status.planned {\n    color: var(--color-text-tertiary);\n    background: rgba(168, 162, 152, 0.08);\n    border: 1px solid rgba(168, 162, 152, 0.15);\n  }\n\n  \/* Card Body *\/\n  .cxc-body {\n    padding: 1.4rem 1.5rem 1.6rem;\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n  }\n  .cxc-card-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.4rem;\n    margin-bottom: 0.8rem;\n  }\n  .cxc-card-tag {\n    font-size: 0.62rem;\n    letter-spacing: 0.05em;\n    color: var(--color-text-tertiary);\n    background: var(--color-bg);\n    border: 1px solid var(--color-border-subtle);\n    padding: 0.2em 0.55em;\n    border-radius: 2px;\n  }\n  .cxc-card-title-en {\n    font-family: var(--font-display);\n    font-size: 1.15rem;\n    font-weight: 500;\n    color: var(--color-white);\n    line-height: 1.3;\n    margin-bottom: 0.6rem;\n  }\n  .cxc-card-author {\n    font-size: 0.78rem;\n    color: var(--color-text-tertiary);\n    margin-bottom: 0.8rem;\n  }\n  .cxc-card-desc {\n    font-size: 0.8rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.65;\n    flex: 1;\n    margin-bottom: 1.2rem;\n  }\n  .cxc-card-footer {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding-top: 1rem;\n    border-top: 1px solid var(--color-border-subtle);\n  }\n  .cxc-card-year {\n    font-size: 0.72rem;\n    color: var(--color-text-tertiary);\n    opacity: 0.7;\n  }\n  .cxc-card-btn {\n    font-family: var(--font-body-en);\n    font-size: 0.75rem;\n    color: var(--color-accent-gold);\n    background: transparent;\n    border: 1px solid var(--color-accent-gold-dim);\n    border-radius: 3px;\n    padding: 0.4em 1em;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-decoration: none;\n  }\n  .cxc-card-btn:hover {\n    background: var(--color-accent-gold);\n    color: var(--color-bg);\n  }\n  .cxc-card-btn.disabled {\n    color: var(--color-text-tertiary);\n    border-color: var(--color-border-subtle);\n    cursor: default;\n    opacity: 0.5;\n  }\n  .cxc-card-btn.disabled:hover {\n    background: transparent;\n    color: var(--color-text-tertiary);\n  }\n\n  \/* ---- Authors Section ---- *\/\n  .cxc-authors {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 2rem 4rem;\n  }\n  .cxc-authors-title {\n    font-family: var(--font-display);\n    font-size: 0.82rem;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--color-accent-gold-dim);\n    margin-bottom: 1.5rem;\n    padding-top: 2.5rem;\n    border-top: 1px solid var(--color-border-subtle);\n  }\n  .cxc-author-list {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 1rem;\n  }\n  .cxc-author-card {\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 1.5rem 1.2rem;\n    text-align: center;\n    transition: all 0.3s ease;\n    text-decoration: none;\n    display: block;\n  }\n  .cxc-author-card:hover {\n    border-color: var(--color-accent-gold-dim);\n    background: var(--color-bg-card-hover);\n  }\n  .cxc-author-initials {\n    font-family: var(--font-display);\n    font-size: 1.6rem;\n    font-weight: 300;\n    color: var(--color-accent-gold-dim);\n    opacity: 0.6;\n    margin-bottom: 0.8rem;\n  }\n  .cxc-author-name {\n    font-family: var(--font-display);\n    font-size: 0.85rem;\n    font-weight: 500;\n    color: var(--color-white);\n    line-height: 1.3;\n    margin-bottom: 0.5rem;\n  }\n  .cxc-author-dates {\n    font-size: 0.68rem;\n    color: var(--color-text-tertiary);\n    opacity: 0.6;\n  }\n\n  \/* ---- Info Section ---- *\/\n  .cxc-info {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 2rem 4rem;\n  }\n  .cxc-info-box {\n    background: var(--color-bg-elevated);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 2.5rem;\n    text-align: center;\n  }\n  .cxc-info-title {\n    font-family: var(--font-display);\n    font-size: 1.4rem;\n    color: var(--color-white);\n    margin-bottom: 0.8rem;\n  }\n  .cxc-info-text {\n    font-size: 0.85rem;\n    color: var(--color-text-tertiary);\n    margin-bottom: 1.5rem;\n    line-height: 1.6;\n  }\n  .cxc-info-btn {\n    display: inline-block;\n    padding: 0.7em 2em;\n    font-family: var(--font-body-en);\n    font-size: 0.85rem;\n    color: var(--color-accent-gold);\n    background: var(--color-bg);\n    border: 1px solid var(--color-accent-gold);\n    border-radius: 4px;\n    text-decoration: none;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  .cxc-info-btn:hover {\n    background: var(--color-accent-gold);\n    color: var(--color-bg);\n  }\n\n  \/* ---- No Results ---- *\/\n  .cxc-no-results {\n    grid-column: 1 \/ -1;\n    text-align: center;\n    padding: 3rem 1rem;\n    color: var(--color-text-tertiary);\n    font-size: 0.9rem;\n    display: none;\n  }\n\n  \/* ---- Responsive ---- *\/\n  @media (max-width: 1024px) {\n    .cxc-grid { grid-template-columns: repeat(2, 1fr); }\n    .cxc-author-list { grid-template-columns: repeat(3, 1fr); }\n  }\n  @media (max-width: 768px) {\n    .cxc-grid {\n      grid-template-columns: 1fr;\n      padding: 1.5rem 1.25rem 2rem;\n    }\n    .cxc-header { padding: 1.5rem 1.25rem 0; }\n    .cxc-controls { padding: 1.5rem 1.25rem 0; }\n    .cxc-title { font-size: 1.8rem; }\n    .cxc-authors { padding: 0 1.25rem 3rem; }\n    .cxc-author-list { grid-template-columns: repeat(2, 1fr); }\n    .cxc-info { padding: 0 1.25rem 3rem; }\n    .cxc-breadcrumb { padding: 1rem 1.25rem 0; }\n    .cxc-card { max-width: 420px; margin: 0 auto; width: 100%; }\n  }\n  @media (max-width: 480px) {\n    .cxc-title { font-size: 1.5rem; }\n    .cxc-filter-btn { font-size: 0.65rem; padding: 0.3em 0.6em; }\n    .cxc-author-list { grid-template-columns: 1fr 1fr; }\n  }\n<\/style>\n\n<div class=\"cxc-page\">\n\n  <!-- Breadcrumb -->\n  <nav class=\"cxc-breadcrumb\">\n    <a href=\"\/classica-x\/en\/\">Classica-X<\/a><span class=\"sep\">\/<\/span>\n    Catalog\n  <\/nav>\n\n  <!-- Header -->\n  <header class=\"cxc-header\">\n    <div class=\"cxc-badge\">Catalog<\/div>\n    <h1 class=\"cxc-title\">Book Catalog<\/h1>\n    <div class=\"cxc-desc\">\n      Annotated editions of public domain classics from the New Thought tradition.\n      Each title features modern commentary, comparative voices, and a curated\n      collection of key quotes &mdash; classic texts, enhanced for modern readers.\n    <\/div>\n    <div class=\"cxc-meta\">\n      <span><span class=\"cxc-meta-label\">Total<\/span> 7 Titles<\/span>\n      <span><span class=\"cxc-meta-label\">Available<\/span> 1<\/span>\n      <span><span class=\"cxc-meta-label\">Coming Soon<\/span> 6<\/span>\n      <span><span class=\"cxc-meta-label\">Authors<\/span> 5<\/span>\n    <\/div>\n  <\/header>\n\n  <!-- Filter -->\n  <div class=\"cxc-controls\">\n    <span class=\"cxc-filter-label\">Filter<\/span>\n    <button class=\"cxc-filter-btn active\" data-filter=\"all\" onclick=\"cxcFilter('all')\">All<\/button>\n    <button class=\"cxc-filter-btn\" data-filter=\"available\" onclick=\"cxcFilter('available')\">Available<\/button>\n    <button class=\"cxc-filter-btn\" data-filter=\"coming-soon\" onclick=\"cxcFilter('coming-soon')\">Coming Soon<\/button>\n    <button class=\"cxc-filter-btn\" data-filter=\"atkinson\" onclick=\"cxcFilter('atkinson')\">Atkinson<\/button>\n    <button class=\"cxc-filter-btn\" data-filter=\"allen\" onclick=\"cxcFilter('allen')\">Allen<\/button>\n    <button class=\"cxc-filter-btn\" data-filter=\"wattles\" onclick=\"cxcFilter('wattles')\">Wattles<\/button>\n    <button class=\"cxc-filter-btn\" data-filter=\"shinn\" onclick=\"cxcFilter('shinn')\">Shinn<\/button>\n    <button class=\"cxc-filter-btn\" data-filter=\"haanel\" onclick=\"cxcFilter('haanel')\">Haanel<\/button>\n  <\/div>\n\n  <!-- Book Grid -->\n  <div class=\"cxc-grid\" id=\"cxcGrid\">\n\n    <!-- 1. Thought Vibration - Available -->\n    <div class=\"cxc-card\" data-status=\"available\" data-author=\"atkinson\">\n      <div class=\"cxc-cover\">\n        <span class=\"cxc-status in-progress\">Available<\/span>\n        <div class=\"cxc-cover-title\">Thought<br>Vibration<\/div>\n        <div class=\"cxc-cover-sub\">or<br>the Law of Attraction<br>in the Thought World<\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-author\">W. W. Atkinson<\/div>\n        <div class=\"cxc-cover-pub\">CLASSICA-X &middot; ANNOTATED EDITION<\/div>\n      <\/div>\n      <div class=\"cxc-body\">\n        <div class=\"cxc-card-tags\">\n          <span class=\"cxc-card-tag\">Annotated<\/span>\n          <span class=\"cxc-card-tag\">Annotated Edition<\/span>\n          <span class=\"cxc-card-tag\">New Thought<\/span>\n        <\/div>\n        <div class=\"cxc-card-title-en\">Thought Vibration<\/div>\n        <div class=\"cxc-card-author\">William Walker Atkinson (1862&ndash;1932)<\/div>\n        <div class=\"cxc-card-desc\">\n          The 1906 classic that first articulated the Law of Attraction as a\n          universal principle. This annotated edition features modern commentary,\n          cross-references to contemporary authors, and a curated key quotes collection.\n        <\/div>\n        <div class=\"cxc-card-footer\">\n          <span class=\"cxc-card-year\">Originally published 1906<\/span>\n          <a href=\"\/classica-x\/en\/attraction-4\/\" class=\"cxc-card-btn\">Learn More<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- 2. The Secret of Success - Coming Soon -->\n    <div class=\"cxc-card coming-soon\" data-status=\"coming-soon\" data-author=\"atkinson\">\n      <div class=\"cxc-cover\">\n        <span class=\"cxc-status planned\">Coming Soon<\/span>\n        <div class=\"cxc-cover-title\">The Secret<br>of Success<\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-author\">W. W. Atkinson<\/div>\n        <div class=\"cxc-cover-pub\">CLASSICA-X<\/div>\n      <\/div>\n      <div class=\"cxc-body\">\n        <div class=\"cxc-card-tags\">\n          <span class=\"cxc-card-tag\">Annotated<\/span>\n          <span class=\"cxc-card-tag\">New Thought<\/span>\n        <\/div>\n        <div class=\"cxc-card-title-en\">The Secret of Success<\/div>\n        <div class=\"cxc-card-author\">William Walker Atkinson (1862&ndash;1932)<\/div>\n        <div class=\"cxc-card-desc\">\n          A penetrating exploration of the inner forces that drive success &mdash;\n          willpower, desire, and the principles of mental suggestion.\n        <\/div>\n        <div class=\"cxc-card-footer\">\n          <span class=\"cxc-card-year\">Originally published 1908<\/span>\n          <span class=\"cxc-card-btn disabled\">Coming Soon<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- 3. The Kybalion - Coming Soon -->\n    <div class=\"cxc-card coming-soon\" data-status=\"coming-soon\" data-author=\"atkinson\">\n      <div class=\"cxc-cover\">\n        <span class=\"cxc-status planned\">Coming Soon<\/span>\n        <div class=\"cxc-cover-title\">The<br>Kybalion<\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-author\">Three Initiates<\/div>\n        <div class=\"cxc-cover-pub\">CLASSICA-X<\/div>\n      <\/div>\n      <div class=\"cxc-body\">\n        <div class=\"cxc-card-tags\">\n          <span class=\"cxc-card-tag\">Annotated<\/span>\n          <span class=\"cxc-card-tag\">Hermeticism<\/span>\n        <\/div>\n        <div class=\"cxc-card-title-en\">The Kybalion<\/div>\n        <div class=\"cxc-card-author\">Three Initiates (W. W. Atkinson)<\/div>\n        <div class=\"cxc-card-desc\">\n          A modern interpretation of the seven Hermetic principles &mdash;\n          Mentalism, Correspondence, Vibration, Polarity, Rhythm,\n          Cause and Effect, and Gender.\n        <\/div>\n        <div class=\"cxc-card-footer\">\n          <span class=\"cxc-card-year\">Originally published 1908<\/span>\n          <span class=\"cxc-card-btn disabled\">Coming Soon<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- 4. Mind Power - Coming Soon -->\n    <div class=\"cxc-card coming-soon\" data-status=\"coming-soon\" data-author=\"atkinson\">\n      <div class=\"cxc-cover\">\n        <span class=\"cxc-status planned\">Coming Soon<\/span>\n        <div class=\"cxc-cover-title\">Mind<br>Power<\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-author\">W. W. Atkinson<\/div>\n        <div class=\"cxc-cover-pub\">CLASSICA-X<\/div>\n      <\/div>\n      <div class=\"cxc-body\">\n        <div class=\"cxc-card-tags\">\n          <span class=\"cxc-card-tag\">Annotated<\/span>\n          <span class=\"cxc-card-tag\">New Thought<\/span>\n        <\/div>\n        <div class=\"cxc-card-title-en\">Mind Power<\/div>\n        <div class=\"cxc-card-author\">William Walker Atkinson (1862&ndash;1932)<\/div>\n        <div class=\"cxc-card-desc\">\n          A comprehensive treatise on the practical application of mental\n          energy &mdash; concentration, willpower, and the dynamics of\n          mental influence.\n        <\/div>\n        <div class=\"cxc-card-footer\">\n          <span class=\"cxc-card-year\">Originally published 1912<\/span>\n          <span class=\"cxc-card-btn disabled\">Coming Soon<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- 5. As a Man Thinketh - Coming Soon -->\n    <div class=\"cxc-card coming-soon\" data-status=\"coming-soon\" data-author=\"allen\">\n      <div class=\"cxc-cover\">\n        <span class=\"cxc-status planned\">Coming Soon<\/span>\n        <div class=\"cxc-cover-title\">As a Man<br>Thinketh<\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-author\">James Allen<\/div>\n        <div class=\"cxc-cover-pub\">CLASSICA-X<\/div>\n      <\/div>\n      <div class=\"cxc-body\">\n        <div class=\"cxc-card-tags\">\n          <span class=\"cxc-card-tag\">Annotated<\/span>\n          <span class=\"cxc-card-tag\">Self-Help<\/span>\n        <\/div>\n        <div class=\"cxc-card-title-en\">As a Man Thinketh<\/div>\n        <div class=\"cxc-card-author\">James Allen (1864&ndash;1912)<\/div>\n        <div class=\"cxc-card-desc\">\n          A timeless meditation on the power of thought to shape character\n          and circumstance. Allen&rsquo;s concise, powerful prose has inspired\n          generations of readers seeking self-mastery.\n        <\/div>\n        <div class=\"cxc-card-footer\">\n          <span class=\"cxc-card-year\">Originally published 1903<\/span>\n          <span class=\"cxc-card-btn disabled\">Coming Soon<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- 6. The Science of Getting Rich - Coming Soon -->\n    <div class=\"cxc-card coming-soon\" data-status=\"coming-soon\" data-author=\"wattles\">\n      <div class=\"cxc-cover\">\n        <span class=\"cxc-status planned\">Coming Soon<\/span>\n        <div class=\"cxc-cover-title\">The Science<br>of Getting Rich<\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-author\">W. D. Wattles<\/div>\n        <div class=\"cxc-cover-pub\">CLASSICA-X<\/div>\n      <\/div>\n      <div class=\"cxc-body\">\n        <div class=\"cxc-card-tags\">\n          <span class=\"cxc-card-tag\">Annotated<\/span>\n          <span class=\"cxc-card-tag\">New Thought<\/span>\n        <\/div>\n        <div class=\"cxc-card-title-en\">The Science of Getting Rich<\/div>\n        <div class=\"cxc-card-author\">Wallace D. Wattles (1860&ndash;1911)<\/div>\n        <div class=\"cxc-card-desc\">\n          A systematic guide to wealth creation through the &ldquo;Certain Way&rdquo;\n          of thinking. The key inspiration behind &lsquo;The Secret,&rsquo; this\n          New Thought classic remains as relevant today as when first published.\n        <\/div>\n        <div class=\"cxc-card-footer\">\n          <span class=\"cxc-card-year\">Originally published 1910<\/span>\n          <span class=\"cxc-card-btn disabled\">Coming Soon<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- 7. The Game of Life - Coming Soon -->\n    <div class=\"cxc-card coming-soon\" data-status=\"coming-soon\" data-author=\"shinn\">\n      <div class=\"cxc-cover\">\n        <span class=\"cxc-status planned\">Coming Soon<\/span>\n        <div class=\"cxc-cover-title\">The Game<br>of Life<\/div>\n        <div class=\"cxc-cover-sub\">and How to Play It<\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-line\"><\/div>\n        <div class=\"cxc-cover-author\">F. S. Shinn<\/div>\n        <div class=\"cxc-cover-pub\">CLASSICA-X<\/div>\n      <\/div>\n      <div class=\"cxc-body\">\n        <div class=\"cxc-card-tags\">\n          <span class=\"cxc-card-tag\">Annotated<\/span>\n          <span class=\"cxc-card-tag\">New Thought<\/span>\n        <\/div>\n        <div class=\"cxc-card-title-en\">The Game of Life and How to Play It<\/div>\n        <div class=\"cxc-card-author\">Florence Scovel Shinn (1871&ndash;1940)<\/div>\n        <div class=\"cxc-card-desc\">\n          Life as a game governed by spiritual laws &mdash; and the power of\n          the spoken word to shape outcomes. A pioneering work on affirmation\n          and the practical application of faith.\n        <\/div>\n        <div class=\"cxc-card-footer\">\n          <span class=\"cxc-card-year\">Originally published 1925<\/span>\n          <span class=\"cxc-card-btn disabled\">Coming Soon<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- No Results -->\n    <div class=\"cxc-no-results\" id=\"cxcNoResults\">\n      No books match the selected filter.\n    <\/div>\n\n  <\/div>\n\n  <!-- Authors Section -->\n  <div class=\"cxc-authors\">\n    <div class=\"cxc-authors-title\">Authors<\/div>\n    <div class=\"cxc-author-list\">\n\n      <a href=\"\/classica-x\/en\/authors-4\/#william-walker-atkinson\" class=\"cxc-author-card\">\n        <div class=\"cxc-author-initials\">WWA<\/div>\n        <div class=\"cxc-author-name\">William Walker Atkinson<\/div>\n        <div class=\"cxc-author-dates\">1862&ndash;1932 &middot; American<\/div>\n      <\/a>\n\n      <a href=\"\/classica-x\/en\/authors-4\/#james-allen\" class=\"cxc-author-card\">\n        <div class=\"cxc-author-initials\">JA<\/div>\n        <div class=\"cxc-author-name\">James Allen<\/div>\n        <div class=\"cxc-author-dates\">1864&ndash;1912 &middot; British<\/div>\n      <\/a>\n\n      <a href=\"\/classica-x\/en\/authors-4\/#wallace-d-wattles\" class=\"cxc-author-card\">\n        <div class=\"cxc-author-initials\">WDW<\/div>\n        <div class=\"cxc-author-name\">Wallace D. Wattles<\/div>\n        <div class=\"cxc-author-dates\">1860&ndash;1911 &middot; American<\/div>\n      <\/a>\n\n      <a href=\"\/classica-x\/en\/authors-4\/#florence-scovel-shinn\" class=\"cxc-author-card\">\n        <div class=\"cxc-author-initials\">FSS<\/div>\n        <div class=\"cxc-author-name\">Florence Scovel Shinn<\/div>\n        <div class=\"cxc-author-dates\">1871&ndash;1940 &middot; American<\/div>\n      <\/a>\n\n      <a href=\"\/classica-x\/en\/authors-4\/#charles-f-haanel\" class=\"cxc-author-card\">\n        <div class=\"cxc-author-initials\">CFH<\/div>\n        <div class=\"cxc-author-name\">Charles F. Haanel<\/div>\n        <div class=\"cxc-author-dates\">1866&ndash;1949 &middot; American<\/div>\n      <\/a>\n\n    <\/div>\n  <\/div>\n\n  <!-- Info CTA -->\n  <div class=\"cxc-info\">\n    <div class=\"cxc-info-box\">\n      <div class=\"cxc-info-title\">Timeless Wisdom, Modern Insight<\/div>\n      <div class=\"cxc-info-text\">\n        Every original text is in the public domain.<br>\n        Each edition includes modern annotations, comparative voices, and a key quotes collection.\n      <\/div>\n      <a href=\"\/classica-x\/en\/about-4\/\" class=\"cxc-info-btn\">About Classica-X<\/a>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n  function cxcFilter(filter) {\n    var cards = document.querySelectorAll('.cxc-card:not(.cxc-no-results)');\n    var btns = document.querySelectorAll('.cxc-filter-btn');\n    var noResults = document.getElementById('cxcNoResults');\n    var visibleCount = 0;\n\n    btns.forEach(function(btn) {\n      btn.classList.remove('active');\n      if (btn.getAttribute('data-filter') === filter) {\n        btn.classList.add('active');\n      }\n    });\n\n    cards.forEach(function(card) {\n      var status = card.getAttribute('data-status');\n      var author = card.getAttribute('data-author');\n      var show = false;\n\n      if (filter === 'all') {\n        show = true;\n      } else if (filter === 'available') {\n        show = (status === 'available');\n      } else if (filter === 'coming-soon') {\n        show = (status === 'coming-soon');\n      } else {\n        show = (author === filter);\n      }\n\n      card.style.display = show ? '' : 'none';\n      if (show) visibleCount++;\n    });\n\n    if (noResults) {\n      noResults.style.display = (visibleCount === 0) ? 'block' : 'none';\n    }\n  }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Classica-X\/ Catalog Catalog Book Catalog Annotated editions of public domain classics from the New Thought tradition. Each title features modern [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-443","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"prinz002","author_link":"https:\/\/x-global.it\/classica-x\/author\/prinz002\/"},"uagb_comment_info":0,"uagb_excerpt":"Classica-X\/ Catalog Catalog Book Catalog Annotated editions of public domain classics from the New Thought tradition. Each title features modern [&hellip;]","_links":{"self":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/comments?post=443"}],"version-history":[{"count":5,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/443\/revisions"}],"predecessor-version":[{"id":467,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/443\/revisions\/467"}],"wp:attachment":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/media?parent=443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}