.pp-safe-header {
    box-sizing: border-box;
    width: 100%;
    max-width: 1240px;
    min-height: 80px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-bottom: 1px solid #edf2ef;
    background: #fff;
    position: relative;
    z-index: 9999;
}

.pp-safe-header .pp-brand { flex: 0 0 auto; }
.pp-safe-header .pp-brand-copy { display: flex; flex-direction: column; }
.pp-safe-header .pp-brand-copy b { color: #123e34; font: 600 21px/1 Georgia, serif; }
.pp-safe-header .pp-brand-copy small { margin-top: 4px; color: #61766f; font-size: 10px; }

.pp-main-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 0;
}

.pp-main-navigation a {
    color: #19332d !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}

.pp-main-navigation a:hover,
.pp-main-navigation a:focus { color: #0b7659 !important; }

.pp-menu-toggle {
    display: none;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid #bdd1ca;
    border-radius: 8px;
    background: #fff;
    color: #123e34;
    font-weight: 800;
    cursor: pointer;
}

.pp-header-cta { flex: 0 0 auto; }

.pp-articles-section {
    box-sizing: border-box;
    width: 100%;
    padding: 82px 28px;
    background: #f7faf8;
    border-top: 1px solid #e4eee9;
}
.pp-articles-inner { width: 100%; max-width: 1120px; margin: 0 auto; }
.pp-section-kicker { margin: 0 0 10px; color: #0b7659; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.pp-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.pp-section-heading h2 { max-width: 760px; margin: 0; color: #123e34; font: 500 clamp(32px, 4vw, 46px)/1.15 Georgia, serif; }
.pp-section-heading p { max-width: 760px; margin: 15px 0 0; color: #526963; font-size: 16px; line-height: 1.65; }
.pp-category-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 36px; }
.pp-category-list a { padding: 10px 14px; border: 1px solid #cbded6; border-radius: 999px; background: #fff; color: #19332d !important; font-size: 13px; font-weight: 750; text-decoration: none !important; }
.pp-category-list a:hover,.pp-category-list a:focus { border-color: #0b7659; color: #0b7659 !important; }
.pp-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pp-article-card { display: flex; flex-direction: column; min-width: 0; padding: 23px; border: 1px solid #d9e7e1; border-radius: 16px; background: #fff; box-shadow: 0 4px 16px rgba(21,59,52,.04); }
.pp-article-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(21,59,52,.09); }
.pp-article-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; color: #71827d; font-size: 11px; }
.pp-article-meta a { color: #0b7659 !important; font-weight: 750; text-decoration: none !important; }
.pp-article-card h3 { margin: 14px 0 10px; color: #123e34; font: 600 21px/1.3 Georgia, serif; }
.pp-article-card h3 a { color: inherit !important; text-decoration: none !important; }
.pp-article-card p { margin: 0 0 18px; color: #526963; font-size: 14px; line-height: 1.6; }
.pp-read-more { margin-top: auto; color: #0b7659 !important; font-size: 13px; font-weight: 800; text-decoration: none !important; }

@media (max-width: 900px) {
    .pp-safe-header { min-height: 72px; padding: 0 18px; }
    .pp-menu-toggle { display: inline-flex; margin-left: auto; }
    .pp-main-navigation {
        display: none;
        position: absolute;
        top: calc(100% - 1px);
        left: 14px;
        right: 14px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px;
        border: 1px solid #d9e7e1;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 14px 35px rgba(18, 62, 52, .18);
    }
    .pp-main-navigation.is-open { display: flex; }
    .pp-main-navigation a { padding: 13px 12px; border-bottom: 1px solid #edf2ef; }
    .pp-main-navigation a:last-child { border-bottom: 0; }
    .pp-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .pp-safe-header .pp-brand-copy b { font-size: 17px; }
    .pp-safe-header .pp-brand-copy small { display: none; }
    .pp-header-cta { display: none !important; }
    .pp-articles-section { padding: 62px 18px; }
    .pp-article-grid { grid-template-columns: 1fr; }
    .pp-category-list { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
    .pp-category-list a { flex: 0 0 auto; }
}

@media (max-width: 390px) {
    .pp-safe-header { padding: 0 12px; }
    .pp-safe-header .ekr-brand-mark { width: 36px; height: 36px; }
    .pp-safe-header .pp-brand-copy b { font-size: 15px; }
}
