@charset "UTF-8";
/* ============================================================
   高山怡韵茶业官网 - 首页样式美化
   设计风格：和纸米色 + 鼠尾草绿 + 陶土棕
   字体：Noto Serif SC（标题）+ Noto Sans SC（正文）
   原则：保留所有 CMS 模板变量和功能逻辑，仅做样式美化 + 简单 HTML 增强
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;700&display=swap');

/* ===== 全局基础 ===== */
body.group-page.skin-white {
    background: #FAFAF7 !important;
    font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1F1B16;
}

a {
    color: #5C5648;
    transition: color 0.2s;
}

a:hover,
a:focus {
    color: #5A7D4F;
    text-decoration: none;
}

.btn-primary {
    background-color: #8B6F47 !important;
    border-color: #8B6F47 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #6B5A3A !important;
    border-color: #6B5A3A !important;
}

/* ============================================================
   HEADER 导航栏
   ============================================================ */
.navbar-white {
    background-color: #FFFFFF !important;
    border-color: #E8E4DD !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
}

.navbar-default .navbar-brand {
    height: 64px;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-brand img {
    max-height: 44px;
    width: auto;
}

.gs-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    display: none;
}

.gs-brand-name {
    font-family: 'Noto Serif SC', serif;
    font-size: 22px;
    font-weight: 600;
    color: #1F1B16;
}

.gs-brand-sub {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 11px;
    color: #8B6F47;
    letter-spacing: 1px;
}

.navbar-white .navbar-nav > li > a {
    color: #5C5648 !important;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 15px;
    transition: color 0.2s;
}

.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
    color: #5A7D4F !important;
    background-color: transparent !important;
}

.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
    background-color: transparent !important;
    color: #5A7D4F !important;
    font-weight: 500;
}

/* 电话区块 */
.gs-phone-area {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #1F1B16;
    padding: 0 15px;
    line-height: 60px;
}

.gs-phone-area .fa {
    color: #8B6F47;
    font-size: 16px;
}

/* 搜索框 */
.navbar .form-search input[type=search] {
    border-radius: 20px;
    border-color: #E8E4DD;
}

.navbar .form-search input[type=search]:focus {
    border-color: #7A8471;
}

/* ============================================================
   HERO 首屏
   ============================================================ */
.gs-hero {
    background: linear-gradient(135deg, #2D4A32 0%, #1E3022 50%, #152619 100%);
    color: #FAFAF7;
    padding: 72px 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 480px;
}

.gs-kicker {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #A8C098;
    letter-spacing: 3px;
}

.gs-hero h1 {
    font-family: 'Noto Serif SC', serif;
    font-size: 52px;
    font-weight: 600;
    color: #FAFAF7;
    margin: 0;
    line-height: 1.3;
}

.gs-hero .gs-subtitle {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #D4DDD0;
    max-width: 600px;
    line-height: 1.6;
    margin: 0;
}

.gs-cta-row {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.gs-btn-primary {
    display: inline-block;
    background: #7A8471;
    color: #FFFFFF !important;
    padding: 13px 34px;
    border-radius: 8px;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    transition: background 0.2s, transform 0.2s;
}

.gs-btn-primary:hover {
    background: #5A7D4F;
    color: #FFFFFF !important;
    transform: translateY(-1px);
}

.gs-btn-secondary {
    display: inline-block;
    background: transparent;
    color: #FAFAF7 !important;
    padding: 13px 34px;
    border-radius: 8px;
    border: 1.5px solid rgba(168, 192, 152, 0.5);
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.gs-btn-secondary:hover {
    border-color: #A8C098;
    background: rgba(168, 192, 152, 0.1);
    color: #FAFAF7 !important;
}

.gs-stats {
    display: flex;
    gap: 56px;
    margin-top: 12px;
}

.gs-stat {
    text-align: center;
}

.gs-stat-num {
    font-family: 'Noto Serif SC', serif;
    font-size: 28px;
    font-weight: 600;
    color: #FAFAF7;
    display: block;
}

.gs-stat-label {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 13px;
    color: #A8C098;
    display: block;
    margin-top: 6px;
}

/* ============================================================
   焦点图轮播
   ============================================================ */
.carousel-focus .item .carousel-img {
    border-radius: 12px;
    height: 320px;
}

.carousel-focus .carousel-caption h3 {
    font-family: 'Noto Serif SC', serif;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.carousel-focus .carousel-indicators li {
    border-color: #7A8471;
}

.carousel-focus .carousel-indicators .active {
    background-color: #7A8471;
}

/* ============================================================
   面板/卡片通用
   ============================================================ */
.panel-default {
    border: 1px solid #E8E4DD !important;
    border-radius: 12px !important;
    padding: 0 !important;
    background: #FFFFFF !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
    margin-bottom: 24px;
    overflow: hidden;
}

.panel-default > .panel-heading {
    padding: 16px 20px !important;
    background: #FAFAF7 !important;
    border-bottom: 1px solid #E8E4DD;
}

.panel-default > .panel-heading .panel-title {
    font-family: 'Noto Serif SC', serif;
    font-size: 18px !important;
    font-weight: 600;
    color: #1F1B16;
}

.panel-default > .panel-heading .panel-title > span {
    color: #1F1B16;
}

.panel-default > .panel-heading .more {
    top: 18px;
}

.panel-default > .panel-heading .more a {
    color: #8B6F47;
    font-size: 13px;
}

.panel-default > .panel-heading .more a:hover {
    color: #5A7D4F;
}

.panel-default > .panel-heading .more ul li a {
    color: #5C5648;
    font-size: 13px;
}

.panel-default > .panel-heading .more ul li.active a {
    color: #5A7D4F;
}

.panel-default > .panel-body {
    padding: 20px !important;
}

/* ============================================================
   公司概况图集
   ============================================================ */
.index-gallary .related-article .col-sm-3 {
    padding: 0 8px;
}

.index-gallary .embed-responsive {
    border-radius: 10px;
    overflow: hidden;
}

.index-gallary .img-zoom img {
    transition: transform 0.3s ease;
}

.index-gallary .img-zoom:hover img {
    transform: scale(1.05);
}

.index-gallary h5 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 14px;
    color: #1F1B16;
    margin-top: 8px;
    text-align: center;
}

/* ============================================================
   文章列表
   ============================================================ */
.article-list {
    background: #FFFFFF !important;
}

.article-list .article-item {
    padding: 20px !important;
    border-bottom: 1px solid #E8E4DD !important;
    transition: background 0.2s;
}

.article-list .article-item:hover {
    background: #FAFAF7;
}

.article-list .article-title {
    font-family: 'Noto Sans SC', sans-serif;
}

.article-list .article-title a {
    color: #1F1B16 !important;
}

.article-list .article-title a:hover {
    color: #5A7D4F !important;
}

.article-list .article-intro {
    color: #5C5648 !important;
}

.article-list .media .media-left a {
    border-radius: 8px;
    overflow: hidden;
}

.article-list .media .media-left img {
    transition: transform 0.3s ease;
}

.article-list .media:hover .media-left img {
    transform: scale(1.05);
}

.article-list .media .media-body {
    color: #5C5648;
}

.article-list .media-body .article-tag span a {
    color: #8B6F47 !important;
}

/* ============================================================
   侧边栏
   ============================================================ */
aside .panel-default > .panel-heading {
    background: #F2EFE8 !important;
}

aside .panel-default > .panel-heading .panel-title {
    font-size: 16px;
}

aside .panel-default .lasest-update .list-unstyled li {
    padding: 8px 0;
    border-bottom: 1px dashed #E8E4DD;
}

aside .panel-default .lasest-update .list-unstyled li:last-child {
    border-bottom: none;
}

aside .panel-default .lasest-update .list-unstyled li a {
    color: #5C5648;
    font-size: 14px;
}

aside .panel-default .lasest-update .list-unstyled li a:hover {
    color: #5A7D4F;
}

/* ============================================================
   友情链接
   ============================================================ */
.list-links a {
    display: inline-block;
    padding: 4px 12px;
    margin: 4px;
    border: 1px solid #E8E4DD;
    border-radius: 6px;
    color: #5C5648;
    font-size: 13px;
    transition: all 0.2s;
}

.list-links a:hover {
    border-color: #7A8471;
    color: #5A7D4F;
    background: #FAFAF7;
}

/* ============================================================
   联系我们
   ============================================================ */
.gs-contact {
    background: #2A4030;
    padding: 64px 120px;
    text-align: center;
}

.gs-section-header {
    text-align: center;
    margin-bottom: 32px;
}

.gs-section-kicker {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #A8C098;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.gs-section-title {
    font-family: 'Noto Serif SC', serif;
    font-size: 32px;
    font-weight: 600;
    color: #FAFAF7;
    margin: 0;
}

.gs-contact-info {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 16px;
    line-height: 2.2;
    color: #D4DDD0;
    max-width: 800px;
    margin: 0 auto;
}

/* ============================================================
   FOOTER 底部
   ============================================================ */
#footer {
    background: #1F1B16 !important;
    color: #A8C098;
    border-top: 3px solid #7A8471;
}

.gs-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    flex-wrap: wrap;
    gap: 16px;
}

.gs-footer-brand {
    font-family: 'Noto Serif SC', serif;
    font-size: 20px;
    font-weight: 600;
    color: #FAFAF7;
}

.gs-footer-links li a {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 14px;
    color: #A8C098 !important;
    transition: color 0.2s;
}

.gs-footer-links li a:hover {
    color: #FAFAF7 !important;
}

.gs-footer-phone {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FAFAF7;
}

.gs-footer-bottom {
    text-align: center;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 12px;
    color: #6B6B6B;
    padding: 16px 0;
    border-top: 1px solid #333333;
}

.gs-footer-bottom a {
    color: #6B6B6B !important;
}

/* ============================================================
   浮动按钮 / 分页 / 标签
   ============================================================ */
#floatbtn a {
    background: #8B6F47;
    border-color: #8B6F47;
}

#floatbtn a:hover {
    background: #6B5A3A;
}

.pagination > li > a,
.pagination > li > span {
    color: #5C5648;
    border-color: #E8E4DD;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #5A7D4F;
    background-color: #FAFAF7;
    border-color: #7A8471;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background-color: #7A8471 !important;
    border-color: #7A8471 !important;
    color: #FFFFFF !important;
}

.label-primary {
    background-color: #7A8471 !important;
}

.label-default {
    background-color: #8B6F47 !important;
}

/* ============================================================
   响应式
   ============================================================ */
@media (max-width: 1200px) {
    .gs-hero,
    .gs-contact {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 992px) {
    .gs-hero h1 {
        font-size: 40px;
    }

    .gs-stats {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .gs-brand-text {
        display: none;
    }

    .gs-phone-area {
        display: none;
    }

    .gs-hero {
        padding: 48px 20px;
        min-height: 360px;
    }

    .gs-hero h1 {
        font-size: 30px;
    }

    .gs-hero .gs-subtitle {
        font-size: 15px;
    }

    .gs-cta-row {
        flex-direction: column;
        width: 100%;
    }

    .gs-btn-primary,
    .gs-btn-secondary {
        text-align: center;
    }

    .gs-stats {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gs-stat-num {
        font-size: 22px;
    }

    .gs-section-title {
        font-size: 24px;
    }

    .gs-contact {
        padding: 48px 20px;
    }

    .gs-contact-info {
        font-size: 14px;
    }

    .carousel-focus .item .carousel-img {
        height: 200px;
    }

    .panel-default {
        border-radius: 8px !important;
    }

    .panel-default > .panel-heading {
        padding: 12px 16px !important;
    }

    .panel-default > .panel-body {
        padding: 16px !important;
    }

    .article-list .article-item {
        padding: 16px !important;
    }

    .gs-footer-content {
        flex-direction: column;
        text-align: center;
        padding: 24px 0;
    }
}
