body.home .entry-header,
body.home .page-header,
body.home .post-thumbnail {
    display: none !important;
}

.areto-home-builder {
    background: #fff;
    color: #000;
    overflow: hidden;
}

.areto-home-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(520px, 56vw, 720px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-image: var(--areto-home-hero-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.areto-home-hero--image-only {
    display: block;
    min-height: 0;
    height: auto;
    background: transparent;
}

.areto-home-hero--image-only img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
    object-position: center;
}

.areto-home-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,.42) 38%, rgba(255,255,255,.06) 78%);
}

.areto-home-hero__content {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 48px));
    margin: 0 auto;
    padding: 80px 0;
}

.areto-home-hero__content h1 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(44px, 6vw, 88px);
    line-height: .98;
    font-weight: 400;
    letter-spacing: -.055em;
    color: #000 !important;
}

.areto-home-hero__content p {
    max-width: 460px;
    margin: 24px 0 0;
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1.35;
    color: #000 !important;
}

.areto-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 56px;
    margin-top: 34px;
    padding: 14px 28px;
    border-radius: 8px;
    background: #e9ded7;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    transition: transform .2s ease, background-color .2s ease;
}

.areto-home-btn:hover {
    transform: translateY(-1px);
    background: #ded0c8;
}

.areto-home-btn--light {
    min-width: 168px;
    min-height: 48px;
    margin-top: 28px;
    gap: 10px;
}

.areto-home-section {
    width: min(1280px, calc(100vw - 48px));
    margin: 58px auto;
}

.areto-home-section--brands {
    margin-top: 34px;
    margin-bottom: 64px;
}

.areto-home-builder .areto-offers-section {
    width: min(1280px, calc(100vw - 48px));
    margin: 64px auto;
}

.areto-home-welcome {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(28px, 5vw, 72px);
    width: min(1280px, calc(100vw - 48px));
    margin: 74px auto;
    align-items: center;
}

.areto-home-welcome__copy h2 {
    margin: 0;
    font-size: clamp(32px, 3.7vw, 54px);
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -.055em;
    color: #000 !important;
}

.areto-home-welcome__text {
    max-width: 620px;
    margin-top: 22px;
}

.areto-home-welcome__text p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.72;
    font-weight: 300;
    letter-spacing: -.015em;
    color: rgba(0,0,0,.72) !important;
}

.areto-home-welcome__media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.areto-home-welcome__image {
    position: relative;
    display: block;
    min-height: 420px;
    border-radius: 0;
    overflow: hidden;
    background: #f4efeb;
}

.areto-home-welcome__image--right {
    margin-top: 0;
    min-height: 420px;
}

.areto-home-welcome__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.areto-home-welcome__image span {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.86);
    color: #000 !important;
    font-size: 15px;
    line-height: 1;
}

.areto-home-loyalty {
    width: min(78vh, calc(100vw - 40px), 920px);
    margin: 72px auto;
}

.areto-home-loyalty a,
.areto-home-loyalty img {
    display: block;
}

.areto-home-loyalty img {
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .areto-home-welcome {
        grid-template-columns: 1fr;
    }

    .areto-home-welcome__copy {
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    .areto-home-hero {
        min-height: 520px;
        background-position: center;
    }

    .areto-home-hero--image-only {
        min-height: 0;
        height: auto;
        background: transparent;
    }

    .areto-home-hero--image-only img {
        height: auto;
        object-fit: initial;
        object-position: center;
    }

    .areto-home-hero__overlay {
        background: linear-gradient(90deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.56) 58%, rgba(255,255,255,.14) 100%);
    }

    .areto-home-hero__content,
    .areto-home-section,
    .areto-home-builder .areto-offers-section,
    .areto-home-welcome {
        width: calc(100vw - 24px);
    }

    .areto-home-hero__content {
        padding: 58px 0;
    }

    .areto-home-hero__content h1 {
        max-width: 360px;
    }

    .areto-home-hero__content p {
        max-width: 330px;
        margin-top: 18px;
    }

    .areto-home-btn {
        min-width: 190px;
        min-height: 52px;
        margin-top: 26px;
    }

    .areto-home-section--brands {
        margin-top: 28px;
        margin-bottom: 46px;
    }

    .areto-home-builder .areto-offers-section {
        margin: 50px auto;
    }

    .areto-home-welcome {
        margin: 56px auto;
        gap: 26px;
    }

    .areto-home-welcome__media {
        grid-template-columns: 1fr;
    }

    .areto-home-welcome__image,
    .areto-home-welcome__image--right {
        min-height: 320px;
        margin-top: 0;
    }

    .areto-home-loyalty {
        width: min(74vh, calc(100vw - 24px));
        margin: 54px auto;
    }
}
