.article-index-page,
.article-detail-page {
    color: #242a2e;
    background: #fff;
}

.article-index-header {
    padding: 68px 0 58px;
    background: #f2f4f3;
    border-bottom: 1px solid #d8ddda;
}

.article-index-header-inner {
    max-width: 920px;
}

.article-index-header h1,
.article-detail-hero h1 {
    max-width: 900px;
    margin: 12px 0 18px;
    font-size: clamp(2rem, 5vw, 3.65rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.article-index-header p:last-child {
    max-width: 780px;
    margin: 0;
    color: #535e5a;
    font-size: 1.05rem;
    line-height: 1.8;
}

.article-kicker {
    margin: 0;
    color: #8d241f;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.article-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: #5f6965;
    font-size: 0.86rem;
}

.article-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.article-breadcrumb a:hover,
.article-breadcrumb a:focus-visible {
    color: #8d241f;
    text-decoration: underline;
}

.article-index-content {
    padding: 64px 0 78px;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.article-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe4e1;
    border-radius: 6px;
}

.article-card-image-link {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e9edeb;
}

.article-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.article-card:hover img {
    transform: scale(1.025);
}

.article-card-body {
    padding: 22px;
}

.article-meta,
.article-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 0.78rem;
}

.article-meta {
    color: #66706c;
}

.article-meta span:first-child {
    color: #28675d;
    font-weight: 700;
}

.article-card h2 {
    margin: 12px 0 10px;
    font-size: 1.2rem;
    line-height: 1.45;
    letter-spacing: 0;
}

.article-card h2 a {
    color: #202624;
    text-decoration: none;
}

.article-card h2 a:hover,
.article-card h2 a:focus-visible,
.article-read-link:hover,
.article-read-link:focus-visible {
    color: #8d241f;
}

.article-card-body > p {
    display: -webkit-box;
    min-height: 5.1em;
    margin: 0 0 18px;
    overflow: hidden;
    color: #5a6460;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-read-link {
    color: #28675d;
    font-weight: 700;
    text-decoration: none;
}

.article-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 46px;
}

.article-pagination a {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: #fff;
    background: #28675d;
    border-radius: 4px;
    text-decoration: none;
}

.article-empty {
    margin: 30px 0;
    color: #5a6460;
    text-align: center;
}

.article-detail-hero {
    position: relative;
    display: flex;
    min-height: min(680px, 72vh);
    align-items: flex-start;
    overflow: hidden;
    background: #202624;
}

.article-detail-hero > img,
.article-detail-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.article-detail-hero > img {
    object-fit: cover;
}

.article-detail-overlay {
    background: linear-gradient(90deg, rgba(18, 22, 21, 0.92), rgba(18, 22, 21, 0.42));
}

.article-detail-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 84px;
    padding-bottom: 64px;
    color: #fff;
}

.article-breadcrumb-light {
    color: rgba(255, 255, 255, 0.82);
}

.article-detail-lead {
    max-width: 820px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.75;
}

.article-detail-hero h1 {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.36);
}

.article-detail-meta {
    color: rgba(255, 255, 255, 0.76);
}

.article-detail-layout {
    padding-top: 66px;
    padding-bottom: 68px;
}

.article-body {
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.08rem;
    line-height: 2;
}

.article-body > p {
    margin: 0 0 1.5em;
}

.article-source-notice {
    margin-top: 38px;
    padding: 22px 24px;
    background: #f2f4f3;
    border-left: 4px solid #28675d;
}

.article-source-notice p {
    margin: 0 0 8px;
}

.article-source-notice a {
    color: #8d241f;
    font-weight: 700;
}

.article-related-services {
    max-width: 1040px;
    margin: 62px auto 0;
    padding-top: 46px;
    border-top: 1px solid #dfe4e1;
}

.article-related-services h2 {
    margin: 0 0 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
}

.article-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.article-related-item {
    overflow: hidden;
    color: #202624;
    background: #fff;
    border: 1px solid #dfe4e1;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}

.article-related-item img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.article-related-item span {
    display: block;
    padding: 16px;
}

.article-related-item:hover,
.article-related-item:focus-visible {
    color: #8d241f;
    border-color: #8d241f;
}

.article-contact-band {
    padding: 52px 0;
    color: #fff;
    background: #1d4f48;
}

.article-contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.article-contact-inner h2 {
    margin: 0 0 8px;
    font-size: 1.65rem;
    letter-spacing: 0;
}

.article-contact-inner p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
}

.article-back-link {
    padding-top: 30px;
    padding-bottom: 44px;
}

.article-back-link a {
    color: #28675d;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 900px) {
    .article-grid,
    .article-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .article-index-header {
        padding: 46px 0 42px;
    }

    .article-index-content {
        padding: 42px 0 56px;
    }

    .article-grid,
    .article-related-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .article-detail-hero {
        min-height: 620px;
    }

    .article-detail-hero-inner {
        padding-top: 56px;
        padding-bottom: 42px;
    }

    .article-detail-layout {
        padding-top: 46px;
        padding-bottom: 52px;
    }

    .article-contact-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
