/* ============================================================
   TÉTHYS — danca.css
   Ajustes visuais específicos da página Dança.
   A base vem do sistema global de hero, quotes, split e info.
   Aqui afinamos apenas subtítulo, enquadramentos e pequenos detalhes.
   ============================================================ */

.danca-page .page-hero-photo img {
  object-position: center 30%;
}

.danca-page .page-hero-panel h1 {
  font-style: italic;
  margin-bottom: 1rem;
}

.danca-page .page-hero-subtitle {
  font-family: var(--font-d);
  font-size: clamp(1.15rem, 1.8vw, 1.8rem);
  font-style: italic;
  line-height: 1.55;
  color: var(--cream);
}

.danca-page .dance-section-label {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250,242,225,0.92);
  margin-bottom: 1.3rem;
}

.danca-page .dance-section-label span {
  font-size: 0.88em;
}

.split-block--sd .split-copy { order: 2; }
.split-block--sd .split-photo { order: 1; }

.split-block--sd .split-copy-subtitle {
  font-family: var(--font-d);
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  opacity: 0.8;
  margin: 0 0 0.6rem;
}
