/* ========== MANIFESTO DAKOTA — Editorial Alta Moda / Lookbook ========== */
/* Hero com imagem HD + mix-blend | Sticky scroll | Ultra-wide | Fundo chumbo | Parallax interno */

.page-manifesto {
  overflow-x: hidden;
}

/* Na página do manifesto: esconder só a opção "Tema" no painel (sempre tema claro); menu e "Ver do seu jeito" continuam visíveis */
.page-manifesto .a11y-panel .a11y-panel__group:first-child {
  display: none;
}

/* Header desce junto com a página (igual à home) */
.page-manifesto .header {
  position: relative;
  top: auto;
}

.page-manifesto .manifesto {
  padding-bottom: 0;
  padding-inline: 0;
  max-width: none;
}

.page-manifesto .manifesto-editorial {
  max-width: none;
  padding-inline: 0;
}

/* ---------- Hero: imagem HD + MANIFESTO em vw + parallax agressivo ---------- */
.manifesto-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 10vw, 6rem);
  overflow: hidden;
}

.manifesto-hero__bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.manifesto-hero__bg {
  position: absolute;
  top: -15%;
  left: -10%;
  width: 120%;
  height: 130%;
  will-change: transform;
}

.manifesto-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Contraste: overlay do hero garante legibilidade em qualquer tema ---------- */
.manifesto-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  pointer-events: none;
}

body[data-theme="deep"] .manifesto-hero__overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0.88) 100%
  );
}

.manifesto-hero__title {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12em;
}

.manifesto-hero__word {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(7rem, 22vw, 28vw);
  line-height: 0.88;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4), 0 4px 24px rgba(0, 0, 0, 0.25);
}

body[data-theme="deep"] .manifesto-hero__word {
  color: #fff;
  mix-blend-mode: difference;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5), 0 4px 32px rgba(0, 0, 0, 0.35);
}

.manifesto-hero__sub {
  display: block;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.1rem, 3.2vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.4em;
  color: #ffb366;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

body[data-theme="deep"] .manifesto-hero__sub {
  color: #ffc078;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

/* ========== ATOS EM ESTILO REVISTA EDITORIAL ========== */
.manifesto-img-inner {
  width: 100%;
  height: 100%;
  will-change: transform;
}

.manifesto-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

/* ---------- Ato 1: Spread reportagem — número 01 + lead visual + coluna + pull-quote ---------- */
.act-revista {
  position: relative;
  padding-inline: clamp(1.5rem, 5vw, 4rem);
}

.act-revista__number {
  position: absolute;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(6rem, 18vw, 14rem);
  line-height: 0.85;
  color: rgba(0, 0, 0, 0.06);
  pointer-events: none;
  user-select: none;
  left: auto;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}

body[data-theme="deep"] .act-revista__number {
  color: rgba(255, 255, 255, 0.05);
}

/* 01 — mesmo estilo e posição que 02 e 03: cor sólida, à esquerda */
.act-revista--1 .act-revista__number,
.act-revista__number--1 {
  top: 1rem;
  left: clamp(1rem, 8vw, 6rem);
  right: auto;
  color: rgba(30, 58, 138, 0.08);
  -webkit-text-stroke: none;
  paint-order: unset;
  text-shadow: none;
}

body[data-theme="deep"] .act-revista--1 .act-revista__number,
body[data-theme="deep"] .act-revista__number--1 {
  color: rgba(34, 211, 238, 0.12);
  text-shadow: 0 0 80px rgba(34, 211, 238, 0.2);
}

/* Ato 1 — mesmo posicionamento que 02 e 03 (padding-bottom na section) */
.act-revista--1 {
  background: linear-gradient(105deg, rgba(255, 245, 235, 0.6) 0%, transparent 35%);
  position: relative;
  padding-bottom: clamp(4rem, 12vh, 8rem);
}

.act-revista--1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #c55400 0%, #e66100 50%, #b84a00 100%);
  opacity: 0.85;
  z-index: 0;
}

body[data-theme="deep"] .act-revista--1 {
  background: linear-gradient(105deg, rgba(30, 25, 20, 0.5) 0%, transparent 35%);
}

body[data-theme="deep"] .act-revista--1::before {
  background: linear-gradient(180deg, #ffb366 0%, #ff9a54 50%, #fdba74 100%);
  opacity: 0.5;
}

/* Ato 1 inner — mesmo padding do 02 e 03 */
.act-revista__inner--1 {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  max-width: 1400px;
  margin-inline: auto;
  padding-top: clamp(2rem, 6vh, 4rem);
  padding-bottom: clamp(4rem, 10vh, 6rem);
  position: relative;
  z-index: 1;
}

.act-revista__img--lead {
  margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(197, 84, 0, 0.08);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}

.act-revista__img--ruptura {
  position: relative;
}

.act-revista__img--ruptura::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(197, 84, 0, 0.06) 0%, transparent 50%);
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.act-revista__img--ruptura:hover {
  transform: scale(1.02);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(197, 84, 0, 0.12);
}

.act-revista__img--ruptura:hover::after {
  opacity: 0.5;
}

.act-revista__img--lead .manifesto-img-inner,
.act-revista__img--lead .manifesto-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.act-revista__img--ruptura:hover .manifesto-img-inner {
  transform: scale(1.05);
}

.act-revista__copy--1 {
  padding-top: clamp(1rem, 3vh, 2rem);
}

.act-revista__label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #0369a1;
  margin: 0 0 0.4rem;
}

body[data-theme="deep"] .act-revista__label {
  color: #7dd3fc;
}

.act-revista__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.08;
  color: #0f172a;
  margin: 0 0 1.25rem;
}

body[data-theme="deep"] .act-revista__title {
  color: #f8fbff;
}

.act-revista__body {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.65;
  color: #334155;
  margin: 0 0 1rem;
  max-width: 36ch;
}

.act-revista__body strong {
  color: #0f172a;
}

body[data-theme="deep"] .act-revista__body {
  color: #94a3b8;
}

body[data-theme="deep"] .act-revista__body strong {
  color: #f8fbff;
}

.act-revista__quote {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.3;
  color: #1a5fb4;
  margin: 1.5rem 0 1rem;
  padding-left: 1.25rem;
  border-left: 3px solid #c55400;
  font-style: italic;
}

/* Ato 1: quote editorial — fundo levemente tintado, barra forte */
.act-revista--1 .act-revista__quote {
  background: linear-gradient(90deg, rgba(197, 84, 0, 0.07) 0%, transparent 100%);
  padding: 1rem 1rem 1rem 1.25rem;
  margin: 1.5rem 0 1rem;
  border-left-width: 4px;
  border-radius: 0 6px 6px 0;
  color: #0f172a;
}

body[data-theme="deep"] .act-revista--1 .act-revista__quote {
  background: linear-gradient(90deg, rgba(255, 183, 102, 0.12) 0%, transparent 100%);
  color: #f8fbff;
}

body[data-theme="deep"] .act-revista__quote {
  color: #74adff;
  border-left-color: #fdba74;
}

.act-revista__quote strong {
  color: inherit;
}

/* ---------- Ato 2: Arte e Performance — identidade tech/velocidade ---------- */
.act-revista--2 {
  background: #f1f5f9;
  padding-bottom: clamp(4rem, 12vh, 8rem);
  position: relative;
  overflow: hidden;
  /* Faixa azul à esquerda (laranja, azul, laranja = tudo à esquerda) */
  box-shadow: inset 6px 0 0 0 #0369a1;
}

/* Textura sutil (papel/tecido) no fundo */
.act-revista--2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
}

.act-revista--2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, transparent 30%, transparent 70%, rgba(255, 255, 255, 0.3) 100%);
  pointer-events: none;
}

body[data-theme="deep"] .act-revista--2 {
  background: #1e293b;
}

body[data-theme="deep"] .act-revista--2::before {
  opacity: 0.05;
}

body[data-theme="deep"] .act-revista--2::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
}

body[data-theme="deep"] .act-revista--2 {
  box-shadow: inset 6px 0 0 0 rgba(34, 211, 238, 0.6);
}

/* 02 à esquerda — sutil no fundo claro */
.act-revista__number--2 {
  top: 1rem;
  left: clamp(1rem, 8vw, 6rem);
  right: auto;
  color: rgba(30, 58, 138, 0.08);
  text-shadow: none;
}

body[data-theme="deep"] .act-revista__number--2 {
  color: rgba(34, 211, 238, 0.12);
  text-shadow: 0 0 80px rgba(34, 211, 238, 0.2);
}

/* Ato 2: texto esquerda, imagem direita */
.act-revista__inner--2 {
  display: grid;
  grid-template-columns: 0.52fr 0.48fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  max-width: 1400px;
  margin-inline: auto;
  padding-top: clamp(2rem, 6vh, 4rem);
  padding-bottom: clamp(4rem, 10vh, 6rem);
  position: relative;
  z-index: 1;
}

.act-revista__img--2 {
  margin: 0;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}

.act-revista__img--2:hover {
  transform: scale(1.02) translateZ(0);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(8, 145, 178, 0.2);
}

body[data-theme="deep"] .act-revista__img--2 {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(34, 211, 238, 0.15);
}

body[data-theme="deep"] .act-revista__img--2:hover {
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(34, 211, 238, 0.3), 0 0 60px rgba(34, 211, 238, 0.12);
}

.act-revista__img--2 .manifesto-img-inner,
.act-revista__img--2 .manifesto-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}

.act-revista__img--2:hover .manifesto-img-inner {
  transform: scale(1.06);
}

.act-revista__img--2:hover .manifesto-img {
  filter: brightness(1.05);
}

.act-revista__copy--2 {
  padding-top: clamp(0.5rem, 2vh, 1rem);
}

.act-revista__label--2 {
  color: #0369a1;
}

.act-revista__title--2 {
  color: #0f172a;
  margin: 0 0 1.25rem;
}

.act-revista__body--2 {
  color: #334155;
  margin: 0 0 1rem;
  max-width: 38ch;
}

.act-revista__body--2 strong {
  color: #0f172a;
}

.act-revista__quote--2 {
  color: #0e7490;
  border-left-color: #0891b2;
  margin: 1.25rem 0 1rem;
  font-style: normal;
  padding: 1rem 1rem 1rem 1.25rem;
  border-left-width: 4px;
  background: linear-gradient(90deg, rgba(8, 145, 178, 0.08) 0%, transparent 100%);
  border-radius: 0 8px 8px 0;
  text-shadow: none;
}

.act-revista__quote--2 strong {
  color: #0e7490;
}

body[data-theme="deep"] .act-revista__label--2 {
  color: #7dd3fc;
}

body[data-theme="deep"] .act-revista__title--2 {
  color: #ffffff;
}

body[data-theme="deep"] .act-revista__body--2 {
  color: rgba(255, 255, 255, 0.9);
}

body[data-theme="deep"] .act-revista__body--2 strong {
  color: #ffffff;
}

body[data-theme="deep"] .act-revista__quote--2 {
  color: #67e8f9;
  border-left-color: #22d3ee;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.08) 0%, transparent 100%);
}

body[data-theme="deep"] .act-revista__quote--2 strong {
  color: #a5f3fc;
}

/* ---------- Ato 3: O Inegociável — identidade limpa/confiança ---------- */
/* Ato 3 — mesmo posicionamento que Ato 2 (padding da section + inner) */
.act-revista--3 {
  padding-bottom: clamp(4rem, 12vh, 8rem);
  position: relative;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.5) 0%, transparent 30%);
}

.act-revista--3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}

/* Faixa laranja à esquerda — igual ao Ato 1 (separar do Ato 2) */
.act-revista--3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #c55400 0%, #e66100 50%, #b84a00 100%);
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
}

body[data-theme="deep"] .act-revista--3::after {
  background: linear-gradient(180deg, #ffb366 0%, #ff9a54 50%, #fdba74 100%);
  opacity: 0.5;
}

body[data-theme="deep"] .act-revista--3 {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.3) 0%, transparent 30%);
}

body[data-theme="deep"] .act-revista--3::before {
  opacity: 0.04;
}

/* 03 — igual ao 02: mesma posição, mesmo estilo (cor sólida, sem outline) */
.act-revista__number--3 {
  top: 1rem;
  left: clamp(1rem, 8vw, 6rem);
  right: auto;
  color: rgba(30, 58, 138, 0.08);
  -webkit-text-stroke: none;
  paint-order: unset;
  text-shadow: none;
}

body[data-theme="deep"] .act-revista__number--3 {
  color: rgba(34, 211, 238, 0.12);
  text-shadow: 0 0 80px rgba(34, 211, 238, 0.2);
}

/* Desktop: 01 e 03 à direita, mesma altura que o 02 (top: 1rem), alinhados ao texto — regra depois dos números para ganhar na cascata */
@media (min-width: 1025px) {
  .act-revista--1 .act-revista__number,
  .act-revista__number--1 {
    left: auto !important;
    right: clamp(1rem, 8vw, 6rem);
    top: 1rem;
  }

  .act-revista--3 .act-revista__number,
  .act-revista__number--3 {
    left: auto !important;
    right: clamp(1rem, 8vw, 6rem);
    top: 1rem;
  }
}

/* Ato 3: imagem esquerda, texto direita — mesmo padding do inner--2 para número e conteúdo alinhados como no 02 */
.act-revista__inner--3 {
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  max-width: 1300px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding-top: clamp(2rem, 6vh, 4rem);
  padding-bottom: clamp(4rem, 10vh, 6rem);
}

.act-revista__copy--3 {
  padding-left: clamp(0, 3vw, 2rem);
}

/* Label Ato 3 — mesma cor do Ato 2 para consistência */
.act-revista__label--light {
  color: #0369a1;
  margin: 0 0 0.4rem;
}

body[data-theme="deep"] .act-revista__label--light {
  color: #7dd3fc;
}

.act-revista__title--light {
  color: #0f172a;
  margin: 0 0 1rem;
}

body[data-theme="deep"] .act-revista__title--light {
  color: #fff;
}

.act-revista__body--light {
  color: #334155;
  margin: 0 0 0.75rem;
  max-width: 40ch;
}

.act-revista__body--light strong {
  color: #0f172a;
}

body[data-theme="deep"] .act-revista__body--light {
  color: rgba(255, 255, 255, 0.9);
}

body[data-theme="deep"] .act-revista__body--light strong {
  color: #fff;
}

.act-revista__quote--3 {
  margin: 1.25rem 0 1rem;
  padding: 1rem 1rem 1rem 1.25rem;
  border-left: 4px solid #0d9488;
  color: #0f766e;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.35;
  font-style: italic;
  background: linear-gradient(90deg, rgba(19, 78, 74, 0.06) 0%, transparent 100%);
  border-radius: 0 8px 8px 0;
}

.act-revista__quote--3 strong {
  color: #115e59;
}

body[data-theme="deep"] .act-revista__quote--3 {
  border-left-color: #2dd4bf;
  color: #99f6e4;
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.08) 0%, transparent 100%);
}

body[data-theme="deep"] .act-revista__quote--3 strong {
  color: #5eead4;
}

body[data-theme="deep"] .act-revista__quote--3 strong {
  color: #fff;
}

.act-revista__img--frame {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 8px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1), 0 12px 32px rgba(15, 118, 110, 0.06);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, border-color 0.4s ease;
}

.act-revista__img--inegociavel:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.14), 0 16px 40px rgba(15, 118, 110, 0.1);
  border-color: rgba(15, 118, 110, 0.2);
}

body[data-theme="deep"] .act-revista__img--frame {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4), 0 12px 32px rgba(45, 212, 191, 0.08);
}

body[data-theme="deep"] .act-revista__img--inegociavel:hover {
  border-color: rgba(45, 212, 191, 0.25);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5), 0 16px 40px rgba(45, 212, 191, 0.12);
}

.act-revista__img--frame .manifesto-img-inner,
.act-revista__img--frame .manifesto-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- CTA final: "Pronto para o impossível?" — stage impactante e interativo ---------- */
.manifesto-cta {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(4rem, 14vh, 10rem) clamp(1.5rem, 6vw, 5rem);
  text-align: center;
  overflow: hidden;
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 35%, #0c1222 100%);
}

body[data-theme="light"] .manifesto-cta {
  background: linear-gradient(165deg, #0f172a 0%, #1e3a5f 40%, #0a1628 100%);
}

.manifesto-cta__noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.manifesto-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(249, 115, 22, 0.12) 0%, transparent 55%);
  pointer-events: none;
}

.manifesto-cta__stage {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.manifesto-cta__headline {
  margin: 0 0 0.5em;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 14vw, 8rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.manifesto-cta__headline-line {
  display: block;
  opacity: 0;
  transform: translateY(0.4em);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: reduce) {
  .manifesto-cta__headline-line {
    opacity: 1;
    transform: none;
  }
}

.manifesto-cta__headline.is-visible .manifesto-cta__headline-line--1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.manifesto-cta__headline.is-visible .manifesto-cta__headline-line--2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
  background: linear-gradient(135deg, #f97316 0%, #fb923c 50%, #fbbf24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.manifesto-cta__sub {
  margin: 0 0 2rem;
  font-size: clamp(0.75rem, 1.5vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.4s ease, letter-spacing 0.4s ease;
}

.manifesto-cta:hover .manifesto-cta__sub {
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.4em;
}

.manifesto-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 2px solid rgba(249, 115, 22, 0.8);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.25) 0%, rgba(251, 146, 60, 0.15) 100%);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.4), 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.3s ease, background 0.3s ease;
}

.manifesto-cta__btn:hover {
  transform: scale(1.06) translateY(-2px);
  border-color: #f97316;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.5) 0%, rgba(251, 146, 60, 0.35) 100%);
  box-shadow: 0 0 40px rgba(249, 115, 22, 0.5), 0 0 80px rgba(249, 115, 22, 0.2), 0 12px 40px rgba(0, 0, 0, 0.4);
}

.manifesto-cta__btn:focus-visible {
  outline: 2px solid #f97316;
  outline-offset: 4px;
}

/* ---------- Text-split e reveal (manifesto) ---------- */
.manifesto .text-split .line-wrap {
  display: block;
  overflow: hidden;
}

.manifesto .text-split .line {
  display: inline-block;
  transform: translateY(105%);
  transition: transform 0.88s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--d, 0ms);
}

.manifesto .text-split.is-visible .line {
  transform: translateY(0);
}

.manifesto .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1), transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.manifesto .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.parallax-layer {
  will-change: transform;
}

/* ---------- Responsivo: revista em coluna única ---------- */
@media (max-width: 1024px) {
  /* Banner hero do manifesto: menos alto no mobile/tablet */
  .manifesto-hero {
    min-height: 58vh;
    padding: clamp(2rem, 5vh, 3rem) clamp(1.5rem, 5vw, 2rem);
  }

  .manifesto-hero__word {
    font-size: clamp(3.5rem, 16vw, 12rem);
  }

  .manifesto-hero__sub {
    font-size: clamp(0.9rem, 2.5vw, 1.35rem);
    letter-spacing: 0.3em;
  }

  /* Números 01, 02 e 03: mesma posição no mobile (todos à esquerda, mesmo offset) */
  .act-revista--1 .act-revista__number,
  .act-revista__number--1,
  .act-revista__number--2,
  .act-revista--3 .act-revista__number,
  .act-revista__number--3 {
    left: clamp(1rem, 5vw, 2rem);
    right: auto;
  }

  .act-revista__inner--1 {
    grid-template-columns: 1fr;
  }

  /* Ato 1 mobile: texto (Ato 1, A Ruptura, etc.) antes da imagem */
  .act-revista__inner--1 .act-revista__copy--1 {
    order: -1;
  }

  .act-revista__inner--1 .act-revista__img--lead {
    order: 0;
  }

  /* Mobile: esconder imagens dos três atos */
  .act-revista__img--lead,
  .act-revista__img--2,
  .act-revista__img--frame {
    display: none !important;
  }

  /* ---------- Mobile: formas decorativas por ato (menos simplista) ---------- */
  .act-revista__inner--1 {
    position: relative;
    overflow: visible;
    background-image:
      radial-gradient(ellipse 120% 80% at 100% -20%, rgba(249, 115, 22, 0.12) 0%, transparent 55%),
      radial-gradient(circle 50% at -10% 100%, rgba(197, 84, 0, 0.08) 0%, transparent 50%);
    background-repeat: no-repeat;
    padding: clamp(1.5rem, 5vw, 2.5rem);
    border-radius: 0 24px 24px 0;
  }

  .act-revista__inner--1::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.06);
    pointer-events: none;
  }

  .act-revista__inner--1::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(197, 84, 0, 0.15);
    border-radius: 12px;
    transform: rotate(-15deg);
    pointer-events: none;
  }

  .act-revista__inner--2 {
    position: relative;
    overflow: visible;
    background-image:
      radial-gradient(ellipse 80% 60% at 0% 0%, rgba(3, 105, 161, 0.1) 0%, transparent 50%),
      radial-gradient(circle 40% at 100% 60%, rgba(34, 211, 238, 0.08) 0%, transparent 45%);
    background-repeat: no-repeat;
    padding: clamp(1.5rem, 5vw, 2.5rem);
    border-radius: 24px 0 0 24px;
  }

  .act-revista__inner--2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(3, 105, 161, 0.25));
    border-radius: 2px;
    transform: rotate(15deg);
    pointer-events: none;
  }

  .act-revista__inner--2::after {
    content: "";
    position: absolute;
    bottom: 15%;
    right: 15%;
    width: 70px;
    height: 70px;
    border: 2px solid rgba(34, 211, 238, 0.2);
    border-radius: 50%;
    pointer-events: none;
  }

  .act-revista__inner--3 {
    position: relative;
    overflow: visible;
    background-image:
      radial-gradient(ellipse 70% 100% at 100% 50%, rgba(15, 118, 110, 0.08) 0%, transparent 50%),
      radial-gradient(circle 45% at 0% 30%, rgba(45, 212, 191, 0.06) 0%, transparent 50%);
    background-repeat: no-repeat;
    padding: clamp(1.5rem, 5vw, 2.5rem);
    border-radius: 24px;
  }

  .act-revista__inner--3::before {
    content: "";
    position: absolute;
    bottom: 15%;
    left: 8%;
    width: 50px;
    height: 50px;
    background: rgba(15, 118, 110, 0.08);
    border-radius: 50%;
    pointer-events: none;
  }

  .act-revista__inner--3::after {
    content: "";
    position: absolute;
    bottom: 20%;
    right: 10%;
    width: 90px;
    height: 90px;
    border: 2px solid rgba(15, 118, 110, 0.12);
    border-radius: 20px;
    transform: rotate(10deg);
    pointer-events: none;
  }

  .act-revista__inner--1,
  .act-revista__inner--2,
  .act-revista__inner--3 {
    gap: clamp(1.5rem, 4vw, 2.5rem);
  }

  .act-revista__inner--1 .act-revista__copy--1,
  .act-revista__inner--2 .act-revista__copy--2,
  .act-revista__inner--3 .act-revista__copy--3 {
    position: relative;
    z-index: 1;
  }

  .act-revista__body {
    max-width: none;
  }

  .act-revista__inner--2 {
    grid-template-columns: 1fr;
  }

  .act-revista__body--2 {
    max-width: none;
  }

  .act-revista__inner--3 {
    grid-template-columns: 1fr;
  }

  /* Ato 3 mobile: texto antes (imagem já oculta) */
  .act-revista__inner--3 .act-revista__copy--3 {
    order: -1;
  }

  .act-revista__inner--3 .act-revista__img--frame {
    order: 0;
  }

  .act-revista__copy--3 {
    padding-right: 0;
  }

  .act-revista__body--light {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .manifesto-hero {
    min-height: 50vh;
    padding: 1.5rem 1.25rem;
  }

  .manifesto-hero__word {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .manifesto-hero__sub {
    font-size: clamp(0.8rem, 2.2vw, 1rem);
    letter-spacing: 0.25em;
  }

  .manifesto-wide__copy {
    padding: 2rem 1.25rem;
  }

  .act-revista {
    padding-inline: clamp(1.25rem, 4vw, 1.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .manifesto .text-split .line,
  .manifesto .reveal {
    transform: none;
    transition: none;
  }
  .parallax-layer,
  .manifesto-hero__bg,
  .manifesto-img-inner,
  .manifesto-wide__inner {
    will-change: auto;
  }
}
