/* ========================================
   Farmer Stories Page — Premium
   ======================================== */

/* --- Shared Quality Styles --- */
.section-header {
    text-align: center;
    margin-bottom: 56px;
}

.section-header h2 {
    margin-bottom: 14px;
}

.section-header p {
    color: var(--color-text-secondary);
    font-size: 1.08rem;
    max-width: 650px;
    margin: 0 auto 20px;
    line-height: 1.75;
}

.section-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary-green), var(--color-gold));
    margin: 0 auto;
    border-radius: var(--radius-full);
}

/* --- Hero --- */
.fs-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.fs-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.05);
    transition: transform 8s ease-out;
}

.fs-hero:hover .fs-hero-bg {
    transform: scale(1);
}

.fs-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(14, 47, 18, 0.94) 0%, rgba(30, 58, 14, 0.88) 50%, rgba(45, 80, 22, 0.85) 100%);
    z-index: 1;
}

.fs-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.fs-hero-text {
    max-width: 620px;
}

.fs-hero-text h1 {
    color: var(--color-white);
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    margin-bottom: 22px;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.fs-hero-text p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.12rem;
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 520px;
}

.fs-hero-badges {
    text-align: center;
    flex-shrink: 0;
}

.trust-badge-cluster {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.trust-badge-item {
    display: inline-block;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    color: var(--color-white);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.trust-badge-item:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
}

.trust-badge-label {
    display: block;
    color: var(--color-gold);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* --- Stories Section --- */
.fs-stories {
    padding: 110px 0;
    background: var(--color-cream);
}

/* --- Story Card --- */
.fs-story-card {
    background: var(--color-white);
    border: 1px solid rgba(224, 221, 212, 0.6);
    border-radius: 20px;
    padding: 52px 56px;
    margin-bottom: 36px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 4px solid var(--color-gold);
    position: relative;
}

.fs-story-card:last-child {
    margin-bottom: 0;
}

.fs-story-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-gold), transparent);
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.fs-story-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

.fs-story-card:hover::after {
    opacity: 1;
}

.fs-story-header {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(224, 221, 212, 0.5);
}

.fs-story-avatar {
    width: 68px;
    height: 68px;
    min-width: 68px;
    background: linear-gradient(135deg, rgba(197, 164, 78, 0.12), rgba(197, 164, 78, 0.04));
    border: 2px solid rgba(197, 164, 78, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(197, 164, 78, 0.1);
}

.fs-story-card:hover .fs-story-avatar {
    border-color: var(--color-gold);
    background: linear-gradient(135deg, rgba(197, 164, 78, 0.2), rgba(197, 164, 78, 0.08));
    box-shadow: 0 4px 16px rgba(197, 164, 78, 0.15);
    transform: scale(1.05);
}

.fs-story-avatar svg {
    width: 28px;
    height: 28px;
    color: var(--color-gold);
}

.fs-story-meta h2 {
    font-size: 1.5rem;
    margin-bottom: 6px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.fs-story-role {
    font-size: 0.85rem;
    color: var(--color-primary-green);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fs-story-content p {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--color-text-secondary);
    margin-bottom: 18px;
}

.fs-story-content p:last-child {
    margin-bottom: 0;
}

/* --- Highlight Box --- */
.fs-story-highlight {
    display: flex;
    gap: 20px;
    padding: 28px 32px;
    background: linear-gradient(135deg, rgba(14, 47, 18, 0.03) 0%, rgba(45, 80, 22, 0.015) 100%);
    border: 1px solid rgba(45, 80, 22, 0.1);
    border-radius: 16px;
    margin: 28px 0;
    transition: all 0.3s ease;
}

.fs-story-highlight:hover {
    background: linear-gradient(135deg, rgba(14, 47, 18, 0.05) 0%, rgba(45, 80, 22, 0.025) 100%);
    border-color: rgba(45, 80, 22, 0.15);
}

.fs-story-highlight svg {
    width: 28px;
    height: 28px;
    min-width: 28px;
    color: var(--color-primary-green);
    margin-top: 2px;
}

.fs-story-highlight strong {
    display: block;
    margin-bottom: 8px;
    color: var(--color-text-primary);
    font-size: 0.98rem;
    font-weight: 700;
}

.fs-story-highlight p {
    font-size: 0.92rem;
    line-height: 1.75;
    margin-bottom: 0;
}

/* --- CTA --- */
.fs-cta {
    padding: 110px 0;
    background: linear-gradient(135deg, #0F2A06 0%, #1A3D0F 50%, #14320C 100%);
    position: relative;
    text-align: center;
    overflow: hidden;
}

.fs-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(197, 164, 78, 0.08) 0%, transparent 60%);
    z-index: 0;
}

.fs-cta .container {
    position: relative;
    z-index: 2;
}

.fs-cta-content h2 {
    color: var(--color-white);
    margin-bottom: 16px;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.fs-cta-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin-bottom: 36px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
}

.fs-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* --- Mobile Sticky CTA --- */
.fs-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--color-border);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.fs-mobile-cta .btn {
    width: 100%;
    max-width: 400px;
}

/* ========================================
   Responsive
   ======================================== */

@media (max-width: 1024px) {
    .fs-hero-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .fs-hero-text {
        max-width: 100%;
    }

    .fs-hero-text p {
        max-width: 100%;
    }

    .fs-story-card {
        padding: 40px 36px;
    }
}

@media (max-width: 768px) {
    .fs-hero {
        min-height: 70vh;
    }

    .fs-hero-text h1 {
        font-size: 1.9rem;
    }

    .fs-hero-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .fs-stories {
        padding: 60px 0;
    }

    .fs-story-card {
        padding: 32px 24px;
        border-radius: 16px;
    }

    .fs-story-header {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }

    .fs-story-highlight {
        flex-direction: column;
        gap: 14px;
        text-align: center;
        padding: 24px 20px;
    }

    .fs-mobile-cta {
        display: block;
    }

    .fs-cta {
        padding: 70px 0 100px;
    }
}

@media (max-width: 480px) {
    .fs-story-card {
        padding: 24px 18px;
    }

    .fs-story-meta h2 {
        font-size: 1.25rem;
    }
}
