/* ═══════════════════════════════════════════════════
 * PADELLIX · /por-que/ + /en/why/ · manifesto editorial
 * Reutiliza tokens de app.css (--paper, --ink, --accent…)
 * ═══════════════════════════════════════════════════ */

.manifesto {
  padding: 56px 0 96px;
  background: var(--paper);
}
@media (min-width: 768px) {
  .manifesto { padding: 80px 0 128px; }
}

.manifesto-frame {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .manifesto-frame { padding: 0 40px; }
}

.manifesto-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 24px;
}
.manifesto-meta strong { color: var(--ink); font-weight: 500; }

.manifesto-headline {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -.022em;
  color: var(--ink);
  margin-bottom: 32px;
  text-wrap: balance;
}
.manifesto-headline em {
  font-style: italic;
  color: var(--accent);
  font-weight: 600;
}

.manifesto-deck {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  color: var(--ink-2);
  border-top: 1px solid var(--paper-3);
  border-bottom: 1px solid var(--paper-3);
  padding: 24px 0;
  margin-bottom: 48px;
  text-wrap: pretty;
}

.manifesto-section {
  margin: 56px 0;
}
.manifesto-section:first-of-type { margin-top: 0; }

.manifesto-kicker {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ink-3);
  margin-bottom: 12px;
}

.manifesto-h2 {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.012em;
  color: var(--ink);
  margin-bottom: 16px;
  text-wrap: balance;
}
.manifesto-h2 em { color: var(--accent); font-style: italic; }

.manifesto-body p {
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 16px;
  text-wrap: pretty;
}
.manifesto-body p:last-child { margin-bottom: 0; }
.manifesto-body strong { color: var(--ink); font-weight: 600; }
.manifesto-body em { font-style: italic; color: var(--ink); }

/* Lista "Lo que NO somos" · estilo manifesto contundente */
.manifesto-not {
  margin-top: 64px;
  padding: 40px 32px;
  background: var(--ink);
  color: var(--inverted-fg);
}
@media (min-width: 768px) {
  .manifesto-not { padding: 56px 48px; }
}
.manifesto-not .manifesto-kicker {
  color: rgba(245, 241, 234, 0.55);
}
.manifesto-not-title {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 24px;
  color: var(--inverted-fg);
}
.manifesto-not ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.manifesto-not li {
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
  color: var(--inverted-fg);
}
.manifesto-not li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 600;
}

/* Sello / firma final */
.manifesto-sign {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--paper-3);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
}
.manifesto-sign strong { color: var(--ink); font-weight: 600; }

/* CTAs duales */
.manifesto-cta {
  margin-top: 64px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .manifesto-cta { grid-template-columns: 1fr 1fr; }
}

.manifesto-cta-card {
  display: block;
  padding: 28px 24px;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.manifesto-cta-card:hover {
  background: var(--ink);
  color: var(--inverted-fg);
}
.manifesto-cta-card:hover .manifesto-cta-arrow { color: var(--accent); }
.manifesto-cta-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.manifesto-cta-kicker {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: inherit;
  opacity: .75;
}
.manifesto-cta-title {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}
.manifesto-cta-sub {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.4;
  opacity: .8;
  margin-bottom: 16px;
}
.manifesto-cta-arrow {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--accent);
  letter-spacing: .04em;
}

/* Mobile 320px+ */
@media (max-width: 360px) {
  .manifesto-frame { padding: 0 16px; }
  .manifesto-not { padding: 32px 20px; }
  .manifesto-cta-card { padding: 20px 16px; }
}
