/* ============================================
   ParatyAnas — Projeto Page Styles v3
   ============================================ */

/* ── Hero editorial ────────────────────────── */
.projeto-hero {
  min-height: calc(100vh - var(--nav-height));
  background-color: var(--cor-branco);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
}

@media (max-width: 900px) {
  .projeto-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

/* ── Texto do hero ── */
.projeto-hero__texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vw, 6rem) clamp(2rem, 5vw, 5rem);
  /* começa invisível — JS anima */
  opacity: 0;
}

.projeto-hero__breadcrumb {
  margin-bottom: 2rem;
  opacity: 0.4;
}

.projeto-hero__breadcrumb,
.projeto-hero__breadcrumb a,
.projeto-hero__breadcrumb span {
  color: var(--cor-texto-leve);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.projeto-hero__eyebrow {
  font-family: var(--font-titulo);
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cor-ninho-deep);
  margin-bottom: 1rem;
}

.projeto-hero__titulo {
  font-family: var(--font-titulo);
  font-size: clamp(4.5rem, 10vw, 8rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.95;
  color: #eab82a;
  margin-bottom: 1.5rem;
}

.projeto-hero__linha {
  display: block;
  width: 56px;
  height: 2px;
  background: var(--cor-dourada);
  margin-bottom: 1.5rem;
  opacity: 0.8;
}

.projeto-hero__subtitulo {
  font-family: var(--font-corpo);
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  line-height: 1.8;
  color: var(--cor-texto-leve);
}

.projeto-hero__subtitulo em {
  font-style: italic;
  color: var(--cor-texto);
}

/* ── Conteúdo do Vito D'Alessio (lado direito) ── */
.projeto-hero__conteudo-vito {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vh, 4rem) clamp(2rem, 5vw, 4rem);
  background-color: var(--cor-branco);
  overflow-y: auto;
  max-height: calc(100vh - var(--nav-height));
  opacity: 0;
}

@media (max-width: 900px) {
  .projeto-hero__conteudo-vito {
    max-height: none;
    padding: clamp(2rem, 5vw, 3rem);
  }
}

.projeto-hero__vito-header {
  margin-bottom: 1.5rem;
}

.projeto-hero__vito-label {
  font-family: var(--font-titulo);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cor-ninho-deep);
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.projeto-hero__vito-autor {
  font-family: var(--font-corpo);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cor-texto-leve);
  opacity: 0.8;
}

.projeto-hero__vito-texto-visivel p,
.projeto-hero__vito-texto-oculto p {
  font-family: var(--font-corpo);
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  line-height: 1.85;
  color: var(--cor-texto-leve);
  margin-bottom: 1rem;
}

.projeto-hero__vito-texto-oculto {
  height: 0;
  opacity: 0;
  overflow: hidden;
  display: none;
}

.projeto-hero__vito-btn {
  font-family: var(--font-corpo);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.6rem 1.25rem;
  border: 1px solid var(--cor-dourada);
  background: transparent;
  color: var(--cor-ninho-deep);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin: 0.5rem 0 1.25rem;
  align-self: flex-start;
}

.projeto-hero__vito-btn:hover {
  background-color: var(--cor-ninho-deep);
  color: var(--cor-branco);
}

.projeto-hero__vito-btn:focus {
  outline: 2px solid var(--cor-dourada);
  outline-offset: 2px;
}

.projeto-hero__vito-bio {
  font-family: var(--font-corpo);
  font-size: 0.8rem;
  color: var(--cor-texto-leve);
  opacity: 0.8;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(191, 160, 88, 0.3);
  font-style: italic;
}

/* ── Vídeo ─────────────────────────────────── */
.projeto-video-secao {
  background-color: var(--cor-fundo);
  padding: clamp(3rem, 8vh, 5rem) var(--espacamento-pagina);
}

/* Label "DOCUMENTÁRIO" entre linhas */
.projeto-video-label {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: clamp(1.5rem, 4vh, 2.5rem);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.projeto-video-label__linha {
  flex: 1;
  height: 1px;
  background: rgba(191,160,88,0.35);
}

.projeto-video-label__texto {
  font-family: var(--font-titulo);
  font-size: 0.88rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cor-ninho-deep);
  white-space: nowrap;
}

/* Container do player + mockup sobreposto */
.projeto-video-wrap {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.projeto-video__iframe-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background-color: #111;
  box-shadow: 0 16px 48px rgba(0,0,0,0.22);
}

.projeto-video__iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.projeto-video__placeholder {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--cor-texto);
  box-shadow: 0 16px 48px rgba(0,0,0,0.22);
}

.projeto-video__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.65;
  transition: opacity 0.4s ease;
}

.projeto-video__placeholder:hover .projeto-video__thumb {
  opacity: 0.5;
}

.projeto-video__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  color: var(--cor-branco);
  padding: 2rem;
}

.projeto-video__play {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  transition: border-color 0.3s, background-color 0.3s, transform 0.3s;
}

.projeto-video__placeholder:hover .projeto-video__play {
  border-color: rgba(255,255,255,0.9);
  background-color: rgba(255,255,255,0.1);
  transform: scale(1.08);
}

.projeto-video__em-breve {
  font-family: var(--font-corpo);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.55;
}

.projeto-video__nome {
  font-family: var(--font-titulo);
  font-size: clamp(1.1rem, 2.5vw, 1.7rem);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.9;
}

/* Mockup do livro sobreposto */
.projeto-video__mockup {
  position: absolute;
  bottom: -6%;
  right: -5%;
  width: clamp(120px, 22%, 200px);
  pointer-events: none;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.3));
  transition: transform 0.5s ease;
}

.projeto-video-wrap:hover .projeto-video__mockup {
  transform: translateY(-6px) rotate(2deg);
}

.projeto-video__mockup img {
  width: 100%;
  height: auto;
  display: block;
}

/* Crédito abaixo do vídeo */
.projeto-video-credit {
  font-family: var(--font-corpo);
  font-size: 0.78rem;
  color: var(--cor-texto-leve);
  opacity: 0.65;
  text-align: center;
  margin-top: 1.25rem;
  letter-spacing: 0.04em;
}

/* ── Ficha Técnica ─────────────────────────── */
.projeto-ficha-secao {
  background-color: var(--cor-branco);
  padding: clamp(3rem, 8vh, 6rem) var(--espacamento-pagina);
}

.projeto-ficha-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .projeto-ficha-grid {
    grid-template-columns: 1fr;
  }

  /* Mobile: imagem vira bloco normal acima do texto, sem sticky/parallax */
  .projeto-ficha-foto {
    position: static !important;
    transform: none !important;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 2rem;
  }

  .projeto-ficha-foto__img-wrap {
    will-change: auto;
    transform: none !important;
    aspect-ratio: 4 / 5;
  }
}

/* ── Coluna esquerda: foto sticky ── */
.projeto-ficha-foto {
  position: sticky;
  top: calc(var(--nav-height) + 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.projeto-ficha-foto__img-wrap {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  will-change: transform;
}

.projeto-ficha-foto__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.projeto-ficha-foto__passaro {
  width: 44px;
  opacity: 0.7;
  margin-left: 1rem;
}

.projeto-ficha-foto__passaro img {
  width: 100%;
  height: auto;
}

/* ── Coluna direita: créditos ── */
.projeto-ficha-creditos__titulo {
  font-family: var(--font-titulo);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cor-texto);
  margin-bottom: clamp(2rem, 5vh, 3.5rem);
}

.projeto-ficha-lista {
  margin: 0 0 clamp(1rem, 3vh, 2rem);
}

.projeto-ficha-lista__item {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0.5rem 1rem;
  align-items: baseline;
}

.projeto-ficha-lista__item:first-child {
  border-top: 1px solid rgba(0,0,0,0.07);
}

.projeto-ficha-lista__item dt {
  font-family: var(--font-titulo);
  font-size: clamp(0.78rem, 1.4vw, 0.9rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cor-ninho-deep);
  opacity: 0.75;
  line-height: 1.5;
}

.projeto-ficha-lista__item dd {
  font-family: var(--font-corpo);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--cor-texto);
  line-height: 1.55;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 500px) {
  .projeto-ficha-lista__item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 1rem 0;
  }
}

/* Separador "DOCUMENTÁRIO" */
.projeto-ficha-sep {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0 1rem;
}

.projeto-ficha-sep__texto {
  font-family: var(--font-titulo);
  font-size: 0.88rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cor-asas);
  white-space: nowrap;
}

.projeto-ficha-sep__linha {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(217,79,59,0.3), transparent);
}

/* ── Seção Realização removida — logos migrados para o rodapé global ── */
