/*
Theme Name: 知名人士成功百科 Pro
Theme URI: https://example.com/zhiming-baike-pro
Author: OpenAI
Author URI: https://openai.com/
Description: 为人物百科、商业人物传记和知识内容网站设计的精致商业化 WordPress 主题。内置首页 Hero、最新收录、分类目录、文章列表、结构化数据和响应式导航。
Version: 3.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zhiming-baike-pro
Tags: blog, news, education, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
  --zmb-navy: #09284a;
  --zmb-navy-2: #071f3a;
  --zmb-blue: #164e7b;
  --zmb-gold: #b8873d;
  --zmb-gold-soft: #e9d6b7;
  --zmb-cream: #fbf8f2;
  --zmb-paper: #fffdf9;
  --zmb-ink: #162436;
  --zmb-muted: #687486;
  --zmb-line: #e9e1d5;
  --zmb-shadow: 0 18px 50px rgba(21, 42, 65, .08);
  --zmb-radius: 18px;
  --zmb-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--zmb-ink);
  background: var(--zmb-paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--zmb-blue); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  clip: auto !important; width: auto; height: auto; padding: 12px 18px; margin: 8px;
  background: #fff; color: var(--zmb-navy); z-index: 100000;
}
:focus-visible { outline: 3px solid rgba(184,135,61,.38); outline-offset: 3px; }
.zmb-container { width: min(calc(100% - 40px), var(--zmb-container)); margin-inline: auto; }
.zmb-section { padding: 68px 0; }
.zmb-section--soft { background: linear-gradient(180deg, #fcfaf6 0%, #fffdf9 100%); border-block: 1px solid #f0eae1; }
.zmb-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.zmb-section-title { margin: 0; font-family: Georgia, "Noto Serif SC", "Songti SC", serif; font-size: clamp(28px, 3vw, 38px); line-height: 1.25; color: var(--zmb-navy); }
.zmb-section-title::before { content: ""; display: inline-block; width: 3px; height: .8em; margin-right: 13px; border-radius: 5px; background: var(--zmb-gold); }
.zmb-more { color: var(--zmb-muted); font-size: 14px; letter-spacing: .03em; white-space: nowrap; }
.zmb-more:hover { color: var(--zmb-gold); }
.zmb-tag { display: inline-flex; align-items: center; min-height: 27px; padding: 3px 10px; border-radius: 999px; background: #f6efe3; color: #9a6f2d; font-size: 12px; font-weight: 700; }
.zmb-meta { display: flex; flex-wrap: wrap; gap: 14px; color: #8a94a1; font-size: 13px; }
.zmb-meta span { display: inline-flex; align-items: center; gap: 6px; }
.zmb-meta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }

/* Top bar and header */
.zmb-topbar { background: var(--zmb-navy-2); color: rgba(255,255,255,.76); font-size: 13px; }
.zmb-topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.zmb-topbar__mission { display: flex; align-items: center; gap: 9px; }
.zmb-topbar__mission::before { content: "✦"; color: #d6aa65; }
.zmb-topbar__links, .zmb-topbar__links ul { display: flex; align-items: center; gap: 20px; margin: 0; padding: 0; list-style: none; }
.zmb-topbar a:hover { color: #fff; }
.zmb-header { position: relative; z-index: 50; background: rgba(255,253,249,.96); border-bottom: 1px solid var(--zmb-line); backdrop-filter: blur(14px); }
.zmb-header.is-sticky { position: sticky; top: 0; box-shadow: 0 10px 35px rgba(9,40,74,.08); }
.zmb-header__inner { min-height: 84px; display: grid; grid-template-columns: minmax(240px, auto) 1fr auto; align-items: center; gap: 32px; }
.zmb-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.zmb-brand__mark { width: 46px; height: 46px; flex: 0 0 46px; }
.zmb-brand__mark img, .custom-logo { width: 46px; height: 46px; object-fit: contain; }
.zmb-brand__text { min-width: 0; }
.zmb-brand__name { display: block; font-family: Georgia, "Noto Serif SC", "Songti SC", serif; color: var(--zmb-navy); font-size: 19px; font-weight: 700; line-height: 1.25; white-space: nowrap; }
.zmb-brand__tagline { display: block; margin-top: 4px; color: #8d94a0; font-size: 10px; letter-spacing: .22em; white-space: nowrap; }
.zmb-nav { justify-self: center; }
.zmb-menu { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.zmb-menu > li { position: relative; }
.zmb-menu > li > a { display: block; padding: 30px 0 27px; color: #314153; font-size: 14px; font-weight: 600; border-bottom: 2px solid transparent; }
.zmb-menu > li.current-menu-item > a, .zmb-menu > li.current_page_item > a, .zmb-menu > li > a:hover { color: var(--zmb-navy); border-color: var(--zmb-gold); }
.zmb-menu .sub-menu { position: absolute; top: calc(100% + 1px); left: -18px; min-width: 170px; margin: 0; padding: 10px; list-style: none; background: #fff; border: 1px solid var(--zmb-line); border-radius: 12px; box-shadow: var(--zmb-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.zmb-menu li:hover > .sub-menu, .zmb-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.zmb-menu .sub-menu a { display: block; padding: 9px 11px; border-radius: 7px; font-size: 13px; }
.zmb-menu .sub-menu a:hover { background: #f7f4ee; }
.zmb-header__actions { display: flex; align-items: center; gap: 10px; }
.zmb-icon-btn { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid var(--zmb-line); border-radius: 50%; background: transparent; color: var(--zmb-navy); }
.zmb-icon-btn:hover { background: #f6efe3; border-color: #dfc8a4; }
.zmb-icon-btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.zmb-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 0 20px; border: 1px solid var(--zmb-navy); border-radius: 999px; background: var(--zmb-navy); color: #fff; font-weight: 700; font-size: 14px; transition: .2s ease; }
.zmb-button:hover { transform: translateY(-1px); background: #103963; color: #fff; box-shadow: 0 10px 24px rgba(9,40,74,.2); }
.zmb-menu-toggle { display: none; }

/* Search overlay */
.zmb-search-panel { position: fixed; inset: 0; z-index: 100; display: grid; place-items: start center; padding-top: 15vh; background: rgba(5,20,37,.74); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transition: .25s ease; }
.zmb-search-panel.is-open { opacity: 1; visibility: visible; }
.zmb-search-panel__box { width: min(720px, calc(100% - 32px)); padding: 28px; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.zmb-search-panel__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.zmb-search-panel__top strong { font-family: Georgia, "Noto Serif SC", serif; font-size: 24px; color: var(--zmb-navy); }
.zmb-search-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.zmb-search-form input[type="search"] { min-width: 0; height: 54px; padding: 0 18px; border: 1px solid #d9dfe5; border-radius: 12px; background: #fff; color: var(--zmb-ink); }
.zmb-search-form button { min-width: 112px; border: 0; border-radius: 12px; background: var(--zmb-navy); color: #fff; font-weight: 700; }

/* Hero */
.zmb-hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #fffdf8 0%, #fbf7ef 58%, #f6f0e6 100%); border-bottom: 1px solid var(--zmb-line); }
.zmb-hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -180px; bottom: -240px; border-radius: 50%; background: rgba(232,218,194,.24); }
.zmb-hero__inner { position: relative; min-height: 535px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 34px; }
.zmb-hero__content { position: relative; z-index: 2; padding: 72px 0; }
.zmb-hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--zmb-gold); font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.zmb-hero__eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.zmb-hero h1 { margin: 0; font-family: Georgia, "Noto Serif SC", "Songti SC", serif; color: var(--zmb-navy); font-size: clamp(46px, 5vw, 70px); line-height: 1.18; letter-spacing: -.03em; }
.zmb-hero h1 span { display: block; }
.zmb-hero__lead { max-width: 560px; margin: 24px 0 28px; color: #5e6877; font-size: 17px; line-height: 1.9; }
.zmb-hero-search { max-width: 560px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 58px; padding-left: 18px; border: 1px solid #dfe2e4; border-radius: 13px; background: #fff; box-shadow: 0 12px 35px rgba(30,49,71,.08); overflow: hidden; }
.zmb-hero-search svg { width: 19px; color: #8d97a4; fill: none; stroke: currentColor; stroke-width: 1.8; }
.zmb-hero-search input { width: 100%; height: 56px; border: 0; outline: 0; padding: 0 12px; background: transparent; color: var(--zmb-ink); }
.zmb-hero-search button { width: 64px; height: 58px; border: 0; background: var(--zmb-navy); color: #fff; }
.zmb-hero-search button svg { color: #fff; margin: auto; }
.zmb-hot { margin-top: 15px; color: #7b8490; font-size: 13px; }
.zmb-hot strong { color: #a36f27; }
.zmb-hot a { margin-right: 8px; }
.zmb-hero__art { position: relative; align-self: stretch; min-height: 535px; }
.zmb-hero__art picture, .zmb-hero__art img { width: 100%; height: 100%; }
.zmb-hero__art img { object-fit: cover; object-position: 58% center; mix-blend-mode: multiply; }
.zmb-hero__art::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 28%; background: linear-gradient(90deg, #fbf7ef 0%, rgba(251,247,239,0) 100%); pointer-events: none; }

/* Latest feature */
.zmb-latest-grid { display: grid; grid-template-columns: 1.35fr .95fr; gap: 20px; }
.zmb-feature { display: grid; grid-template-columns: 42% 58%; min-height: 315px; overflow: hidden; border: 1px solid var(--zmb-line); border-radius: var(--zmb-radius); background: #fff; box-shadow: var(--zmb-shadow); }
.zmb-feature__media { position: relative; min-height: 315px; background: linear-gradient(135deg, #d9e1e7, #9cabb9); }
.zmb-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.zmb-feature__placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(145deg, #18395a, #72879b); color: rgba(255,255,255,.9); }
.zmb-feature__placeholder svg { width: 42%; height: auto; opacity: .7; }
.zmb-feature__body { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.zmb-feature__title { margin: 14px 0 14px; font-family: Georgia, "Noto Serif SC", "Songti SC", serif; color: var(--zmb-navy); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.45; }
.zmb-feature__excerpt { margin: 0 0 22px; color: #677383; font-size: 14px; }
.zmb-stack { display: grid; gap: 12px; }
.zmb-mini-card { position: relative; min-height: 96px; display: grid; align-content: center; padding: 18px 48px 18px 22px; border: 1px solid var(--zmb-line); border-radius: 14px; background: #fff; transition: .2s ease; }
.zmb-mini-card:hover { transform: translateY(-2px); border-color: #dfc8a4; box-shadow: 0 12px 32px rgba(30,49,71,.07); }
.zmb-mini-card__title { margin: 7px 0 4px; color: var(--zmb-navy); font-family: Georgia, "Noto Serif SC", serif; font-size: 17px; line-height: 1.45; }
.zmb-mini-card__arrow { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--zmb-gold); font-size: 21px; }

/* Categories */
.zmb-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.zmb-category-card { min-height: 220px; padding: 28px 18px 22px; text-align: center; border: 1px solid var(--zmb-line); border-radius: 15px; background: rgba(255,255,255,.78); transition: .2s ease; }
.zmb-category-card:hover { transform: translateY(-4px); border-color: #d7b984; background: #fff; box-shadow: var(--zmb-shadow); }
.zmb-category-card__icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: #eef2f5; color: var(--zmb-navy); }
.zmb-category-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.zmb-category-card h3 { margin: 0 0 8px; color: var(--zmb-navy); font-family: Georgia, "Noto Serif SC", serif; font-size: 18px; }
.zmb-category-card p { min-height: 48px; margin: 0 0 11px; color: #7c8794; font-size: 12px; line-height: 1.7; }
.zmb-category-card small { color: #9a8a73; font-size: 11px; }

/* Articles */
.zmb-article-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; row-gap: 24px; }
.zmb-article-item { display: grid; grid-template-columns: 132px 1fr; gap: 20px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid #eee7de; }
.zmb-article-item__thumb { aspect-ratio: 1.55/1; overflow: hidden; border-radius: 10px; background: linear-gradient(135deg,#143555,#8ea0b0); }
.zmb-article-item__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.zmb-article-item:hover img { transform: scale(1.04); }
.zmb-article-item__title { margin: 6px 0 5px; color: var(--zmb-navy); font-family: Georgia, "Noto Serif SC", serif; font-size: 19px; line-height: 1.48; }
.zmb-article-item__excerpt { margin: 0 0 8px; color: #7a8490; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Trust */
.zmb-trust { padding: 58px 0; background: #fbfaf7; border-top: 1px solid var(--zmb-line); }
.zmb-trust__title { margin: 0 0 28px; text-align: center; font-family: Georgia, "Noto Serif SC", serif; color: var(--zmb-navy); font-size: 30px; }
.zmb-trust__title::after { content: ""; display: block; width: 54px; height: 2px; margin: 12px auto 0; background: var(--zmb-gold); }
.zmb-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.zmb-trust-card { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 18px; padding: 22px 25px; border: 1px solid var(--zmb-line); border-radius: 13px; background: #fff; }
.zmb-trust-card__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--zmb-navy); color: #e6c489; }
.zmb-trust-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.zmb-trust-card h3 { margin: 0 0 4px; color: var(--zmb-navy); font-size: 17px; }
.zmb-trust-card p { margin: 0; color: #798492; font-size: 12px; line-height: 1.65; }

/* Footer */
.zmb-footer { background: linear-gradient(130deg, #082441, #071b31); color: rgba(255,255,255,.73); }
.zmb-footer__main { display: grid; grid-template-columns: 1.45fr .65fr .7fr .7fr 1fr; gap: 44px; padding: 62px 0 44px; }
.zmb-footer .zmb-brand__name { color: #eed39e; }
.zmb-footer .zmb-brand__tagline { color: rgba(255,255,255,.55); }
.zmb-footer__about { margin: 20px 0; max-width: 330px; font-size: 13px; line-height: 1.9; }
.zmb-footer h3 { margin: 0 0 18px; color: #e9c98f; font-size: 15px; }
.zmb-footer ul { list-style: none; margin: 0; padding: 0; }
.zmb-footer li { margin: 7px 0; font-size: 13px; }
.zmb-footer a:hover { color: #fff; }
.zmb-footer__contact li { display: flex; gap: 9px; align-items: flex-start; }
.zmb-footer__contact svg { width: 15px; height: 15px; margin-top: 6px; flex: 0 0 auto; fill: none; stroke: #e0b970; stroke-width: 1.8; }
.zmb-social { display: flex; gap: 10px; }
.zmb-social a, .zmb-social span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(232,199,137,.38); border-radius: 50%; color: #e8c789; font-size: 12px; }
.zmb-footer__bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.zmb-footer__legal { display: flex; flex-wrap: wrap; gap: 18px; }
.zmb-backtop { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; }

/* Interior pages */
.zmb-page-hero { padding: 72px 0 48px; background: linear-gradient(180deg,#fbf7ef,#fffdf9); border-bottom: 1px solid var(--zmb-line); }
.zmb-page-hero h1 { margin: 0; font-family: Georgia, "Noto Serif SC", serif; color: var(--zmb-navy); font-size: clamp(38px,5vw,58px); }
.zmb-page-hero p { max-width: 700px; margin: 14px 0 0; color: var(--zmb-muted); }
.zmb-content-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; padding: 58px 0 80px; }
.zmb-content-shell--single { grid-template-columns: minmax(0, 820px); justify-content: center; }
.zmb-post-list { display: grid; gap: 22px; }
.zmb-post-card { display: grid; grid-template-columns: 240px 1fr; gap: 26px; padding: 18px; border: 1px solid var(--zmb-line); border-radius: 15px; background: #fff; }
.zmb-post-card__thumb { min-height: 168px; overflow: hidden; border-radius: 10px; background: #e9edf0; }
.zmb-post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.zmb-post-card h2 { margin: 9px 0 8px; color: var(--zmb-navy); font-family: Georgia, "Noto Serif SC", serif; font-size: 25px; line-height: 1.45; }
.zmb-post-card p { margin: 0 0 12px; color: var(--zmb-muted); }
.zmb-sidebar-card { padding: 24px; margin-bottom: 20px; border: 1px solid var(--zmb-line); border-radius: 14px; background: #fff; }
.zmb-sidebar-card h3 { margin: 0 0 16px; color: var(--zmb-navy); font-family: Georgia, "Noto Serif SC", serif; }
.zmb-sidebar-card ul { list-style: none; margin: 0; padding: 0; }
.zmb-sidebar-card li { padding: 9px 0; border-bottom: 1px solid #f0ebe4; font-size: 14px; }
.zmb-entry-header { margin-bottom: 34px; }
.zmb-entry-header h1 { margin: 10px 0 16px; font-family: Georgia, "Noto Serif SC", serif; color: var(--zmb-navy); font-size: clamp(36px,5vw,54px); line-height: 1.25; }
.zmb-entry-thumbnail { margin: 0 0 36px; overflow: hidden; border-radius: 18px; }
.zmb-entry-content { color: #2a3746; font-size: 17px; line-height: 1.95; }
.zmb-entry-content h2, .zmb-entry-content h3, .zmb-entry-content h4 { margin: 1.8em 0 .7em; color: var(--zmb-navy); font-family: Georgia, "Noto Serif SC", serif; line-height: 1.4; }
.zmb-entry-content h2 { font-size: 30px; }
.zmb-entry-content h3 { font-size: 24px; }
.zmb-entry-content a { color: var(--zmb-blue); text-decoration: underline; text-underline-offset: 3px; }
.zmb-entry-content blockquote { margin: 1.8em 0; padding: 20px 24px; border-left: 3px solid var(--zmb-gold); background: #faf6ef; color: #536171; }
.zmb-entry-content pre { overflow: auto; padding: 18px; border-radius: 10px; background: #0b1f33; color: #edf2f5; }
.zmb-entry-content table { width: 100%; border-collapse: collapse; }
.zmb-entry-content th, .zmb-entry-content td { padding: 10px 12px; border: 1px solid var(--zmb-line); }
.zmb-entry-content img { border-radius: 12px; }
.zmb-pagination { margin-top: 34px; }
.zmb-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.zmb-pagination a, .zmb-pagination span { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--zmb-line); border-radius: 9px; }
.zmb-pagination .current { background: var(--zmb-navy); color: #fff; border-color: var(--zmb-navy); }
.zmb-empty { padding: 60px 30px; text-align: center; border: 1px dashed #d8c9b6; border-radius: 16px; background: #fbf8f2; }
.zmb-empty h2 { color: var(--zmb-navy); font-family: Georgia, "Noto Serif SC", serif; }

/* Comments */
.comments-area { margin-top: 56px; padding-top: 36px; border-top: 1px solid var(--zmb-line); }
.comments-title { color: var(--zmb-navy); font-family: Georgia, "Noto Serif SC", serif; }
.comment-list { list-style: none; padding: 0; }
.comment-body { padding: 18px 0; border-bottom: 1px solid var(--zmb-line); }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #d9dfe5; border-radius: 9px; }
.comment-form .submit { border: 0; border-radius: 999px; padding: 12px 22px; background: var(--zmb-navy); color: #fff; font-weight: 700; }

@media (max-width: 1120px) {
  .zmb-header__inner { grid-template-columns: 1fr auto; }
  .zmb-nav { position: fixed; inset: 0 0 0 auto; width: min(360px, 86vw); padding: 96px 28px 34px; background: #fff; transform: translateX(100%); transition: .25s ease; box-shadow: -20px 0 60px rgba(0,0,0,.16); overflow-y: auto; }
  .menu-open .zmb-nav { transform: none; }
  .zmb-menu { display: block; }
  .zmb-menu > li > a { padding: 13px 0; border-bottom: 1px solid var(--zmb-line); }
  .zmb-menu .sub-menu { position: static; display: block; min-width: 0; padding-left: 14px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .zmb-menu-toggle { display: inline-grid; }
  .zmb-header__actions .zmb-button { display: none; }
  .zmb-hero__inner { grid-template-columns: 1fr 1fr; }
  .zmb-category-grid { grid-template-columns: repeat(3, 1fr); }
  .zmb-footer__main { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .zmb-footer__brand { grid-row: span 2; }
}

@media (max-width: 820px) {
  .zmb-container { width: min(calc(100% - 28px), var(--zmb-container)); }
  .zmb-topbar__links { display: none; }
  .zmb-header__inner { min-height: 72px; gap: 12px; }
  .zmb-brand__name { font-size: 16px; }
  .zmb-brand__tagline { display: none; }
  .zmb-brand__mark, .zmb-brand__mark img, .custom-logo { width: 40px; height: 40px; flex-basis: 40px; }
  .zmb-hero__inner { display: block; min-height: 0; }
  .zmb-hero__content { padding: 60px 0 28px; }
  .zmb-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .zmb-hero__art { min-height: 360px; margin-inline: -14px; }
  .zmb-hero__art img { object-position: 63% center; }
  .zmb-hero__art::after { width: 14%; }
  .zmb-section { padding: 52px 0; }
  .zmb-latest-grid, .zmb-content-shell { grid-template-columns: 1fr; }
  .zmb-feature { grid-template-columns: 1fr; }
  .zmb-feature__media { min-height: 300px; }
  .zmb-category-grid { grid-template-columns: repeat(2, 1fr); }
  .zmb-article-grid { grid-template-columns: 1fr; }
  .zmb-trust-grid { grid-template-columns: 1fr; }
  .zmb-footer__main { grid-template-columns: 1fr 1fr; gap: 34px; }
  .zmb-footer__brand { grid-column: 1 / -1; grid-row: auto; }
  .zmb-footer__bottom { align-items: flex-start; padding: 18px 0; }
  .zmb-post-card { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .zmb-topbar__mission { font-size: 11px; }
  .zmb-header__actions { gap: 6px; }
  .zmb-icon-btn { width: 38px; height: 38px; }
  .zmb-hero__lead { font-size: 15px; }
  .zmb-hero-search { grid-template-columns: auto 1fr 54px; }
  .zmb-hero__art { min-height: 285px; }
  .zmb-section-head { align-items: center; }
  .zmb-section-title { font-size: 27px; }
  .zmb-feature__body { padding: 25px 22px 28px; }
  .zmb-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .zmb-category-card { min-height: 205px; padding: 22px 12px 18px; }
  .zmb-article-item { grid-template-columns: 105px 1fr; gap: 14px; }
  .zmb-article-item__title { font-size: 16px; }
  .zmb-article-item__excerpt { display: none; }
  .zmb-footer__main { grid-template-columns: 1fr; }
  .zmb-search-form { grid-template-columns: 1fr; }
  .zmb-search-form button { height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
