/* SchreinerBlick continuous editorial flow v2.0 */
.sb-strip {
    width: min(1180px, calc(100% - 48px));
    min-height: 112px;
    margin: 0 auto;
    padding-inline: 0;
    border-bottom: 0;
    color: var(--muted);
}

.sb-strip b {
    display: none;
}

.sb-strip div {
    padding-left: 2.4rem;
    border-left: 1px solid var(--line);
}

.sb-pain {
    padding-top: 9rem;
    padding-bottom: 7rem;
}

.sb-pain-list {
    border-top-color: transparent;
}

.sb-pain-list article {
    min-height: 11rem;
    border-bottom-color: var(--line);
}

.sb-transition {
    width: min(780px, calc(100% - 48px));
    margin: 0 auto;
    padding: 7rem 0 8rem;
    font-size: clamp(2.8rem, 3.2vw, 4.4rem);
    line-height: 1.25;
    letter-spacing: -.025em;
    text-align: center;
}

.sb-belief {
    width: min(1180px, calc(100% - 48px));
    min-height: 520px;
    margin: 0 auto;
    background: #e7dfd2;
    color: var(--ink);
    grid-template-columns: 48% 52%;
}

.sb-belief-copy {
    padding: 7rem 6vw;
}

.sb-belief .sb-kicker.light,
.sb-belief-copy > p:last-child {
    color: var(--muted);
}

.sb-about {
    padding-top: 13rem;
    padding-bottom: 11rem;
    border-bottom: 0;
}

.sb-about > div {
    max-width: 62rem;
}

.sb-about img {
    border-radius: 1px;
}

.sb-solution {
    padding-top: 9rem;
}

.sb-offers {
    gap: 5rem;
    background: transparent;
}

.sb-offers article,
.sb-offers article.featured {
    min-height: 450px;
    padding: 3.8rem 0 0;
    background: transparent;
    color: var(--ink);
    border: 0;
    border-top: 1px solid var(--line);
}

.sb-offers article.featured {
    border-top: 3px solid var(--orange);
}

.sb-offers h3 {
    margin-top: 4rem;
}

.sb-offers a {
    border-top-color: var(--line);
}

.sb-result {
    background: transparent;
    padding-top: 10rem;
}

.sb-result-grid {
    gap: 0;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.sb-result-grid article {
    min-height: 220px;
    padding: 3.4rem 2.8rem;
    background: transparent;
    border-right: 1px solid var(--line);
}

.sb-result-grid article:last-child {
    border-right: 0;
}

.sb-resources {
    margin-top: 3rem;
}

.sb-short-call {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 8vw;
    padding: 9rem 8vw;
    background: #e7dfd2;
    border-block: 1px solid var(--line);
}

.sb-short-call h2 {
    margin: 3.5rem 0 0;
    font: 700 clamp(4.8rem, 5vw, 7.3rem)/.98 "Archivo", sans-serif;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.sb-short-call h2 em {
    color: var(--orange);
    font-style: normal;
}

.sb-short-call-copy {
    align-self: end;
    max-width: 68rem;
}

.sb-short-call-copy > p:first-child {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.65;
}

.sb-short-call-contact {
    margin-top: 3.5rem;
    padding-top: 2.6rem;
    border-top: 1px solid var(--line);
}

.sb-short-call-invite {
    margin: 0 0 1rem;
    color: var(--muted);
    font-size: 1.3rem;
    line-height: 1.5;
}

.sb-short-call-phone {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .015em;
    text-decoration: none;
}

.sb-short-call-phone:hover {
    color: var(--orange);
}

.sb-blog {
    border-top: 0;
}

.gh-card {
    background: transparent;
}

.gh-card-content {
    padding: 2.5rem 0;
}

.sb-final {
    background: #e7dfd2;
}

@media (max-width: 900px) {
    .sb-strip {
        width: calc(100% - 48px);
    }

    .sb-belief {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .sb-short-call {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .sb-result-grid article:nth-child(2) {
        border-right: 0;
    }

    .sb-result-grid article:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 600px) {
    .sb-strip {
        width: calc(100% - 36px);
        padding-block: 2rem 4rem;
    }

    .sb-strip div {
        padding: 1.2rem 0;
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .sb-transition {
        width: calc(100% - 40px);
        padding: 5rem 0 6rem;
        font-size: 3rem;
    }

    .sb-belief-copy {
        padding: 6rem 2rem;
    }

    .sb-about {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .sb-short-call {
        padding: 7rem 2rem;
    }

    .sb-short-call h2 {
        font-size: 4.7rem;
    }

    .sb-offers {
        gap: 6rem;
    }

    .sb-offers article,
    .sb-offers article.featured {
        min-height: auto;
        padding: 3rem 0 0;
    }

    .sb-result-grid article,
    .sb-result-grid article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .sb-result-grid article:last-child {
        border-bottom: 0;
    }
}
