/* ============================================
   RESET & BASE
============================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }

:root {
  /* Paleta AZUL + AMARELO da campanha (cores Republicanos) */
  --green-900: #1e4d8b;  /* azul escuro (texto/seções escuras) */
  --green-700: #2d6cb9;  /* azul-campanha (predominante) */
  --green-500: #4a8fc4;  /* azul claro vivo (acentos) */
  --gold-500: #f4cf30;   /* amarelo-campanha vivo */
  --gold-600: #d9b520;   /* amarelo escuro */
  --gold-100: #fff4cc;   /* amarelo pastel para fundos */
  --cream: #f4f7fb;      /* off-white com leve toque azul */
  --cream-2: #e6eef7;    /* fundo de seção alternada */
  --ink: #122340;        /* texto principal */
  --ink-2: #3a4564;
  --muted: #6a7388;
  --line: #d3deec;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(30, 77, 139, 0.10);
  --shadow-md: 0 10px 30px rgba(30, 77, 139, 0.14);
  --shadow-lg: 0 20px 60px rgba(30, 77, 139, 0.18);
  --radius: 14px;
  --radius-lg: 20px;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* Foco visível para navegação por teclado (acessibilidade) */
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 2px; }

h1, h2, h3, h4 { font-family: 'Fraunces', Georgia, serif; font-weight: 600; line-height: 1.15; letter-spacing: -0.01em; }

.container { width: min(1180px, 92%); margin-inline: auto; }

/* ============================================
   NAV
============================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease, backdrop-filter .25s ease;
}
.nav.is-scrolled {
  background: rgba(247, 249, 252, 0.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--line);
}
/* No topo (sobre o hero azul): texto e ícone claros */
.nav:not(.is-scrolled) .nav__brand-text { color: var(--white); }
.nav:not(.is-scrolled) .nav__toggle span { background: var(--white); }
.nav__inner {
  width: min(1180px, 92%); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.nav__brand { display: flex; align-items: center; gap: 12px; }
.nav__brand-mark {
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center;
  background: var(--green-900); color: var(--gold-500);
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 16px; letter-spacing: 0.5px;
}
.nav__brand-text { font-family: 'Fraunces', serif; font-weight: 600; font-size: 19px; color: var(--ink); transition: color .25s ease; }
.nav__links { display: flex; gap: 30px; }
.nav__links a {
  font-size: 14px; font-weight: 500; color: var(--ink-2);
  position: relative; padding: 4px 0; transition: color .2s;
}
.nav__links a:hover { color: var(--green-700); }
.nav__links a::after {
  content: ''; position: absolute; left: 0; bottom: -4px;
  width: 0; height: 2px; background: var(--gold-500); transition: width .25s;
}
.nav__links a:hover::after { width: 100%; }
@media (min-width: 861px) {
  .nav__links a { transition: color .25s ease; }
  .nav:not(.is-scrolled) .nav__links a { color: rgba(255, 255, 255, 0.92); }
  .nav:not(.is-scrolled) .nav__links a:hover { color: var(--gold-500); }
}

.nav__toggle { display: none; flex-direction: column; gap: 4px; padding: 8px; }
.nav__toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s, background .25s; }
.nav__toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 860px) {
  /* No celular fica só o MV + o botão de menu (☰) */
  .nav__brand-text { display: none; }

  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; padding: 8px 5% 12px;
    background: var(--cream); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    /* Fechado: totalmente escondido (não pinta nada, não vaza no topo) */
    opacity: 0; visibility: hidden; pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }
  .nav__links.is-open {
    opacity: 1; visibility: visible; pointer-events: auto;
    transform: translateY(0);
  }
  .nav__links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav__links a:last-child { border-bottom: 0; }

  /* Barra SEMPRE transparente no celular — nada de fundo branco ao rolar */
  .nav.is-scrolled {
    background: transparent;
    -webkit-backdrop-filter: none; backdrop-filter: none;
    border-bottom-color: transparent;
  }

  /* MV e menu flutuam e ficam legíveis sobre qualquer fundo */
  .nav__brand-mark { box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18); }

  .nav__toggle {
    display: flex;
    align-items: center; justify-content: center;
    width: 40px; height: 40px; padding: 0; gap: 4px;
    background: rgba(30, 77, 139, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 11px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  }
  .nav__toggle span { background: #fff; }
}

/* ============================================
   HERO — Identidade visual da campanha
============================================ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 130px 0 60px; overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, #1e4d8b 0%, #2d6cb9 55%, #3a7bca 100%);
}
/* Padrão decorativo abstrato: pontos + linhas representando os focos políticos
   (conexão entre municípios / rede de pequenos negócios / cadeia do agro) */
.hero__bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(244, 207, 48, 0.35) 0, transparent 12%),
    radial-gradient(circle at 82% 78%, rgba(244, 207, 48, 0.22) 0, transparent 18%),
    radial-gradient(circle at 70% 12%, rgba(255, 255, 255, 0.10) 0, transparent 25%),
    radial-gradient(circle at 12% 80%, rgba(255, 255, 255, 0.08) 0, transparent 20%);
  opacity: 0.95;
}
.hero__overlay {
  position: absolute; inset: 0;
  background-image:
    /* trama sutil de pontos — representa a rede de municípios */
    radial-gradient(rgba(255, 255, 255, 0.08) 1.2px, transparent 1.2px);
  background-size: 28px 28px;
  background-position: 0 0;
}

.hero__content {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: 60px; align-items: center;
}
@media (max-width: 920px) {
  .hero__content { grid-template-columns: 1fr; gap: 50px; }
}

.hero__text { min-width: 0; }

.hero__eyebrow {
  display: inline-block; padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--white);
  margin-bottom: 28px;
}

/* Lockup tipográfico estilo campanha:
   "MARCO" fino branco em cima + "VINHOLI" gigante amarelo embaixo */
.hero__title {
  margin-bottom: 30px;
  line-height: 0.9;
}
.hero__title-first {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  letter-spacing: 0.32em;
  font-size: clamp(1.4rem, 3.6vw, 2.6rem);
  color: var(--white);
  margin-bottom: 4px;
  text-transform: uppercase;
}
.hero__title-last {
  display: block;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(3.6rem, 10vw, 7.8rem);
  letter-spacing: -0.02em;
  color: var(--gold-500);
  text-transform: uppercase;
  line-height: 0.95;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.18);
}

.hero__lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  max-width: 560px; margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.92); line-height: 1.55;
}
.hero__lead strong { color: var(--gold-500); font-weight: 600; }

.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Retrato no lado direito do hero */
.hero__portrait {
  position: relative;
  width: 100%; max-width: 460px; margin-left: auto;
}
.hero__portrait-frame {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  background: var(--green-900);
}
.hero__portrait-frame img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
}
/* Forma decorativa amarela atrás do retrato */
.hero__portrait::before {
  content: '';
  position: absolute;
  top: -22px; right: -22px;
  width: 130px; height: 130px;
  border-radius: 50%;
  background: var(--gold-500);
  z-index: -1;
}
.hero__portrait::after {
  content: '';
  position: absolute;
  bottom: -28px; left: -28px;
  width: 90px; height: 90px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(244, 207, 48, 0.4);
  z-index: -1;
}
@media (max-width: 920px) {
  .hero__portrait { max-width: 340px; margin: 0 auto; }
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 26px; border-radius: 999px;
  font-size: 14.5px; font-weight: 600; letter-spacing: 0.02em;
  transition: transform .2s, box-shadow .25s, background .2s, color .2s;
}
.btn--primary { background: var(--gold-500); color: var(--green-900); }
.btn--primary:hover { background: var(--gold-600); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--ghost { border: 1.5px solid rgba(255, 255, 255, 0.5); color: var(--white); }
.btn--ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--white); }

.hero__stats {
  position: relative; z-index: 2;
  margin-top: 70px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.stat strong {
  display: block; font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem); font-weight: 600;
  color: var(--gold-500); line-height: 1;
}
.stat span { display: block; margin-top: 8px; font-size: 13.5px; color: rgba(255,255,255,0.85); }
@media (max-width: 720px) {
  .hero__stats { grid-template-columns: 1fr; gap: 22px; }
}

/* ============================================
   SECTIONS — base
============================================ */
.section { padding: clamp(70px, 9vw, 120px) 0; }
.section--alt { background: var(--cream-2); }
.section--dark { background: var(--green-900); color: var(--cream); }

.kicker {
  display: inline-block;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--green-700); margin-bottom: 14px;
}
.kicker--light { color: var(--gold-500); }

.section__head { max-width: 760px; margin-bottom: 56px; }
.section__head h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.section__head .section__sub { margin-top: 18px; font-size: 1.1rem; color: var(--ink-2); line-height: 1.6; }
.h2--light { color: var(--cream); }

.grid-2 {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px); align-items: center;
}
.grid-2--reverse .section__media { order: 2; }
@media (max-width: 860px) {
  .grid-2 { grid-template-columns: 1fr; }
  .grid-2--reverse .section__media { order: 0; }
}

.section__text h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 22px; color: var(--ink); }
.section__text p { color: var(--ink-2); margin-bottom: 16px; font-size: 1.02rem; }
.section__text p strong { color: var(--green-900); font-weight: 600; }

.section__media { position: relative; }
.section__media img {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.section__media::before {
  content: ''; position: absolute; top: -16px; left: -16px;
  width: 80px; height: 80px; border-radius: var(--radius);
  background: var(--gold-500); z-index: -1;
}
.section__media-caption {
  position: absolute; bottom: 20px; left: 20px;
  padding: 10px 16px;
  background: rgba(247, 249, 252, 0.94); backdrop-filter: blur(8px);
  border-radius: 999px;
  font-size: 13px; font-weight: 500; color: var(--green-900);
  box-shadow: var(--shadow-sm);
}

/* ============================================
   FOCOS (cards)
============================================ */
.focos__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
@media (max-width: 980px) { .focos__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .focos__grid { grid-template-columns: 1fr; } }

.foco-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.foco-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.foco-card--highlight { background: var(--green-900); color: var(--cream); }
.foco-card--highlight .foco-card__tag { background: var(--gold-500); color: var(--green-900); }
.foco-card--highlight h3 { color: var(--white); }
.foco-card--highlight p { color: rgba(255, 255, 255, 0.88); }
.foco-card--highlight strong { color: var(--gold-500); }

.foco-card__image {
  width: 100%; aspect-ratio: 16/10;
  background-size: cover; background-position: center;
}
.foco-card__body { padding: 26px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.foco-card__tag {
  align-self: flex-start;
  display: inline-block; padding: 4px 11px;
  background: var(--gold-100); color: var(--green-900);
  border-radius: 999px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px;
}
.foco-card h3 { font-size: 1.35rem; margin-bottom: 12px; color: var(--green-900); }
.foco-card p { font-size: 0.97rem; color: var(--ink-2); line-height: 1.6; }
.foco-card p strong { color: var(--green-700); font-weight: 600; }

/* ============================================
   HARAS VINHOLI — seção destacada
============================================ */
.haras {
  position: relative;
  background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%);
  color: var(--white);
  padding: clamp(80px, 10vw, 130px) 0;
  overflow: hidden;
}
.haras::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 207, 48, 0.18) 0%, transparent 70%);
  z-index: 0;
}
.haras::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 143, 196, 0.25) 0%, transparent 70%);
  z-index: 0;
}

.haras__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 80px); align-items: center;
}
@media (max-width: 920px) { .haras__grid { grid-template-columns: 1fr; } }

.haras__media {
  position: relative;
}
.haras__media img {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}
.haras__media::before {
  content: '';
  position: absolute;
  top: -16px; left: -16px;
  width: 100px; height: 100px;
  border-radius: var(--radius);
  background: var(--gold-500);
  z-index: -1;
}
.haras__media::after {
  content: '';
  position: absolute;
  bottom: -20px; right: -20px;
  width: 130px; height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(244, 207, 48, 0.5);
  z-index: -1;
}

.haras__badge {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 8px 18px;
  background: rgba(244, 207, 48, 0.15);
  border: 1px solid rgba(244, 207, 48, 0.45);
  border-radius: 999px;
  color: var(--gold-500);
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 22px;
}
.haras__years {
  font-family: 'Fraunces', serif;
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  font-weight: 700; line-height: 1;
  color: var(--gold-500);
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 18px;
}
.haras__years span {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.haras__title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 22px;
  color: var(--white);
  line-height: 1.15;
}
.haras__title em { color: var(--gold-500); font-style: normal; }
.haras__text p {
  font-size: 1.04rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  margin-bottom: 14px;
}
.haras__text p strong { color: var(--gold-500); font-weight: 600; }

.haras__tags {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 28px;
}
.haras__tags span {
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

/* ============================================
   BANNER AGRO
============================================ */
.banner-agro {
  position: relative;
  padding: clamp(80px, 11vw, 140px) 0;
  background: url('img/vivaovale.jpg') center/cover no-repeat;
  color: var(--white);
}
.banner-agro__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(10, 31, 92, 0.82), rgba(23, 70, 162, 0.65));
}
.banner-agro__content { position: relative; max-width: 760px; }
.banner-agro h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); margin: 14px 0 22px; }
.banner-agro p { font-size: 1.1rem; line-height: 1.6; color: rgba(255,255,255,0.9); }
.banner-agro strong { color: var(--gold-500); }

/* ============================================
   TRAJETÓRIA PROFISSIONAL — accordion
============================================ */
.trajeto-tabs {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 32px; padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.trajeto-tabs button {
  padding: 10px 18px; border-radius: 999px;
  font-size: 13.5px; font-weight: 600; letter-spacing: 0.02em;
  background: transparent; color: var(--ink-2);
  border: 1.5px solid transparent; transition: all .2s;
}
.trajeto-tabs button:hover { color: var(--green-700); background: var(--cream-2); }
.trajeto-tabs button.is-active {
  background: var(--green-900); color: var(--cream);
  border-color: var(--green-900);
}

.trajeto-list { display: grid; gap: 12px; }

.trajeto-item {
  background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--line); overflow: hidden;
  transition: box-shadow .3s, border-color .3s;
}
.trajeto-item:hover { box-shadow: var(--shadow-sm); border-color: rgba(253, 197, 0, 0.5); }
.trajeto-item.is-open { box-shadow: var(--shadow-md); border-color: var(--gold-500); }

.trajeto-head {
  width: 100%; padding: 22px 26px;
  display: flex; align-items: center; gap: 20px;
  text-align: left; transition: background .2s;
}
.trajeto-head:hover { background: var(--cream); }

.trajeto-icon {
  flex-shrink: 0; width: 48px; height: 48px;
  border-radius: 12px; background: var(--gold-100); color: var(--green-900);
  display: grid; place-items: center;
  font-family: 'Fraunces', serif; font-size: 17px; font-weight: 600;
}
.is-open .trajeto-icon { background: var(--gold-500); color: var(--white); }

.trajeto-meta { flex: 1; min-width: 0; }
.trajeto-meta .trajeto-place {
  font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 600;
  color: var(--green-900); line-height: 1.25; margin-bottom: 4px;
}
.trajeto-meta .trajeto-role {
  font-size: 13.5px; color: var(--muted);
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.trajeto-meta .trajeto-role span { display: inline-flex; align-items: center; gap: 6px; }
.trajeto-role .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold-500); }

.trajeto-chevron {
  flex-shrink: 0; width: 28px; height: 28px;
  display: grid; place-items: center;
  color: var(--muted); transition: transform .3s, color .3s;
}
.trajeto-chevron svg { width: 18px; height: 18px; }
.is-open .trajeto-chevron { transform: rotate(180deg); color: var(--green-700); }

.trajeto-body {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease;
}
.trajeto-body__inner {
  padding: 0 26px 24px 94px;
  color: var(--ink-2); font-size: 0.98rem; line-height: 1.65;
}
.trajeto-body__inner p { margin-bottom: 10px; }
.trajeto-body__inner strong { color: var(--green-900); font-weight: 600; }
@media (max-width: 560px) {
  .trajeto-head { padding: 18px 18px; gap: 14px; }
  .trajeto-body__inner { padding: 0 18px 22px 18px; }
  .trajeto-icon { width: 42px; height: 42px; font-size: 15px; }
}

.trajeto-group { display: none; }
.trajeto-group.is-active { display: block; animation: fadeIn .4s ease; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================
   REALIZAÇÕES
============================================ */
.realizacoes__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
@media (max-width: 900px) { .realizacoes__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .realizacoes__grid { grid-template-columns: 1fr; } }

.realizacao {
  padding: 32px 28px; background: var(--white); border-radius: var(--radius-lg);
  border-left: 4px solid var(--gold-500);
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.realizacao:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.realizacao__num {
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: 2rem; color: var(--gold-500); line-height: 1; margin-bottom: 14px;
}
.realizacao h4 { font-size: 1.2rem; color: var(--green-900); margin-bottom: 10px; }
.realizacao p { font-size: 0.96rem; color: var(--ink-2); line-height: 1.6; }

/* ============================================
   TIMELINE
============================================ */
.timeline { list-style: none; position: relative; max-width: 780px; margin-inline: auto; padding-left: 20px; }
.timeline::before {
  content: ''; position: absolute; left: 8px; top: 6px; bottom: 6px;
  width: 2px; background: rgba(253, 197, 0, 0.35);
}
.timeline__item {
  position: relative; padding: 0 0 38px 44px;
  display: grid; grid-template-columns: 90px 1fr; gap: 24px; align-items: start;
}
.timeline__item::before {
  content: ''; position: absolute; left: 1px; top: 8px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--green-900); border: 3px solid var(--gold-500);
}
.timeline__item--highlight::before { background: var(--gold-500); border-color: var(--cream); }
.timeline__year {
  font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 600;
  color: var(--gold-500); line-height: 1; padding-top: 4px;
}
.timeline__body h4 { color: var(--cream); font-size: 1.15rem; margin-bottom: 6px; }
.timeline__body p { color: rgba(255, 255, 255, 0.78); font-size: 0.97rem; line-height: 1.55; }
@media (max-width: 600px) {
  .timeline__item { grid-template-columns: 1fr; gap: 6px; padding-left: 38px; }
  .timeline__year { font-size: 1.2rem; }
}

/* ============================================
   HONRAS
============================================ */
.honras {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px;
}
@media (max-width: 720px) { .honras { grid-template-columns: 1fr; } }
.honra {
  padding: 26px 28px; background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 8px;
  transition: border-color .25s, transform .25s;
}
.honra:hover { border-color: var(--gold-500); transform: translateY(-3px); }
.honra strong {
  font-family: 'Fraunces', serif; font-size: 1.18rem; color: var(--green-900); font-weight: 600;
}
.honra span { color: var(--ink-2); font-size: 0.97rem; line-height: 1.55; }

/* ============================================
   FOOTER
============================================ */
.footer {
  background: var(--ink); color: rgba(247, 249, 252, 0.8);
  padding: 60px 0 40px;
}
.footer__inner {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start;
}
.footer__brand { font-family: 'Fraunces', serif; font-size: 1.4rem; color: var(--cream); margin-bottom: 6px; }
.footer__tag { font-size: 14px; color: rgba(250,247,240,0.65); }
.footer__nav { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.footer__nav a {
  font-size: 14px; color: rgba(250,247,240,0.78); transition: color .2s;
}
.footer__nav a:hover { color: var(--gold-500); }
.footer__social {
  grid-column: 1 / -1;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px;
  padding-top: 28px; margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__social-icons { display: flex; gap: 12px; }
.footer__social-icons a {
  width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.08); color: rgba(250, 247, 240, 0.85);
  transition: background .2s, color .2s, transform .2s;
}
.footer__social-icons a:hover { background: var(--gold-500); color: var(--ink); transform: translateY(-2px); }
.footer__social-icons svg { width: 20px; height: 20px; }
.footer__copy { font-size: 12.5px; color: rgba(250, 247, 240, 0.5); }
@media (max-width: 720px) {
  .footer__inner { grid-template-columns: 1fr; }
  .footer__nav { justify-content: flex-start; }
}

/* ============================================
   PORTRAIT PLACEHOLDER (até trocar pela foto real)
============================================ */
.portrait {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 70%, var(--gold-600) 100%);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: grid; place-items: center;
}
.portrait::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.15), transparent 60%);
}
.portrait__monogram {
  font-family: 'Fraunces', serif;
  font-size: clamp(4rem, 12vw, 8rem); font-weight: 600;
  color: var(--gold-500); line-height: 1;
  letter-spacing: -0.04em;
  z-index: 2;
}
.portrait__caption {
  position: absolute; bottom: 24px; left: 24px; right: 24px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  text-align: center; z-index: 2;
}
/* Quando tiver foto real, basta envolver um <img class="portrait__img" src="..."> dentro do .portrait
   que ela cobrirá o placeholder automaticamente. */
.portrait__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; z-index: 3;
}

/* ============================================
   MÍDIA — teaser na home
============================================ */
.midia-teaser {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 920px) { .midia-teaser { grid-template-columns: 1fr; } }

.midia-card {
  display: flex; flex-direction: column;
  background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--line); overflow: hidden;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  text-decoration: none; color: inherit;
}
.midia-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-500);
}
.midia-card__veiculo {
  padding: 14px 22px 0;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-600);
}
.midia-card__title {
  padding: 8px 22px 0;
  font-family: 'Fraunces', serif; font-size: 1.12rem; font-weight: 600;
  color: var(--green-900); line-height: 1.3;
}
.midia-card__desc {
  padding: 12px 22px 0;
  font-size: 0.93rem; color: var(--ink-2); line-height: 1.55;
  flex: 1;
}
.midia-card__foot {
  padding: 14px 22px 18px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12.5px; color: var(--muted);
}
.midia-card__link { color: var(--green-700); font-weight: 600; }
.midia-card__link::after { content: ' →'; }

.midia-cta {
  display: flex; justify-content: center;
}

/* ============================================
   PÁGINA MÍDIA — dedicada
============================================ */
.page-hero {
  padding: 140px 0 60px;
  background:
    linear-gradient(135deg, rgba(10, 31, 92, 0.92) 0%, rgba(23, 70, 162, 0.85) 100%),
    url('img/banner-agro.jpg') center/cover no-repeat;
  color: var(--cream);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at top right, rgba(253, 197, 0, 0.25), transparent 60%);
}
.page-hero__inner { position: relative; }
.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  margin: 14px 0 16px;
}
.page-hero p { max-width: 640px; font-size: 1.08rem; color: rgba(255, 255, 255, 0.85); line-height: 1.55; }

.filtros {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 36px;
}
.filtros button {
  padding: 9px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
  background: var(--white); color: var(--ink-2);
  border: 1.5px solid var(--line);
  transition: all .2s;
}
.filtros button:hover { border-color: var(--gold-500); color: var(--green-700); }
.filtros button.is-active {
  background: var(--green-900); color: var(--cream); border-color: var(--green-900);
}
.filtros__count {
  margin-left: auto; align-self: center;
  font-size: 12.5px; color: var(--muted);
}

.noticias { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 820px) { .noticias { grid-template-columns: 1fr; } }

.noticia {
  display: flex; flex-direction: column;
  background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 24px 26px;
  text-decoration: none; color: inherit;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
}
.noticia:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-500);
}
.noticia__top {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 12px;
}
.noticia__cat {
  padding: 3px 10px; border-radius: 999px;
  background: var(--gold-100); color: var(--gold-600);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.noticia__data { font-size: 12px; color: var(--muted); }
.noticia__veiculo {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green-700); margin-bottom: 6px;
}
.noticia__title {
  font-family: 'Fraunces', serif; font-size: 1.18rem; font-weight: 600;
  color: var(--green-900); line-height: 1.3; margin-bottom: 10px;
}
.noticia__desc { font-size: 0.95rem; color: var(--ink-2); line-height: 1.55; margin-bottom: 14px; flex: 1; }
.noticia__link {
  font-size: 13px; font-weight: 600; color: var(--green-700);
}
.noticia__link::after { content: ' →'; }

.canais {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
@media (max-width: 720px) { .canais { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .canais { grid-template-columns: 1fr; } }
.canal {
  padding: 22px; background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--line); text-decoration: none; color: inherit;
  transition: all .25s;
  display: flex; flex-direction: column; gap: 4px;
}
.canal:hover { border-color: var(--gold-500); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.canal strong { font-family: 'Fraunces', serif; font-size: 1.1rem; color: var(--green-900); }
.canal span { font-size: 12.5px; color: var(--muted); }

/* ============================================
   FORMAÇÃO ACADÊMICA — cards
============================================ */
.formacao-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin-top: 40px;
}
@media (max-width: 920px) { .formacao-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .formacao-grid { grid-template-columns: 1fr; } }

.formacao-card {
  padding: 26px 24px; background: var(--white);
  border-radius: var(--radius);
  border-top: 4px solid var(--gold-500);
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.formacao-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.formacao-card__nivel {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-600); margin-bottom: 10px;
}
.formacao-card__titulo {
  font-family: 'Fraunces', serif; font-size: 1.1rem;
  color: var(--green-900); font-weight: 600;
  line-height: 1.3; margin-bottom: 6px;
}
.formacao-card__inst { font-size: 13px; color: var(--muted); }

/* ============================================
   FASES DA CARREIRA — Deputado, Secretário, Sebrae
============================================ */
.fase {
  position: relative;
  padding: clamp(70px, 9vw, 110px) 0;
}
.fase--alt { background: var(--cream-2); }
.fase--dark {
  background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%);
  color: var(--cream);
}
.fase--dark .kicker { color: var(--gold-500); }
.fase--dark h2 { color: var(--white); }
.fase--dark .fase__lead { color: rgba(255, 255, 255, 0.88); }

.fase__head { max-width: 820px; margin-bottom: 40px; }
.fase__head h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin-bottom: 16px; }
.fase__lead {
  font-size: 1.08rem; line-height: 1.65; color: var(--ink-2);
  max-width: 760px;
}
.fase__lead strong { color: var(--green-700); font-weight: 600; }
.fase--dark .fase__lead strong { color: var(--gold-500); }

.subsecao-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px;
}
.subsecao-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 920px) {
  .subsecao-grid, .subsecao-grid--3 { grid-template-columns: 1fr; }
}

.subsecao {
  padding: 30px 28px; background: var(--white); color: var(--ink);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.fase--dark .subsecao {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  color: var(--cream);
}
.subsecao:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-500); }
.fase--dark .subsecao:hover { background: rgba(255, 255, 255, 0.10); border-color: var(--gold-500); }

.subsecao h3 {
  font-size: 1.2rem; color: var(--green-900);
  margin-bottom: 14px; line-height: 1.25;
  display: flex; align-items: center; gap: 12px;
}
.fase--dark .subsecao h3 { color: var(--white); }
.subsecao h3::before {
  content: ''; width: 5px; height: 22px;
  background: var(--gold-500); border-radius: 3px; flex-shrink: 0;
}
.subsecao p {
  color: var(--ink-2); font-size: 0.97rem; line-height: 1.65;
  margin-bottom: 10px;
}
.fase--dark .subsecao p { color: rgba(255, 255, 255, 0.82); }
.subsecao p strong { color: var(--green-700); font-weight: 600; }
.fase--dark .subsecao p strong { color: var(--gold-500); }

.subsecao ul {
  list-style: none; padding: 0; margin: 12px 0 0;
}
.subsecao ul li {
  position: relative; padding-left: 18px;
  font-size: 0.95rem; color: var(--ink-2);
  margin-bottom: 6px; line-height: 1.5;
}
.fase--dark .subsecao ul li { color: rgba(255, 255, 255, 0.85); }
.subsecao ul li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-500);
}

/* Stats inline da fase */
.fase__stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 40px;
  padding: 28px;
  background: rgba(244, 207, 48, 0.08);
  border: 1px solid rgba(244, 207, 48, 0.3);
  border-radius: var(--radius);
}
.fase--dark .fase__stats { background: rgba(255, 255, 255, 0.06); border-color: rgba(244, 207, 48, 0.45); }
.fase__stats--2 { grid-template-columns: repeat(2, 1fr); max-width: 560px; margin-left: auto; margin-right: auto; }
@media (max-width: 720px) { .fase__stats, .fase__stats--2 { grid-template-columns: 1fr; gap: 18px; } }
.fase__stat strong {
  display: block; font-family: 'Fraunces', serif;
  font-size: 1.7rem; font-weight: 600; color: var(--gold-500);
  line-height: 1; margin-bottom: 6px;
}
.fase__stat span { font-size: 13px; color: var(--ink-2); }
.fase--dark .fase__stat span { color: rgba(255, 255, 255, 0.78); }

/* ============================================
   HOMENAGENS — expandido
============================================ */
.homenagens-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 30px;
}
@media (max-width: 820px) { .homenagens-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .homenagens-grid { grid-template-columns: 1fr; } }

.homenagem {
  padding: 18px 22px; background: var(--white);
  border-radius: var(--radius);
  border-left: 3px solid var(--gold-500);
  font-size: 0.94rem; color: var(--ink-2);
  transition: transform .2s, box-shadow .2s;
}
.homenagem:hover { transform: translateX(3px); box-shadow: var(--shadow-sm); }
.homenagem strong {
  display: block; font-family: 'Fraunces', serif;
  color: var(--green-900); font-weight: 600;
  font-size: 1rem; margin-bottom: 4px; line-height: 1.3;
}
.homenagem span { font-size: 12.5px; color: var(--muted); }

.homenagem--destaque {
  background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%);
  color: rgba(255, 255, 255, 0.9); border-left-color: var(--gold-500);
}
.homenagem--destaque strong { color: var(--gold-500); }
.homenagem--destaque span { color: rgba(255, 255, 255, 0.75); }

/* ============================================
   ANIMATIONS
============================================ */
/* Reveal ao rolar — sobe e aparece com leve atraso em cascata (--reveal-delay via JS) */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s cubic-bezier(.22, .61, .36, 1),
              transform .8s cubic-bezier(.22, .61, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Entrada do hero ao carregar a página */
@keyframes heroUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroPortraitIn {
  from { opacity: 0; transform: translateY(26px) scale(.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.hero__eyebrow,
.hero__title,
.hero__lead,
.hero__cta {
  opacity: 0;
  animation: heroUp .9s cubic-bezier(.22, .61, .36, 1) forwards;
}
.hero__eyebrow { animation-delay: .12s; }
.hero__title   { animation-delay: .26s; }
.hero__lead    { animation-delay: .46s; }
.hero__cta     { animation-delay: .62s; }
.hero__portrait {
  opacity: 0;
  animation: heroPortraitIn 1.1s cubic-bezier(.22, .61, .36, 1) .4s forwards;
}
.hero__stats .stat {
  opacity: 0;
  animation: heroUp .9s cubic-bezier(.22, .61, .36, 1) forwards;
}
.hero__stats .stat:nth-child(1) { animation-delay: .7s; }
.hero__stats .stat:nth-child(2) { animation-delay: .82s; }
.hero__stats .stat:nth-child(3) { animation-delay: .94s; }

/* Respeita quem prefere menos animação (acessibilidade) */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .hero__eyebrow, .hero__title, .hero__lead, .hero__cta,
  .hero__portrait, .hero__stats .stat {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ============================================
   JORNAL — Agenda + Diário
============================================ */
.container--estreito { width: min(760px, 92%); }

/* Diário — destaque + feed de cards */
.diario-lista { display: flex; flex-direction: column; gap: 40px; }
.diario-feed { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }

.diario-card {
  display: flex; flex-direction: column; background: var(--white);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease;
}
.diario-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

/* Mídia (capa) */
.diario-card__media, .diario-destaque__media { display: block; position: relative; overflow: hidden; background: var(--cream-2); }
.diario-card__media { aspect-ratio: 16/11; }
.video-trigger { cursor: pointer; }
.diario-card__media--ph, .diario-destaque__media.diario-card__media--ph { background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%); }
.diario-card__media--ph .diario-scrim { background: radial-gradient(ellipse at center, rgba(253,197,0,.20), transparent 60%); }
.diario-card__media img, .diario-destaque__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.diario-card:hover .diario-card__media:not(.is-playing) img,
.diario-destaque:hover .diario-destaque__media:not(.is-playing) img { transform: scale(1.05); }
.diario-scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(8,16,32,0) 45%, rgba(8,16,32,.42) 100%); }
.is-playing .diario-scrim { display: none; }

/* ao tocar, mostra o vídeo (contido, elegante) */
.is-playing { aspect-ratio: auto !important; min-height: 0 !important; overflow: visible; background: #05070d; cursor: default; }
.is-playing .jornal-video, .is-playing .jornal-video-file, .is-playing .jornal-insta { margin: 0; border-radius: 0; box-shadow: none; }
.is-playing .jornal-insta iframe { border-radius: 0; box-shadow: none; }
.is-playing .jornal-video-file--vertical { max-width: none; }
.is-playing video { max-height: min(72vh, 620px); margin-inline: auto; border-radius: 0; }
.diario-card__media:focus-visible, .diario-destaque__media:focus-visible { outline: 3px solid var(--gold-500); outline-offset: -3px; }

/* Botão play */
.diario-card__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 62px; height: 62px; border-radius: 999px;
  background: rgba(255,255,255,.18); border: 1.5px solid rgba(255,255,255,.75);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  box-shadow: 0 8px 26px rgba(8,16,32,.4);
  display: grid; place-items: center; transition: background .25s, transform .25s, border-color .25s;
}
.diario-card__play::after {
  content: ""; width: 0; height: 0; margin-left: 4px;
  border-style: solid; border-width: 10px 0 10px 17px; border-color: transparent transparent transparent #fff;
  transition: border-left-color .25s;
}
.video-trigger:hover .diario-card__play { background: var(--gold-500); border-color: var(--gold-500); transform: translate(-50%, -50%) scale(1.08); }
.video-trigger:hover .diario-card__play::after { border-left-color: var(--ink); }

/* Corpo do card */
.diario-card__body { padding: 18px 22px 22px; display: flex; flex-direction: column; flex: 1; text-decoration: none; color: inherit; }
.diario-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.diario-card__tag {
  background: var(--gold-100); color: var(--green-900);
  font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 4px 11px; border-radius: 999px;
}
.diario-card__local { font-size: 12.5px; font-weight: 600; color: var(--green-700); }
.diario-card__local::after { content: "·"; margin-left: 8px; color: var(--line); }
.diario-card__data { font-size: 12.5px; color: var(--muted); }
.diario-card__title { font-size: 1.28rem; color: var(--ink); margin: 0 0 10px; line-height: 1.25; }
.diario-card__desc { font-size: 0.95rem; color: var(--ink-2); line-height: 1.6; flex: 1; }
.diario-card__cta {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 16px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-700);
}
.diario-card__arrow { transition: transform .25s ease; }
.diario-card:hover .diario-card__arrow { transform: translateX(4px); }
.diario-card__cta--btn {
  align-self: flex-start; margin-top: 24px; padding: 13px 24px; border-radius: 999px;
  background: var(--green-700); color: #fff; letter-spacing: .02em; text-transform: none; font-size: 14px;
  box-shadow: var(--shadow-sm); transition: background .25s, transform .25s;
}
.diario-card__cta--btn:hover { background: var(--green-900); transform: translateY(-2px); }
.diario-card__cta--btn:hover .diario-card__arrow { transform: translateX(4px); }

/* Destaque (post mais recente) */
.diario-destaque {
  display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch;
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.diario-destaque__media { min-height: 360px; }
.diario-destaque__body { padding: 42px 46px; display: flex; flex-direction: column; justify-content: center; }
.diario-destaque__kicker { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 14px; }
.diario-destaque__titlelink { text-decoration: none; }
.diario-destaque__title { font-size: clamp(1.6rem, 2.6vw, 2.2rem); color: var(--ink); margin: 2px 0 16px; line-height: 1.16; transition: color .2s; }
.diario-destaque__titlelink:hover .diario-destaque__title { color: var(--green-700); }
.diario-destaque__desc { font-size: 1.04rem; color: var(--ink-2); line-height: 1.7; }
@media (max-width: 780px) {
  .diario-destaque { grid-template-columns: 1fr; }
  .diario-destaque__media:not(.is-playing) { min-height: 0; aspect-ratio: 16/11; }
  .diario-destaque__body { padding: 28px 26px 32px; }
}

/* Post único — artigo editorial */
.artigo { background: var(--cream); }

/* Cabeçalho azul */
.artigo-hero {
  padding: 132px 0 80px; color: var(--cream); position: relative; overflow: hidden;
  background:
    linear-gradient(135deg, rgba(10, 31, 92, 0.94) 0%, rgba(23, 70, 162, 0.86) 100%),
    url('img/banner-agro.jpg') center/cover no-repeat;
}
.artigo-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at top right, rgba(253, 197, 0, 0.22), transparent 60%);
}
.artigo-hero__inner { position: relative; max-width: 820px; }
.artigo-hero__voltar { display: inline-block; margin-bottom: 18px; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.82); text-decoration: none; transition: color .2s; }
.artigo-hero__voltar:hover { color: var(--gold-500); }
.artigo-hero__tagline { min-height: 4px; }
.artigo-tag {
  display: inline-block; background: var(--gold-500); color: var(--ink);
  font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 13px; border-radius: 999px;
}
.artigo-hero__title { font-size: clamp(1.9rem, 4.2vw, 3rem); color: #fff; margin: 16px 0 22px; line-height: 1.13; }
.artigo-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; font-size: 14px; color: rgba(255, 255, 255, 0.9); }
.artigo-meta__item { display: inline-flex; align-items: center; gap: 7px; }
.artigo-meta__item svg { width: 15px; height: 15px; fill: var(--gold-500); }
.artigo-byline { font-weight: 600; }
.artigo-byline__mark {
  display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 2px;
  border-radius: 999px; background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.4);
  font-family: 'Fraunces', serif; font-size: 10.5px; font-weight: 700; color: #fff;
}

/* Cartão "papel" que sobe sobre o azul */
.artigo-corpo { padding-bottom: 72px; }
.artigo-paper {
  background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  padding: 42px 46px 44px; margin-top: -44px; position: relative; z-index: 2;
}
.post__lead { font-size: 1.22rem; line-height: 1.65; color: var(--ink); font-weight: 500; }
.artigo-fim { margin-top: 36px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.artigo-fim__rule { width: 56px; height: 3px; border-radius: 2px; background: var(--gold-500); }
.artigo-share { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.artigo-share__label { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.artigo-share__btn {
  font-size: 13.5px; font-weight: 600; color: var(--green-700); text-decoration: none; cursor: pointer;
  background: var(--cream); border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; transition: background .2s, color .2s, border-color .2s;
}
.artigo-share__btn:hover { background: var(--green-700); color: #fff; border-color: var(--green-700); }
.artigo-share__btn.is-ok { background: var(--gold-100); color: var(--green-900); border-color: var(--gold-600); }
@media (max-width: 720px) {
  .artigo-hero { padding: 112px 0 60px; }
  .artigo-paper { padding: 26px 22px 32px; margin-top: -34px; }
  .post__lead { font-size: 1.12rem; }
}

/* Post (compartilhado) */
.post__foto { width: 100%; border-radius: var(--radius); margin-bottom: 22px; box-shadow: var(--shadow-sm); }
.post__texto p { font-size: 1.06rem; line-height: 1.78; color: var(--ink-2); margin-bottom: 18px; }
.post__texto p:last-child { margin-bottom: 0; }
.jornal-video { position: relative; padding-top: 56.25%; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 26px; box-shadow: var(--shadow-md); }
.jornal-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.jornal-video-link a { color: var(--green-700); font-weight: 600; }
.jornal-insta { max-width: min(420px, 100%); margin: 0 auto 26px; }
.jornal-insta iframe { width: 100%; height: 640px; border: 0; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-md); display: block; }
.jornal-video-file { margin-bottom: 26px; }
.jornal-video-file video { width: 100%; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); background: #000; }
.jornal-video-file--vertical { max-width: 380px; margin-inline: auto; }
.post-erro { font-size: 1.1rem; color: var(--muted); }

/* Teaser na home */
.diario-feed--home { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 26px; }
