.mws-home-process {
    padding: 75px 0 72px;
    background: var(--mws-bg);
}
.mws-home-process__layout {
    width: min(calc(100% - (2 * var(--mws-gutter))), 1215px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 532px;
    gap: 88px;
    align-items: center;
}
.mws-home-process__intro {
    max-width: 565px;
    padding-bottom: 4px;
    transform: translateY(-14px);
}
.mws-home-process__intro .mws-smallcaps {
    margin: 0 0 31px;
    font-size: 1rem;
    letter-spacing: .22em;
}
.mws-home-process__intro h2 {
    margin: 0;
    font-size: clamp(3.85rem, 4.3vw, 4.55rem);
    line-height: 1.09;
    letter-spacing: -.045em;
}
.mws-home-process__rule {
    display: block;
    width: 68px;
    margin: 32px 0 30px;
    border-top: 1px solid var(--mws-accent-light);
}
.mws-home-process__summary {
    max-width: 390px;
    margin: 0;
    color: var(--mws-text-muted);
    font-size: 1.05rem;
    line-height: 1.62;
}
.mws-home-process .mws-home-process__steps {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mws-home-process .mws-home-process__steps::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 115px;
    width: 1px;
    background: color-mix(in srgb, var(--mws-accent-light) 58%, transparent);
}
.mws-home-process .mws-home-process__steps li {
    position: relative;
    display: grid;
    grid-template-columns: 72px 34px 86px minmax(0, 1fr);
    column-gap: 26px;
    align-items: center;
    min-height: 132px;
    padding: 0;
}
.mws-home-process .mws-home-process__steps li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 158px;
    height: 1px;
    background: var(--mws-border);
}
.mws-home-process .mws-home-process__steps li:last-child::after {
    display: none;
}
.mws-home-process__number {
    color: var(--mws-accent);
    font-family: var(--mws-serif);
    font-size: 2.55rem;
    line-height: 1;
    letter-spacing: -.04em;
}
.mws-home-process__marker {
    position: relative;
    z-index: 2;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    justify-self: center;
    border: 1px solid color-mix(in srgb, var(--mws-accent-light) 76%, transparent);
    border-radius: 50%;
    background: var(--mws-bg);
}
.mws-home-process__marker::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mws-accent);
}
.mws-home-process__icon {
    width: 48px;
    height: 48px;
    justify-self: center;
    color: var(--mws-accent);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: translateX(10px);
}
.mws-home-process__copy {
    padding-left: 26px;
}
.mws-home-process__copy strong {
    display: block;
    margin-bottom: 5px;
    font-family: var(--mws-serif);
    font-size: 1.72rem;
    font-weight: 400;
    line-height: 1.08;
}
.mws-home-process__copy p {
    max-width: 245px;
    margin: 0;
    color: var(--mws-text-muted);
    font-size: .92rem;
    line-height: 1.48;
}
@media (max-width: 1100px) {
    .mws-home-process {
        padding: 76px 0;
    }
    .mws-home-process__layout {
        grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
        gap: 48px;
    }
    .mws-home-process__intro h2 {
        font-size: clamp(3.35rem, 5.7vw, 4.1rem);
    }
}
@media (max-width: 820px) {
    .mws-home-process__layout {
        grid-template-columns: 1fr;
        gap: 52px;
    }
    .mws-home-process__intro {
        max-width: 650px;
        transform: none;
    }
    .mws-home-process__intro h2 br {
        display: none;
    }
    .mws-home-process .mws-home-process__steps {
        width: min(100%, 620px);
        margin-inline: auto;
    }
}
@media (max-width: 540px) {
    .mws-home-process {
        padding: 62px 0;
    }
    .mws-home-process__layout {
        gap: 42px;
    }
    .mws-home-process__intro .mws-smallcaps {
        margin-bottom: 22px;
    }
    .mws-home-process__intro h2 {
        font-size: clamp(2.75rem, 13vw, 3.5rem);
        line-height: 1.02;
    }
    .mws-home-process__rule {
        margin: 27px 0 23px;
    }
    .mws-home-process__summary {
        font-size: .96rem;
    }
    .mws-home-process .mws-home-process__steps::before {
        left: 75px;
    }
    .mws-home-process .mws-home-process__steps li {
        grid-template-columns: 48px 26px 42px minmax(0, 1fr);
        column-gap: 14px;
        min-height: 122px;
    }
    .mws-home-process .mws-home-process__steps li::after {
        left: 102px;
    }
    .mws-home-process__number {
        font-size: 2rem;
    }
    .mws-home-process__marker {
        width: 26px;
        height: 26px;
    }
    .mws-home-process__marker::after {
        width: 9px;
        height: 9px;
    }
    .mws-home-process__icon {
        width: 38px;
        height: 38px;
    }
    .mws-home-process__copy {
        padding-left: 4px;
    }
    .mws-home-process__copy strong {
        font-size: 1.45rem;
    }
    .mws-home-process__copy p {
        font-size: .86rem;
    }
}
