.blog-article-page {
  background: #f6f2ea;
  color: #101311;
}

.article-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.article-hero {
  padding: 96px 0 48px;
  background: radial-gradient(ellipse at 85% 10%, #edc8b5 0, transparent 48%), #f6f2ea;
  color: #101311;
}

.article-breadcrumbs,
.article-related {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.article-breadcrumbs a,
.article-related a {
  color: inherit;
}

.article-kicker {
  margin: 42px 0 12px;
  color: #a43f25;
  font: 500 0.8rem/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.2rem, 5.5vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.article-deck {
  max-width: 760px;
  margin: 28px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.5;
  color: #282d29;
}

.article-figure {
  margin: 0;
  padding: 0 0 56px;
  background: #f6f2ea;
}

.article-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  box-shadow: none;
}

.article-figure figcaption {
  padding: 14px 0 0;
  color: #282d29;
  font-size: 0.9rem;
  line-height: 1.5;
}

.article-layout--reading { grid-template-columns: minmax(0, 1fr); }
.article-layout--reading .article-body { margin-inline: auto; width: 100%; }
.blog-article-page .site-footer { background: #eee5d7; color: #101311; }
.blog-article-page .site-footer a, .blog-article-page .site-footer p { color: #101311; opacity: 1; }

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 48px 72px;
  align-items: start;
  padding: 72px 0 96px;
}

.article-body {
  max-width: 760px;
}

.article-body p,
.article-body li {
  font-size: 1.08rem;
  line-height: 1.78;
}

.article-body h2 {
  margin: 64px 0 18px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.article-body h3 {
  margin: 32px 0 10px;
  font-size: 1.35rem;
}

.article-body ol,
.article-body ul {
  padding-left: 1.25rem;
}

.article-table-wrap {
  margin: 32px 0;
  overflow-x: auto;
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  background: #fffaf2;
}

.article-body th,
.article-body td {
  padding: 14px 16px;
  border: 1px solid rgba(16, 19, 17, 0.18);
  text-align: left;
  vertical-align: top;
}

.article-body th {
  background: #eadbca;
  color: #101311;
}

.article-body th a {
  color: inherit;
}

.article-evidence {
  display: grid;
  gap: 14px;
  margin: 36px 0 48px;
}

.article-evidence article,
.article-aside,
.article-cta {
  padding: 24px;
  border: 1px solid rgba(16, 19, 17, 0.14);
  border-radius: 18px;
  background: #fffaf2;
}

.article-evidence span,
.article-aside h2 {
  display: block;
  margin: 0 0 8px;
  color: #146b55;
  font: 600 0.76rem/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-evidence p,
.article-aside p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
}

.article-aside {
  position: sticky;
  top: 112px;
}

.article-aside h2 {
  color: #101311;
  font-size: 0.9rem;
}

.article-aside ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.article-aside li + li {
  margin-top: 12px;
}

.article-cta {
  margin-top: 56px;
  background: #efd0be;
}

.article-cta h2 {
  margin-top: 0;
}

.article-cta a {
  display: inline-flex;
  margin-top: 12px;
  color: #101311;
  font-weight: 700;
}

.article-contact-footer {
  margin-bottom: 48px;
  padding: 24px;
  background: #efd0be;
}

.article-contact-footer a {
  color: #101311;
  font-weight: 700;
}

.article-sources a {
  overflow-wrap: anywhere;
}

@media (max-width: 860px) {
  .article-hero {
    padding-top: 120px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .article-aside {
    position: static;
    order: -1;
  }
}
