/* style-blog.css — paginas de LISTAGEM do blog (grade de posts, capa premium,
   paginacao) e o bloco "casamentos relacionados" da pagina de servico
   /casamentos/, que reaproveita os mesmos cards. Extraido de style-post.css
   em 2026-07-11 a pedido de Gabriel (separacao de CSS por tipo de pagina).
   NAO contem nada de post individual (isso continua em style-post.css). */

.section-title{text-align:center;color:var(--preto);font-size:34px;font-weight:300;letter-spacing:-.025em;margin-bottom:var(--space-sm)}

/* ===== Blog (listagem/pagina do blog) ===== */
.pagination .active {
  background: var(--cta-gradient);
  color: var(--caixa-clara);
}
.pagination a.active:hover {
  background: var(--cta-gradient-hover);
  color: var(--caixa-clara);
}
.pagination a,
.pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}.pagination a,
.pagination span {
  line-height: 1;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: var(--caixa-clara);
  color: var(--preto);
  font-size: 14px;
  font-weight: 500;
}
.blog-card p{
  color: var(--texto-suave);
  line-height: 1.65;
}
.blog-grid{
  display: grid;
  margin: auto;
}.blog-grid {
  max-width: 1050px;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm-tight);
}.blog-card {
  display: block;
  overflow: hidden;
  background: var(--caixa-clara);
  border-radius: var(--radius-md);
  color: var(--preto);
  transition: transform 0.25s ease;
}.blog-card img{
  width: 100%;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
  background: var(--caixa-suave);
}.blog-card img {
  max-height: 360px;
  object-position: center 18%;
}.blog-card div {
  padding: var(--space-sm-tight);
}.blog-card h2,
.blog-card h3 {
  color: var(--preto);
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: var(--space-2xs);
}.blog-card span {
  display: block;
  margin-top: var(--space-xs);
  color: var(--preto);
  font-size: 14px;
  font-weight: 500;
}.historias-section .blog-grid {
  margin-top: 0;
}.pagination {
  width: 100%;
  max-width: 1050px;
  margin: 42px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-2xs);
  text-align: center;
  clear: both;
}.pagination a:hover {
  background: var(--caixa-suave);
}.pagination .active {
  color: var(--caixa-clara);
}body.service-page .blog-card {
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow-md);
}body.service-page .blog-card span {
  color: var(--verde-escuro);
}body.blog-page main {
  overflow: hidden;
}.blog-premium-hero {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin: 34px auto 0;
  padding: clamp(28px, 5vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  text-align: left;
  background: var(--caixa-clara);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}.blog-hero-copy {
  width: min(100%, 720px);
  justify-self: start;
}.blog-eyebrow{
  display: inline-flex;
  margin-bottom: var(--space-xs);
  color: var(--verde);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}.blog-premium-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--preto);
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1;
  letter-spacing: -0.055em;
}.blog-premium-hero p {
  max-width: 650px;
  margin: 0;
  color: var(--texto-suave);
  font-size: clamp(16.5px, 1.6vw, 19px);
  line-height: 1.7;
}.blog-hero-tags{
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2xs);
  margin-top: var(--space-sm);
}.blog-hero-tags span{
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  background: #f1f0ea;
  color: #242421;
}.blog-hero-photo {
  display: none;
  margin: 0;
  justify-self: end;
  width: min(100%, 460px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}.blog-hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}body.blog-page .section {
  padding-top: 46px;
}body.blog-page .blog-grid {
  width: min(1180px, 100%);
  max-width: 1180px;
  gap: var(--space-sm-tight);
  align-items: stretch;
}body.blog-page .blog-card {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-md);
  background: var(--caixa-clara);
  box-shadow: var(--shadow-md);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}body.blog-page .blog-card img {
  aspect-ratio: 1/1;
  max-height: none;
  object-position: center;
}body.blog-page .blog-card div {
  padding: var(--space-sm);
}body.blog-page .blog-card h2 {
  font-size: 19px;
  letter-spacing: -0.02em;
}body.blog-page .blog-card span {
  color: var(--verde-escuro);
  font-weight: 500;
}body.blog-page .pagination a,
body.blog-page .pagination span {
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: var(--shadow-sm);
}
body.blog-page {
  background: var(--fundo-site);
}
body.blog-page .btn.dark {
  background: var(--preto);
  color: var(--caixa-clara);
  box-shadow: none;
}body.blog-page {
  background: var(--fundo-site);
}.blog-premium-hero{
  background: var(--caixa-clara);
}body.blog-page-one .blog-hero-photo img,
body.blog-page-one .blog-card img {
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}body.blog-page-one .blog-hero-photo {
  width: min(100%, 460px);
}@media (hover: hover) and (pointer: fine) {.blog-card:hover {
    transform: translateY(-3px);
  }}@media (min-width: 901px) {body.blog-page-one .blog-card img {
    height: auto;
  }
  body.service-page .historias-section .blog-grid{
    width: min(100% - 40px, 1180px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }body.blog-page .pagination {
    width: min(1180px, 100%);
    max-width: 1180px;
    justify-content: flex-start;
    margin-top: clamp(34px, 4vw, 48px);
  }body.blog-page .section {
    padding-bottom: clamp(58px, 6vw, 82px);
  }}@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }.blog-grid {
    max-width: 760px;
  }}@media (max-width: 900px) {.blog-premium-hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: var(--space-lg-tight);
  }.blog-hero-copy,
  .blog-hero-photo {
    justify-self: center;
  }.blog-hero-tags{
    justify-content: center;
  }
  body.service-page .historias-section .blog-grid {
    width: min(100% - 28px, 720px);
    max-width: 720px;
  }body.blog-page .pagination {
    width: 100%;
    max-width: 520px;
    justify-content: flex-start;
    margin-top: var(--space-md-tight);
  }}@media (max-width: 768px) {
  .blog-grid{
    grid-template-columns: 1fr;
    gap: var(--space-xs);
  }.blog-grid {
    max-width: 420px;
    gap: var(--space-sm-tight);
  }.blog-card img {
    max-height: 430px;
  }.pagination {
    margin-top: var(--space-md-tight);
  }.pagination a,
  .pagination span {
    min-width: 40px;
    height: 40px;
    font-size: 13px;
  }.blog-premium-hero {
    width: min(100% - 28px, 520px);
    padding: 26px 18px 18px;
    border-radius: var(--radius-lg);
  }.blog-premium-hero h1 {
    font-size: 34px;
    line-height: 1.06;
  }.blog-premium-hero p {
    font-size: 16px;
    line-height: 1.55;
  }.blog-hero-photo {
    width: 100%;
    border-radius: var(--radius-lg);
  }.blog-hero-tags {
    margin-top: var(--space-sm-tight);
  }body.blog-page .blog-grid {
    max-width: 430px;
  }
  body.service-page .historias-section .blog-grid{
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }}