/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/* 茶木野品牌字体：思源宋体（标题）+ 思源黑体（正文），自托管于 fonts/，由 css/fonts.css 加载 */

/*
 * 字体使用规范：
 * - 标题类（banner_title, *_title）：思源宋体 Noto Serif SC，雅致东方气质
 * - 正文类（body, p, 导航, 按钮）：思源黑体，清晰易读
 * - 价格/数字：思源黑体，现代简洁
 */

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #5A6B5E;
    font-size: 14px;
    font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #2D4A3E;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding_0 {
    padding: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #F5F3EF 0%, #FAF8F5 100%);
    height: auto;
}

.logo {
    width: 20%;
    float: left;
}

.bg-light {
    background-color: transparent !important;
}

.navbar {
    padding: 0px 20px 15px 20px;
}

.navbar-light .navbar-nav .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 18px;
    color: #0d0a05;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #C8594E;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #C8594E;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background-color: #C8594E;
}

.banner_section {
    width: 100%;
    float: left;
    padding: 80px 0 100px;
    text-align: center;
}

.banner_brand {
    font-family: 'Noto Serif SC', serif;
    font-size: 24px;
    color: #A68B6B;
    letter-spacing: 8px;
    margin-bottom: 30px;
    font-weight: 500;
}

.banner_title {
    width: 100%;
    font-size: 56px;
    color: #2D4A3E;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 4px;
}

.banner_subtitle {
    font-family: 'Noto Serif SC', serif;
    font-size: 14px;
    color: #8B7355;
    letter-spacing: 6px;
    margin-top: 10px;
    font-weight: 300;
}

.banner_image {
    width: 100%;
    max-width: 600px;
    margin-top: 60px;
}

.icon-arrow-right {
    text-align: center;
}

.icon-arrow-left {
    text-align: center;
}

.play_icon {
    width: 100%;
    float: right;
    text-align: right;
    position: relative;
    top: 37px;
}

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_main {
    width: 100%;
    float: left;
    margin-top: 120px;
}

.about_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3D3D3D;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 0px;
}

.about_title::after {
    content: '';
    position: absolute;
    content: '✕';
    display: none;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3D3D3D;
    margin: 0px;
}

.readmore_bt {
    width: 180px;
    float: left;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #C8594E;
    text-align: center;
    padding: 12px 0px;
}

.readmore_bt a:hover {
    color: #010101;
    background-color: #F5F3EF;
}

.image_2 {
    width: 100%;
    float: left;
}

#my_main_slider a.carousel-control-next {
    position: absolute;
    left: 37px;
    top: 40%;
    background: #C8594E;
    color: #fff;
}

#my_main_slider a.carousel-control-prev {
    position: absolute;
    left: 22px;
    top: 36%;
    background-color: #F5F3EF;
    color: #000;
}

#my_main_slider .carousel-control-prev,
#my_main_slider .carousel-control-next {
    width: 40px;
    height: 40px;
    background: #2D4A3E;
    opacity: 1;
    font-size: 22px;
    color: #F5F3EF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#my_main_slider .carousel-control-prev:hover,
#my_main_slider .carousel-control-next:hover,
#my_main_slider .carousel-control-prev:focus,
#my_main_slider .carousel-control-next:focus {
    background: #C8594E;
    color: #ffffff;
}

.icon-arrow-right {
    text-align: center;
}

.icon-arrow-left {
    text-align: center;
}

.booking_section {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #2D4A3E 0%, #3A5A4F 100%);
    height: auto;
    padding: 20px 0px;
}

.booking_title {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.booking_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.booking_bt {
    width: 220px;
    float: right;
    margin-top: 12px;
}

.booking_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.booking_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.services_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3D3D3D;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 0px;
}

.services_title::after {
    content: '';
    position: absolute;
    content: '✕';
    display: none;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3D3D3D;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    float: left;
}

.box_main {
    width: 100%;
    float: left;
    background-color: #F5F3EF;
    height: auto;
    border-radius: 5px;
    padding: 90px 0px 70px 0px;
    margin-top: 30px;
}

.left_main {
    width: 50%;
    float: left;
}

.middle_main {
    width: 2%;
    float: left;
}

.right_main {
    width: 48%;
    float: left;
}

.cup_img_1 {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 140px;
}

.border_10 {
    width: 5px;
    float: left;
    background-color: #C8594E;
    height: 100px;
}

.tea_name {
    width: 100%;
    float: left;
    color: #151515;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.price_text {
    width: 100%;
    float: left;
    color: #151515;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.box_main:hover {
    background-color: #C8594E;
}

.box_main:hover .border_10 {
    background-color: #ffffff;
}

.box_main.active {
    background-color: #C8594E;
}

.box_main.active .border_10 {
    background-color: #ffffff;
}

.see_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.see_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #242424;
    border-radius: 4px;
    padding: 10px 0px;
    margin-top: 100px;
}

.see_bt a:hover {
    color: #ffffff;
    background-color: #C8594E;
}

.choose_section {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #8B9D76 0%, #A5B890 100%);
    height: auto;
    padding: 50px 0px;
}

.choose_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.choose_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
}

.choose_section_2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.choose_left {
    width: 25%;
    float: left;
}

.choose_middle {
    width: 25%;
    float: left;
}

.choose_middle_1 {
    width: 25%;
    float: left;
}

.choose_right {
    width: 25%;
    float: left;
}

.choose_left_main {
    width: 30%;
    float: left;
}

.choose_right_main {
    width: 70%;
    float: left;
}

.satisfied_text {
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
}

.satisfied_text_1 {
    font-size: 16px;
}

.shop_section {
    width: 100%;
    float: left;
}

.shop_title {
    width: 70%;
    float: left;
    font-size: 50px;
    color: #0d0d0c;
    font-weight: bold;
}

.shop_title::after {
    content: '';
    position: absolute;
    content: '✕';
    display: none;
}

.shop_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3D3D3D;
    margin: 0px;
}

.image_3 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 90px;
}

#my_slider a.carousel-control-prev,
#my_slider a.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(45, 74, 62, 0.8);
    color: #F5F3EF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 10;
}

#my_slider a.carousel-control-prev {
    left: 20px;
}

#my_slider a.carousel-control-next {
    right: 20px;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover {
    background: rgba(200, 89, 78, 0.9);
    color: #F5F3EF;
}

#my_slider .icon {
    float: none;
    text-align: center;
    width: auto;
    font-size: 20px;
}

.frequently_section {
    width: 100%;
    float: left;
}

.frequently_title {
    width: 70%;
    margin: 0 auto;
    font-size: 54px;
    color: #0d0d0c;
    text-align: center;
    font-weight: bold;
}

.frequently_title::after {
    content: '';
    position: absolute;
    content: '✕';
    display: none;
}

.frequently_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0d0d0c;
    text-align: center;
    margin: 0px;
}

.frequently_section_2 {
    width: 100%;
    float: left;
}

.bs-example {
    margin: 20px;
}

.accordion .icon {
    margin-right: 0.5rem;
}

.btn {
    text-align: left;
    color: #A68B6B;
    font-size: 20px;
    font-weight: bold;
}

.btn-link:hover {
    color: #A68B6B;
}

.card-header {
    padding: .75rem 0px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #b7b7b7;
}

.card {
    border: 1px solid #b7b7b7;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px;
}

.clients_section {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #F5F3EF 0%, #FAF8F5 100%);
    height: auto;
    padding-bottom: 140px;
    padding-top: 210px;
}

.clients_title {
    width: 41%;
    margin: 0 auto;
    font-size: 44px;
    color: #0d0d0c;
    text-align: center;
    font-weight: bold;
}

.clients_title::after {
    content: '';
    position: absolute;
    content: '✕';
    display: none;
}

.clients_text {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #0d0d0c;
    text-align: center;
    padding-top: 30px;
}

.client_img {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 25px;
}

.reviewer_name {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #070705;
    padding-bottom: 0;
    padding-top: 10px;
}

.reviewer_title {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #999998;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.border {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background-color: #b8bebb;
    height: 2px;
    display: flex;
}

#reviews_slider a.carousel-control-next {
    position: absolute;
    right: 200px;
    top: 60%;
}

#reviews_slider a.carousel-control-prev {
    position: absolute;
    left: 200px;
    top: 60%;
}

#reviews_slider .carousel-control-prev,
#reviews_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #8B7355;
    opacity: 1;
    font-size: 28px;
    color: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#reviews_slider .carousel-control-prev:hover,
#reviews_slider .carousel-control-next:hover,
#reviews_slider .carousel-control-prev:focus,
#reviews_slider .carousel-control-next:focus {
    background: #C8594E;
    color: #ffffff;
}

.icon-arrow-right {
    text-align: center;
}

.icon-arrow-left {
    text-align: center;
}

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2b2a2a;
    font-weight: bold;
    padding-left: 60px;
    padding-top: 25px;
    margin-bottom: 80px;
}

.contact_title::after {
    content: '';
    position: absolute;
    content: '✕';
    display: none;
}

.mail_main {
    width: 100%;
    float: left;
    padding: 0px 40px 40px 100px;
}

.email-bt {
    background: transparent;
    border: none;
    color: #939494;
    width: 100%;
    height: auto;
    font-size: 16px;
    border-bottom: 1px solid #939494;
}

input.email-bt::placeholder {
    color: #939494;
}

.message-bt {
    background: transparent;
    border: none;
    color: #939494;
    width: 100%;
    height: 100px;
    font-size: 16px;
    padding: 70px 20px 0px 0px;
    border-bottom: 1px solid #939494;
    padding-left: 0px;
}

textarea.message-bt::placeholder {
    color: #939494;
}

/* 联系表单发送按钮 */
.submit-bt {
    background: #8B7355;
    border: none;
    color: #fff;
    font-size: 18px;
    width: 170px;
    text-align: center;
    padding: 9px 0px;
    margin-top: 30px;
    cursor: pointer;
    letter-spacing: 2px;
    font-family: 'Noto Sans SC', sans-serif;
}

.submit-bt:hover {
    background-color: #2D4A3E;
    color: #ffffff;
}

/*--------------------------------------------------------------------- 字体覆盖 ---------------------------------------------------------------------*/

/* 标题使用筑紫明朝，体现雅致东方气质 */
.banner_title,
.about_title,
.services_title,
.shop_title,
.frequently_title,
.clients_title,
.contact_title,
.choose_title,
.booking_title {
    font-family: 'Noto Serif SC', serif;
}

/* 导航使用思源黑体 */
.navbar-light .navbar-nav .nav-link {
    font-family: 'Noto Sans SC', sans-serif;
}

/* 按钮使用思源黑体 */
.readmore_bt a,
.see_bt a,
.booking_bt a,
.submit-bt {
    font-family: 'Noto Sans SC', sans-serif;
}

/* 价格使用思源黑体 */
.price_text {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 600;
}

/* 统计数字使用思源黑体 */
.satisfied_text {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 600;
}

/*--------------------------------------------------------------------- Footer 样式 ---------------------------------------------------------------------*/

/* Footer 整体样式 */
footer.footer-section {
    background: #2D4A3E;
    color: #F5F3EF;
    padding: 60px 0 30px;
    margin-top: 80px;
    width: 100%;
    float: left;
}

/* Footer 三列布局 */
footer.footer-section .footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 40px;
}

footer.footer-section .footer-col {
    width: 100%;
    float: none;
}

/* Footer Logo */
footer.footer-section .footer-logo {
    max-width: 140px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

/* Footer 品牌描述 */
footer.footer-section .footer-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #F5F3EF;
    margin: 0 0 25px 0;
    opacity: 0.85;
}

/* 社交图标样式 - 关键：限制尺寸 */
footer.footer-section .footer-social {
    display: flex;
    gap: 15px;
}

footer.footer-section .footer-social a {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(245, 243, 239, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

footer.footer-section .footer-social a:hover {
    background: rgba(245, 243, 239, 0.1);
    border-color: #F5F3EF;
    transform: translateY(-3px);
}

/* 关键：限制社交图标尺寸 */
footer.footer-section .footer-social img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

/* Footer 标题 */
footer.footer-section .footer-title {
    font-family: 'Noto Serif SC', serif;
    font-size: 18px;
    font-weight: 500;
    color: #F5F3EF;
    margin-bottom: 25px;
    letter-spacing: 2px;
    padding-bottom: 0;
}

/* Footer 链接列表 */
footer.footer-section .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.footer-section .footer-links li {
    margin-bottom: 15px;
}

footer.footer-section .footer-links a {
    color: #F5F3EF;
    font-size: 15px;
    opacity: 0.85;
    transition: all 0.3s ease;
    text-decoration: none;
}

footer.footer-section .footer-links a:hover {
    opacity: 1;
    color: #A68B6B;
    padding-left: 5px;
}

/* Footer 联系方式 */
footer.footer-section .footer-contact {
    font-style: normal;
    font-size: 15px;
    line-height: 2;
    color: #F5F3EF;
    opacity: 0.85;
}

footer.footer-section .footer-contact p {
    margin: 0 0 8px 0;
}

footer.footer-section .footer-contact a {
    color: #F5F3EF;
    transition: all 0.3s ease;
    text-decoration: none;
}

footer.footer-section .footer-contact a:hover {
    color: #A68B6B;
}

/* Footer 底部版权 */
footer.footer-section .footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(245, 243, 239, 0.2);
    text-align: center;
}

footer.footer-section .footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #F5F3EF;
    opacity: 0.6;
}

/* Footer 响应式 */
@media (max-width: 991px) {
    footer.footer-section .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    footer.footer-section {
        padding: 50px 0 30px;
    }
}

/*--------------------------------------------------------------------- 地图样式 ---------------------------------------------------------------------*/

/* 高德地图容器 */
.map-responsive .amap-container {
    width: 100%;
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
    background: #F5F3EF;
}

/* 未配置 key 时的降级联系卡片 */
.amap-container.amap-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2D4A3E 0%, #3A5A4F 100%);
}

.amap-fallback-inner {
    text-align: center;
    padding: 40px 20px;
}

.amap-fallback-title {
    font-family: 'Noto Serif SC', serif;
    font-size: 26px;
    color: #F5F3EF;
    letter-spacing: 2px;
    margin: 0 0 12px 0;
}

.amap-fallback-text {
    font-size: 15px;
    color: rgba(245, 243, 239, 0.75);
    margin: 0 0 24px 0;
    letter-spacing: 1px;
}

.amap-fallback-link {
    display: inline-block;
    font-size: 14px;
    color: #F5F3EF;
    border: 1px solid rgba(245, 243, 239, 0.4);
    border-radius: 4px;
    padding: 10px 26px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.amap-fallback-link:hover {
    background: rgba(245, 243, 239, 0.12);
    border-color: #F5F3EF;
    color: #F5F3EF;
}

@media (max-width: 767px) {
    .map-responsive .amap-container {
        height: 320px;
        margin-bottom: 40px;
    }
}

/*--------------------------------------------------------------------- 品质承诺页样式 ---------------------------------------------------------------------*/

/* Page Header */
.page_header {
    background: linear-gradient(135deg, #F5F3EF 0%, #E8E4DC 100%);
    padding: 80px 0 60px;
    text-align: center;
}

.page_title {
    font-family: 'Noto Serif SC', serif;
    font-size: 48px;
    color: #2D4A3E;
    margin-bottom: 16px;
    font-weight: 600;
}

.page_subtitle {
    font-size: 18px;
    color: #8B7355;
    margin: 0;
}

/* Quality Stats Section */
.quality_stats_section {
    background: #2D4A3E;
    padding: 80px 0;
}

.stat_card {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(245, 243, 239, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.stat_card:hover {
    background: rgba(245, 243, 239, 0.05);
    transform: translateY(-4px);
}

.stat_number {
    font-family: 'Noto Serif SC', serif;
    font-size: 72px;
    color: #F5F3EF;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.stat_unit {
    font-size: 20px;
    color: #C8594E;
    margin-bottom: 12px;
    font-weight: 500;
}

.stat_label {
    font-size: 18px;
    color: #F5F3EF;
    margin-bottom: 8px;
    font-weight: 500;
}

.stat_desc {
    font-size: 14px;
    color: rgba(245, 243, 239, 0.6);
    line-height: 1.6;
    margin: 0;
}

/* Quality Promise Section */
.quality_promise_section {
    padding: 100px 0;
    background: #FAF8F5;
}

.section_title {
    font-family: 'Noto Serif SC', serif;
    font-size: 36px;
    color: #2D4A3E;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 600;
}

.section_subtitle {
    font-size: 18px;
    color: #8B7355;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 60px;
}

.promise_card {
    background: #FFFFFF;
    padding: 48px 36px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(45, 74, 62, 0.06);
    transition: all 0.3s ease;
}

.promise_card:hover {
    box-shadow: 0 8px 40px rgba(45, 74, 62, 0.12);
    transform: translateY(-4px);
}

.promise_icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}

.promise_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promise_title {
    font-family: 'Noto Serif SC', serif;
    font-size: 24px;
    color: #2D4A3E;
    margin-bottom: 16px;
    font-weight: 600;
}

.promise_desc {
    font-size: 15px;
    color: #5A6B5E;
    line-height: 1.8;
    margin: 0;
}

/* Tea Process Section */
.tea_process_section {
    padding: 100px 0;
    background: #FFFFFF;
}

.process_timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-left: 60px;
}

.process_timeline::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #2D4A3E, #8B9D76);
}

.process_step {
    position: relative;
    padding-bottom: 48px;
    padding-left: 40px;
}

.process_step:last-child {
    padding-bottom: 0;
}

.step_number {
    position: absolute;
    left: -48px;
    top: 0;
    width: 48px;
    height: 48px;
    background: #2D4A3E;
    color: #F5F3EF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Serif SC', serif;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
}

.step_content {
    background: #F5F3EF;
    padding: 24px 32px;
    border-radius: 8px;
}

.step_title {
    font-family: 'Noto Serif SC', serif;
    font-size: 20px;
    color: #2D4A3E;
    margin-bottom: 8px;
    font-weight: 600;
}

.step_desc {
    font-size: 15px;
    color: #5A6B5E;
    line-height: 1.7;
    margin: 0;
}
