/*
Theme Name:   Espaco Veredas
Theme URI:    https://www.espacoveredaspsi.com.br
Description:  Tema-filho do GeneratePress para o Espaco Veredas Psicologia. Identidade visual acolhedora e terrosa, tipografia serifada + sans humanista, blocos zig-zag e blog. Desenvolvido por ArtS Imoveis / Arteiro.
Author:       Arteiro - ArtS
Template:     generatepress
Version:      1.6.0
Text Domain:  espaco-veredas
*/

/* ============================================================
   DESIGN SYSTEM — Espaço Veredas
   ============================================================ */
:root {
  --algodao: #F9F4EE;
  --coral: #E69B71;
  --coralD: #D6824F;
  --areia: #CCBF93;
  --salvia: #AEB48E;
  --verde: #2E4231;
  --creme: #FFFDFA;
  --verde70: rgba(46, 66, 49, 0.75);
  --titulo: "Cormorant Garamond", serif;
  --corpo: "DM Sans", sans-serif;
  --raio: 18px;
  --sombra: 0 20px 40px rgba(46, 66, 49, 0.08);
  --sombra-sm: 0 4px 16px rgba(46, 66, 49, 0.05);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px; /* Compensa a altura do menu fixo (sticky header) ao rolar via links âncora */
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: var(--algodao);
  color: var(--verde);
  font-family: var(--corpo);
  line-height: 1.75;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: var(--coralD); text-decoration: none; transition: all 0.3s ease; }
a:hover { color: var(--coral); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

/* TÍTULOS — tamanhos cravados por classe */
.t-hero { font-family: var(--titulo); font-weight: 600; line-height: 1.08; letter-spacing: .5px; font-size: clamp(1.85rem, 1.35rem + 1.8vw, 2.85rem); }
.t-h1 { font-family: var(--titulo); font-weight: 600; line-height: 1.12; letter-spacing: .5px; font-size: clamp(2.4rem, 1.6rem + 3vw, 3.6rem); }
.t-h2 { font-family: var(--titulo); font-weight: 600; line-height: 1.14; letter-spacing: .5px; font-size: clamp(2.2rem, 1.6rem + 2vw, 3.1rem); }
.t-h3 { font-family: var(--titulo); font-weight: 600; line-height: 1.2; letter-spacing: .3px; font-size: clamp(1.5rem, 1.2rem + 1vw, 1.9rem); transition: color 0.3s ease; }
.eyebrow { font-family: var(--corpo); font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: var(--verde70); }

.container { width: min(90%, 1180px); margin-inline: auto; }
.secao { padding-block: clamp(3rem, 2rem + 4vw, 6.5rem); }
#inicio.secao { padding-top: clamp(1rem, 0.8rem + 1.5vw, 2.2rem); padding-bottom: clamp(2rem, 1.5rem + 3vw, 4.5rem); }
.secao--creme { background: var(--creme); }
.secao--salvia { background: var(--salvia); color: var(--verde); text-align: center; }
.secao--salvia .t-h1 { color: var(--verde) !important; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 2rem + 4vw, 6rem); align-items: center; }
.split > div:not(.split__texto) { border-radius: var(--raio); overflow: hidden; box-shadow: var(--sombra); transition: transform 0.5s ease, box-shadow 0.5s ease; transform: translateZ(0); }
.split > div:not(.split__texto):hover { transform: scale(1.02); box-shadow: 0 20px 40px rgba(46, 66, 49, 0.15); }
.split img, .split picture { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; border-radius: inherit; }
.split img { transform: scale(1.03); transform-origin: center; }
.split__texto > * + * { margin-top: 1.2rem; }
.split__texto p { color: var(--verde70); max-width: 52ch; }

.grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(2rem, 1.4rem + 2.6vw, 3.5rem); }

.btn { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; padding: .9rem 1.9rem; border-radius: 999px; border: 1.5px solid transparent; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); cursor: pointer; font-family: var(--corpo); text-decoration: none; position: relative; overflow: hidden; }
.btn-p { background: var(--coral); color: #fff !important; box-shadow: var(--sombra-sm); }
.btn-p::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.btn-p:hover::before { transform: translateX(100%); }
.btn-p:hover { background: var(--coralD); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(230, 155, 113, 0.25); }
.btn-s { color: var(--verde) !important; border-color: var(--areia); background: transparent; }
.btn-s:hover { background: rgba(204, 191, 147, 0.15); transform: translateY(-2px); border-color: var(--coralD); }

.header { position: sticky; top: 0; background: rgba(249, 244, 238, 0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); z-index: 100; border-bottom: 1px solid rgba(204, 191, 147, 0.3); transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease; }
.header .container { display: flex; align-items: center; justify-content: space-between; padding-block: .9rem; transition: padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.header img { height: 58px; width: auto; transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.header.shrink { background: rgba(249, 244, 238, 0.96); box-shadow: 0 8px 30px rgba(46, 66, 49, 0.05); border-color: rgba(204, 191, 147, 0.4); }
@media (min-width: 861px) {
  .header.shrink .container { padding-block: 0.5rem; }
  .header.shrink img { height: 46px; }
}
.nav { display: flex; gap: 1.7rem; align-items: center; }
.nav a { color: var(--verde); font-size: .95rem; font-weight: 500; position: relative; padding-block: 0.25rem; }
.nav a:not(.btn)::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color: var(--coralD); transition: width 0.3s ease, left 0.3s ease; }
.nav a:hover { color: var(--coralD); }
.nav a:not(.btn):hover::after { width: 100%; left: 0; }

.veredas-menu-toggle { display: none; flex-direction: column; justify-content: space-between; width: 30px; height: 21px; background: transparent; border: none; cursor: pointer; padding: 0; z-index: 120; box-shadow: none; }
.veredas-menu-toggle span { width: 100%; height: 3px; background-color: var(--verde); border-radius: 9px; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: block; }

.card { background: var(--creme); border-radius: var(--raio); overflow: hidden; box-shadow: var(--sombra-sm); transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); display: flex; flex-direction: column; height: 100%; cursor: pointer; position: relative; }
.card:hover { transform: translateY(-6px); box-shadow: 0 25px 50px rgba(46, 66, 49, 0.12); }
.card:hover .t-h3 { color: var(--coralD); }
.card img { transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.card:hover img { transform: scale(1.04); }
.stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; }
.card__corpo a { display: inline-flex; align-items: center; gap: 0.35rem; color: var(--coralD); font-weight: 600; margin-top: auto; transition: color 0.3s ease; }
.card__corpo a .seta {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card:hover .card__corpo a { color: var(--coral); }
.card:hover .card__corpo a .seta { transform: translateX(5px); }
.card__corpo { padding: 2rem 1.9rem; display: flex; flex-direction: column; flex-grow: 1; }
.card__corpo > * + * { margin-top: .9rem; }
.card__corpo p { color: var(--verde70); flex-grow: 1; }
.cat { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--coralD); font-weight: 600; display: inline-block; }

.cabecalho { margin-bottom: clamp(2.2rem, 1.5rem + 1.8vw, 3.4rem); }
.cabecalho > * + * { margin-top: 1rem; }

.chips { display: flex; gap: 1.1rem; flex-wrap: wrap; padding-block: .75rem; }
.chip { background: var(--creme); border: 1.5px solid var(--areia); padding: .7rem 1.4rem; border-radius: 999px; font-size: .95rem; white-space: nowrap; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); cursor: default; }
.chip:hover { background: var(--areia); color: var(--verde); transform: translateY(-3px); border-color: var(--areia); box-shadow: 0 8px 20px rgba(204, 191, 147, 0.25); }

.dif-item { padding: 2.2rem 1.8rem; border-radius: var(--raio); border: 1px solid transparent; transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); display: flex; flex-direction: column; align-items: flex-start; background: transparent; }
.dif-item:hover { background: rgba(174, 180, 142, 0.08); border-color: rgba(204, 191, 147, 0.25); transform: translateY(-4px); box-shadow: 0 12px 30px rgba(46, 66, 49, 0.04); }
.dif-icon { width: 42px; height: 42px; color: var(--coralD); margin-bottom: 1.2rem; transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease; }
.dif-item:hover .dif-icon { transform: scale(1.15) rotate(5deg); color: var(--coral); }

@keyframes float { 
  0% { transform: translate(100px, 100px) scale(1) rotate(0deg); } 
  33% { transform: translate(105px, 95px) scale(1.02) rotate(2deg); }
  66% { transform: translate(97px, 103px) scale(0.98) rotate(-2deg); }
  100% { transform: translate(100px, 100px) scale(1) rotate(0deg); } 
}
.blob { position: absolute; top: -60px; right: -30px; width: 320px; opacity: .45; z-index: 0; filter: blur(2px); pointer-events: none; }
.blob path { animation: float 14s ease-in-out infinite; }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); } 70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }
.wa { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,0.18); z-index: 99; animation: pulse 2.2s infinite; transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease; }
.wa:hover { transform: scale(1.1) rotate(8deg); background-color: #20ba5a; }
.wa svg { width: 30px; height: 30px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* Entrada em Cascata */
.reveal.active .split > *,
.reveal.active .grid-cards > *,
.reveal.active .chips > * {
  animation: revealFadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.reveal.active .split > *:nth-child(1) { animation-delay: 0.1s; }
.reveal.active .split > *:nth-child(2) { animation-delay: 0.3s; }

.reveal.active .grid-cards > *:nth-child(1) { animation-delay: 0.1s; }
.reveal.active .grid-cards > *:nth-child(2) { animation-delay: 0.25s; }
.reveal.active .grid-cards > *:nth-child(3) { animation-delay: 0.4s; }

.reveal.active .chips > *:nth-child(1) { animation-delay: 0.05s; }
.reveal.active .chips > *:nth-child(2) { animation-delay: 0.1s; }
.reveal.active .chips > *:nth-child(3) { animation-delay: 0.15s; }
.reveal.active .chips > *:nth-child(4) { animation-delay: 0.2s; }
.reveal.active .chips > *:nth-child(5) { animation-delay: 0.25s; }
.reveal.active .chips > *:nth-child(6) { animation-delay: 0.3s; }

@keyframes revealFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.footer { background: var(--verde); color: #fff; padding-block: 4.5rem 2.5rem; border-top: 1px solid rgba(204, 191, 147, 0.2); }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 3.5rem; margin-bottom: 3rem; text-align: left; }
.footer__col > h4 { font-family: var(--titulo); font-size: 1.4rem; margin-bottom: 1.5rem; color: var(--areia); letter-spacing: 0.5px; }
.footer__col > p { font-size: 0.95rem; opacity: 0.85; line-height: 1.6; }
.footer__links { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; margin: 0 !important; padding: 0 !important; }
.footer__links a { color: rgba(255, 255, 255, 0.8) !important; font-size: 0.95rem; transition: all 0.3s ease; display: inline-block; }
.footer__links a:hover { color: var(--coral) !important; transform: translateX(4px); }
.footer__desc { max-width: 320px; font-size: 0.95rem; opacity: 0.8; margin-bottom: 1rem; line-height: 1.6; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer__bottom p { font-size: 0.82rem; opacity: 0.6; }

.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hero-cfp { font-size: clamp(0.58rem, 0.45rem + 0.7vw, 0.78rem); opacity: 0.7; margin-top: 1.1rem; display: flex; align-items: center; gap: 0.3rem; color: var(--verde70); letter-spacing: -0.03em; max-width: none !important; white-space: nowrap; }
@media (min-width: 861px) {
  .hero-cfp { letter-spacing: -0.015em; white-space: normal; }
}

@media (max-width: 860px) {
  .header .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .footer__grid { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
  .footer__col > h4 { margin-bottom: 1rem; }
  .footer__links { align-items: center; }
  .footer__desc { margin-inline: auto; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .split { grid-template-columns: 1fr; gap: 2.5rem; }
  .split img { aspect-ratio: auto !important; }
  .veredas-menu-toggle {
    display: flex !important;
    width: 30px !important;
    height: 21px !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    z-index: 120 !important;
  }
  .veredas-menu-toggle span {
    width: 30px !important;
    height: 3px !important;
    background-color: var(--verde) !important;
    display: block !important;
  }
  .nav { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: var(--verde) !important; border-left: 1px solid rgba(204, 191, 147, 0.15); box-shadow: -10px 0 40px rgba(46, 66, 49, 0.25); flex-direction: column; justify-content: flex-start; align-items: center; gap: 1.6rem !important; padding: 6.5rem 2rem 3rem; transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0), visibility 0.4s; z-index: 110; visibility: hidden; }
  .nav.active { right: 0; visibility: visible; }
  .nav a { font-size: 1.15rem; color: var(--algodao) !important; transition: color 0.3s ease; }
  .nav a:hover { color: var(--coral) !important; }
  .nav a.btn { color: #fff !important; margin-top: 0.8rem; }
  .veredas-menu-toggle.active span { background-color: var(--algodao) !important; }
  .veredas-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px) !important; }
  .veredas-menu-toggle.active span:nth-child(2) { opacity: 0 !important; }
  .veredas-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(8px, -8px) !important; }
  .chips { gap: 0.75rem; }
  .chip { padding: .5rem 1.1rem; font-size: .88rem; }
  .card img { aspect-ratio: 16/9 !important; }
  .hero-buttons { justify-content: center !important; margin-top: 1.2rem !important; }
  .split__texto { text-align: center; }
  .split__texto p { margin-inline: auto; }
}

/* GeneratePress: esconde header/footer e navegação mobile nativos — usamos os nossos */
.site-header, .site-footer, .main-navigation, #mobile-header, .mobile-header-navigation { display: none !important; }
.site-content { padding: 0 !important; }
.inside-article { padding: 0; }

/* ============================================================
   PÁGINAS INTERNAS (Padrão e Textuais)
   ============================================================ */
.main-content {
  padding-top: 2rem;
  padding-bottom: 5rem;
  min-height: calc(100vh - 400px);
}
.pagina-interna {
  padding-block: clamp(3rem, 2rem + 4vw, 5rem);
}
.container--estreito {
  width: min(90%, 800px);
  margin-inline: auto;
}
.pagina-interna__cabecalho {
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(204, 191, 147, 0.3);
  padding-bottom: 1.5rem;
}
.pagina-interna__titulo {
  color: var(--verde);
}
.editor-content {
  color: var(--verde70);
  line-height: 1.8;
}
.editor-content p {
  margin-bottom: 1.5rem;
}
.editor-content h2, .editor-content h3 {
  font-family: var(--titulo);
  color: var(--verde);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.editor-content h2 {
  font-size: clamp(1.8rem, 1.4rem + 1vw, 2.2rem);
}
.editor-content h3 {
  font-size: clamp(1.4rem, 1.1rem + 0.8vw, 1.7rem);
}
.editor-content ul, .editor-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.editor-content li {
  margin-bottom: 0.5rem;
}
.editor-content a {
  text-decoration: underline;
  color: var(--coralD);
}
.editor-content a:hover {
  color: var(--coral);
}

/* ============================================================
   BANNER DE CONSENTIMENTO DE COOKIES (LGPD)
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 24px; /* Visível por padrão se o HTML for renderizado */
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 880px);
  background: rgba(255, 253, 250, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(204, 191, 147, 0.4);
  border-radius: var(--raio);
  box-shadow: 0 16px 40px rgba(46, 66, 49, 0.15);
  padding: 1.5rem 2rem;
  z-index: 9999;
  transition: opacity 0.4s ease, transform 0.4s ease;
  visibility: visible;
}
.cookie-banner.accepted {
  display: none !important;
}
.cookie-banner__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.cookie-banner__content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
}
.cookie-banner__icon {
  width: 32px;
  height: 32px;
  color: var(--coralD);
  flex-shrink: 0;
}
.cookie-banner__content p {
  font-size: 0.92rem;
  color: var(--verde70);
  line-height: 1.5;
  margin: 0;
}
.cookie-banner__content a {
  text-decoration: underline;
  font-weight: 500;
  color: var(--coralD);
}
.cookie-banner__content a:hover {
  color: var(--coral);
}
.cookie-banner__actions {
  flex-shrink: 0;
}
.cookie-banner__btn {
  padding: 0.65rem 1.6rem !important;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .cookie-banner {
    padding: 1.1rem 1.3rem !important;
    width: auto !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    transform: none !important;
  }
  .cookie-banner__container {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .cookie-banner__content {
    align-items: flex-start;
    gap: 0.75rem;
  }
  .cookie-banner__icon {
    width: 24px !important;
    height: 24px !important;
    margin-top: 0.1rem;
  }
  .cookie-banner__content p {
    font-size: 0.85rem !important;
    line-height: 1.4;
  }
  .cookie-banner__actions {
    display: flex;
    justify-content: flex-end;
  }
  .cookie-banner__btn {
    width: 100%;
    justify-content: center;
    padding: 0.55rem 1.4rem !important;
    font-size: 0.9rem !important;
  }
}

/* ============================================================
   PAGINAÇÃO DO BLOG
   ============================================================ */
.paginacao ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.paginacao li {
  margin: 0;
}
.paginacao .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  border-radius: 50%;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--verde) !important;
  transition: all 0.3s ease;
}
.paginacao .page-numbers.current {
  background: var(--coral) !important;
  color: #fff !important;
}
.paginacao a.page-numbers:hover {
  background: rgba(204, 191, 147, 0.2);
  color: var(--coralD) !important;
}
.paginacao .prev, .paginacao .next {
  border-radius: 999px;
  padding: 0 1rem;
}

/* ============================================================
   TEMPLATE DE POST INDIVIDUAL (SINGLE.PHP)
   ============================================================ */

.container--estreito {
  width: min(90%, 760px);
  margin-inline: auto;
}

/* Hero do Post */
.post-single__hero {
  padding-top: clamp(2rem, 1.5rem + 3vw, 4.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 3rem);
}
.post-single__meta-topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.post-single__voltar {
  display: inline-flex;
  align-items: center;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--verde70);
  transition: all 0.3s ease;
}
.post-single__voltar:hover {
  color: var(--coralD);
  transform: translateX(-3px);
}
.post-single__voltar svg {
  transition: transform 0.3s ease;
}
.post-single__voltar:hover svg {
  transform: translateX(-2px);
}
.post-single__categoria {
  margin-bottom: 0;
}
.post-single__titulo {
  color: var(--verde);
  margin-bottom: 1.8rem;
  line-height: 1.15;
}
.post-single__meta-autor {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid rgba(204, 191, 147, 0.25);
  border-bottom: 1px solid rgba(204, 191, 147, 0.25);
  padding-block: 1rem;
}
.post-single__autor-avatar {
  width: 40px;
  height: 40px;
  background: var(--creme);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sombra-sm);
  border: 1px solid rgba(204, 191, 147, 0.2);
}
.post-single__meta-dados {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--verde70);
}
.post-single__autor-nome strong {
  color: var(--verde);
  font-weight: 600;
}
.post-single__separador {
  color: var(--areia);
  opacity: 0.6;
}

/* Imagem Destacada */
.post-single__imagem-container {
  border-radius: var(--raio);
  overflow: hidden;
  box-shadow: var(--sombra);
  margin-bottom: clamp(2rem, 1.5rem + 3vw, 4rem);
  background: var(--creme);
}
.post-single__imagem-container picture,
.post-single__imagem-container img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media (max-width: 768px) {
  .post-single__imagem-container picture,
  .post-single__imagem-container img {
    aspect-ratio: 3/2;
  }
}

/* Corpo do Conteúdo & Estilos Gutenberg */
.post-single__conteudo-wrapper {
  padding-bottom: clamp(3rem, 2rem + 4vw, 6rem);
}
.editor-content {
  color: var(--verde);
}
.editor-content > * + * {
  margin-top: 1.6rem;
}
.editor-content p {
  font-size: clamp(1.05rem, 1.01rem + 0.18vw, 1.15rem);
  line-height: 1.85;
  color: var(--verde70);
}
.editor-content h2 {
  font-family: var(--titulo);
  font-weight: 600;
  font-size: clamp(1.7rem, 1.4rem + 1vw, 2.2rem);
  color: var(--verde);
  margin-top: 2.8rem;
  line-height: 1.25;
}
.editor-content h3 {
  font-family: var(--titulo);
  font-weight: 600;
  font-size: clamp(1.35rem, 1.15rem + 0.8vw, 1.7rem);
  color: var(--verde);
  margin-top: 2.2rem;
  line-height: 1.3;
}
.editor-content a {
  color: var(--coralD);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}
.editor-content a:hover {
  color: var(--coral);
}
.editor-content blockquote {
  border-left: 4px solid var(--coral);
  padding: 1.2rem 1.8rem;
  background: var(--creme);
  border-radius: 0 var(--raio) var(--raio) 0;
  margin: 2rem 0;
  font-style: italic;
  box-shadow: var(--sombra-sm);
}
.editor-content blockquote p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--verde);
  margin-bottom: 0;
}
.editor-content blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--verde70);
  font-style: normal;
  font-weight: 600;
}
.editor-content ul, .editor-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.6rem;
  color: var(--verde70);
}
.editor-content li {
  margin-bottom: 0.6rem;
  font-size: clamp(1.02rem, 0.99rem + 0.15vw, 1.1rem);
  line-height: 1.75;
}
.editor-content hr {
  border: 0;
  height: 1px;
  background: rgba(204, 191, 147, 0.4);
  margin: 3.5rem auto;
  width: 60%;
}
.editor-content figure {
  margin: 2.2rem 0;
  border-radius: var(--raio);
  overflow: hidden;
  box-shadow: var(--sombra-sm);
}
.editor-content figure img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.editor-content figcaption {
  font-size: 0.88rem;
  color: var(--verde70);
  text-align: center;
  margin-top: 0.75rem;
  font-style: italic;
}

/* Barra de Compartilhamento */
.post-single__compartilhar {
  margin-top: 4rem;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(204, 191, 147, 0.3);
}
.post-single__compartilhar-titulo {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--verde);
  margin-bottom: 1rem;
}
.post-single__compartilhar-botoes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.btn-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.3rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--verde);
  background: var(--creme);
  border: 1px solid rgba(204, 191, 147, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.btn-share svg {
  transition: transform 0.3s ease;
}
.btn-share:hover {
  transform: translateY(-2px);
  box-shadow: var(--sombra-sm);
}
.btn-share:hover svg {
  transform: scale(1.1);
}
.btn-share--whatsapp:hover {
  background: #e8f5e9;
  color: #2e7d32;
  border-color: #a5d6a7;
}
.btn-share--linkedin:hover {
  background: #e3f2fd;
  color: #0d47a1;
  border-color: #90caf9;
}
.btn-share--facebook:hover {
  background: #eceff1;
  color: #1565c0;
  border-color: #b0bec5;
}
.btn-share--copy:hover {
  background: #fff8e1;
  color: #ff8f00;
  border-color: #ffe082;
}
.btn-share--copied {
  background: #e8f5e9 !important;
  color: #2e7d32 !important;
  border-color: #81c784 !important;
}

/* Navegação Próximo/Anterior */
.post-single__navegacao {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
  padding-block: 2.2rem;
  border-top: 1px solid rgba(204, 191, 147, 0.3);
  border-bottom: 1px solid rgba(204, 191, 147, 0.3);
}
.post-single__nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.post-single__nav-rotulo {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--verde70);
}
.post-single__nav-link {
  font-family: var(--titulo);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--verde);
  line-height: 1.3;
}
.post-single__nav-link:hover {
  color: var(--coralD);
}

@media (max-width: 576px) {
  .post-single__navegacao {
    flex-direction: column;
    gap: 1.5rem;
  }
  .post-single__nav-item--next {
    text-align: left !important;
  }
}

/* Artigos Relacionados */
.post-single__relacionados {
  background: var(--creme);
  padding-block: clamp(3rem, 2rem + 4vw, 5.5rem);
  border-top: 1px solid rgba(204, 191, 147, 0.25);
}
.post-single__relacionados-header {
  margin-bottom: 2.5rem;
  text-align: center;
}
.post-single__relacionados-titulo {
  margin-top: 0.5rem;
}

/* Área de Comentários */
.post-single__comentarios {
  margin-top: 4rem;
}
.comments-title {
  font-family: var(--titulo);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--verde);
  margin-bottom: 2rem;
}
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3.5rem 0;
}
.comment-list .comment {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(204, 191, 147, 0.2);
}
.comment-list .children {
  list-style: none;
  padding-left: 2.5rem;
  margin-top: 2rem;
}
.comment-body {
  display: flex;
  gap: 1.2rem;
  position: relative;
}
.comment-meta {
  flex-shrink: 0;
}
.comment-meta img.avatar {
  border-radius: 50%;
  border: 1px solid rgba(204, 191, 147, 0.3);
  background: var(--algodao);
  width: 48px;
  height: 48px;
  display: block;
}
.comment-content-wrapper {
  flex-grow: 1;
}
.comment-author {
  font-weight: 600;
  color: var(--verde);
  font-size: 1.05rem;
}
.comment-metadata {
  font-size: 0.85rem;
  color: var(--verde70);
  margin-top: 0.15rem;
  margin-bottom: 0.65rem;
}
.comment-metadata a {
  color: inherit;
}
.comment-content {
  font-size: 0.98rem;
  color: var(--verde70);
  line-height: 1.6;
}
.comment-content p {
  margin-bottom: 0.8rem;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-reply-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--coralD) !important;
  margin-top: 0.5rem;
}
.comment-reply-link:hover {
  color: var(--coral) !important;
  text-decoration: underline;
}

/* Formulário de Comentário (#respond) */
.comment-respond {
  background: var(--creme);
  padding: 2.5rem;
  border-radius: var(--raio);
  box-shadow: var(--sombra-sm);
  border: 1px solid rgba(204, 191, 147, 0.25);
  margin-bottom: 2rem;
}
.comment-reply-title {
  font-family: var(--titulo);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--verde);
  margin-bottom: 1.5rem;
}
.comment-reply-title a {
  font-size: 0.9rem;
  font-family: var(--corpo);
  margin-left: 1rem;
  color: var(--coralD);
}
.comment-notes, .logged-in-as {
  font-size: 0.9rem;
  color: var(--verde70);
  margin-bottom: 1.5rem;
}
.comment-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.comment-form-comment {
  grid-column: span 2;
}
.comment-form-author, .comment-form-email {
  grid-column: span 1;
}
@media (max-width: 576px) {
  .comment-form-author, .comment-form-email {
    grid-column: span 2;
  }
  .comment-respond {
    padding: 1.5rem;
  }
}
.comment-form-url, .comment-form-cookies-consent {
  grid-column: span 2;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--verde70);
  line-height: 1.4;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 0.2rem;
  accent-color: var(--coral);
}
.comment-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--verde);
  margin-bottom: 0.4rem;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border-radius: 10px;
  border: 1px solid rgba(204, 191, 147, 0.5);
  background: var(--creme);
  color: var(--verde);
  font-family: var(--corpo);
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(230, 155, 113, 0.15);
  background: #fff;
}
.comment-form-submit {
  grid-column: span 2;
  margin-top: 0.5rem;
}
.comment-form .submit {
  background: var(--coral) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 600 !important;
  padding: .85rem 2rem !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: var(--sombra-sm) !important;
  font-family: var(--corpo) !important;
  font-size: 0.98rem !important;
}
.comment-form .submit:hover {
  background: var(--coralD) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 15px rgba(230, 155, 113, 0.25) !important;
}

/* ============================================================
   ESTILOS DE PÁGINAS INTERNAS ESPECÍFICAS
   ============================================================ */

/* 1. FAQ Accordion (page-atendimento.php) */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2rem;
}
.faq-item {
  background: var(--creme);
  border: 1px solid rgba(204, 191, 147, 0.25);
  border-radius: var(--raio);
  padding: 1.4rem 1.8rem;
  box-shadow: var(--sombra-sm);
  transition: all 0.3s ease;
}
.faq-item[open] {
  border-color: var(--areia);
  box-shadow: var(--sombra);
}
.faq-pergunta {
  font-family: var(--titulo);
  font-size: clamp(1.2rem, 1.1rem + 0.5vw, 1.45rem);
  font-weight: 600;
  color: var(--verde);
  cursor: pointer;
  list-style: none; /* remove seta padrao */
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.faq-pergunta::-webkit-details-marker {
  display: none; /* remove seta padrao no safari */
}
.faq-pergunta::after {
  content: '+';
  font-family: var(--corpo);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--coralD);
  transition: transform 0.3s ease;
}
.faq-item[open] .faq-pergunta::after {
  content: '−';
  transform: rotate(180deg);
}
.faq-resposta {
  margin-top: 1rem;
  color: var(--verde70);
  line-height: 1.7;
  font-size: 0.98rem;
  border-top: 1px solid rgba(204, 191, 147, 0.15);
  padding-top: 1rem;
}

/* 2. Salas - Galeria & Diferenciais (page-salas.php) */
.dif-item-sala {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.dif-item-sala:hover {
  transform: translateY(-5px);
  box-shadow: var(--sombra);
  border-color: var(--areia) !important;
}
.galeria-item {
  overflow: hidden;
  transform: translateZ(0);
}
.galeria-item:hover {
  transform: scale(1.02);
}

/* 3. Layout Contato de Duas Colunas (page-contato.php) */
@media (min-width: 861px) {
  .split--contato {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
  }
}
.contato-info-card a {
  color: var(--verde) !important;
  transition: color 0.3s ease;
}
.contato-info-card a:hover {
  color: var(--coralD) !important;
}
.info-icon svg {
  transition: transform 0.3s ease;
}
.info-item:hover .info-icon svg {
  transform: scale(1.1);
}
.contato-formulario-lado {
  width: 100%;
}


