:root {
  --c-bg: #ffffff;
  --c-text: #0f1720;
  --c-text-muted: #4a5b6a;
  --c-accent: #0ea5a4;
  --c-accent-2: #14b8a6;
  --c-accent-soft: #d9f2ef;
  --c-line: #e4e9ee;
  --c-footer-bg: #2fa8a0;
  --home-cta-teal: #1CABA3;
  --nl-title: #0b3125;
  --nl-date: #686d7a;
  --nl-read: #666666;
  --nl-muted-label: #999999;
  --nl-side: clamp(1.25vw, 8.333vw, 8.333vw);
  --nl-content-max: 83.333vw;
  --nl-list-inset: 2.083vw;
  --nl-list-max: 79.166vw;
  --nl-feature-h: 24.895vw;
  --nl-feature-text-w: 33.302vw;
  --nl-row-h: 13.541vw;
  --nl-row-date-w: 7.552vw;
  --nl-row-img-w: 26.875vw;
  --nl-row-body-w: 39.739vw;
  --nl-text-muted: #696969;
  --nl-gap-hero-content: 9.739vw;
  --nl-gap-stack-pager: 3.541vw;
  --nl-gap-feature-list: 4.479vw;
  --nl-gap-feature-copy-foot: 3.541vw;
  --nl-gap-rows: 3.333vw;
  --nl-gap-row-cols: 2.5vw;
  --nl-gap-row-main: 1.25vw;
  --nl-gap-row-body-rule: 5.208vw;
  --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;
}

.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%);
}

.nl-page-wrap {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow-x: clip;
  min-height: 0;
}

body.nl-planb-page .nl-page-wrap {
  overflow-x: clip
}

.container {
  max-width: 79.166vw;
  margin: 0 auto;
  padding: 0 3.125vw
}

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



.nl-main {
  padding-top: 0;
  position: relative;
  overflow-x: hidden;
}

.page-main--nl-planb {
  padding-top: 0
}


.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-bg--layer {
  z-index: 0;
  mix-blend-mode: normal;
  opacity: 1
}

.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: .3.333vw;
  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: .1.458vw;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  max-width: min(37.5vw, 100%);
  white-space: normal;
}

.nl-page {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
}

.nl-flow {
  width: 100%;
  max-width: calc(var(--nl-content-max) + var(--nl-side) * 2);
  margin: 0 auto;
  padding: var(--nl-gap-hero-content) var(--nl-side) 5.208vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--nl-gap-stack-pager);
  box-sizing: border-box;
}

.nl-stack {
  width: 100%;
  max-width: var(--nl-content-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--nl-gap-feature-list);
  align-items: stretch;
}

.nl-stretch-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
}

.nl-stretch-link:focus-visible {
  outline: 0.104vw solid var(--home-cta-teal);
  outline-offset: 0.156vw;
}


.nl-feature-hero {
  position: relative;
  width: 100%;
  height: var(--nl-feature-h);
  border-radius: 0.416vw;
  overflow: hidden;
  cursor: pointer;
}

.nl-feature-hero__visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0.416vw;
  transition: transform .6s cubic-bezier(.2, .9, .2, 1);
}

.nl-feature-hero__visual img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

.nl-feature-hero__img-a {
  width: 100%;
  height: 222.98%;
  left: 0;
  top: -64.31%;
}

.nl-feature-hero__img-b {
  width: 80.5%;
  height: 404.33%;
  left: 19.52%;
  top: -115.15%;
}

.nl-feature-hero:hover .nl-feature-hero__visual {
  transform: scale(1.02);
}

.nl-feature-hero__grad {
  position: absolute;
  inset: 0;
  border-radius: 0.416vw;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(126.43deg, #fff 35.882%, rgba(255, 255, 255, .697) 61.746%, rgba(255, 255, 255, .2) 86.789%);
}

.nl-feature-hero__content {
  position: relative;
  z-index: 2;
  width: var(--nl-feature-text-w);
  max-width: calc(100% - 7.5vw);
  margin: 4.843vw 0 0 3.75vw;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.nl-feature-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.nl-feature-hero__title {
  font-family: "Inter", var(--font-sans);
  font-size: 1.666vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.4.375vw;
  color: #000;
  margin: 0;
}

.nl-feature-hero__desc {
  font-family: "Inter", var(--font-sans);
  font-size: 1.041vw;
  font-weight: 400;
  line-height: 1.5;
  color: var(--nl-text-muted);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.125vw;
  margin-bottom: 1.25vw;
}

.nl-tag-teal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.083vw;
  padding: 0.52vw 0.677vw;
  background: var(--home-cta-teal);
  border: 0.052vw solid rgba(153, 153, 153, .2);
  border-radius: 0.416vw;
  font-family: "Inter", var(--font-sans);
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  width: fit-content;
}

.nl-feature-hero__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.833vw;
}

.nl-date-feature {
  font-family: "Inter", var(--font-sans);
  font-size: 0.937vw;
  font-weight: 400;
  line-height: 1.5;
  color: var(--nl-text-muted);
  white-space: nowrap;
}


.nl-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--nl-gap-rows);
  align-items: flex-start;
  padding: 0 var(--nl-list-inset);
  box-sizing: border-box;
}

.nl-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--nl-gap-row-cols);
  width: var(--nl-list-max);
  max-width: 100%;
  height: var(--nl-row-h);
  cursor: pointer;
}

.nl-row-date {
  flex: 0 0 var(--nl-row-date-w);
  width: var(--nl-row-date-w);
  font-family: "Inter", var(--font-sans);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
}

.nl-row-media {
  flex: 0 0 var(--nl-row-img-w);
  width: var(--nl-row-img-w);
  height: var(--nl-row-h);
  border-radius: 0.26vw;
  overflow: hidden;
  position: relative;
}

.nl-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .55s cubic-bezier(.2, .9, .2, 1);
}

.nl-row:hover .nl-row-media img {
  transform: scale(1.04);
}

.nl-row-body {
  flex: 0 0 var(--nl-row-body-w);
  width: var(--nl-row-body-w);
  max-width: var(--nl-row-body-w);
  min-width: 0;
  height: var(--nl-row-h);
  display: flex;
  flex-direction: column;
  gap: var(--nl-gap-row-body-rule);
  justify-content: flex-start;
  position: relative;
}

.nl-row-main {
  display: flex;
  flex-direction: column;
  gap: var(--nl-gap-row-main);
  min-width: 0;
  flex: 0 0 auto;
}

.nl-row-title {
  font-family: "Inter", var(--font-sans);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.nl-row-excerpt {
  font-family: "Inter", var(--font-sans);
  font-size: 0.937vw;
  font-weight: 400;
  line-height: 1.5;
  color: var(--nl-text-muted);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.76vw;
}

.nl-row-rule {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0;
  border: 0;
  margin: 0;
  overflow: visible;
}

.nl-row-rule::before,
.nl-row-rule::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0.052vw;
  border-radius: 0.052vw;
}

.nl-row-rule::before {
  width: 100%;
  background: rgba(0, 0, 0, .12);
}

.nl-row-rule::after {
  width: 0;
  background: var(--home-cta-teal);
  transition: width .5s cubic-bezier(.4, 0, .2, 1);
}

.nl-row:hover .nl-row-rule::after {
  width: 100%;
}

.nl-more {
  display: inline-flex;
  align-items: center;
  gap: 0.416vw;
  font-family: "Inter", var(--font-sans);
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--nl-text-muted);
  transition: color .2s;
  pointer-events: none;
}

.nl-more svg {
  flex-shrink: 0;
  width: 0.677vw;
  height: 0.572vw;
  transition: transform .25s;
}

.nl-feature-hero:hover .nl-more,
.nl-row:hover .nl-more {
  color: var(--home-cta-teal);
}

.nl-feature-hero:hover .nl-more svg,
.nl-row:hover .nl-more svg {
  transform: translateX(0.156vw);
}

.nl-feature-hero:hover .nl-more svg path,
.nl-feature-hero:hover .nl-more svg line,
.nl-row:hover .nl-more svg path,
.nl-row:hover .nl-more svg line {
  stroke: var(--home-cta-teal);
}


.nl-pager {
  width: 100%;
  max-width: var(--nl-content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875vw;
  flex-wrap: wrap;
}

.nl-pager-dots {
  display: flex;
  align-items: center;
  gap: 1.875vw;
  flex-wrap: wrap;
  justify-content: center;
}

.nl-page-btn {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  background: var(--home-cta-teal);
  color: #fff;
  display: grid;
  place-items: center;
  transition: background .22s, color .22s, transform .15s, box-shadow .22s;
}

.nl-page-btn svg {
  display: block;
  flex-shrink: 0
}

.nl-page-btn:hover,
.nl-page-btn:focus-visible {
  background: var(--home-cta-teal);
  color: #fff;
  transform: translateY(-0.052vw);
  box-shadow: 0 0.312vw 0.937vw rgba(28, 171, 163, .32);
}

.nl-page-num {
  font-family: "Inter", var(--font-sans);
  font-size: 0.833vw;
  line-height: 1.5;
  color: rgba(0, 0, 0, .6);
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  cursor: pointer;
  transition: background .22s, color .22s, transform .15s, box-shadow .22s;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
}

.nl-page-num:hover,
.nl-page-num:focus-visible {
  background: var(--home-cta-teal);
  color: #fff;
  transform: translateY(-0.052vw);
  box-shadow: 0 0.312vw 0.937vw rgba(28, 171, 163, .32);
}

.nl-page-num.is-current {
  background: var(--home-cta-teal);
  color: #fff;
  font-weight: 400;
  cursor: default;
  box-shadow: none;
  transform: none;
}

.nl-page-num.is-current:hover {
  background: var(--home-cta-teal);
  color: #fff;
  transform: none;
  box-shadow: 0 0.312vw 0.937vw rgba(28, 171, 163, .32);
}

.nl-page-ellipsis {
  font-family: "Inter", var(--font-sans);
  font-size: 0.937vw;
  font-weight: 500;
  color: rgba(0, 0, 0, .6);
  user-select: none;
}
/* ---------- Tablet ---------- */
@media (max-width: 1149px) {
  :root {
    --nl-side: clamp(20px, 4.167vw, 80px);
    --nl-content-max: 100%;
    --nl-list-inset: clamp(12px, 2.083vw, 20px);
    --nl-list-max: 100%;
    --nl-feature-text-w: min(31.302vw, 420px);
    --nl-row-body-w: auto;
  }

  .container {
    max-width: 100%;
    padding: 0 var(--nl-side);
  }

  .nl-hero-copy {
    left: var(--nl-side);
    bottom: clamp(24px, 5.208vw, 50px);
    max-width: min(47.864vw, calc(100% - var(--nl-side) * 2));
  }

  .nl-feature-hero__content {
    width: min(var(--nl-feature-text-w), calc(100% - 7.5vw));
    max-width: calc(100% - 7.5vw);
  }

  .nl-row {
    width: 100%;
    max-width: 100%;
  }

  .nl-row-body {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .nl-row-media {
    flex: 0 0 clamp(120px, 26.875vw, 258px);
    width: clamp(120px, 26.875vw, 258px);
  }

  .nl-row-date {
    flex: 0 0 clamp(56px, 7.552vw, 73px);
    width: clamp(56px, 7.552vw, 73px);
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  :root {
    --nl-side: clamp(16px, 5vw, 50px);
    --nl-content-max: 100%;
    --nl-list-inset: 0;
    --nl-list-max: 100%;
    --nl-feature-h: clamp(200px, 52vw, 280px);
    --nl-feature-text-w: 100%;
    --nl-row-h: auto;
    --nl-row-date-w: auto;
    --nl-row-img-w: 100%;
    --nl-row-body-w: 100%;
    --nl-gap-hero-content: clamp(48px, 12vw, 94px);
    --nl-gap-stack-pager: clamp(24px, 5vw, 34px);
    --nl-gap-feature-list: clamp(28px, 6vw, 43px);
    --nl-gap-feature-copy-foot: clamp(20px, 4.5vw, 34px);
    --nl-gap-rows: clamp(24px, 5vw, 32px);
    --nl-gap-row-cols: clamp(12px, 3vw, 24px);
    --nl-gap-row-main: clamp(8px, 2vw, 12px);
    --nl-gap-row-body-rule: clamp(20px, 5vw, 50px);
  }

  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);
  }

  img {
    max-width: 100%;
  }

  .container {
    max-width: none;
    padding: 0 var(--nl-side);
  }

  .nl-hero-shell,
  .nl-hero-wrap,
  .nl-page {
    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(--nl-side);
    right: var(--nl-side);
    bottom: clamp(20px, 5.2vw, 50px);
    max-width: none;
    width: auto;
    gap: clamp(10px, 2.5vw, 18px);
  }

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

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

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

  .nl-flow {
    max-width: none;
    padding: var(--nl-gap-hero-content) var(--nl-side) clamp(40px, 10vw, 50px);
    gap: var(--nl-gap-stack-pager);
  }

  .nl-stack {
    max-width: none;
    gap: var(--nl-gap-feature-list);
  }

  .nl-stretch-link:focus-visible {
    outline: 1px solid var(--home-cta-teal);
    outline-offset: 2px;
  }

  .nl-feature-hero {
    border-radius: 8px;
  }

  .nl-feature-hero__visual,
  .nl-feature-hero__grad {
    border-radius: 8px;
  }

  .nl-feature-hero__content {
    width: auto;
    max-width: calc(100% - clamp(32px, 8vw, 72px));
    margin: clamp(24px, 6vw, 47px) 0 0 clamp(16px, 4.5vw, 36px);
    gap: var(--nl-gap-feature-copy-foot);
  }

  .nl-feature-hero__copy {
    gap: clamp(8px, 2vw, 12px);
  }

  .nl-feature-hero__title {
    font-size: clamp(18px, 4.8vw, 24px);
    letter-spacing: -.02em;
  }

  .nl-feature-hero__desc {
    font-size: clamp(13px, 3.4vw, 15px);
    max-height: none;
    margin-bottom: clamp(16px, 4vw, 32px);
    -webkit-line-clamp: 3;
  }

  .nl-tag-teal {
    height: 20px;
    padding: 5px 7px;
    border-width: 1px;
    border-radius: 8px;
    font-size: 12px;
  }

  .nl-feature-hero__foot {
    gap: 8px;
  }

  .nl-date-feature {
    font-size: 14px;
  }

  .nl-list {
    gap: var(--nl-gap-rows);
    padding: 0;
  }

  .nl-row {
    align-items: flex-start;
    gap: var(--nl-gap-row-cols);
    width: 100%;
    height: auto;
  }

  .nl-row-date {
    flex: 0 0 clamp(56px, 9.5vw, 73px);
    width: clamp(56px, 9.5vw, 73px);
    font-size: clamp(14px, 3.6vw, 18px);
  }

  .nl-row-media {
    flex: 0 0 clamp(90px, 33.6vw, 258px);
    width: clamp(90px, 33.6vw, 258px);
    height: clamp(72px, 22vw, 130px);
    border-radius: 5px;
  }

  .nl-row-body {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    gap: var(--nl-gap-row-body-rule);
  }

  .nl-row-main {
    gap: var(--nl-gap-row-main);
  }

  .nl-row-title {
    font-size: clamp(15px, 4vw, 18px);
  }

  .nl-row-excerpt {
    font-size: clamp(13px, 3.4vw, 14px);
    max-height: none;
    -webkit-line-clamp: 3;
  }

  .nl-row-rule::before,
  .nl-row-rule::after {
    height: 1px;
    border-radius: 1px;
  }

  .nl-more {
    gap: 4px;
    font-size: 12px;
  }

  .nl-more svg {
    width: 7px;
    height: 6px;
  }

  .nl-feature-hero:hover .nl-more svg,
  .nl-row:hover .nl-more svg {
    transform: translateX(2px);
  }

  .nl-pager {
    max-width: none;
    gap: clamp(12px, 3vw, 18px);
  }

  .nl-pager-dots {
    gap: clamp(10px, 2.5vw, 18px);
  }

  .nl-page-btn {
    width: clamp(32px, 8vw, 40px);
    height: clamp(32px, 8vw, 40px);
  }

  .nl-page-btn:hover,
  .nl-page-btn:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 5px 9px rgba(28, 171, 163, .32);
  }

  .nl-page-num {
    font-size: 12px;
    width: clamp(28px, 7vw, 32px);
    height: clamp(28px, 7vw, 32px);
  }

  .nl-page-num:hover,
  .nl-page-num:focus-visible,
  .nl-page-num.is-current:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 9px rgba(28, 171, 163, .32);
  }

  .nl-page-ellipsis {
    font-size: 14px;
  }
}

/* ---------- Small phones: stacked list rows ---------- */
@media (max-width: 560px) {
  :root {
    --nl-feature-h: clamp(220px, 62vw, 280px);
    --nl-gap-row-cols: 12px;
    --nl-gap-row-body-rule: 16px;
  }

  .nl-row {
    flex-direction: column;
    gap: 10px;
  }

  .nl-row-date {
    flex: none;
    width: 100%;
    font-size: 13px;
    color: var(--nl-date);
  }

  .nl-row-media {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .nl-row-body {
    flex: none;
    width: 100%;
    gap: var(--nl-gap-row-body-rule);
  }

  .nl-feature-hero__content {
    max-width: calc(100% - 32px);
    margin: clamp(20px, 5vw, 32px) 0 0 16px;
  }

  .nl-feature-hero__desc {
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .nl-feature-hero:hover .nl-feature-hero__visual,
  .nl-row:hover .nl-row-media img,
  .nl-feature-hero:hover .nl-more svg,
  .nl-row:hover .nl-more svg {
    transform: none;
  }
}