.pmb-soot,
.pmb-soot * {
    box-sizing: border-box;
}

.pmb-soot {
    width: 100%;
    margin: 0;
    padding: var(--pmb-soot-pt, 82rem) 0 var(--pmb-soot-pb, 124rem);
    overflow: hidden;
    background: var(--pmb-soot-bg, #fff);
    color: #333;
    font-family: Jost, Arial, sans-serif;
}

.pmb-soot__container {
    width: 1450rem;
    max-width: calc(100% - 40rem);
    margin: 0 auto;
}

.pmb-soot__heading {
    width: var(--pmb-soot-heading-width-desktop, 80%);
    max-width: 100%;
    margin: 0;
    color: #333;
    font-size: var(--pmb-soot-heading-desktop, 76rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: .455rem;
}

.pmb-soot__body {
    display: grid;
    grid-template-columns: 547rem minmax(0, 1fr);
    gap: 9rem;
    align-items: start;
    width: 100%;
    margin-top: 40rem;
}

.pmb-soot__left {
    min-width: 0;
}

.pmb-soot__lead {
    width: 524rem;
    max-width: 100%;
    margin: 0;
    color: rgba(51, 51, 51, .8);
    font-size: 24rem;
    font-weight: 400;
    line-height: 1.2;
}

.pmb-soot__features {
    display: flex;
    width: 547rem;
    max-width: 100%;
    margin-top: 81rem;
    flex-direction: column;
    gap: 30rem;
}

.pmb-soot__feature {
    display: flex;
    min-height: 84rem;
    align-items: center;
    gap: 29rem;
}

.pmb-soot__feature-icon {
    display: grid;
    width: 70rem;
    height: 70rem;
    flex: 0 0 70rem;
    place-items: center;
    overflow: hidden;
    border-radius: 15rem;
    background: #eef0f5;
}

.pmb-soot__feature-icon-image {
    display: block;
    width: 38rem;
    height: 38rem;
    object-fit: contain;
}

.pmb-soot__feature-copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 5rem;
}

.pmb-soot__feature-title,
.pmb-soot__feature-text {
    display: block;
    margin: 0;
}

.pmb-soot__feature-title {
    color: #333;
    font-size: 24rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .4375rem;
}

.pmb-soot__feature-text {
    color: rgba(51, 51, 51, .8);
    font-size: 18rem;
    font-weight: 400;
    line-height: 1.4;
}

.pmb-soot__comparison {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 34rem;
    min-width: 0;
    padding-top: 15rem;
}

.pmb-soot__card {
    display: flex;
    height: 603rem;
    flex: 0 0 auto;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20rem;
    background: #fff;
    box-shadow: 0 20rem 40rem rgba(0, 0, 0, .10);
}

.pmb-soot__card--project {
    width: 407rem;
    padding: 10rem 0;
}

.pmb-soot__card--result {
    width: 526rem;
}

.pmb-soot__media {
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}

.pmb-soot__media--project {
    width: 389rem;
    height: 521rem;
    margin: 0 9rem;
}

.pmb-soot__media--result {
    width: 526rem;
    height: 528rem;
}

.pmb-soot__image {
    display: block;
    width: 100%;
    height: 100%;
}

.pmb-soot__image--project {
    object-fit: contain;
    background: #fff;
}

.pmb-soot__image--result {
    object-fit: cover;
    object-position: center;
}

.pmb-soot__caption {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    align-items: center;
    gap: 15rem;
    color: #333;
    font-size: 17rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .4375rem;
    white-space: nowrap;
}

.pmb-soot__caption img {
    display: block;
    width: 24rem;
    height: 24rem;
    flex: 0 0 24rem;
}

.pmb-soot__caption--project {
    padding: 0 25rem;
}

.pmb-soot__caption--result {
    padding: 0 25rem 0 75rem;
}

.pmb-soot__compare-arrow {
    position: absolute;
    z-index: 2;
    left: 369rem;
    top: 566rem;
    display: block;
    width: 113rem;
    height: 23rem;
    max-width: none;
    pointer-events: none;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .pmb-soot__container {
        width: 1510rem;
        max-width: calc(100% - 120rem);
    }

    .pmb-soot__heading {
        font-size: 60rem;
    }

    .pmb-soot__body {
        grid-template-columns: 500rem minmax(0, 1fr);
        gap: 28rem;
    }

    .pmb-soot__comparison {
        transform: scale(.82);
        transform-origin: left top;
    }
}

@media (max-width: 767px) {
    .pmb-soot {
        padding: var(--pmb-soot-pt-mobile, 50rem) 0 var(--pmb-soot-pb-mobile, 50rem);
    }

    .pmb-soot__container {
        width: auto;
        max-width: none;
        margin: 0 20rem;
    }

    .pmb-soot__heading {
        width: var(--pmb-soot-heading-width-mobile, 100%);
        max-width: 100%;
        font-size: var(--pmb-soot-heading-mobile, 28rem);
        line-height: 1.12;
        letter-spacing: 0;
    }

    .pmb-soot__body {
        display: flex;
        margin-top: 22rem;
        flex-direction: column;
        gap: 34rem;
    }

    .pmb-soot__lead {
        width: 100%;
        font-size: 16rem;
        line-height: 1.4;
    }

    .pmb-soot__features {
        width: 100%;
        margin-top: 30rem;
        gap: 18rem;
    }

    .pmb-soot__feature {
        min-height: 58rem;
        gap: 14rem;
    }

    .pmb-soot__feature-icon {
        width: 50rem;
        height: 50rem;
        flex-basis: 50rem;
        border-radius: 11rem;
    }

    .pmb-soot__feature-icon-image {
        width: 28rem;
        height: 28rem;
    }

    .pmb-soot__feature-title {
        font-size: 18rem;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .pmb-soot__feature-text {
        font-size: 14rem;
        line-height: 1.35;
    }

    .pmb-soot__comparison {
        position: relative;
        display: grid;
        grid-template-columns: 407fr 526fr;
        width: 100%;
        padding-top: 0;
        gap: 12rem;
        align-items: stretch;
    }

    .pmb-soot__card {
        width: 100%;
        min-width: 0;
        height: auto;
        padding: 0;
        border-radius: 10rem;
    }

    .pmb-soot__card--project {
        aspect-ratio: 407 / 603;
        padding: 3rem 0;
    }

    .pmb-soot__card--result {
        aspect-ratio: 526 / 603;
    }

    .pmb-soot__media--project {
        width: calc(100% - 6rem);
        height: 86.4%;
        margin: 0 3rem;
    }

    .pmb-soot__media--result {
        width: 100%;
        height: 87.56%;
        margin: 0;
    }

    .pmb-soot__caption,
    .pmb-soot__caption--project,
    .pmb-soot__caption--result {
        min-height: 0;
        padding: 0 8rem;
        gap: 5rem;
        font-size: 10rem;
        line-height: 1.15;
        letter-spacing: 0;
        white-space: normal;
    }

    .pmb-soot__caption--result {
        padding-left: 18rem;
    }

    .pmb-soot__caption img {
        width: 14rem;
        height: 14rem;
        flex: 0 0 14rem;
    }

    .pmb-soot__compare-arrow {
        left: 43.8%;
        top: 93.8%;
        width: 42rem;
        height: auto;
        transform: translate(-50%, -50%);
    }
}
