/* Banner */
.our-story-banner-container-v4 {
    z-index: 1;
    padding: 25px 40px 95px;
}

.our-story-banner-paragraph-v4 {
    margin: auto auto 0;
}

.our-story-banner-paragraph-v4 h2 {
    padding: 25px 0;
}

.producers-details-banner-background-v4 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgb(0 0 0 / 50%) 72%);
    height: 100%;
}

/* Harvest Section */
.harvest-section-container-v4 {
    padding: 140px 40px 85px;
}

.harvest-section-v4 {
    max-width: 1200px;
    margin: auto;
}

.harvest-section-title-v4 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 72px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
}

.harvest-section-description-v4 {
    max-width: 1040px;
    margin: auto;
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: center;
    color: rgba(51, 38, 36, 0.75);
    padding: 10px 0 60px;
}

.harvest-section-cards-v4 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.harvest-section-card-content-v4 {
    /* Keep card width consistent even if there is only 1 item */
    flex: 0 1 308px;
    max-width: 308px;
    width: 100%;
}

.harvest-section-card-content-v4 img {
    display: block;
    max-height: 500px;
    object-fit: cover;
    border-radius: 0 !important;
}

.harvest-section-card-content-v4 h4 {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 16.8px;
    letter-spacing: 0.47px;
    text-transform: uppercase;
    color: #000;
    padding: 13px 0 10px;
}

.harvest-section-card-content-v4 p {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 13.07px;
    line-height: 18.76px;
    letter-spacing: 0.47px;
    text-transform: capitalize;
    color: rgba(51, 38, 36, 0.75);
}

/* Origin Section */
.origin-story-section-v4 {
    position: relative;
    min-height: 800px;
    padding: 100px 40px;
    background: rgba(26, 38, 33, 1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.origin-story-section-left-v4 {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
}

.origin-story-section-left-v4 h2 {
    max-width: 770px;
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 87px;
    letter-spacing: 1px;
    color: #FFF;
}

.origin-story-section-left-v4 h4 {
    max-width: 770px;
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    color: #FFF;
    padding: 70px 0 40px;
}

.origin-story-section-left-v4 p {
    max-width: 770px;
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #FFF;
}

.origin-story-section-right-v4 {
    position: absolute;
    top: -75px;
    right: -285px;
}

.origin-story-section-right-v4 img {
    max-width: 1285px;
    object-fit: cover;
}

/* Process Section */
.process-section-v4 {
    padding: 150px 40px;
}

.process-section-container-v4 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.process-section-left-v4 {
    width: 100%;
    max-width: 563px;
}

.process-section-left-v4 video {
    height: 563px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.process-section-right-v4 {
    width: 100%;
    max-width: 593px;
}

.process-section-right-title-v4 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 87px;
    letter-spacing: 1px;
    color: rgba(33, 47, 42, 1);
    padding: 0 0 45px;
}

.process-section-right-subtitle-v4 {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    color: rgba(74, 78, 80, 1);
    padding: 0 0 40px;
}

.process-section-right-description-v4 {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: rgba(51, 38, 36, 0.75);
    padding: 0 0 75px;
}

.process-section-right-details-v4 {
    display: flex;
    align-items: center;
    padding: 5px 0 7px;
    border-bottom: 1.33px solid rgba(51, 38, 36, 0.2)
}

.process-section-right-details-v4:last-child {
    border-bottom: 0;
}

.process-section-right-details-v4 h5 {
    width: 100%;
    font-family: 'InterFace', sans-serif;
    font-weight: 700;
    font-size: 17.79px;
    line-height: 33.6px;
    letter-spacing: 0.8px;
    color: rgba(74, 78, 80, 1);
}

.process-section-right-details-v4 span {
    width: 100%;
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 17.94px;
    line-height: 33.6px;
    letter-spacing: 0.8px;
    color: rgba(51, 38, 36, 0.75);
}

/* Expresso Section */
.experience-section-v4 {
    background: #FFF;
}

@media (max-width: 1440px) {

    /* Banner */
    .our-story-banner-paragraph-v4 h4 {
        font-size: 22px;
    }

    /* Harvest Section */
    .harvest-section-container-v4 {
        padding: 100px 40px 85px;
    }

    .harvest-section-title-v4 {
        font-size: 54px;
        line-height: 120%;
    }

    /* Origin Section */
    .origin-story-section-v4 {
        min-height: 600px;
    }

    .origin-story-section-left-v4 h2 {
        font-size: 54px;
        line-height: 120%;
    }

    /* Process Section */
    .process-section-v4 {
        padding: 100px 40px;
    }

    .process-section-right-title-v4 {
        font-size: 54px;
        line-height: 120%;
    }
}

@media (max-width: 1024px) {

    /* Banner */
    .our-story-banner-container-v4 {
        padding: 25px 25px 78px;
    }

    .our-story-banner-paragraph-v4 h4 {
        font-size: 20px;
    }

    /* Harvest Section */
    .harvest-section-container-v4 {
        padding: 80px 25px 80px;
    }

    .harvest-section-title-v4 {
        font-size: 46px;
    }

    .harvest-section-description-v4 {
        padding: 6px 0 55px;
    }

    /* Origin Section */
    .origin-story-section-v4 {
        min-height: auto;
        padding: 80px 25px;
    }

    .origin-story-section-left-v4 h2 {
        font-size: 46px;
    }

    .origin-story-section-left-v4 h4 {
        padding: 35px 0 40px;
    }

    /* Process Section */
    .process-section-v4 {
        padding: 80px 25px;
    }

    .process-section-right-title-v4 {
        font-size: 46px;
        padding: 0 0 35px;
    }

    .process-section-right-subtitle-v4 {
        padding: 0 0 30px;
    }

    .process-section-right-description-v4 {
        padding: 0 0 60px;
    }
}

@media (max-width: 768px) {

    /* Banner */
    .our-story-banner-paragraph-v4 h4 {
        font-size: 18px;
    }

    .our-story-banner-paragraph-v4 h2 {
        font-size: 32px;
    }

    /* Harvest Section */
    .harvest-section-container-v4 {
        padding: 60px 25px 60px;
    }

    .harvest-section-title-v4 {
        font-size: 32px;
    }

    .harvest-section-cards-v4 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }

    .harvest-section-card-content-v4 {
        max-width: 230px;
    }

    .harvest-section-card-content-v4 img {
        max-height: none;
        height: 240px;
    }

    .harvest-section-card-content-v4 h4 {
        font-size: 18px;
        padding: 13px 0 10px;
    }

    .harvest-section-card-content-v4 p {
        font-size: 14px;
        line-height: 20px;
    }

    /* Origin Section */
    .origin-story-section-v4 {
        padding: 60px 25px;
        flex-direction: column;
        gap: 30px;
    }

    .origin-story-section-left-v4 h2 {
        font-size: 32px;
    }

    .origin-story-section-right-v4 {
        position: static;
    }

    /* Process Section */
    .process-section-v4 {
        padding: 60px 25px;
    }

    .process-section-container-v4 {
        flex-direction: column-reverse;
        gap: 60px;
    }

    .process-section-left-v4 {
        max-width: 100%;
    }

    .process-section-left-v4 video {
        height: 400px;
    }

    .process-section-right-v4 {
        max-width: 100%;
    }

    .process-section-right-title-v4 {
        font-size: 32px;
    }
}