/* ════════════════════════════════════════════════════════════════════
   OS NOVE CLÃS · DECK · recheio (estilos só deste deck)
   Carrega depois da casca (deck.css). Blocos exclusivos:
   capa com lineup, slide de Clã (escudo protagonista + brasão de fundo),
   divisor de Natureza, os Dois Lobos, os Graus, o Elemento, a Identidade.
   ════════════════════════════════════════════════════════════════════ */

/* variantes de 3 colunas que a casca não traz */
.panels.three { grid-template-columns: 1fr 1fr 1fr; }
.rail.three { grid-template-columns: repeat(3, 1fr); }

/* ───────── CAPA · lineup dos nove selos ───────── */
.cover-lineup { position: relative; z-index: 2; display: flex; gap: 20px; margin-top: 46px; }
.cover-lineup img { width: 104px; height: 104px; object-fit: contain;
  opacity: 0.9; filter: drop-shadow(0 8px 18px rgba(0,0,0,.55)); }

/* ───────── slide de CLÃ · escudo protagonista ───────── */
section.clan { background:
  radial-gradient(900px 900px at 24% 50%, var(--amarelo-12), rgba(139,0,0,.06) 42%, transparent 66%),
  radial-gradient(1100px 700px at 90% -10%, rgba(246,195,36,.05), transparent 60%),
  var(--preto); }
section.clan .clan-body {
  position: relative; z-index: 2; flex: 1;
  display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 96px; align-items: center;
}
.clan-shield { position: relative; display: flex; flex-direction: column; align-items: center; gap: 26px; }
.clan-shield .num { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-58%);
  font-family: var(--voz-monumental); font-size: 440px; line-height: 0.7; letter-spacing: -0.04em;
  color: var(--bronze); opacity: 0.09; z-index: 0; pointer-events: none; white-space: nowrap; }
.clan-shield .art { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.clan-shield .art::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, var(--amarelo-12), rgba(139,0,0,.06) 46%, transparent 70%); filter: blur(24px); }
.clan-shield img { position: relative; z-index: 1; width: 520px; height: 520px; object-fit: contain;
  filter: drop-shadow(0 22px 50px rgba(0,0,0,.55)); }
.clan-shield .base { position: relative; z-index: 1; font-family: var(--voz-sagrada); font-size: 18px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--bronze); }
.clan-shield .base b { color: var(--bronze-claro); font-weight: 400; }

.clan-col { min-width: 0; }
.clan-name { font-family: var(--voz-monumental); text-transform: uppercase; letter-spacing: -0.02em;
  font-size: 128px; line-height: 0.82; color: var(--bege); margin: 0 0 18px; }
.clan-essence { font-family: var(--voz-operacional); font-style: italic; font-size: 30px; line-height: 1.42;
  color: var(--fg2); max-width: 32ch; margin: 0 0 32px; }

.destinos { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--linha-fraca);
  border: 1px solid var(--linha-bronze); }
.destinos .d { background: var(--preto-2); padding: 26px 30px; min-width: 0; border-top: 3px solid var(--bronze); }
.destinos .d.luz { border-top-color: var(--amarelo); }
.destinos .d.sombra { border-top-color: var(--vermelho-sinal); }
.destinos .d .lab { font-family: var(--voz-sagrada); font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 10px; }
.destinos .d.luz .lab { color: var(--amarelo); }
.destinos .d.sombra .lab { color: var(--vermelho-sinal); }
.destinos .d .nm { font-family: var(--voz-monumental); text-transform: uppercase; letter-spacing: -0.01em;
  font-size: 44px; line-height: 0.92; margin-bottom: 12px; }
.destinos .d.luz .nm { color: var(--bege); }
.destinos .d.sombra .nm { color: rgba(232,220,196,0.66); }
.destinos .d .meaning { font-size: 22px; line-height: 1.36; color: var(--fg2); }

.clan-meta { display: flex; flex-wrap: wrap; gap: 22px 46px; margin-top: 30px;
  border-top: 1px solid var(--linha-bronze); padding-top: 24px; }
.clan-meta .m { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.clan-meta .m .ml { font-family: var(--voz-sagrada); font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bronze); }
.clan-meta .m .mv { font-family: var(--voz-operacional); font-size: 23px; color: var(--bege); }
.clan-meta .m.vir .mv { font-family: var(--voz-sagrada); letter-spacing: 0.06em; color: var(--amarelo); }

/* ───────── divisor de NATUREZA · 3 escudos em fila ───────── */
section.nat .nat-body { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column;
  justify-content: center; gap: 60px; }
.nat-lead { display: grid; grid-template-columns: auto 1fr; gap: 60px; align-items: center; }
.nat-lead .big { font-family: var(--voz-monumental); text-transform: uppercase; letter-spacing: -0.03em;
  font-size: 130px; line-height: 0.82; color: var(--bege); }
.nat-lead .big span { color: var(--amarelo); display: block; }
.nat-lead p { font-size: 31px; line-height: 1.5; color: var(--fg2); margin: 0; max-width: 44ch;
  border-left: 3px solid var(--amarelo); padding-left: 30px; }
.nat-shields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: var(--linha-fraca); border: 1px solid var(--linha-bronze); }
.nat-shields figure { margin: 0; background: linear-gradient(180deg, var(--preto-2), var(--preto));
  padding: 34px 24px; display: flex; flex-direction: column; align-items: center; gap: 18px; min-width: 0;
  border-top: 3px solid var(--amarelo); }
.nat-shields img { width: 200px; height: 200px; object-fit: contain; filter: drop-shadow(0 14px 30px rgba(0,0,0,.5)); }
.nat-shields figcaption { font-family: var(--voz-monumental); font-size: 36px; letter-spacing: -0.01em;
  text-transform: uppercase; color: var(--bege); line-height: 1; }
.nat-shields .role { font-family: var(--voz-sagrada); font-size: 16px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bronze); text-align: center; }
.nat-shields .role b { color: var(--amarelo); font-weight: 400; }
.nat-shields .role i { color: var(--vermelho-sinal); font-style: normal; }

/* ───────── os Dois Lobos · dois polos ───────── */
.wolves { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  background: var(--linha-fraca); border: 1px solid var(--linha-bronze); }
.wolves .w { background: var(--preto-2); padding: 46px 48px; min-width: 0; }
.wolves .w.lend { border-top: 3px solid var(--amarelo); }
.wolves .w.med { border-top: 3px solid var(--vermelho-sinal); }
.wolves .w .tag { font-family: var(--voz-sagrada); font-size: 18px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 18px; }
.wolves .w.lend .tag { color: var(--amarelo); }
.wolves .w.med .tag { color: var(--vermelho-sinal); }
.wolves .w h4 { font-family: var(--voz-monumental); font-size: 60px; text-transform: uppercase; letter-spacing: -0.02em; line-height: 1; margin: 0 0 16px; color: var(--bege); }
.wolves .w p { font-size: 26px; line-height: 1.42; color: var(--fg2); margin: 0; }

/* ───────── a Identidade montada · fórmula viva ───────── */
.idgrid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 70px; align-items: center; flex: 1; }
.idform { font-family: var(--voz-monumental); text-transform: uppercase; letter-spacing: -0.01em;
  font-size: 66px; line-height: 1.14; color: var(--bege); }
.idform .slot { color: var(--amarelo); }
.idform .slot::before { content: "["; color: var(--bronze); }
.idform .slot::after { content: "]"; color: var(--bronze); }
.idform .ex { display: block; margin-top: 32px; font-family: var(--voz-operacional); text-transform: none;
  letter-spacing: 0; font-size: 29px; font-style: italic; color: var(--fg2); line-height: 1.45; }
.idform .ex b { color: var(--amarelo); font-style: normal; font-weight: 500; }

/* brasão-monumento de fundo discreto nos divisores/fecho */
section.nat .megabg { opacity: 0.05; }

/* ───────── divisor de ATO ───────── */
section.act { background:
  radial-gradient(1100px 760px at 50% 42%, var(--brasa-16), transparent 60%),
  radial-gradient(900px 600px at 80% -10%, var(--amarelo-08), transparent 58%), var(--preto); }
section.act .megabg { color: var(--amarelo); opacity: 0.08; }
section.act .display { font-size: clamp(56px, 6vw, 100px); max-width: 22ch; }
section.act .lead { font-size: 32px; max-width: 60ch; }

/* ───────── espelho Luz / Sombra (o mesmo ser) ───────── */
.mirror { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 40px; align-items: center; justify-items: center; }
.mirror figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.mirror img { width: 320px; height: 320px; object-fit: contain; filter: drop-shadow(0 18px 40px rgba(0,0,0,.55)); }
.mirror .vs { font-family: var(--voz-monumental); font-size: 66px; color: var(--bronze); line-height: 1; }
.mirror figcaption { font-family: var(--voz-monumental); text-transform: uppercase; letter-spacing: -0.01em;
  font-size: 46px; line-height: 1; }
.mirror .l figcaption { color: var(--amarelo); }
.mirror .s figcaption { color: var(--vermelho-sinal); }
.mirror .tag { font-family: var(--voz-sagrada); font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bronze); }

/* ───────── faixa de status (roadmap) ───────── */
.road { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5,1fr); gap: 2px;
  background: var(--linha-fraca); border: 1px solid var(--linha-bronze); }
.road .r { background: var(--preto-2); padding: 30px 26px; min-width: 0; border-top: 3px solid var(--bronze); }
.road .r.done { border-top-color: var(--amarelo); }
.road .r .mk { font-family: var(--voz-sagrada); font-size: 15px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bronze); }
.road .r.done .mk { color: var(--amarelo); }
.road .r h4 { font-family: var(--voz-sagrada); font-weight: 600; font-size: 21px; color: var(--bege); margin: 16px 0 0; line-height: 1.2; }

/* ───────── Card de Bestiário em escala de slide ───────── */
/* o componente de site colapsa p/ 2 col em viewport estreito (media query);
   o deck é um canvas 1920 escalado, então forçamos 3 col no escopo do deck. */
deck-stage .best-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
deck-stage .bestc { padding: 32px 30px; }
deck-stage .bestc .num { font-size: 17px; }
deck-stage .bestc .sigilo { height: 124px; margin: 10px 0; }
deck-stage .bestc .sigilo svg { width: 104px; height: 104px; }
deck-stage .bestc h3 { font-size: 33px; margin-bottom: 14px; }
deck-stage .bestc .classe span { font-size: 13px; padding: 6px 14px; }
deck-stage .bestc .fala { font-size: 22px; padding-top: 18px; }

/* statgrid (casca) · respiro de slide */
deck-stage .statgrid .stat { padding: 46px 34px; gap: 16px; }
deck-stage .statgrid .stat p { font-size: 24px; }
