.page-banner {
    position: relative;
    width: 100%;
    height: 580px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start !important;
    justify-content: center;
    margin-top: 0;
    padding-top: 120px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.banner-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.values-section {
    padding: 80px 0;
    background: #fff;
}

.values-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: flex-start;
    margin-top: 40px;
}

.values-image {
    border-radius: 8px;
    overflow: hidden;
}

.values-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
    display: block;
}

.values-list {
    display: flex;
    flex-direction: column;
}

.value-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.value-item:last-child {
    margin-bottom: 0;
}

.value-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #e2b483;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
}

.value-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.value-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.about-story {
    padding: 80px 0;
    background: #faf6f4;
}

.story-subtitle {
    text-align: center;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-bottom: 40px;
    font-style: italic;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: flex-start;
}

.story-images {
    display: flex;
    flex-direction: column;
}

.story-images img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

.story-images img:last-child {
    margin-bottom: 0;
}

.story-text p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story-text h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.story-text ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.story-text ul li {
    font-size: 15px;
    color: #555;
    line-height: 2;
    list-style: disc;
}

.parallax-promise {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url('../images/图片17.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

    .parallax-content {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 800px;
        padding: 0 10px;
    }

.parallax-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
}

.parallax-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.production-process-section {
    padding: 80px 0;
    background: #faf6f4;
}

.process-image img {
    width: 100%;
    border-radius: 8px;
}

.sustainable-section {
    padding: 80px 0;
    background: #fff;
}

.sustainable-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: flex-start;
}

.sustainable-image img {
    width: 100%;
    border-radius: 8px;
}

.sustainable-text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.sustainable-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.sustainable-section-2 {
    padding: 80px 0;
    background: #faf6f4;
}

.sustainable-content-2 {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: stretch;
}

.sustainable-text-2 h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.sustainable-text-2 h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 28px;
    margin-bottom: 15px;
}

.sustainable-text-2 p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
}

.sustainable-text-2 ul {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

.sustainable-text-2 ul li {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.sustainable-text-2 ul li:before {
    content: "•";
    color: #e2b483;
    position: absolute;
    left: 0;
}

.sustainable-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.team-section {
    padding: 80px 0;
    background: #fff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.team-member {
    border-radius: 8px;
    overflow: hidden;
}

.team-member img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s;
}

.team-member:hover img {
    transform: scale(1.05);
}

.data-section {
    padding: 80px 0;
    background: #faf6f4;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.stat-item {
    padding: 30px;
}

.stat-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #e2b483;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    color: #666;
}

@media (max-width: 992px) {
    .values-content,
    .story-content,
    .sustainable-content,
    .sustainable-content-2 {
        grid-template-columns: 1fr;
    }
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-banner {
        height: 400px;
    }
    .banner-title {
        font-size: 36px;
    }
    .parallax-content h2 {
        font-size: 28px;
    }
    .parallax-content p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .parallax-promise {
        background-attachment: scroll;
        height: 400px;
    }
    .parallax-content h2 {
        font-size: 24px;
    }
    .parallax-content p {
        font-size: 14px;
    }
    .values-content,
    .story-content,
    .sustainable-content,
    .sustainable-content-2 {
        gap: 30px;
    }
    .values-section,
    .about-story,
    .production-process-section,
    .sustainable-section,
    .sustainable-section-2,
    .team-section,
    .data-section {
        padding: 60px 0;
    }
    .page-banner {
        height: 300px;
    }
    .banner-title {
        font-size: 28px;
    }
    .stat-number {
        font-size: 36px;
    }
    .stat-label {
        font-size: 14px;
    }
}
