body[data-page-kind='article'] {
  --page-stock: var(--paper-cool);
  --section-stock: var(--paper-cotton);
}

.article-page {
  min-width: 0;
  color: var(--ink);
  background-color: var(--page-stock);
  background-image: var(--paper-fibres);
}

.article-header {
  padding: clamp(8rem, 13vw, 11.5rem) var(--gutter) clamp(3rem, 7vw, 6rem);
  background-color: var(--paper-cool);
  background-image:
    linear-gradient(112deg, rgba(255, 255, 255, .62), transparent 58%),
    var(--paper-light),
    var(--paper-fibres);
  border-bottom: 1px solid var(--paper-rule);
}

.article-header__inner,
.article-featured,
.article-sheet {
  width: min(100%, 76rem);
  margin-inline: auto;
}

.article-header__inner {
  display: grid;
  justify-items: start;
}

.article-breadcrumb {
  max-width: 100%;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  color: var(--ink-muted);
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .035em;
}

.article-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-breadcrumb li {
  min-width: 0;
  overflow-wrap: anywhere;
}

.article-breadcrumb li:not(:last-child)::after {
  content: '/';
  margin-left: .65rem;
  color: var(--teal);
}

.article-breadcrumb a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

.article-breadcrumb__current {
  display: block;
  max-width: 100%;
}

.article-breadcrumb__current-compact {
  display: none;
}

.article-breadcrumb a,
.article-return {
  color: var(--cobalt);
  text-underline-offset: .22em;
}

.article-categories {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0 0 1.25rem;
  padding: 0;
  color: var(--text-accent);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .1em;
  list-style: none;
  text-transform: uppercase;
}

.article-categories li:not(:last-child)::after {
  content: '·';
  margin-left: .55rem;
  color: var(--teal);
}

.article-header h1 {
  max-width: 17ch;
  margin: 0;
  color: var(--midnight);
  font: 400 clamp(3rem, 6.5vw, 6.7rem)/.95 var(--serif);
  letter-spacing: -.047em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

#article-title,
.article-prose h2[id^='article-section-'],
.article-prose h3[id^='article-section-'] {
  scroll-margin-top: var(--anchor-scroll-offset);
}

.article-deck {
  max-width: 48rem;
  margin: clamp(1.5rem, 3vw, 2.4rem) 0 0;
  color: var(--ink-muted);
  font: 400 clamp(1.15rem, 1.7vw, 1.48rem)/1.5 var(--sans);
}

.article-dates {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem clamp(1.5rem, 4vw, 3rem);
  margin: clamp(2rem, 4vw, 3rem) 0 0;
}

.article-dates div {
  display: grid;
  grid-template-columns: auto auto;
  gap: .55rem;
}

.article-dates dt {
  color: var(--text-accent);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.article-dates dd {
  margin: 0;
  color: var(--ink-muted);
  font-size: .82rem;
}

.article-featured {
  position: relative;
  box-sizing: border-box;
  margin-top: clamp(2.75rem, 6vw, 5.5rem);
  padding: clamp(.55rem, 1vw, .9rem);
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(23, 45, 57, .14);
  box-shadow: 0 2.2rem 4.5rem rgba(11, 32, 45, .14);
}

.article-featured::before {
  content: '';
  position: absolute;
  inset: -.8rem .8rem .8rem -.8rem;
  z-index: -1;
  background: rgba(60, 146, 149, .1);
  border: 1px solid rgba(60, 146, 149, .2);
}

.article-featured img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 46rem;
  object-fit: cover;
  object-position: center;
}

.article-featured[data-article-feature-fit='contain'] img {
  object-fit: contain;
}

.article-featured[data-article-feature-position='top'] img {
  object-position: center top;
}

.article-featured[data-article-feature-position='bottom'] img {
  object-position: center bottom;
}

.article-featured[data-article-feature-position='left'] img {
  object-position: left center;
}

.article-featured[data-article-feature-position='right'] img {
  object-position: right center;
}

.article-sheet {
  position: relative;
  padding: clamp(4rem, 8vw, 8rem) max(var(--gutter), calc((100% - 49rem) / 2)) clamp(4.5rem, 9vw, 8.5rem);
  background-color: var(--paper-cotton);
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .28), transparent 18% 82%, rgba(49, 87, 121, .035)),
    var(--paper-fibres);
  box-shadow: 0 1.5rem 4.5rem rgba(11, 32, 45, .09);
}

.article-sheet::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 clamp(.75rem, 2.1vw, 2rem);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(60, 146, 149, .28) 8% 92%, transparent);
}

.article-prose,
.article-contents,
.article-footer {
  width: min(100%, 49rem);
  min-width: 0;
  margin-inline: auto;
}

.article-contents {
  box-sizing: border-box;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow-wrap: anywhere;
  background: rgba(169, 205, 202, .13);
  border: 1px solid var(--paper-rule);
}

.article-contents h2 {
  margin: 0;
  color: var(--midnight);
  font: 400 clamp(1.65rem, 3vw, 2.35rem)/1.05 var(--serif);
  letter-spacing: -.025em;
}

.article-contents ol {
  display: grid;
  gap: .2rem;
  min-width: 0;
  margin: 1.15rem 0 0;
  padding-left: 1.35rem;
}

.article-contents__item {
  min-width: 0;
  padding-left: .25rem;
  color: var(--text-accent);
}

.article-contents__item--level-3 {
  margin-left: 1rem;
}

.article-contents a {
  display: inline-flex;
  max-width: 100%;
  min-height: 2.75rem;
  align-items: center;
  color: var(--cobalt);
  font-weight: 650;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

.article-prose {
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.article-prose > :first-child {
  margin-top: 0;
}

.article-prose > :last-child {
  margin-bottom: 0;
}

.article-prose h2,
.article-prose h3,
.article-prose h4,
.article-prose h5,
.article-prose h6 {
  color: var(--midnight);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.08;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.article-prose h2 {
  margin: clamp(3.5rem, 7vw, 6rem) 0 1.4rem;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
}

.article-prose h3 {
  margin: clamp(2.75rem, 5vw, 4.2rem) 0 1rem;
  color: var(--cobalt);
  font-size: clamp(1.65rem, 2.7vw, 2.6rem);
}

.article-prose h4,
.article-prose h5,
.article-prose h6 {
  margin: 2.5rem 0 .85rem;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.article-prose p,
.article-prose ul,
.article-prose ol,
.article-prose blockquote,
.article-prose pre,
.article-table-scroll {
  margin-block: 1.35rem;
}

.article-prose ul,
.article-prose ol {
  padding-left: 1.35rem;
}

.article-prose li + li {
  margin-top: .6rem;
}

.article-prose a {
  color: var(--cobalt);
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

.article-presentation--agenda-entry {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: clamp(.75rem, 1.5vw, 1rem);
  margin-block: clamp(1.35rem, 3vw, 2.2rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .66), rgba(169, 205, 202, .13)),
    var(--paper-fibres);
  border: 1px solid var(--paper-rule);
  border-left: .25rem solid var(--teal);
  box-shadow: 0 .8rem 2rem rgba(11, 32, 45, .07);
}

.article-presentation--agenda-entry > h3 {
  min-width: 0;
  margin: 0;
  color: var(--midnight);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.16;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.article-presentation--agenda-entry > h3 a {
  display: inline-flex;
  max-width: 100%;
  min-height: 2.75rem;
  align-items: center;
  color: var(--cobalt);
  overflow-wrap: anywhere;
}

.article-presentation--agenda-entry > .article-presentation--agenda-time:not(h3) {
  margin: 0;
  padding-top: .75rem;
  color: var(--text-accent);
  border-top: 1px solid rgba(23, 45, 57, .12);
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .025em;
  line-height: 1.55;
}

.article-presentation--agenda-entry > .article-presentation--agenda-time strong,
.article-presentation--agenda-entry > .article-presentation--agenda-description strong {
  color: var(--midnight);
}

.article-presentation--agenda-entry > .article-presentation--agenda-description {
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.65;
}

.article-presentation--agenda-entry > p:not([data-article-presentation-role]),
.article-presentation--agenda-entry > ul,
.article-presentation--agenda-entry > ol {
  margin: 0;
}

.article-presentation--agenda-entry > p:not([data-article-presentation-role]) {
  color: var(--text-accent);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.article-presentation--agenda-entry > ul,
.article-presentation--agenda-entry > ol {
  display: grid;
  gap: .45rem;
  padding-left: 1.25rem;
}

/* HERALD-167 cannot target the byte-identical LMG and Lifetime descriptions.
   Keep those source paragraphs outside the sidecar wrappers, but bind each one
   visually to the immediately preceding agenda card. */
.article-presentation--agenda-entry:has(+ p:not([class])) {
  margin-bottom: 0;
  border-bottom: 0;
  box-shadow: none;
}

.article-prose > .article-presentation--agenda-entry + p:not([class]) {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 clamp(1.35rem, 3vw, 2.2rem);
  padding: 0 clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
  color: var(--ink-muted);
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .66), rgba(169, 205, 202, .13)),
    var(--paper-fibres);
  border: 1px solid var(--paper-rule);
  border-top: 0;
  border-left: .25rem solid var(--teal);
  box-shadow: 0 .8rem 2rem rgba(11, 32, 45, .07);
  line-height: 1.65;
}

.article-presentation--video {
  display: grid;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--midnight);
  background: var(--paper-cool);
  border: 1px solid var(--paper-rule);
  text-decoration: none;
}

.article-video__frame {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  place-items: center;
  background-color: var(--midnight-deep);
  background-image:
    radial-gradient(circle at 50% 46%, rgba(60, 146, 149, .26), transparent 34%),
    var(--paper-fibres);
}

[data-article-media-ratio='16x9'] {
  aspect-ratio: 16 / 9;
}

[data-article-media-ratio='1024x683'] {
  aspect-ratio: 1024 / 683;
}

.article-prose .article-video__frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-video__play {
  position: relative;
  z-index: 1;
  display: grid;
  width: clamp(3.5rem, 9vw, 5.5rem);
  aspect-ratio: 1;
  place-items: center;
  background: rgba(11, 32, 45, .82);
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  box-shadow: 0 .75rem 2rem rgba(11, 32, 45, .3);
}

.article-video__play::before {
  content: '';
  width: 0;
  height: 0;
  margin-left: .3rem;
  border-block: .65rem solid transparent;
  border-left: 1rem solid white;
}

.article-video__link-label {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  padding: .8rem 1rem;
  color: var(--cobalt);
  background: rgba(255, 255, 255, .72);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

.article-presentation--video:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus-halo);
}

.article-diagram {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: .5rem;
  overflow: hidden;
}

.article-diagram__canvas {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  place-items: center;
  background: rgba(255, 255, 255, .48);
}

.article-prose .article-diagram__canvas > img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.article-diagram__enlarge {
  --focus-ring: var(--white);
  --focus-halo: rgba(11, 32, 45, .88);
  display: grid;
  width: 2.75rem;
  max-width: 100%;
  min-height: 2.75rem;
  justify-self: end;
  place-items: center;
  color: white;
  background: var(--midnight);
  border: 1px solid rgba(255, 255, 255, .24);
  text-decoration: none;
}

.article-diagram__enlarge::before {
  content: '';
  width: .8rem;
  height: .8rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  box-shadow: .22rem -.22rem 0 -.08rem currentColor;
}

.article-diagram__enlarge:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus-halo);
}

.article-prose blockquote {
  margin-inline: 0;
  padding: clamp(1.3rem, 3vw, 2.2rem) clamp(1.25rem, 3vw, 2.4rem);
  color: var(--midnight);
  background: rgba(169, 205, 202, .17);
  border-left: 2px solid var(--teal);
  font: 400 clamp(1.3rem, 2vw, 1.75rem)/1.45 var(--serif);
}

.article-prose figure,
.article-prose > img {
  box-sizing: border-box;
  width: min(60rem, calc(100% + clamp(0rem, 9vw, 11rem)));
  max-width: calc(100vw - (2 * var(--gutter)));
  margin: clamp(2.75rem, 6vw, 5.25rem) 50%;
  padding: clamp(.45rem, 1vw, .8rem);
  background: rgba(229, 233, 232, .82);
  border: 1px solid rgba(23, 45, 57, .14);
  box-shadow: 0 1.6rem 3.5rem rgba(11, 32, 45, .12);
  transform: translateX(-50%);
}

.article-prose figure img,
.article-prose > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.article-prose figcaption {
  max-width: 100%;
  padding: .75rem .35rem .2rem;
  color: var(--ink-muted);
  font-size: .78rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.article-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--paper-rule);
  scrollbar-color: var(--teal) rgba(49, 87, 121, .08);
}

.article-table-scroll:focus-visible,
.article-prose pre:focus-visible {
  outline: 2px solid var(--cobalt);
  outline-offset: 3px;
}

.article-prose table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .32);
  font-size: .9rem;
  line-height: 1.5;
}

.article-prose th,
.article-prose td {
  padding: .8rem .9rem;
  border: 1px solid var(--paper-rule);
  overflow-wrap: anywhere;
  text-align: left;
  vertical-align: top;
}

.article-prose th {
  color: var(--midnight);
  background: rgba(169, 205, 202, .22);
}

.article-prose pre {
  max-width: 100%;
  padding: 1.25rem;
  overflow-x: auto;
  color: var(--paper-cotton);
  background: var(--midnight-deep);
  border-left: 3px solid var(--teal);
  font: .88rem/1.6 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  tab-size: 2;
}

.article-prose :not(pre) > code {
  padding: .15em .35em;
  color: var(--midnight);
  background: rgba(49, 87, 121, .09);
  font: .9em ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.article-cta {
  margin: clamp(3.5rem, 7vw, 6rem) 0;
  padding: clamp(1.75rem, 4vw, 3.25rem);
  color: white;
  background-color: var(--midnight);
  background-image: radial-gradient(circle at 86% 18%, rgba(60, 146, 149, .28), transparent 42%), var(--paper-fibres);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: .75rem .75rem 0 rgba(60, 146, 149, .14);
}

.article-cta p {
  max-width: 34rem;
  margin: .75rem 0 0;
  color: rgba(255, 255, 255, .82);
}

.article-cta .article-cta__heading {
  max-width: 34rem;
  margin: 0;
  color: #fff;
  font: 400 clamp(1.8rem, 3vw, 2.8rem)/1.05 var(--serif);
  letter-spacing: -.03em;
}

.article-cta a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: .65rem 1rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 999px;
  text-decoration: none;
}

.article-footer {
  --focus-ring: var(--midnight);
  --focus-halo: rgba(255, 255, 255, .92);
  margin-top: clamp(4rem, 8vw, 7.5rem);
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid var(--paper-rule);
}

.article-related h2 {
  margin: 0 0 1.25rem;
  color: var(--midnight);
  font: 400 clamp(1.7rem, 3vw, 2.5rem)/1.05 var(--serif);
  letter-spacing: -.025em;
}

.article-related ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(1.5rem, 4vw, 3rem);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--paper-rule);
  list-style: none;
}

.article-related li {
  min-width: 0;
  border-bottom: 1px solid var(--paper-rule);
}

.article-related a {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  color: var(--cobalt);
  font-weight: 650;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.article-adjacent {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.article-adjacent__link {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 7.5rem;
  padding: 1.25rem;
  color: var(--midnight);
  background: rgba(229, 233, 232, .64);
  border: 1px solid var(--paper-rule);
  text-decoration: none;
}

.article-adjacent__link--next {
  text-align: right;
}

.article-adjacent__link span {
  color: var(--text-accent);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.article-adjacent__link strong {
  margin-top: .5rem;
  font: 400 clamp(1.15rem, 2vw, 1.55rem)/1.2 var(--serif);
  overflow-wrap: anywhere;
}

.article-footer__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .75rem 1.25rem;
  margin-top: 2rem;
}

.article-return,
.article-back-to-top {
  display: inline-flex;
  min-width: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: .55rem .8rem;
  font-size: .82rem;
  font-weight: 700;
}

.article-back-to-top {
  color: var(--midnight);
  border: 1px solid var(--paper-rule);
  text-decoration: none;
}

.article-back-to-top:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus-halo);
}

@media (max-width: 860px) {
  .article-header {
    padding-top: 7rem;
  }

  .article-header h1 {
    font-size: clamp(2.75rem, 11vw, 4.8rem);
  }

  .article-sheet {
    padding-inline: max(var(--gutter), 2rem);
  }

  .article-prose figure,
  .article-prose > img {
    width: min(100%, 42rem);
  }
}

@media (max-width: 560px) {
  .article-header {
    padding-inline: var(--gutter);
  }

  .article-header h1 {
    font-size: clamp(2.55rem, 13vw, 3.8rem);
  }

  .article-breadcrumb {
    width: 100%;
    margin-bottom: 2rem;
  }

  .article-breadcrumb ol {
    flex-wrap: nowrap;
    align-items: center;
    gap: .25rem .35rem;
    max-width: 100%;
    overflow: hidden;
  }

  .article-breadcrumb li {
    display: flex;
    min-width: 0;
    align-items: center;
  }

  .article-breadcrumb li:not(:last-child)::after {
    margin-left: .35rem;
  }

  .article-breadcrumb__current-item,
  .article-breadcrumb__current {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .article-breadcrumb__current-full {
    display: none;
  }

  .article-breadcrumb__current-compact {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .article-dates {
    display: grid;
  }

  .article-sheet {
    padding: 3.75rem var(--gutter) 4.5rem;
  }

  .article-sheet::before {
    content: none;
  }

  .article-prose {
    font-size: 1rem;
    line-height: 1.7;
  }

  .article-contents {
    max-width: 100%;
    margin-bottom: 3rem;
    padding: 1.1rem;
  }

  .article-contents__item--level-3 {
    margin-left: .4rem;
  }

  .article-prose figure,
  .article-prose > img {
    margin-block: 2.75rem;
  }

  .article-presentation--agenda-entry {
    gap: .7rem;
    padding: 1rem;
    border-left-width: .2rem;
    box-shadow: 0 .55rem 1.4rem rgba(11, 32, 45, .065);
  }

  .article-presentation--agenda-entry > h3 {
    font-size: clamp(1.25rem, 7vw, 1.65rem);
  }

  .article-prose > .article-presentation--agenda-entry + p:not([class]) {
    padding: 0 1rem 1rem;
    border-left-width: .2rem;
    box-shadow: 0 .55rem 1.4rem rgba(11, 32, 45, .065);
  }

  .article-related ul,
  .article-adjacent {
    grid-template-columns: 1fr;
  }

  .article-adjacent__link--next {
    text-align: left;
  }

  .article-footer__actions {
    align-items: stretch;
  }

  .article-return,
  .article-back-to-top {
    min-width: 2.75rem;
    min-height: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body[data-page-kind='article']),
  .article-page {
    scroll-behavior: auto;
  }
}
