.snh-editorial-shell {
    --snh-ink: #0c1f1a;
    --snh-muted: #5e6f69;
    --snh-line: rgba(12, 31, 26, 0.12);
    --snh-accent: #0f6a55;
    --snh-accent-dark: #083f34;
    --snh-soft: #eef7f3;
    width: min(100%, 980px);
    margin: 1rem auto 5rem;
    color: var(--snh-ink);
}

.snh-editorial-meta {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin: 0 0 1.15rem;
    color: var(--snh-muted);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.snh-editorial-hero {
    overflow: hidden;
    margin: 0 0 clamp(2rem, 4vw, 3.6rem);
    border-radius: clamp(18px, 2.4vw, 30px);
    background: var(--snh-soft);
    box-shadow: 0 24px 70px rgba(8, 63, 52, .16);
}

.snh-editorial-hero__image {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.snh-editorial-content {
    width: min(100%, 780px);
    margin-inline: auto;
    font-size: clamp(1rem, .96rem + .2vw, 1.12rem);
    line-height: 1.82;
}

.snh-editorial-content > p:first-child {
    color: #243e36;
    font-size: clamp(1.08rem, 1rem + .35vw, 1.28rem);
    line-height: 1.7;
}

.snh-editorial-content p {
    margin: 0 0 1.35em;
}

.snh-editorial-content h2,
.snh-editorial-content h3 {
    color: var(--snh-ink);
    line-height: 1.18;
    letter-spacing: -.025em;
}

.snh-editorial-content h2 {
    margin: clamp(2.5rem, 5vw, 4.5rem) 0 1rem;
    padding-top: .25rem;
    font-size: clamp(1.65rem, 1.35rem + 1vw, 2.35rem);
}

.snh-editorial-content h2::after {
    display: block;
    width: 56px;
    height: 3px;
    margin-top: .75rem;
    border-radius: 99px;
    background: var(--snh-accent);
    content: "";
}

.snh-editorial-content h3 {
    margin: 2.2rem 0 .85rem;
    font-size: clamp(1.25rem, 1.1rem + .5vw, 1.6rem);
}

.snh-editorial-content ul,
.snh-editorial-content ol {
    margin: 1.35rem 0 1.75rem;
    padding-left: 1.35rem;
}

.snh-editorial-content li {
    margin: .55rem 0;
    padding-left: .35rem;
}

.snh-editorial-content a {
    color: var(--snh-accent-dark);
    font-weight: 700;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.snh-editorial-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    width: min(100%, 900px);
    margin: clamp(3.5rem, 7vw, 6rem) auto 0;
    padding: clamp(1.6rem, 4vw, 3rem);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: clamp(20px, 2.5vw, 30px);
    color: #fff;
    background:
        radial-gradient(circle at 8% 10%, rgba(65, 205, 157, .28), transparent 34%),
        linear-gradient(135deg, #0b2e27, #071c18);
    box-shadow: 0 28px 80px rgba(7, 28, 24, .22);
}

.snh-editorial-cta__eyebrow {
    display: block;
    margin-bottom: .45rem;
    color: #80e1bd;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.snh-editorial-cta h2 {
    margin: 0 0 .55rem;
    color: #fff;
    font-size: clamp(1.5rem, 1.15rem + 1vw, 2.25rem);
    line-height: 1.15;
}

.snh-editorial-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
}

.snh-editorial-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: .85rem 1.25rem;
    border-radius: 999px;
    color: #09251f !important;
    background: #e8fff6;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.snh-editorial-cta__button:hover,
.snh-editorial-cta__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.snh-comments-disabled .comments-area,
.snh-comments-disabled #comments,
.snh-comments-disabled .comment-respond,
.snh-comments-disabled .post-comments,
.snh-comments-disabled .comments-link {
    display: none !important;
}

@media (max-width: 720px) {
    .snh-editorial-shell {
        margin-bottom: 3rem;
    }

    .snh-editorial-meta {
        flex-wrap: wrap;
    }

    .snh-editorial-content {
        line-height: 1.72;
    }

    .snh-editorial-cta {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .snh-editorial-cta__button {
        width: 100%;
    }
}

/* Voorkom onrustige titelbreuken bij door de Hub geïmporteerde artikelen. */
.snh-imported-article .entry-title,
.snh-imported-article .wp-block-post-title,
.snh-imported-article main h1:first-of-type {
    max-width: min(100%, 980px);
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
    font-size: clamp(2rem, 1.45rem + 2.2vw, 3.45rem);
    line-height: 1.08;
}
