:root {
  --va-off-white: #f6f5f3;
  --va-white: #fefdfd;
  --va-navy: #241c5a;
  --va-purple: #6757e8;
  --va-lilac: #d5d0ff;
  --va-mint: #64dbae;
  --va-coral: #ff7b63;
  --va-copy: #5e5a70;
  --va-body-copy: #494463;
  --va-muted: #787582;
  --va-rule: rgba(68, 66, 75, 0.7);
  --va-soft-rule: #d8d4cf;
}

body.articles-page {
  margin: 0;
  background: var(--va-off-white);
  color: var(--va-navy);
}

.articles-main,
.articles-main * {
  box-sizing: border-box;
}

.articles-main p,
.articles-main h1,
.articles-main h2,
.articles-main h3 {
  margin: 0;
}

.articles-band {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.articles-container {
  position: relative;
  width: min(1298px, 100%);
  border-right: 1px solid var(--va-rule);
  border-left: 1px solid var(--va-rule);
  overflow: hidden;
}

.articles-kicker,
.articles-meta {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}

.articles-kicker {
  color: var(--va-purple);
  letter-spacing: 0.06em;
}

.articles-display,
.articles-heading,
.articles-card-title {
  font-family: "Clash Grotesk", Arial, sans-serif;
  font-weight: 500;
}

.articles-body {
  color: var(--va-copy);
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.articles-orbits {
  position: absolute;
  top: -214px;
  left: 898px;
  width: 598px;
  height: 598px;
  pointer-events: none;
}

.articles-orbits::before,
.articles-orbits::after,
.articles-orbits span,
.articles-orbits i {
  position: absolute;
  border: 10px solid rgba(103, 87, 232, 0.17);
  border-radius: 50%;
  content: "";
}

.articles-orbits::before {
  inset: 84px 72px 54px 12px;
}

.articles-orbits::after {
  inset: 56px 44px 26px 8px;
}

.articles-orbits span {
  inset: 28px 16px -2px 4px;
}

.articles-orbits i {
  inset: 0 -12px -30px 0;
}

.articles-hero {
  height: 550px;
  padding: 52px 60px;
  background: var(--va-white);
}

.articles-hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 376px;
  margin-top: 34px;
}

.articles-hero h1 {
  max-width: 800px;
  font-size: 90px;
  line-height: 94px;
  letter-spacing: -0.02em;
}

.articles-hero-copy {
  width: 340px;
}

.articles-featured {
  height: 760px;
  padding: 24px;
  display: flex;
  background: var(--va-lilac);
  border-top: 1px solid var(--va-rule);
  border-bottom: 1px solid var(--va-rule);
}

.articles-featured-visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 690px;
  height: 712px;
  padding: 36px;
  background: var(--va-navy);
}

.articles-featured-rail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--va-lilac);
}

.articles-featured-rail span:first-child {
  color: var(--va-mint);
}

.articles-claim-card {
  width: 618px;
  height: 430px;
  padding: 28px;
  border-radius: 12px;
  background: var(--va-white);
}

.articles-claim-card h2 {
  margin-top: 20px;
  font-size: 44px;
  line-height: 48px;
}

.articles-claim-stages {
  display: grid;
  grid-template-columns: 132px 132px 132px 142px;
  gap: 8px;
  margin-top: 20px;
}

.articles-claim-stage {
  height: 96px;
  padding: 16px;
  color: var(--va-navy);
}

.articles-claim-stage strong {
  display: block;
  margin-top: 8px;
  font: 500 14px/18px Manrope, Arial, sans-serif;
}

.articles-claim-stage:nth-child(1) { background: var(--va-mint); }
.articles-claim-stage:nth-child(2) { background: var(--va-lilac); }
.articles-claim-stage:nth-child(3) { color: var(--va-white); background: var(--va-purple); }
.articles-claim-stage:nth-child(4) { color: var(--va-white); background: var(--va-navy); }

.articles-featured-copy {
  width: 560px;
  height: 712px;
  padding: 56px 44px;
  background: var(--va-white);
}

.articles-featured-copy h2 {
  width: 470px;
  margin-top: 28px;
  font-size: 44px;
  line-height: 48px;
}

.articles-featured-copy .articles-body {
  width: 470px;
  margin-top: 28px;
}

.articles-featured-copy .articles-meta {
  margin-top: 28px;
  color: var(--va-muted);
}

.articles-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 40px;
  margin-top: 28px;
  padding: 0 20px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(133deg, #d5d0ff 0%, #7a6aff 30%, #5e4dff 46%, #8b7dff 100%);
  font: 500 14px/18px Manrope, Arial, sans-serif;
  text-decoration: none;
}

.articles-topics {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 164px;
  padding: 24px;
  background: var(--va-white);
}

.articles-topic {
  padding: 15px 0;
  color: var(--va-navy);
  font: 500 14px/18px Manrope, Arial, sans-serif;
}

.articles-topic.is-active {
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 999px;
  color: var(--va-white);
  background: var(--va-navy);
}

.articles-library {
  min-height: 1500px;
  padding: 24px;
  background: var(--va-white);
  border-top: 1px solid var(--va-rule);
}

.articles-library-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 120px;
}

.articles-library-header h2,
.articles-related h2 {
  font-size: 64px;
  line-height: 60px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  margin-top: 34px;
}

.articles-card {
  min-height: 620px;
  padding: 24px;
  border: 1px solid var(--va-soft-rule);
  background: var(--va-white);
}

.articles-card.is-third {
  grid-column: span 2;
}

.articles-card.is-half {
  grid-column: span 3;
  padding: 28px;
}

.articles-card-visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 270px;
  padding: 24px;
}

.articles-card-visual strong {
  font: 500 64px/60px "Clash Grotesk", Arial, sans-serif;
}

.articles-card.is-purple .articles-card-visual { color: var(--va-white); background: var(--va-purple); }
.articles-card.is-navy .articles-card-visual { color: var(--va-white); background: var(--va-navy); }
.articles-card.is-mint .articles-card-visual { color: var(--va-navy); background: var(--va-mint); }
.articles-card.is-lilac { background: var(--va-lilac); }
.articles-card.is-coral { background: var(--va-coral); }

.articles-card-title {
  margin-top: 22px !important;
  font-size: 32px;
  line-height: 38px;
}

.articles-card-copy {
  margin-top: 22px !important;
  color: var(--va-copy);
  font: 400 16px/24px Manrope, Arial, sans-serif;
}

.articles-card .articles-meta {
  display: block;
  margin-top: 22px;
  color: var(--va-purple);
  text-decoration: none;
}

.articles-card.is-half .articles-card-title {
  width: 540px;
  margin-top: 24px !important;
  font-size: 44px;
  line-height: 48px;
}

.articles-card-inset {
  height: 260px;
  margin-top: 24px;
  padding: 24px;
  border-radius: 12px;
  background: var(--va-navy);
}

.articles-card-inset h3 {
  width: 470px;
  margin-top: 14px;
  color: var(--va-white);
  font-size: 44px;
  line-height: 48px;
}

.articles-card.is-coral .articles-card-inset {
  background: var(--va-white);
}

.articles-card.is-coral .articles-card-inset p:first-child {
  color: var(--va-copy);
  font: 400 16px/24px Manrope, Arial, sans-serif;
}

.articles-search-tags {
  margin-top: 18px !important;
  color: var(--va-purple);
}

/* Article post */
.article-post-hero {
  height: 780px;
  padding: 52px 60px;
  background: var(--va-white);
}

.article-post-topline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.article-post-hero h1 {
  position: relative;
  z-index: 1;
  width: 1120px;
  margin-top: 34px;
  font-size: 90px;
  line-height: 94px;
  letter-spacing: -0.02em;
}

.article-post-intro {
  position: relative;
  z-index: 1;
  width: 820px;
  margin-top: 34px !important;
}

.article-post-author-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
  margin-top: 34px;
}

.article-post-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-post-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--va-purple);
}

.article-post-author strong,
.article-post-author span {
  display: block;
  font-family: Manrope, Arial, sans-serif;
}

.article-post-author strong {
  font-size: 14px;
  line-height: 18px;
}

.article-post-author span {
  margin-top: 4px;
  color: var(--va-copy);
  font-size: 14px;
  line-height: 20px;
}

.article-cover {
  height: 780px;
  padding: 24px;
  background: var(--va-lilac);
  border-top: 1px solid var(--va-rule);
  border-bottom: 1px solid var(--va-rule);
}

.article-cover-inner {
  height: 732px;
  padding: 44px;
  background: var(--va-navy);
}

.article-cover-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  color: var(--va-lilac);
}

.article-cover-top span:last-child {
  color: var(--va-mint);
}

.article-cover-card {
  width: 980px;
  height: 520px;
  margin: 28px auto 0;
  padding: 36px;
  border-radius: 12px;
  background: var(--va-white);
}

.article-cover-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.article-cover-card-header h2 {
  font-size: 32px;
  line-height: 38px;
}

.article-status-pill {
  min-width: 120px;
  height: 40px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--va-mint);
}

.article-cover-stages {
  display: grid;
  grid-template-columns: repeat(4, 174px) 180px;
  gap: 8px;
  margin-top: 34px;
}

.article-cover-stage {
  height: 150px;
  padding: 20px;
  color: var(--va-navy);
}

.article-cover-stage strong {
  display: block;
  font: 500 32px/38px "Clash Grotesk", Arial, sans-serif;
}

.article-cover-stage span {
  display: block;
  margin-top: 16px;
  font: 500 14px/18px Manrope, Arial, sans-serif;
}

.article-cover-stage:nth-child(1),
.article-cover-stage:nth-child(2) { background: var(--va-mint); }
.article-cover-stage:nth-child(3) { color: var(--va-white); background: var(--va-purple); }
.article-cover-stage:nth-child(4) { background: var(--va-lilac); }
.article-cover-stage:nth-child(5) { color: var(--va-white); background: var(--va-navy); }

.article-cover-handoff {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  margin-top: 34px;
  padding: 22px;
  color: var(--va-lilac);
  background: var(--va-navy);
}

.article-cover-handoff span:last-child {
  color: var(--va-mint);
}

.article-body-layout {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  min-height: 1620px;
  padding: 24px;
  background: var(--va-white);
}

.article-toc {
  width: 280px;
  padding: 24px;
  border: 1px solid var(--va-soft-rule);
  background: #f3f1ed;
}

.article-toc a {
  display: block;
  margin-top: 18px;
  color: var(--va-navy);
  font: 500 14px/20px Manrope, Arial, sans-serif;
  text-decoration: none;
}

.article-toc-cta {
  height: 110px;
  margin-top: 18px;
  padding: 18px;
  color: var(--va-white);
  background: var(--va-navy);
}

.article-toc-cta a {
  margin-top: 12px;
  color: var(--va-white);
  line-height: 18px;
}

.article-content {
  width: 828px;
}

.article-content h2 {
  font-size: 44px;
  line-height: 48px;
}

.article-content > p {
  width: 780px;
  margin-top: 32px;
  color: var(--va-body-copy);
  font: 400 18px/28px Manrope, Arial, sans-serif;
}

.article-quote {
  min-height: 230px;
  margin-top: 32px;
  padding: 32px;
  background: var(--va-lilac);
}

.article-quote blockquote {
  width: 740px;
  margin: 0;
  font: 500 44px/48px "Clash Grotesk", Arial, sans-serif;
}

.article-quote .articles-meta {
  margin-top: 22px;
  color: var(--va-purple);
}

.article-content h2:not(:first-child) {
  margin-top: 32px;
}

.article-handoffs {
  margin-top: 32px;
}

.article-handoff {
  display: flex;
  gap: 26px;
  min-height: 122px;
  padding: 24px;
  border: 1px solid var(--va-soft-rule);
}

.article-handoff p {
  width: 710px;
  color: var(--va-navy);
  font: 500 18px/28px Manrope, Arial, sans-serif;
}

.article-related {
  min-height: 650px;
  padding: 24px;
  background: var(--va-lilac);
  border-top: 1px solid var(--va-rule);
  border-bottom: 1px solid var(--va-rule);
}

.article-related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 34px;
}

.article-related-card {
  height: 480px;
  padding: 32px;
  color: var(--va-white);
  background: var(--va-purple);
  text-decoration: none;
}

.article-related-card:nth-child(2) {
  color: var(--va-navy);
  background: var(--va-white);
}

.article-related-card h3 {
  width: 540px;
  margin-top: 24px;
  font-size: 44px;
  line-height: 48px;
}

.article-related-card span:last-child {
  display: block;
  margin-top: 24px;
  font: 500 14px/18px Manrope, Arial, sans-serif;
}

@media (max-width: 991px) {
  .articles-container {
    width: 100%;
  }

  .articles-orbits {
    left: 58%;
  }

  .articles-hero,
  .article-post-hero {
    height: auto;
    min-height: 600px;
    padding: 48px 32px;
  }

  .articles-hero-grid {
    flex-direction: column;
    gap: 32px;
    height: auto;
  }

  .articles-hero h1,
  .article-post-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(52px, 8vw, 76px);
    line-height: 0.98;
  }

  .articles-featured {
    height: auto;
    flex-direction: column;
  }

  .articles-featured-visual,
  .articles-featured-copy {
    width: 100%;
  }

  .articles-featured-copy h2,
  .articles-featured-copy .articles-body,
  .articles-claim-card {
    width: 100%;
  }

  .articles-claim-stages {
    grid-template-columns: repeat(4, 1fr);
  }

  .articles-topics {
    overflow-x: auto;
  }

  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .articles-card.is-third,
  .articles-card.is-half {
    grid-column: span 1;
  }

  .articles-card.is-half .articles-card-title,
  .articles-card-inset h3 {
    width: 100%;
  }

  .article-cover {
    height: auto;
  }

  .article-cover-inner {
    height: auto;
  }

  .article-cover-card {
    width: 100%;
  }

  .article-cover-stages {
    grid-template-columns: repeat(5, 1fr);
  }

  .article-body-layout {
    gap: 32px;
  }

  .article-content {
    width: calc(100% - 312px);
  }

  .article-content > p,
  .article-quote blockquote {
    width: 100%;
  }

  .article-related-card h3 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .articles-container {
    width: 100%;
  }

  .articles-hero,
  .article-post-hero {
    min-height: 520px;
    padding: 36px 20px;
  }

  .articles-hero h1,
  .article-post-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .articles-hero-copy,
  .article-post-intro {
    width: 100%;
  }

  .articles-featured-visual,
  .articles-featured-copy {
    height: auto;
    padding: 24px;
  }

  .articles-claim-card {
    height: auto;
  }

  .articles-claim-stages {
    grid-template-columns: 1fr 1fr;
  }

  .articles-library-header h2,
  .articles-related h2 {
    font-size: 44px;
    line-height: 48px;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .articles-card {
    min-height: auto;
  }

  .articles-card.is-third,
  .articles-card.is-half {
    grid-column: auto;
  }

  .article-post-topline,
  .article-post-author-row {
    align-items: flex-start;
    gap: 16px;
  }

  .article-post-topline {
    flex-direction: column;
  }

  .article-post-author-row {
    height: auto;
    flex-direction: column;
  }

  .article-cover-inner {
    padding: 24px;
  }

  .article-cover-card {
    height: auto;
    padding: 20px;
  }

  .article-cover-card-header {
    height: auto;
    gap: 16px;
    align-items: flex-start;
  }

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

  .article-cover-stage {
    height: auto;
    min-height: 100px;
  }

  .article-cover-handoff {
    height: auto;
    gap: 20px;
  }

  .article-body-layout {
    flex-direction: column;
  }

  .article-toc,
  .article-content {
    width: 100%;
  }

  .article-content h2,
  .article-quote blockquote,
  .article-related-card h3 {
    font-size: 34px;
    line-height: 38px;
  }

  .article-handoff {
    min-height: auto;
  }

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

  .article-related-card {
    height: 340px;
  }
}

