.pagina-projeto { background: var(--papel); }
.projeto-pagina { width: min(920px, calc(100% - 2rem)); margin: auto; padding: clamp(2.5rem, 6vw, 5rem) 0; overflow: visible; }
.projeto-cabecalho { margin-bottom: 2.5rem; padding: clamp(1.6rem, 4vw, 3rem); border-top: 6px solid var(--vermelho); background: var(--terra-escura); color: #fff; box-shadow: var(--sombra); }
.projeto-cabecalho .sobretitulo { color: var(--amarelo); }
.projeto-cabecalho h1 { max-width: none; margin-bottom: .8rem; font-size: clamp(2.5rem, 7vw, 4.6rem); }
.projeto-cabecalho p:last-child { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.76); }
.projeto-pagina > h2 { margin: 3rem 0 1rem; padding-top: 1.2rem; border-top: 1px solid var(--linha); color: var(--terra-escura); font-size: clamp(1.7rem, 4vw, 2.45rem); }
.projeto-pagina > h3 { margin: 2.4rem 0 .8rem; color: var(--vermelho); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.25rem, 3vw, 1.65rem); }
.projeto-pagina > p { margin-bottom: 1.25rem; font-size: 1rem; }
.projeto-pagina .foto { max-width: min(280px, 42%); margin: .2rem 0 1.5rem 2rem; }
.projeto-pagina .direita { float: right; }
.projeto-alerta { clear: both; margin-top: 3.5rem; padding: clamp(1.3rem, 4vw, 2.4rem); border-left: 6px solid var(--amarelo); background: #fff8da; box-shadow: 0 12px 34px rgba(41,37,31,.09); }
.projeto-alerta h2 { margin-bottom: 1rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.55rem, 4vw, 2.25rem); line-height: 1.12; }
.poema { white-space: pre-line; }
.projeto-social { display: inline-flex; align-items: center; gap: .6rem; color: var(--vermelho); font-weight: 900; }
.projeto-social img { width: auto; max-height: 30px; }
.projeto-rodape { grid-template-columns: 1fr auto; }
.projeto-rodape strong, .projeto-rodape span { display: block; }
@media (max-width: 900px) {
  .pagina-projeto .menu--simples { display: flex; position: static; flex-direction: row; padding: 0; border: 0; background: transparent; }
}
@media (max-width: 620px) {
  .projeto-pagina .foto { float: none; max-width: 100%; margin: 1rem auto 1.5rem; }
  .pagina-projeto .menu--simples a:not(:first-child) { display: none; }
  .projeto-rodape { grid-template-columns: 1fr; }
}
