.ocf-page-about {
    background: var(--ocf-bg);
}

.ocf-page-about__section {
    display: grid;
    gap: 1.5rem;
}

.ocf-page-about__grid {
    display: grid;
    grid-template-columns: 1fr;
}

.ocf-about-story {
    background: var(--ocf-bg);
}

.ocf-about-story.section-padding {
    padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

.ocf-about-story__inner {
    width: 100%;
}

.ocf-about-story__content {
    display: grid;
    gap: 1.15rem;
    color: var(--ocf-body);
    font-size: var(--font-body-size);
    line-height: 1.72;
}

.ocf-about-story + .ocf-about.section-padding {
    padding-top: clamp(2rem, 4vw, 3.5rem);
}

.ocf-about-story__content > * {
    margin: 0;
}

.ocf-about-story__content h2 {
    margin-top: 0.9rem;
    color: var(--ocf-heading);
    font-family: var(--ocf-font-heading), system-ui, sans-serif;
    font-size: var(--font-h2-size);
    line-height: 1.12;
}

.ocf-about-story__content h2:first-child {
    margin-top: 0;
}

.ocf-about-story__content strong,
.ocf-about-story__content b {
    color: var(--ocf-heading);
    font-weight: var(--font-weight-bold);
}

.ocf-about-story__content a {
    color: var(--ocf-primary);
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.ocf-about-story__content ul,
.ocf-about-story__content ol {
    display: grid;
    gap: 0.6rem;
    margin: 0.25rem 0 0;
    padding-left: 1.25rem;
}

@media (max-width: 900px) {
    .ocf-page-about__grid {
        grid-template-columns: 1fr;
    }
}

/* OCF_AGENT_BLOCK:owner-profile-layout START */
.ocf-about-owner-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
}

.ocf-about-owner-layout__image {
    width: min(100%, 420px);
    margin: 0;
    place-self: center;
    overflow: hidden;
    border: 0;
    border-radius: var(--ocf-radius-lg, 16px);
    background: var(--ocf-bg-dark);
}

.ocf-about-owner-layout__image::after {
    display: none;
}

.ocf-about-owner-layout__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
}

.ocf-about-owner-layout .ocf-about-story__content {
    min-width: 0;
}

.ocf-about-story__continuation {
    max-width: 74ch;
    margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

@media (max-width: 760px) {
    .ocf-about-owner-layout {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .ocf-about-owner-layout__image {
        width: min(100%, 420px);
    }
}
/* OCF_AGENT_BLOCK:owner-profile-layout END */
