/*
Theme Name: Observatório Ético
Theme URI: https://observatorioetico.com.br
Description: Tema filho do Twenty Twenty-Five com a identidade visual do Observatório Ético (azul-marinho #183c64 e bordô #521a31). Desenvolvido pela WPRaiz.
Author: WPRaiz
Author URI: https://wpraiz.com.br
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: observatorio-etico
*/

/* ---- Identidade ---- */
:root {
  --oe-navy: #183c64;
  --oe-navy-dark: #10294a;
  --oe-bordeaux: #521a31;
  --oe-bordeaux-dark: #3a0f22;
  --oe-mist: #eef1f6;
  --oe-ink: #1e2430;
}

body {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .wp-block-post-title {
  letter-spacing: -0.01em;
}

/* Cabeçalho */
.oe-header {
  border-bottom: 3px solid var(--oe-bordeaux);
}
.oe-header .wp-block-site-logo,
.oe-header .wp-block-site-logo a,
.oe-header .wp-block-site-logo img {
  display: block;
  width: 220px;
  max-width: 60vw;
  height: auto;
}
.oe-header .wp-block-navigation-item__content {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}
.oe-header .wp-block-navigation-item__content:hover,
.oe-header .current-menu-item > .wp-block-navigation-item__content {
  color: var(--oe-bordeaux) !important;
}

/* Hero */
.oe-hero {
  background:
    radial-gradient(1200px 500px at 90% -10%, rgba(82, 26, 49, 0.55), transparent 60%),
    linear-gradient(135deg, var(--oe-navy-dark) 0%, var(--oe-navy) 100%);
}
.oe-hero .oe-hero-em {
  color: #f0c7d4;
  font-style: normal;
  border-bottom: 3px solid var(--oe-bordeaux);
}

/* Cartões de categoria */
.oe-cat-card {
  background: #fff;
  border: 1px solid #d9dfe9;
  border-top: 5px solid var(--oe-navy);
  border-radius: 10px;
  padding: 1.5rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.oe-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(24, 60, 100, .12);
}
.oe-cat-card .oe-kicker {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--oe-bordeaux);
}

/* Listagem de posts */
.oe-posts .wp-block-post {
  background: #fff;
  border: 1px solid #d9dfe9;
  border-radius: 10px;
  overflow: hidden;
}
.oe-posts .wp-block-post-title a {
  text-decoration: none;
  color: var(--oe-navy);
}
.oe-posts .wp-block-post-title a:hover {
  color: var(--oe-bordeaux);
}
.oe-posts .wp-block-post-terms a {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--oe-bordeaux);
  text-decoration: none;
}
.oe-posts .wp-block-post-excerpt__more-link {
  color: var(--oe-bordeaux);
  font-weight: 600;
}

/* Bloco advocacy (denúncias) */
.oe-advocacy {
  background: linear-gradient(120deg, var(--oe-bordeaux-dark), var(--oe-bordeaux));
}

/* Botões */
.wp-block-button__link {
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: .04em;
}
.is-style-oe-outline-light .wp-block-button__link {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.7);
}

/* Colunistas */
.oe-colunista .oe-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--oe-navy);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: .75rem;
}

/* Rodapé */
.oe-footer {
  background: var(--oe-navy-dark);
  color: #cfd8e6;
  border-top: 4px solid var(--oe-bordeaux);
}
.oe-footer a { color: #fff; text-decoration: none; }
.oe-footer a:hover { color: #f0c7d4; }
.oe-footer .wp-block-heading {
  color: #fff;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
