.page-hero {
  text-align: center;
  padding: 4rem 1.5rem 2.5rem;
  border-bottom: 1px solid #111;
}

.page-hero--standalone {
  padding: clamp(3.5rem, 8vw, 5rem) 1.5rem clamp(3.5rem, 8vw, 5rem);
}

.page-hero--standalone h1 {
  font-size: clamp(1.9rem, 4vw, 2.85rem);
  line-height: 1.15;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.page-hero-actions {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.page-author {
  margin: 1.25rem auto 0;
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.page-author a {
  color: #c8241d;
  font-weight: 600;
  text-decoration: none;
}

.page-author a:hover {
  text-decoration: underline;
}

.hero-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c8241d;
  margin-bottom: 1rem;
}

.page-hero h1 {
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: #111;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}

.page-lead {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
}

.page-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #111;
}

.page-content p {
  margin-bottom: 1.25rem;
}

.page-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

.page-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.page-list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid #eee;
}

.cta-link {
  display: inline-block;
  background: #c8241d;
  color: #fff;
  padding: 0.75rem 1.6rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.cta-link:hover {
  background: #111;
  color: #fff;
}

.cta-link--ghost {
  background: #fff;
  color: #111;
  border: 1px solid #111;
}

.cta-link--ghost:hover {
  background: #111;
  color: #fff;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.resource-card {
  border: 1px solid #111;
  padding: 1.75rem;
  background: #fff;
}

.resource-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c8241d;
  margin-bottom: 0.7rem;
}

.resource-card h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #111;
}

.resource-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.25rem;
}

@media (max-width: 700px) {
  .resource-grid {
    grid-template-columns: 1fr;
  }
}

.archive-count {
  margin: 1.25rem auto 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
}

.archive-layout {
  max-width: 1080px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.archive-main {
  width: 100%;
  min-width: 0;
}

.archive-pagination {
  margin-top: 2.5rem;
}

.archive-pagination .pagination {
  justify-content: center;
}

.archive-category {
  margin: 1rem 1rem 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c8241d;
}

@media (max-width: 640px) {
  .archive-layout {
    padding: 2rem 1rem 4rem;
  }
}
