body.site-page.editorial-page.concept-home.about-profile.blog-article-page .page-stack {
    gap: clamp(30px, 4vw, 54px);
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-hero {
    padding: clamp(26px, 3vw, 38px);
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-hero .about-hero-top {
    display: grid;
    gap: 18px;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-hero .about-hero-main {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
    gap: clamp(24px, 3vw, 34px);
    align-items: stretch;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-hero .about-hero-copy {
    gap: 22px;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-hero .about-hero-intro {
    min-height: 0;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-hero .page-title {
    max-width: 13ch;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-hero .page-lead {
    max-width: 60ch;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-hero .article-meta {
    margin: 18px 0 0;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-outline,
body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-facts,
body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-sidebox {
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: none;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-outline {
    display: grid;
    gap: 14px;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-outline .hero-visual__list {
    gap: 10px;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-outline .hero-visual__list li {
    padding-left: 0;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-outline .hero-visual__list li::before {
    content: none;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-outline a,
body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-sidebox a {
    color: var(--primary);
    text-decoration: none;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-outline a:hover,
body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-sidebox a:hover {
    text-decoration: underline;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.94fr);
    gap: 18px;
    align-items: start;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout--single {
    grid-template-columns: minmax(0, 1fr);
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .about-process-card {
    padding: clamp(26px, 3vw, 34px);
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .article-body {
    border: 1px solid var(--border);
    border-radius: 28px;
    background: var(--surface);
    box-shadow: none;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .article-body > :first-child {
    margin-top: 0;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .article-body > :last-child {
    margin-bottom: 0;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .article-body h2 {
    max-width: 18ch;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .article-body h3 {
    margin-top: 28px;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .article-body ul,
body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .article-body ol {
    padding-left: 1.25rem;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .article-body li + li {
    margin-top: 10px;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .article-body a {
    color: var(--primary);
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout .quote-box {
    margin-top: 30px;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 18px;
    height: 100%;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-sidebox h3,
body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-outline h2 {
    margin: 0;
    font-size: 1.22rem;
    line-height: 1.15;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-sidebox ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 1.15rem;
    color: var(--text-secondary);
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-sidebox p {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.7;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-cta {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-cta > :is(div, .contact-box) {
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--surface);
    box-shadow: none;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-cta .contact-box {
    margin: 0;
}

body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-cta .button-group {
    margin-top: 20px;
}

@media (max-width: 1080px) {
    body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-hero .about-hero-main,
    body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-cta {
        grid-template-columns: 1fr;
    }

    body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-side {
        height: auto;
    }
}

@media (max-width: 640px) {
    body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-hero {
        padding: 24px 20px;
    }

    body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-outline,
    body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-facts,
    body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-sidebox,
    body.site-page.editorial-page.concept-home.about-profile.blog-article-page .blog-article-cta > :is(div, .contact-box) {
        padding: 20px;
    }
}
