body {
  background-color: #090a0f;
  color: #e2e8f0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

p {
  line-height: 1.7;
}

.site-header,
.site-footer,
.wrapper,
.page-content {
  background-color: #090a0f;
  color: #e2e8f0;
}

.site-header,
.site-footer,
.site-navigation {
  border: none;
  box-shadow: none;
}

.site-title,
.site-title:visited,
.site-nav .page-link,
.post-link,
a,
a:visited {
  color: #ffffff;
}

.site-nav .page-link:hover,
.post-link:hover,
.hero-link:hover,
a:hover {
  color: #ffffff;
}

.intro-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 2rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.intro-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero p,
.intro-copy p {
  line-height: 1.6;
  color: #e2e8f0;
}

.hero-link {
  display: inline-block;
  background: #4b5563;
  color: #f8fafc;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  margin-top: 0.4rem;
}

.featured-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.featured-posts li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.featured-posts a {
  text-decoration: none;
  font-weight: 600;
}

.post-meta,
.footer-col-wrapper {
  color: #94a3b8;
}
