/* Blog presentation built on the existing Insights layout. */
.blog-page .insights-research,
.blog-page .insights-cta {
    display: none;
}

.blog-page .insights-hero {
    background:
        radial-gradient(circle at 82% 22%, rgba(145, 195, 94, 0.24), transparent 29%),
        linear-gradient(135deg, #07130c 0%, #102519 55%, #0b1710 100%);
}

.blog-page .insights-hero-core,
.blog-page .insights-hero-visual {
    filter: hue-rotate(28deg) saturate(0.88);
}

.blog-page .featured-insight-image > img,
.blog-page .insight-card-image > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page .featured-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(145deg, rgba(8, 22, 12, 0.12), rgba(8, 22, 12, 0.72));
}

.blog-page .insight-card-category { position: relative; z-index: 2; }

.blog-page .insights-grid .insight-card[hidden] { display: none !important; }
.blog-search { margin: 1.5rem 0 1rem; max-width: 46rem; }
.blog-search label { display: block; margin-bottom: .5rem; font-weight: 800; color: #17251a; }
.blog-search input { width: 100%; padding: .95rem 1rem; border: 1px solid #cdd9cf; border-radius: .8rem; background: #fff; color: #111; font: inherit; }
.blog-search input:focus { outline: 3px solid rgba(39,132,86,.2); border-color: #278456; }
.blog-results-status { min-height: 1.2rem; margin: .45rem 0 0; color: #637067; font-size: .78rem; }
.blog-content-note { max-width: 67ch; margin: .8rem 0 1.5rem; color: #526057; line-height: 1.6; }
.blog-page button.insight-category { width: 100%; border: 0; border-bottom: 1px solid var(--insights-border); background: transparent; font: inherit; text-align: left; cursor: pointer; }
.blog-page .insight-category .category-number { white-space: nowrap; font-size: .72rem; }
.blog-page .insight-category[aria-pressed="true"] { color: #fff; background: #176a42; }
.blog-page .insight-category:focus-visible { outline: 3px solid #5bb780; outline-offset: -3px; }
.blog-load-more { display: block; margin: 2rem auto 0; }
.blog-load-more[hidden] { display: none; }
.blog-empty-state { max-width: 44rem; margin: 2rem auto 0; padding: 1rem 1.25rem; border-radius: .8rem; background: #f3f8f4; color: #383838; text-align: center; }
.blog-empty-state[hidden] { display: none; }

.blog-article-inner { overflow-wrap: anywhere; }
.blog-article-inner pre, .blog-article-inner table { max-width: 100%; overflow-x: auto; }
.blog-article-inner h2, .blog-article-inner h3 { scroll-margin-top: 7rem; }
.article-pagination { display: flex; justify-content: space-between; gap: 1rem; width: min(100%, 55rem); margin: 2rem auto; }
.article-pagination a { max-width: 48%; color: #176a42; font-weight: 750; text-decoration-thickness: .1em; text-underline-offset: .2em; }
@media (max-width: 600px) { .article-pagination { flex-direction: column; } .article-pagination a { max-width: 100%; } }

.blog-page .newsletter-form .sr-only {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 0.45rem;
    overflow: visible;
    clip: auto;
    clip-path: none;
    color: #17251a;
    font-size: 0.8rem;
    font-weight: 700;
}

.blog-page .newsletter-form input[type="email"] {
    color: #111111;
    background: #ffffff;
}

.blog-page .newsletter-form input[type="email"]::placeholder {
    color: #415247;
    opacity: 1;
}

.blog-page .newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    width: 100%;
    color: #e8f2ea;
    font-size: .8rem;
    line-height: 1.5;
}

.blog-page .newsletter-consent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    min-height: 1.15rem;
    margin-top: .1rem;
    padding: 0;
    accent-color: #5bb780;
}

.blog-page .newsletter-consent a { color: #fff; text-decoration: underline; text-underline-offset: .15em; }
.blog-page .newsletter-consent input:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

.blog-page .featured-insight-content h3,
.blog-page .insight-card-content h3 {
    text-wrap: balance;
}

/* Keep editorial calls-to-action legible when a card changes state. */
.blog-page .insight-read-link {
    color: #278456 !important;
    opacity: 1 !important;
}

.blog-page .insight-card .insight-read-link:hover,
.blog-page .insight-card .insight-read-link:focus-visible,
.blog-page .insight-card:hover .insight-read-link {
    color: #111111 !important;
}

.blog-page .featured-insight-card .insight-read-link:hover,
.blog-page .featured-insight-card .insight-read-link:focus-visible,
.blog-page .featured-insight-card:hover .insight-read-link {
    color: #ffffff !important;
}

.blog-page .featured-insight-card .insight-read-link:focus-visible {
    outline: 3px solid #5bb780;
    outline-offset: 5px;
    border-radius: 2px;
}

@media (max-width: 760px) {
    .blog-page .insights-hero-title {
        max-width: 13ch;
        text-wrap: balance;
    }

    .blog-page .featured-insight-content h3,
    .blog-page .insight-card-content h3 {
        font-size: clamp(1.35rem, 7vw, 1.9rem);
    }
}

.blog-article-page .insights-hero,
.blog-article-page .featured-insight,
.blog-article-page .latest-insights,
.blog-article-page .insights-newsletter,
.blog-article-page .insights-categories,
.blog-article-page .insights-research,
.blog-article-page .insights-cta {
    display: none;
}

.blog-article {
    padding: clamp(3.5rem, 8vw, 7rem) 0;
    background: linear-gradient(180deg, #f7faf7 0%, #ffffff 65%);
}

.blog-article-inner {
    width: min(100% - 2rem, 72rem);
    margin: 0 auto;
}

.blog-article-kicker {
    display: block;
    width: min(100%, 50rem);
    margin-left: auto;
    margin-right: auto;
    color: #278456;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.blog-article h1 {
    width: min(100%, 50rem);
    max-width: 100%;
    margin: 0.7rem auto 1.2rem;
    color: #101512;
    font-size: clamp(2.65rem, 5vw, 3.25rem);
    letter-spacing: -0.055em;
    line-height: 1.02;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
}

.blog-article-lede {
    width: min(100%, 50rem);
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
    color: #425147;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.65;
}

.blog-article-figure {
    width: min(100%, 37.5rem);
    margin: 2.2rem auto 2.8rem;
}

.blog-article-figure img {
    width: 100%;
    aspect-ratio: 2 / 1;
    display: block;
    object-fit: cover;
    border-radius: 1.25rem;
}

.blog-article-feature {
    width: min(100%, 36rem);
    margin: 2.75rem auto 1rem;
}

.blog-article-feature-crop {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 1.15rem;
    background: #e8eee9;
}

.blog-article-feature-crop img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 300%;
    max-width: none;
    height: auto;
    transform: translateY(-50%);
}

.blog-article-feature--center .blog-article-feature-crop img { left: -100%; }
.blog-article-feature--right .blog-article-feature-crop img { left: -200%; }

.blog-article-feature figcaption {
    margin-top: .65rem;
    color: #637067;
    font-size: .76rem;
    line-height: 1.5;
}

.blog-article-figure figcaption {
    margin-top: 0.65rem;
    color: #637067;
    font-size: 0.72rem;
    line-height: 1.5;
}

.blog-data-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin: 2rem 0;
}

.blog-data-point {
    padding: 1.1rem;
    border: 1px solid #dce7de;
    border-radius: 1rem;
    background: #ffffff;
}

.blog-data-point strong {
    display: block;
    color: #176a42;
    font-size: clamp(1.35rem, 3vw, 2rem);
    letter-spacing: -0.05em;
}

.blog-data-point span { color: #637067; font-size: 0.72rem; line-height: 1.4; }

.blog-article-meta {
    width: min(100%, 50rem);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin: 1.8rem auto 3rem;
    color: #637067;
    font-size: 0.82rem;
}

.article-breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; width: min(100%, 50rem); margin: 0 auto 2rem; color: #637067; font-size: .8rem; }
.article-breadcrumb a { color: #176a42; font-weight: 700; }
.article-author-bio { width: min(100%, 50rem); margin: -1.8rem auto 1rem; padding: 1rem 1.1rem; border-radius: .9rem; background: #eef5ef; }
.article-author-bio strong, .article-author-bio span { display: block; }
.article-author-bio span { margin-top: .1rem; color: #278456; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.article-author-bio p { margin: .45rem 0 0; font-size: .88rem; line-height: 1.55; }
.article-tags { display: flex; flex-wrap: wrap; gap: .5rem; width: min(100%, 50rem); margin: 1rem auto 1.4rem; }
.article-tags a { padding: .35rem .65rem; border-radius: 999px; color: #176a42; background: #e5f3e9; font-size: .75rem; font-weight: 700; }
.article-toc { width: min(100%, 37.5rem); margin: 0 auto 2.75rem; padding: 1rem 1.2rem; border: 1px solid #dce7de; border-radius: 1rem; background: #fff; }
.article-toc summary { cursor: pointer; color: #17251a; font-weight: 800; }
.article-toc ol { margin-bottom: 0; padding-left: 1.25rem; }
.article-toc a { color: #176a42; }
.article-engagement { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin: 1.25rem 0 2rem; padding: .9rem 1rem; border: 1px solid #dce7de; border-radius: 1rem; background: #fff; }
.article-engagement h2 { width: 100%; margin: 0; padding-bottom: .75rem; border-bottom: 1px solid #e4ece6; font-size: 1rem; letter-spacing: 0; }
.article-like, .native-share, .copy-link { cursor: pointer; border: 0; color: #176a42; background: transparent; font: inherit; font-weight: 700; }
.article-like:disabled { cursor: default; color: #8d3151; }
.like-count { margin-left: .25rem; color: #637067; font-size: .78rem; font-weight: 500; }
.article-share, .share-links { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; }
.share-links a, .share-links button { color: #176a42; font-size: .78rem; font-weight: 700; }
.share-toast { width: 100%; min-height: 1em; color: #176a42; font-size: .76rem; text-align: right; }
.article-comments { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #dce7de; }
.comments-intro { margin: .4rem 0 1.25rem; }
.comments-form { display: grid; gap: 1rem; margin-top: 1.25rem; padding: 1.25rem; border: 1px solid #dce7de; border-radius: 1rem; background: #fff; }
.comments-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.comments-field { display: grid; gap: .4rem; }
.comments-field label { color: #17251a; font-size: .84rem; font-weight: 700; }
.comments-field input, .comments-field textarea { width: 100%; padding: .75rem .85rem; border: 1px solid #cad8ce; border-radius: .65rem; background: #fff; color: #17251a; font: inherit; }
.comments-field textarea { min-height: 8rem; resize: vertical; }
.comments-field input:focus, .comments-field textarea:focus { outline: 3px solid rgba(23, 106, 66, .16); border-color: #176a42; }
.comments-submit { justify-self: start; }
.comments-submit:disabled { cursor: wait; opacity: .65; }
.comments-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.comments-status { margin: 0; padding: 1rem; border-radius: .75rem; background: #eef5ef; color: #526057; }
.comments-list { display: grid; gap: 1rem; margin-top: 1.5rem; }
.comment-card { padding: 1rem 1.1rem; border: 1px solid #dce7de; border-radius: .85rem; background: #fff; }
.comment-card header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; margin-bottom: .6rem; }
.comment-card time { color: #637067; font-size: .78rem; }
.comment-card p { margin: 0; white-space: pre-wrap; }
.comment-replies { display: grid; gap: .75rem; margin: .85rem 0 0 1rem; padding-left: 1rem; border-left: 2px solid #dce7de; }
.comments-setup-note { padding: 1rem; border-radius: .8rem; background: #eef5ef; }
@media (max-width: 640px) { .comments-form-row { grid-template-columns: 1fr; } }

.blog-article h2 {
    margin: 2.6rem 0 0.8rem;
    color: #101512;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.blog-article p,
.blog-article li {
    color: #37443b;
    font-size: 1rem;
    line-height: 1.75;
}

.blog-article ul { padding-left: 1.2rem; }
.blog-article li + li { margin-top: 0.55rem; }

.blog-article-note {
    margin: 2rem 0;
    padding: 1.3rem 1.4rem;
    border-left: 3px solid #43a96c;
    border-radius: 0 1rem 1rem 0;
    background: #ecf7ef;
}

.blog-article-sources {
    margin-top: 3rem;
    padding-top: 1.8rem;
    border-top: 1px solid #dce7de;
}

.blog-article-sources a { color: #176a42; font-weight: 700; }
.blog-article-related {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding: 1.5rem;
    border-radius: 1.2rem;
    color: #ffffff;
    background: #102319;
}
.blog-article-related p { margin: 0; color: #d9ecdf; }
.blog-article-related a { color: #b7f5cb; font-weight: 800; }

.blog-article-inner > h2,
.blog-article-inner > p,
.blog-article-inner > ul,
.blog-article-inner > .blog-data-grid,
.blog-article-inner > .blog-article-note,
.blog-article-inner > .blog-article-feature,
.blog-article-inner > .blog-article-sources,
.blog-article-inner > .blog-article-related,
.blog-article-inner > .more-articles,
.blog-article-inner > .article-engagement,
.blog-article-inner > .article-comments {
    width: min(100%, 50rem);
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 900px) {
    .blog-article-inner { width: min(100% - 2rem, 50rem); }
    .blog-article h1 { font-size: clamp(2.6rem, 7.5vw, 3.8rem); }
}

@media (max-width: 620px) {
    .blog-article { padding-top: 2.25rem; }
    .blog-article-inner { width: min(100% - 1.25rem, 50rem); }
    .blog-article h1 {
        max-width: 100%;
        font-size: clamp(2.05rem, 10.5vw, 3.1rem);
        letter-spacing: -.052em;
        line-height: 1.03;
    }
    .blog-article-lede { font-size: 1rem; line-height: 1.6; }
    .blog-article-meta { margin-bottom: 2.4rem; }
    .blog-article-figure,
    .blog-article-feature { margin-left: -.15rem; margin-right: -.15rem; }
    .blog-article-figure img { border-radius: .9rem; }
    .blog-article-feature-crop { aspect-ratio: 4 / 3; border-radius: .9rem; }
    .blog-data-grid { grid-template-columns: 1fr; }
    .blog-article-related { align-items: flex-start; flex-direction: column; }
    .article-engagement, .article-share { align-items: flex-start; flex-direction: column; }
    .share-toast { text-align: left; }
}
.content-type-clarifier{max-width:62ch;margin:1rem 0;color:#526057;line-height:1.65}.content-type-clarifier a{color:#176a42;font-weight:800;text-decoration:underline;text-underline-offset:.2em}
