/*
Theme Name: Astra Child
Template: astra
*/

/* SECSSION - MAPS AND RATE */ 

.google-section {
  font-family: sans-serif;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}
.google-header {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.google-rating-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e8d8d4;
  border-radius: 16px;
  padding: 20px 32px;
  box-shadow: 0 2px 12px rgba(151,101,101,0.08);
}
.google-rating-num {
  font-size: 48px;
  font-weight: 300;
  color: #6B4343;
  line-height: 1;
}
.google-stars {
  color: #FBBC05;
  font-size: 20px;
  letter-spacing: 2px;
}
.google-rating-label {
  font-size: 13px;
  color: #B08989;
}
.google-rating-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.google-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}
.review-card {
  background: #FAF5F3;
  border: 1px solid #EDD6CE;
  border-radius: 12px;
  padding: 18px;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #976565;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
}
.review-name {
  font-size: 14px;
  font-weight: 500;
  color: #6B4343;
}
.review-stars {
  color: #FBBC05;
  font-size: 13px;
}
.review-text {
  font-size: 13px;
  color: #6B4343;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}
.google-map {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.google-cta {
  text-align: center;
}
.google-cta-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #976565;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}
.google-cta-btn:hover {
  background: #6B4343;
  color: #fff;
}


/* ===== DIVISOR CEREJEIRA ===== */
.divisor-cerejeira {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divisor-cerejeira svg {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}

/* ===== SOBRE ===== */
.sobre-section {
  padding: 40px 20px;
  max-width: 1140px;
  margin: 0 auto;
}

.sobre-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.sobre-img-wrap {
  flex: 0 0 45%;
  max-width: 45%;
}

.sobre-img-placeholder {
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
  overflow: visible !important;
}

.sobre-img-placeholder img {
  width: 100% !important;
  height: auto !important;
  object-fit: unset !important;
  display: block !important;
  border-radius: 16px !important;
}

.sobre-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.sobre-text {
  flex: 1;
  min-width: 0;
}

.sobre-tag {
  display: inline-block;
  background: #F5E8E4;
  color: #976565;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 30px;
  font-family: sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.sobre-titulo {
  font-size: 2.2rem;
  font-weight: 400;
  color: #6B4343;
  line-height: 1.2;
  margin-bottom: 24px;
  font-family: Georgia, serif;
}

.sobre-desc {
  font-size: 15px;
  color: #6B4343;
  line-height: 1.9;
  font-family: sans-serif;
  margin-bottom: 16px;
}

.sobre-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 13px 32px;
  background: #976565;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: background 0.3s ease;
}

.sobre-btn:hover {
  background: #6B4343;
  color: #fff;
}

@media (max-width: 768px) {
  .sobre-section {
    overflow: hidden;
  }

  .sobre-content {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 20px;
  }

  .sobre-img-wrap {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 2;
  }

  .sobre-img-wrap img {
    width: 100%;
    height: auto;
    max-height: 400px;      /* limita a altura da foto */
    object-fit: cover;      /* volta para cover com altura controlada */
    object-position: top;   /* mostra o rosto */
    border-radius: 16px;
  }

  .sobre-text {
    flex: none !important;
    width: 100% !important;
    order: 1;
  }

  .sobre-titulo {
    font-size: 1.7rem;
  }
}

/* ===== DIFERENCIAIS ===== */
.diferenciais-section {
    padding: 60px 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.sobre-section {
    padding: 30px 20px !important;
}

.diferenciais-section {
    padding: 30px 20px !important;
}

.diferenciais-titulo-wrap h3.diferenciais-titulo {
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    color: #6B4343 !important;
    font-family: Georgia, serif !important;
    white-space: normal !important;
    margin: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
}

.diferenciais-titulo-wrap h3.diferenciais-titulo::before,
.diferenciais-titulo-wrap h3.diferenciais-titulo::after {
    display: none !important;
}

.diferenciais-titulo-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}

.diferenciais-linha {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #D9C4BE);
}

.diferenciais-linha:last-child {
    background: linear-gradient(to left, transparent, #D9C4BE);
}

.diferenciais-titulo {
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    color: #6B4343 !important;
    font-family: Georgia, serif !important;
    margin: 0 !important;
    white-space: nowrap;
}

.diferenciais-sub {
    text-align: center;
    font-size: 13px;
    color: #B08989;
    font-family: sans-serif;
    font-style: italic;
    margin-bottom: 40px;
}

.diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.diferencial-card {
    background: #FAF5F3;
    border: 1px solid #EDD6CE;
    border-radius: 16px;
    padding: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.diferencial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(151,101,101,0.12);
}

.diferencial-card.destaque {
    background: #F5E8E4;
    border-color: #976565;
}

.diferencial-icon {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 1px solid #EDD6CE;
}

.diferencial-icon svg {
    width: 26px;
    height: 26px;
}

.diferencial-nome {
    font-size: 15px;
    font-weight: 500;
    color: #6B4343;
    font-family: sans-serif;
    margin-bottom: 8px;
}

.diferencial-desc {
    font-size: 13px;
    color: #B08989;
    line-height: 1.7;
    font-family: sans-serif;
    margin: 0;
}

@media (max-width: 992px) {
    .diferenciais-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sobre-content {
        flex-direction: column;
        gap: 30px;
    }
    .sobre-img-placeholder {
        width: 100%;
        height: 300px;
    }
    .diferenciais-grid {
        grid-template-columns: 1fr;
    }
    .sobre-titulo {
        font-size: 1.7rem;
    }
}


/* ===== NOVIDADES ===== */
.novidades-section {
    padding: 60px 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.novidades-header {
    text-align: center;
    margin-bottom: 48px;
}

.novidades-tag {
    display: inline-block;
    background: #F5E8E4;
    color: #976565;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 30px;
    font-family: sans-serif;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.novidades-titulo {
    font-size: 2rem;
    font-weight: 400;
    color: #6B4343;
    font-family: Georgia, serif;
    margin-bottom: 8px;
}

.novidades-sub {
    font-size: 14px;
    color: #B08989;
    font-family: sans-serif;
}

.novidades-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.novidade-card {
    background: #FAF5F3;
    border: 1px solid #EDD6CE;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.novidade-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(151,101,101,0.12);
}

.novidade-img-wrap {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.novidade-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.novidade-card:hover .novidade-img {
    transform: scale(1.05);
}

.novidade-img-placeholder {
    width: 100%;
    height: 100%;
    background: #EDD6CE;
}

.novidade-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(107,67,67,0.85) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.novidade-titulo-overlay {
    color: #fff;
    font-size: 18px;
    font-family: Georgia, serif;
    font-weight: 400;
    line-height: 1.3;
}

.novidade-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.novidade-data {
    font-size: 11px;
    color: #B08989;
    font-family: sans-serif;
    letter-spacing: 0.06em;
}

.novidade-data--bottom {
    display: block;
    padding: 10px 16px;
    font-size: 11px;
    color: #B08989;
    font-family: sans-serif;
}

.novidade-titulo {
    font-size: 16px;
    font-weight: 500;
    color: #6B4343;
    font-family: Georgia, serif;
    line-height: 1.4;
    margin: 0;
}

.novidade-resumo {
    font-size: 13px;
    color: #B08989;
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.novidade-ler {
    font-size: 13px;
    color: #976565;
    font-family: sans-serif;
    font-weight: 500;
    margin-top: 8px;
}

.novidades-cta {
    text-align: center;
}

.novidades-btn {
    display: inline-block;
    padding: 13px 32px;
    background: #976565;
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: background 0.3s ease;
}

.novidades-btn:hover {
    background: #6B4343;
}

.novidades-loading,
.novidades-vazio {
    text-align: center;
    color: #B08989;
    font-family: sans-serif;
    font-size: 14px;
    grid-column: 1 / -1;
}

@media (max-width: 992px) {
    .novidades-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .novidades-grid {
        grid-template-columns: 1fr;
    }
    .novidades-titulo {
        font-size: 1.6rem;
    }
}

/* ===== ILHA DESTAQUES ===== */
.spectra-background-video .ilha-wrap {
    position: absolute !important;
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 85% !important;
    max-width: 780px !important;
    z-index: 10 !important;
}

.ilha-container {
    background: rgba(20, 10, 10, 0.3) !important;
    border: 1px solid rgba(201,168,76,0.35) !important;
    border-radius: 20px !important;
    padding: 18px 20px !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

.ilha-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 14px !important;
    padding: 0 4px !important;
}

.ilha-titulo {
    color: #C9A84C !important;
    font-size: 13px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    font-family: Georgia, serif !important;
    font-weight: 400 !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5) !important;
}

.ilha-nav {
    display: flex !important;
    gap: 8px !important;
}

.ilha-arrow {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(201,168,76,0.4) !important;
    background: rgba(201,168,76,0.1) !important;
    color: #C9A84C !important;
    font-size: 18px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
    transition: background 0.2s ease !important;
}

.ilha-arrow:hover {
    background: rgba(201,168,76,0.25) !important;
}

.ilha-cards {
    display: flex !important;
    gap: 12px !important;
    min-height: 200px !important;
}


.ilha-card {
    flex: 1 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    position: relative !important;
    height: 200px !important;     
    cursor: pointer !important;
    text-decoration: none !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #4a2020 !important;
    display: none !important;
    transition: transform 0.3s ease !important;
}

.ilha-card.ativo {
    display: flex !important;
    flex: 1 !important;
}

.ilha-card:hover {
    transform: scale(1.02) !important;
}

.ilha-card-shine {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 40% !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0.06), transparent) !important;
    z-index: 1 !important;
}

.ilha-card-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 14px 16px !important;
    z-index: 2 !important;
}

.ilha-card-titulo {
    color: #fff !important;
    font-size: 14px !important;
    font-family: Georgia, serif !important;
    line-height: 1.3 !important;
    margin-bottom: 5px !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6) !important;
}

.ilha-card-cta {
    color: #C9A84C !important;
    font-size: 11px !important;
    font-family: sans-serif !important;
    letter-spacing: 0.05em !important;
}

.ilha-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 6px !important;
    margin-top: 14px !important;
}

.ilha-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.25) !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
}

.ilha-dot.ativo {
    background: #C9A84C !important;
    width: 18px !important;
    border-radius: 3px !important;
}

.ilha-loading {
    color: rgba(255,255,255,0.5) !important;
    font-size: 13px !important;
    font-family: sans-serif !important;
    text-align: center !important;
    width: 100% !important;
    padding: 30px 0 !important;
}

@media (max-width: 768px) {
    .spectra-background-video .ilha-wrap {
        width: 92% !important;
        bottom: 20px !important;
    }
    .ilha-cards {
        min-height: 140px !important;
    }
    .ilha-card {
        height: 140px !important;  
    }
}

/* =========================================
   MISSÃO VISÃO VALORES - SALÃO CRIS SILVA
========================================= */

.cs-mvv-section {
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
}

.cs-mvv-header {
    text-align: center;
    margin-bottom: 50px;
}

.cs-mvv-header h2 {
    font-size: 42px;
    color: #7d5656;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.cs-mvv-header h2::before,
.cs-mvv-header h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 120px;
    height: 1px;
    background: #d8bcbc;
}

.cs-mvv-header h2::before {
    right: 105%;
}

.cs-mvv-header h2::after {
    left: 105%;
}

.cs-mvv-header p {
    color: #b68e8e;
    font-size: 16px;
    margin-top: 12px;
}

.cs-mvv-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.cs-mvv-card {
    background: #fdf8f7;
    border: 1px solid #e8cfcf;
    border-radius: 24px;
    padding: 35px;
    transition: all 0.3s ease;
    min-height: 300px;
}

.cs-mvv-card:hover {
    transform: translateY(-6px);
    border-color: #976565;
    box-shadow: 0 10px 30px rgba(151, 101, 101, 0.08);
}

.cs-mvv-icon {
    width: 62px;
    height: 62px;
    border: 1px solid #e8cfcf;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 28px;
    background: #fff;
}

.cs-mvv-card h3 {
    font-size: 28px;
    color: #7d5656;
    margin-bottom: 18px;
    font-weight: 500;
}

.cs-mvv-card p {
    color: #b28787;
    line-height: 1.9;
    font-size: 16px;
}

/* RESPONSIVO */

@media (max-width: 992px) {
    .cs-mvv-grid {
        grid-template-columns: 1fr;
    }

    .cs-mvv-card {
        min-height: auto;
    }

    .cs-mvv-header h2::before,
    .cs-mvv-header h2::after {
        display: none;
    }
}

.spectra-background-video .ilha-wrap {
    position: absolute !important;
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    max-width: 640px !important;
    z-index: 10 !important;
}

/* ===== SERVIÇOS ===== */
.servicos-section {
    padding: 60px 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.servicos-header {
    text-align: center;
    margin-bottom: 32px;
}

.servicos-tag {
    display: inline-block;
    background: #F5E8E4;
    color: #976565;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 30px;
    font-family: sans-serif;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.servicos-titulo {
    font-size: 2rem;
    font-weight: 400;
    color: #6B4343;
    font-family: Georgia, serif;
    margin-bottom: 6px;
}

.servicos-sub {
    font-size: 13px;
    color: #B08989;
    font-family: sans-serif;
    font-style: italic;
}

.servicos-texto-card {
    background: #976565;
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 24px;
}

.servicos-texto-titulo {
    color: #fff;
    font-size: 1.4rem;
    font-family: Georgia, serif;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.3;
}

.servicos-texto-desc {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.8;
    margin: 0;
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.servico-card {
    background: #FAF5F3;
    border: 0.5px solid #EDD6CE;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.servico-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(151,101,101,0.12);
}

.servico-card--destaque {
    border: 1.5px solid rgba(201,168,76,0.45);
}

.servico-img-wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.servico-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.servico-card:hover .servico-img {
    transform: scale(1.05);
}

.servico-body {
    padding: 16px 18px;
}

.servico-badge {
    display: inline-block;
    background: rgba(201,168,76,0.12);
    color: #8B6914;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    border: 0.5px solid rgba(201,168,76,0.3);
    font-family: sans-serif;
}

.servico-nome {
    font-size: 15px;
    font-weight: 500;
    color: #6B4343;
    font-family: sans-serif;
    margin-bottom: 6px;
}

.servico-desc {
    font-size: 13px;
    color: #B08989;
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
}

.servicos-cta {
    text-align: center;
}

.servicos-btn {
    display: inline-block;
    padding: 13px 32px;
    background: #976565;
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: background 0.3s ease;
}

.servicos-btn:hover {
    background: #6B4343;
}

@media (max-width: 768px) {
    .servicos-grid {
        grid-template-columns: 1fr;
    }
    .servicos-titulo {
        font-size: 1.6rem;
    }
}

/* ===== BLOG ===== */
.blog-page {
    min-height: 100vh;
    background: #FDF7F5;
}

.blog-page .blog-hero {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw !important;
}

.blog-hero {
    background: #976565;
    padding: 120px 20px 60px;
    text-align: center;
}

.blog-tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 30px;
    font-family: sans-serif;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.blog-titulo {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
    font-family: Georgia, serif;
    margin-bottom: 10px;
}

.blog-sub {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    font-family: sans-serif;
}

.blog-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 48px 20px 60px;
}

/* Post destaque */
.post-destaque {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    border: 0.5px solid #EDD6CE;
    background: #FAF5F3;
    margin-bottom: 28px;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-destaque:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(151,101,101,0.12);
}

.post-destaque-img {
    width: 55%;
    height: 300px;
    flex-shrink: 0;
    overflow: hidden;
    background: #EDD6CE;
}

.post-destaque-img-foto {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-destaque:hover .post-destaque-img-foto {
    transform: scale(1.05);
}

.post-destaque-img--placeholder {
    background: #EDD6CE;
}

.post-destaque-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    flex: 1;
}

.post-badge {
    display: inline-block;
    background: #F5E8E4;
    color: #976565;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: sans-serif;
    width: fit-content;
}

.post-destaque-titulo {
    font-size: 1.4rem;
    font-weight: 400;
    color: #6B4343;
    font-family: Georgia, serif;
    line-height: 1.3;
    margin: 0;
}

.post-destaque-resumo {
    font-size: 14px;
    color: #B08989;
    font-family: sans-serif;
    line-height: 1.7;
    margin: 0;
}

.post-destaque-data {
    font-size: 12px;
    color: #B08989;
    font-family: sans-serif;
}

.post-destaque-ler {
    font-size: 13px;
    color: #976565;
    font-family: sans-serif;
    font-weight: 500;
}

/* Grid de cards */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.blog-card {
    background: #FAF5F3;
    border: 0.5px solid #EDD6CE;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(151,101,101,0.12);
}

.blog-card-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #EDD6CE;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.05);
}

.blog-card-img-placeholder {
    height: 200px;
    background: #EDD6CE;
}

.blog-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.blog-card-data {
    font-size: 11px;
    color: #B08989;
    font-family: sans-serif;
    letter-spacing: 0.05em;
}

.blog-card-titulo {
    font-size: 16px;
    font-weight: 500;
    color: #6B4343;
    font-family: Georgia, serif;
    line-height: 1.4;
    margin: 0;
}

.blog-card-resumo {
    font-size: 13px;
    color: #B08989;
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.blog-card-ler {
    font-size: 13px;
    color: #976565;
    font-family: sans-serif;
    font-weight: 500;
}

/* Vazio */
.blog-vazio {
    text-align: center;
    color: #B08989;
    font-family: sans-serif;
    font-size: 15px;
    padding: 80px 0;
}

/* Paginação */
.blog-paginacao {
    display: flex;
    justify-content: center;
}

.blog-paginacao .nav-links {
    display: flex;
    gap: 8px;
    align-items: center;
}

.blog-paginacao .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0.5px solid #EDD6CE;
    background: #FAF5F3;
    color: #6B4343 !important;
    font-family: sans-serif;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.blog-paginacao .page-numbers.current {
    background: #976565;
    color: #fff !important;
    border-color: #976565;
}

.blog-paginacao .page-numbers:hover {
    background: #976565;
    color: #fff !important;
    border-color: #976565;
}

.blog-paginacao .prev,
.blog-paginacao .next {
    width: auto;
    padding: 0 20px;
    border-radius: 50px;
}

/* Responsivo */
@media (max-width: 768px) {
    .post-destaque {
        flex-direction: column;
    }
    .post-destaque-img {
        width: 100%;
        height: 220px;
    }
    .post-destaque-body {
        padding: 20px;
    }
    .blog-grid {
        grid-template-columns: 1fr;
    }
    .blog-titulo {
        font-size: 1.8rem;
    }
}

/* ===== POST INDIVIDUAL ===== */
.post-page {
    min-height: 100vh;
}

.post-hero {
    position: relative;
    height: 50vh;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: #976565;
}

.post-hero-img-wrap {
    position: absolute;
    inset: 0;
}

.post-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(60,30,30,0.85) 0%, rgba(60,30,30,0.2) 60%, transparent 100%);
}

.post-hero-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.post-categorias {
    margin-bottom: 10px;
}

.post-categorias a {
    color: #C9A84C !important;
    font-size: 12px;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.post-titulo {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 400;
    font-family: Georgia, serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.post-data {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    font-family: sans-serif;
}

.post-container {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 20px;
}

.post-content {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: #3D2424;
}

.post-content h2 {
    font-size: 1.4rem;
    font-family: Georgia, serif;
    color: #6B4343;
    margin: 32px 0 12px;
    font-weight: 400;
}

.post-content h3 {
    font-size: 1.2rem;
    font-family: Georgia, serif;
    color: #6B4343;
    margin: 24px 0 10px;
    font-weight: 400;
}

.post-content p {
    margin-bottom: 20px;
    color: #3D2424;
}

.post-content img {
    width: 100%;
    border-radius: 12px;
    margin: 24px 0;
}

.post-content a {
    color: #976565;
    text-decoration: underline;
}

.post-rodape {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 0.5px solid #EDD6CE;
}

.post-voltar {
    color: #976565 !important;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.post-voltar:hover {
    color: #6B4343 !important;
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
    .blog-titulo {
        font-size: 1.8rem;
    }
    .post-hero-content {
        padding: 24px 20px;
    }
}


/* ===== EQUIPE ===== */
.equipe-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 40px 0;
}

.equipe-card {
    background: #FAF5F3;
    border: 0.5px solid #EDD6CE;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.equipe-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(151,101,101,0.12);
}

.equipe-img-wrap {
  width: 100%;
  height: 280px;           /* altura igual em todos os cards */
  overflow: hidden;
  background: #F5E8E4;     /* fundo rosé para preencher espaço vazio */
}

.equipe-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;     /* mostra a foto inteira sem cortar */
  object-position: center;
  transition: transform 0.3s ease;
}

.equipe-card:hover .equipe-img {
    transform: scale(1.05);
}

.equipe-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5E8E4;
}

.equipe-body {
    padding: 20px 16px 24px;
}

.equipe-nome {
    font-size: 16px;
    font-weight: 500;
    color: #6B4343;
    font-family: Georgia, serif;
    margin-bottom: 6px;
}

.equipe-cargo {
    font-size: 12px;
    color: #976565;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.equipe-bio {
    font-size: 13px;
    color: #B08989;
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 992px) {
    .equipe-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .equipe-grid {
        grid-template-columns: 1fr;
    }
}

/* === Serviços Cris Silva === */
.srv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 2rem 0;
  width: 100%;
  box-sizing: border-box;
}

/* mobile: 1 coluna */
@media (max-width: 640px) {
  .srv-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 1rem 0;
  }
}

.srv-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e8d5a3;
  background: #fff;
  box-shadow: 0 2px 10px rgba(180,140,50,0.1);
  box-sizing: border-box;
  width: 100%;
}

/* capa com imagem */
.srv-cover {
  position: relative;
  height: 180px;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 640px) {
  .srv-cover {
    height: 140px;
  }
}

.srv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.srv-cover:hover .srv-img {
  transform: scale(1.04);
}

.srv-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(60,40,8,0.78) 0%,
    rgba(60,40,8,0.1) 60%,
    transparent 100%
  );
  pointer-events: none;
}

.srv-cover-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.srv-cat {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

@media (max-width: 640px) {
  .srv-cat {
    font-size: 15px;
  }
}

.srv-toggle-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 3px;
  transition: transform 0.3s, background 0.2s;
}

.srv-card.open .srv-toggle-icon {
  transform: rotate(180deg);
  background: rgba(201,168,76,0.85);
}

/* lista de serviços */
.srv-items {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
}

.srv-card.open .srv-items {
  max-height: 700px;
}

.srv-items-inner {
  padding: 4px 0;
}

.srv-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-bottom: 1px solid #f5eed8;
  font-size: 14px;
  color: #4a3a1a;
  cursor: pointer;
  transition: background 0.15s, padding-left 0.15s;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 640px) {
  .srv-item {
    padding: 13px 16px;
    font-size: 15px;
  }
}

.srv-item:last-child {
  border-bottom: none;
}

.srv-item:hover {
  background: #fdf0d8;
  padding-left: 20px;
}

.srv-item:active {
  background: #f5e5c0;
}

.srv-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9a84c;
  flex-shrink: 0;
}

.srv-tag {
  font-size: 10px;
  background: #f5edd8;
  color: #9a7a30;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: auto;
  font-weight: 600;
  white-space: nowrap;
}

  .equipe-titulo-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin-bottom: 8px !important;
}

.equipe-linha {
    flex: 1 !important;
    height: 1px !important;
    background: linear-gradient(to right, transparent, #D9C4BE) !important;
    display: block !important;
}

.equipe-linha--right {
    background: linear-gradient(to left, transparent, #D9C4BE) !important;
}


.btn-agendar-wpp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    background: #976565;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none !important;
}

.btn-agendar-wpp:hover {
    background: #6B4343;
}

/* ── Sobre Section ── */
.sobre-section {
  padding: 40px 20px;
}

.sobre-content {
  display: flex;
  flex-direction: row;      /* lado a lado no desktop */
  align-items: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.sobre-img-wrap {
  flex: 0 0 45%;            /* ocupa 45% no desktop */
  max-width: 45%;
}

.sobre-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.sobre-text {
  flex: 1;
  min-width: 0;             /* evita overflow do texto */
}

