/* ===== Blog — Café do Escritor ===== */
.blog-main{ max-width: 760px; margin: 0 auto; padding: 132px 24px 80px; }
.blog-breadcrumb{ font-size: 13px; color: var(--c-primary-light, #e87a4a); margin-bottom: 22px; }
.blog-breadcrumb a{ color: inherit; text-decoration: none; }
.blog-breadcrumb a:hover{ text-decoration: underline; }

.post-header h1{ font-family: var(--f-head, 'Montserrat', sans-serif); font-weight: 800; font-size: clamp(28px, 5vw, 44px); line-height: 1.15; color: #fff; margin-bottom: 16px; }
.post-meta{ display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; font-size: 14px; color: #9a938c; margin-bottom: 44px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.1); }
.post-meta .author{ color: #e8e2da; font-weight: 700; }
.post-meta .sep{ opacity: .4; }

.post-body{ font-family: var(--f-body, 'Manrope', sans-serif); font-size: 17px; line-height: 1.85; color: #c4bdb4; }
.post-body > p:first-of-type{ font-size: 19px; color: #ded7ce; }
.post-body h2{ font-family: var(--f-head, 'Montserrat', sans-serif); font-weight: 700; font-size: clamp(21px, 3.5vw, 27px); color: #fff; margin: 46px 0 16px; line-height: 1.25; }
.post-body h3{ font-family: var(--f-head, 'Montserrat', sans-serif); font-weight: 700; font-size: 19px; color: #f0ebe4; margin: 30px 0 12px; }
.post-body p{ margin-bottom: 20px; }
.post-body ul, .post-body ol{ margin: 0 0 22px 20px; }
.post-body li{ margin-bottom: 10px; }
.post-body strong{ color: #f0ebe4; font-weight: 600; }
.post-body a{ color: var(--c-primary-light, #e87a4a); }
.post-body blockquote{ border-left: 3px solid var(--c-primary, #c1532d); padding: 6px 22px; margin: 28px 0; background: rgba(193,83,45,.05); font-style: italic; color: #ded7ce; }

.post-cta{ margin: 52px 0 8px; padding: 30px 32px; border: 1px solid rgba(205,96,64,.3); border-radius: 14px; background: rgba(193,83,45,.06); text-align: center; }
.post-cta p{ margin-bottom: 18px; color: #ded7ce; font-size: 16px; }

.post-related{ margin-top: 64px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 28px; }
.post-related h2{ font-family: var(--f-head, 'Montserrat', sans-serif); font-size: 18px; color: #fff; margin-bottom: 14px; }
.post-related a{ display: block; color: #c4bdb4; text-decoration: none; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.06); transition: color .2s; }
.post-related a:hover{ color: var(--c-primary-light, #e87a4a); }

/* ===== Hub ===== */
.blog-hub{ max-width: 1080px; margin: 0 auto; padding: 132px 24px 80px; }
.blog-hub-head{ text-align: center; max-width: 660px; margin: 0 auto 56px; }
.blog-hub-head .eyebrow{ font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--c-primary-light, #e87a4a); font-weight: 600; }
.blog-hub-head h1{ font-family: var(--f-head, 'Montserrat', sans-serif); font-weight: 800; font-size: clamp(30px, 5vw, 48px); color: #fff; margin: 12px 0 16px; }
.blog-hub-head p{ color: #a89f96; font-size: 17px; line-height: 1.7; }

.blog-grid{ display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.blog-card{ display: flex; flex-direction: column; background: var(--c-bg-2, #141416); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 28px 26px; text-decoration: none; transition: border-color .2s, transform .2s; }
.blog-card:hover{ border-color: var(--c-primary, #c1532d); transform: translateY(-3px); }
.blog-card .cat{ font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--c-primary-light, #e87a4a); margin-bottom: 12px; font-weight: 600; }
.blog-card h2{ font-family: var(--f-head, 'Montserrat', sans-serif); font-weight: 700; font-size: 20px; color: #fff; line-height: 1.3; margin-bottom: 12px; }
.blog-card p{ color: #a89f96; font-size: 15px; line-height: 1.6; flex: 1; }
.blog-card .more{ margin-top: 16px; color: var(--c-primary-light, #e87a4a); font-weight: 600; font-size: 14px; }

@media (max-width: 680px){
  .blog-main, .blog-hub{ padding-top: 104px; }
  .blog-grid{ grid-template-columns: 1fr; }
}
