/* =========================================================
   MANIFESTO CINEMATIC — BLOCO ISOLADO / V3 AJUSTE FINO
========================================================= */
#manifesto.manifesto-cinematic{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:84px 0 18px;
  background:linear-gradient(180deg,#040405 0%,#070507 100%);
}
#manifesto .manifesto-cinematic-bg,
#manifesto .manifesto-cinematic-grid,
#manifesto .manifesto-cinematic-glow,
#manifesto .manifesto-cinematic-particles{
  position:absolute;
  inset:0;
  pointer-events:none;
}
#manifesto .manifesto-cinematic-bg{
  z-index:1;
  background:
    radial-gradient(840px 560px at 76% 42%, rgba(175,18,18,.30) 0%, rgba(175,18,18,0) 54%),
    radial-gradient(620px 420px at 66% 62%, rgba(255,120,20,.09) 0%, rgba(255,120,20,0) 44%),
    radial-gradient(780px 560px at 18% 18%, rgba(35,35,35,.18) 0%, rgba(35,35,35,0) 56%),
    linear-gradient(90deg, #020202 0%, #070506 32%, #140405 70%, #050505 100%);
}
#manifesto .manifesto-cinematic-grid{
  z-index:2;
  opacity:.055;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 86px, rgba(255,255,255,.018) 87px, rgba(255,255,255,.018) 88px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 86px, rgba(255,255,255,.014) 87px, rgba(255,255,255,.014) 88px);
  mix-blend-mode:screen;
}
#manifesto .manifesto-cinematic-glow-a{
  z-index:3;
  background:radial-gradient(circle at 72% 46%, rgba(130,0,0,.34) 0%, rgba(130,0,0,0) 34%);
  filter:blur(44px);
  opacity:.72;
}
#manifesto .manifesto-cinematic-glow-b{
  z-index:3;
  background:radial-gradient(circle at 58% 54%, rgba(255,160,60,.11) 0%, rgba(255,160,60,0) 22%);
  filter:blur(56px);
  opacity:.58;
}
#manifesto .manifesto-cinematic-particles{
  z-index:4;
  background:
    radial-gradient(circle at 62% 34%, rgba(255,170,90,.16) 0 1px, transparent 1.6px),
    radial-gradient(circle at 74% 56%, rgba(255,255,255,.10) 0 1px, transparent 1.5px),
    radial-gradient(circle at 84% 30%, rgba(255,110,60,.14) 0 1.2px, transparent 1.7px),
    radial-gradient(circle at 66% 72%, rgba(255,170,90,.11) 0 1.1px, transparent 1.7px);
  opacity:.52;
  will-change:transform;
}
#manifesto .manifesto-cinematic-shell{
  position:relative;
  z-index:6;
  display:grid;
  grid-template-columns:minmax(320px, 500px) minmax(400px, 1fr);
  gap:24px;
  align-items:end;
}
#manifesto .manifesto-cinematic-copy{
  position:relative;
  z-index:10;
  max-width:500px;
  padding-bottom:78px;
}
#manifesto .manifesto-cinematic-title{
  margin:0;
  display:flex;
  flex-direction:column;
  font-family:Rajdhani, sans-serif;
  font-weight:700;
  text-transform:uppercase;
  line-height:.90;
  letter-spacing:-.02em;
  font-size:clamp(42px, 3.6vw, 64px);
  text-shadow:0 12px 34px rgba(0,0,0,.72), 0 2px 8px rgba(0,0,0,.55);
}
#manifesto .manifesto-cinematic-title span{display:block;}
#manifesto .manifesto-cinematic-lead{
  margin:18px 0 0;
  max-width:16ch;
  color:rgba(245,246,250,.82);
  font-size:clamp(15px, 1vw, 18px);
  line-height:1.38;
}
#manifesto .manifesto-cinematic-lines{
  margin-top:18px;
  margin-bottom:0;
  display:grid;
  gap:8px;
}
#manifesto .manifesto-cinematic-lines p{
  margin:0;
  font-family:Rajdhani, sans-serif;
  font-weight:700;
  text-transform:uppercase;
  line-height:1.02;
  letter-spacing:.015em;
  font-size:clamp(18px, 1.4vw, 28px);
  color:rgba(245,246,250,.96);
  text-shadow:0 8px 22px rgba(0,0,0,.52);
}
#manifesto .manifesto-cinematic-visual{
  position:relative;
  min-height:600px;
  overflow:visible;
  display:flex;
  align-items:flex-end;
}
#manifesto .manifesto-cinematic-character-wrap{
  position:absolute;
  right:0;
  bottom:-18px;
  width:min(815px, 104%);
  max-width:none;
  will-change:transform;
  transform-origin:right bottom;
}
#manifesto .manifesto-cinematic-character{
  display:block;
  width:100%;
  height:auto;
  filter:
    drop-shadow(0 30px 68px rgba(0,0,0,.55))
    drop-shadow(0 0 24px rgba(120,0,0,.18));
  will-change:transform;
}
#manifesto .manifesto-cinematic-brain-wrap{
  position:absolute;
  left:13.6%;
  top:42.4%;
  width:min(255px, 34%);
  aspect-ratio:1/1;
  display:flex;
  align-items:center;
  justify-content:center;
  will-change:transform;
}
#manifesto .manifesto-cinematic-brain{
  position:relative;
  z-index:3;
  display:block;
  width:100%;
  height:auto;
  filter:
    drop-shadow(0 0 18px rgba(255,160,60,.28))
    drop-shadow(0 0 30px rgba(255,120,30,.22))
    drop-shadow(0 14px 32px rgba(0,0,0,.42));
}
#manifesto .manifesto-cinematic-brain-ring{
  position:absolute;
  inset:10%;
  border-radius:50%;
  border:1px solid rgba(255,165,70,.22);
  pointer-events:none;
}
#manifesto .manifesto-cinematic-brain-ring-a{
  transform:rotate(-12deg) scale(1.08);
  opacity:.42;
}
#manifesto .manifesto-cinematic-brain-ring-b{
  transform:rotate(18deg) scale(1.28);
  opacity:.24;
}
#manifesto .reveal-on-scroll{
  opacity:0;
  transform:translate3d(0,24px,0);
  transition:opacity .7s ease, transform .7s cubic-bezier(.22,.7,.18,1);
}
#manifesto .reveal-on-scroll.reveal{
  opacity:1;
  transform:translate3d(0,0,0);
}
@media (max-width: 1100px){
  #manifesto .manifesto-cinematic-shell{
    grid-template-columns:minmax(300px, 450px) minmax(340px, 1fr);
    gap:22px;
  }
  #manifesto .manifesto-cinematic-visual{min-height:510px;}
  #manifesto .manifesto-cinematic-character-wrap{
    right:0;
    bottom:-4px;
    width:min(700px, 100%);
  }
  #manifesto .manifesto-cinematic-brain-wrap{
    left:13.0%;
    top:42.6%;
    width:min(220px, 32%);
  }
}

@media (max-width: 980px){
  #manifesto.manifesto-cinematic{
    padding:72px 0 70px;
  }

  #manifesto .manifesto-cinematic-shell{
    grid-template-columns:1fr;
    gap:22px;
    align-items:start;
  }

  #manifesto .manifesto-cinematic-copy{
    max-width:none;
    width:100%;
    text-align:left;
    padding:0 28px 24px;
  }

  #manifesto .manifesto-cinematic-title{
    font-size:clamp(36px, 7vw, 54px);
    max-width:none;
  }

  #manifesto .manifesto-cinematic-lead{
    font-size:15px;
    max-width:20ch;
  }

  #manifesto .manifesto-cinematic-lines p{
    font-size:clamp(18px, 3.4vw, 26px);
  }

  #manifesto .manifesto-cinematic-visual{
    min-height:430px;
    order:2;
    overflow:visible;
  }

  #manifesto .manifesto-cinematic-character-wrap{
    right:50%;
    bottom:0;
    transform:translateX(26%);
    width:min(590px, 108%);
    transform-origin:center bottom;
  }

  #manifesto .manifesto-cinematic-brain-wrap{
    left:13.2%;
    top:43.6%;
    width:min(220px, 34%);
  }
}

@media (max-width: 640px){
  #manifesto.manifesto-cinematic{
    padding:64px 0 62px;
  }

  #manifesto .manifesto-cinematic-shell{
    display:flex;
    flex-direction:column;
    gap:22px;
    align-items:stretch;
  }

  #manifesto .manifesto-cinematic-copy{
    order:1;
    max-width:none;
    width:100%;
    padding:0 24px 18px;
    text-align:left;
  }

  #manifesto .manifesto-cinematic-visual{
    order:2;
    min-height:340px;
    margin-top:-8px;
    overflow:visible;
  }

  #manifesto .manifesto-cinematic-title{
    font-size:clamp(30px, 11vw, 44px);
    max-width:none;
    line-height:.92;
    letter-spacing:-.03em;
  }

  #manifesto .manifesto-cinematic-lead{
    margin-top:16px;
    font-size:14px;
    max-width:18ch;
  }

  #manifesto .manifesto-cinematic-lines{
    margin-top:22px;
    gap:10px;
  }

  #manifesto .manifesto-cinematic-lines p{
    font-size:clamp(17px, 6.2vw, 24px);
    line-height:1.02;
  }

  #manifesto .manifesto-cinematic-character-wrap{
    right:50%;
    bottom:-82px;
    transform:translateX(64%);
    width:126%;
    transform-origin:center bottom;
  }

  #manifesto .manifesto-cinematic-character{
    filter:
      drop-shadow(0 18px 38px rgba(0,0,0,.44))
      drop-shadow(0 0 18px rgba(120,0,0,.16));
  }

  #manifesto .manifesto-cinematic-brain-wrap{
    left:16.8%;
    top:44.7%;
    width:28%;
  }
}
