/* Página Sobre */
.about-page-story {
  margin-bottom: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.about-page-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.about-page-intro .section-title {
  margin-bottom: 0;
}

.about-page-text p {
  margin-bottom: 1rem;
  color: var(--text);
  line-height: 1.75;
}
.about-page-text p:last-child {
  margin-bottom: 0;
}

.about-page-photo {
  position: relative;
  max-width: min(360px, 100%);
  margin-inline: auto;
}

.about-page-photo.templo-photo::after,
.about-page-photo .about-img-sub,
.about-page-photo .about-img-sub--logo {
  display: none !important;
}

.about-page-photo .about-img-main {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.about-page-photo .about-img-main--templo {
  max-height: min(280px, 52vw);
  object-fit: cover;
  object-position: center 25%;
  border: 2px solid var(--border-gold);
  box-shadow: var(--shadow-gold), var(--shadow-elegant);
  filter: contrast(1.05) saturate(0.92);
}

.about-page-photo .about-img-main.is-placeholder {
  object-fit: contain;
  background: var(--cream, #faf8f3);
  padding: 2rem;
}

.about-pillars,
.about-schedule-grid {
  justify-content: center;
}

.about-pillars > [class*='col-'],
.about-schedule-grid > [class*='col-'] {
  display: flex;
}

/* Cards — pilares (Missão/Visão/Valores/Igreja) e programação semanal */
.schedule-card,
.about-pillar-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 1.75rem 1.35rem 1.5rem;
  background: var(--white);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: var(--radius-soft);
  overflow: hidden;
  isolation: isolate;
}

.schedule-card::before,
.about-pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gold-gradient);
}

.schedule-card__icon,
.about-pillar-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(232, 212, 139, 0.35) 0%, rgba(201, 168, 76, 0.12) 100%);
  border: 1px solid rgba(201, 168, 76, 0.28);
  color: var(--gold-dark);
  font-size: 1.35rem;
  transition: transform var(--transition), box-shadow var(--transition);
}

.schedule-card:hover .schedule-card__icon,
.about-pillar-card:hover .about-pillar-card__icon {
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(201, 168, 76, 0.22);
}

.schedule-card__day,
.about-pillar-card__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--black);
  margin: 0 0 0.65rem;
  line-height: 1.25;
}

.schedule-card__desc,
.about-pillar-card__text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
  flex: 1;
  width: 100%;
  max-width: 16rem;
}

.about-schedule-section .about-schedule-header {
  max-width: 36rem;
  margin: 0 auto 2.5rem;
}

.about-schedule-section .decor-line {
  margin-top: 0.85rem;
}

/* Programação semanal — meta badge (somente schedule-card) */
.schedule-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding: 0.35rem 0.85rem;
  align-self: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: rgba(201, 168, 76, 0.1);
  border-radius: var(--radius-btn-sm);
}

.schedule-card__meta i {
  font-size: 0.85rem;
}

@media (max-width: 575.98px) {
  .schedule-card,
  .about-pillar-card {
    padding: 1.5rem 1.15rem 1.35rem;
  }
}

/* Landing de notícia — rodapé fixo (somente blog) */
.page-blog-post .site-main {
  padding-bottom: var(--footer-height, 96px);
}

.page-blog-post .site-footer.site-footer--dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1025;
  box-shadow: 0 -1px 0 var(--border-gold), 0 -10px 36px rgba(0, 0, 0, 0.45);
}

.page-blog-post .blog-landing-hero {
  margin-top: 0;
  padding-top: clamp(1.35rem, 3vw, 2rem);
  scroll-margin-top: var(--header-height, 90px);
}

.page-blog-post .blog-post-section {
  scroll-margin-top: var(--header-height, 90px);
}

.page-blog-post .blog-post__hero {
  scroll-margin-top: var(--header-height, 90px);
}

/* Landing de notícia — layout moderno e alegre */
.blog-landing-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2rem) 0 clamp(1.75rem, 4vw, 2.5rem);
  background:
    linear-gradient(180deg, #fff9ef 0%, #fdf6e8 45%, var(--bg-cream, #faf7f0) 100%);
  border-bottom: 1px solid rgba(201, 168, 76, 0.14);
}

.blog-landing-hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(244, 228, 166, 0.45), transparent 42%),
    radial-gradient(circle at 88% 10%, rgba(201, 168, 76, 0.18), transparent 38%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.85), transparent 55%);
  pointer-events: none;
}

.blog-landing-hero .container {
  position: relative;
  z-index: 1;
}

.blog-landing-hero__crumb {
  justify-content: center;
  margin-bottom: 0.85rem;
}

.blog-landing-hero__crumb .breadcrumb-item a {
  color: var(--gold-dark);
  font-weight: 600;
}

.blog-landing-hero__crumb .breadcrumb-item.active {
  color: var(--text-muted);
  max-width: 16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-landing-hero__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.blog-landing-hero__tag i {
  font-size: 1.05rem;
  color: var(--gold);
}

.blog-post-section {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(3rem, 7vw, 4.5rem);
  background: linear-gradient(180deg, var(--bg-cream, #faf7f0) 0%, #fff 55%, #fdfbf6 100%);
}

.blog-post-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 168, 76, 0.08), transparent 70%);
  pointer-events: none;
}

.blog-post-page {
  position: relative;
  z-index: 1;
}

.blog-post-page__main {
  max-width: 820px;
  margin-inline: auto;
}

.blog-post-loading {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text-muted);
}

.blog-post-loading__pulse {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--gold-gradient);
  opacity: 0.35;
  animation: blogPulse 1.4s ease-in-out infinite;
}

@keyframes blogPulse {
  0%, 100% { transform: scale(0.92); opacity: 0.25; }
  50% { transform: scale(1); opacity: 0.45; }
}

.blog-post {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fffdf8 100%);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: var(--radius-soft, 1rem);
  overflow: hidden;
  box-shadow:
    0 4px 24px rgba(154, 123, 46, 0.08),
    0 18px 48px rgba(10, 10, 10, 0.06);
}

.blog-post::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gold-gradient);
  z-index: 2;
}

.blog-post__hero {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 8;
  overflow: hidden;
}

.blog-post__hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.05) 0%, rgba(10, 10, 10, 0.35) 100%);
  pointer-events: none;
}

.blog-post__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-post__date-badge {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 2;
  min-width: 3.2rem;
  padding: 0.45rem 0.6rem;
  border-radius: var(--radius-soft);
  background: var(--gold-gradient);
  color: var(--black);
  border: 1px solid var(--gold-light);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
  box-shadow: var(--shadow-date-badge, 0 8px 24px rgba(0, 0, 0, 0.18)), var(--shadow-date-badge-gold, 0 0 0 1px rgba(201, 168, 76, 0.35));
}

.blog-post__date-badge small {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.blog-post__sheet {
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2rem);
}

.blog-post__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.12);
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-post__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.8vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
}

.blog-post__lead {
  margin: 0 0 1.25rem;
  padding-left: 1rem;
  border-left: 4px solid var(--gold);
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.blog-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.25rem;
}

.blog-post__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(201, 168, 76, 0.22);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text);
}

.blog-post__chip i {
  color: var(--gold-dark);
}

.blog-post__content {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px dashed rgba(201, 168, 76, 0.28);
}

.blog-post__content p {
  margin-bottom: 1.2rem;
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--text);
}

.blog-post__content p:last-child {
  margin-bottom: 0;
}

.blog-post__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(201, 168, 76, 0.16);
}

.blog-post__back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: var(--gold-dark);
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.blog-post__back:hover {
  color: var(--gold-bronze);
  gap: 0.65rem;
}

.blog-post__cta {
  min-width: 10.5rem;
}

.blog-post-related {
  margin-top: clamp(2.5rem, 6vw, 3.5rem);
  padding-top: clamp(2rem, 5vw, 2.75rem);
  border-top: 1px solid rgba(201, 168, 76, 0.14);
}

.blog-post-related__head {
  text-align: center;
  margin-bottom: 2rem;
}

.blog-post-related__title {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: var(--black);
}

.blog-related-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, #fff 0%, #fdfbf6 100%);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: var(--radius-soft);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-related-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold-gradient);
  z-index: 2;
}

.blog-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.35);
  box-shadow: 0 14px 32px rgba(154, 123, 46, 0.12);
}

.blog-related-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-related-card:hover .blog-related-card__media img {
  transform: scale(1.05);
}

.blog-related-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
  padding: 1rem 1.1rem 1.15rem;
}

.blog-related-card__body time {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.blog-related-card__body strong {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.35;
  color: var(--black);
}

.blog-related-card__more {
  margin-top: auto;
  padding-top: 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold-dark);
}

.blog-related-card__more i {
  transition: transform 0.2s ease;
}

.blog-related-card:hover .blog-related-card__more i {
  transform: translateX(4px);
}

.blog-related-card__date {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  min-width: 2.75rem;
  padding: 0.35rem 0.5rem;
  border-radius: var(--radius-soft);
  background: var(--gold-gradient);
  color: var(--black);
  border: 1px solid var(--gold-light);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.blog-related-card__date small {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-post-empty {
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4rem) 1.5rem;
  background: linear-gradient(180deg, #fff 0%, #fff9ef 100%);
  border: 1px dashed rgba(201, 168, 76, 0.35);
  border-radius: var(--radius-soft);
}

.blog-post-empty__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.14);
  color: var(--gold-dark);
  font-size: 1.65rem;
}

.blog-post-empty__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
}

.blog-post-empty__text {
  max-width: 28rem;
  margin: 0 auto 1.5rem;
  color: var(--text-muted);
}

.blog-post-empty .btn-gold {
  min-width: 12rem;
}

@media (max-width: 767.98px) {
  .blog-post__hero {
    aspect-ratio: 16 / 10;
  }

  .blog-post__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-post__cta {
    width: 100%;
  }
}
