body.article-library-live,
body.article-detail-live {
    background: #fffaf4;
}

.article-page-main {
    overflow: clip;
}

.article-page-hero {
    position: relative;
    padding: 136px 0 88px;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 223, 183, 0.26), transparent 22%),
        radial-gradient(circle at 84% 14%, rgba(255, 240, 215, 0.2), transparent 26%),
        linear-gradient(135deg, #f6aa37 0%, #f28a16 100%);
}

.article-page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 110px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fffaf4 72%);
}

.article-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    align-items: center;
    gap: clamp(24px, 3vw, 52px);
}

.article-hero-copy {
    display: grid;
    gap: 18px;
}

.article-hero-copy .live-eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.article-hero-copy h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(40px, 4.4vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.article-hero-copy p {
    margin: 0;
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.85;
}

.article-hero-bullets {
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

.article-hero-bullets li {
    position: relative;
    padding-left: 19px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    line-height: 1.66;
}

.article-hero-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(-50%);
}

.article-hero-latest {
    position: relative;
    border-radius: 24px;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    overflow: hidden;
}

.article-hero-latest::before {
    display: none;
}

.article-hero-latest__head {
    position: absolute;
    z-index: 6;
    top: 16px;
    left: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0;
    pointer-events: none;
}

.article-hero-latest__head strong {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.article-hero-latest__head span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    letter-spacing: 0.12em;
}

.article-latest-carousel {
    position: relative;
    min-height: 420px;
}

.article-latest-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(16px);
    pointer-events: none;
    transition: opacity 0.36s ease, transform 0.42s ease;
}

.article-latest-slide.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.article-latest-card {
    position: relative;
    display: block;
    min-height: 420px;
    border-radius: 20px;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.article-latest-card__thumb {
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(145deg, #f2f5ff 0%, #e7eefb 100%);
}

.article-latest-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.14);
    transition: transform 0.35s ease;
}

.article-latest-card__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 13, 24, 0.16) 0%, rgba(9, 13, 24, 0.62) 70%, rgba(9, 13, 24, 0.76) 100%),
        linear-gradient(90deg, rgba(239, 151, 30, 0.24) 0%, rgba(239, 151, 30, 0.06) 22%, rgba(239, 151, 30, 0.06) 78%, rgba(239, 151, 30, 0.24) 100%);
    pointer-events: none;
}

.article-latest-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 12% 12%, rgba(244, 181, 83, 0.26) 0%, rgba(244, 181, 83, 0) 30%),
        radial-gradient(circle at 90% 84%, rgba(244, 181, 83, 0.22) 0%, rgba(244, 181, 83, 0) 36%),
        linear-gradient(180deg, rgba(8, 12, 22, 0.08) 0%, rgba(8, 12, 22, 0.42) 58%, rgba(8, 12, 22, 0.68) 100%);
}

.article-latest-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    min-height: 420px;
    padding: 22px 24px 22px;
    min-width: 0;
    color: #ffffff;
}

.article-latest-card__meta {
    display: inline-flex;
    align-self: flex-start;
    min-height: 26px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.94);
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.article-latest-card__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(23px, 2.05vw, 31px);
    line-height: 1.22;
    letter-spacing: -0.02em;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-latest-card__summary {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-style: normal;
    line-height: 1.64;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-latest-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    margin-top: 4px;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f39b27 0%, #f08316 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.article-latest-card__cta i {
    font-size: 15px;
    line-height: 1;
}

.article-latest-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.article-latest-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    cursor: pointer;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.article-latest-dot.is-active {
    width: 26px;
    background: rgba(255, 255, 255, 0.96);
}

.article-latest-card:hover,
.article-latest-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: none;
}

.article-latest-card:hover .article-latest-card__thumb img,
.article-latest-card:focus-visible .article-latest-card__thumb img {
    transform: scale(1.06);
}

.article-library-section {
    padding: 78px 0;
}

.article-page-main > .article-library-section:first-of-type {
    padding-top: 40px;
}

.article-library-section--filters {
    padding: 18px 0 6px;
}

.article-title-center {
    display: grid;
    gap: 10px;
    justify-items: center;
    text-align: center;
    margin-bottom: 28px;
}

.article-title-center h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(32px, 3.2vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.article-title-center p {
    margin: 0;
    max-width: 66ch;
    color: rgba(17, 24, 39, 0.66);
    font-size: 16px;
    line-height: 1.84;
}

.article-category-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.article-category-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: #ffffff;
    color: rgba(17, 24, 39, 0.74);
    font-size: 14px;
    font-weight: 700;
    transition: 0.2s ease;
}

.article-category-chip:hover,
.article-category-chip:focus-visible {
    border-color: rgba(245, 154, 35, 0.5);
    color: #ce7b14;
}

.article-category-chip.is-active {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #f59a23 0%, #f28a16 100%);
    box-shadow: 0 12px 24px rgba(245, 154, 35, 0.3);
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 22px);
}

.article-card {
    height: 100%;
}

.article-card__link {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.article-card__link:hover,
.article-card__link:focus-visible {
    transform: translateY(-5px);
    box-shadow: 0 30px 52px rgba(17, 24, 39, 0.12);
}

.article-card__cover {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef4ff;
}

.article-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.34s ease;
}

.article-card__link:hover .article-card__cover img,
.article-card__link:focus-visible .article-card__cover img {
    transform: scale(1.04);
}

.article-card__body {
    display: grid;
    gap: 12px;
    padding: 18px 18px 16px;
}

.article-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.article-card__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff4e4;
    color: #c97710;
    font-size: 12px;
    font-weight: 700;
}

.article-card__meta small {
    color: rgba(17, 24, 39, 0.54);
    font-size: 12px;
}

.article-card__body h3 {
    margin: 0;
    color: #111827;
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.article-card__summary {
    margin: 0;
    color: rgba(17, 24, 39, 0.66);
    font-size: 15px;
    line-height: 1.78;
}

.article-empty {
    padding: 34px;
    border: 1px dashed rgba(17, 24, 39, 0.2);
    border-radius: 18px;
    text-align: center;
    color: rgba(17, 24, 39, 0.6);
}

.article-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.article-pagination-wrap .pagination {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-pagination-wrap .page-item,
.article-pagination-wrap .page-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: #ffffff;
    color: rgba(17, 24, 39, 0.78);
    font-size: 14px;
}

.article-detail-hero {
    position: relative;
    padding: 84px 0 36px;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 219, 152, 0.34), transparent 26%),
        radial-gradient(circle at 88% 14%, rgba(255, 195, 95, 0.28), transparent 30%),
        linear-gradient(180deg, #efa23b 0%, #ee9a2f 18%, #e1871c 38%, #fffaf4 100%);
    overflow: hidden;
}

.article-detail-stage {
    position: relative;
    min-height: clamp(420px, 54vw, 640px);
    overflow: hidden;
}

.article-detail-stage__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.article-detail-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(239, 154, 43, 0.82) 0%, rgba(239, 154, 43, 0.34) 24%, rgba(7, 10, 20, 0.5) 62%, rgba(7, 10, 20, 0.82) 100%),
        radial-gradient(circle at 15% 18%, rgba(255, 196, 87, 0.24) 0%, rgba(255, 196, 87, 0) 30%);
}

.article-detail-stage__content {
    position: relative;
    z-index: 2;
    min-height: clamp(420px, 54vw, 640px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    padding: clamp(24px, 4vw, 48px) 0 clamp(24px, 3.2vw, 40px);
    max-width: min(960px, 100%);
}

.article-detail-stage__content .live-eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.article-detail-stage__content h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.article-detail-meta-list {
    margin: 2px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.article-detail-meta-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1;
}

.article-detail-meta-list strong {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.04em;
    opacity: 0.92;
}

.article-detail-content-section {
    padding: 60px 0 84px;
}

.article-detail-body {
    max-width: 900px;
    margin: 0 auto;
    padding: 34px 34px 30px;
    border-radius: 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.06);
}

.article-detail-body .article-content {
    color: #111827;
    font-size: 16px;
    line-height: 1.95;
}

.article-detail-body .article-content > :first-child {
    margin-top: 0;
}

.article-detail-body .article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 18px auto;
}

.article-detail-body .article-content h2,
.article-detail-body .article-content h3 {
    color: #0f172a;
    margin: 26px 0 12px;
    line-height: 1.36;
}

.article-detail-body .article-content p {
    margin: 0 0 14px;
}

.article-related {
    margin-top: 40px;
}

.article-related h3 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 26px;
}

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

body.article-library-live,
body.article-detail-live {
    --live-nav-active-scrolled-color: #f59a23;
}

body.company-news-live {
    background: #f7f9fd;
    --live-hero-gradient: linear-gradient(135deg, #2f67d7 0%, #3f86ef 100%);
    --live-nav-active-color: #b9d4ff;
    --live-nav-active-scrolled-color: #2f67d7;
}

.company-news-hero {
    position: relative;
    padding: 136px 0 56px;
    background:
        radial-gradient(circle at 16% 20%, rgba(128, 173, 255, 0.24), transparent 26%),
        radial-gradient(circle at 86% 12%, rgba(194, 219, 255, 0.3), transparent 30%),
        linear-gradient(135deg, #2f67d7 0%, #3f86ef 100%);
}

.company-news-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 76px;
    background: linear-gradient(180deg, rgba(247, 249, 253, 0), #f7f9fd 74%);
}

body.company-news-live .article-page-main > .article-library-section:first-of-type {
    padding-top: 6px;
}

.company-news-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1.04fr);
    align-items: center;
    gap: clamp(22px, 3vw, 48px);
}

.company-news-hero__copy {
    display: grid;
    gap: 18px;
}

.company-news-hero__copy .live-eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.company-news-hero__copy h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 4.1vw, 60px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.company-news-hero__copy p {
    margin: 0;
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.85;
}

.company-news-hero__bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.company-news-hero__bullets li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    line-height: 1.68;
}

.company-news-hero__bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(-50%);
}

.company-news-hero__panel {
    display: grid;
    gap: 12px;
}

.company-news-hero__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.company-news-hero__panel-head strong {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.04em;
}

.company-news-hero__panel-head span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    letter-spacing: 0.14em;
}

.company-news-featured__card {
    position: relative;
    display: block;
    min-height: 340px;
    border-radius: 20px;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 20px 42px rgba(7, 16, 40, 0.26);
}

.company-news-featured__thumb {
    position: absolute;
    inset: 0;
    display: block;
}

.company-news-featured__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-news-featured__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(9, 13, 24, 0.12) 0%, rgba(9, 13, 24, 0.58) 68%, rgba(9, 13, 24, 0.78) 100%),
        linear-gradient(90deg, rgba(64, 126, 239, 0.16) 0%, rgba(64, 126, 239, 0) 32%);
}

.company-news-featured__content {
    position: relative;
    z-index: 2;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 22px;
}

.company-news-featured__content small {
    display: inline-flex;
    align-self: flex-start;
    min-height: 26px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.94);
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.company-news-featured__content strong {
    color: #ffffff;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.company-news-featured__content em {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal;
    font-size: 14px;
    line-height: 1.66;
}

.company-news-headlines {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.company-news-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 52px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.14);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.company-news-headline__title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-news-headline small {
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    white-space: nowrap;
}

.company-news-headline:hover,
.company-news-headline:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
}

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

    .company-news-hero__grid {
        grid-template-columns: 1fr;
    }

    .company-news-featured__card,
    .company-news-featured__content {
        min-height: 320px;
    }

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

    .article-latest-card {
        min-height: 380px;
    }

    .article-detail-stage,
    .article-detail-stage__content {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .article-page-hero {
        padding: 112px 0 74px;
    }

    .company-news-hero {
        padding: 112px 0 72px;
    }

    .company-news-hero__copy h1 {
        font-size: clamp(30px, 8.6vw, 40px);
    }

    .company-news-hero__copy p {
        font-size: 15px;
        line-height: 1.8;
    }

    .company-news-featured__card,
    .company-news-featured__content {
        min-height: 280px;
    }

    .company-news-headlines {
        grid-template-columns: 1fr;
    }

    .article-hero-copy h1 {
        font-size: clamp(32px, 9vw, 42px);
    }

    .article-hero-copy p {
        font-size: 15px;
        line-height: 1.8;
    }

    .article-latest-carousel {
        min-height: 340px;
    }

    .article-latest-card {
        min-height: 340px;
    }

    .article-latest-card__thumb {
        margin: 0;
        min-height: 340px;
        max-height: none;
        border-radius: 20px;
    }

    .article-latest-card__body {
        min-height: 340px;
        padding: 16px 16px 16px;
        justify-content: flex-end;
    }

    .article-latest-card__title {
        font-size: 18px;
        -webkit-line-clamp: 2;
    }

    .article-latest-card__summary {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

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

    .article-card__body h3 {
        font-size: 24px;
    }

    .article-detail-hero {
        padding-top: 74px;
    }

    .article-detail-stage,
    .article-detail-stage__content {
        min-height: 420px;
    }

    .article-detail-stage__content h1 {
        font-size: clamp(30px, 9.2vw, 38px);
        line-height: 1.12;
    }

    .article-detail-meta-list {
        gap: 8px;
    }

    .article-detail-meta-list li {
        min-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    .article-detail-body {
        padding: 24px 18px 20px;
    }

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