.article-body {
  background: var(--paper);
}

.article-header .header-cta {
  min-width: 132px;
  justify-content: center;
}

.article-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 140px) max(5vw, calc((100vw - var(--max)) / 2 + 72px));
  color: var(--paper);
  background: var(--ink);
}

.article-hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  top: -20%;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(199, 248, 74, 0.35);
  border-radius: 50%;
  box-shadow: inset 0 0 0 80px rgba(199, 248, 74, 0.025), inset 0 0 0 160px rgba(199, 248, 74, 0.025);
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 50px;
  color: #8fa098;
  font: 700 10px/1.4 "Courier New", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--lime);
}

.article-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1060px;
}

.article-number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-number::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.article-hero h1 {
  max-width: 1020px;
  margin: 0;
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: clamp(50px, 7vw, 104px);
  font-weight: 900;
  line-height: 0.91;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.article-hero h1 em {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88em;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: none;
}

.article-lead {
  max-width: 800px;
  margin: 34px 0 0;
  color: #b6c2bd;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 34px;
  color: #82928c;
  font: 700 10px/1 "Courier New", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-layout {
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(55px, 8vw, 110px);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 120px) 32px;
}

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

.article-content > p:first-child {
  margin-top: 0;
  color: #243731;
  font-size: 19px;
  line-height: 1.72;
}

.article-content h2 {
  margin: 64px 0 20px;
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.article-content h3 {
  margin: 38px 0 13px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.article-content p,
.article-content li {
  color: #465650;
  font-size: 16px;
  line-height: 1.78;
}

.article-content p {
  margin: 0 0 22px;
}

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

.article-content li {
  margin: 9px 0;
  padding-left: 7px;
}

.article-content strong {
  color: var(--ink);
}

.article-note {
  margin: 40px 0;
  padding: 26px 28px;
  border-left: 5px solid var(--lime);
  background: var(--white);
}

.article-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-note p {
  margin: 0;
  font-size: 14px;
}

.check-table {
  width: 100%;
  min-width: 0;
  margin: 30px 0;
  border: 1px solid var(--ink);
  border-collapse: collapse;
  background: var(--white);
}

.check-table th,
.check-table td {
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.check-table th:last-child,
.check-table td:last-child {
  border-right: 0;
}

.check-table th {
  color: var(--ink);
  background: var(--paper-2);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.check-table td {
  color: #4f5e58;
  font-size: 13px;
  line-height: 1.5;
}

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

.toc,
.quick-facts {
  padding: 22px;
  border: 1px solid var(--ink);
  background: var(--white);
}

.quick-facts {
  margin-top: 16px;
  background: var(--lime);
}

.toc > strong,
.quick-facts > strong {
  display: block;
  margin-bottom: 17px;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc li {
  border-top: 1px solid var(--line);
}

.toc a {
  display: block;
  padding: 13px 0;
  color: #465650;
  font-size: 12px;
  line-height: 1.35;
}

.toc a:hover {
  color: #5d8500;
}

.quick-facts p {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.55;
}

.recommended {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid var(--ink);
}

.recommended-kicker {
  color: #65746e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.recommended h2 {
  margin-top: 13px;
}

.site-picks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.site-pick {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--ink);
  background: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-pick:hover {
  background: var(--lime);
  box-shadow: 6px 6px 0 var(--ink);
  transform: translateY(-4px);
}

.site-pick small {
  color: #67766f;
  font: 700 9px/1 "Courier New", monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-pick strong {
  margin: 30px 0 8px;
  font-size: 25px;
  letter-spacing: -0.045em;
}

.site-pick span {
  color: #53615c;
  font-size: 12px;
  line-height: 1.5;
}

.site-pick i {
  margin-top: auto;
  align-self: flex-end;
  font-size: 22px;
  font-style: normal;
}

.related-guides {
  padding: clamp(65px, 7vw, 100px) max(5vw, calc((100vw - var(--max)) / 2 + 72px));
  color: var(--paper);
  background: var(--ink-soft);
}

.related-guides h2 {
  margin: 0 0 30px;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.05em;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(244, 242, 234, 0.25);
  border-left: 1px solid rgba(244, 242, 234, 0.25);
}

.related-grid a {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-right: 1px solid rgba(244, 242, 234, 0.25);
  border-bottom: 1px solid rgba(244, 242, 234, 0.25);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  transition: color 180ms ease, background 180ms ease;
}

.related-grid a:hover {
  color: var(--ink);
  background: var(--lime);
}

.related-grid span {
  align-self: flex-end;
  font-size: 21px;
}

.article-footer {
  min-height: 170px;
}

.profile-external {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  margin: 28px 0 10px;
  padding: 24px;
  border: 1px solid var(--ink);
  background: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.profile-external:hover {
  background: var(--lime);
  box-shadow: 6px 6px 0 var(--ink);
  transform: translateY(-4px);
}

.profile-external small {
  color: #67766f;
  font: 700 9px/1 "Courier New", monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.profile-external strong {
  margin: 28px 0 10px;
  font-size: clamp(23px, 3vw, 34px);
  letter-spacing: -0.045em;
}

.profile-external span {
  color: #53615c;
  font-size: 13px;
}

.profile-external i {
  margin-top: auto;
  align-self: flex-end;
  font-size: 24px;
  font-style: normal;
}

.profile-facts {
  margin: 0;
  padding-left: 18px;
}

.profile-facts li {
  margin: 7px 0;
  font-size: 12px;
  line-height: 1.4;
}

.quick-facts.profile-summary {
  color: var(--paper);
  background: var(--ink-soft);
}

.profile-summary p {
  color: #c7d1cd;
}

@media (max-width: 900px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
    grid-row: 1;
  }

  .toc ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}

@media (max-width: 640px) {
  .article-header .header-cta {
    min-width: 0;
  }

  .article-hero {
    padding: 68px 20px;
  }

  .breadcrumbs {
    margin-bottom: 35px;
  }

  .article-hero h1 {
    font-size: clamp(44px, 14vw, 66px);
  }

  .article-layout {
    padding: 58px 18px;
  }

  .toc ol,
  .site-picks,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .article-content > p:first-child {
    font-size: 17px;
  }

  .article-content p,
  .article-content li {
    font-size: 15px;
  }

  .check-table {
    display: block;
    overflow-x: auto;
  }

  .related-guides {
    padding: 60px 18px;
  }
}
