body.article-page {
    background: #f6fbfa;
    color: #102027;
}

.article-shell {
    width: min(100% - 2rem, 1040px);
    margin: 0 auto;
    padding: 8.5rem 0 4rem;
}

.article-nav {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.article-logo {
    color: #102027;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.1rem;
}

.article-logo span {
    color: var(--primary);
}

.article-hero {
    padding: clamp(2rem, 5vw, 4rem);
    background: linear-gradient(135deg, #ffffff, #eaf8f4);
    border: 1px solid rgba(16, 32, 39, 0.08);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(15, 49, 52, 0.11);
}

.article-kicker {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.45rem 0.8rem;
    color: #087c6d;
    background: rgba(17, 159, 139, 0.1);
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.86rem;
}

.article-hero h1 {
    max-width: 820px;
    margin: 0 0 1rem;
    color: #102027;
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1.04;
}

.article-hero p {
    max-width: 760px;
    color: #53686c;
    font-size: 1.08rem;
}

.article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.article-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 2rem;
    margin-top: 2rem;
}

.article-main,
.article-side,
.area-card {
    background: #ffffff;
    border: 1px solid rgba(16, 32, 39, 0.08);
    border-radius: 16px;
    box-shadow: 0 16px 42px rgba(15, 49, 52, 0.08);
}

.article-main {
    padding: clamp(1.5rem, 4vw, 2.4rem);
}

.article-main h2 {
    margin: 2.1rem 0 0.8rem;
    color: #102027;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.article-main h3 {
    margin: 1.6rem 0 0.55rem;
    color: #102027;
}

.article-main p,
.article-main li {
    color: #53686c;
    font-size: 1rem;
    line-height: 1.85;
}

.article-main ul,
.article-main ol {
    padding-left: 1.25rem;
}

.article-side {
    align-self: start;
    position: sticky;
    top: 96px;
    padding: 1.2rem;
}

.article-side h2,
.article-side h3 {
    color: #102027;
}

.article-side p {
    color: #53686c;
}

.area-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.article-page .article-shell {
    width: min(100% - 2rem, 1180px);
}

.article-page .header {
    position: fixed;
}

.article-page .nav-menu {
    display: flex;
}

.article-footer {
    margin-top: 0;
    padding: 2rem 0;
}

.article-footer .footer-bottom {
    padding-top: 0;
}

.article-footer .footer-extra {
    flex-wrap: wrap;
}

.article-page .article-hero {
    position: relative;
    overflow: hidden;
}

.article-page .article-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(17, 159, 139, 0.18), transparent 68%);
}

.article-page .article-hero > * {
    position: relative;
    z-index: 1;
}

.article-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

.article-stat {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(16, 32, 39, 0.08);
    border-radius: 14px;
}

.article-stat strong {
    display: block;
    color: #102027;
    font-size: 1.35rem;
    line-height: 1;
}

.article-stat span {
    color: #53686c;
    font-size: 0.9rem;
}

.featured-article {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 1.5rem;
    margin-top: 2rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #ffffff;
    border: 1px solid rgba(16, 32, 39, 0.08);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(15, 49, 52, 0.1);
}

.featured-visual {
    min-height: 280px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(17, 159, 139, 0.18), rgba(242, 165, 31, 0.16)),
        #edf8f5;
}

.featured-visual span {
    display: grid;
    place-items: center;
    width: 118px;
    height: 118px;
    border-radius: 28px;
    background: #ffffff;
    color: var(--primary);
    border: 1px solid rgba(17, 159, 139, 0.18);
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    box-shadow: 0 18px 44px rgba(15, 49, 52, 0.12);
}

.featured-copy {
    align-self: center;
}

.featured-copy h2 {
    margin: 0 0 0.8rem;
    color: #102027;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.05;
}

.featured-copy p {
    color: #53686c;
}

.area-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin: 3rem 0 1rem;
}

.area-section-head h2 {
    color: #102027;
    font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.area-section-head p {
    max-width: 520px;
    color: #53686c;
}

.area-card {
    position: relative;
    overflow: hidden;
}

.area-card::before {
    content: "";
    width: 46px;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: 999px;
}

.area-card.featured-link {
    border-color: rgba(17, 159, 139, 0.22);
}

.area-card small {
    color: #8a9a9d;
    font-weight: 700;
}

.article-cta-band {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    align-items: center;
    margin-top: 2rem;
    padding: clamp(1.4rem, 4vw, 2rem);
    background: #102027;
    border-radius: 18px;
}

.article-cta-band h2 {
    color: #ffffff;
    margin: 0 0 0.4rem;
}

.article-cta-band p {
    color: #c9d7d7;
}

.area-card {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.25rem;
}

.area-card h2 {
    color: #102027;
    font-size: 1.08rem;
}

.area-card p {
    color: #53686c;
    font-size: 0.92rem;
}

.area-card a {
    margin-top: auto;
    color: var(--primary);
    font-weight: 800;
}

.article-note {
    margin-top: 2rem;
    padding: 1rem;
    background: #edf8f5;
    border-left: 4px solid var(--primary);
    border-radius: 12px;
    color: #33484e;
}

@media (max-width: 900px) {
    .article-content {
        grid-template-columns: 1fr;
    }

    .article-side {
        position: static;
    }

    .area-grid {
        grid-template-columns: 1fr;
    }

    .article-stats,
    .featured-article,
    .article-cta-band {
        grid-template-columns: 1fr;
    }

    .area-section-head {
        display: block;
    }
}
