/* Vigneron Detail page styles */

/* Import base styles and components */
@import "base-zW0DGQa.css";
@import "components/header-FQ0_1JI.css";
@import "components/hero_short-NUhh4ED.css";
@import "components/card_service-JwZyVJz.css";
@import "components/text_content-92yg7qr.css";
@import "components/stat-rEPf0At.css";
@import "components/link_arrow-UjWqbLF.css";
@import "components/card_event-zqtuDMt.css";
@import "components/cta_section-t7KgU1f.css";
@import "components/footer-cxZLcZV.css";

/* ============================================ */
/* VIGNERON DETAIL HERO - MOBILE */
/* ============================================ */

.vigneron-detail-content {
    padding: 0;
    padding-top: 25px !important;
}

.vigneron-detail-hero .hero-short__wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.vigneron-detail-image--hero {
    display: block;
    width: auto;
    height: 40px;
    position: relative;
    align-self: flex-start;
    margin-top: -35px;
}

.vigneron-detail-image--hero .vigneron-detail-image__img {
    width: auto;
    height: 206px;
    object-fit: cover;
    border-radius: 8px;
}

.vigneron-detail-image--hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 206px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.19%, rgba(40, 0, 0, 0.60) 77.23%);
    pointer-events: none;
}

/* ============================================ */
/* VIGNERON DETAIL CONTENT - MOBILE */
/* ============================================ */

.vigneron-detail-content {
    padding: 0;
    background-color: var(--color-white);
    max-width: 1550px;
    margin: 0 auto;
    margin-left: 16px;
    margin-right: 16px;
}

.vigneron-detail-content__wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.vigneron-detail-main {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.vigneron-detail-sections {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.vigneron-detail-back {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Grantha Sangam MN";
    font-size: 16px;
    font-weight: 500;
    color: var(--color-bordeaux);
    text-decoration: underline;
    width: fit-content;
}

.vigneron-detail-back svg {
    flex-shrink: 0;
    margin-top: -10px;
}

.vigneron-detail-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vigneron-detail-image {
    width: 100%;
    flex-shrink: 0;
}

.vigneron-detail-image--portrait {
    aspect-ratio: 3 / 4;
}

.vigneron-detail-image--portrait:not(.vigneron-detail-image--hero) {
    background-color: #D9D9D9;
}

.vigneron-detail-image--vineyard {
    aspect-ratio: 497 / 527;
}

.vigneron-detail-image__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    margin-left: auto;
    /* margin-top: 40px; */
}


/* ============================================ */
/* CTA SECTION */
/* ============================================ */

.vignerons-cta {
    padding: 56px 16px;
    background-color: var(--color-beige);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    margin-top: 40px;

}

.vignerons-cta__title {
    font-family: 'Lora', serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    color: var(--color-bordeaux);
    max-width: 800px;
}

.hero-short__content {
    max-width: 520px;
}

.hero-short__wrapper {
    width: 100%;
}

.vigneron-detail-back {
    margin-bottom: 75px;
}

/* ============================================ */
/* RESPONSIVE - DESKTOP (1024px+) */
/* ============================================ */

@media (min-width: 1024px) {

    .vigneron-detail-back {
        margin-bottom: 0px;
    }

    .hero-short__content {
        max-width: none;
    }

    .vigneron-detail-content {
        margin-left: 24px;
        margin-right: 24px;
    }

    .vigneron-detail-hero {
        overflow: visible;
        min-height: 50vh;
    }

    .vigneron-detail-hero .hero-short__wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        overflow: visible;
        width: 100%;
        height: 100%;
    }

    .vigneron-detail-hero .hero-short__content {
        max-width: 54%;
        flex-shrink: 0;
    }

    .vigneron-detail-image--hero {
        display: block;
        width: 40%;
        max-width: 367px;
        position: relative;
        align-self: flex-start;
        height: 20px;
        margin-top: -35px;
        overflow: visible;
    }

    .vigneron-detail-image--hero .vigneron-detail-image__img {
        width: 100%;
        height: 440px;
        object-fit: cover;
        border-radius: 24px;
    }

    .vigneron-detail-image--hero::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 440px;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.19%, rgba(40, 0, 0, 0.60) 77.23%);
        pointer-events: none;
    }
}

/* ============================================ */
/* RESPONSIVE - DESKTOP (1120px+) */
/* ============================================ */

@media (min-width: 1025px) {
    .vignerons-cta {
        padding: 210px 192px 90px 192px;
        margin-top: 0px;

    }

    .vigneron-detail-content {
        padding: 0;
        padding-top: 45px;
        margin-left: 100px;
        margin-right: 100px;
    }

    .vigneron-detail-main {
        display: flex;
        gap: 64px;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
    }

    .vigneron-detail-sections {
        gap: 34px;
    }

    .vigneron-detail-image--vineyard {
        height: 427px;
        width: auto;
        margin-top: 145px;
    }

    /* .vigneron-detail-image--vineyard .vigneron-detail-image__img {
        margin-top: 87px;
    } */

    .vignerons-cta__title {
        font-size: 48px;
        line-height: 56px;
    }
}

/* ============================================ */
/* RESPONSIVE - DESKTOP (1200px+) */
/* ============================================ */
@media (min-width: 1161px) {
    .vigneron-detail-image--vineyard {
        width: auto;
        margin-top: 245px;
    }
}

@media (min-width: 1200px) {
    .vigneron-detail-image--hero {
        margin-right: 125px;
    }

    .vigneron-detail-content {
        margin-left: 100px;
        margin-right: 100px;
    }

    .vigneron-detail-section {
        max-width: 494px;
    }

    .vigneron-detail-image--vineyard {
        margin-right: 225px;
        margin-top: 200px;
    }
}

/* ============================================ */
/* RESPONSIVE - LARGE DESKTOP (1600px+) */
/* ============================================ */

@media (min-width: 1400px) {
    .vigneron-detail-content {
        padding: 0;
    }

    .vigneron-detail-image--vineyard {
        height: 527px;
        margin-right: 125px;
    }

}

@media (min-width: 1600px) {
    .vigneron-detail-content {
        margin-left: 192px;
        margin-right: 192px;
    }

    .vigneron-detail-image--vineyard {
        height: 527px;
        margin-right: 125px;

    }
}

/* ============================================ */
/* RESPONSIVE - EXTRA LARGE DESKTOP (1920px+) */
/* ============================================ */

@media (min-width: 1920px) {
    .vigneron-detail-content {
        min-width: 1550px;
        max-width: 1550px;
        margin-left: auto;
        margin-right: auto;
    }
}