/* Shop Local Youngstown About page: John & Susan founders section. */
body.sly-about-page .sly-founders-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

body.sly-about-page .sly-founders {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 72px;
    align-items: center;
}

body.sly-about-page .sly-founders-photo-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid var(--sly-line, #dce4ee);
    border-radius: 28px;
    background: linear-gradient(145deg, #eef5ff 0%, #f9fbff 55%, #fff6df 100%);
    box-shadow: 0 18px 48px rgba(31, 55, 89, 0.10);
}

body.sly-about-page .sly-founders-photo-bg {
    position: absolute;
    width: 310px;
    height: 310px;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(243, 182, 63, 0.20);
}

body.sly-about-page .sly-founders-photo-wrap::before,
body.sly-about-page .sly-founders-photo-wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

body.sly-about-page .sly-founders-photo-wrap::before {
    width: 170px;
    height: 170px;
    left: -65px;
    bottom: 32px;
    background: rgba(22, 138, 98, 0.10);
}

body.sly-about-page .sly-founders-photo-wrap::after {
    width: 120px;
    height: 120px;
    right: -28px;
    top: 46px;
    background: rgba(22, 101, 216, 0.09);
}

body.sly-about-page .sly-founders-photo {
    position: relative;
    z-index: 2;
    display: block;
    width: min(430px, 95%);
    height: auto;
    margin: 24px auto 0;
}

body.sly-about-page .sly-founders-copy {
    max-width: 650px;
}

body.sly-about-page .sly-founders-copy .sly-heading {
    margin-bottom: 26px;
}

body.sly-about-page .sly-founders-copy > p:not(.sly-eyebrow):not(.sly-founders-signoff) {
    margin: 0 0 18px;
    color: var(--sly-muted, #485568);
    font-size: 18px;
    line-height: 1.72;
}

body.sly-about-page .sly-founders-copy strong {
    color: var(--sly-ink, #172033);
}

body.sly-about-page .sly-founders-signoff {
    margin: 25px 0 0;
    color: var(--sly-ink, #172033);
    font-size: 18px;
    font-weight: 800;
}

@media (max-width: 980px) {
    body.sly-about-page .sly-founders {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    body.sly-about-page .sly-founders-photo-wrap {
        width: min(520px, 100%);
        min-height: 390px;
        margin: 0 auto;
    }

    body.sly-about-page .sly-founders-copy {
        max-width: 760px;
    }
}

@media (max-width: 680px) {
    body.sly-about-page .sly-founders-photo-wrap {
        min-height: 335px;
        border-radius: 22px;
    }

    body.sly-about-page .sly-founders-photo-bg {
        width: 250px;
        height: 250px;
        top: 34px;
    }

    body.sly-about-page .sly-founders-photo {
        width: min(390px, 98%);
    }

    body.sly-about-page .sly-founders-copy > p:not(.sly-eyebrow):not(.sly-founders-signoff) {
        font-size: 17px;
    }
}
