<?xml version="1.0" encoding="UTF-8" standalone="yes"?><rss xmlns:yandex="http://news.yandex.ru" version="2.0"><channel><description>Unlocking the Potential of Those Who Advance the World</description><image><link>https://matuzov.com</link><title>ND MATTHEWS CONSULTING</title><url>https://matuzov.com/resources/000/000/000/006/199/6199115_100x100.png</url></image><item><author>News</author><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;/&gt;
&lt;title&gt;&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
:root {
    --bg: #f4f5f7;
    --surface: #ffffff;
    --surface-soft: #eef1f4;
    --text: #1f2a33;
    --muted: #5b6670;
    --line: #d7dde3;
    --primary: #234f72;
    --primary-dark: #1b3d58;
    --accent: #b7b7ba;
    --max: 1120px;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(31, 42, 51, 0.08);
  }

  .mainTextHeader {
    display: none !important;
  }

  .avatarName,
  .avatarInfo,
  .avatarLink {
    display: none !important;
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: &quot;Segoe UI&quot;, Arial, sans-serif;
    font-size: 1rem;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  .page {
    width: min(100% - 40px, var(--max));
    margin: 0 auto;
    padding: 36px 0 64px;
  }

  .hero {
    background: linear-gradient(135deg, #f8f9fb 0%, #eef2f5 100%);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 16px 24px 24px;
    box-shadow: var(--shadow);
    margin-bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--primary-dark);
    margin-bottom: 16px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
  }

  .card {
    grid-column: span 12;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 6px 20px rgba(31, 42, 51, 0.04);
  }

  .section-title {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 20px;
  }

  /* ── Publication list ── */
  .pub-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* ── Single publication card ── */
  .pub-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
  }

  .pub-item:hover {
    box-shadow: 0 8px 24px rgba(31, 42, 51, 0.10);
  }

  /* Скриншот */
  .pub-thumb {
    width: 220px;
    min-height: 160px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
  }

  .pub-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pub-thumb-placeholder {
    width: 100%;
    height: 100%;
    min-height: 160px;
    background: linear-gradient(135deg, #e4eaf0 0%, #d7dde3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 2.5rem;
  }

  /* Тело карточки */
  .pub-body {
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid var(--line);
  }

  /* Тип материала */
  .pub-type {
    font-size: 1.2rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
  }

  /* Название */
  .pub-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.35;
  }

  /* Автор и дата */
  .pub-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    font-size: 1.2rem;
    color: var(--muted);
  }

  .pub-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  /* Кнопки-ссылки */
  .pub-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
  }

  .pub-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid transparent;
    transition: background 0.18s, border-color 0.18s;
    cursor: pointer;
    min-height: 36px;
    white-space: nowrap;

  }

  .pub-link-primary {
    background: var(--primary);
    color: #fff;
  }

  .pub-link-primary:hover {
    background: var(--primary-dark);
  }

  .pub-link-secondary {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
  }

  .pub-link-secondary:hover {
    background: rgba(35, 79, 114, 0.06);
  }

  /* Кнопка в стиле Autografia Editorial — терракотово-оранжевая */
.btn-autografia {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #D97A5A;
  color: #D97A5A;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-autografia:hover {
  background-color: #D97A5A;
  color: #ffffff;
}

/* Только цвет текста — для использования отдельно */
.text-autografia {
  color: #D97A5A;
}

  /* Кнопка в стиле The China Academy — золотой на тёмном фоне */
  .btn-china-academy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-height: 40px;
    border-radius: 999px;
    background-color: #2e2b26;
    /* тёмный угольный фон как на логотипе */
    border: 1px solid #C9A85C;
    color: #C9A85C;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .btn-china-academy:hover {
    background-color: #C9A85C;
    color: #2e2b26;
  }

  /* Только цвет текста — для использования отдельно */
  .text-china-gold {
    color: #C9A85C;
  }

  /* Кнопка в стиле Middle East Eye — фиолетовый на светлом фоне */
  .btn-middle-east-eye {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-height: 40px;
    border-radius: 999px;
    background-color: #f4f5f7;
    border: 1px solid #5B3A84;
    color: #5B3A84;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .btn-middle-east-eye:hover {
    background-color: #5B3A84;
    color: #f4f5f7;
  }

  /* Только цвет текста — для использования отдельно */
  .text-middle-east-eye {
    color: #5B3A84;
  }

  /* Кнопка в стиле Amazon — светлый фон + фирменный оранжевый акцент */
.btn-amazon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #FF9900;
  color: #FF9900;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-amazon:hover {
  background-color: #FF9900;
  color: #ffffff;
  border-color: #FF9900;
}

/* Опционально: цвет текста отдельно */
.text-amazon {
  color: #FF9900;
}

  /* ── Responsive ── */
  @media (max-width: 640px) {
    .pub-item {
      grid-template-columns: 1fr;
    }

    .pub-thumb {
      width: 100%;
      height: 180px;
      min-height: 180px;
      position: relative;
    }

    .pub-thumb img {
      height: 180px;
    }

    .pub-thumb-placeholder {
      height: 180px;
      min-height: 180px;
    }

    .pub-body {
      border-left: none;
      border-top: 1px solid var(--line);
      padding: 16px;
    }
  }

  /* Кнопка в стиле YouTube — красный */
.btn-youtube {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #FF0000;
  color: #FF0000;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-youtube:hover {
  background-color: #FF0000;
  color: #ffffff;
}

/* Только цвет текста — для использования отдельно */
.text-youtube {
  color: #FF0000;
}

  @media (max-width: 759px) {
    .hero {
      padding: 28px 22px;
    }

    .page {
      width: min(100% - 24px, var(--max));
      padding-top: 20px;
    }

    .card {
      padding: 20px;
    }
  }


&lt;/style&gt;
&lt;main class=&quot;page&quot;&gt;
  &lt;section class=&quot;hero&quot;&gt;
    &lt;h1&gt;
      Research &amp;#38; Publications&lt;/h1&gt;
  &lt;/section&gt;
  &lt;section class=&quot;grid&quot;&gt;
    &lt;article class=&quot;card&quot;&gt;
      &lt;div class=&quot;section-title&quot;&gt;
        Research &amp;#38; Publications
      &lt;/div&gt;
      &lt;div class=&quot;pub-list&quot;&gt;
        &lt;!-- ═══════════════════════════════════════════
                       ШАБЛОН ПУБЛИКАЦИИ — копируй этот блок
                       для добавления новых материалов --&gt;
        &lt;!-- ═══ НАЧАЛО -4-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;PAGE 7, WEDNESDAY JULY 8, 2026_2026-07-08 18:21:50&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              BEYOND GEOPOLITICS: Why the Shanghai RE:THINK DIALOGUE 2045
              matters for the Global South
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Prof. Lubinda Haabazoka&lt;/span&gt; &lt;span&gt;8 July 2026&lt;/span&gt;
            &lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623.jpg&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on id.page &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -4-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО -3-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/206/6206214.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img alt=&quot;IMG-20260517-WA0000&quot;
                                    src=&quot;https://mb.id.page/resources/000/000/000/006/206/6206214_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Publication
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              The Architecture of the Future: SARAFAN, or Conscience as a
              System
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Andrey Matuzov&lt;/span&gt; &lt;span&gt;5 June 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-amazon&quot;
                 href=&quot;https://www.amazon.com/Achitecture-future-Sarafan-Andrey-Matuzov/dp/B0H3BTZDVB&quot;
                 rel=&quot;noopener noreferrer&quot;
                 target=&quot;_blank&quot;&gt;Check on
                Amazon&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-autografia&quot;
                 href=&quot;https://autografia.es/product/architecture-of-the-future-sarafan/?fbclid=IwdGRleASQBahleHRuA2FlbQIxMQBzcnRjBmFwcF9pZAo2NjI4NTY4Mzc5AAEe9ByiAj9qeDT0znJIWRKRlTmMKILfgsUZPvFrMQ--FTKcy9N1gGX_l7p7mpg_aem_FzFgBalW8v6MmgZt4wcaPg&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Check on
                Autografia &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -3-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО -2-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205552.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;Screenshot_20260515_114439_com_android_chrome_ChromeTabbedActivity&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205552_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              CHINA AS A CIVILIZATION OF THE FUTURE: WHY THE OLD CONTAINERS OF
              KNOWLEDGE NO LONGER WORK
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Andrey Matuzov&lt;/span&gt; &lt;span&gt;14 May 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://id.page/page/adaptive/id371869/blog/13027294/&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on id.page &lt;/a&gt; &lt;!-- &lt;a class=&quot;pub-link pub-link-secondary&quot;
                href=&quot;https://thechinaacademy.org/china-as-a-civilization-of-the-future-why-the-old-containers-of-knowledge-no-longer-work/&quot;
                rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; &amp;#8599;&amp;#160;External source &lt;/a&gt; --&gt;&lt;a
              class=&quot;btn-china-academy&quot;
              href=&quot;https://thechinaacademy.org/china-as-a-civilization-of-the-future-why-the-old-containers-of-knowledge-no-longer-work/&quot;
              target=&quot;_blank&quot;&gt;Read on The China Academy&lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -2-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО 1-й ПУБЛИКАЦИИ ══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205628.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;Screenshot_20260518_122404_com_google_android_youtube_MainActivity&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205628_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Interview
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              PARA SER ALEGRE HAY QUE PRACTICAR
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Naila Qalqili&lt;/span&gt; &lt;span&gt;6 Mar 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-youtube&quot;
                 href=&quot;https://youtu.be/YjP5H7X0GDU?si=iHmmeftPoQaEzylZ&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Watch on
                YouTube &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -1-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО 0-й ПУБЛИКАЦИИ ══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205623.png&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;???????????? ???????????? 2026-05-18 ?? 12.06.26&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205623_850xNone.png&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              WILL CHINA COME TO IRAN&amp;#39;S RESCUE?
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Nelson Wong&lt;/span&gt; &lt;span&gt;27 Feb 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-middle-east-eye&quot;
                 href=&quot;https://www.middleeasteye.net/opinion/will-china-come-irans-rescue&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on Middle East
                Eye &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ 0-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;&lt;!-- Пример
         второй публикации
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;img
              src=&quot;SCREENSHOT2.jpg&quot;
              alt=&quot;Publication cover&quot;
              loading=&quot;lazy&quot;
              onerror=&quot;this.style.display='none';this.nextElementSibling.style.display='flex'&quot;
            /&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;&amp;#9633;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;div class=&quot;pub-type&quot;&gt;White Paper&lt;/div&gt;
            &lt;div class=&quot;pub-title&quot;&gt;Second Publication Title Goes Here&lt;/div&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;&amp;#128100; Author Name&lt;/span&gt;
              &lt;span&gt;&amp;#128197; DD Month YYYY&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://AUTHOR.id.page/page/...&quot;
                 target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
                &amp;#128279;&amp;nbsp;Read on id.page
              &lt;/a&gt;
              &lt;a class=&quot;pub-link pub-link-secondary&quot;
                 href=&quot;https://EXTERNAL-SOURCE.com/...&quot;
                 target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
                &amp;#8599;&amp;nbsp;External source
              &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt; --&gt;&lt;/div&gt;
      &lt;!-- /pub-list --&gt;&lt;/article&gt;
  &lt;/section&gt;
&lt;/main&gt;</description><yandex:full-text>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;/&gt;
&lt;title&gt;&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
:root {
    --bg: #f4f5f7;
    --surface: #ffffff;
    --surface-soft: #eef1f4;
    --text: #1f2a33;
    --muted: #5b6670;
    --line: #d7dde3;
    --primary: #234f72;
    --primary-dark: #1b3d58;
    --accent: #b7b7ba;
    --max: 1120px;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(31, 42, 51, 0.08);
  }

  .mainTextHeader {
    display: none !important;
  }

  .avatarName,
  .avatarInfo,
  .avatarLink {
    display: none !important;
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: &quot;Segoe UI&quot;, Arial, sans-serif;
    font-size: 1rem;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  .page {
    width: min(100% - 40px, var(--max));
    margin: 0 auto;
    padding: 36px 0 64px;
  }

  .hero {
    background: linear-gradient(135deg, #f8f9fb 0%, #eef2f5 100%);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 16px 24px 24px;
    box-shadow: var(--shadow);
    margin-bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--primary-dark);
    margin-bottom: 16px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
  }

  .card {
    grid-column: span 12;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 6px 20px rgba(31, 42, 51, 0.04);
  }

  .section-title {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 20px;
  }

  /* ── Publication list ── */
  .pub-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* ── Single publication card ── */
  .pub-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
  }

  .pub-item:hover {
    box-shadow: 0 8px 24px rgba(31, 42, 51, 0.10);
  }

  /* Скриншот */
  .pub-thumb {
    width: 220px;
    min-height: 160px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
  }

  .pub-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pub-thumb-placeholder {
    width: 100%;
    height: 100%;
    min-height: 160px;
    background: linear-gradient(135deg, #e4eaf0 0%, #d7dde3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 2.5rem;
  }

  /* Тело карточки */
  .pub-body {
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid var(--line);
  }

  /* Тип материала */
  .pub-type {
    font-size: 1.2rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
  }

  /* Название */
  .pub-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.35;
  }

  /* Автор и дата */
  .pub-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    font-size: 1.2rem;
    color: var(--muted);
  }

  .pub-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  /* Кнопки-ссылки */
  .pub-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
  }

  .pub-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid transparent;
    transition: background 0.18s, border-color 0.18s;
    cursor: pointer;
    min-height: 36px;
    white-space: nowrap;

  }

  .pub-link-primary {
    background: var(--primary);
    color: #fff;
  }

  .pub-link-primary:hover {
    background: var(--primary-dark);
  }

  .pub-link-secondary {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
  }

  .pub-link-secondary:hover {
    background: rgba(35, 79, 114, 0.06);
  }

  /* Кнопка в стиле Autografia Editorial — терракотово-оранжевая */
.btn-autografia {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #D97A5A;
  color: #D97A5A;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-autografia:hover {
  background-color: #D97A5A;
  color: #ffffff;
}

/* Только цвет текста — для использования отдельно */
.text-autografia {
  color: #D97A5A;
}

  /* Кнопка в стиле The China Academy — золотой на тёмном фоне */
  .btn-china-academy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-height: 40px;
    border-radius: 999px;
    background-color: #2e2b26;
    /* тёмный угольный фон как на логотипе */
    border: 1px solid #C9A85C;
    color: #C9A85C;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .btn-china-academy:hover {
    background-color: #C9A85C;
    color: #2e2b26;
  }

  /* Только цвет текста — для использования отдельно */
  .text-china-gold {
    color: #C9A85C;
  }

  /* Кнопка в стиле Middle East Eye — фиолетовый на светлом фоне */
  .btn-middle-east-eye {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-height: 40px;
    border-radius: 999px;
    background-color: #f4f5f7;
    border: 1px solid #5B3A84;
    color: #5B3A84;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .btn-middle-east-eye:hover {
    background-color: #5B3A84;
    color: #f4f5f7;
  }

  /* Только цвет текста — для использования отдельно */
  .text-middle-east-eye {
    color: #5B3A84;
  }

  /* Кнопка в стиле Amazon — светлый фон + фирменный оранжевый акцент */
.btn-amazon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #FF9900;
  color: #FF9900;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-amazon:hover {
  background-color: #FF9900;
  color: #ffffff;
  border-color: #FF9900;
}

/* Опционально: цвет текста отдельно */
.text-amazon {
  color: #FF9900;
}

  /* ── Responsive ── */
  @media (max-width: 640px) {
    .pub-item {
      grid-template-columns: 1fr;
    }

    .pub-thumb {
      width: 100%;
      height: 180px;
      min-height: 180px;
      position: relative;
    }

    .pub-thumb img {
      height: 180px;
    }

    .pub-thumb-placeholder {
      height: 180px;
      min-height: 180px;
    }

    .pub-body {
      border-left: none;
      border-top: 1px solid var(--line);
      padding: 16px;
    }
  }

  /* Кнопка в стиле YouTube — красный */
.btn-youtube {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #FF0000;
  color: #FF0000;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-youtube:hover {
  background-color: #FF0000;
  color: #ffffff;
}

/* Только цвет текста — для использования отдельно */
.text-youtube {
  color: #FF0000;
}

  @media (max-width: 759px) {
    .hero {
      padding: 28px 22px;
    }

    .page {
      width: min(100% - 24px, var(--max));
      padding-top: 20px;
    }

    .card {
      padding: 20px;
    }
  }


&lt;/style&gt;
&lt;main class=&quot;page&quot;&gt;
  &lt;section class=&quot;hero&quot;&gt;
    &lt;h1&gt;
      Research &amp;#38; Publications&lt;/h1&gt;
  &lt;/section&gt;
  &lt;section class=&quot;grid&quot;&gt;
    &lt;article class=&quot;card&quot;&gt;
      &lt;div class=&quot;section-title&quot;&gt;
        Research &amp;#38; Publications
      &lt;/div&gt;
      &lt;div class=&quot;pub-list&quot;&gt;
        &lt;!-- ═══════════════════════════════════════════
                       ШАБЛОН ПУБЛИКАЦИИ — копируй этот блок
                       для добавления новых материалов --&gt;
        &lt;!-- ═══ НАЧАЛО -4-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;PAGE 7, WEDNESDAY JULY 8, 2026_2026-07-08 18:21:50&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              BEYOND GEOPOLITICS: Why the Shanghai RE:THINK DIALOGUE 2045
              matters for the Global South
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Prof. Lubinda Haabazoka&lt;/span&gt; &lt;span&gt;8 July 2026&lt;/span&gt;
            &lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623.jpg&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on id.page &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -4-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО -3-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/206/6206214.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img alt=&quot;IMG-20260517-WA0000&quot;
                                    src=&quot;https://mb.id.page/resources/000/000/000/006/206/6206214_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Publication
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              The Architecture of the Future: SARAFAN, or Conscience as a
              System
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Andrey Matuzov&lt;/span&gt; &lt;span&gt;5 June 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-amazon&quot;
                 href=&quot;https://www.amazon.com/Achitecture-future-Sarafan-Andrey-Matuzov/dp/B0H3BTZDVB&quot;
                 rel=&quot;noopener noreferrer&quot;
                 target=&quot;_blank&quot;&gt;Check on
                Amazon&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-autografia&quot;
                 href=&quot;https://autografia.es/product/architecture-of-the-future-sarafan/?fbclid=IwdGRleASQBahleHRuA2FlbQIxMQBzcnRjBmFwcF9pZAo2NjI4NTY4Mzc5AAEe9ByiAj9qeDT0znJIWRKRlTmMKILfgsUZPvFrMQ--FTKcy9N1gGX_l7p7mpg_aem_FzFgBalW8v6MmgZt4wcaPg&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Check on
                Autografia &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -3-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО -2-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205552.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;Screenshot_20260515_114439_com_android_chrome_ChromeTabbedActivity&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205552_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              CHINA AS A CIVILIZATION OF THE FUTURE: WHY THE OLD CONTAINERS OF
              KNOWLEDGE NO LONGER WORK
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Andrey Matuzov&lt;/span&gt; &lt;span&gt;14 May 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://id.page/page/adaptive/id371869/blog/13027294/&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on id.page &lt;/a&gt; &lt;!-- &lt;a class=&quot;pub-link pub-link-secondary&quot;
                href=&quot;https://thechinaacademy.org/china-as-a-civilization-of-the-future-why-the-old-containers-of-knowledge-no-longer-work/&quot;
                rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; &amp;#8599;&amp;#160;External source &lt;/a&gt; --&gt;&lt;a
              class=&quot;btn-china-academy&quot;
              href=&quot;https://thechinaacademy.org/china-as-a-civilization-of-the-future-why-the-old-containers-of-knowledge-no-longer-work/&quot;
              target=&quot;_blank&quot;&gt;Read on The China Academy&lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -2-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО 1-й ПУБЛИКАЦИИ ══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205628.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;Screenshot_20260518_122404_com_google_android_youtube_MainActivity&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205628_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Interview
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              PARA SER ALEGRE HAY QUE PRACTICAR
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Naila Qalqili&lt;/span&gt; &lt;span&gt;6 Mar 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-youtube&quot;
                 href=&quot;https://youtu.be/YjP5H7X0GDU?si=iHmmeftPoQaEzylZ&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Watch on
                YouTube &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -1-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО 0-й ПУБЛИКАЦИИ ══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205623.png&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;???????????? ???????????? 2026-05-18 ?? 12.06.26&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205623_850xNone.png&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              WILL CHINA COME TO IRAN&amp;#39;S RESCUE?
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Nelson Wong&lt;/span&gt; &lt;span&gt;27 Feb 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-middle-east-eye&quot;
                 href=&quot;https://www.middleeasteye.net/opinion/will-china-come-irans-rescue&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on Middle East
                Eye &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ 0-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;&lt;!-- Пример
         второй публикации
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;img
              src=&quot;SCREENSHOT2.jpg&quot;
              alt=&quot;Publication cover&quot;
              loading=&quot;lazy&quot;
              onerror=&quot;this.style.display='none';this.nextElementSibling.style.display='flex'&quot;
            /&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;&amp;#9633;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;div class=&quot;pub-type&quot;&gt;White Paper&lt;/div&gt;
            &lt;div class=&quot;pub-title&quot;&gt;Second Publication Title Goes Here&lt;/div&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;&amp;#128100; Author Name&lt;/span&gt;
              &lt;span&gt;&amp;#128197; DD Month YYYY&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://AUTHOR.id.page/page/...&quot;
                 target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
                &amp;#128279;&amp;nbsp;Read on id.page
              &lt;/a&gt;
              &lt;a class=&quot;pub-link pub-link-secondary&quot;
                 href=&quot;https://EXTERNAL-SOURCE.com/...&quot;
                 target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
                &amp;#8599;&amp;nbsp;External source
              &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt; --&gt;&lt;/div&gt;
      &lt;!-- /pub-list --&gt;&lt;/article&gt;
  &lt;/section&gt;
&lt;/main&gt;</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=222809</link><pubDate>Sun, 26 Apr 2026 18:20:00 +0000</pubDate><title>Research &amp; Publications</title></item><link>https://matuzov.com</link><title>ND MATTHEWS CONSULTING / News</title></channel></rss>