/* Manifesto layout — hero essay + posts below */

.blog-layout-manifesto {
  --posts-cols: 1;
  --posts-gap: 1.25rem;
  --profile-max: 720px;
  --post-show-max: 720px;
  --title-weight: 700;
  --cover-radius: var(--blog-radius, 0.75rem);
  --featured-span: auto;
}

.blog-layout-manifesto .home-manifesto {
  font-family: var(--blog-body-font, inherit);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.75;
  max-width: 42rem;
  margin-inline: auto;
}

.blog-layout-manifesto .home-manifesto h1,
.blog-layout-manifesto .home-manifesto h2,
.blog-layout-manifesto .home-manifesto h3 {
  font-family: var(--blog-heading-font, inherit);
  font-weight: var(--title-weight, 700);
  margin-top: 1.5rem;
}

.blog-layout-manifesto .home-manifesto p:first-child {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: 1.6;
  color: var(--bs-body-color);
}

.blog-layout-manifesto .home-hero-image {
  max-height: 420px;
  overflow: hidden;
  border-radius: var(--cover-radius);
}

.blog-layout-manifesto .home-hero-image .category-cover-image {
  width: 100%;
  object-fit: cover;
  max-height: 420px;
}

.blog-layout-manifesto .home-identity--manifesto {
  text-align: center;
  margin-top: 1.5rem;
}

.blog-layout-manifesto .home-identity--manifesto .home-name {
  font-size: clamp(1.5rem, 4vw, 2rem);
}
