.news-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0 90px;
  gap: 60px;
}
.news-intro h1 {
  font-size: clamp(60px, 6.7vw, 96px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.055em;
  margin: 20px 0 30px;
}
.news-intro .lead {
  font-size: 20px;
  line-height: 1.8;
}
.news-line-art {
  width: min(38%, 450px);
  flex-shrink: 0;
}
.news-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.news-section-heading h2 {
  font-size: 23px;
  font-weight: 500;
}
.news-section-heading > span {
  font-size: 14px;
  color: var(--muted);
}
.news-empty {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 52px;
  padding: 90px 24px 100px;
}
.news-empty > img {
  margin-top: 4px;
  flex: 0 0 auto;
}
.news-empty h3 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.news-empty p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
  margin: 18px 0 24px;
}
.news-explore {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 0 0 70px;
}
.news-explore > a {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.news-explore > a > span {
  font-size: 13px;
  color: var(--muted);
}
.news-explore h2 {
  font-size: 25px;
  font-weight: 500;
  margin: 18px 0 12px;
}
.news-explore h2 span {
  float: right;
}
.news-explore p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}
.news-explore a:hover h2,
.news-card a:hover h3 {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 68px 40px;
  padding: 38px 0 90px;
}
.news-card > a {
  display: block;
}
.news-card-art {
  display: grid;
  place-items: center;
  aspect-ratio: 16/9;
  background: var(--soft);
  border-radius: 6px;
}
.news-card-art .news-line-art {
  width: 68%;
}
.news-card .news-figure {
  margin: 0;
}
.news-card .news-figure img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
}
.news-card .news-figure figcaption {
  display: none;
}
.news-card-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-top: 22px;
}
.news-card h3 {
  font-size: clamp(22px, 2.2vw, 29px);
  line-height: 1.55;
  font-weight: 500;
  margin: 12px 0;
}
.news-card h3 span {
  font-size: 0.65em;
  white-space: nowrap;
}
.news-card > a > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}
.news-feed-link {
  font-size: 13px;
  color: var(--muted);
  margin: -24px 0 40px;
}
.news-article {
  padding-top: 34px;
}
.news-article .breadcrumb {
  margin-bottom: 0;
}
.news-article-header {
  max-width: 820px;
  margin: 70px auto 50px;
}
.news-article-header h1 {
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin: 20px 0 26px;
  overflow-wrap: anywhere;
}
.news-summary {
  font-size: 20px;
  line-height: 1.85;
  color: var(--muted);
}
.news-byline {
  display: flex;
  gap: 14px 26px;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 14px;
  color: var(--muted);
}
.news-byline a {
  color: var(--ink);
}
.news-cover {
  max-width: 1060px;
  margin: 0 auto 60px;
}
.news-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.news-figure figcaption {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.6;
}
.news-article-layout {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.news-toc {
  position: absolute;
  top: 0;
  right: calc(100% + 55px);
  width: 190px;
  height: 100%;
}
.news-toc nav {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.news-toc p {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 16px;
}
.news-toc a {
  display: block;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin: 12px 0;
}
.news-toc a:hover {
  color: var(--ink);
}
.news-body {
  font-size: 18px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}
.news-body > * {
  margin: 0 0 28px;
}
.news-body h2 {
  font-size: clamp(24px, 2.5vw, 31px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.5;
  margin: 58px 0 22px;
  scroll-margin-top: calc(var(--header-height) + 30px);
}
.news-body > h2:first-child {
  margin-top: 0;
}
.news-body ul,
.news-body ol {
  padding-left: 1.5em;
}
.news-body li {
  margin: 10px 0;
}
.news-body a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.news-body blockquote {
  border-left: 2px solid var(--ink);
  padding-left: 25px;
  font-size: 23px;
  line-height: 1.8;
}
.news-body .news-figure {
  margin: 40px 0;
}
.news-table {
  width: 100%;
  overflow-x: auto;
}
.news-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.news-table th,
.news-table td {
  text-align: left;
  padding: 16px;
  min-width: 140px;
  border-bottom: 1px solid var(--line);
}
.news-table th {
  font-weight: 500;
  background: var(--soft);
}
.news-sources {
  border-top: 1px solid var(--line);
  margin-top: 50px;
  font-size: 15px;
}
.news-sources h2 {
  font-size: 20px;
  margin-top: 24px;
}
.news-article-footer {
  max-width: 820px;
  margin: 64px auto 90px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.news-related {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin-top: 18px;
  font-size: 16px;
}
.news-article-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 50px 0;
}
.news-article-contact h2 {
  font-weight: 500;
  font-size: 25px;
}
.news-draft-note {
  max-width: 820px;
  margin: 30px auto -25px;
  padding: 14px 18px;
  background: var(--soft);
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 1450px) {
  .news-toc {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 40px;
  }
  .news-toc nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding-top: 18px;
  }
  .news-toc p {
    width: 100%;
    margin: 0;
  }
  .news-toc a {
    margin: 0;
  }
}
@media (max-width: 800px) {
  .news-intro {
    padding: 65px 0;
    gap: 24px;
  }
  .news-intro .lead {
    font-size: 17px;
  }
  .news-empty {
    padding: 65px 0;
    gap: 30px;
  }
  .news-article-header {
    margin-top: 50px;
  }
  .news-grid {
    gap: 45px 24px;
  }
  .news-article-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .news-intro {
    position: relative;
    padding-block: 52px;
  }
  .news-intro > .news-line-art {
    position: absolute;
    width: 115px;
    right: 0;
    top: 63px;
  }
  .news-intro h1 {
    font-size: 64px;
  }
  .news-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-top: 22px;
  }
  .news-section-heading > span {
    font-size: 12px;
  }
  .news-empty {
    gap: 22px;
    padding-block: 55px;
  }
  .news-empty > img {
    width: 25px;
    height: auto;
  }
  .news-empty h3 {
    font-size: 22px;
  }
  .news-empty p {
    font-size: 15px;
  }
  .news-explore,
  .news-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .news-explore {
    padding-bottom: 30px;
  }
  .news-summary {
    font-size: 17px;
  }
  .news-article-header {
    margin: 42px auto 36px;
  }
  .news-body {
    font-size: 17px;
  }
  .news-article-footer {
    margin-bottom: 60px;
  }
  .news-card h3 {
    font-size: 25px;
  }
}
