.post-hero {
  position: relative;
  height: 65vh;
  min-height: 400px;
  overflow: hidden;
  margin-top: 72px;
}
.post-hero img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.post-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(44,40,37,0.7) 0%, rgba(44,40,37,0.1) 60%);
  display: flex; align-items: flex-end;
  padding: 3rem;
}
.post-hero-text { max-width: 760px; }
.post-eyebrow {
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: #c4a882; margin-bottom: 0.8rem;
}
.post-hero-text h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 300; line-height: 1.15;
  color: #faf8f4;
}

.post-layout {
  max-width: 760px; margin: 0 auto;
  padding: 4rem 2rem 6rem;
}

.post-intro {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem; font-weight: 300; font-style: italic;
  color: #2c2825; line-height: 1.7;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e4ddd3;
}

.post-body p {
  font-size: 0.95rem; color: #6b6258;
  line-height: 1.95; margin-bottom: 1.4rem;
}
.post-body h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 300; color: #2c2825;
  margin: 2.5rem 0 1rem; line-height: 1.25;
}
.post-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem; font-weight: 400;
  color: #2c2825; margin: 2rem 0 0.8rem;
}
.post-body strong { color: #2c2825; font-weight: 500; }
.post-body em { font-style: italic; }
.post-body ul, .post-body ol {
  margin: 1rem 0 1.4rem 1.5rem; color: #6b6258;
}
.post-body li { font-size: 0.95rem; line-height: 1.8; margin-bottom: 0.4rem; }

.post-body img {
  width: 100%; display: block;
  margin: 2rem 0;
  object-fit: cover;
}

.post-image-pair {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem; margin: 2rem 0;
}
.post-image-pair figure { margin: 0; }
.post-image-pair img { width: 100%; height: 260px; object-fit: cover; display: block; }
.post-image-pair figcaption {
  font-size: 0.72rem; color: #c4a882;
  letter-spacing: 0.08em; margin-top: 0.5rem;
  text-align: center;
}

.post-suppliers {
  background: #f5f0e8; padding: 2rem;
  margin: 3rem 0; border-left: 2px solid #c4a882;
}
.post-suppliers h4 {
  font-size: 0.7rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: #c4a882;
  margin-bottom: 0.8rem;
}
.post-suppliers p { font-size: 0.85rem; color: #6b6258; margin: 0; line-height: 1.8; }

.post-nav {
  display: flex; justify-content: space-between;
  padding: 2rem 0; border-top: 1px solid #e4ddd3;
  margin-top: 3rem; gap: 2rem;
}
.post-nav a {
  font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: #6b6258;
  text-decoration: none; transition: color 0.2s;
  max-width: 45%;
}
.post-nav a:hover { color: #2c2825; }
.post-nav .next { text-align: right; }
.post-nav span { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1rem; text-transform: none; letter-spacing: 0; color: #2c2825; margin-top: 0.3rem; font-weight: 400; }

.post-cta {
  background: #2c2825; padding: 4rem 3rem;
  text-align: center; margin-top: 0;
}
.post-cta h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem; font-weight: 300;
  color: #faf8f4; margin-bottom: 0.8rem;
}
.post-cta p { font-size: 0.88rem; color: rgba(250,248,244,0.65); margin-bottom: 1.8rem; }
.post-cta .btn { border-color: #c4a882; color: #c4a882; }
.post-cta .btn:hover { background: #c4a882; color: #fff; }

@media (max-width: 600px) {
  .post-image-pair { grid-template-columns: 1fr; }
  .post-image-pair img { height: 55vw; }
  .post-hero-overlay { padding: 2rem 1.5rem; }
}
