/*
Theme Name: 杭州漫游集 Child
Theme URI: https://www.hzcitywalk.com
Description: Astra 子主题 - 杭州漫游集文旅站点
Author: 阿漫
Author URI: https://www.hzcitywalk.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* 主配色：米白 + 西湖青灰 + 宋韵赭石 */
:root {
    --hz-cream: #F5F0EB;
    --hz-white: #FAF8F5;
    --hz-lake: #7A9E9F;
    --hz-lake-light: #A8C5C6;
    --hz-ochre: #B8865D;
    --hz-ochre-light: #D4A574;
    --hz-text: #3D3D3D;
    --hz-text-light: #6B6B6B;
}

body {
    background-color: var(--hz-white);
    color: var(--hz-text);
    font-family: "Noto Serif SC", "Source Han Serif SC", "STSong", serif;
}

/* 文章封面图统一 16:9 */
.wp-post-image {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 4px;
}

/* 图片懒加载占位 */
img.lazy-load {
    background: var(--hz-cream);
}

/* 导航栏宋体 */
.main-header-menu {
    font-family: "Noto Serif SC", "STSong", serif;
}

/* 文章正文宽松行高 */
.entry-content {
    line-height: 1.9;
    font-size: 16px;
}

/* 侧边栏公众号模块 */
.wechat-sidebar {
    background: var(--hz-cream);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}
