/* ============================================================
   ACRÓPOLE — Supplementary Stylesheet
   Página de Artigos + Página da Newsletter Persépolis
   ============================================================ */

/* ──────────────────────────────────────────
   ÚLTIMAS NOTÍCIAS — correções tipográficas
────────────────────────────────────────── */

/* Post em destaque — categoria */
.ac-latest-feat-cat {
  font-family: var(--f-serif);
  font-variant-caps: small-caps;
  font-size: .7rem;
  letter-spacing: .1em;
  color: var(--ac-gold-deep);
  margin-bottom: 6px;
  display: block;
}
.ac-latest-feat-cat a { color: inherit; text-decoration: none; }

/* Post em destaque — título máx. 2rem */
.ac-latest-feat-title {
  font-family: var(--f-serif) !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
  line-height: 1.22;
  letter-spacing: -.01em;
  margin: 6px 0 12px;
}

/* Post em destaque — excerpt 2 linhas */
.ac-latest-feat-excerpt {
  font-size: .95rem !important;
  line-height: 1.55;
  color: #444 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 12px;
}

/* Post em destaque — autor e data */
.ac-latest-feat-meta {
  font-size: .8rem;
  color: var(--ac-muted);
}

/* Posts secundários — layout horizontal */
.ac-latest-item {
  display: flex !important;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--ac-line-soft);
}
.ac-latest-item:first-child { padding-top: 0 !important; }
.ac-latest-item:last-child { border-bottom: none; }

/* Posts secundários — thumbnail 4:3 */
.ac-latest-item-img {
  flex-shrink: 0;
  width: 120px;
  overflow: hidden;
}
.ac-latest-item-img img {
  aspect-ratio: 4/3;
  width: 120px;
  height: auto;
  object-fit: cover;
  display: block;
}
.ac-latest-item-img:not(:has(img)):empty {
  aspect-ratio: 4/3;
  width: 120px;
  background:
    repeating-linear-gradient(135deg, rgba(10,37,64,.07) 0 2px, transparent 2px 10px),
    linear-gradient(180deg, rgba(10,37,64,.10), rgba(10,37,64,.03));
}

/* Posts secundários — bloco de texto */
.ac-latest-item-text { flex: 1; min-width: 0; }

/* Posts secundários — categoria */
.ac-latest-item-cat {
  font-family: var(--f-serif);
  font-variant-caps: small-caps;
  font-size: .65rem;
  letter-spacing: .1em;
  color: var(--ac-gold-deep);
  margin-bottom: 3px;
  display: block;
}
.ac-latest-item-cat a { color: inherit; text-decoration: none; }

/* Posts secundários — título máx. 1rem */
.ac-latest-item-title {
  font-family: var(--f-serif) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.3;
  color: var(--ac-ink);
  margin: 0 0 5px !important;
  transition: color .15s;
}
.ac-latest-item-title a { color: inherit; text-decoration: none; }
.ac-latest-item:hover .ac-latest-item-title { color: var(--ac-gold-deep); }

/* Posts secundários — data */
.ac-latest-item-date {
  font-family: var(--f-mono);
  font-size: .75rem;
  color: var(--ac-muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  display: block;
}

/* ──────────────────────────────────────────
   NEWSLETTER PERSÉPOLIS — page-newsletter.html
────────────────────────────────────────── */

/* ── Hero: coluna única, alinhado à esquerda ── */
.ac-nl-page .ac-nl-hero {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px 72px;
  text-align: left;
}
.ac-nl-hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.ac-nl-access-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 32px;
  height: 56px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ac-gold);
  background: var(--ac-ink);
  border: none;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.ac-nl-access-btn:hover {
  background: var(--ac-gold);
  color: var(--ac-ink);
}
.ac-nl-page .ac-nl-hero-kicker { text-align: left; }
.ac-nl-page .ac-nl-hero-title {
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: -.025em;
}
.ac-nl-page .ac-nl-hero-dek {
  max-width: 620px;
  margin-left: 0;
  margin-right: 0;
  font-size: 19px;
}
.ac-nl-page .ac-nl-hero-form {
  max-width: 520px;
  margin: 0;
}
.ac-nl-page .ac-nl-hero-privacy { text-align: left; }

/* Label de seção reutilizável */
.ac-nl-pg-label {
  font-family: var(--f-serif);
  font-variant-caps: small-caps;
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--ac-gold-deep);
  border-top: 2px solid var(--ac-gold);
  padding-top: 14px;
  margin-bottom: 32px;
}

/* ── Seção 2: O que é a Persépolis ── */
.ac-nl-about-section {
  background: var(--ac-white);
  border-top: 1px solid var(--ac-line);
  border-bottom: 1px solid var(--ac-line);
}
.ac-nl-about-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
}
.ac-nl-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.ac-nl-about-title {
  font-family: var(--f-serif);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: var(--ac-ink);
  margin: 0;
}
.ac-nl-about-body p {
  font-family: var(--f-serif);
  font-size: 19px;
  line-height: 1.65;
  color: var(--ac-ink-soft);
  margin: 0 0 1.2em;
}
.ac-nl-about-body p:last-child { margin-bottom: 0; }

/* ── Seção 3: Os três compromissos ── */
.ac-nl-commitments-section {
  background: var(--ac-paper);
  border-bottom: 1px solid var(--ac-line);
}
.ac-nl-commitments-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
}
.ac-nl-commitments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-left: 1px solid var(--ac-line);
}
.ac-nl-commitment {
  padding: 28px 32px;
  border-right: 1px solid var(--ac-line);
  border-top: 2px solid var(--ac-gold);
}
.ac-nl-commitment-title {
  font-family: var(--f-serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ac-ink);
  margin: 0 0 14px;
  line-height: 1.2;
}
.ac-nl-commitment-dek {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ac-ink-soft);
  margin: 0;
}

/* ── Seção 4: O que vem em cada edição ── */
.ac-nl-editions-section {
  background: var(--ac-white);
  border-bottom: 1px solid var(--ac-line);
}
.ac-nl-editions-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
}
.ac-nl-editions-list {
  display: flex;
  flex-direction: column;
}
.ac-nl-edition-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 32px;
  padding: 24px 0;
  border-bottom: 1px solid var(--ac-line-soft);
  align-items: baseline;
}
.ac-nl-edition-item:last-child { border-bottom: none; }
.ac-nl-edition-num {
  font-family: var(--f-serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--ac-gold-deep);
  line-height: 1;
}
.ac-nl-edition-name {
  font-family: var(--f-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--ac-ink);
  margin-bottom: 6px;
}
.ac-nl-edition-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ac-ink-soft);
  margin: 0;
  max-width: 680px;
}

/* ── Final CTA: linha de privacidade ── */
.ac-nl-final-privacy {
  margin-top: 16px;
  font-size: 13px;
  color: var(--ac-muted);
  text-align: left;
}

/* ── Responsivo ── */
@media (max-width: 1024px) {
  .ac-nl-about-grid { grid-template-columns: 1fr; gap: 32px; }
  .ac-nl-commitments-grid { grid-template-columns: 1fr; border-left: none; }
  .ac-nl-commitment { border-right: none; border-left: none; }
  .ac-nl-commitment:not(:last-child) { border-bottom: 1px solid var(--ac-line); }
}
@media (max-width: 768px) {
  .ac-nl-about-inner,
  .ac-nl-commitments-inner,
  .ac-nl-editions-inner { padding: 40px 20px; }
  .ac-nl-edition-item { grid-template-columns: 48px 1fr; gap: 0 20px; }
  .ac-nl-edition-num { font-size: 20px; }
  .ac-nl-commitment { padding: 24px 20px; }
}

/* ── Page header ── */
.ac-arc-header {
  background: var(--ac-white);
  border-bottom: 1px solid var(--ac-line);
}
.ac-arc-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 32px 40px;
  border-top: 2px solid var(--ac-gold);
}
.ac-arc-label {
  font-family: var(--f-serif);
  font-variant-caps: small-caps;
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--ac-gold-deep);
  margin-bottom: 12px;
}
.ac-arc-title {
  font-family: var(--f-serif);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--ac-ink);
  margin: 0 0 14px;
}
.ac-arc-dek {
  font-family: var(--f-serif);
  font-size: 18px;
  line-height: 1.5;
  color: var(--ac-ink-soft);
  font-weight: 300;
  margin: 0;
  max-width: 560px;
}

/* ── Filter tabs ── */
.ac-arc-filter {
  background: var(--ac-white);
  border-bottom: 2px solid var(--ac-gold);
  position: sticky;
  top: 0;
  z-index: 100;
}
.ac-arc-filter-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ac-arc-filter-inner::-webkit-scrollbar { display: none; }

.ac-arc-tab {
  padding: 14px 20px;
  font-family: var(--f-sans);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ac-muted);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}
.ac-arc-tab:hover { color: var(--ac-ink); }
.ac-arc-tab.is-active {
  color: var(--ac-ink);
  border-bottom-color: var(--ac-ink);
  font-weight: 600;
}

/* ── Articles grid ── */
.ac-arc-section { background: var(--ac-paper); }
.ac-arc-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 32px 80px;
}

.ac-arc-query .wp-block-post-template {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ── Card ── */
.ac-arc-card {
  background: var(--ac-white);
  display: flex !important;
  flex-direction: column;
  border: 1px solid var(--ac-line-soft);
  transition: box-shadow .2s, transform .2s;
}
.ac-arc-card:hover {
  box-shadow: 0 6px 24px rgba(10,37,64,.09);
  transform: translateY(-2px);
}

.ac-arc-card-img { display: block; overflow: hidden; }
.ac-arc-card-img img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.ac-arc-card:hover .ac-arc-card-img img { transform: scale(1.03); }
.ac-arc-card-img:not(:has(img)):empty {
  aspect-ratio: 3/2;
  background:
    repeating-linear-gradient(135deg, rgba(10,37,64,.07) 0 2px, transparent 2px 10px),
    linear-gradient(180deg, rgba(10,37,64,.12), rgba(10,37,64,.04));
}

.ac-arc-card-body {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ac-arc-card-cat {
  font-family: var(--f-serif);
  font-variant-caps: small-caps;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--ac-gold-deep) !important;
  margin-bottom: 8px;
  display: block;
}
.ac-arc-card-cat a { color: inherit !important; text-decoration: none; }
.ac-arc-card-title {
  font-family: var(--f-serif);
  font-size: 20px;
  line-height: 1.22;
  font-weight: 500;
  color: var(--ac-ink);
  margin: 0;
  flex: 1;
  transition: color .2s;
}
.ac-arc-card-title a { color: inherit; text-decoration: none; }
.ac-arc-card:hover .ac-arc-card-title { color: var(--ac-gold-deep); }

.ac-arc-card-meta {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ac-muted);
  display: flex !important;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--ac-line-soft);
}

/* ── Empty states ── */
.ac-arc-empty,
.ac-arc-no-results {
  text-align: center;
  padding: 64px 0;
  font-family: var(--f-serif);
  font-size: 18px;
  font-style: normal;
  color: var(--ac-muted);
  grid-column: 1 / -1;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ac-arc-query .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .ac-arc-header-inner { padding: 32px 20px 28px; }
  .ac-arc-filter-inner { padding: 0 20px; }
  .ac-arc-tab { padding: 12px 14px; font-size: 11px; }
  .ac-arc-wrap { padding: 28px 20px 56px; }
  .ac-arc-query .wp-block-post-template {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
}


/* ══════════════════════════════════════════
   HOMEPAGE HERO — correções tipográficas
   (sobrescreve revisao-geral.css onde o
   design system pede #1B2A6B no título)
══════════════════════════════════════════ */

/* Título: Royal Blue, flush esquerda, máx 2rem */
.ac-hero-lead .ac-lead-title {
  color: #1B2A6B !important;
  font-size: clamp(1.25rem, 3vw, 2rem) !important;
  font-weight: 600 !important;
  text-align: left !important;
  letter-spacing: -.01em;
  line-height: 1.2;
}
.ac-hero-lead .ac-lead-title a { color: inherit !important; }

/* Categoria: small-caps dourado, 0.8rem */
.ac-hero-lead .ac-kicker,
.ac-hero-lead .ac-kicker-gold {
  font-size: 0.8rem !important;
  color: var(--ac-gold-deep) !important;
  font-variant-caps: small-caps;
  letter-spacing: .1em;
}

/* Excerpt/subtítulo: preto, 0.95rem */
.ac-hero-lead .ac-lead-dek {
  color: #111111 !important;
  font-size: 0.95rem !important;
  line-height: 1.55;
  text-align: left !important;
  hyphens: none;
  max-width: 680px;
}

/* Autor e data: preto, 0.8rem */
.ac-hero-lead .ac-lead-byline,
.ac-hero-lead .ac-lead-byline * {
  color: #111111 !important;
  font-size: 0.8rem !important;
}


/* ══════════════════════════════════════════
   ÚLTIMAS NOTÍCIAS — grade 3 cards
══════════════════════════════════════════ */

.ac-latest4-section {
  border-top: 2px solid var(--ac-gold);   /* linha dourada full-width, igual ao restante */
  background: var(--ac-white);
}
.ac-latest4-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 32px 64px;
}

/* Cabeçalho de seção */
.ac-latest4-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid var(--ac-line);
  padding: 0 0 12px;
  margin-bottom: 28px;
}
.ac-latest4-label {
  font-family: var(--f-serif);
  font-variant-caps: small-caps;
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: 700;
  color: #111111;
  margin: 0;
}

/* ── Viewport do carrossel ── */
.ac-latest4-query {
  overflow: hidden;
  position: relative;
}

/* ── Trilha — todos os cards em linha única ── */
.ac-latest4-query .wp-block-post-template {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
  align-items: stretch !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: transform 0.35s ease !important;
  will-change: transform;
}

/* ── Cada card — largura via JS, altura uniforme pelo conteúdo fixo ── */
.ac-latest4-query .wp-block-post-template > li {
  flex-shrink: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  background: var(--ac-white) !important;
  border: 1px solid var(--ac-line-soft) !important;
  overflow: hidden !important;       /* garante que nada vaze da imagem */
  align-self: stretch !important;    /* todos na mesma linha têm mesma altura */
}
.ac-latest4-query .wp-block-post-template > li:hover {
  box-shadow: 0 4px 18px rgba(10,37,64,.10);
}
.ac-latest4-query .wp-block-post-template > li:hover .ac-latest4-title {
  color: var(--ac-gold-deep) !important;
}

/* ── Botões de navegação (injetados via JS no header) ── */
.ac-latest4-header {
  align-items: center !important;
}
.ac-latest4-nav {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-left: auto;
}
.ac-latest4-btn {
  width: 30px;
  height: 30px;
  border: 1px solid var(--ac-line);
  background: var(--ac-white);
  color: var(--ac-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s, border-color 0.15s !important;
}
.ac-latest4-btn:hover:not(:disabled) {
  background: var(--ac-ink);
  color: var(--ac-white);
  border-color: var(--ac-ink);
}
.ac-latest4-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

/* .ac-latest4-card está no <ul> — neutro */
.ac-latest4-card { background: transparent; }

/* Imagem — altura uniforme 200px em todos os cards, sem exceção */
.ac-latest4-img {
  display: block !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  width: 100% !important;
  height: 200px !important;
  aspect-ratio: unset !important;    /* cancela qualquer aspect-ratio do bloco WP */
}
.ac-latest4-img a,
.ac-latest4-img > a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.ac-latest4-img img,
.ac-latest4-img a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  aspect-ratio: unset !important;    /* anula o style="aspect-ratio:16/9" injetado pelo WP */
}
.ac-latest4-img:not(:has(img)) {
  height: 200px !important;
  background:
    repeating-linear-gradient(135deg, rgba(27,42,107,.05) 0 2px, transparent 2px 10px),
    linear-gradient(180deg, rgba(27,42,107,.09), rgba(27,42,107,.02));
}

/* Corpo do card — ocupa o espaço restante */
.ac-latest4-body {
  padding: 12px 16px 16px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  max-width: none !important;
}
.ac-latest4-body > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Categoria: small-caps dourado, 0.7rem */
.ac-latest4-cat {
  font-family: var(--f-serif) !important;
  font-variant-caps: small-caps !important;
  font-size: 0.7rem !important;
  letter-spacing: .1em;
  color: var(--ac-gold-deep) !important;
  display: block;
  margin-bottom: 2px;
}
.ac-latest4-cat a { color: inherit !important; text-decoration: none; }

/* Título: 3 linhas máximo para igualar altura dos cards */
.ac-latest4-title {
  font-family: var(--f-serif) !important;
  font-size: 1rem !important;
  line-height: 1.3;
  font-weight: 500 !important;
  color: #111111 !important;
  margin: 0 !important;
  text-align: left !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  /* altura fixa = 3 linhas × 1.3 = ~3.9em */
  min-height: calc(1rem * 1.3 * 3);
  max-height: calc(1rem * 1.3 * 3);
}
.ac-latest4-title a { color: inherit !important; text-decoration: none; }

/* Autor e data: preto, 0.75rem */
.ac-latest4-meta {
  font-family: var(--f-mono) !important;
  font-size: 0.75rem !important;
  color: #111111 !important;
  display: flex !important;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto !important;
  padding-top: 10px;
  border-top: 1px solid var(--ac-line-soft);
}
.ac-latest4-meta * { color: #111111 !important; font-size: inherit !important; }

/* ── Responsivo — mobile: grade normal, sem carrossel ── */
@media (max-width: 768px) {
  .ac-latest4-query { overflow: visible !important; }
  .ac-latest4-query .wp-block-post-template {
    display: grid !important;
    grid-template-columns: 1fr !important;
    transform: none !important;
    transition: none !important;
    gap: 16px !important;
  }
  .ac-latest4-query .wp-block-post-template > li {
    width: auto !important;
  }
  .ac-latest4-nav { display: none !important; }
  .ac-latest4-wrap { padding: 32px 24px 48px; }
}


/* ══════════════════════════════════════════
   INDEX / ARQUIVO — Todas as Edições
══════════════════════════════════════════ */

/* ── Cabeçalho ── */
.ac-index-header {
  background: var(--ac-white);
  border-bottom: 1px solid var(--ac-line);
}
.ac-index-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 48px 40px;
  border-top: 2px solid var(--ac-gold);
}
.ac-index-kicker {
  font-family: var(--f-serif) !important;
  font-variant-caps: small-caps;
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--ac-gold-deep);
  display: block;
  margin-bottom: 10px;
  text-transform: none;
}
.ac-index-title {
  font-family: var(--f-serif) !important;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: #001529;
  margin: 0 0 14px;
}
.ac-index-dek {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ac-muted);
  margin: 0;
  max-width: 580px;
}

/* ── Filtro ── */
.ac-index-filter-bar {
  background: var(--ac-paper);
  border-bottom: 1px solid var(--ac-line);
}
.ac-index-filter-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 48px;
}
.ac-index-select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ac-index-select {
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--f-serif) !important;
  font-variant-caps: small-caps;
  font-size: 13px;
  letter-spacing: .1em;
  color: #001529;
  background: var(--ac-white);
  border: 1px solid var(--ac-line);
  padding: 10px 40px 10px 14px;
  cursor: pointer;
  outline: none;
  min-width: 220px;
}
.ac-index-select:focus {
  border-color: var(--ac-gold);
  outline: 2px solid color-mix(in oklab, var(--ac-gold) 30%, transparent);
  outline-offset: 2px;
}
.ac-index-select-arrow {
  position: absolute;
  right: 12px;
  pointer-events: none;
  color: var(--ac-gold-deep);
  font-size: 11px;
  line-height: 1;
}

/* ── Seção / Wrapper ── */
.ac-index-section {
  background: var(--ac-white);
}
.ac-index-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 48px 80px;
}

/* ── Grade — 3 colunas ── */
.ac-index-query .wp-block-post-template {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px !important;
  align-items: start !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── Card — cada <li> ── */
.ac-index-query .wp-block-post-template > li {
  display: flex !important;
  flex-direction: column !important;
  background: var(--ac-white);
  border: 1px solid var(--ac-line-soft);
}
.ac-index-query .wp-block-post-template > li:hover .ac-index-card-title,
.ac-index-query .wp-block-post-template > li:hover .ac-index-card-title a {
  color: var(--ac-gold-deep) !important;
}

/* ── Imagem — 240px fixo, object-fit cover ── */
.ac-index-img {
  display: block !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  width: 100% !important;
  height: 240px !important;
}
.ac-index-img a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.ac-index-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}
.ac-index-img:not(:has(img)) {
  height: 240px !important;
  background:
    repeating-linear-gradient(135deg, rgba(10,37,64,.07) 0 2px, transparent 2px 10px),
    linear-gradient(180deg, rgba(10,37,64,.12), rgba(10,37,64,.04));
}

/* ── Corpo do card ── */
.ac-index-body {
  padding: 14px 18px 18px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  max-width: none !important;
}
.ac-index-body > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ── Categoria — small-caps dourado ── */
.ac-index-cat {
  font-family: var(--f-serif) !important;
  font-variant-caps: small-caps;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--ac-gold-deep) !important;
  display: block;
  margin-bottom: 5px;
  text-transform: none;
}
.ac-index-cat a {
  color: inherit !important;
  text-decoration: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* ── Título — EB Garamond 22px #001529 ── */
/* Especificidade dupla para sobrescrever .wp-block-post-title em revisao-geral.css */
.ac-index-query .ac-index-card-title,
.ac-index-query .ac-index-card-title a {
  font-family: var(--f-serif) !important;
  font-size: 22px !important;
  line-height: 1.22 !important;
  font-weight: 500 !important;
  color: #001529 !important;
  margin: 0 0 8px !important;
  text-align: left !important;
  text-decoration: none !important;
}
.ac-index-query .ac-index-card-title { flex: 1 !important; }

/* ── Excerpt ── */
.ac-index-excerpt,
.ac-index-excerpt p {
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #666 !important;
  margin: 0 0 6px !important;
  text-align: left !important;
}

/* ── Meta — small-caps 12px #888 ── */
.ac-index-meta {
  font-family: var(--f-serif) !important;
  font-variant-caps: small-caps;
  font-size: 12px !important;
  color: #888 !important;
  letter-spacing: .05em;
  text-transform: none;
  display: flex !important;
  gap: 5px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  margin-top: auto !important;
  padding-top: 10px !important;
  border-top: 1px solid var(--ac-line-soft) !important;
}
.ac-index-meta * {
  color: #888 !important;
  font-size: inherit !important;
  font-family: inherit !important;
}

/* ── Responsivo ── */
@media (max-width: 1024px) {
  .ac-index-wrap { padding: 36px 32px 64px; }
  .ac-index-query .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px !important;
  }
}
@media (max-width: 640px) {
  .ac-index-header-inner,
  .ac-index-filter-inner,
  .ac-index-wrap { padding-left: 20px !important; padding-right: 20px !important; }
  .ac-index-query .wp-block-post-template {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .ac-index-select { min-width: 100%; width: 100%; }
}


/* ══════════════════════════════════════════
   CURSOS — Página
══════════════════════════════════════════ */

/* ── Shared label de seção ── */
.ac-cur-pg-label {
  font-family: var(--f-serif);
  font-variant-caps: small-caps;
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--ac-gold-deep);
  border-top: 2px solid var(--ac-gold);
  padding-top: 14px;
  margin-bottom: 32px;
}

/* ── 1. Hero ── */
.ac-cur-hero {
  background: var(--ac-ink);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ac-cur-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px 72px;
}
.ac-cur-kicker {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ac-gold);
  margin-bottom: 24px;
}
.ac-cur-hero-title {
  font-family: var(--f-serif);
  font-size: clamp(38px, 5.5vw, 66px);
  font-weight: 700;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: var(--ac-white);
  margin: 0 0 28px;
  max-width: 820px;
}
.ac-cur-hero-dek {
  font-family: var(--f-sans);
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255,255,255,.72);
  margin: 0;
  max-width: 640px;
}

/* ── Status ── */
.ac-cur-status-section {
  background: var(--ac-white);
}
.ac-cur-status-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 40px 88px;
}
.ac-cur-status-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start;
}
.ac-cur-status-title {
  font-family: var(--f-serif);
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  color: var(--ac-ink);
  margin: 0 0 32px;
}
.ac-cur-status-body {
  font-family: var(--f-sans);
  font-size: 18px;
  line-height: 1.75;
  color: var(--ac-ink-soft);
  margin: 0 0 1.3em;
}
.ac-cur-status-body:last-of-type { margin-bottom: 40px; }
.ac-cur-notify-btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 24px;
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--ac-white);
  background: var(--ac-ink);
  border: 1px solid var(--ac-ink);
  text-decoration: none;
  transition: background .2s, border-color .2s;
}
.ac-cur-notify-btn:hover {
  background: var(--ac-gold-deep);
  border-color: var(--ac-gold-deep);
}

/* Aside — sem linhas separadoras */
.ac-cur-status-aside {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}
.ac-cur-aside-block { }
.ac-cur-aside-label {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ac-gold-deep);
  margin-bottom: 6px;
}
.ac-cur-aside-text {
  font-family: var(--f-sans);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ac-ink-soft);
  margin: 0;
}

/* ── 3. Pilares ── */
.ac-cur-pillars-section {
  background: var(--ac-paper);
  border-bottom: 1px solid var(--ac-line);
}
.ac-cur-pillars-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
}
.ac-cur-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-left: 1px solid var(--ac-line);
}
.ac-cur-pillar {
  padding: 28px 32px;
  border-right: 1px solid var(--ac-line);
  border-top: 2px solid var(--ac-gold);
}
.ac-cur-pillar-title {
  font-family: var(--f-serif);
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: var(--ac-ink);
  margin: 0 0 14px;
}
.ac-cur-pillar-dek {
  font-family: var(--f-sans);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ac-ink-soft);
  margin: 0;
}

/* ── 4. CTA final ── */
.ac-cur-final-cta {
  background: var(--ac-white);
}
.ac-cur-final-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 32px 88px;
  border-top: 1px solid var(--ac-line);
}
.ac-cur-final-title {
  font-family: var(--f-serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: var(--ac-ink);
  margin: 0 0 16px;
}
.ac-cur-final-dek {
  font-family: var(--f-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ac-ink-soft);
  margin: 0 0 36px;
}
.ac-cur-final-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* ── Responsivo ── */
@media (max-width: 1024px) {
  .ac-cur-status-grid { grid-template-columns: 1fr; gap: 48px; }
  .ac-cur-pillars-grid { grid-template-columns: 1fr; border-left: none; }
  .ac-cur-pillar { border-right: none; border-left: none; }
  .ac-cur-pillar:not(:last-child) { border-bottom: 1px solid var(--ac-line); }
}
@media (max-width: 640px) {
  .ac-cur-hero-inner,
  .ac-cur-status-inner,
  .ac-cur-pillars-inner,
  .ac-cur-final-inner { padding-left: 20px; padding-right: 20px; }
}


/* ══════════════════════════════════════════
   SOBRE — Página institucional
══════════════════════════════════════════ */

.ac-sobre-wrap { background: var(--ac-white); }

/* ── Separador dourado ── */
.ac-sobre-gold-rule {
  height: 2px;
  background: #C9A84C;
}

/* ── Hero ── */
.ac-sobre-hero {
  background: var(--ac-white);
  border-bottom: 2px solid #C9A84C;
}
.ac-sobre-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 88px 48px 80px;
}
.ac-sobre-eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #C9A84C;
  margin-bottom: 20px;
}
.ac-sobre-title {
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.02em;
  color: #111111;
  margin: 0 0 18px;
}
.ac-sobre-subtitle {
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  color: #444444;
  margin: 0;
}

/* ── Bloco institucional ── */
.ac-sobre-institucional { background: var(--ac-white); }
.ac-sobre-inst-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 48px 80px;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}
.ac-sobre-inst-title {
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 700;
  line-height: 1.18;
  color: var(--ac-ink);
  margin: 0;
  position: sticky;
  top: 48px;
}
.ac-sobre-inst-right p {
  font-size: 18px;
  line-height: 1.75;
  color: #222222;
  margin: 0 0 1.25em;
}
.ac-sobre-inst-right p:last-child { margin-bottom: 0; }
.ac-sobre-destaque {
  font-weight: 700 !important;
  color: var(--ac-ink) !important;
  border-left: 3px solid #C9A84C;
  padding-left: 16px;
}

/* ── Seções (equipe e colunistas) ── */
.ac-sobre-equipe,
.ac-sobre-colunistas { background: var(--ac-paper); }
.ac-sobre-section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 48px 72px;
}
.ac-sobre-section-head { margin-bottom: 40px; }
.ac-sobre-super {
  display: block;
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #C9A84C;
  margin-bottom: 14px;
}
.ac-sobre-section-title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--ac-ink);
  margin: 0;
}

/* ── Sub-label e grupos ── */
.ac-sobre-group + .ac-sobre-group {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--ac-line);
}
.ac-sobre-sub-label {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ac-muted);
  margin: 0 0 28px;
  font-weight: 400;
}

/* ── Grid de pessoas (4 colunas) ── */
.ac-sobre-people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 24px;
}

/* ── Grid de colunistas (5 colunas) ── */
.ac-sobre-col-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px 24px;
}

/* ── Card de pessoa ── */
.ac-sobre-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.ac-sobre-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #001529;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
.ac-sobre-person-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ac-ink);
  line-height: 1.3;
}
.ac-sobre-person-role {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ac-muted);
}

/* ── Dek dos colunistas ── */
.ac-sobre-col-dek {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ac-ink-soft);
  font-weight: 300;
  font-style: normal;
  margin: 10px 0 40px;
  max-width: 640px;
}

/* ── Responsivo ── */
@media (max-width: 1024px) {
  .ac-sobre-inst-inner { grid-template-columns: 1fr; gap: 40px; padding: 56px 32px 64px; }
  .ac-sobre-inst-title { position: static; }
  .ac-sobre-people-grid { grid-template-columns: repeat(2, 1fr); }
  .ac-sobre-col-grid { grid-template-columns: repeat(3, 1fr); }
  .ac-sobre-section-inner { padding: 48px 32px 56px; }
}
@media (max-width: 640px) {
  .ac-sobre-hero-inner { padding: 56px 24px 48px; }
  .ac-sobre-inst-inner { padding: 44px 24px 52px; }
  .ac-sobre-section-inner { padding: 40px 24px 48px; }
  .ac-sobre-people-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .ac-sobre-col-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
}


/* ══════════════════════════════════════════
   PUBLICAÇÕES — Biblioteca de PDFs
══════════════════════════════════════════ */

.ac-docs-wrap { background: var(--ac-paper); }

.ac-docs-section { background: var(--ac-paper); }

.ac-docs-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 32px 96px;
}

/* ── Lista de documentos ── */
.ac-docs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* ── Item ── */
.ac-doc-item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 0 24px;
  align-items: center;
  padding: 24px 20px;
  background: var(--ac-white);
  border: 1px solid var(--ac-line-soft);
  border-bottom: none;
  transition: background .15s, box-shadow .15s;
}
.ac-doc-item:first-child { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.ac-doc-item:last-child  { border-bottom: 1px solid var(--ac-line-soft); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.ac-doc-item:hover { background: color-mix(in oklab, var(--ac-gold) 5%, var(--ac-white)); }

/* ── Ícone PDF ── */
.ac-doc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: .85;
  transition: opacity .15s;
}
.ac-doc-item:hover .ac-doc-icon { opacity: 1; }

/* ── Corpo: tipo + título + resumo + data ── */
.ac-doc-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ac-doc-tipo {
  font-family: var(--f-serif);
  font-variant-caps: small-caps;
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--ac-gold-deep);
  text-transform: none;
}

.ac-doc-title {
  font-family: var(--f-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--ac-ink);
  margin: 0;
  transition: color .15s;
}
.ac-doc-item:hover .ac-doc-title { color: var(--ac-ink-2); }

.ac-doc-excerpt {
  font-family: var(--f-serif);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ac-muted);
  margin: 2px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ac-doc-date {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--ac-muted) 70%, transparent);
  margin-top: 6px;
}

/* ── Botão de download ── */
.ac-doc-action { flex-shrink: 0; }

.ac-doc-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  background: var(--ac-gold);
  color: #1a1200;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.ac-doc-btn:hover {
  background: var(--ac-gold-deep);
  transform: translateY(-1px);
}
.ac-doc-btn svg { flex-shrink: 0; }

.ac-doc-btn-soon {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  font-family: var(--f-sans);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ac-muted);
  border: 1px solid var(--ac-line);
  white-space: nowrap;
}

/* ── Estado vazio ── */
.ac-docs-empty {
  text-align: center;
  padding: 72px 0;
  font-family: var(--f-serif);
  font-style: normal;
  font-size: 18px;
  color: var(--ac-muted);
}

/* ── Responsivo ── */
@media (max-width: 768px) {
  .ac-docs-inner { padding: 32px 20px 72px; }
  .ac-doc-item { grid-template-columns: 40px 1fr; gap: 0 16px; padding: 18px 16px; }
  .ac-doc-action { grid-column: 2; margin-top: 12px; }
  .ac-doc-btn,
  .ac-doc-btn-soon { padding: 8px 14px; font-size: 11px; }
}

@media (max-width: 480px) {
  .ac-doc-item { grid-template-columns: 1fr; }
  .ac-doc-icon { display: none; }
  .ac-doc-action { margin-top: 14px; }
}
