.article-page {
    max-width: 1300px;
    margin: 0 auto;
    padding: 132px 80px 100px 80px;
}

.article-back-link {
    margin-bottom: 28px;
}

.article-back-link .text-link {
    margin-top: 0;
}

.article-header {
    max-width: 780px;
    margin-bottom: 32px;
}

.article-title {
    font-size: clamp(38px, 5.2vw, 62px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin-bottom: 14px;
}

.article-byline {
    font-size: 15px;
    color: var(--gray);
}

.article-image-wrap {
    max-width: 780px;
    margin-bottom: 36px;
}

.article-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.article-image-caption {
    margin-top: 10px;
    font-size: 12px;
    color: var(--light-gray);
}

.article-content {
    max-width: 780px;
}

.article-content section {
    margin-top: 44px;
}

.article-content h2 {
    font-size: clamp(30px, 3.6vw, 42px);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 18px;
}

.article-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.article-content p strong,
.article-content h2 strong {
    color: var(--black);
}

.article-note {
    font-style: italic;
}

.article-table-wrap {
    overflow-x: auto;
    margin: 18px 0 22px 0;
}

.article-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    border: 1px solid rgba(0,0,0,0.08);
}

.article-table th,
.article-table td {
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.article-table thead th {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
    background: var(--warm-grey);
}

.article-table tbody tr:last-child td {
    border-bottom: none;
}

.article-table .table-total-row td {
    font-weight: 600;
    color: var(--black);
    background: rgba(0,0,0,0.015);
}

.sources {
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.sources h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}

.sources ul {
    margin: 0;
    padding-left: 22px;
}

.sources li {
    margin-bottom: 8px;
    color: var(--gray);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .article-page {
        padding: 112px 24px 64px 24px;
    }

    .article-header {
        margin-bottom: 24px;
    }

    .article-title {
        font-size: 36px;
    }

    .article-content p {
        font-size: 16px;
    }

    .article-content h2 {
        font-size: 30px;
    }

    .article-content section {
        margin-top: 34px;
    }

    .article-table th,
    .article-table td {
        font-size: 14px;
    }
}
