.post-hero {
  background: var(--forest);
  padding: 8rem 8vw 4rem;
}
.post-hero .back-link {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage-light);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2rem;
}
.post-hero .back-link:hover { color: var(--ivory); }
.post-tradition {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage-light);
  margin-bottom: 1rem;
  display: block;
}
.post-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: var(--ivory);
  line-height: 1.2;
  max-width: 720px;
  margin-bottom: 1.5rem;
}
.post-hero h1 em { font-style: italic; color: var(--sage-light); }
.post-meta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.post-meta span {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: rgba(200,217,196,0.6);
}
.post-meta .divider { color: rgba(200,217,196,0.3); }

.post-body {
  max-width: 700px;
  margin: 0 auto;
  padding: 4rem 8vw;
}
.post-body h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--forest);
  margin: 3rem 0 1rem;
  line-height: 1.3;
}
.post-body h2 em { font-style: italic; color: var(--sage-dark); }
.post-body p {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--slate);
  line-height: 1.95;
  margin-bottom: 1.4rem;
}
.post-body p strong { font-weight: 500; color: var(--forest); }
.post-pull {
  border-left: 3px solid var(--sage);
  padding: 1.2rem 1.5rem;
  margin: 2.5rem 0;
  background: var(--ivory-dark);
  border-radius: 0 4px 4px 0;
}
.post-pull p {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  color: var(--forest);
  margin: 0;
  line-height: 1.6;
}
.post-pull cite {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage-dark);
  margin-top: 0.6rem;
  font-style: normal;
}
.protocol-box {
  background: var(--forest);
  border-radius: 4px;
  padding: 2rem;
  margin: 3rem 0;
}
.protocol-box .protocol-label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage-light);
  margin-bottom: 0.8rem;
  display: block;
}
.protocol-box h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 1rem;
}
.protocol-box p {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(200,217,196,0.8);
  line-height: 1.85;
  margin-bottom: 0.8rem;
}
.protocol-box ol {
  padding-left: 1.2rem;
  color: rgba(200,217,196,0.8);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.85;
}
.protocol-box ol li { margin-bottom: 0.5rem; }

.post-cta {
  background: var(--ivory-dark);
  border-radius: 4px;
  padding: 2.5rem;
  margin: 4rem 0 0;
  text-align: center;
  border: 1px solid rgba(143,166,138,0.2);
}
.post-cta .cta-label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage-dark);
  display: block;
  margin-bottom: 0.8rem;
}
.post-cta h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--forest);
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.post-cta h3 em { font-style: italic; color: var(--sage-dark); }
.post-cta p {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--slate);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.post-card.hidden {
  display: none;
}
