/* Header 模块 - 所有 header 变体共用的基础样式 */
.mod-header { text-align: center; padding: 40px 20px; }
.mod-header__brand { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: inherit; }
.mod-header__logo { height: 48px; width: auto; }
.mod-header__name { font-size: 24px; font-weight: 800; color: var(--dark, #111); }
.mod-header__slogan { color: var(--primary, #2563eb); margin-top: 10px; font-size: 15px; }

/* 变体01专属修饰：无 */
