:root {
  --paper: #f6f0e6;
  --paper-soft: #fffaf1;
  --ink: #1c120c;
  --ink-soft: #3f3129;
  --muted: #796b60;
  --deep: #082c29;
  --teal: #0e8f84;
  --teal-soft: #dff2ef;
  --amber: #f27a24;
  --line: rgba(28, 18, 12, 0.14);
  --shadow: 0 28px 90px rgba(43, 25, 10, 0.12);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --content: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 0, rgba(242, 122, 36, 0.16), transparent 30rem),
    linear-gradient(135deg, rgba(28, 18, 12, 0.035) 0 10px, transparent 10px 48px),
    var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--content), calc(100% - 48px));
  margin-inline: auto;
}

.article-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(24px, calc((100vw - var(--content)) / 2));
  border-bottom: 1px solid rgba(28, 18, 12, 0.1);
  background: rgba(255, 250, 241, 0.92);
  box-shadow: 0 16px 42px rgba(43, 25, 10, 0.06);
  backdrop-filter: blur(16px);
}

.article-header .inner {
  display: flex;
  width: min(var(--content), 100%);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.article-header .logo,
.article-header > a:first-child {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  align-items: center;
  text-decoration: none;
}

.article-header img{
  display: block;
  width:clamp(118px,11vw,140px);
  height: auto;
}

.article-header nav,
.article-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 12px;
}

.article-header nav a,
.article-nav a,
.back-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--deep);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.article-header nav a:not(.cta):not(.back-link),
.article-nav a:not(.cta) {
  padding: 0 14px;
}

.article-header nav a:not(.cta):hover,
.article-nav a:not(.cta):hover,
.back-link:hover {
  background: rgba(14, 143, 132, 0.1);
}

.article-nav .cta,
.article-header nav .cta,
.article-main-link {
  padding: 0 22px;
  background: var(--deep);
  color: #fff;
  box-shadow: 0 12px 28px rgba(8, 44, 41, 0.16);
}

.article-nav .cta:hover,
.article-header nav .cta:hover,
.article-main-link:hover {
  background: var(--teal);
}

.back-link {
  padding: 0 16px;
  border: 1px solid rgba(14, 143, 132, 0.22);
  color: var(--teal);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: #7a6c60;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumbs a {
  color: #08766d;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(14, 143, 132, 0.22);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(14, 143, 132, 0.09);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.story {
  padding: clamp(34px, 5vw, 72px) 0 clamp(70px, 8vw, 120px);
}

.story-article {
  width: min(920px, calc(100% - 64px));
  margin-inline: auto;
}

.story-head {
  position: relative;
  padding: 0 0 clamp(22px, 3vw, 34px);
  color: var(--ink);
}

.story-head::before {
  content: none;
}

.story-head .tags {
  margin: 0 0 18px;
}

.story-head .tag {
  border: 0;
  background: #ece8df;
  color: #536a5c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.story-title {
  max-width: 920px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
  text-wrap: balance;
}

.story-lead {
  max-width: 860px;
  margin: clamp(20px, 2.6vw, 28px) 0 0;
  color: #62584f;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.58;
  overflow-wrap: break-word;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  color: #6f7b70;
  font-size: 14px;
  font-weight: 800;
}

.story-media {
  margin: clamp(18px, 3vw, 30px) 0 clamp(30px, 4vw, 42px);
}

.story-cover {
  display: block;
  width: 100%;
  max-height: 460px;
  margin: 0;
  border: 0;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 18px 48px rgba(43, 25, 10, 0.11);
}

.story-toc {
  margin: 0 0 clamp(34px, 4vw, 48px);
  border-left: 3px solid #b9aa95;
  border-radius: 0 16px 16px 0;
  padding: clamp(22px, 3vw, 30px) clamp(22px, 3vw, 32px);
  background: rgba(238, 233, 224, 0.86);
  color: var(--ink-soft);
}

.story-toc h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.toc-list {
  display: grid;
  gap: 11px;
  counter-reset: toc;
}

.toc-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  color: #5b5047;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.toc-item::before {
  counter-increment: toc;
  content: counter(toc) ".";
  color: #987b59;
  font-variant-numeric: tabular-nums;
}

.toc-level-3 {
  padding-left: 38px;
  color: #756a60;
  font-size: 15px;
  font-weight: 650;
}

.toc-item:hover {
  color: #08766d;
}

.story-layout {
  display: block;
  margin-top: 0;
}

.story-content,
.article-body {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.78;
}

.story-content > *:first-child,
.article-body > *:first-child {
  margin-top: 0;
}

.story-content > *:last-child,
.article-body > *:last-child {
  margin-bottom: 0;
}

.story-content p,
.article-body p {
  margin: 0 0 26px;
}

.story-content h2,
.article-body h2 {
  scroll-margin-top: 110px;
  margin: 54px 0 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.story-content h3,
.article-body h3 {
  scroll-margin-top: 110px;
  margin: 38px 0 14px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.story-content ul,
.story-content ol,
.article-body ul,
.article-body ol {
  margin: 22px 0 28px;
  padding-left: 1.35em;
}

.story-content li,
.article-body li {
  margin: 9px 0;
  padding-left: 0.2em;
}

.story-content li::marker,
.article-body li::marker {
  color: var(--teal);
  font-weight: 900;
}

.story-content a,
.article-body a {
  color: #08766d;
  font-weight: 800;
  text-decoration-color: rgba(8, 118, 109, 0.38);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.story-content a:hover,
.article-body a:hover {
  text-decoration-color: currentColor;
}

.story-content blockquote,
.article-body blockquote {
  margin: 38px 0;
  padding: 24px 28px;
  border-left: 4px solid var(--teal);
  border-radius: 0 18px 18px 0;
  background: rgba(223, 242, 239, 0.78);
  color: var(--deep);
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.55;
}

.story-cta {
  display: grid;
  gap: 12px;
  margin-top: clamp(46px, 6vw, 72px);
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(14, 143, 132, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(242, 122, 36, 0.18), transparent 18rem),
    rgba(255, 250, 241, 0.92);
  box-shadow: 0 18px 54px rgba(43, 25, 10, 0.08);
}

.story-cta span {
  color: #08766d;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.story-cta strong {
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.story-cta a {
  display: inline-flex;
  width: max-content;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--deep);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.story-cta a:hover {
  background: var(--teal);
}

.related {
  padding: 0 0 76px;
}

.related h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.related-grid a {
  display: grid;
  gap: 16px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(28, 18, 12, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 241, 0.86);
  box-shadow: 0 16px 42px rgba(43, 25, 10, 0.06);
  text-decoration: none;
}

.related-grid a:hover {
  border-color: rgba(14, 143, 132, 0.28);
  transform: translateY(-2px);
}

.related-grid strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.related-grid small {
  align-self: end;
  color: var(--muted);
  font-weight: 800;
}

.archive-hero {
  padding: clamp(52px, 7vw, 96px) 0 36px;
}

.archive-hero .container {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(14, 143, 132, 0.18);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 86% 12%, rgba(14, 143, 132, 0.13), transparent 22rem), rgba(255, 250, 241, 0.9);
  box-shadow: var(--shadow);
}

.eyebrow,
.article-eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.archive-hero h1,
.article-shell > h1,
.article-detail h1 {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.article-shell>h1,
.article-detail h1{
  font-size:clamp(30px,3.8vw,44px);
}

.archive-hero p,
.article-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 34px 0 90px;
}

.article-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(28, 18, 12, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 241, 0.92);
  box-shadow: 0 18px 52px rgba(43, 25, 10, 0.07);
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.article-card:hover {
  border-color: rgba(14, 143, 132, 0.32);
  box-shadow: 0 26px 70px rgba(43, 25, 10, 0.12);
  transform: translateY(-4px);
}

.article-card > a,
a.article-card {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.article-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-body,
.article-card-copy {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.card-body .tags {
  min-height: 30px;
}

.article-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.article-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(28, 18, 12, 0.1);
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.article-card-copy time {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-card-copy span {
  margin-top: auto;
  color: var(--teal);
  font-weight: 900;
}

.empty,
.article-empty {
  margin: 36px 0 86px;
  padding: 44px;
  border: 1px dashed rgba(14, 143, 132, 0.35);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 241, 0.72);
  color: var(--muted);
  text-align: center;
}

.empty h1,
.empty h2,
.article-empty h1,
.article-empty h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.article-shell {
  width: min(var(--content), calc(100% - 48px));
  min-height: 64vh;
  margin: auto;
  padding: clamp(50px, 6vw, 86px) 0 clamp(72px, 8vw, 110px);
}

.article-detail {
  width: min(960px, calc(100% - 48px));
}

.article-detail article {
  min-width: 0;
}

.article-body {
  margin-top: 34px;
}

.article-cover {
  display: block;
  width: 100%;
  max-height: 560px;
  margin: 34px 0;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.article-cta {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at 88% 10%, rgba(242, 122, 36, 0.35), transparent 18rem), var(--deep);
  color: #fff;
}

.article-cta span {
  color: #93ddd5;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-cta strong {
  max-width: 760px;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.article-cta a,
.article-main-link {
  display: inline-flex;
  width: max-content;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  border-radius: 999px;
  padding: 0 22px;
  background: #fff;
  color: var(--deep);
  font-weight: 950;
  text-decoration: none;
}

.article-request-dialog {
  width: min(760px, calc(100% - 24px));
  max-height: calc(100vh - 24px);
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
}

.article-request-dialog::backdrop {
  background: rgba(4, 18, 18, 0.72);
  backdrop-filter: blur(7px);
}

.article-request-form {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 28px;
  background: radial-gradient(circle at 90% 0, rgba(242, 122, 36, 0.16), transparent 20rem), var(--paper-soft);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.article-request-form h2 {
  margin: 8px 48px 10px 0;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.article-form-intro {
  margin: 0 0 28px;
  color: var(--muted);
}

.article-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.74);
  color: var(--ink);
  font-size: 28px;
  cursor: pointer;
}

.article-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.article-form-grid label > span,
.article-form-wide > span {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.article-request-form input:not([type="checkbox"]),
.article-request-form select,
.article-request-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(28, 18, 12, 0.18);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
}

.article-request-form textarea {
  resize: vertical;
}

.article-form-wide {
  display: block;
  margin-top: 18px;
}

.article-check-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 17px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.article-check-row input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}

.article-check-row a {
  color: #08766d;
  text-underline-offset: 3px;
}

.article-form-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 20px;
  border: 0;
  border-radius: 999px;
  background: var(--deep);
  color: #fff;
  cursor: pointer;
  font-weight: 950;
}

.article-form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.article-form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.article-form-status.is-success {
  color: #08766d;
}

.article-form-status.is-error {
  color: #a73636;
}

.site-footer,
.article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px max(24px, calc((100vw - var(--content)) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--deep);
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .inner {
  display: flex;
  width: min(var(--content), 100%);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.article-footer > div:first-child {
  display: grid;
  gap: 4px;
}

.article-footer strong {
  color: #fff;
}

.site-footer a,
.article-footer a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.site-footer a:hover,
.article-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

.article-card:focus-visible,
.article-card > a:focus-visible,
.article-main-link:focus-visible,
.article-cta a:focus-visible,
.story-cta a:focus-visible,
.article-nav a:focus-visible,
.article-request-form input:focus-visible,
.article-request-form select:focus-visible,
.article-request-form textarea:focus-visible,
.article-dialog-close:focus-visible,
.article-form-submit:focus-visible {
  outline: 4px solid rgba(14, 143, 132, 0.28);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .article-header,
  .article-header .inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-header {
    position: static;
  }

  .article-header nav,
  .article-nav {
    justify-content: flex-start;
  }

  .related-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .container,
  .article-shell,
  .article-detail {
    width: min(100% - 28px, var(--content));
  }

  .article-header {
    min-height: auto;
    padding: 12px 14px;
  }

  .article-header img {
    width: 118px;
  }

  .article-header nav,
  .article-nav {
    width: 100%;
    gap: 8px;
  }

  .article-header nav a,
  .article-nav a,
  .back-link {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .article-nav .cta,
  .article-header nav .cta {
    flex: 1 1 100%;
  }

  .story {
    padding-top: 28px;
  }

  .story-article {
    width: min(100% - 28px, 920px);
  }

  .story-head {
    padding: 0 0 24px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .story-title,
  .archive-hero h1,
  .article-shell > h1,
  .article-detail h1 {
    font-size: clamp(32px, 9vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.05em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    -webkit-hyphens: none;
  }

  .story-cover {
    width: 100%;
    max-height: 360px;
    margin: 0;
    border-radius: 16px;
  }

  .story-content,
  .article-body {
    padding: 0;
    font-size: 17px;
  }

  .archive-hero {
    padding-top: 28px;
  }

  .archive-hero .container {
    padding: 28px 20px;
    border-radius: 24px;
  }

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

  .article-card img {
    height: 210px;
  }

  .card-body,
  .article-card-copy {
    min-height: auto;
  }

  .article-form-grid {
    grid-template-columns: 1fr;
  }

  .site-footer,
  .article-footer,
  .site-footer .inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .article-header nav a,
  .article-nav a,
  .back-link {
    flex: 1 1 auto;
  }

  .story-head .tags {
    margin-bottom: 16px;
  }

  .story-title,
  .archive-hero h1,
  .article-shell > h1,
  .article-detail h1 {
    font-size: clamp(25px, 7.2vw, 30px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: auto;
  }

  .story-lead,
  .archive-hero p,
  .article-lead {
    font-size: 17px;
  }

  .article-cta a,
  .article-main-link,
  .story-cta a {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .article-card,
  .related-grid a {
    transition: none;
  }
}
