/* BIOBEY FR HOMEPAGE — loaded only on front page */

/* =========================================================
   22. HOMEPAGE PROMO HERO
   ========================================================= */


/* Desktop basis */

body.home .biobey-home-hero {
    width: min(1200px, calc(100% - 48px));

    max-width: 1200px;

    min-height: 620px;

    margin-left: auto;
    margin-right: auto;

    box-sizing: border-box;

    border-radius: 0;
}


/* Tekstzijde */

body.home .biobey-home-hero .wp-block-media-text__content {
    padding: 64px 58px;
}


/* Label */

body.home .biobey-home-hero-label {
    margin: 0 0 14px;

    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    font-size: 13px;
    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1.2px;
}


/* H1 */

body.home h1.biobey-home-hero-title {
    margin: 0 0 20px;

    font-family:
        ui-serif,
        Georgia,
        Cambria,
        "Times New Roman",
        serif;

    font-size: clamp(38px, 4vw, 54px);
    font-weight: 500;

    line-height: 1.08;

    letter-spacing: -0.025em;

    text-transform: none;
}


/* Body */

body.home .biobey-home-hero-text {
    max-width: 470px;

    margin: 0 0 26px;

    font-size: 17px;
    line-height: 1.6;
}


/* 15AUR */

body.home .biobey-home-hero-offer {
    margin: 0 0 28px;
    padding: 10px 0;

    border: 0;
    border-radius: 0;
}

body.home .biobey-home-hero-offer p {
    margin: 0;

    font-size: 15px;
    line-height: 1.55;
}


/* CTA */

body.home .biobey-home-hero-buttons {
    justify-content: flex-start;
}

body.home .biobey-home-hero-button .wp-block-button__link {
    padding: 14px 28px;

    background: #102417;
    color: #fff;

    border: 0;
    border-radius: 0;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: .3px;

    text-decoration: none;
}


/* Desktop foto */

body.home .biobey-home-hero .wp-block-media-text__media {
    height: 100%;
    min-height: 620px;

    margin: 0;

    overflow: hidden;

    border-radius: 0;
}

body.home .biobey-home-hero .wp-block-media-text__media img {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 620px;

    object-fit: cover;
    object-position: 62% 82%;

    border-radius: 0;
}


/* =========================================================
   HOMEPAGE HERO TABLET
   ========================================================= */

@media (max-width: 900px) {

    body.home .biobey-home-hero {
        display: block;

        width: 100vw;
        max-width: 100vw;

        min-height: 0;

        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);

        border-radius: 0;
    }

    body.home .biobey-home-hero .wp-block-media-text__content {
        width: 100%;

        box-sizing: border-box;

        padding: 44px 38px 42px;

        text-align: center;
    }

    body.home .biobey-home-hero-label,
    body.home .biobey-home-hero-title,
    body.home .biobey-home-hero-text {
        text-align: center;
    }

    body.home .biobey-home-hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    body.home .biobey-home-hero-offer {
        text-align: center;
    }

    body.home .biobey-home-hero-buttons {
        justify-content: center;
    }


    /* Foto brede crop */

    body.home .biobey-home-hero .wp-block-media-text__media {
        width: 100%;

        min-height: 0;
        height: auto;

        aspect-ratio: 3 / 2;

        margin: 0;

        overflow: hidden;
    }

    body.home .biobey-home-hero .wp-block-media-text__media img {
        width: 100%;
        height: 100%;

        min-height: 0;

        object-fit: cover;
        object-position: center 68%;
    }
}


/* =========================================================
   HOMEPAGE HERO MOBILE
   ========================================================= */

@media (max-width: 600px) {

    body.home .biobey-home-hero .wp-block-media-text__content {
        padding: 32px 22px 34px;
    }

    body.home .biobey-home-hero-label {
        margin-bottom: 12px;

        font-size: 11px;
        line-height: 1.35;
    }

    body.home h1.biobey-home-hero-title {
        margin-bottom: 18px;

        font-size: 34px;
        line-height: 1.1;
    }

    body.home .biobey-home-hero-text {
        margin: 0 auto 20px;

        font-size: 16px;
        line-height: 1.55;
    }

    body.home .biobey-home-hero-offer {
        margin: 0 0 22px;
        padding: 6px 0;
    }

    body.home .biobey-home-hero-button {
        width: auto;
        min-width: 280px;
    }

    body.home .biobey-home-hero-button .wp-block-button__link {
        width: 100%;

        text-align: center;
    }

    body.home .biobey-home-hero .wp-block-media-text__media {
        aspect-ratio: 4 / 3;
    }

    body.home .biobey-home-hero .wp-block-media-text__media img {
        object-position: center 74%;
    }
}
