.hero-culture-block {
    padding: 120px 0;
    width: 100%;
    position: relative;
    background: url(./../../../uploads/2025/11/about_us_intro.png) 50% / cover no-repeat;
}

.hero-culture-brand-text {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-culture-brand-section-title {
    align-items: center;
    color: #db996b;
    display: flex;
    font-size: 48px;
    gap: 20px;
    justify-content: center;
    line-height: 1.2;
    margin-bottom: 40px;
}

.hero-culture-brand-section-title:before {
    background: linear-gradient(0deg, #c5774a, #ffbc8b 50%);
    content: "";
    flex-shrink: 0;
    height: 48px;
    width: 5px;
}

.hero-culture-brand-description {
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    width: 80%;
}

.hero-culture-brand-description p {
    color: #3f4f5a;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.hero-culture-brand-symbol {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}

.hero-culture-symbol-content {
    align-items: center;
    display: flex;
    gap: 60px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.hero-culture-chinese-characters {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
}

.hero-culture-chinese-characters img {
    display: block;
    height: auto;
    max-width: 336px;
}

.hero-culture-gradient-line {
    align-self: stretch;
    background: linear-gradient(0deg, #c5774a, #ffbc8b);
    flex-shrink: 0;
    width: 5px;
}

.hero-culture-meaning-text {
    flex: 1;
    text-align: center;
}

.hero-culture-meaning-item {
    margin-bottom: 40px;
}

.hero-culture-meaning-item .hero-culture-meaning-item-title {
    color: #3f4f5a;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 16px;
}

.hero-culture-meaning-item p {
    color: #3f4f5a;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.hero-culture-meaning-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .hero-culture-block {
    padding:40px 0;
    background: url(./../../../uploads/2025/11/about_us_intro_h5.png) 50% / cover no-repeat;
}
    .hero-culture-brand-text {
        margin-bottom: 0;
        padding: 40px;
    }

    .hero-culture-brand-section-title {
        color: #db996b;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 2rem;
        padding-left: 2rem;
        position: relative;
        text-align: left;
    }

    .hero-culture-brand-section-title:before {
        background: linear-gradient(180deg, #ffbc8b 59%, #c5774a);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 3px;
    }

    .hero-culture-brand-description {
        padding: 20px 0;
        text-align: left;
        width: 100%;
    }

    .hero-culture-brand-description p {
        color: #3f4f5a;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .hero-culture-symbol-content {
        align-items: center;
        flex-direction: column;
        gap: 40px;
        padding: 0 40px;
    }

    .hero-culture-chinese-characters {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
    }

    .hero-culture-chinese-characters .wp-block-image img {
        max-width: 180px;
    }

    .hero-culture-gradient-line {
        align-self: center;
        background: linear-gradient(90deg, #c5774a, #ffbc8b);
        height: 2px;
        width: 100%;
    }

    .hero-culture-meaning-text {
        text-align: left;
    }

    .hero-culture-meaning-item {
        margin-bottom: 40px;
    }

    .hero-culture-meaning-item .hero-culture-meaning-item-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .hero-culture-meaning-item p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
}