/* ================================================================
   APRESENTAÇÃO PREMIUM EDITORIAL — "LIVROS HISTÓRICOS"
   Inspirado no PDF de referência: Israel's Historical Journey
   Versão 5 — Nível Editorial/Infográfico
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=Cinzel:wght@400;600;700&family=Lora:ital,wght@0,400;0,600;1,400;1,600&display=swap');

:root {
  --gold:        #D4A847;
  --gold-light:  #F0C96A;
  --gold-dark:   #8B6914;
  --gold-faint:  rgba(212,168,71,0.15);
  --bg:          #0B0700;
  --bg2:         #140E00;
  --bg3:         #1C1500;
  --text:        #F5EDD8;
  --text-dim:    rgba(245,237,216,0.72);
  --cream:       #ECD9B0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; overflow: hidden; background: var(--bg); }

.reveal { font-family: 'Lora', serif; color: var(--text); background: var(--bg); }
.reveal .slides section { height: 100%; width: 100%; padding: 0; overflow: hidden; }

/* Textura dourada levíssima em todos os slides */
.reveal .slides section::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(212,168,71,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,168,71,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none; z-index: 0;
}
.reveal .slides section > * { position: relative; z-index: 1; }


/* =================================================================
   TIPOGRAFIA MAESTRA
   ================================================================= */

.reveal h1 {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(2.5rem, 7vw, 8rem);
  color: var(--gold-light);
  text-shadow: 0 0 60px rgba(212,168,71,0.5), 3px 6px 14px rgba(0,0,0,0.9);
  letter-spacing: 6px; line-height: 1.05;
}

.reveal h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 3.8vw, 4rem);
  color: var(--gold);
  text-shadow: 0 0 20px rgba(212,168,71,0.35), 2px 3px 6px rgba(0,0,0,0.7);
  letter-spacing: 2px; line-height: 1.15; text-transform: uppercase;
}

.reveal h3 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem, 2.2vw, 2.2rem);
  color: var(--gold-light);
  letter-spacing: 1px;
}

.reveal h4 {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.95rem, 1.8vw, 1.8rem);
  color: var(--gold);
  margin-bottom: 0.4em;
}

.reveal p {
  font-family: 'Lora', serif;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  color: var(--cream);
  line-height: 1.55;
}

.reveal em   { color: var(--gold-light); font-style: italic; }
.reveal strong { color: #fff; font-weight: 700; }

/* Divisor dourado universal */
.divider-gold {
  width: 120px; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 2px; margin: 12px 0 20px;
}


/* =================================================================
   SLIDE PADDING PADRÃO
   ================================================================= */

.slide-full-pad {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: center;
  padding: clamp(30px,4%,60px) clamp(60px,7%,110px);
  overflow: hidden;
}

.slide-title {
  margin-bottom: 0.2em;
}

.section-tag {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.75rem, 1.2vw, 1.1rem);
  color: var(--gold-dark);
  letter-spacing: 5px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 0.6em;
}

.section-tag-inline {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: clamp(0.7rem, 1.1vw, 1rem);
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(212,168,71,0.35);
  padding: 5px 18px;
  border-radius: 30px;
  background: rgba(212,168,71,0.07);
  margin-bottom: 1em;
  display: block;
}


/* =================================================================
   CAPA HERO
   ================================================================= */

.hero-overlay {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(
    135deg,
    rgba(11,7,0,0.85) 0%,
    rgba(11,7,0,0.6) 60%,
    rgba(11,7,0,0.5) 100%
  );
}

.hero-capa {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center; padding: 5% 8%;
}

.capa-glass {
  background: rgba(11,7,2,0.72);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(212,168,71,0.40);
  border-radius: 20px;
  padding: clamp(40px,6%,80px) clamp(60px,10%,140px);
  box-shadow:
    0 0 80px rgba(212,168,71,0.12),
    0 40px 90px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(212,168,71,0.25);
  max-width: 95%;
}

.capa-tag {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.8rem, 1.3vw, 1.2rem);
  color: var(--gold); letter-spacing: 4px;
  text-transform: uppercase; opacity: 0.8;
  margin-bottom: 0.7em !important;
}

.capa-titulo {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(3rem, 8vw, 9rem);
  color: var(--gold-light);
  text-shadow: 0 0 60px rgba(212,168,71,0.5), 3px 6px 16px rgba(0,0,0,0.9);
  line-height: 1.0; margin-bottom: 0.25em !important;
  letter-spacing: 8px;
}

.capa-subtitle {
  font-family: 'Lora', serif;
  font-size: clamp(1.2rem, 2.5vw, 2.4rem);
  color: var(--cream); font-style: italic;
  opacity: 0.92; margin-top: 0.5em !important;
  line-height: 1.4;
}


/* =================================================================
   CHAPTER HERO
   ================================================================= */

.chapter-hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.chapter-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(ellipse at center, rgba(20,12,0,0.55) 0%, rgba(8,5,0,0.9) 75%);
}
.chapter-hero-content {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center; padding: 5%;
}
.chapter-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.8rem, 1.4vw, 1.3rem);
  color: var(--gold); letter-spacing: 6px;
  text-transform: uppercase; opacity: 0.75;
  margin-bottom: 0.5em; display: block;
}
.chapter-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(3rem, 9vw, 11rem);
  color: var(--gold-light);
  text-shadow: 0 0 80px rgba(212,168,71,0.6), 4px 8px 20px rgba(0,0,0,0.95);
  line-height: 1.0; margin-bottom: 0.15em !important;
  letter-spacing: 5px;
}
.chapter-subtitle {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.4rem, 3.5vw, 3.5rem);
  color: var(--cream);
  text-shadow: 2px 3px 8px rgba(0,0,0,0.8);
  letter-spacing: 2px; line-height: 1.2; text-transform: uppercase;
}
.chapter-tagline {
  font-family: 'Lora', serif;
  font-size: clamp(1rem, 2vw, 1.8rem);
  color: var(--gold); opacity: 0.8;
  font-style: italic;
}


/* =================================================================
   GRADE DE FASES (slide 2)
   ================================================================= */

.fase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.fase-card {
  background: linear-gradient(145deg, color-mix(in srgb, var(--card-color) 80%, #000), var(--card-color));
  border: 1px solid rgba(212,168,71,0.30);
  border-radius: 14px;
  padding: clamp(18px,2.5%,32px) clamp(16px,2%,28px);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fase-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4), 0 0 20px rgba(212,168,71,0.1);
}

.fase-number {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(2rem, 4vw, 4rem);
  color: rgba(212,168,71,0.25);
  position: absolute; top: 10px; right: 16px;
  line-height: 1;
}

.fase-card h3 {
  font-size: clamp(1rem, 2vw, 1.8rem);
  color: var(--gold-light); margin-bottom: 0.3em;
  letter-spacing: 2px;
}

.fase-subtitle {
  font-family: 'Lora', serif;
  font-size: clamp(1.2rem, 2vw, 2rem);
  color: var(--cream); opacity: 0.85;
  font-style: italic; margin-bottom: 1em !important;
  line-height: 1.35;
}

.fase-list {
  list-style: none; padding: 0;
}
.fase-list li {
  font-family: 'Lora', serif;
  font-size: clamp(1.1rem, 1.9vw, 1.9rem);
  color: var(--text-dim);
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.fase-list li::before {
  content: '›';
  position: absolute; left: 0;
  color: var(--gold); font-size: 1.2em;
}


/* =================================================================
   SPLIT INFO (slide 3)
   ================================================================= */

.split-info-layout {
  position: absolute; inset: 0; z-index: 1;
  display: flex; align-items: center;
  padding: clamp(40px,5%,70px) clamp(60px,7%,100px);
  gap: 8%;
}

.split-info-text { flex: 1.6; }

.split-title-big {
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 5vw, 5rem);
  color: var(--gold-light);
  text-shadow: 2px 3px 10px rgba(0,0,0,0.8);
  line-height: 1.1; letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 0.2em !important;
}

.info-box {
  background: rgba(10,6,0,0.75);
  border: 1px solid rgba(212,168,71,0.3);
  border-left: 4px solid var(--gold-dark);
  border-radius: 10px;
  padding: clamp(16px,2%,28px) clamp(20px,2.8%,36px);
  backdrop-filter: blur(8px);
}
.info-box p {
  font-size: clamp(1.3rem, 2.2vw, 2.2rem);
  line-height: 1.5; margin: 0 !important;
}

.split-info-right {
  flex: 0.6;
  display: flex; flex-direction: column; gap: 20px;
}

.stat-card {
  background: linear-gradient(145deg, rgba(212,168,71,0.12), rgba(212,168,71,0.05));
  border: 1px solid rgba(212,168,71,0.35);
  border-radius: 14px;
  padding: clamp(20px,3%,36px);
  text-align: center;
}
.stat-number {
  display: block;
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(2rem, 4.5vw, 5rem);
  color: var(--gold-light);
  text-shadow: 0 0 30px rgba(212,168,71,0.4);
  line-height: 1.1; margin-bottom: 0.2em;
}
.stat-label {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: clamp(0.7rem, 1.2vw, 1.1rem);
  color: var(--gold); letter-spacing: 3px;
  text-transform: uppercase; opacity: 0.8;
}


/* =================================================================
   TIRA INFORMATIVA (infográfico horizontal)
   ================================================================= */

.info-strip {
  display: flex; align-items: center;
  gap: 16px;
  background: rgba(212,168,71,0.06);
  border: 1px solid rgba(212,168,71,0.2);
  border-radius: 12px;
  padding: clamp(14px,2%,24px) clamp(20px,3%,36px);
  margin: 20px 0;
}

.info-strip-item {
  flex: 1;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 10px;
}
.info-strip-item i {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  color: var(--gold);
}
.info-strip-item span {
  font-family: 'Lora', serif;
  font-size: clamp(1.15rem, 1.9vw, 1.9rem);
  color: var(--cream); line-height: 1.4;
}
.info-strip-arrow {
  color: var(--gold); opacity: 0.5;
  font-size: clamp(1rem, 2vw, 2rem);
  flex-shrink: 0;
}

/* Grid dos 12 livros */
.books-grid {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 18px; justify-content: center;
}
.book-chip {
  background: linear-gradient(135deg, rgba(139,105,20,0.35), rgba(139,105,20,0.15));
  border: 1px solid rgba(212,168,71,0.4);
  color: var(--gold-light);
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem, 1.9vw, 1.9rem);
  letter-spacing: 1px;
  padding: 10px 24px; border-radius: 30px;
  transition: background 0.3s ease;
}
.book-chip:hover {
  background: rgba(212,168,71,0.25);
}


/* =================================================================
   DOIS CARDS DE INFO (slide 7)
   ================================================================= */

.two-info-cards {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px; margin-top: 28px;
}

.info-card-big {
  background: linear-gradient(145deg, color-mix(in srgb, var(--c, #8B4A00) 40%, #000), color-mix(in srgb, var(--c, #8B4A00) 25%, #000));
  border: 1px solid rgba(212,168,71,0.25);
  border-radius: 16px;
  padding: clamp(24px,3%,40px);
}
.card-icon {
  font-size: clamp(1.8rem, 3vw, 3rem);
  color: var(--gold);
  margin-bottom: 0.5em;
}
.info-card-big h3 {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  margin-bottom: 0.4em;
}
.card-books {
  font-family: 'Cinzel', serif;
  font-size: clamp(1rem, 1.7vw, 1.6rem);
  color: var(--gold); letter-spacing: 1px;
  opacity: 0.85; margin-bottom: 0.8em !important;
}
.info-card-big p {
  font-size: clamp(1.25rem, 2.1vw, 2.1rem);
  line-height: 1.5;
}


/* =================================================================
   GRID DE SINOPSES (slide 8)
   ================================================================= */

.synopsis-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px; margin-top: 20px;
}

.synopsis-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212,168,71,0.2);
  border-radius: 12px;
  padding: clamp(14px,2%,22px) clamp(12px,1.8%,20px);
  text-align: center;
  transition: border-color 0.3s, background 0.3s;
}
.synopsis-card:hover {
  border-color: rgba(212,168,71,0.5);
  background: rgba(212,168,71,0.06);
}
.syn-icon {
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
  color: var(--gold); display: block;
  margin-bottom: 0.4em;
}
.synopsis-card h4 {
  font-size: clamp(0.9rem, 1.6vw, 1.5rem);
  margin-bottom: 0.5em;
}
.synopsis-card p {
  font-size: clamp(1.05rem, 1.75vw, 1.7rem);
  line-height: 1.45; opacity: 0.88;
}


/* =================================================================
   EDITORIAL SPLIT (slide 5)
   ================================================================= */

.editorial-split {
  position: absolute; inset: 0;
  display: flex;
}

.editorial-image {
  flex: 0.85;
  background-size: cover; background-position: center;
  position: relative;
}
.editorial-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(8,5,0,0.5));
}

.editorial-text {
  flex: 1.15;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(40px,5%,70px) clamp(50px,6%,90px);
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg2) 100%);
  overflow: hidden;
}
.editorial-title {
  font-size: clamp(1.6rem, 3.5vw, 3.5rem);
  margin-bottom: 0.25em;
}
.editorial-subtitle {
  font-size: clamp(1rem, 1.9vw, 1.8rem);
  color: var(--gold-dark); font-style: italic; margin-bottom: 0.5em !important;
}
.editorial-text p {
  font-size: clamp(1.3rem, 2.2vw, 2.2rem);
  margin-bottom: 0.9em;
  padding-left: 20px;
  border-left: 3px solid rgba(212,168,71,0.3);
}


/* =================================================================
   DOIS COLUNAS (genérico)
   ================================================================= */

.two-col-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px; margin-top: 24px;
}

.col-block {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212,168,71,0.18);
  border-top: 3px solid var(--col-accent, #D4A847);
  border-radius: 12px;
  padding: clamp(22px,3%,36px);
}
.col-block h3 {
  font-size: clamp(1rem, 1.9vw, 1.9rem);
  color: var(--gold-light); margin-bottom: 0.7em;
  display: flex; align-items: center;
}
.col-block p {
  font-size: clamp(1.25rem, 2.1vw, 2.1rem);
  line-height: 1.5;
}

/* Quote block */
.quote-block {
  margin-top: 24px;
  background: rgba(10,6,0,0.82);
  border: 1px solid rgba(212,168,71,0.35);
  border-left: 4px solid var(--gold-dark);
  border-radius: 10px;
  padding: clamp(18px,2.5%,30px) clamp(22px,3%,36px);
  font-family: 'Lora', serif;
  font-size: clamp(1.3rem, 2.2vw, 2.2rem);
  font-style: italic; color: var(--cream);
  line-height: 1.5;
  backdrop-filter: blur(8px);
}
.quote-ref {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.7rem, 1.1vw, 1rem);
  color: var(--gold); letter-spacing: 2px;
  font-style: normal;
}

/* Verse highlight */
.verse-highlight {
  background: rgba(10,6,0,0.75);
  border: 1px solid rgba(212,168,71,0.35);
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  padding: clamp(16px,2%,26px) clamp(22px,3%,36px);
  margin-top: 20px;
  backdrop-filter: blur(8px);
}
.verse-highlight p {
  font-size: clamp(1.25rem, 2vw, 2rem);
  margin: 0 !important;
}


/* =================================================================
   TRÊS COLUNAS (pilares)
   ================================================================= */

.three-pillars {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 24px;
}
.pillar-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(212,168,71,0.2);
  border-radius: 14px;
  padding: clamp(24px,3%,38px);
  text-align: center;
}
.pillar-card i { margin-bottom: 0.5em; display: block; }
.pillar-card h4 { margin-bottom: 0.5em; font-size: clamp(1rem, 1.8vw, 1.7rem); }
.pillar-card p { font-size: clamp(1.2rem, 2vw, 2rem); line-height: 1.5; }


/* =================================================================
   LAYOUT GEO / GEOGRÁFICO
   ================================================================= */

.geo-layout {
  display: grid; grid-template-columns: 0.7fr 1.3fr;
  gap: 30px; margin-top: 20px;
}
.geo-map-box {
  background: rgba(212,168,71,0.07);
  border: 1px solid rgba(212,168,71,0.3);
  border-radius: 14px;
  padding: clamp(24px,3%,40px);
  text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.geo-map-box h4 { font-size: clamp(1rem,1.8vw,1.8rem); }
.geo-stat { text-align: center; }
.geo-stat span {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(1.5rem, 3vw, 3rem); color: var(--gold-light);
  display: block;
}
.geo-stat p { font-size: clamp(1.1rem,1.8vw,1.8rem); opacity: 0.8; margin: 0 !important; }
.geo-info { display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.geo-info .info-box h4 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem,1.9vw, 1.9rem);
  color: var(--gold); margin-bottom: 0.4em;
  display: flex; align-items: center;
}
.geo-info .info-box p { font-size: clamp(1.15rem,1.9vw,1.9rem); margin: 0 !important; }


/* =================================================================
   OVERLAY LEFT (imagem + texto sobre foto)
   ================================================================= */

.overlay-left-content {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(50px,6%,90px);
  max-width: 55%;
}

.jericho-facts { display: flex; flex-direction: column; gap: 12px; }
.jericho-fact {
  display: flex; align-items: flex-start; gap: 16px;
  background: rgba(8,4,0,0.88);
  border: 1px solid rgba(212,168,71,0.3);
  border-radius: 10px; padding: clamp(14px,2%,22px) clamp(16px,2.2%,26px);
  backdrop-filter: blur(10px);
}
.jericho-fact i { font-size: clamp(1.4rem,2.2vw,2.2rem); flex-shrink: 0; margin-top: 2px; }
.jericho-fact p { font-size: clamp(1.25rem,2.1vw,2.1rem); margin: 0 !important; line-height: 1.45; }


/* =================================================================
   TIMELINE FLOW
   ================================================================= */

.timeline-flow {
  display: flex; align-items: stretch;
  gap: 0; margin-top: 24px;
}

.timeline-step {
  flex: 1;
  background: linear-gradient(145deg, color-mix(in srgb, var(--step-color) 40%, #000), color-mix(in srgb, var(--step-color) 20%, #050300));
  border: 1px solid rgba(212,168,71,0.2);
  border-radius: 14px;
  padding: clamp(20px,2.5%,32px);
  text-align: center;
}
.timeline-icon {
  font-size: clamp(1.8rem,3vw,3rem);
  color: var(--gold); margin-bottom: 0.5em;
}
.timeline-step h4 { font-size: clamp(1.2rem,2vw,2rem); margin-bottom: 0.5em; }
.timeline-step p { font-size: clamp(1.15rem,1.9vw,1.9rem); line-height: 1.45; }
.timeline-arrow {
  display: flex; align-items: center; padding: 0 12px;
  color: var(--gold); opacity: 0.4;
  font-size: clamp(1.2rem,2vw,2rem);
  flex-shrink: 0;
}


/* =================================================================
   CYCLE LAYOUT (juízes)
   ================================================================= */

.cycle-layout {
  display: flex; align-items: center; justify-content: center;
  gap: 0; margin-top: 24px;
}
.cycle-step {
  flex: 1;
  background: linear-gradient(145deg, color-mix(in srgb, var(--c) 50%, #000), color-mix(in srgb, var(--c) 25%, #000));
  border: 1px solid rgba(212,168,71,0.2);
  border-radius: 14px;
  padding: clamp(20px,2.5%,34px);
  text-align: center; position: relative;
}
.cycle-num {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(1.5rem, 3vw, 3.5rem);
  color: rgba(212,168,71,0.18);
  position: absolute; top: 8px; right: 12px;
  line-height: 1;
}
.cycle-step i { font-size: clamp(1.6rem,2.8vw,2.8rem); color: var(--gold); margin-bottom: 0.4em; display: block; }
.cycle-step h4 { font-size: clamp(1.2rem,2vw,2rem); margin-bottom: 0.4em; }
.cycle-step p { font-size: clamp(1.1rem,1.85vw,1.85rem); line-height: 1.45; }
.cycle-arrow {
  padding: 0 10px; color: var(--gold); opacity: 0.45;
  font-size: clamp(1.5rem,2.5vw,2.5rem); flex-shrink: 0;
}


/* =================================================================
   JUDGES GRID
   ================================================================= */

.judges-layout {
  display: flex; gap: 24px; margin-top: 20px;
}
.judges-group { flex: 1; }
.judges-group-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1rem,1.8vw,1.7rem);
  color: var(--gold); letter-spacing: 2px;
  margin-bottom: 14px; display: flex; align-items: center; gap: 10px;
}
.judges-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 10px;
}
.judge-card {
  border-radius: 10px; text-align: center;
  padding: clamp(12px,1.8%,20px) clamp(8px,1.2%,14px);
  transition: transform 0.2s; cursor: default;
}
.judge-card.major {
  background: linear-gradient(145deg, rgba(139,105,20,0.4), rgba(139,105,20,0.15));
  border: 1px solid rgba(212,168,71,0.4);
}
.judge-card.minor {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212,168,71,0.18);
}
.judge-card:hover { transform: translateY(-2px); }
.judge-ref {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.85rem,1.3vw,1.2rem);
  color: var(--gold-dark); opacity: 0.85;
  letter-spacing: 1px; display: block; margin-bottom: 4px;
}
.judge-card h4 { font-size: clamp(1.1rem,1.85vw,1.8rem); }
.judges-divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(212,168,71,0.3), transparent);
}


/* =================================================================
   NARRATIVE BLOCKS
   ================================================================= */

.narrative-blocks {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 16px; margin-top: 20px;
}
.narrative-block {
  background: linear-gradient(145deg, color-mix(in srgb, var(--nb-c) 40%, #000), color-mix(in srgb, var(--nb-c) 20%, #000));
  border: 1px solid rgba(212,168,71,0.18);
  border-radius: 12px; padding: clamp(18px,2.5%,28px);
  text-align: center;
}
.narrative-block i { font-size: clamp(1.8rem,3vw,3rem); color: var(--gold); margin-bottom: 0.5em; display: block; }
.narrative-block h4 { font-size: clamp(1.15rem,2vw,2rem); margin-bottom: 0.5em; }
.narrative-block p { font-size: clamp(1.05rem,1.8vw,1.8rem); line-height: 1.45; }


/* =================================================================
   TRIBES / TAGS
   ================================================================= */

.tribe-list {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0;
}
.tribe-tag {
  background: rgba(212,168,71,0.12);
  border: 1px solid rgba(212,168,71,0.3);
  color: var(--gold-light);
  font-family: 'Cinzel', serif;
  font-size: clamp(1rem,1.7vw,1.7rem);
  padding: 8px 18px; border-radius: 20px; letter-spacing: 1px;
}


/* =================================================================
   ANIMAÇÕES
   ================================================================= */

.reveal .fragment.fade-up {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal .fragment.fade-up.visible { opacity: 1; transform: translateY(0); }

.reveal .fragment.fade-right {
  opacity: 0; transform: translateX(-30px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal .fragment.fade-right.visible { opacity: 1; transform: translateX(0); }

.reveal .fragment.fade-left {
  opacity: 0; transform: translateX(30px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal .fragment.fade-left.visible { opacity: 1; transform: translateX(0); }

.reveal .fragment.fade-down {
  opacity: 0; transform: translateY(-16px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.reveal .fragment.fade-down.visible { opacity: 1; transform: translateY(0); }

.reveal .fragment.zoom-in {
  opacity: 0; transform: scale(0.85);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34,1.56,0.64,1);
}
.reveal .fragment.zoom-in.visible { opacity: 1; transform: scale(1); }

.reveal .fragment.fade-in {
  opacity: 0; transition: opacity 0.6s ease;
}
.reveal .fragment.fade-in.visible { opacity: 1; }


/* =================================================================
   UI CONTROLES
   ================================================================= */

.reveal .progress { height: 4px; background: rgba(212,168,71,0.1); }
.reveal .progress span { background: linear-gradient(90deg, var(--gold-dark), var(--gold)); }
.reveal .controls button { color: var(--gold); opacity: 0.5; }
.reveal .controls button:hover { opacity: 1; }
.reveal .slide-number {
  font-family: 'Cinzel', serif;
  background: rgba(8,5,0,0.9); color: var(--gold);
  font-size: 0.9rem; padding: 5px 12px;
  border-radius: 5px; border: 1px solid rgba(212,168,71,0.35);
}
