.news-editorial .news-index-header { padding: 38px 0 32px; background: #fff; border-bottom: 1px solid var(--line); }
.news-index-header .breadcrumbs { color: var(--ink-soft); margin: 0 0 22px; }
.news-index-header .breadcrumbs a { color: var(--ink-soft); }
.news-index-header h1 { margin: 0; color: var(--ink); font-size: 40px; line-height: 1.3; }
.news-editorial .news-center-simple { padding: 12px 0 72px; background: #fff; }
.news-editorial-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); min-height: 84px; }
.news-topic-tabs { display: flex; gap: 28px; align-self: stretch; }
.news-topic-tabs button { position: relative; padding: 22px 0; border: 0; border-bottom: 3px solid transparent; border-radius: 0; background: transparent; color: var(--ink-soft); font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; }
.news-topic-tabs button[aria-selected="true"] { color: var(--steel); border-bottom-color: var(--gold); }
.news-search { display: flex; align-items: center; gap: 10px; width: 250px; flex: 0 0 250px; border: 1px solid var(--line); border-radius: 4px; padding: 0 12px; height: 42px; color: var(--steel); }
.news-search svg { width: 18px; height: 18px; flex-shrink: 0; }
.news-search input { width: 100%; min-width: 0; border: 0; background: transparent; padding: 8px 0; font: inherit; font-size: 14px; outline-offset: 4px; }
.news-results-count { margin: 20px 0 0; color: var(--ink-soft); font-size: 13px; }
.news-editorial .news-editorial-list { display: block; }
.news-editorial .news-row { display: grid; grid-template-columns: 340px minmax(0,1fr); gap: 38px; padding: 28px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.news-editorial .news-row[hidden] { display: none; }
.news-row-media { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #f2f5f5; border-radius: 4px; }
.news-editorial .news-row-media img { display: block; width: 100%; height: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .25s ease; }
.news-row-media:hover img { transform: scale(1.025); }
.news-editorial .news-row .news-card-body { padding: 4px 0; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.news-row-meta { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; font-size: 13px; margin-bottom: 14px; }
.news-topic { color: var(--steel); font-weight: 700; }
.news-row-meta time { color: #68767d; font-variant-numeric: tabular-nums; }
.news-editorial .news-row h2 { font-size: 24px; line-height: 1.45; margin: 0 0 14px; font-weight: 700; }
.news-editorial .news-row h2 a:hover { color: var(--steel); }
.news-editorial .news-row p { margin: 0 0 18px; font-size: 15px; line-height: 1.8; color: var(--ink-soft); }
.news-editorial .news-row .text-link { margin-top: auto; font-size: 14px; }
.news-no-results { padding: 70px 0; text-align: center; }
.news-no-results[hidden] { display: none; }
.news-no-results button { border: 0; background: transparent; cursor: pointer; font: inherit; }
.news-editorial .article-header { padding: 38px 0 34px; background: #fff; border-bottom: 1px solid var(--line); }
.news-editorial .article-header .breadcrumbs { margin-bottom: 26px; font-size: 13px; flex-wrap: wrap; }
.news-editorial .article-header h1 { max-width: 1000px; font-size: 38px; line-height: 1.4; margin: 16px 0; }
.news-editorial .article-deck { max-width: 930px; font-size: 17px; line-height: 1.8; margin: 0 0 20px; }
.news-editorial main > article > .page-section { padding: 44px 0 60px; }
.news-editorial .article-layout { display: grid; grid-template-columns: minmax(0, 850px) minmax(210px,1fr); gap: 56px; align-items: start; }
.news-article-cover { margin: 0 0 36px; width: 100%; aspect-ratio: 3 / 2; background: #f2f5f5; border-radius: 4px; overflow: hidden; }
.news-article-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-editorial .article-body { min-width: 0; }
.news-editorial .article-body > h2 { font-size: 25px; line-height: 1.5; margin: 38px 0 16px; scroll-margin-top: 115px; }
.news-editorial .article-body > h3 { font-size: 20px; margin: 28px 0 12px; }
.news-editorial .article-body p, .news-editorial .article-body li { font-size: 17px; line-height: 1.95; }
.news-editorial .article-aside { position: sticky; top: 112px; min-width: 0; background: transparent; }
.news-article-toc { padding-bottom: 26px; border-bottom: 1px solid var(--line); margin-bottom: 26px; }
.news-mobile-toc { display: none; }
.news-article-toc h2,.news-editorial .aside-block h2 { font-size: 18px; line-height: 1.4; margin: 0 0 18px; }
.news-article-toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.news-article-toc a { color: var(--ink-soft); font-size: 14px; line-height: 1.7; display: block; border-left: 2px solid var(--line); padding-left: 12px; }
.news-article-toc a:hover,.news-article-toc a[aria-current="location"] { color: var(--steel); border-color: var(--steel); }
.news-editorial .aside-block { padding: 0; background: transparent; border: 0; box-shadow: none; }
.news-back-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 32px; color: var(--steel); font-size: 15px; font-weight: 700; }
.news-back-link svg { width: 18px; height: 18px; }
.news-related-section { padding: 48px 0 60px; background: #f5f7f6; border-top: 1px solid var(--line); scroll-margin-top: 104px; }
.news-related-section h2 { font-size: 28px; margin: 0 0 28px; }
.news-related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.news-related-item { display: flex; flex-direction: column; min-width: 0; border-bottom: 1px solid var(--line); }
.news-related-media { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 4px; background: #e8edec; }
.news-related-item .news-related-media img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-height: none; object-fit: cover; }
.news-related-copy { position: relative; padding: 20px 36px 24px 0; }
.news-related-item span { font-size: 12px; color: var(--steel); }
.news-related-item h3 { font-size: 22px; line-height: 1.55; margin: 10px 0 0; }
.news-related-item svg { position: absolute; top: 24px; right: 0; width: 20px; height: 20px; color: var(--steel); }
.news-related-item:hover h3 { color: var(--steel); }
.news-editorial :focus-visible { outline: 2px solid var(--steel); outline-offset: 4px; }
@media(max-width:1050px) {
  .news-topic-tabs { gap: 18px; }
  .news-search { width: 210px; flex-basis: 210px; }
  .news-editorial .news-row { grid-template-columns: 290px minmax(0,1fr); gap: 26px; }
  .news-editorial .news-row h2 { font-size: 21px; }
  .news-editorial .article-layout { grid-template-columns: minmax(0,1fr); }
  .news-editorial .article-aside { position: static; border-top: 1px solid var(--line); padding-top: 28px; }
  .article-aside > .news-article-toc { display: none; }
  .news-mobile-toc { display: block; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
  .news-mobile-toc summary { padding: 0 0 18px; color: var(--steel); font-size: 16px; font-weight: 700; cursor: pointer; }
  .news-mobile-toc .news-article-toc { border: 0; margin: 0; padding: 0 0 22px; }
  .news-article-toc ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media(max-width:760px) {
  .news-editorial .news-index-header { padding: 28px 0; }
  .news-index-header h1 { font-size: 32px; }
  .news-editorial-toolbar { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 8px; padding-top: 20px; }
  .news-search { width: 100%; flex-basis: auto; }
  .news-topic-tabs { gap: 0; justify-content: space-between; flex-wrap: wrap; }
  .news-topic-tabs button { font-size: 13px; padding: 17px 0; }
  .news-editorial .news-row { grid-template-columns: minmax(0,1fr); gap: 18px; padding: 24px 0; }
  .news-editorial .news-row h2 { font-size: 22px; }
  .news-editorial .news-row .news-card-body { padding: 0; }
  .news-row-meta { margin-bottom: 10px; }
  .news-editorial .article-header { padding: 24px 0 28px; }
  .news-editorial .article-header h1 { font-size: 28px; }
  .news-editorial .article-deck { font-size: 16px; }
  .news-editorial .article-meta { font-size: 12px; gap: 12px; flex-wrap: wrap; }
  .news-editorial main > article > .page-section { padding-top: 26px; }
  .news-editorial .article-body > h2 { font-size: 22px; }
  .news-editorial .article-body p,.news-editorial .article-body li { font-size: 16px; }
  .news-editorial .article-body table { width: 100%; table-layout: fixed; }
  .news-editorial .article-body th,.news-editorial .article-body td { padding: 12px 10px; overflow-wrap: anywhere; font-size: 14px; }
  .news-article-toc ol,.news-related-grid { grid-template-columns: minmax(0,1fr); }
  .news-related-item h3 { font-size: 20px; }
}
@media(prefers-reduced-motion:reduce) { .news-editorial .news-row-media img { transition: none; } }
