/* ═══════════════════════════════════════════════════
   BLOG POST — Página de artigo individual
   ═══════════════════════════════════════════════════ */

body {
  background-color: #FEFCF8 !important;
  color: #1C1810 !important;
}

#navbar {
  background: rgba(10,9,6,0.96) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

/* ── Hero imagem ──────────────────────────────────── */
.post-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 400px;
  max-height: 640px;
  overflow: hidden;
  margin-top: 64px;
}

.post-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,9,6,0) 50%, rgba(10,9,6,0.3) 100%);
}

/* ── Cabeçalho ────────────────────────────────────── */
.post-header {
  max-width: 740px;
  margin: 0 auto;
  padding: 52px 40px 36px;
}

.post-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(28,24,16,0.42);
  text-decoration: none;
  margin-bottom: 28px;
  transition: color 0.2s;
}

.post-back:hover { color: #1C1810; }

.post-cat {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8A97E;
  margin-bottom: 14px;
}

.post-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1C1810;
  margin: 0 0 20px;
}

.post-meta {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(28,24,16,0.36);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ── Corpo do artigo ──────────────────────────────── */
.post-body {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 40px 60px;
}

.post-body p {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(28,24,16,0.78);
  margin: 0 0 24px;
}

.post-lead {
  font-family: var(--font-serif) !important;
  font-size: clamp(1.15rem, 2vw, 1.35rem) !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: #1C1810 !important;
  margin-bottom: 40px !important;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(28,24,16,0.1);
}

.post-body h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 400;
  color: #1C1810;
  margin: 44px 0 16px;
  line-height: 1.25;
}

.post-quote {
  border-left: 2px solid #C8A97E;
  margin: 44px 0;
  padding: 4px 0 4px 28px;
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  font-weight: 300;
  color: #1C1810;
  line-height: 1.55;
}

/* ── CTA final ────────────────────────────────────── */
.post-cta {
  max-width: 740px;
  margin: 0 auto 20px;
  padding: 52px 40px;
  border-top: 1px solid rgba(28,24,16,0.1);
  border-bottom: 1px solid rgba(28,24,16,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.post-cta p {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 300;
  font-style: italic;
  color: #1C1810;
  margin: 0;
}

.post-cta-btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FEFCF8;
  background: #1C1810;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.post-cta-btn:hover {
  background: #C8A97E;
}

/* ── Rodapé de navegação ──────────────────────────── */
.post-footer-nav {
  max-width: 740px;
  margin: 0 auto;
  padding: 32px 40px 80px;
}

.post-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(28,24,16,0.42);
  text-decoration: none;
  transition: color 0.2s;
}

.post-back-link:hover { color: #1C1810; }

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 640px) {
  .post-hero { height: 50vw; min-height: 260px; }
  .post-header { padding: 36px 20px 24px; }
  .post-body { padding: 0 20px 48px; }
  .post-body p { font-size: 0.97rem; }
  .post-cta { flex-direction: column; align-items: flex-start; padding: 36px 20px; }
  .post-footer-nav { padding: 24px 20px 60px; }
  .post-quote { padding-left: 20px; }
}
