/* Unified typography for CMS & static content pages (About, Services, etc.) */

.site-page-content,
.about-content .about-title,
.about-content .about-details {
    font-family: 'Alexandria', sans-serif;
}

.site-page-content__title,
.about-content .about-title h1,
.page-content .site-page-content__title {
    font-family: 'Alexandria', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.35;
    color: #2b3481;
    margin: 0 0 1rem;
}

.site-page-content__divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2b3481, #ff6b35);
    border-radius: 2px;
    margin-bottom: 1.75rem;
}

.site-page-content__excerpt,
.about-content .about-title p {
    font-family: 'Alexandria', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.85;
    color: #444;
    margin: 0 0 1.25rem;
}

.site-page-content__body,
.about-content .about-details,
.page-body {
    font-family: 'Alexandria', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.85;
    color: #444;
}

.site-page-content__body p,
.about-content .about-details p,
.page-body p {
    font-family: 'Alexandria', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.85;
    color: #444;
    margin: 0 0 1rem;
}

.site-page-content__body p:last-child,
.about-content .about-details p:last-child,
.page-body p:last-child {
    margin-bottom: 0;
}

.site-page-content__body h2,
.site-page-content__body h3,
.site-page-content__body h4 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 700;
    color: #2b3481;
    line-height: 1.4;
    margin: 1.5rem 0 0.75rem;
}

.site-page-content__body h2 { font-size: 1.375rem; }
.site-page-content__body h3 { font-size: 1.125rem; }
.site-page-content__body h4 { font-size: 1rem; }

.site-page-content__body ul,
.site-page-content__body ol {
    font-family: 'Alexandria', sans-serif;
    font-size: 1rem;
    line-height: 1.85;
    color: #444;
    margin: 0 0 1rem;
    padding-inline-start: 1.5rem;
}

.site-page-content__body li {
    font-family: 'Alexandria', sans-serif;
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 0.35rem;
}

.site-page-content__body a {
    color: #2b3481;
    text-decoration: underline;
}

.site-page-content__body a:hover {
    color: #ff6b35;
}

/* Normalize rich-editor inline styles from admin */
.site-page-content__body span,
.site-page-content__body div,
.about-content .about-details span,
.about-content .about-details div {
    font-family: 'Alexandria', sans-serif !important;
}

.site-page-content__body p span,
.site-page-content__body p,
.about-content .about-details p span {
    font-size: 1rem !important;
    line-height: 1.85 !important;
}

.site-page-content--pattern {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../left-pattern.jpg');
}

.about-content .about-title {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 1.25rem;
    text-align: center;
}

.about-content .about-details {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .site-page-content__title,
    .about-content .about-title h1 {
        font-size: 1.5rem;
    }

    .site-page-content__excerpt,
    .site-page-content__body,
    .site-page-content__body p,
    .about-content .about-title p,
    .about-content .about-details p {
        font-size: 0.9375rem;
    }
}
