.news-page {
  scroll-padding-top: 8.875rem;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--paper);
  color: var(--ink);
}

.news-page a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 0.625rem 0.875rem;
  background: var(--paper);
  color: var(--rose-deep);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(var(--shell), calc(100% - 96px));
  margin-inline: auto;
}

/* The news page uses one image-backed hero. */
.news-hero {
  position: relative;
  min-height: 370px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #35424a;
  color: #fff;
}

.news-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(21, 29, 34, 0.56);
  content: "";
}

.news-hero-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-hero .hero-layout {
  display: flex;
  min-height: 370px;
  align-items: center;
}

.news-hero .hero-copy {
  width: min(760px, 100%);
}

.breadcrumb {
  display: flex;
  margin-bottom: 2.625rem;
  align-items: center;
  gap: 0.625rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8125rem;
}

.breadcrumb a:hover {
  color: #fff;
}

.hero-copy h1 {
  margin: 0 0 0.9375rem;
  font-family: "Source Han Serif CN", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.75;
}

.channel-nav {
  position: sticky;
  top: var(--global-header-height, 94px);
  z-index: 20;
  height: 54px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.97);
}

.channel-nav-inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.channel-nav-inner span {
  flex: 0 0 auto;
  margin-right: auto;
  color: var(--muted);
  font-size: 0.8125rem;
  white-space: nowrap;
}

.channel-nav-inner a {
  display: inline-flex;
  height: 100%;
  flex: 0 0 auto;
  align-items: center;
  border-bottom: 2px solid transparent;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.channel-nav-inner::-webkit-scrollbar {
  display: none;
}

.channel-nav-inner a:hover {
  border-bottom-color: var(--rose);
  color: var(--rose-deep);
}

.channel-section {
  padding: var(--yj-section-y-tight) 0;
  background: var(--paper-soft);
}

.channel-section-care,
.channel-section-product {
  background: var(--paper);
}

.channel-heading {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1fr);
  gap: 3rem;
  align-items: center;
}

.channel-title-group {
  display: grid;
  grid-template-columns: 36px max-content;
  align-items: baseline;
  gap: 1.25rem;
}

.channel-number {
  color: var(--gold-text);
  font-family: "Source Han Serif CN", serif;
  font-size: 1.375rem;
  line-height: 1.25;
  font-variant-numeric: tabular-nums;
}

.channel-heading h2,
.service-cta h2 {
  margin: 0;
  font-family: "Source Han Serif CN", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.channel-heading h2 {
  font-size: 1.875rem;
  line-height: 1.25;
}

.channel-heading h2 a:hover {
  color: var(--rose-deep);
}

.channel-heading > p {
  max-width: 620px;
  margin: 0 0 0.1875rem auto;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.channel-heading > p > span {
  display: block;
}

.channel-page-link {
  display: inline-flex;
  margin-top: 0.4375rem;
  color: var(--rose-deep);
  font-size: 0.875rem;
  font-weight: 500;
}

.channel-page-link:hover {
  color: var(--ink);
}

.channel-layout {
  display: block;
  margin-top: 1.25rem;
}

.channel-media {
  display: none;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid var(--ink);
}

.article-row {
  display: grid;
  min-height: 150px;
  padding: 1.0625rem 1.75rem 1rem 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  gap: 0.3125rem;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.article-row:nth-child(even) {
  padding-right: 0;
  padding-left: 1.75rem;
  border-left: 1px solid var(--line);
}

.article-meta {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  gap: 0.625rem;
  color: var(--gold-text);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.article-row h3 {
  display: block;
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-family: "Source Han Serif CN", serif;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 160ms ease;
}

.article-row p {
  display: block;
  grid-column: 1;
  grid-row: 3;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-row .story-link {
  display: inline-flex;
  grid-column: 1;
  grid-row: 4;
  margin: 0.125rem 0 0;
  align-items: center;
  align-self: start;
  justify-self: start;
  gap: 0.625rem;
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 500;
}

.article-row:hover h3 {
  color: var(--rose-deep);
}

.story-link b {
  color: var(--rose);
  font-size: 0.875rem;
  font-weight: 400;
}

.service-cta {
  padding: var(--yj-section-y-tight) 0;
  background: var(--ink);
  color: var(--paper);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  gap: 3.75rem;
  align-items: end;
}

.service-cta h2 {
  max-width: 740px;
  font-size: 1.75rem;
  line-height: 1.4;
}

.service-copy p {
  margin: 0;
  color: rgba(255, 253, 250, 0.76);
  font-size: 0.8125rem;
  line-height: 1.7;
}

.primary-button {
  display: inline-flex;
  min-width: 164px;
  height: 42px;
  margin-top: 1rem;
  padding: 0 1.375rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  border: 1px solid var(--paper);
  border-radius: 6px;
  background: var(--paper);
  color: var(--rose-deep);
  font-size: 0.8125rem;
  font-weight: 500;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.primary-button:hover {
  background: transparent;
  color: var(--paper);
  transform: translateY(-1px);
}

@media (max-width: 1440px) {
  .shell {
    width: min(var(--shell), calc(100% - 80px));
  }
}

@media (max-width: 1440px) {
  .shell {
    width: min(100% - 48px, 780px);
  }

  .channel-heading {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }

  .channel-heading > p {
    grid-column: auto;
    margin-left: 0;
  }

  .service-layout {
    grid-template-columns: 1fr;
    gap: 1.125rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-page {
    scroll-behavior: auto;
  }

  .primary-button,
  .article-row h3 {
    transition: none;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 780px);
  }

  .article-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .article-row,
  .article-row:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }
}
