.vibeHero {
    position: relative;
}

.vibeHero .mobileBreak {
    display: none;
}

.vibeHeroWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vibeHeroContent {
    max-width: var(--container-width);
    padding: 40px var(--section-padding-right) 40px var(--section-padding-left);
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
}

.vibeHeroContentTitle {
    font-size: 62px;
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #FFF;
    max-width: 600px;
}

.vibeHeroContentText {
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    max-width: 450px;
    margin: 0;
    font-weight: 600;
}

.vibeHeroContentLinkButton {
    color: #000;
    background-color: #FFF;
    margin-top: auto;
}

.vibeHeroContentItemsTitle {
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 20px;
    margin: 30px 0 16px 0;
    letter-spacing: 1px;
}

.vibeHeroContentItemsGrid {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    column-gap: 20px;
    row-gap: 8px;
}

.vibeHeroContentItemsGridItem {
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 4px 12px 16px;
    border-bottom-right-radius: 20px;
}

.vibeHeroContentItemsGridItemPrice {
    font-style: italic;
}

.vibeHeroContentItemsGridItemPrice sup {
    font-size: 16px;
}

.vibeHeroContentItemsGridItemDisclaimer {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    align-self: end;
    color: #FFF;
}

.vibeHeroPicture {
}

.vibeHeroPicture img {
    object-fit: cover;
    object-position: top left;
    min-height: 1053px;
    max-height: calc(100vh - 77px);
}

.vibeItems {
    max-width: var(--container-width);
    padding: 60px var(--section-padding-right) 60px var(--section-padding-left);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.vibeItemsItem {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vibeItemsItemContent {
}

.vibeItemsItemContentTitle {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 16px 0;
    line-height: 1;
}

.vibeItemsItemContentText {
    font-size: 20px;
    margin: 0 0 30px 0;
}

.vibeItemsItemFigure {
    margin: 0;
    height: fit-content;
    position: relative;
}

.vibeItemsItemFigureImage {
    object-fit: cover;
    object-position: bottom center;
    height: 90.5223%;
}

.vibeItemsItemFigureCaption {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    bottom: 8%;
    left: 0;
}

.vibeItemsItemFigureCaption span {
    font-style: italic;
}

.vibeItemsItem:nth-child(even) {
    transform: translateY(-12%);
}

.vibeItemsItem:nth-child(even) .vibeItemsItemContent {
    text-align: right;
}

.vibeItemsItem:nth-child(even) .vibeItemsItemFigure {
    order: -1;
}

.vibeItemsItem:nth-child(even) .vibeItemsItemFigureImage {
    height: 96.5223%;
}

.vibeItemsItem:nth-child(even) .vibeItemsItemFigureCaption {
    text-align: right;
    right: 0;
}

@media (max-width: 1245px) {
    .vibeItemsItemContentTitle {
        max-width: 300px;
    }

    .vibeItemsItem:nth-child(even) .vibeItemsItemContentTitle {
        margin-left: auto;
    }
}


@media (max-width: 800px) {
    .vibeHero .desktopBreak {
        display: none;
    }

    .vibeHero .mobileBreak {
        display: block;
    }

    .vibeHeroContentItemsGrid {
    }

    .vibeHeroPicture img {
    }
}

@media (max-width: 650px) {
    .vibeHeroContentTitle {
        margin-bottom: 12px;
        font-size: 52px;
        line-height: 42px;
    }

    .vibeHeroContentText {
        font-size: 18px;
    }

    .vibeHeroContentItemsGridItem {
        font-size: 14px;
        padding: 4px 12px 10px;
    }

    .vibeHeroContentItemsGridItemPrice sup {
        font-size: 12px;
    }

    .vibeHeroContentItemsGridItemDisclaimer {
        font-size: 12px;
    }

    .vibeHeroPicture img {
    }

    .vibeItems {
        padding: 40px var(--section-padding-right) 40px var(--section-padding-left);
    }

    .vibeItemsItemContentTitle {
        font-size: 31px;
        max-width: 215px;
    }

    .vibeItemsItemContentText {
        font-size: 18px;
        max-width: 300px;
    }

    .vibeItemsItemFigure {
    }

    .vibeItemsItemFigureCaption {
        font-size: 12px;
    }

    .vibeItemsItem:nth-child(even) {
        transform: translateY(-10%);
    }

    .vibeItemsItem:nth-child(even) .vibeItemsItemContentTitle {
        margin-left: auto;
    }

    .vibeItemsItem:nth-child(even) .vibeItemsItemContentText {
        margin-left: auto;
    }
}

@media (max-width: 500px) {
    .vibeHeroPicture img {
        min-height: 650px;
    }

    .vibeHeroContentTitle {
        font-size: 36px;
        line-height: 30px;
    }

    .vibeHeroContentText {
        max-width: 125px;
        font-size: 16px;
    }

    .vibeHeroContentItemsTitle {
        font-size: 14px;
    }

    .vibeHeroContentItemsGrid {
        column-gap: 8px;
        row-gap: 8px;
    }

    .vibeHeroContentItemsGridItem {
        font-size: 14px;
        padding: 4px 4px 10px;
    }

    .vibeItemsItemFigure {
    }

    .vibeItemsItemFigureCaption {
        bottom: -10px;
    }

    .vibeItemsItemContentTitle {
        font-size: 27px;
        max-width: 204px;
    }

    .vibeItemsItemContentText {
        max-width: 170px;
        font-size: 16px;
    }
}
