.article-page {
  background: #f4f2ef;
}

.article-breadcrumb,
.article-meta,
.article-aside-label,
.article-next-heading > div > span {
  font-family: var(--font-mono);
  font-size: var(--text-label);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.article-hero {
  position: relative;
  padding: calc(var(--header-height) + var(--hero-space-top)) 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 24%, rgba(192, 210, 202, 0.66), transparent 24rem),
    linear-gradient(135deg, #f4f2ef 0%, #edeae6 68%, #e3ebe7 100%);
}

.article-hero::after {
  position: absolute;
  top: 15%;
  right: -9rem;
  width: 25rem;
  aspect-ratio: 1;
  border: 1px solid rgba(30, 91, 90, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(30, 91, 90, 0.025), 0 0 0 8rem rgba(30, 91, 90, 0.02);
  content: "";
}

.article-hero-copy {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.8rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--deep);
}

.article-breadcrumb a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 180ms ease;
}

.article-breadcrumb a:hover,
.article-breadcrumb a:focus-visible {
  text-decoration-color: currentColor;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.3rem;
  margin-bottom: 1.5rem;
  color: rgba(30, 31, 32, 0.58);
}

.article-meta span:first-child {
  color: var(--deep);
}

.article-hero h1 {
  max-width: 17ch;
  margin: 0;
  font-size: var(--type-page-title);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 1.02;
  text-wrap: balance;
}

.article-lede {
  max-width: 52rem;
  margin: 2rem 0 0;
  color: rgba(30, 31, 32, 0.71);
  font-size: var(--text-lead);
  line-height: 1.65;
}

.article-hero-media {
  position: relative;
  z-index: 1;
  width: min(calc(100% - (2 * var(--page-padding))), 92rem);
  height: clamp(23rem, 48vw, 42rem);
  margin: 0 auto;
  overflow: hidden;
  border-radius: clamp(1.4rem, 3vw, 2.5rem) clamp(1.4rem, 3vw, 2.5rem) 0 0;
  background: #dce5e1;
}

.article-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-reading {
  padding: var(--section-space-compact) 0 var(--section-space);
  background: #fffdfb;
}

.article-reading-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(13rem, 0.42fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.article-aside {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.article-aside > div {
  padding: 1.35rem;
  border: 1px solid rgba(30, 31, 32, 0.12);
  border-radius: var(--radius);
  background: #eef2ef;
}

.article-aside-label {
  display: block;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(30, 31, 32, 0.13);
  color: var(--deep);
}

.article-aside dl {
  margin: 0;
}

.article-aside dl > div {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(30, 31, 32, 0.11);
}

.article-aside dt {
  margin-bottom: 0.25rem;
  color: rgba(30, 31, 32, 0.55);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  text-transform: uppercase;
}

.article-aside dd {
  margin: 0;
  color: #1e1f20;
  font-size: var(--text-support);
  line-height: 1.5;
}

.article-aside a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.9rem;
  color: var(--deep);
  font-size: var(--text-action);
  font-weight: 600;
}

.article-content {
  width: min(100%, 48rem);
  color: rgba(30, 31, 32, 0.82);
  font-size: clamp(1.05rem, 0.99rem + 0.2vw, 1.16rem);
  line-height: 1.82;
}

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

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote,
.article-content figure {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: #1e1f20;
  font-weight: 430;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.article-content h2 {
  margin: clamp(3rem, 7vw, 5rem) 0 1.3rem;
  font-size: var(--type-card-title-large);
  line-height: 1.1;
}

.article-content h3 {
  margin: 2.8rem 0 1rem;
  font-size: var(--type-card-title);
  line-height: 1.16;
}

.article-content h4 {
  margin: 2rem 0 0.8rem;
  font-size: var(--type-card-title-small);
  line-height: 1.2;
}

.article-content strong {
  color: #1e1f20;
  font-weight: 600;
}

.article-content a:not([class]) {
  color: var(--deep);
  font-weight: 550;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22rem;
}

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

.article-content li + li {
  margin-top: 0.65rem;
}

.article-content figure {
  width: min(100%, 58rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.article-content figure img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.article-content figcaption {
  margin-top: 0.65rem;
  color: rgba(30, 31, 32, 0.6);
  font-size: var(--text-support);
}

.article-numbered-list,
.article-question-list,
.article-check-list {
  padding-left: 0 !important;
  list-style: none;
}

.article-numbered-list {
  counter-reset: article-item;
}

.article-numbered-list > li {
  position: relative;
  padding: 1.5rem 0 1.5rem 4.25rem;
  border-top: 1px solid rgba(30, 31, 32, 0.13);
  counter-increment: article-item;
}

.article-numbered-list > li:last-child {
  border-bottom: 1px solid rgba(30, 31, 32, 0.13);
}

.article-numbered-list > li::before {
  position: absolute;
  top: 1.45rem;
  left: 0;
  display: grid;
  width: 2.75rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #dce8e3;
  color: var(--deep);
  content: counter(article-item, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  font-weight: 600;
}

.article-numbered-list h2,
.article-numbered-list h3 {
  margin: 0 0 0.65rem;
  font-size: var(--type-card-title-small);
  line-height: 1.2;
}

.article-numbered-list p:last-child,
.article-question-list li:last-child,
.article-check-list li:last-child {
  margin-bottom: 0;
}

.article-question-list {
  counter-reset: article-question;
}

.article-question-list > li {
  position: relative;
  min-height: 3rem;
  padding: 0.85rem 0 0.85rem 3.25rem;
  border-bottom: 1px solid rgba(30, 31, 32, 0.11);
  counter-increment: article-question;
}

.article-question-list > li::before {
  position: absolute;
  top: 0.85rem;
  left: 0;
  color: var(--deep);
  content: counter(article-question, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  font-weight: 600;
}

.article-check-list > li {
  position: relative;
  padding: 0.6rem 0 0.6rem 2.15rem;
}

.article-check-list > li::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  color: var(--deep);
  content: "✓";
  font-size: 1.1rem;
  font-weight: 600;
}

.article-callout,
.article-example {
  margin: clamp(2.5rem, 6vw, 4.5rem) 0;
  padding: clamp(1.4rem, 4vw, 2.25rem);
  border: 1px solid rgba(30, 91, 90, 0.13);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 95% 5%, rgba(30, 91, 90, 0.12), transparent 12rem),
    #e8efeb;
}

.article-example {
  background: #f1ece8;
  border-color: rgba(117, 82, 61, 0.13);
}

.article-callout h2,
.article-example h2 {
  margin: 0 0 0.8rem;
  font-size: var(--type-card-title);
}

.article-example > strong {
  display: block;
  margin-bottom: 0.8rem;
  color: #7a5846;
  font-family: var(--font-mono);
  font-size: var(--text-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-callout > :last-child,
.article-example > :last-child {
  margin-bottom: 0;
}

.article-card-grid,
.article-journey,
.article-growth-path {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: clamp(2rem, 5vw, 3.5rem) 0;
}

.article-card-grid section,
.article-journey section,
.article-growth-path section {
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid rgba(30, 31, 32, 0.11);
  border-radius: var(--radius);
  background: #f7f5f2;
}

.article-card-grid section:nth-child(4n + 2),
.article-journey section:nth-child(4n + 2),
.article-growth-path section:nth-child(4n + 2) {
  background: #edf1ee;
}

.article-card-grid section:nth-child(4n + 3),
.article-journey section:nth-child(4n + 3),
.article-growth-path section:nth-child(4n + 3) {
  background: #f1ece8;
}

.article-card-grid h3,
.article-journey h3,
.article-growth-path h3 {
  margin: 0 0 0.65rem;
  font-size: var(--type-card-title-small);
}

.article-card-grid p,
.article-journey p,
.article-growth-path p {
  margin-bottom: 0;
  font-size: var(--text-support);
  line-height: 1.65;
}

.article-journey span,
.article-growth-path span {
  display: block;
  margin-bottom: 1rem;
  color: var(--deep);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  font-weight: 600;
}

.article-comparison {
  width: 100%;
  margin: clamp(2.5rem, 5vw, 4rem) 0;
  overflow-x: auto;
  border: 1px solid rgba(30, 31, 32, 0.12);
  border-radius: var(--radius);
  background: #fffdfb;
  -webkit-overflow-scrolling: touch;
}

.article-comparison table {
  width: 100%;
  min-width: 38rem;
  border-collapse: collapse;
  font-size: var(--text-support);
  line-height: 1.55;
}

.article-comparison th,
.article-comparison td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(30, 31, 32, 0.1);
  text-align: left;
  vertical-align: top;
}

.article-comparison thead th {
  background: #dce8e3;
  color: var(--deep);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-comparison tbody th {
  color: #1e1f20;
  font-weight: 600;
}

.article-comparison tr:last-child th,
.article-comparison tr:last-child td {
  border-bottom: 0;
}

.article-sources {
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(30, 31, 32, 0.16);
}

.article-sources h2 {
  margin: 0 0 0.75rem;
  font-size: var(--type-card-title);
}

.article-sources p,
.article-sources li {
  font-size: var(--text-support);
  line-height: 1.65;
}

.article-sources ul {
  margin-bottom: 0;
}

.article-service-cta {
  margin-top: clamp(3rem, 7vw, 5rem);
  padding: clamp(1.5rem, 5vw, 2.6rem);
  overflow: hidden;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0, rgba(190, 215, 207, 0.24), transparent 15rem),
    var(--deep);
  color: rgba(255, 255, 255, 0.8);
}

.article-service-cta h2 {
  max-width: 15ch;
  margin: 0 0 1rem;
  color: var(--white);
  font-size: var(--type-card-title-large);
}

.article-service-cta p {
  max-width: 39rem;
  margin-bottom: 1.6rem;
}

.article-service-cta > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.article-service-link,
.article-service-cta button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.7rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  font-size: var(--text-action);
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.article-service-cta button {
  border-color: var(--white);
  background: var(--white);
  color: var(--deep);
}

.article-service-link:hover,
.article-service-link:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.article-service-cta button:hover,
.article-service-cta button:focus-visible {
  background: #dce8e3;
}

.article-inline-cta {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--radius);
  background: #dce8e3;
}

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

.article-inline-cta button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.4rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  background: var(--deep);
  color: var(--white);
  cursor: pointer;
  font-size: var(--text-action);
  font-weight: 600;
}

.article-next {
  padding: var(--section-space-feature) 0;
  background: #e7ece9;
}

.article-next-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: var(--content-space);
}

.article-next-heading > div > span {
  display: block;
  margin-bottom: 1rem;
  color: var(--deep);
}

.article-next-heading h2 {
  max-width: 13ch;
  margin: 0;
  font-size: var(--type-section-title-compact);
  font-weight: 430;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.article-next-heading h2 em {
  color: var(--deep);
  font-weight: 370;
}

.article-next-heading > a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: 0.65rem;
  color: var(--deep);
  font-size: var(--text-action);
  font-weight: 600;
}

.article-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.article-next-grid article > a {
  display: flex;
  height: 100%;
  min-height: 27rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(30, 31, 32, 0.11);
  border-radius: var(--radius);
  background: #fffdfb;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.article-next-grid article > a:hover,
.article-next-grid article > a:focus-visible {
  box-shadow: 0 1.5rem 3rem rgba(30, 31, 32, 0.1);
  transform: translateY(-0.25rem);
}

.article-next-grid figure {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.article-next-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.article-next-grid article > a:hover img,
.article-next-grid article > a:focus-visible img {
  transform: scale(1.035);
}

.article-next-grid article > a > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

.article-next-grid span {
  color: rgba(30, 31, 32, 0.58);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  line-height: 1.5;
  text-transform: uppercase;
}

.article-next-grid h3 {
  margin: 1rem 0 1.5rem;
  font-size: var(--type-card-title-small);
  font-weight: 430;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.article-next-grid strong {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  color: var(--deep);
  font-size: var(--text-action);
}

.article-next-grid strong i {
  font-style: normal;
}

@media (max-width: 920px) {
  .article-reading-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .article-aside {
    position: static;
  }

  .article-aside > div {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 2rem;
  }

  .article-aside-label {
    grid-column: 1 / -1;
  }

  .article-aside a {
    align-self: end;
  }

  .article-content {
    width: min(100%, 48rem);
  }

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

  .article-next-grid article:last-child {
    display: none;
  }
}

@media (max-width: 640px) {
  .article-hero h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.65rem);
  }

  .article-hero-media {
    width: calc(100% - (2 * var(--page-padding)));
    height: clamp(18rem, 78vw, 25rem);
  }

  .article-aside > div {
    display: block;
  }

  .article-card-grid,
  .article-journey,
  .article-growth-path {
    grid-template-columns: 1fr;
  }

  .article-numbered-list > li {
    padding-left: 3.55rem;
  }

  .article-numbered-list > li::before {
    width: 2.35rem;
  }

  .article-service-cta > div,
  .article-service-link,
  .article-service-cta button {
    width: 100%;
  }

  .article-next-heading {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .article-next-grid article:last-child {
    display: block;
  }

  .article-next-grid article > a {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-next-grid article > a,
  .article-next-grid img {
    transition: none;
  }
}
