.blog-article--owner .owner-body__inner {
    padding-bottom: 4rem;
}

.blog-article--owner .owner-article p,
.blog-article--owner .owner-article li {
    font-size: 1rem;
    line-height: 1.7;
    color: #555555;
}

/* Intro */
.owner-intro {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #374151;
    margin: 0 0 2.5rem;
    max-width: 100%;
}

.owner-intro__drop {
    float: left;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 0.85;
    color: #444444;
    margin: 0.1rem 0.65rem 0 0;
}

/* Insight cards */
.owner-insights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 3rem;
}

.owner-insight {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.5rem 1.35rem;
    background: #ffffff;
    border: 1px solid #ececec;
}

.owner-insight__num {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
    color: #F2BA26;
    letter-spacing: -0.02em;
    padding-top: 0.15rem;
}

.owner-insight__content h2 {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 700;
    line-height: 1.25;
    color: #444444;
    margin: 0 0 0.65rem;
}

.owner-insight__content p {
    margin: 0;
}

.owner-insight--accent {
    background: #fffdf5;
    border-color: #f5d78e;
}

.owner-insight--featured {
    display: block;
    padding: 0;
    overflow: hidden;
    grid-template-columns: unset;
}

.owner-insight__split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.owner-insight__figure {
    margin: 0;
    overflow: hidden;
}

.owner-insight__figure img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    background: #f3f4f6;
}

.owner-insight--featured .owner-insight__content {
    padding: 1.5rem 1.35rem;
}

.owner-insight--featured .owner-insight__num {
    display: block;
    margin-bottom: 0.75rem;
}

/* Conclusion */
.owner-conclusion {
    margin: 2.5rem 0;
    padding-top: 2rem;
    border-top: 1px solid #ececec;
}

.owner-conclusion__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.owner-conclusion__rule {
    flex-shrink: 0;
    width: 2.5rem;
    height: 3px;
    background: #F2BA26;
}

.owner-conclusion h2 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: #444444;
    margin: 0;
    letter-spacing: -0.01em;
}

.owner-conclusion p {
    color: #555555;
    margin: 0;
    line-height: 1.75;
    font-size: 1.0625rem;
}

@media (min-width: 640px) {
    .owner-insights {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .owner-insight--featured {
        grid-column: span 2;
    }
}

@media (min-width: 768px) {
    .owner-insight__split {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .owner-insight--featured .owner-insight__figure img {
        height: 100%;
        min-height: 100%;
        aspect-ratio: unset;
    }

    .owner-insight--featured .owner-insight__content {
        padding: 2rem 1.75rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .owner-insight--reverse .owner-insight__split .owner-insight__content {
        order: -1;
    }
}
