/* SchreinerBlick 2.9 — dedicated Foto-Check and Werkstatt-Intensivtag pages */
.sb-service-hero {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(8rem, 10vw, 14rem) 0;
}

.sb-service-hero h1 {
    max-width: 105rem;
    margin: 3.6rem 0 3rem;
    font: 700 clamp(5.4rem, 8vw, 10rem)/.94 "Archivo", sans-serif;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.sb-service-hero h1 em {
    color: var(--orange);
    font-style: normal;
}

.sb-service-lead {
    max-width: 72rem;
    font-size: clamp(2rem, 2vw, 2.5rem);
    line-height: 1.55;
}

.sb-service-note {
    max-width: 72rem;
    margin-top: 2rem;
    color: #4f4c47;
    font-size: 1.7rem;
    line-height: 1.6;
}

.sb-service-details {
    max-width: 72rem;
    margin-top: 2.4rem;
    font-size: 1.7rem;
    line-height: 1.55;
}

.sb-service-details p {
    margin: 0 0 1rem;
    font-weight: 700;
}

.sb-service-details ul {
    margin: 0;
    padding-left: 2rem;
}

.sb-service-details li + li {
    margin-top: .5rem;
}

.sb-service-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3rem;
    margin: 4rem 0;
    padding: 2rem 0;
    border-block: 1px solid var(--line);
}

.sb-service-facts span {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.sb-service-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(5rem, 8vw, 12rem);
    padding: clamp(8rem, 10vw, 13rem) max(24px, calc((100% - 1180px) / 2));
    background: #ded6c7;
}

.sb-service-content h2,
.sb-service-result h2 {
    margin: 3rem 0 0;
    font-size: clamp(4rem, 4.8vw, 6.4rem);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.sb-service-content > div:last-child > p,
.sb-service-result > p:not(.sb-kicker) {
    font-size: 2rem;
    line-height: 1.65;
}

.sb-service-content ul {
    margin: 3rem 0 0;
    padding: 0;
    list-style: none;
}

.sb-service-content li {
    padding: 1.8rem 0;
    border-bottom: 1px solid rgba(29, 29, 27, .22);
    font-size: 1.8rem;
    line-height: 1.45;
}

.sb-service-content li::before {
    margin-right: 1.2rem;
    color: var(--orange);
    content: "●";
}

.sb-service-result {
    padding: clamp(8rem, 10vw, 13rem) max(24px, calc((100% - 1180px) / 2));
    background: var(--ink);
    color: var(--paper);
}

.sb-service-result h2,
.sb-service-result > p:not(.sb-kicker) {
    max-width: 90rem;
}

.sb-service-result > p:not(.sb-kicker) {
    margin-top: 3rem;
    color: #c7c0b4;
}

.sb-service-result .sb-button {
    margin-top: 3rem;
}

@media (max-width: 760px) {
    .sb-service-hero {
        width: calc(100% - 36px);
        padding-block: 7rem;
    }

    .sb-service-content {
        grid-template-columns: 1fr;
        padding-inline: 18px;
    }

    .sb-service-result {
        padding-inline: 18px;
    }
}
