.static-knowledge {
  min-height: 100vh;
  padding: 7rem 6vw 5rem;
  background: #000;
  color: #fff;
  font-family: Raleway, Arial, sans-serif;
}

.static-knowledge main,
.static-knowledge header {
  max-width: 940px;
  margin: 0 auto;
}

.static-knowledge a,
.static-knowledge .eyebrow {
  color: #d8ff57;
}

.static-knowledge .eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.static-knowledge h1 {
  margin: 1rem 0 1.5rem;
  font-size: clamp(2.6rem, 7vw, 5.6rem);
  line-height: 1.02;
}

.static-knowledge h2 {
  margin: 3.5rem 0 1rem;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1.15;
}

.static-knowledge p,
.static-knowledge li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  line-height: 1.8;
}

.static-knowledge .lede {
  font-size: 1.35rem;
}

.static-knowledge .meta {
  margin: 2rem 0;
  padding: 1rem 0;
  border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.static-knowledge .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
}

.static-knowledge .tags span {
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
}

.static-knowledge img {
  display: block;
  width: 100%;
  max-height: 560px;
  margin: 2rem 0;
  object-fit: cover;
}

.static-knowledge blockquote {
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-block: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.45;
}

.static-knowledge .article-list {
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.static-knowledge .article-list article {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.static-knowledge .article-list h2 {
  margin: 0.5rem 0;
  font-size: 1.6rem;
}

.static-knowledge nav {
  margin-bottom: 2rem;
}
