.page-news-detail {
    padding-bottom: 40px;
}

.page-news-list .section {
    padding-bottom: 42px;
}

.page-news-list .home-board--carousel-only {
    display: block;
}

.news-list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 16px;
    margin-bottom: 22px;
    padding: 0 2px;
}

.news-list-toolbar .page-search-form {
    margin-left: auto;
    width: min(100%, 410px);
    gap: 6px;
    padding: 4px;
    box-shadow: 0 8px 18px rgba(32, 64, 101, 0.07);
}

.news-list-toolbar .page-search-form input {
    height: 38px;
    padding: 0 12px;
    font-size: 14px;
}

.news-mobile-overview {
    display: block;
    margin-top: 0;
    margin-bottom: 22px;
}

.news-mobile-overview__search {
    width: min(100%, 520px);
    margin-left: auto;
}

.news-mobile-overview__search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.news-mobile-overview__summary {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 18px;
    align-items: stretch;
    padding: 18px;
    border: 1px solid rgba(217, 231, 243, 0.92);
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(214, 233, 255, 0.7), rgba(255, 255, 255, 0) 44%),
        linear-gradient(180deg, rgba(236, 245, 255, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 14px 28px rgba(32, 64, 101, 0.08);
}

.news-mobile-overview__summary--single {
    grid-template-columns: minmax(0, 1fr);
}

.news-mobile-overview__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.news-mobile-overview__brand img {
    width: 104px;
    height: 40px;
    object-fit: contain;
}

.news-mobile-overview__brand-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.news-mobile-overview__brand-copy strong {
    overflow: hidden;
    color: var(--color-primary-hover);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-mobile-overview__brand-copy span {
    color: var(--color-text-soft);
    font-size: 13px;
    line-height: 1.45;
}

.news-mobile-overview__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.news-mobile-overview__stat {
    display: grid;
    gap: 10px;
    align-content: center;
    min-height: 104px;
    padding: 16px 14px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
}

.news-mobile-overview__stat-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.3;
}

.news-mobile-overview__stat-label img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.news-mobile-overview__stat strong {
    color: var(--color-primary);
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
}

.news-mobile-overview__tabs {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.news-mobile-overview__tabs::-webkit-scrollbar {
    display: none;
}

.news-mobile-overview__tabs .home-tabs__tab {
    min-height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--color-text);
    font-size: 17px;
    font-weight: 800;
    box-shadow: none;
    flex: 0 0 auto;
}

.news-mobile-overview__tabs .home-tabs__tab:hover,
.news-mobile-overview__tabs .home-tabs__tab:focus-visible,
.news-mobile-overview__tabs .home-tabs__tab.is-active {
    background: transparent;
    color: var(--color-text);
    box-shadow: none;
    transform: none;
}

.news-mobile-overview__tabs .home-tabs__tab::after {
    right: 0;
    bottom: 2px;
    left: 0;
    height: 4px;
    border-radius: 999px;
}

.news-results__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.news-results__head h2 {
    position: relative;
    margin: 0;
    padding-left: 12px;
    color: var(--color-text);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
}

.news-results__head h2::before {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 3px;
    border-radius: 3px;
    background: var(--color-primary);
    content: "";
}

.news-list-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.95fr);
    gap: 22px;
    align-items: start;
    min-width: 0;
}

.news-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 24px;
    align-items: center;
    align-self: stretch;
    grid-row: span 2;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 26px;
    border: 1px solid rgba(217, 231, 243, 0.92);
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0) 32%),
        linear-gradient(180deg, rgba(232, 243, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 62%);
    box-shadow: 0 16px 30px rgba(32, 64, 101, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-feature:hover,
.news-feature:focus-visible {
    border-color: rgba(169, 199, 229, 0.96);
    box-shadow: 0 20px 34px rgba(32, 64, 101, 0.11);
    transform: translateY(-2px);
}

.news-feature__body,
.news-stream__content {
    min-width: 0;
}

.news-feature__body {
    display: grid;
    gap: 14px;
}

.news-feature__meta,
.news-stream__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--color-text-muted);
    font-size: 13px;
}

.news-feature__meta span,
.news-stream__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(217, 231, 243, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
}

.news-feature__body h3 {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.2;
}

.news-feature__body p,
.news-stream__content p {
    margin: 0;
    color: var(--color-text-muted);
    line-height: 1.78;
}

.news-feature__body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 16px;
}

.news-feature__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 800;
}

.news-feature__cta::after {
    content: ">";
    font-size: 16px;
}

.news-feature__media {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid rgba(217, 231, 243, 0.92);
    border-radius: 18px;
    background: #ffffff;
}

.news-feature__media img,
.news-stream__thumb img,
.news-image-fallback {
    width: 100%;
    height: 100%;
}

.news-feature__media img,
.news-stream__thumb img {
    object-fit: cover;
}

.news-image-fallback {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(223, 237, 255, 0.92), rgba(247, 251, 255, 0.98));
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.news-image-fallback.is-hidden {
    display: none;
}

.news-stream {
    display: contents;
    min-width: 0;
}

.news-stream__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 18px;
    height: 236px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 18px;
    border: 1px solid rgba(217, 231, 243, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 20px rgba(32, 64, 101, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-stream__item:hover,
.news-stream__item:focus-visible {
    border-color: rgba(169, 199, 229, 0.96);
    box-shadow: 0 16px 28px rgba(32, 64, 101, 0.08);
    transform: translateY(-2px);
}

.news-stream__content {
    display: grid;
    align-content: center;
    gap: 10px;
}

.news-stream__content h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--color-text);
    font-size: 22px;
    line-height: 1.3;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-stream__content p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-stream__thumb {
    align-self: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
}

.news-list-layout--single {
    grid-template-columns: minmax(0, 1fr);
}

.news-list-layout--single .news-feature {
    grid-row: auto;
}

@media (max-width: 1100px) {
    .news-list-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .news-stream {
        display: grid;
        grid-column: 1 / -1;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .news-feature {
        grid-row: auto;
    }
}

@media (max-width: 992px) {
    body.page-news-list .site-header__inner > .header-stats--top,
    body.page-news-list .header-stats--drawer {
        display: none !important;
    }

    .page-news-list .home-board--carousel-only {
        display: block;
    }

    .page-news-list .section > .home-board--carousel-only {
        margin-top: 0;
    }

    .page-news-list .section {
        padding-top: 0;
    }

    .news-mobile-overview {
        display: none;
    }

    .news-mobile-overview__search {
        display: flex;
        align-items: center;
        width: 100%;
        margin-left: 0;
        gap: 10px;
        padding: 8px;
    }

    .news-mobile-overview__search input {
        height: 44px;
        padding: 0 16px;
        font-size: 15px;
    }

    .news-mobile-overview__summary {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .news-list-toolbar {
        display: none;
    }

    .news-list-layout,
    .news-stream,
    .news-feature,
    .news-stream__item {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .news-list-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 8px;
        overflow: hidden;
        border-radius: 26px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 16px 28px rgba(32, 64, 101, 0.08);
    }

    .news-stream {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        grid-column: 1;
    }

    body.page-news-list .news-feature,
    body.page-news-list .news-stream__item {
        grid-template-columns: minmax(0, 1fr) 108px;
        gap: 12px;
        align-items: start;
        height: auto;
        padding: 16px;
        border: 1px solid rgba(217, 231, 243, 0.92);
        border-radius: 14px;
        box-shadow: none;
        background: #ffffff;
        width: 100%;
        margin: 0;
        transform: none;
    }

    body.page-news-list .news-feature {
        background: linear-gradient(180deg, rgba(216, 236, 254, 0.76) 0%, rgba(255, 255, 255, 1) 58%);
    }

    body.page-news-list .news-stream__item {
        background: #ffffff;
    }

    body.page-news-list .news-feature:hover,
    body.page-news-list .news-feature:focus-visible,
    body.page-news-list .news-stream__item:hover,
    body.page-news-list .news-stream__item:focus-visible {
        border-color: rgba(169, 199, 229, 0.96);
        box-shadow: none;
        transform: none;
    }

    .news-feature__body,
    .news-stream__content {
        display: contents;
    }

    .news-feature__meta,
    .news-stream__meta {
        order: 3;
        grid-column: 1 / -1;
        gap: 18px;
        font-size: 13px;
    }

    .news-feature__meta span,
    .news-stream__meta span {
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .news-feature__body h3,
    .news-stream__content h3 {
        order: 1;
        grid-column: 1 / -1;
        min-width: 0;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #1a1a1a;
        font-size: 20px;
        line-height: 1.35;
        font-weight: 800;
    }

    .news-feature__body p,
    .news-stream__content p {
        order: 2;
        grid-column: 1;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        min-height: 0;
        color: #66788a;
        font-size: 14px;
        line-height: 1.7;
    }

    .news-feature__media,
    .news-stream__thumb {
        order: 2;
        grid-column: 2;
        align-self: center;
        width: 108px;
        height: 64px;
        min-height: 0;
        aspect-ratio: auto;
        border: 0;
        border-radius: 12px;
    }

    .news-feature__cta {
        display: none;
    }

    .news-image-fallback {
        font-size: 18px;
        letter-spacing: 0.08em;
    }
}

@media (max-width: 680px) {
    .page-news-list .section {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .news-mobile-overview {
        gap: 12px;
        margin-top: 12px;
        margin-bottom: 14px;
    }

    .news-mobile-overview__search input {
        padding: 0 16px;
        font-size: 15px;
    }

    .news-mobile-overview__summary {
        padding: 16px;
        border-radius: 22px;
    }

    .news-mobile-overview__brand {
        gap: 10px;
        padding: 12px;
        border-radius: 18px;
    }

    .news-mobile-overview__brand img {
        width: 92px;
        height: 36px;
    }

    .news-mobile-overview__brand-copy strong {
        font-size: 16px;
    }

    .news-mobile-overview__brand-copy span {
        font-size: 12px;
    }

    .news-mobile-overview__stat {
        min-height: 88px;
        padding: 14px 12px;
        border-radius: 18px;
    }

    .news-mobile-overview__stat-label {
        gap: 6px;
        font-size: 12px;
    }

    .news-mobile-overview__stat strong {
        font-size: 26px;
    }

    .news-mobile-overview__tabs {
        gap: 18px;
    }

    .news-mobile-overview__tabs .home-tabs__tab {
        min-height: 38px;
        font-size: 15px;
    }

    .news-list-layout {
        border-radius: 22px;
    }

    body.page-news-list .news-feature,
    body.page-news-list .news-stream__item {
        grid-template-columns: minmax(0, 1fr) 96px;
        padding: 14px;
    }

    .news-feature__body h3,
    .news-stream__content h3 {
        font-size: 18px;
    }

    .news-feature__body p,
    .news-stream__content p {
        font-size: 13px;
        line-height: 1.65;
    }

    .news-feature__meta,
    .news-stream__meta {
        gap: 14px;
        font-size: 12px;
    }

    .news-feature__media,
    .news-stream__thumb {
        width: 96px;
        height: 60px;
        border-radius: 10px;
    }
}

.news-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.news-article {
    padding: 34px;
    border: 1px solid rgba(217, 231, 243, 0.92);
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.98) 0, rgba(255, 255, 255, 0) 28%),
        linear-gradient(180deg, rgba(246, 251, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 38%, rgba(248, 251, 254, 0.98) 100%);
    box-shadow: 0 18px 34px rgba(32, 64, 101, 0.08);
}

.news-article__head h1 {
    margin: 18px 0;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.news-article__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--color-text-muted);
    font-size: 14px;
}

.news-article__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(217, 231, 243, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
}

.news-article__source {
    margin-left: auto;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
}

.news-article__source:hover,
.news-article__source:focus-visible {
    color: var(--color-primary-hover);
    text-decoration: underline;
}

.news-article__cover {
    margin: 26px 0 30px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(217, 231, 243, 0.92);
    background: #fff;
}

.news-article__cover img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.news-article__content {
    color: var(--color-text);
    font-size: 17px;
    line-height: 1.95;
}

.news-article__content p:first-child {
    margin-top: 0;
}

.news-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

@media (max-width: 720px) {
    .news-article {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .news-article__cover {
        margin: 20px 0 24px;
        border-radius: 18px;
    }

    .news-article__content {
        font-size: 16px;
        line-height: 1.82;
    }
}
