/* Maison Peter Home — Basic v0.2.1 */

.mp-home {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    color: #171717;
}

.mp-home *,
.mp-home *::before,
.mp-home *::after {
    box-sizing: border-box;
}

.mp-home-wrap {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

.mp-home-hero {
    min-height: 66vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%);
}

.mp-home-hero .mp-home-wrap {
    max-width: 900px;
    text-align: center;
}

.mp-home-kicker {
    margin: 0 0 18px;
    color: #a31f24;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.mp-home-hero h1 {
    margin: 0 0 26px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 88px);
    line-height: 1;
    letter-spacing: -.045em;
    font-weight: 500;
}

.mp-home-lead {
    max-width: 650px;
    margin: 0 auto;
    color: #737373;
    font-size: 18px;
    line-height: 1.7;
}

.mp-home-simple {
    padding: 90px 0;
    background: #fff;
    border-top: 1px solid rgba(20,20,20,.07);
}

.mp-home-simple--soft {
    background: #f7f7f4;
}

.mp-home-simple h2 {
    margin: 0 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 500;
    letter-spacing: -.025em;
}

.mp-home-simple p {
    max-width: 650px;
    margin: 0;
    color: #737373;
    font-size: 18px;
    line-height: 1.65;
}

.mp-home-simple--dark {
    background: #222426;
    color: #fff;
}

.mp-home-simple--dark p {
    color: rgba(255,255,255,.65);
}

@media (max-width: 760px) {
    .mp-home-wrap {
        width: min(100% - 28px, 1100px);
    }

    .mp-home-hero {
        min-height: 60vh;
        padding: 80px 0;
    }

    .mp-home-hero h1 {
        font-size: clamp(42px, 12vw, 64px);
    }

    .mp-home-simple {
        padding: 70px 0;
    }
}
