.service-showcase {
    margin-top: 3rem;
    margin-bottom: 3rem;
    overflow: hidden;
    position: relative;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

.service-showcase__wrapper {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase--circle-left .service-showcase__wrapper {
        flex-direction: row;
    }
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase--circle-right .service-showcase__wrapper {
        flex-direction: row-reverse;
    }
}

/* Big circular image — gray placeholder until the
   per-service photos arrive from the client */
.service-showcase__media {
    width: 240px;
    margin-bottom: -120px;
    z-index: 2;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase__media {
        width: 420px;
        flex-shrink: 0;
        margin-bottom: 0;
    }
}

/* For desktop up */
@media (min-width: 1200px) {
    .service-showcase__media {
        width: 500px;
    }
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase--circle-left .service-showcase__media {
        margin-left: -200px;
    }
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase--circle-right .service-showcase__media {
        margin-right: -200px;
    }
}

.service-showcase__placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 1000px;
    background-color: var(--lighter-gray);
}

.service-showcase__media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 1000px;
    object-fit: cover;
    display: block;
}

/* Decorative concentric-ring accent (same asset as circle-showcase) */
.service-showcase__rings {
    display: none;
    position: absolute;
    top: -80px;
    z-index: 0;
    width: 700px;
    opacity: 0.6;
}

/* For desktop up */
@media (min-width: 1200px) {
    .service-showcase__rings {
        display: block;
    }
}

.service-showcase--circle-left .service-showcase__rings {
    right: -350px;
    transform: rotate(-120deg);
}

.service-showcase--circle-right .service-showcase__rings {
    left: -350px;
    transform: rotate(60deg);
}

.service-showcase__card {
    position: relative;
    background-color: var(--white);
    padding: 1rem;
    padding-top: 140px;
    z-index: 1;
    border-radius: 20px;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase__card {
        flex: 1;
        padding: 2.5rem;
        min-width: 0;
    }
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase--circle-left .service-showcase__card {
        margin-left: -80px;
        padding-left: 7rem;
        border-radius: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase--circle-right .service-showcase__card {
        margin-right: -80px;
        padding-right: 7rem;
        border-radius: 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

.service-showcase__eyebrow {
    color: var(--black);
    font-size: 14px;
    font-family: var(--header-font-family);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px dotted var(--lighter-gray); /* dotted per Figma */
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.service-showcase__title {
    margin-bottom: 1.5rem;
}

.service-showcase__title h2 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

/* For desktop up */
@media (min-width: 1200px) {
    .service-showcase__title h2 {
        font-size: 42px;
    }
}

.service-showcase__label {
    color: var(--black);
    font-size: 14px;
    font-family: var(--header-font-family);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px dotted var(--lighter-gray); /* dotted per Figma */
    padding-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.service-showcase__overview {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    margin-bottom: 2rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase__overview {
        display: grid;
        grid-template-columns: 1fr 1px 1fr;
        column-gap: 2rem;
    }
}

.service-showcase__description p {
    color: var(--black);
    font-size: 15px;
    line-height: 1.55;
}

.service-showcase__description p:not(:last-of-type) {
    margin-bottom: 1rem;
}

.service-showcase__overview-divider {
    display: none;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase__overview-divider {
        display: block;
        width: 1px;
        border-left: 1px dotted var(--lighter-gray); /* dotted per Figma */
    }
}

.service-showcase__deliverables ul li {
    display: flex;
    align-items: flex-start;
    column-gap: 0.75rem;
}

.service-showcase__deliverables ul li:not(:last-of-type) {
    margin-bottom: 1rem;
}

.service-showcase__deliverables ul li figure {
    width: 22px;
    flex-shrink: 0;
    color: var(--service-gold); /* gold check badge per Figma */
    margin-top: 1px;
}

.service-showcase__deliverables ul li p {
    color: var(--black);
    font-size: 15px;
    line-height: 1.5;
}

.service-showcase__audience {
    margin-bottom: 2rem;
}

.service-showcase__audience ol li {
    display: grid;
    grid-template-columns: 22px 1fr; /* number column matches the 22px checkmarks on phone */
    column-gap: 0.75rem;
    row-gap: 0.25rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase__audience ol li {
        grid-template-columns: 34px 200px 1fr;
        column-gap: 1.25rem;
        align-items: center;
    }
}

.service-showcase__audience ol li:not(:last-of-type) {
    border-bottom: 1px dotted var(--light-gray); /* dotted per Figma */
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.service-showcase__number {
    width: 22px; /* same size as the What We Do checkmarks */
    height: 22px;
    border-radius: 50%;
    background-color: var(--service-gold); /* gold badge per Figma */
    color: var(--white);
    font-size: 12px;
    font-family: var(--header-font-family);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase__number {
        width: 31px;
        height: 31px;
        font-size: 15px;
    }
}

.service-showcase__audience ol li h4 {
    color: var(--black);
    font-size: 15px;
    font-family: var(--header-font-family);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}

.service-showcase__audience ol li > p {
    grid-column: 2;
    color: var(--black);
    font-size: 15px;
    line-height: 1.5;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase__audience ol li > p {
        grid-column: auto;
    }
}

.service-showcase__footer {
    display: flex;
    flex-direction: column;
    row-gap: 4rem; /* clears the expert photo's -2.5rem pull-up below the button on mobile */
    align-items: center;
    border-top: 1px dotted var(--lighter-gray); /* dotted per Figma */
    padding-top: 1.5rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase__footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .service-showcase--circle-right .service-showcase__footer {
        flex-direction: row-reverse;
    }
}

/* Expert badge: pill card linking to the executive profile */
.service-showcase__expert {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    background-color: var(--white);
    border-radius: 15px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
}

.service-showcase__expert figure {
    width: 96px;
    flex-shrink: 0;
    margin-top: -2.5rem;
}

.service-showcase__expert figure img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 1000px;
    object-fit: cover;
    object-position: top;
    background-color: var(--accent-color);
    border: 3px solid var(--white);
    display: block;
}

.service-showcase__expert header h4 {
    color: var(--profile-teal);
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.service-showcase__expert header p {
    color: var(--profile-teal);
    font-size: 12px;
    font-family: var(--body-font-family);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}
