:root {
  --c-bg: #ffffff;
  --c-text: #0f1720;
  --c-text-muted: #4a5b6a;
  --c-accent: #0ea5a4;
  --c-accent-2: #14b8a6;
  --c-accent-soft: #d9f2ef;
  --c-footer-bg: #2fa8a0;
  --c-line: #e4e9ee;
  --c-title-news: #333333;
  --c-body-news: #666666;
  --c-muted-news: #999999;
  --c-tag-border: rgba(153, 153, 153, 0.2);
  --c-green-deep: #0b3125;
  --home-cta-teal: #1CABA3;
  --c-teal-line: #1CABA3;
  --font-inter: "Inter", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-serif: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-mono: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.anchor-target {
  position: relative;
  top: -5.208vw;
  height: 0;
  overflow: hidden
}



.pl-diffuse-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #fafdfd;
  background-image:
    radial-gradient(ellipse 52.083vw 39.583vw at 8% 24%, color-mix(in srgb, var(--c-accent) 9%, transparent), transparent 62%),
    radial-gradient(ellipse 42.708vw 33.333vw at 20% 80%, color-mix(in srgb, var(--c-accent-2) 5%, transparent), transparent 58%),
    radial-gradient(circle min(70vw, 42.708vw) at 98% 42%, color-mix(in srgb, var(--c-accent) 4%, transparent), transparent 55%),
    radial-gradient(ellipse 65% 50% at 50% 100%, color-mix(in srgb, var(--c-accent-soft) 16%, #fff), transparent 52%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pl-diffuse-blob {
  position: absolute;
  width: min(88vmin, 54.687vw);
  height: min(88vmin, 54.687vw);
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  filter: blur(2.916vw);
  opacity: .48;
  will-change: transform;
  z-index: 1;
}

.pl-diffuse-blob.is-a {
  left: 12%;
  top: 24%;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent) 34%, transparent) 0%, color-mix(in srgb, var(--c-accent) 8%, transparent) 40%, transparent 68%);
}

.pl-diffuse-blob.is-b {
  left: 86%;
  top: 38%;
  width: min(76vmin, 46.875vw);
  height: min(76vmin, 46.875vw);
  opacity: .4;
  filter: blur(2.708vw);
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent-2) 30%, transparent) 0%, color-mix(in srgb, var(--c-accent-2) 7%, transparent) 38%, transparent 65%);
}

.pl-diffuse-blob.is-c {
  left: 48%;
  top: 88%;
  width: min(82vmin, 51.041vw);
  height: min(82vmin, 51.041vw);
  opacity: .36;
  filter: blur(3.333vw);
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent-soft) 55%, transparent) 0%, color-mix(in srgb, var(--c-accent) 10%, transparent) 42%, transparent 62%);
}

.news-page-wrap {
  position: relative;
  z-index: 1;
  isolation: isolate
}


.page-main {
  padding-top: 0;
  position: relative;
}

.nl-hero-shell {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
}

.nl-hero-wrap {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
}

.nl-hero {
  position: relative;
  width: 100%;
  height: clamp(21.875vw, 46.875vw, 46.875vw);
  min-height: 0;
  overflow: hidden;
  background: #5ec4bc;
}

.nl-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.nl-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.nl-hero-grad {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(28, 171, 163, 0.3) 0%, rgba(28, 171, 163, 0) 54.611%);
}

.nl-hero-copy {
  position: absolute;
  left: 5.208vw;
  bottom: 5.208vw;
  top: auto;
  max-width: min(47.864vw, calc(100% - 2.5vw));
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
  color: #ffffff;
  z-index: 2;
}

.nl-hero-h {
  font-family: "Inter", var(--font-sans);
  font-weight: 500;
  font-size: clamp(1.875vw, 3.33vw, 3.333vw);
  line-height: 2.083vw;
  letter-spacing: 0.033vw;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.nl-hero-sub {
  font-family: "Inter", var(--font-sans);
  font-size: clamp(0.833vw, 1.25vw, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0.015vw;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  max-width: min(37.5vw, 100%);
  white-space: normal;
}


.news-deco-ellipse {
  position: absolute;
  width: min(48.802vw, 110vw);
  aspect-ratio: 1;
  opacity: .48;
  pointer-events: none;
  z-index: 0;
}

.news-deco-ellipse img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.news-deco-ellipse.is-t {
  top: clamp(4.166vw, 12vw, 11.458vw);
  left: clamp(-14.583vw, -18vw, -6.25vw)
}

.news-deco-ellipse.is-m {
  top: clamp(27.083vw, 48vw, 51.041vw);
  right: clamp(-13.541vw, -16vw, -4.166vw);
  left: auto
}

.news-deco-ellipse.is-b {
  bottom: clamp(2.083vw, 6vw, 6.25vw);
  left: clamp(-12.5vw, -15vw, -3.125vw);
  top: auto
}

.news-body {
  padding: clamp(5.208vw, 12vw, 8.489vw) 3.125vw clamp(6.25vw, 14vw, 9.375vw);
  position: relative;
  z-index: 1
}

.news-layout-inner {
  position: relative;
  z-index: 2;
  max-width: calc(44.791vw + 4.479vw + 13.333vw);
  margin: 0 auto;
  display: flex;
  gap: 4.479vw;
  align-items: flex-start;
  justify-content: center;
}

.news-article {
  flex: 0 0 44.791vw;
  width: 44.791vw;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.875vw;
  font-family: var(--font-inter);
}

.news-article-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3.541vw;
  width: 100%;
}

.news-header-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.875vw;
  width: 100%;
}

.news-title {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 1.5;
  color: #000;
  word-break: break-word;
  margin: 0;
  width: 100%;
}

.news-meta-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  width: 100%;
}

.news-date {
  font-family: var(--font-inter);
  font-size: 0.937vw;
  line-height: 1.5;
  color: #696969;
  text-transform: capitalize;
}

.news-rule {
  height: 0.052vw;
  background: var(--c-teal-line);
  border: 0.052vw solid var(--c-teal-line);
  width: 100%;
}

.news-prose {
  width: 100%;
  font-family: var(--font-inter);
  font-size: 0.937vw;
  line-height: 1.5;
  color: var(--c-body-news);
  word-break: break-word;
}

.news-h2 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 1.041vw;
  line-height: 1.5;
  color: #000;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 1.406vw;
}

.news-block>p {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 0.937vw;
  line-height: 1.5;
  color: var(--c-body-news);
}

.news-l1 {
  white-space: nowrap;
  font-family: var(--font-inter);
}

.news-list {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 0;
}

.news-list p {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 0.937vw;
  line-height: 1.5;
  color: var(--c-body-news);
}

.news-figure {
  position: relative;
  width: 100%;
  height: 20.572vw;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #e8ecef;
  flex-shrink: 0;
}

.news-figure-trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.news-figure-trigger:focus-visible {
  outline: 0.104vw solid var(--c-teal-line);
  outline-offset: 0.104vw;
}

.news-figure-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center center;
  pointer-events: none;
}

.news-figure:hover .news-figure-inner {
  transform: scale(1.03)
}

.news-prose img{
  max-width: 100%;
  width: 100%;
  height: auto !important;
  margin: 1.875vw 0;
}


.news-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.833vw, 4vw, 2.5vw);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.news-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.news-lightbox-open {
  overflow: hidden
}

.news-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 30, 40, .78);
  cursor: pointer;
}

.news-lightbox__panel {
  position: relative;
  z-index: 1;
  max-width: min(62.5vw, 92vw);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0.416vw;
  box-shadow: 0 1.25vw 3.333vw rgba(0, 0, 0, .4);
}

.news-lightbox__close {
  position: fixed;
  top: clamp(0.833vw, 3vw, 1.458vw);
  right: clamp(0.833vw, 3vw, 1.458vw);
  z-index: 1001;
  width: 2.291vw;
  height: 2.291vw;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 1.458vw;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0.312vw 1.25vw rgba(0, 0, 0, .25);
  transition: background .2s, color .2s, transform .15s;
}

.news-lightbox__close:hover {
  background: var(--c-teal-line);
  color: #fff;
  transform: scale(1.05);
}

.news-actions-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  width: 100%;
}

.news-actions-rule {
  height: 0.052vw;
  width: 100%;
  background: var(--c-teal-line);
  border: 0;
}

.news-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25vw;
  flex-wrap: wrap;
  padding-top: 0;
  border-top: 0;
}

.news-share {
  display: flex;
  align-items: center;
  gap: 1.041vw;
  flex-wrap: wrap
}

.news-share-label {
  font-family: "Inter", var(--font-sans);
  font-size: 0.833vw;
  line-height: 1vw;
  color: var(--c-muted-news);
}

.news-share-icons {
  display: flex;
  align-items: center
}

.news-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.041vw;
  height: 1.041vw;
  color: #999;
  transition: color .25s, transform .2s;
}

.news-share-link:hover {
  color: var(--c-teal-line);
  transform: translateY(-0.052vw)
}

.news-share-link svg {
  display: block;
  width: 1.041vw;
  height: 1.041vw
}

.news-pager {
  display: flex;
  align-items: center;
  gap: 0.52vw;
  flex-wrap: wrap
}

.news-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.083vw;
  padding: 0 1.25vw;
  border-radius: 0.416vw;
  font-size: 0.833vw;
  line-height: 1.2;
  color: var(--c-body-news);
  background: rgba(13, 13, 33, .08);
  border: 0;
  cursor: pointer;
  font-family: inherit;
  text-transform: capitalize;
  transition: background .25s, color .25s, transform .15s;
}

.news-pill:hover {
  background: var(--c-accent);
  color: #fff;
  transform: translateY(-0.052vw);
}


.news-sidebar {
  flex: 0 0 13.333vw;
  width: 13.333vw;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.937vw;
}

.news-side-block {
  display: flex;
  flex-direction: column;
  gap: 0.833vw
}

.news-side-title {
  font-family: "Inter", var(--font-sans);
  font-size: 1.041vw;
  line-height: 1.458vw;
  font-weight: 400;
  color: var(--c-title-news);
}

.news-side-stack {
  display: flex;
  flex-direction: column;
  gap: 1.666vw;
  padding: 0;
}

.news-side-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  min-height: 15.208vw;
  box-sizing: border-box;
  border-radius: 0.416vw;
  overflow: hidden;
  background: transparent;
  border: 0.052vw solid transparent;
  cursor: pointer;
  transition: background .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.news-side-card:hover {
  background: #fff;
  border-color: rgba(15, 30, 40, .06);
  box-shadow: 0 0.312vw 1.145vw rgba(15, 30, 40, .08);
}

.news-side-thumb {
  position: relative;
  height: 8.333vw;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.416vw 0.416vw 0 0;
  background: #e8edf0;
  width: 100%;
}

.news-side-thumb-stack {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.news-side-thumb-stack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-side-thumb-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .2);
  pointer-events: none;
  border-radius: inherit;
}

.news-side-card:hover .news-side-thumb-stack img {
  transform: scale(1.04);
}

.news-side-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.833vw 0.833vw 1.25vw;
  gap: 2.5vw;
  min-height: 0;
}

.news-side-inner {
  display: flex;
  flex-direction: column;
  gap: 0
}

.news-side-headline {
  font-family: "Inter", var(--font-sans);
  font-size: 0.833vw;
  line-height: normal;
  font-weight: 400;
  color: var(--c-green-deep);
  display: block;
  overflow: hidden;
  word-break: normal;
}

.news-side-headline .nc-title-l1 {
  white-space: nowrap
}

.news-side-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.52vw;
}

.news-side-date {
  font-size: 0.729vw;
  line-height: 1.145vw;
  color: #686d7a
}

.news-side-more {
  display: inline-flex;
  align-items: center;
  gap: 0.416vw;
  font-family: "Inter", var(--font-sans);
  font-size: 0.729vw;
  text-transform: uppercase;
  color: var(--c-body-news);
  transition: color .2s;
}

.news-side-more img {
  width: 0.729vw;
  height: 0.729vw;
  flex-shrink: 0
}

.news-side-card:hover .news-side-more {
  color: var(--c-accent)
}

.news-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.604vw;
  width: 100%;
  border-radius: 0.416vw;
  border: 0.052vw solid #e5e6eb;
  background: #fff;
  font-family: "Inter", var(--font-sans);
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: #414960;
  text-transform: capitalize;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s, transform .15s;
}

.news-more-btn:hover {
  background: var(--c-accent);
  color: #fff;
  border-color: var(--c-accent);
  transform: translateY(-0.104vw);
}

/* ---------- Tablet: stack main + sidebar ---------- */
@media (max-width: 1149px) {
  .news-layout-inner {
    flex-direction: column;
    max-width: min(44.791vw, 860px);
    gap: clamp(2.5vw, 5vw, 4.479vw);
    align-items: stretch;
  }

  .news-article {
    width: 100%;
    flex: 1 1 auto;
  }

  .news-sidebar {
    width: 100%;
    flex: 1 1 auto;
    max-width: min(27.083vw, 520px);
    margin: 0 auto;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  :root {
    --nd-side: clamp(16px, 5vw, 30px);
    --nd-gap-main: clamp(20px, 5vw, 28px);
    --nd-gap-prose: clamp(20px, 5vw, 28px);
    --nd-gap-block: clamp(12px, 3vw, 18px);
    --nd-gap-sidebar: clamp(32px, 8vw, 56px);
  }

  html {
    scroll-padding-top: 72px;
  }

  .anchor-target {
    top: -72px;
  }

  .pl-diffuse-bg {
    background-image:
      radial-gradient(ellipse 500px 380px at 8% 24%, color-mix(in srgb, var(--c-accent) 9%, transparent), transparent 62%),
      radial-gradient(ellipse 410px 320px at 20% 80%, color-mix(in srgb, var(--c-accent-2) 5%, transparent), transparent 58%),
      radial-gradient(circle min(70vw, 410px) at 98% 42%, color-mix(in srgb, var(--c-accent) 4%, transparent), transparent 55%),
      radial-gradient(ellipse 65% 50% at 50% 100%, color-mix(in srgb, var(--c-accent-soft) 16%, #fff), transparent 52%);
    background-size: 100% 100%;
  }

  .pl-diffuse-blob {
    width: min(88vmin, 525px);
    height: min(88vmin, 525px);
    filter: blur(28px);
  }

  .pl-diffuse-blob.is-b {
    width: min(76vmin, 450px);
    height: min(76vmin, 450px);
    filter: blur(26px);
  }

  .pl-diffuse-blob.is-c {
    width: min(82vmin, 490px);
    height: min(82vmin, 490px);
    filter: blur(32px);
  }

  .nl-hero-shell,
  .nl-hero-wrap {
    max-width: none;
  }

  .nl-hero {
    height: clamp(210px, 58vw, 450px);
    min-height: 210px;
  }

  .nl-hero-bg {
    object-position: center 42%;
  }

  .nl-hero-copy {
    left: var(--nd-side);
    right: var(--nd-side);
    bottom: clamp(20px, 5.2vw, 50px);
    max-width: none;
    gap: clamp(10px, 2.5vw, 18px);
  }

  .nl-hero-h {
    font-size: clamp(24px, 6.2vw, 48px);
    line-height: 1.12;
    letter-spacing: 0.02em;
    white-space: normal;
  }

  .nl-hero-sub {
    font-size: clamp(13px, 3.4vw, 18px);
    line-height: 1.55;
    letter-spacing: 0.01em;
    max-width: 100%;
  }

  .nl-hero-sub br {
    display: none;
  }

  .news-deco-ellipse {
    width: min(469px, 110vw);
  }

  .news-deco-ellipse.is-t {
    top: clamp(40px, 12vw, 110px);
    left: clamp(-140px, -18vw, -60px);
  }

  .news-deco-ellipse.is-m {
    top: clamp(260px, 48vw, 490px);
    right: clamp(-130px, -16vw, -40px);
  }

  .news-deco-ellipse.is-b {
    bottom: clamp(20px, 6vw, 60px);
    left: clamp(-120px, -15vw, -30px);
  }

  .news-body {
    padding: clamp(48px, 12vw, 82px) var(--nd-side) clamp(56px, 14vw, 90px);
  }

  .news-layout-inner {
    flex-direction: column;
    max-width: none;
    gap: var(--nd-gap-sidebar);
    align-items: stretch;
  }

  .news-article {
    width: 100%;
    flex: 1 1 auto;
    gap: var(--nd-gap-main);
  }

  .news-article-main {
    gap: clamp(28px, 7vw, 48px);
  }

  .news-header-block {
    gap: clamp(16px, 4vw, 24px);
  }

  .news-title {
    font-size: clamp(22px, 5.8vw, 32px);
  }

  .news-meta-wrap {
    gap: clamp(6px, 1.5vw, 10px);
  }

  .news-date {
    font-size: clamp(14px, 3.6vw, 16px);
  }

  .news-rule {
    height: 1px;
    border-width: 1px;
  }

  .news-prose {
    gap: var(--nd-gap-prose);
    font-size: clamp(14px, 3.6vw, 16px);
  }

  .news-block {
    gap: var(--nd-gap-block);
  }

  .news-h2 {
    font-size: clamp(16px, 4.2vw, 20px);
    min-height: 0;
  }

  .news-block>p,
  .news-list p {
    font-size: inherit;
  }

  .news-l1 {
    white-space: normal;
  }

  .news-figure {
    height: auto;
    aspect-ratio: 860 / 395;
    min-height: clamp(160px, 50vw, 280px);
  }

  .news-figure-trigger:focus-visible {
    outline: 1px solid var(--c-teal-line);
    outline-offset: 1px;
  }

  .news-lightbox {
    padding: clamp(12px, 4vw, 24px);
  }

  .news-lightbox__panel {
    max-width: min(600px, 92vw);
  }

  .news-lightbox__img {
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .4);
  }

  .news-lightbox__close {
    top: clamp(12px, 3vw, 20px);
    right: clamp(12px, 3vw, 20px);
    width: clamp(36px, 9vw, 44px);
    height: clamp(36px, 9vw, 44px);
    font-size: clamp(22px, 5.5vw, 28px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, .25);
  }

  .news-actions-wrap {
    gap: clamp(16px, 4vw, 24px);
  }

  .news-actions-rule {
    height: 1px;
  }

  .news-actions {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(16px, 4vw, 20px);
  }

  .news-share {
    gap: clamp(12px, 3vw, 16px);
  }

  .news-share-label {
    font-size: clamp(14px, 3.6vw, 16px);
    line-height: 1.2;
  }

  .news-share-link {
    width: clamp(18px, 4.5vw, 22px);
    height: clamp(18px, 4.5vw, 22px);
  }

  .news-share-link:hover {
    transform: translateY(-1px);
  }

  .news-share-link svg {
    width: 100%;
    height: 100%;
  }

  .news-pager {
    justify-content: flex-start;
    gap: clamp(8px, 2vw, 12px);
  }

  .news-pill {
    min-height: clamp(36px, 9vw, 40px);
    padding: 0 clamp(16px, 4vw, 24px);
    border-radius: 8px;
    font-size: clamp(14px, 3.6vw, 16px);
  }

  .news-pill:hover {
    transform: translateY(-1px);
  }

  .news-sidebar {
    width: 100%;
    flex: 1 1 auto;
    max-width: none;
    gap: clamp(12px, 3vw, 18px);
  }

  .news-side-block {
    gap: clamp(12px, 3vw, 16px);
  }

  .news-side-title {
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.3;
  }

  .news-side-stack {
    gap: clamp(20px, 5vw, 28px);
  }

  .news-side-card {
    min-height: 0;
    border-radius: 8px;
    border-width: 1px;
  }

  .news-side-card:hover {
    box-shadow: 0 5px 11px rgba(15, 30, 40, .08);
  }

  .news-side-thumb {
    height: clamp(120px, 35vw, 160px);
    border-radius: 8px 8px 0 0;
  }

  .news-side-body {
    padding: clamp(12px, 3vw, 16px) clamp(12px, 3vw, 16px) clamp(16px, 4vw, 20px);
    gap: clamp(24px, 6vw, 36px);
  }

  .news-side-headline {
    font-size: clamp(14px, 3.6vw, 16px);
  }

  .news-side-headline .nc-title-l1 {
    white-space: normal;
  }

  .news-side-meta {
    gap: clamp(6px, 1.5vw, 10px);
  }

  .news-side-date {
    font-size: clamp(12px, 3.2vw, 14px);
    line-height: 1.4;
  }

  .news-side-more {
    gap: 6px;
    font-size: clamp(12px, 3.2vw, 14px);
  }

  .news-side-more img {
    width: clamp(10px, 2.8vw, 14px);
    height: auto;
  }

  .news-more-btn {
    height: clamp(44px, 11vw, 50px);
    border-radius: 8px;
    border-width: 1px;
    font-size: clamp(14px, 3.6vw, 16px);
    line-height: 1.2;
  }

  .news-more-btn:hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .news-figure:hover .news-figure-inner,
  .news-side-card:hover .news-side-thumb-stack img,
  .news-pill:hover,
  .news-more-btn:hover,
  .news-share-link:hover {
    transform: none;
  }
}