html.page-home.page-home body #services .service-card .service-card-img.service-card-img--can-opener,
html.page-home.page-home body #services .service-card .service-card-img.service-card-img--can-opener img {
    background: #eeeeec !important;
}

html.page-home.page-home body #services .service-card .service-card-img.service-card-img--can-opener img {
    padding: 5% 3% !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: none !important;
    transform: none !important;
}

html.page-home.page-home body #services .service-card:hover .service-card-img.service-card-img--can-opener img {
    transform: none !important;
}

body.page-services .services-task-link--design {
    background: rgba(54, 184, 169, 0.10) !important;
}

body.page-services .services-design-program {
    padding-top: 88px;
    padding-bottom: 88px;
    border-bottom: 1px solid var(--site-border, rgba(17, 17, 17, 0.10));
    background: #f6f6f4;
}

body.page-services .services-design-program__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: clamp(44px, 6vw, 84px);
    align-items: center;
}

html.white-apple-theme body.page-services .services-design-program__media {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-radius: 24px;
    background: #eeeeec !important;
}

html.white-apple-theme body.page-services .services-design-program__media img {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
    object-fit: contain !important;
    object-position: center !important;
    padding: 8% 5%;
}

html.white-apple-theme body.page-services .services-design-program__media figcaption {
    padding: 12px 16px 14px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    color: rgba(17, 17, 17, 0.56) !important;
    background: #f8f8f6 !important;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.page-services .services-design-program__content .section-label {
    margin-bottom: 14px;
}

body.page-services .services-design-program__content h2 {
    max-width: 14ch;
    margin: 0 0 18px;
    color: #171817;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 780;
    line-height: 1.04;
    letter-spacing: -0.035em;
}

body.page-services .services-design-program__lead {
    max-width: 59ch;
    margin: 0 0 26px;
    color: rgba(17, 17, 17, 0.68);
    font-size: 16px;
    line-height: 1.7;
}

body.page-services .services-design-program__scope {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(17, 17, 17, 0.10);
}

body.page-services .services-design-program__scope li {
    min-width: 0;
    padding: 18px 18px 18px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.10);
}

body.page-services .services-design-program__scope li:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid rgba(17, 17, 17, 0.10);
}

body.page-services .services-design-program__scope li:nth-child(even) {
    padding-left: 20px;
}

body.page-services .services-design-program__scope strong,
body.page-services .services-design-program__scope span {
    display: block;
}

body.page-services .services-design-program__scope strong {
    margin-bottom: 7px;
    color: #171817;
    font-size: 14px;
    line-height: 1.35;
}

body.page-services .services-design-program__scope span {
    color: rgba(17, 17, 17, 0.62);
    font-size: 13px;
    line-height: 1.55;
}

body.page-services .services-design-program__assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

body.page-services .services-design-program__assurance span {
    padding: 8px 11px;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(17, 17, 17, 0.70);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
}

body.page-services .services-design-program__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

body.page-services .services-design-program__actions .btn-primary,
body.page-services .services-design-program__actions .btn-secondary {
    min-height: 50px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 730;
    text-decoration: none;
}

body.page-services .services-design-program__actions .btn-primary {
    color: #fff;
    background: #171817;
    box-shadow: none;
}

body.page-services .services-design-program__actions .btn-secondary {
    color: #171817;
    border: 1px solid rgba(17, 17, 17, 0.16);
    background: transparent;
}

@media (max-width: 980px) {
    body.page-services .services-design-program__layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    body.page-services .services-design-program__content h2 {
        max-width: 18ch;
    }

    html.white-apple-theme body.page-services .services-design-program__media img {
        aspect-ratio: 16 / 9;
        padding: 5% 4%;
    }
}

@media (max-width: 640px) {
    body.page-services .services-design-program {
        padding-top: 56px;
        padding-bottom: 60px;
    }

    body.page-services .services-design-program__layout {
        gap: 30px;
    }

    body.page-services .services-design-program__media {
        border-radius: 20px;
    }

    html.white-apple-theme body.page-services .services-design-program__media img {
        aspect-ratio: 4 / 3;
        padding: 9% 4%;
    }

    body.page-services .services-design-program__content h2 {
        font-size: clamp(32px, 10vw, 42px);
    }

    body.page-services .services-design-program__scope {
        grid-template-columns: 1fr;
    }

    body.page-services .services-design-program__scope li,
    body.page-services .services-design-program__scope li:nth-child(odd),
    body.page-services .services-design-program__scope li:nth-child(even) {
        padding: 16px 0;
        border-right: 0;
    }

    body.page-services .services-design-program__actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}
