/* Bíblia Explicada — single + index */

.be-single { padding: 2.4rem 0 3rem; background: var(--paper, #FAF6EC); }
.be-single__inner { max-width: 760px; margin: 0 auto; }

.be-single__head { text-align: center; margin-bottom: 1.6rem; }
.be-single__title {
  font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 500;
  color: var(--ink, #1f1c17);
  margin: 0.6rem 0 0;
}
.be-single__meta {
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
  font-size: 0.85rem;
  color: var(--ink-muted, #5a5145);
  margin: 0.3rem 0 0;
  letter-spacing: 0.04em;
}

/* Vídeo responsivo (16:9) */
.be-video { margin: 1.6rem 0 1.2rem; }
.be-video__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(31,28,23,0.12);
}
.be-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.be-video__cta {
  text-align: center;
  margin: 0.6rem 0 0;
  font-size: 0.88rem;
}
.be-video__cta a {
  color: var(--bordeaux, #7a1f24);
  text-decoration: none;
}
.be-video__cta a:hover { text-decoration: underline; }

.be-video--unavailable {
  padding: 1.4rem;
  background: color-mix(in srgb, var(--bordeaux, #7a1f24) 6%, var(--paper, #FAF6EC));
  border: 1px solid color-mix(in srgb, var(--bordeaux, #7a1f24) 18%, transparent);
  border-radius: 6px;
  font-style: italic;
  color: var(--ink-muted, #5a5145);
  font-size: 0.95rem;
}

.be-disclaimer {
  margin: 1.4rem 0;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--gold, #C8A452);
  background: color-mix(in srgb, var(--gold, #C8A452) 6%, transparent);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ink-muted, #5a5145);
}
.be-disclaimer p { margin: 0; }
.be-disclaimer a {
  color: var(--bordeaux, #7a1f24);
  text-decoration: underline;
}

.be-bibleref {
  margin: 1.2rem 0;
  text-align: center;
  font-size: 0.95rem;
  color: var(--ink, #1f1c17);
}
.be-bibleref a {
  color: var(--bordeaux, #7a1f24);
  text-decoration: none;
  font-weight: 500;
}
.be-bibleref a:hover { text-decoration: underline; }

/* Texto bíblico inline */
.be-scripture {
  margin: 2rem 0;
  padding: 1.6rem 1.4rem;
  background: #fff;
  border: 1px solid var(--paper-shadow, color-mix(in srgb, var(--ink, #1f1c17) 10%, transparent));
  border-radius: 6px;
}
.be-scripture__head {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--paper-shadow, color-mix(in srgb, var(--ink, #1f1c17) 8%, transparent));
}
.be-scripture__title {
  font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--ink, #1f1c17);
  margin: 0.4rem 0 0.2rem;
}
.be-scripture__source {
  font-size: 0.78rem;
  color: var(--ink-muted, #5a5145);
  margin: 0;
  font-style: italic;
}
.be-scripture__source a {
  color: var(--bordeaux, #7a1f24);
  text-decoration: none;
  font-style: normal;
}
.be-scripture__source a:hover { text-decoration: underline; }
.be-scripture__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--font-serif, "Lora", Georgia, serif);
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink, #1f1c17);
}
.be-scripture__verse {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.4rem;
  padding: 0.25rem 0;
  align-items: baseline;
}
.be-scripture__num {
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--bordeaux, #7a1f24);
  text-align: right;
  padding-top: 0.25rem;
  letter-spacing: 0.03em;
}
.be-scripture__text { display: inline; }

/* Livros do Pe. Juarez */
.be-juarez-books {
  margin: 2rem 0 1rem;
  padding: 1.6rem 1.4rem;
  background: color-mix(in srgb, var(--bordeaux, #7a1f24) 4%, var(--paper, #FAF6EC));
  border: 1px solid color-mix(in srgb, var(--bordeaux, #7a1f24) 14%, transparent);
  border-radius: 6px;
  text-align: center;
}
.be-juarez-books__title {
  font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0.4rem 0 0.5rem;
}
.be-juarez-books__lede {
  font-size: 0.92rem;
  color: var(--ink-muted, #5a5145);
  max-width: 540px;
  margin: 0 auto 1rem;
  line-height: 1.5;
}
.be-juarez-books__ctas {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  flex-wrap: wrap;
}
.edition-btn--site {
  background: var(--bordeaux, #7a1f24);
  color: #fff;
}
.edition-btn--site:hover {
  background: var(--bordeaux-deep, #5e1418);
}

.be-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--paper-shadow, color-mix(in srgb, var(--ink, #1f1c17) 12%, transparent));
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
  font-size: 0.86rem;
}
.be-nav__prev { text-align: left; }
.be-nav__next { text-align: right; }
.be-nav__index { text-align: center; color: var(--ink-muted, #5a5145); }
.be-nav a {
  color: var(--bordeaux, #7a1f24);
  text-decoration: none;
}
.be-nav a:hover { text-decoration: underline; }
@media (max-width: 540px) {
  .be-nav { grid-template-columns: 1fr; text-align: center; gap: 0.6rem; }
  .be-nav__prev, .be-nav__next, .be-nav__index { text-align: center; }
}

/* Index page (template-biblia-explicada-pt) */
.be-index { padding: 2rem 0 3rem; background: var(--paper, #FAF6EC); }
.be-index__inner { max-width: 820px; margin: 0 auto; }
.be-index__title {
  font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: 500;
  margin: 0 0 0.6rem;
  text-align: center;
}
.be-index__lead {
  text-align: center;
  font-size: 1rem;
  color: var(--ink-muted, #5a5145);
  margin: 0 0 1.6rem;
  max-width: 640px;
  margin-left: auto; margin-right: auto;
}
.be-index__about {
  background: color-mix(in srgb, var(--gold, #C8A452) 6%, transparent);
  border-left: 3px solid var(--gold, #C8A452);
  padding: 1.2rem 1.4rem;
  margin: 1.2rem 0 2rem;
  font-size: 0.95rem;
  line-height: 1.55;
}
.be-index__about p { margin: 0 0 0.6rem; }
.be-index__about p:last-child { margin: 0; }
.be-index__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.4rem;
}
.be-index__item {
  display: flex;
  gap: 0.8rem;
  align-items: baseline;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  transition: background 0.15s ease;
}
.be-index__item:hover { background: rgba(0,0,0,0.03); }
.be-index__item a {
  color: var(--ink, #1f1c17);
  text-decoration: none;
  flex: 1 1 auto;
}
.be-index__item a:hover { color: var(--bordeaux, #7a1f24); }
.be-index__date {
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
  font-size: 0.75rem;
  color: var(--ink-faint, #9a8e7a);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
