/* ========================================
   POST DO BLOG — camada editorial (18/08/2026)
   Mesma linguagem aprovada em Contatos: fio dourado que some na ponta,
   Playfair nos títulos, dourado #aa7e32/#c5a974. Arquivo carregado só nos
   posts que optarem por ele — não altera o CSS compartilhado.
   ======================================== */

.blog-post {
  --ouro: #aa7e32;
  --ouro-claro: #c5a974;
  --tinta: #14110c;
  --tinta-fraca: #6f6a61;
}

/* ---------- cabeçalho do post ---------- */
.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 4px 0 18px;
}

.post-meta__cat {
  color: var(--ouro);
  letter-spacing: .26em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
}

.post-meta__sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ouro-claro);
}

.post-meta__item {
  color: var(--tinta-fraca);
  font-size: 13px;
  line-height: 18px;
}

.blog-post .post-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: -.015em;
  line-height: 1.14 !important;
  color: var(--tinta);
  margin-bottom: 22px !important;
}

.blog-post .lead {
  position: relative;
  color: var(--tinta);
  font-size: clamp(18px, 1.5vw, 21px) !important;
  line-height: 1.62 !important;
  font-weight: 500;
  padding-top: 22px;
  margin-bottom: 30px !important;
}

.blog-post .lead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  max-width: 60%;
  height: 1px;
  background: linear-gradient(90deg, var(--ouro-claro) 0%, rgba(197, 169, 116, 0) 100%);
}

/* ---------- corpo ---------- */
.blog-post .post-content > p,
.blog-post .post-content p {
  font-size: 17px;
  line-height: 1.78;
  color: #2c2822;
}

.blog-post .post-content h2:not(.ig-showcase__title) {
  position: relative;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(25px, 2.4vw, 32px);
  line-height: 1.2;
  color: var(--tinta);
  margin: 52px 0 18px;
  padding-top: 26px;
}

.blog-post .post-content h2:not(.ig-showcase__title):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  max-width: 50%;
  height: 1px;
  background: linear-gradient(90deg, var(--ouro-claro) 0%, rgba(197, 169, 116, 0) 100%);
}

.blog-post .post-featured-image {
  border-radius: 14px;
}

/* ---------- citação em destaque ---------- */
.post-citacao {
  position: relative;
  margin: 40px 0;
  padding: 6px 0 6px 28px;
  border-left: 2px solid var(--ouro-claro);
}

.post-citacao p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(20px, 2vw, 25px) !important;
  line-height: 1.45 !important;
  font-style: italic;
  color: var(--tinta) !important;
  margin: 0 0 12px !important;
}

.post-citacao cite {
  display: block;
  color: var(--ouro);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
}

/* ---------- cartão de visita da unidade ---------- */
.post-unidade {
  margin: 48px 0 8px;
  padding: 30px 32px;
  border: 1px solid #f1e7d4;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff 60%);
  box-shadow: 0 14px 40px rgba(31, 24, 10, .06);
}

.post-unidade__tag {
  display: block;
  color: var(--ouro);
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 14px;
}

.post-unidade__linhas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 34px;
  margin-bottom: 22px;
}

.post-unidade__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.post-unidade__item svg {
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: 3px;
  fill: none;
  stroke: var(--ouro);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.post-unidade__rot {
  display: block;
  color: var(--tinta-fraca);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 3px;
}

.post-unidade__valor,
.post-unidade a.post-unidade__valor {
  color: var(--tinta);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.post-unidade a.post-unidade__valor:hover {
  color: var(--ouro);
}

.post-unidade__cta,
.post-fecho__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff !important;
  background: linear-gradient(135deg, #c5a974 0%, #aa7e32 60%, #8c651f 100%);
  border-radius: 100px;
  padding: 15px 30px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 26px rgba(170, 126, 50, .26);
  transition: box-shadow .3s ease, filter .3s ease;
}

.post-unidade__cta:hover,
.post-fecho__cta:hover {
  box-shadow: 0 14px 32px rgba(170, 126, 50, .38);
  filter: brightness(1.04);
}

.post-unidade__cta svg,
.post-fecho__cta svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform .3s ease;
}

.post-unidade__cta:hover svg,
.post-fecho__cta:hover svg {
  transform: translateX(4px);
}

@media screen and (max-width: 767px) {
  .post-unidade {
    padding: 24px 20px;
  }

  .post-unidade__linhas {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .post-unidade__cta,
  .post-fecho__cta {
    width: 100%;
  }

  .post-citacao {
    padding-left: 20px;
  }
}

/* ---------- botão de voltar: pílula vazada (padrão do site, sem preenchimento
   pra não competir com o CTA de agendar) ---------- */
.blog-post .back-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 34px;
  background: transparent;
  color: var(--ouro);
  border: 1px solid var(--ouro-claro);
  border-radius: 100px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .28s ease, color .28s ease, border-color .28s ease;
}

.blog-post .back-button:before {
  content: "";
  width: 14px;
  height: 14px;
  flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H6m5-6-6 6 6 6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H6m5-6-6 6 6 6'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .28s ease;
}

.blog-post .back-button:hover {
  background: rgba(170, 126, 50, .07);
  border-color: var(--ouro);
  color: var(--ouro);
}

.blog-post .back-button:hover:before {
  transform: translateX(-3px);
}

.blog-post .back-button-wrapper {
  margin-top: 40px;
}

/* ---------- listas (11 dos 18 posts usam) ---------- */
.blog-post .post-content ul,
.blog-post .post-content ol {
  margin: 22px 0 26px;
  padding-left: 22px;
}

.blog-post .post-content li {
  font-size: 17px;
  line-height: 1.72;
  color: #2c2822;
  margin-bottom: 10px;
  padding-left: 6px;
}

.blog-post .post-content ul li::marker {
  color: var(--ouro-claro);
}

.blog-post .post-content ol li::marker {
  color: var(--ouro);
  font-weight: 700;
}

/* ---------- fotos no meio do texto ---------- */
.post-figura {
  margin: 44px 0;
}

.post-figura img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

/* foto vertical: não pode ocupar a largura toda (viraria uma torre).
   Fica centralizada, com largura própria e o mesmo canto arredondado. */
.post-figura--retrato img {
  max-width: 460px;
  margin: 0 auto;
}

.post-figura figcaption {
  display: block;
  margin-top: 12px;
  color: #8d887e;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .post-figura {
    margin: 32px 0;
  }

  .post-figura--retrato img {
    max-width: 100%;
  }
}


/* ========================================
   LINKS DENTRO DO TEXTO (18/08/2026)
   Antes saíam no azul padrão do navegador — feio no meio do editorial.
   Agora: dourado da marca com fio fino embaixo, que fecha no hover.
   ======================================== */
.blog-post .post-content p a,
.blog-post .post-content li a {
  color: var(--ouro);
  text-decoration: none;
  border-bottom: 1px solid rgba(197, 169, 116, .55);
  padding-bottom: 1px;
  transition: color .3s ease, border-color .3s ease;
}

.blog-post .post-content p a:hover,
.blog-post .post-content li a:hover {
  color: #8c651f;
  border-bottom-color: var(--ouro);
}

/* ========================================
   FECHO DO POST — chamada + ação (18/08/2026)
   Mesma linguagem do resto: fio dourado em degradê que some nas duas pontas,
   Playfair na chamada e a MESMA pílula da caixa de unidade. Sem caixa, sem
   borda, sem tracinho reto — só o fio, o texto e o botão, empilhados.
   ======================================== */
.post-fecho {
  position: relative;
  margin: 54px 0 6px;
  padding-top: 36px;
  text-align: center;
}

.post-fecho::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(340px, 78%);
  height: 1px;
  background: linear-gradient(90deg,
    rgba(197, 169, 116, 0) 0%,
    var(--ouro) 50%,
    rgba(197, 169, 116, 0) 100%);
}

.blog-post .post-content .post-fecho__texto {
  max-width: 30em;
  margin: 0 auto 28px;
  color: var(--tinta);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 23px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .post-fecho {
    margin-top: 42px;
    padding-top: 30px;
  }

  .blog-post .post-content .post-fecho__texto {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}
