.articles-page,
.article-detail-page {
    background: #fff;
    color: #30333a;
    font-family: "Golos Text", Arial, sans-serif;
}

.articles-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.articles-hero {
    position: relative;
    min-height: 370px;
    padding: 146px 0 72px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.articles-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 62, 59, .86), rgba(4, 62, 59, .67));
    z-index: 1;
}

.articles-hero .articles-shell,
.article-hero-content {
    position: relative;
    z-index: 2;
}

.articles-hero-title {
    margin: 0;
    color: #d6ac62;
    font-size: 54px;
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
}

.articles-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.articles-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.articles-breadcrumb span {
    color: #d6ac62;
}

.articles-page .cms-page-hero {
    height: 370px;
    min-height: 370px;
}

.articles-page .cms-page-hero .video-overlay {
    background: linear-gradient(90deg, rgba(4, 62, 59, .86), rgba(4, 62, 59, .67));
}

.articles-page .cms-page-hero h2 {
    color: #d6ac62;
    text-transform: none;
    font-size: 54px;
    line-height: 1.04;
    font-weight: 900;
}

.articles-page .cms-page-hero p {
    font-size: 24px;
}

.articles-toolbar-band {
    border-bottom: 1px solid #eef0f2;
    background: #fff;
}

.articles-toolbar {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 18px;
    align-items: center;
    padding: 56px 0 28px;
}

.articles-search {
    position: relative;
}

.articles-search svg {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 18px;
    height: 18px;
    color: #a4a9b1;
    transform: translateY(-50%);
}

.articles-search input,
.articles-sort {
    width: 100%;
    min-height: 54px;
    border: 1px solid #dfe3e7;
    border-radius: 8px;
    background: #fff;
    color: #33373d;
    font-size: 15px;
    outline: none;
}

.articles-search input {
    padding: 0 18px 0 52px;
}

.articles-sort {
    min-width: 150px;
    padding: 0 16px;
}

.articles-count {
    color: #7b8088;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.article-filters {
    display: flex;
    gap: 10px;
    padding: 0 0 38px;
    overflow-x: auto;
}

.article-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid #dfe3e7;
    border-radius: 999px;
    background: #fff;
    color: #6a7078;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.article-filter-chip.is-active {
    border-color: #06433f;
    background: #06433f;
    color: #d6ac62;
}

.articles-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 286px;
    gap: 34px;
    padding: 58px 0 70px;
}

.article-featured {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 24px;
    align-items: stretch;
    min-height: 326px;
    margin-bottom: 34px;
    overflow: hidden;
}

.article-featured-image {
    position: relative;
    min-height: 326px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}

.article-featured-image img,
.article-card-image img,
.article-popular-thumb img,
.article-detail-image img,
.article-gallery-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-featured-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    border-radius: 999px;
    background: #d6ac62;
    color: #06433f;
    padding: 7px 14px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.article-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    background: #fff;
    padding: 28px 0 28px 0;
}

.article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    color: #8a9098;
    font-size: 12px;
    font-weight: 700;
}

.article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.article-meta svg {
    width: 13px;
    height: 13px;
}

.article-category-pill {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 24px;
    border-radius: 999px;
    background: #f1f3f5;
    color: #636973;
    padding: 0 14px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.article-featured-title {
    margin: 13px 0 10px;
    color: #292d32;
    font-size: 27px;
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: 0;
}

.article-featured-title a,
.article-card-title a {
    color: inherit;
    text-decoration: none;
}

.article-featured-title a:hover,
.article-card-title a:hover {
    color: #06433f;
}

.article-featured-excerpt {
    margin: 0;
    color: #555d66;
    font-size: 16px;
    line-height: 1.55;
}

.article-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.article-author-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #06433f;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    overflow: hidden;
}

.article-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-author strong {
    display: block;
    color: #2e3238;
    font-size: 13px;
}

.article-author small {
    color: #8a9098;
    font-size: 12px;
}

.article-read-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: flex-start;
    min-height: 48px;
    margin-top: 24px;
    border-radius: 999px;
    background: #06433f;
    color: #fff;
    padding: 0 24px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}

.article-read-button::after {
    content: "\2192";
    font-size: 15px;
}

.article-section-title {
    margin: 0 0 20px;
    color: #292d32;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.article-section-intro {
    max-width: 660px;
    margin: -8px 0 24px;
    color: #6b7179;
    font-size: 15px;
    line-height: 1.65;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.article-card {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    border: 1px solid #edf0f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 35px rgba(35, 45, 55, .08);
    overflow: hidden;
}

.article-card-image {
    position: relative;
    aspect-ratio: 1.58 / 1;
    overflow: hidden;
}

.article-card .article-category-pill {
    position: absolute;
    left: 12px;
    top: 10px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

.article-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 20px 18px;
}

.article-card-title {
    min-height: 54px;
    margin: 12px 0 9px;
    color: #292d32;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.article-card-excerpt {
    margin: 0;
    color: #6b7179;
    font-size: 14px;
    line-height: 1.55;
}

.article-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
}

.article-card-author {
    color: #8a9098;
    font-size: 12px;
    font-weight: 700;
}

.article-card-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    border: 1px solid #dfe3e7;
    border-radius: 999px;
    color: #4d535b;
    padding: 0 7px 0 14px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.article-card-link span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #d6ac62;
    color: #fff;
}

.article-sidebar {
    display: grid;
    gap: 22px;
    align-self: start;
}

.article-sidebar-card {
    border: 1px solid #edf0f2;
    border-radius: 8px;
    background: #fff;
    padding: 24px;
}

.article-sidebar-card h3 {
    margin: 0 0 20px;
    color: #2e3238;
    font-size: 19px;
    font-weight: 900;
}

.article-popular-list {
    display: grid;
    gap: 17px;
}

.article-popular-link {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.article-popular-thumb {
    height: 56px;
    border-radius: 6px;
    overflow: hidden;
}

.article-popular-title {
    margin: 0;
    color: #3a3f45;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
}

.article-popular-time {
    margin-top: 4px;
    color: #8a9098;
    font-size: 12px;
}

.article-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.article-tag {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    border: 1px solid #dfe3e7;
    border-radius: 999px;
    color: #6b7179;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.article-profile-card {
    border-radius: 8px;
    background: #06433f;
    color: #fff;
    padding: 28px 24px;
    text-align: center;
}

.article-profile-card svg {
    width: 34px;
    height: 34px;
    color: #d6ac62;
}

.article-profile-card h3 {
    margin: 16px 0 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.article-profile-card p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.5;
}

.article-profile-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    margin-top: 18px;
    border-radius: 999px;
    background: #d6ac62;
    color: #fff;
    padding: 0 24px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.articles-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 48px;
}

.articles-pagination a,
.articles-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border: 1px solid #dfe3e7;
    border-radius: 6px;
    background: #fff;
    color: #596069;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.articles-pagination .is-active {
    border-color: #06433f;
    background: #06433f;
    color: #fff;
}

.articles-pagination .is-disabled {
    color: #c3c7cc;
}

.article-detail-hero {
    min-height: 470px;
    padding: 138px 0 62px;
}

.article-detail-hero::before {
    background: linear-gradient(90deg, rgba(4, 62, 59, .91), rgba(4, 62, 59, .73), rgba(4, 62, 59, .58));
}

.article-hero-content {
    max-width: 820px;
}

.article-hero-kicker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.article-detail-title {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: 52px;
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
}

.article-detail-excerpt {
    max-width: 780px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.62;
}

.article-hero-author {
    color: #fff;
}

.article-hero-author small {
    color: rgba(255, 255, 255, .78);
}

.article-detail-main {
    padding: 70px 0 0;
}

.article-content-shell {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto;
}

.article-content {
    color: #596069;
    font-size: 15px;
    line-height: 1.82;
}

.article-content p {
    margin: 0 0 28px;
}

.article-content h2 {
    margin: 50px 0 22px;
    color: #2c3036;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: 0;
}

.article-content h3 {
    margin: 34px 0 14px;
    color: #2c3036;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 900;
}

.article-insight {
    margin: 46px 0;
    border-left: 4px solid #55a8ff;
    border-radius: 8px;
    background: #f3f8ff;
    padding: 24px 28px;
}

.article-insight-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px;
    color: #5a6572;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.article-insight-title svg {
    width: 15px;
    height: 15px;
}

.article-insight p {
    margin: 0;
    color: #596069;
    font-size: 14px;
    line-height: 1.74;
}

.article-detail-image {
    margin: 42px 0 10px;
    aspect-ratio: 1.62 / 1;
    border-radius: 8px;
    overflow: hidden;
}

.article-image-caption {
    margin: 0 auto 36px;
    color: #8a9098;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
}

.article-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 42px 0 10px;
}

.article-gallery-grid figure {
    margin: 0;
    aspect-ratio: 1.42 / 1;
    border-radius: 8px;
    overflow: hidden;
}

.article-tags-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 58px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e8ecef;
}

.article-tags-row strong {
    color: #8a9098;
    font-size: 12px;
    font-weight: 900;
}

.article-share-button {
    margin-left: auto;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #eef1f3;
    color: #6d747c;
    cursor: pointer;
}

.article-related-band {
    margin-top: 72px;
    padding: 56px 0 66px;
    background: #f6f6f6;
}

.article-related-head {
    margin-bottom: 26px;
}

.article-related-head h2 {
    margin: 0;
    color: #2c3036;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.article-related-head p {
    margin: 6px 0 0;
    color: #8a9098;
    font-size: 13px;
}

.article-empty {
    border: 1px dashed #dfe3e7;
    border-radius: 8px;
    padding: 46px 24px;
    color: #7b8088;
    text-align: center;
}

html[dir="rtl"] .articles-search svg {
    left: auto;
    right: 18px;
}

html[dir="rtl"] .articles-search input {
    padding-left: 18px;
    padding-right: 52px;
}

html[dir="rtl"] .article-insight {
    border-left: 0;
    border-right: 4px solid #55a8ff;
}

html[dir="rtl"] .article-share-button {
    margin-left: 0;
    margin-right: auto;
}

@media (max-width: 1100px) {
    .articles-main {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 900px) {
    .articles-hero-title,
    .article-detail-title,
    .articles-page .cms-page-hero h2 {
        font-size: 40px;
    }

    .articles-toolbar {
        grid-template-columns: 1fr;
    }

    .articles-count {
        white-space: normal;
    }

    .article-featured {
        grid-template-columns: 1fr;
    }

    .article-featured-image,
    .article-featured-content {
        border-radius: 8px;
    }

    .article-featured-content {
        padding: 4px 0 0;
    }

    .article-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .articles-shell,
    .article-content-shell {
        width: min(1120px, calc(100% - 28px));
    }

    .articles-hero {
        min-height: 310px;
        padding: 112px 0 46px;
    }

    .articles-page .cms-page-hero {
        height: 310px;
        min-height: 310px;
    }

    .article-detail-hero {
        min-height: 430px;
        padding: 110px 0 42px;
    }

    .articles-hero-title,
    .article-detail-title,
    .articles-page .cms-page-hero h2 {
        font-size: 34px;
    }

    .articles-breadcrumb {
        font-size: 18px;
    }

    .article-filters {
        padding-bottom: 28px;
    }

    .articles-main {
        padding-top: 38px;
    }

    .articles-grid,
    .article-gallery-grid {
        grid-template-columns: 1fr;
    }

    .article-card {
        min-height: 0;
    }

    .article-card-title {
        min-height: 0;
    }

    .article-detail-main {
        padding-top: 48px;
    }

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