/* ========================================
   Our Story Page - Enhanced Layout
   ======================================== */

/* Enhanced Page Header */
.page-header--enhanced {
    position: relative;
    padding: 120px 0 80px;
}

.page-header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.page-header--enhanced .container {
    position: relative;
    z-index: 2;
}

.page-header__tagline {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    opacity: 0.9;
}

/* Story Introduction */
.story-intro {
    padding: 80px 0;
    background: #ffffff;
}

.story-intro__content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.story-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
    color: #ffffff;
    padding: 30px 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(139, 195, 74, 0.3);
}

.badge-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.badge-text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.story-intro__text {
    font-size: 18px;
    line-height: 1.8;
    color: #2c3e50;
    text-align: justify;
}

/* Vision & Mission Section */
.vision-mission-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.vm-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-top: 4px solid transparent;
}

.vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8bc34a 0%, #7cb342 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.vm-card:hover::before {
    transform: scaleX(1);
}

.vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(139, 195, 74, 0.2);
}

.vm-card__icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.vm-card:hover .vm-card__icon {
    transform: scale(1.1) rotate(10deg);
}

.vm-card__icon svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}

.vm-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.vm-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    margin: 0;
}

/* Core Values Section */
.core-values {
    padding: 80px 0;
    background: #ffffff;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 18px;
    color: #666;
}

.value-card {
    text-align: center;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 15px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: 2px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 250px;
}

.value-card:hover {
    transform: translateY(-5px);
    border-color: #8bc34a;
    box-shadow: 0 10px 30px rgba(139, 195, 74, 0.15);
}

.value-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.value-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.value-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Peak Freshness Section */
.peak-freshness {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.peak-freshness__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.peak-freshness__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 195, 74, 0.9) 0%, rgba(124, 179, 66, 0.9) 100%);
}

.peak-freshness__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
}

.peak-icon {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    backdrop-filter: blur(10px);
    border: 4px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.peak-icon svg {
    width: 70px;
    height: 70px;
    fill: #ffffff;
}

.peak-freshness__content h3 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.peak-freshness__content p {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 40px;
    opacity: 0.95;
}

.peak-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #ffffff;
    color: #8bc34a;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.peak-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    color: #7cb342;
    background: #ffffff;
}

/* Responsive Design */
@media (max-width: 991px) {
    .page-header--enhanced {
        padding: 100px 0 60px;
    }
    
    .story-intro {
        padding: 60px 0;
    }
    
    .vision-mission-section {
        padding: 60px 0;
    }
    
    .vm-card {
        padding: 40px 30px;
        margin-bottom: 30px;
    }
    
    .core-values {
        padding: 60px 0;
    }
    
    .peak-freshness {
        padding: 80px 0;
    }
    
    .peak-freshness__content h3 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .page-header__tagline {
        font-size: 16px;
    }
    
    .badge-number {
        font-size: 36px;
    }
    
    .story-intro__text {
        font-size: 16px;
    }
    
    .vm-card {
        padding: 30px 25px;
    }
    
    .vm-card h3 {
        font-size: 24px;
    }
    
    .section-title h3 {
        font-size: 28px;
    }
    
    .peak-freshness__content h3 {
        font-size: 28px;
    }
    
    .peak-freshness__content p {
        font-size: 16px;
    }
    
    .peak-freshness__bg {
        background-attachment: scroll;
    }
}
