/* LUXE EDIT editorial home. Loaded on the front page only. */
.le-home--editorial {
    padding: 0;
}

.le-home--editorial .le-home-hero {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    height: min(720px, calc(100vh - 72px));
    min-height: 560px;
    margin: 0;
    overflow: hidden;
    background: #e8ddd2;
    isolation: isolate;
}

.le-home--editorial .le-home-hero__media {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.le-home--editorial .le-home-hero__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(250, 246, 241, .2) 0%, rgba(250, 246, 241, .09) 42%, rgba(250, 246, 241, 0) 65%);
    content: '';
    pointer-events: none;
}

.le-home--editorial .le-home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.le-home--editorial .le-home-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(100%, var(--le-wide-container));
    max-width: none;
    height: 100%;
    padding: 56px clamp(54px, 7vw, 118px);
    margin: 0 auto;
}

.le-home--editorial .le-home-hero__eyebrow {
    margin: 0 0 18px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .24em;
}

.le-home--editorial .le-home-hero h1 {
    max-width: 650px;
    margin: 0 0 24px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(48px, 5vw, 70px);
    font-weight: 400 !important;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.le-home--editorial .le-home-hero__content > p:not(.le-home-hero__eyebrow) {
    max-width: 450px;
    margin: 0 0 28px;
    color: #3e3935;
    font-size: 13px;
    line-height: 1.75;
}

.le-home--editorial .le-home-hero__actions {
    display: block;
}

.le-home--editorial .le-home-hero__actions .button {
    display: inline-grid;
    flex: 0 0 auto;
    width: auto;
    min-width: 202px;
    min-height: 46px;
    padding: 13px 22px;
    place-items: center;
}

.le-home--editorial .le-home-hero__actions .button:focus-visible,
.le-home--editorial .le-inline-link:focus-visible,
.le-home--editorial .le-home-products > header > a:focus-visible {
    outline: 2px solid #111;
    outline-offset: 4px;
}

.le-home--editorial .le-home-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 0;
    border-right: 0;
    border-left: 0;
}

.le-home--editorial .le-home-trust article {
    min-height: 92px;
    padding: 18px clamp(18px, 2.4vw, 38px);
}

.le-home--editorial .le-home-discovery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    border-bottom: 1px solid var(--le-line);
}

.le-home--editorial .le-home-discovery a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    min-width: 0;
    min-height: 62px;
    padding: 20px clamp(18px, 2.4vw, 38px);
    border-right: 1px solid var(--le-line);
    gap: 12px;
}

.le-home--editorial .le-home-discovery a:last-child {
    border-right: 0;
}

.le-home--editorial .le-home-discovery a:hover strong,
.le-home--editorial .le-home-discovery a:focus-visible strong {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.le-home--editorial .le-home-discovery strong {
    font-size: 10px;
    letter-spacing: .08em;
}

.le-home--editorial .le-home-discovery span {
    color: var(--le-muted);
    font-size: 9px;
    white-space: nowrap;
}

.le-home--editorial .le-home-products {
    width: min(calc(100% - 80px), var(--le-wide-container));
}

.le-home--editorial .le-home-products--first {
    padding-top: 104px;
}

.le-home--editorial .le-home-information {
    padding-top: 140px;
    padding-bottom: 110px;
}

@media (max-width: 1023px) {
    .le-home--editorial .le-home-hero {
        min-height: 500px;
    }

    .le-home--editorial .le-home-hero__content {
        padding-right: 44px;
        padding-left: 44px;
    }

    .le-home--editorial .le-home-hero h1 {
        max-width: 540px;
        font-size: clamp(44px, 6vw, 58px);
    }
}

@media (max-width: 767px) {
    .le-home--editorial .le-home-hero {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1738 / 905;
    }

    .le-home--editorial .le-home-hero__media {
        grid-column: auto;
        grid-row: auto;
        height: 100%;
    }

    .le-home--editorial .le-home-hero__media::after {
        background: linear-gradient(90deg, rgba(250, 246, 241, .38) 0%, rgba(250, 246, 241, .18) 52%, rgba(250, 246, 241, 0) 80%);
    }

    .le-home--editorial .le-home-hero__media img {
        object-position: center;
    }

    .le-home--editorial .le-home-hero__content {
        grid-column: auto;
        grid-row: auto;
        justify-content: center;
        max-width: none;
        padding: 14px 20px;
    }

    .le-home--editorial .le-home-hero__eyebrow {
        margin-bottom: 6px;
        font-size: 8px;
        letter-spacing: .2em;
    }

    .le-home--editorial .le-home-hero h1 {
        max-width: 270px;
        margin-bottom: 8px;
        font-size: clamp(27px, 7.5vw, 29px);
        line-height: 1;
        letter-spacing: -.035em;
    }

    .le-home--editorial .le-home-hero__content > p:not(.le-home-hero__eyebrow) {
        max-width: 225px;
        margin-bottom: 9px;
        font-size: 10px;
        line-height: 1.35;
    }

    .le-home--editorial .le-home-hero__actions {
        display: block;
    }

    .le-home--editorial .le-home-hero__actions .button {
        width: auto;
        min-width: 142px;
        min-height: 34px;
        padding: 8px 12px;
        font-size: 8px;
    }

    .le-home--editorial .le-home-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .le-home--editorial .le-home-trust article {
        min-height: 74px;
        padding: 11px 10px;
        border-right: 1px solid var(--le-line);
        border-bottom: 1px solid var(--le-line);
        gap: 8px;
    }

    .le-home--editorial .le-home-trust article:nth-child(2n) {
        border-right: 0;
    }

    .le-home--editorial .le-home-trust article:nth-child(n + 3) {
        border-bottom: 0;
    }

    .le-home--editorial .le-home-trust svg {
        width: 18px;
        height: 18px;
    }

    .le-home--editorial .le-home-trust strong {
        font-size: 9px;
    }

    .le-home--editorial .le-home-trust span {
        font-size: 9px;
        line-height: 1.35;
    }

    .le-home--editorial .le-home-products {
        width: calc(100% - 28px);
    }

    .le-home--editorial .le-home-discovery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .le-home--editorial .le-home-discovery a {
        min-height: 52px;
        padding: 15px 14px;
    }

    .le-home--editorial .le-home-discovery a:nth-child(2) {
        border-right: 0;
    }

    .le-home--editorial .le-home-discovery a:nth-child(-n + 2) {
        border-bottom: 1px solid var(--le-line);
    }

    .le-home--editorial .le-home-products--first {
        padding-top: 62px;
    }

    .le-home--editorial .le-home-information {
        padding-top: 92px;
        padding-bottom: 76px;
    }
}
