/* ===== Nosso Blog ===== */
.scj-news-section{
  padding:58px 0 64px;
  background:#fff;
}

.scj-news-heading{
  margin:0 0 30px;
  color:#1b1b1b;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(28px,4vw,42px);
  font-weight:800;
  line-height:1.15;
  text-align:center;
}

.scj-news-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px 22px;
  align-items:stretch;
}

.scj-news-card{
  min-width:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(0,0,0,.09);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.09);
  transition:transform .2s ease,box-shadow .2s ease;
}

.scj-news-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 32px rgba(0,0,0,.14);
}

.scj-news-card-image{
  display:block;
  width:100%;
  aspect-ratio:500/300;
  overflow:hidden;
  background:#ececec;
}

.scj-news-card-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}

.scj-news-card:hover .scj-news-card-image img{
  transform:scale(1.035);
}

.scj-news-card-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:17px 18px 20px;
}

.scj-news-category{
  min-height:20px;
  margin:0 0 8px;
  color:#777;
  font-size:13px;
  font-style:italic;
  font-weight:650;
  line-height:1.4;
}

.scj-news-category a{
  color:inherit;
  text-decoration:none;
}

.scj-news-category a:hover{
  color:#0f5b35;
  text-decoration:underline;
}

.scj-news-title{
  min-height:2.7em;
  margin:0 0 10px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:#111;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(18px,2vw,22px);
  font-weight:800;
  line-height:1.35;
}

.scj-news-title a{
  color:inherit;
  text-decoration:none;
}

.scj-news-title a:hover{
  color:#0f5b35;
}

.scj-news-excerpt{
  min-height:3.1em;
  margin:0;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:#5f5f5f;
  font-size:15px;
  line-height:1.55;
}

.scj-news-date{
  display:block;
  margin:auto -18px -20px;
  padding:10px 18px;
  border-top:1px solid rgba(0,0,0,.09);
  color:#6f7680;
  font-size:14px;
  text-align:center;
}

@media(max-width:1050px){.scj-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.scj-news-grid{grid-template-columns:1fr}.scj-news-section{padding:46px 0 52px}}

.scj-news-empty{
  max-width:760px;
  margin:0 auto;
  padding:34px 24px;
  border:1px dashed rgba(31,122,74,.35);
  border-radius:18px;
  background:#f8fbf9;
  text-align:center;
}

.scj-news-empty strong{
  color:#0f5b35;
  font-size:20px;
}

.scj-news-empty p{
  margin:8px 0 14px;
  color:#6b6b6b;
}

.scj-news-empty a{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  color:#fff;
  background:#1f7a4a;
  font-weight:800;
  text-decoration:none;
}


.scj-news-archive-link-wrap{
  display:flex;
  justify-content:center;
  margin-top:30px;
  text-align:center;
}

.scj-news-archive-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:11px 20px;
  border:1px solid rgba(31,122,74,.28);
  border-radius:999px;
  color:#0f5b35;
  background:rgba(31,122,74,.08);
  box-shadow:0 8px 18px rgba(0,0,0,.07);
  font-size:15px;
  font-weight:900;
  text-decoration:none;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}

.scj-news-archive-link:hover{
  transform:translateY(-2px);
  color:#fff;
  background:#1f7a4a;
  box-shadow:0 12px 24px rgba(31,122,74,.22);
}

/* ===== Páginas nativas do blog ===== */
body.scj-blog-page{
  margin:0;
  color:#1b1b1b;
  background:#f7f8f5;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.6;
}

.scj-blog-container{
  width:min(1100px,calc(100% - 32px));
  margin:0 auto;
}

.scj-blog-header{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(0,0,0,.09);
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
}

.scj-blog-header-inner{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.scj-blog-brand{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  color:inherit;
  text-decoration:none;
}

.scj-blog-brand img{
  width:54px;
  height:54px;
  flex:0 0 auto;
  object-fit:cover;
  border:1px solid rgba(0,0,0,.1);
  border-radius:14px;
}

.scj-blog-brand strong{
  display:block;
  color:#1f7a4a;
  font-size:clamp(17px,2vw,22px);
  line-height:1.15;
}

.scj-blog-brand span{
  display:block;
  margin-top:3px;
  color:#6b6b6b;
  font-size:12px;
  font-weight:700;
}

.scj-blog-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  flex-wrap:wrap;
}

.scj-blog-nav a{
  padding:8px 11px;
  border-radius:999px;
  color:#111;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}

.scj-blog-nav a:hover{
  color:#0f5b35;
  background:rgba(31,122,74,.08);
}

.scj-blog-main{
  padding:54px 0 70px;
}

.scj-blog-page-title{
  margin:0 0 32px;
  color:#0f5b35;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(32px,5vw,52px);
  text-align:center;
}

.scj-blog-pagination{
  margin-top:34px;
  text-align:center;
}

.scj-blog-pagination .nav-links{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}

.scj-blog-pagination a,
.scj-blog-pagination span{
  min-width:42px;
  min-height:42px;
  display:grid;
  place-items:center;
  padding:8px 12px;
  border:1px solid rgba(31,122,74,.2);
  border-radius:999px;
  color:#0f5b35;
  background:#fff;
  text-decoration:none;
  font-weight:800;
}

.scj-blog-pagination .current{
  color:#fff;
  background:#1f7a4a;
}

.scj-single-article{
  overflow:hidden;
  border:1px solid rgba(0,0,0,.09);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 42px rgba(0,0,0,.11);
}

.scj-single-cover{
  width:100%;
  max-height:650px;
  object-fit:cover;
}

.scj-single-content{
  max-width:860px;
  margin:0 auto;
  padding:clamp(28px,5vw,58px);
}

.scj-single-category{
  margin-bottom:10px;
  color:#1f7a4a;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.scj-single-title{
  margin:0;
  color:#0f5b35;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,5vw,58px);
  line-height:1.08;
}

.scj-single-meta{
  margin:14px 0 28px;
  color:#777;
  font-size:14px;
}

.scj-single-entry{
  color:#404040;
  font-size:17px;
  line-height:1.85;
}

.scj-single-entry img{
  height:auto;
  border-radius:14px;
}

.scj-post-navigation{
  margin-top:30px;
}

.scj-post-navigation .nav-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.scj-post-navigation a{
  display:block;
  padding:16px;
  border:1px solid rgba(31,122,74,.18);
  border-radius:14px;
  color:#0f5b35;
  background:#fff;
  font-weight:800;
  text-decoration:none;
}

.scj-blog-footer{
  color:rgba(255,255,255,.82);
  background:linear-gradient(135deg,#0f5b35,#1f7a4a);
}

.scj-blog-footer-inner{
  min-height:125px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:28px 0;
}

.scj-blog-footer strong{
  display:block;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
}

.scj-blog-footer p{
  margin:5px 0 0;
  color:rgba(255,255,255,.7);
  font-size:13px;
}

@media(max-width:900px){
  .scj-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:650px){
  .scj-news-section{padding:44px 0 50px}
  .scj-news-grid{grid-template-columns:1fr;gap:22px}
  .scj-news-card{max-width:500px;margin:0 auto;width:100%}
  .scj-blog-header-inner{min-height:auto;padding:12px 0;align-items:flex-start}
  .scj-blog-brand span{display:none}
  .scj-blog-nav{display:none}
  .scj-post-navigation .nav-links{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  .scj-news-card,
  .scj-news-card-image img{transition:none}
}
