/* ==========================================================================
   表面冥想 · 主题 v3 —— 治愈 / 高级 / 动态（沿用 APP 深紫星空配色）
   ========================================================================== */
:root {
	--bg: #0F0E24;
	--bg-2: #16152F;
	--ink: #F2F0FF;
	--ink-2: #C9C5E6;
	--ink-3: #8F8BB3;
	--ink-4: #5E5B84;
	--brand: #8F84FF;
	--brand-deep: #6A5CFF;
	--brand-ink: #B8B0FF;
	--warm: #FFB07A;
	--rose: #E88AB6;
	--teal: #6FD1C9;
	--surface: rgba(255, 255, 255, .05);
	--surface-2: rgba(255, 255, 255, .09);
	--line: rgba(255, 255, 255, .10);
	--line-2: rgba(255, 255, 255, .22);
	--glow: 0 30px 80px -30px rgba(106, 92, 255, .55);
	--shadow: 0 30px 60px -24px rgba(0, 0, 0, .7);
	--font-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Noto Sans SC", "Microsoft YaHei", "Segoe UI", Helvetica, Arial, sans-serif;
	--font-serif: "Songti SC", "Noto Serif CJK SC", "Noto Serif SC", "Source Han Serif SC", STSong, SimSun, Georgia, serif;
	--container: 1160px;
	--narrow: 720px;
	--gutter: clamp(20px, 5vw, 40px);
	--radius: 18px;
	--radius-sm: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink-2); font-family: var(--font-sans); font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s, opacity .25s; }
a:hover { color: var(--brand-ink); }
h1, h2, h3, h4 { color: var(--ink); font-family: var(--font-serif); font-weight: 500; line-height: 1.3; letter-spacing: .01em; margin: 0 0 .5em; }
h1 { font-size: clamp(30px, 4.6vw, 48px); }
h2 { font-size: clamp(22px, 2.8vw, 30px); }
h3 { font-size: clamp(18px, 2vw, 21px); }
p { margin: 0 0 1em; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; }
.bm-skip { position: absolute; left: -999px; top: 8px; background: var(--brand-deep); color: #fff; padding: 8px 14px; z-index: 100; border-radius: 8px; }
.bm-skip:focus { left: 8px; }

/* ---------- 全站极光背景（缓慢漂移） ---------- */
.bm-sky { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; background: radial-gradient(1400px 900px at 50% -20%, #1d1b45 0%, var(--bg) 60%); }
.bm-sky span { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .55; will-change: transform; }
.bm-sky__a { width: 70vw; height: 70vw; max-width: 1000px; max-height: 1000px; left: -25vw; top: -30vw; background: rgba(106, 92, 255, .45); animation: bm-drift-a 26s ease-in-out infinite alternate; }
.bm-sky__b { width: 50vw; height: 50vw; max-width: 760px; max-height: 760px; right: -18vw; top: -8vw; background: rgba(232, 138, 182, .22); animation: bm-drift-b 32s ease-in-out infinite alternate; }
.bm-sky__c { width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; left: 25vw; bottom: -40vw; background: rgba(111, 209, 201, .16); animation: bm-drift-c 38s ease-in-out infinite alternate; }
.bm-sky::after { content: ""; position: absolute; inset: 0; opacity: .7;
	background-image:
		radial-gradient(1px 1px at 12% 22%, rgba(255,255,255,.7) 50%, transparent 51%),
		radial-gradient(1px 1px at 68% 12%, rgba(255,255,255,.5) 50%, transparent 51%),
		radial-gradient(1.5px 1.5px at 84% 58%, rgba(255,255,255,.45) 50%, transparent 51%),
		radial-gradient(1px 1px at 38% 78%, rgba(255,255,255,.4) 50%, transparent 51%),
		radial-gradient(1px 1px at 8% 66%, rgba(255,255,255,.35) 50%, transparent 51%),
		radial-gradient(1.5px 1.5px at 55% 42%, rgba(255,255,255,.35) 50%, transparent 51%),
		radial-gradient(1px 1px at 92% 88%, rgba(255,255,255,.4) 50%, transparent 51%),
		radial-gradient(1px 1px at 26% 48%, rgba(255,255,255,.3) 50%, transparent 51%);
	background-size: 1100px 800px; animation: bm-twinkle 9s ease-in-out infinite alternate; }
@keyframes bm-drift-a { from { transform: translate(0, 0) scale(1); } to { transform: translate(12vw, 8vw) scale(1.12); } }
@keyframes bm-drift-b { from { transform: translate(0, 0) scale(1); } to { transform: translate(-10vw, 10vw) scale(1.08); } }
@keyframes bm-drift-c { from { transform: translate(0, 0) scale(1); } to { transform: translate(-8vw, -6vw) scale(1.15); } }
@keyframes bm-twinkle { from { opacity: .45; } to { opacity: .85; } }

/* ---------- 布局基础 ---------- */
.bm-container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.bm-container--narrow { width: min(100% - 2 * var(--gutter), var(--narrow)); margin-inline: auto; }
.bm-section { padding-block: clamp(40px, 6vw, 80px); }
.bm-section + .bm-section { padding-top: 0; }
.bm-eyebrow { color: var(--brand-ink); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; margin: 0 0 12px; }
.bm-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 14px; margin-bottom: 28px; border-bottom: 1px solid var(--line-2); }
.bm-section-head h2 { margin: 0; font-size: clamp(22px, 2.6vw, 30px); }
.bm-more { font-size: 13px; letter-spacing: .08em; color: var(--ink-3); white-space: nowrap; }
.bm-more:hover { color: var(--brand-ink); }
.bm-chip { display: inline-block; padding: 6px 14px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--ink-2); font-size: 13px; margin: 0 8px 8px 0; background: var(--surface); backdrop-filter: blur(8px); }
.bm-chip:hover, .bm-chip.is-active { border-color: var(--brand); background: rgba(143, 132, 255, .18); color: var(--ink); }
.bm-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--ink); font-size: 14px; font-weight: 500; background: var(--surface); cursor: pointer; transition: background .25s, transform .25s, box-shadow .25s; }
.bm-btn:hover { background: var(--surface-2); transform: translateY(-1px); }
.bm-btn--primary { background: linear-gradient(135deg, var(--brand), var(--brand-deep)); border-color: transparent; color: #fff; box-shadow: 0 12px 30px -12px rgba(106, 92, 255, .9); }
.bm-btn--primary:hover { color: #fff; box-shadow: 0 16px 36px -12px rgba(106, 92, 255, 1); }

/* ---------- 头部 ---------- */
.bm-header { position: sticky; top: 0; z-index: 50; background: rgba(15, 14, 36, .6); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.bm-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 72px; }
.bm-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--font-serif); font-size: 22px; font-weight: 500; letter-spacing: .06em; }
.bm-brand__logo, .bm-brand .custom-logo { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px var(--line-2), 0 0 24px rgba(143, 132, 255, .5); }
.bm-nav { display: flex; align-items: center; gap: 8px; }
.bm-nav__list { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.bm-nav__list a { display: block; padding: 8px 13px; font-size: 15px; color: var(--ink-2); border-radius: 999px; }
.bm-nav__list a:hover { color: var(--ink); background: var(--surface); }
.bm-nav__list .current-menu-item > a, .bm-nav__list .current_page_parent > a, .bm-nav__list .current-menu-parent > a { color: var(--ink); background: var(--surface-2); }
.bm-search-toggle { width: 40px; height: 40px; border: 0; background: none; cursor: pointer; color: var(--ink-2); display: grid; place-items: center; border-radius: 50%; }
.bm-search-toggle:hover { background: var(--surface); color: var(--ink); }
.bm-search-bar { display: none; border-top: 1px solid var(--line); background: rgba(15, 14, 36, .85); }
.bm-search-bar.is-open { display: block; }
.bm-search-bar form { display: flex; gap: 12px; align-items: center; padding: 16px 0; }
.bm-search-bar input { flex: 1; border: 0; border-bottom: 1px solid var(--line-2); background: transparent; font-size: 18px; padding: 8px 0; font-family: var(--font-serif); color: var(--ink); outline: none; }
.bm-burger { display: none; width: 44px; height: 44px; background: none; border: 0; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; align-items: center; }
.bm-burger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform .25s, opacity .25s; }
.bm-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.bm-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.bm-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------- 首页开场：呼吸圆 + 标题 ---------- */
.bm-hero { position: relative; min-height: min(78vh, 720px); display: grid; place-items: center; text-align: center; padding: clamp(40px, 6vw, 72px) 0 clamp(24px, 4vw, 48px); overflow: hidden; }
.bm-orb { position: absolute; left: 50%; top: 50%; width: min(62vw, 560px); aspect-ratio: 1; transform: translate(-50%, -52%); pointer-events: none; }
.bm-orb span { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(180, 172, 255, .22); animation: bm-breathe 9s ease-in-out infinite; }
.bm-orb span:nth-child(2) { inset: 12%; border-color: rgba(180, 172, 255, .3); animation-delay: -1.2s; }
.bm-orb span:nth-child(3) { inset: 24%; border-color: rgba(232, 138, 182, .28); animation-delay: -2.4s; }
.bm-orb span:nth-child(4) { inset: 36%; border: 0; background: radial-gradient(circle, rgba(143, 132, 255, .55), rgba(106, 92, 255, .12) 60%, transparent 72%); filter: blur(6px); animation-delay: -3.6s; }
.bm-orb::after { content: ""; position: absolute; inset: 30%; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, .9), rgba(184, 176, 255, .5) 35%, transparent 70%); filter: blur(16px); opacity: .32; animation: bm-breathe 9s ease-in-out infinite; }
@keyframes bm-breathe { 0%, 100% { transform: scale(.92); opacity: .55; } 45% { transform: scale(1.06); opacity: 1; } 60% { transform: scale(1.06); opacity: 1; } }
.bm-hero__inner { position: relative; z-index: 1; max-width: 820px; padding-inline: var(--gutter); }
.bm-hero__title { font-size: clamp(38px, 6.4vw, 78px); font-weight: 500; letter-spacing: .04em; line-height: 1.2; margin-bottom: 18px; background: linear-gradient(115deg, #fff 0%, #E6E2FF 45%, #B8B0FF 100%); -webkit-background-clip: text; background-clip: text; color: transparent; animation: bm-rise 1.2s cubic-bezier(.2, .7, .2, 1) both; }
.bm-hero__lead { color: var(--ink-2); font-size: clamp(15px, 1.6vw, 19px); max-width: 560px; margin: 0 auto; animation: bm-rise 1.2s .15s cubic-bezier(.2, .7, .2, 1) both; }
.bm-hero__hint { margin-top: 30px; font-size: 12px; letter-spacing: .3em; color: var(--ink-3); text-transform: uppercase; animation: bm-rise 1.2s .3s both; }
.bm-hero__hint::after { content: ""; display: block; width: 1px; height: 36px; margin: 12px auto 0; background: linear-gradient(to bottom, var(--brand-ink), transparent); animation: bm-scroll 2.2s ease-in-out infinite; }
@keyframes bm-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes bm-scroll { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- 封面流（无限跑马灯） ---------- */
.bm-flow { position: relative; overflow: hidden; padding: 8px 0 clamp(40px, 6vw, 72px); -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent); }
.bm-flow__track { display: flex; gap: 18px; width: max-content; animation: bm-marquee 70s linear infinite; }
.bm-flow:hover .bm-flow__track { animation-play-state: paused; }
.bm-flow__item { position: relative; width: 210px; aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; flex: none; box-shadow: var(--shadow); border: 1px solid var(--line); transition: transform .4s; }
.bm-flow__item:nth-child(odd) { transform: translateY(14px); }
.bm-flow__item:hover { transform: translateY(0) scale(1.04); z-index: 2; }
.bm-flow__item img { width: 100%; height: 100%; object-fit: cover; }
.bm-flow__item span { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; font-size: 13px; color: var(--ink); background: linear-gradient(to top, rgba(15, 14, 36, .85), transparent); }
@keyframes bm-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- 精选大图 ---------- */
.bm-featured { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; padding: clamp(24px, 3vw, 40px); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); border: 1px solid var(--line); box-shadow: var(--glow); margin-bottom: clamp(40px, 6vw, 72px); }
.bm-featured__media { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--bg-2); }
.bm-featured__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.bm-featured:hover .bm-featured__media img { transform: scale(1.04); }
.bm-featured__title { font-size: clamp(26px, 3.4vw, 40px); font-weight: 500; margin: 8px 0 14px; }
.bm-featured__title a:hover { color: var(--brand-ink); }
.bm-featured__excerpt { color: var(--ink-2); font-size: 16px; margin-bottom: 18px; }
.bm-meta { font-size: 13px; color: var(--ink-3); display: flex; flex-wrap: wrap; gap: 6px 0; }
.bm-meta > * + *::before { content: "·"; margin: 0 8px; color: var(--ink-4); }

/* ---------- 卡片 ---------- */
.bm-grid { display: grid; gap: clamp(24px, 3vw, 36px) clamp(18px, 2.5vw, 28px); }
.bm-grid--post { grid-template-columns: repeat(3, 1fr); }
.bm-grid--meditation { grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bm-card { display: flex; flex-direction: column; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); overflow: hidden; transition: transform .35s, box-shadow .35s, border-color .35s; }
.bm-card:hover { transform: translateY(-6px); border-color: var(--line-2); box-shadow: var(--glow); }
.bm-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; }
.bm-card__media { margin: 0; aspect-ratio: 3 / 2; overflow: hidden; background: var(--bg-2); position: relative; }
.bm-card__media--square { aspect-ratio: 1; }
.bm-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s ease; }
.bm-card:hover .bm-card__media img { transform: scale(1.06); }
.bm-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15, 14, 36, .45), transparent 50%); }
.bm-card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.bm-card__eyebrow { font-size: 11.5px; letter-spacing: .16em; color: var(--brand-ink); margin: 0 0 8px; font-weight: 600; text-transform: uppercase; }
.bm-card__title { font-size: 19px; font-weight: 500; margin: 0 0 8px; line-height: 1.45; }
.bm-card__link:hover .bm-card__title { color: var(--brand-ink); }
.bm-card__excerpt { font-size: 14px; color: var(--ink-2); margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bm-card .bm-meta { margin-top: auto; }
.bm-card--meditation .bm-card__body { padding: 14px 16px 16px; }
.bm-card--meditation .bm-card__title { font-family: var(--font-sans); font-size: 15.5px; font-weight: 600; }
.bm-card__badge { position: absolute; left: 12px; top: 12px; z-index: 1; font-size: 11px; letter-spacing: .06em; padding: 4px 10px; border-radius: 999px; background: rgba(15, 14, 36, .55); color: var(--ink); border: 1px solid var(--line-2); backdrop-filter: blur(8px); }

/* ---------- 栏目行 ---------- */
.bm-column-section { display: grid; grid-template-columns: 240px 1fr; gap: clamp(24px, 4vw, 64px); padding-block: clamp(36px, 5vw, 64px); border-top: 1px solid var(--line); }
.bm-column-section__head h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 500; margin-bottom: 8px; }
.bm-column-section__head h2 a:hover { color: var(--brand-ink); }
.bm-column-section__head p { color: var(--ink-3); font-size: 14px; margin-bottom: 14px; }
.bm-list .bm-row { display: grid; grid-template-columns: 1fr 200px; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); align-items: center; }
.bm-list .bm-row:first-child { border-top: 0; padding-top: 0; }
.bm-row__media { aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--radius-sm); background: var(--bg-2); box-shadow: var(--shadow); }
.bm-row__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s; }
.bm-row:hover .bm-row__media img { transform: scale(1.05); }
.bm-row__title { font-size: 20px; font-weight: 500; margin: 6px 0; }
.bm-row:hover .bm-row__title { color: var(--brand-ink); }
.bm-row__excerpt { font-size: 14.5px; color: var(--ink-2); margin: 0 0 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ---------- 宣言带 ---------- */
.bm-statement { position: relative; text-align: center; padding: clamp(56px, 8vw, 110px) 0; overflow: hidden; }
.bm-statement::before { content: ""; position: absolute; left: 50%; top: 50%; width: 520px; height: 520px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(106, 92, 255, .35), transparent 65%); filter: blur(40px); animation: bm-breathe 9s ease-in-out infinite; }
.bm-statement p { position: relative; font-family: var(--font-serif); font-size: clamp(22px, 3.2vw, 36px); color: var(--ink); line-height: 1.55; max-width: 780px; margin: 0 auto 12px; font-weight: 500; }
.bm-statement small { position: relative; color: var(--ink-3); font-size: 12px; letter-spacing: .3em; text-transform: uppercase; }

/* ---------- 主题入口 ---------- */
.bm-topics__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.bm-topic { display: flex; flex-direction: column; gap: 2px; padding: 20px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--ink-2); transition: transform .25s, border-color .25s, background .25s; }
.bm-topic:hover { border-color: var(--brand); background: rgba(143, 132, 255, .14); transform: translateY(-3px); }
.bm-topic__icon { color: var(--brand-ink); font-size: 22px; margin-bottom: 8px; }
.bm-topic__name { color: var(--ink); font-family: var(--font-serif); font-size: 19px; font-weight: 600; }
.bm-topic__count { font-size: 12px; color: var(--ink-3); }

/* ---------- 页头 / 面包屑 / 筛选 ---------- */
.bm-page-head { padding-block: clamp(36px, 5vw, 72px) 12px; }
.bm-page-head--center { text-align: center; }
.bm-page-head__title { font-weight: 500; margin-bottom: 10px; font-size: clamp(32px, 5vw, 56px); }
.bm-page-head__desc { color: var(--ink-3); max-width: 640px; font-size: 16px; }
.bm-page-head--center .bm-page-head__desc { margin-inline: auto; }
.bm-page-head--center .bm-crumbs ol { justify-content: center; }
.bm-crumbs { font-size: 12px; color: var(--ink-3); letter-spacing: .04em; margin-bottom: 16px; }
.bm-crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 4px; }
.bm-crumbs li + li::before { content: "/"; margin: 0 8px; color: var(--ink-4); }
.bm-crumbs [aria-current] { color: var(--ink-2); }
.bm-filter { display: flex; flex-wrap: wrap; margin: 4px 0 28px; }
.bm-empty { color: var(--ink-3); padding: 40px 0; }

/* ---------- 文章页 ---------- */
.bm-post__head { padding-block: clamp(40px, 6vw, 88px) 24px; text-align: center; }
.bm-post__title { font-size: clamp(30px, 4.6vw, 52px); font-weight: 500; margin-bottom: 16px; background: linear-gradient(115deg, #fff, #DDD9FF); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bm-post__lead { font-size: 18px; color: var(--ink-2); max-width: 620px; margin: 0 auto 18px; }
.bm-post__head .bm-meta { justify-content: center; }
.bm-post__cover { margin: 0 auto 40px; width: min(100% - 2 * var(--gutter), 980px); }
.bm-post__cover img { border-radius: 24px; width: 100%; box-shadow: var(--shadow), var(--glow); }
.bm-post__cover figcaption { text-align: center; font-size: 13px; color: var(--ink-3); margin-top: 10px; }
.bm-post__tags { margin-top: 32px; }
.bm-post__foot { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 20px; font-size: 13px; color: var(--ink-3); }

/* ---------- 正文排版 ---------- */
.bm-prose { font-size: 17.5px; line-height: 1.95; color: var(--ink-2); padding-bottom: clamp(24px, 4vw, 48px); }
.bm-prose > * { margin-block: 0; }
.bm-prose > * + * { margin-top: 1.25em; }
.bm-prose h2 { font-size: 27px; margin-top: 2.1em; font-weight: 500; }
.bm-prose h3 { font-size: 21px; margin-top: 1.7em; font-weight: 600; }
.bm-prose h2 + *, .bm-prose h3 + * { margin-top: .7em; }
.bm-prose a { color: var(--brand-ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(184, 176, 255, .4); }
.bm-prose a:hover { color: #fff; }
.bm-prose img { border-radius: var(--radius-sm); }
.bm-prose blockquote { margin: 0; padding: 8px 0 8px 24px; border-left: 2px solid var(--brand); color: var(--ink); font-family: var(--font-serif); font-size: 20px; }
.bm-prose figure { margin: 0; }
.bm-prose figcaption { font-size: 13px; color: var(--ink-3); text-align: center; margin-top: 8px; }
.bm-prose ul, .bm-prose ol { padding-left: 1.4em; }
.bm-prose li + li { margin-top: .35em; }
.bm-prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.bm-prose th, .bm-prose td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.bm-prose th { color: var(--ink); font-weight: 600; border-bottom-color: var(--line-2); }
.bm-prose strong { color: var(--ink); }
.bm-prose code { background: var(--surface-2); padding: 2px 6px; border-radius: 4px; font-size: .9em; }
.bm-prose hr { border: 0; border-top: 1px solid var(--line); }

/* ---------- 目录 / FAQ / CTA ---------- */
.bm-toc { padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 14.5px; background: var(--surface); }
.bm-toc__title { margin: 0 0 8px; font-weight: 600; color: var(--ink); font-size: 12px; letter-spacing: .14em; }
.bm-toc ol { margin: 0; padding-left: 1.2em; }
.bm-toc li { margin: 4px 0; }
.bm-toc__l3 { margin-left: 1em; font-size: 13.5px; }
.bm-toc a { color: var(--ink-2); text-decoration: none; }
.bm-toc a:hover { color: var(--brand-ink); }
.bm-faq__title { margin-bottom: 20px; }
.bm-faq__item { border-top: 1px solid var(--line); }
.bm-faq__item:last-child { border-bottom: 1px solid var(--line); }
.bm-faq__q { list-style: none; cursor: pointer; padding: 18px 40px 18px 0; position: relative; }
.bm-faq__q::-webkit-details-marker { display: none; }
.bm-faq__q h3 { margin: 0; font-family: var(--font-sans); font-size: 16.5px; font-weight: 600; }
.bm-faq__q::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--brand-ink); font-weight: 300; transition: transform .25s; }
.bm-faq__item[open] .bm-faq__q::after { transform: translateY(-50%) rotate(45deg); }
.bm-faq__a { padding: 0 0 18px; font-size: 16px; }
.bm-faq__a p { margin: 0 0 .6em; }
.bm-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); margin-top: 2.4em; }
.bm-cta__title { margin: 0 0 4px; font-size: 19px; }
.bm-cta p { margin: 0; font-size: 14.5px; color: var(--ink-3); }
.bm-download { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- 练习详情 ---------- */
.bm-med__hero { padding-block: clamp(28px, 5vw, 72px) 8px; }
.bm-med__inner { display: grid; grid-template-columns: minmax(220px, 360px) 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.bm-med__cover { aspect-ratio: 1; border-radius: 28px; overflow: hidden; background: var(--bg-2); box-shadow: var(--shadow), var(--glow); border: 1px solid var(--line-2); }
.bm-med__cover img { width: 100%; height: 100%; object-fit: cover; }
.bm-med__title { font-size: clamp(30px, 4vw, 46px); font-weight: 500; margin-bottom: 12px; }
.bm-med__goals { margin-top: 14px; }
.bm-med__player { display: block; width: 100%; margin: 16px 0 0; }
.bm-med__player--video { max-height: min(56vw, 440px); border-radius: 16px; background: #000; }
.bm-med__author { font-size: 13px; color: var(--ink-3); margin: 16px 0 0; }

/* ---------- 相关 / 分页 / 搜索 ---------- */
.bm-related { padding-block: 8px clamp(40px, 6vw, 72px); }
.bm-pagination { margin-top: 44px; }
.bm-pagination ul { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.bm-pagination .page-numbers { display: inline-block; min-width: 40px; padding: 8px 12px; text-align: center; border-radius: 999px; color: var(--ink-2); font-size: 14px; border: 1px solid var(--line); background: var(--surface); }
.bm-pagination .page-numbers.current { background: var(--brand-deep); border-color: var(--brand-deep); color: #fff; }
.bm-pagination a.page-numbers:hover { border-color: var(--brand); color: var(--ink); }
.bm-search--big { display: flex; gap: 12px; max-width: 560px; margin: 0 auto 36px; }
.bm-search--big input { flex: 1; border: 0; border-bottom: 1px solid var(--line-2); background: transparent; font-size: 18px; padding: 8px 0; font-family: var(--font-serif); color: var(--ink); outline: none; }

/* ---------- 页脚 ---------- */
.bm-footer { margin-top: clamp(48px, 7vw, 96px); border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,.35)); }
.bm-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding: 52px 0 36px; }
.bm-footer__brand img { width: 40px; height: 40px; border-radius: 50%; margin-bottom: 12px; box-shadow: 0 0 24px rgba(143, 132, 255, .5); }
.bm-footer__name { color: var(--ink); font-family: var(--font-serif); font-size: 20px; margin: 0 0 4px; }
.bm-footer__tag { font-size: 14px; color: var(--ink-3); max-width: 320px; margin: 0 0 12px; }
.bm-footer__social { font-size: 13px; color: var(--ink-3); display: flex; gap: 14px; flex-wrap: wrap; margin: 0; }
.bm-footer__col h3 { font-family: var(--font-sans); font-size: 12px; letter-spacing: .16em; color: var(--ink-3); margin-bottom: 12px; text-transform: uppercase; font-weight: 600; }
.bm-footer__list { list-style: none; padding: 0; margin: 0; }
.bm-footer__list a { display: block; padding: 4px 0; color: var(--ink-2); font-size: 14.5px; }
.bm-footer__list a:hover { color: var(--brand-ink); }
.bm-footer__legal { padding: 18px 0 30px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink-4); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.bm-footer__legal p { margin: 0; }
.bm-footer__legal a { color: var(--ink-3); margin-right: 14px; }

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
	.bm-grid--post { grid-template-columns: repeat(2, 1fr); }
	.bm-grid--meditation { grid-template-columns: repeat(3, 1fr); }
	.bm-topics__grid { grid-template-columns: repeat(3, 1fr); }
	.bm-footer__grid { grid-template-columns: 1fr 1fr; }
	.bm-column-section { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 820px) {
	.bm-featured { grid-template-columns: 1fr; padding: 16px; }
	.bm-med__inner { grid-template-columns: 1fr; }
	.bm-med__cover { max-width: 300px; }
	.bm-cta { flex-direction: column; align-items: flex-start; }
	.bm-hero { min-height: 62vh; }
	.bm-orb { width: 88vw; }
	.bm-flow__item { width: 150px; }
	.bm-burger { display: flex; }
	.bm-nav { position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--gutter) 20px; background: rgba(15, 14, 36, .97); border-bottom: 1px solid var(--line); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
	.bm-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
	.bm-nav__list { flex-direction: column; }
	.bm-nav__list a { padding: 12px 4px; font-size: 17px; border-radius: 0; border-bottom: 1px solid var(--line); }
	.bm-nav .bm-search-toggle { display: none; }
}
@media (max-width: 560px) {
	.bm-grid--post { grid-template-columns: 1fr; }
	.bm-grid--meditation { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.bm-topics__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.bm-list .bm-row { grid-template-columns: 1fr; }
	.bm-row__media { order: -1; }
	.bm-footer__grid { grid-template-columns: 1fr; gap: 24px; }
	.bm-prose { font-size: 16.5px; }
	.bm-section-head { flex-direction: column; gap: 6px; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; }
}
