/*
Theme Name: Exatus Novo Editorial
Theme URI: https://exatuspesquisa.com.br/
Author: Exatus Consultoria & Pesquisa
Description: Tema institucional da Exatus, com página inicial, central de notícias e modelo editorial para pesquisas.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: exatus-novo
*/

:root {
  --ex-ink: #14284a;
  --ex-soft: #52627a;
  --ex-navy: #243d6b;
  --ex-deep: #142747;
  --ex-green: #78a91d;
  --ex-lime: #96c52a;
  --ex-pale: #eef5df;
  --ex-paper: #f7f7f3;
  --ex-white: #fff;
  --ex-line: #dce2df;
  --ex-display: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --ex-text: Inter, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ex-paper);
  color: var(--ex-ink);
  font-family: var(--ex-text);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--ex-display);
}

.site-header {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(247, 247, 243, 0.94);
  border-bottom: 1px solid rgba(20, 40, 74, 0.1);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 88px;
  padding: 0 clamp(24px, 5vw, 80px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: inline-flex;
  justify-self: start;
}

.brand img {
  display: block;
  height: 52px;
  object-fit: contain;
  object-position: left center;
  width: 178px;
}

.desktop-nav {
  display: flex;
  gap: clamp(20px, 2.4vw, 42px);
}

.desktop-nav a {
  color: #30445a;
  font-size: 14px;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav .current-menu-item > a,
.desktop-nav .is-current {
  color: var(--ex-green);
}

.header-cta,
.button-primary {
  background: var(--ex-navy);
  color: var(--ex-white);
}

.header-cta {
  font-size: 13px;
  justify-self: end;
  padding: 15px 18px;
}

.header-cta:hover,
.button-primary:hover {
  background: var(--ex-green);
}

.mobile-menu {
  display: none;
  justify-self: end;
  position: relative;
}

.mobile-menu summary {
  border: 1px solid #aeb9c2;
  cursor: pointer;
  font-size: 12px;
  list-style: none;
  padding: 11px 15px;
}

.mobile-menu nav {
  background: var(--ex-white);
  border: 1px solid var(--ex-line);
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 22px;
  position: absolute;
  right: 0;
  top: 48px;
  width: 240px;
}

.eyebrow {
  align-items: center;
  color: #3b526a;
  display: flex;
  font-size: 11px;
  font-weight: 750;
  gap: 12px;
  letter-spacing: 0.16em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--ex-green);
  content: "";
  height: 2px;
  width: 26px;
}

.eyebrow-light {
  color: #b6c4d1;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  min-height: calc(100vh - 88px);
}

.hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 145px) clamp(28px, 7vw, 110px);
}

.hero h1 {
  font-size: clamp(52px, 6.3vw, 96px);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.97;
  margin-bottom: 34px;
  max-width: 850px;
}

.hero h1 em,
.section-heading h2 em {
  color: var(--ex-green);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-text {
  color: var(--ex-soft);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
  max-width: 660px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  gap: 32px;
  justify-content: space-between;
  min-width: 222px;
  padding: 18px 20px;
  transition: 180ms ease;
}

.button-secondary {
  border: 1px solid #bbc5ce;
}

.button-secondary:hover {
  border-color: var(--ex-navy);
}

.hero-visual {
  background: var(--ex-deep);
  color: var(--ex-white);
  display: grid;
  min-height: 600px;
  overflow: hidden;
  place-items: center;
  position: relative;
}

.hero-visual::before,
.hero-visual::after {
  border: 1px solid rgba(150, 197, 42, 0.32);
  border-radius: 50%;
  content: "";
  height: min(62vw, 650px);
  position: absolute;
  width: min(62vw, 650px);
}

.hero-visual::after {
  height: min(40vw, 410px);
  width: min(40vw, 410px);
}

.hero-mark {
  position: relative;
  text-align: center;
  z-index: 2;
}

.hero-mark strong {
  color: var(--ex-lime);
  display: block;
  font-family: var(--ex-display);
  font-size: clamp(56px, 7vw, 102px);
  letter-spacing: -0.06em;
}

.hero-mark span {
  color: #aebfce;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.proof-strip {
  background: var(--ex-white);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(24px, 7vw, 112px);
}

.proof-strip p {
  border-right: 1px solid var(--ex-line);
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 28px 24px;
}

.proof-strip p:first-child {
  border-left: 1px solid var(--ex-line);
}

.proof-strip small {
  color: #7b8997;
  font-size: 8px;
  letter-spacing: 0.15em;
}

.proof-strip strong {
  font-family: var(--ex-display);
  font-size: 15px;
}

.section {
  padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 112px);
}

.section-heading {
  max-width: 900px;
}

.section-heading h2,
.news-heading h1,
.contact-copy h2 {
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.section-heading > p:last-child,
.contact-copy > p {
  color: var(--ex-soft);
  font-size: 16px;
  line-height: 1.7;
  max-width: 650px;
}

.solution-grid {
  border-left: 1px solid var(--ex-line);
  border-top: 1px solid var(--ex-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
}

.solution-card {
  border-bottom: 1px solid var(--ex-line);
  border-right: 1px solid var(--ex-line);
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 34px;
}

.solution-card small {
  color: var(--ex-green);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.solution-card h3 {
  font-size: 24px;
  letter-spacing: -0.035em;
  margin: 60px 0 18px;
}

.solution-card p {
  color: var(--ex-soft);
  font-size: 14px;
  line-height: 1.65;
}

.solution-card a {
  border-top: 1px solid var(--ex-line);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
}

.method {
  background: var(--ex-deep);
  color: var(--ex-white);
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.9fr 1.1fr;
  padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 112px);
}

.method h2 {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.method-intro > p:last-of-type {
  color: #afbdca;
  line-height: 1.7;
}

.steps {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.step {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 22px;
  grid-template-columns: 42px 0.6fr 1fr;
  padding: 24px 0;
}

.step small {
  color: var(--ex-lime);
}

.step strong {
  font-family: var(--ex-display);
}

.step span {
  color: #afbdca;
  font-size: 13px;
  line-height: 1.5;
}

.news-section {
  background: var(--ex-white);
}

.news-grid {
  border-left: 1px solid var(--ex-line);
  border-top: 1px solid var(--ex-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.news-card {
  border-bottom: 1px solid var(--ex-line);
  border-right: 1px solid var(--ex-line);
  display: flex;
  flex-direction: column;
}

.news-card-image {
  aspect-ratio: 16 / 10;
  background: var(--ex-navy);
  overflow: hidden;
}

.news-card-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.news-card-placeholder {
  align-items: end;
  color: var(--ex-lime);
  display: flex;
  font-size: 42px;
  height: 100%;
  padding: 24px;
}

.news-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.news-card-meta,
.article-section {
  color: var(--ex-green);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.news-card h3 {
  font-size: 23px;
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin: 15px 0;
}

.news-card p {
  color: var(--ex-soft);
  font-size: 13px;
  line-height: 1.6;
}

.news-card-link {
  border-top: 1px solid var(--ex-line);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
}

.all-news {
  background: var(--ex-navy);
  color: var(--ex-white);
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 22px 26px;
}

.about {
  display: grid;
  gap: 9vw;
  grid-template-columns: 1fr 1fr;
}

.about-visual {
  background: var(--ex-pale);
  display: grid;
  min-height: 460px;
  overflow: hidden;
  place-items: center;
  position: relative;
}

.about-visual strong {
  color: var(--ex-green);
  font-family: var(--ex-display);
  font-size: clamp(150px, 22vw, 360px);
  letter-spacing: -0.12em;
  line-height: 0.8;
}

.contact {
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: 0.92fr 1.08fr;
}

.contact-details {
  border-top: 1px solid var(--ex-line);
  margin-top: 45px;
  padding-top: 22px;
}

.contact-details p {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-details small {
  color: #738192;
  font-size: 9px;
  letter-spacing: 0.13em;
}

.lead-form {
  background: var(--ex-white);
  border: 1px solid var(--ex-line);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: clamp(25px, 4vw, 52px);
}

.lead-form label {
  color: #30445a;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 650;
  gap: 8px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #bcc7d1;
  border-radius: 0;
  color: var(--ex-ink);
  font-size: 14px;
  outline: none;
  padding: 12px 0;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--ex-green);
}

.form-row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.privacy-check {
  align-items: flex-start;
  display: grid !important;
  font-weight: 400 !important;
  gap: 10px !important;
  grid-template-columns: 18px 1fr;
  line-height: 1.5;
}

.privacy-check input {
  height: 16px;
  margin: 2px 0 0;
  width: 16px;
}

.lead-form button {
  background: var(--ex-navy);
  border: 0;
  color: var(--ex-white);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.form-note {
  color: #7b8895;
  font-size: 10px;
  line-height: 1.4;
}

.news-hero {
  background: var(--ex-deep);
  color: var(--ex-white);
  padding: clamp(90px, 11vw, 150px) clamp(24px, 7vw, 112px)
    clamp(65px, 8vw, 105px);
}

.news-heading {
  max-width: 1000px;
}

.news-heading p {
  color: #b3c1ce;
  font-size: 19px;
  line-height: 1.65;
  max-width: 700px;
}

.archive-tools {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 45px;
}

.archive-tools form {
  display: flex;
  min-width: min(100%, 350px);
}

.archive-tools input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #abb8c3;
  outline: 0;
  padding: 12px 0;
  width: 100%;
}

.archive-tools button {
  background: var(--ex-navy);
  border: 0;
  color: var(--ex-white);
  padding: 0 18px;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list a {
  border: 1px solid #bcc7ce;
  display: block;
  font-size: 11px;
  padding: 10px 14px;
}

.category-list a:hover {
  background: var(--ex-navy);
  color: var(--ex-white);
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 55px;
}

.pagination .page-numbers {
  border: 1px solid var(--ex-line);
  padding: 10px 13px;
}

.pagination .current {
  background: var(--ex-navy);
  color: var(--ex-white);
}

.article-page {
  background: var(--ex-white);
  padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 112px);
}

.article-heading {
  margin: 0 auto;
  max-width: 1060px;
}

.article-back {
  color: #657589;
  display: inline-flex;
  font-size: 12px;
  margin-bottom: 58px;
}

.article-heading h1 {
  font-size: clamp(52px, 7vw, 98px);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin-bottom: 30px;
}

.article-deck {
  color: var(--ex-soft);
  font-family: var(--ex-display);
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.48;
  max-width: 850px;
}

.article-meta {
  border-top: 1px solid var(--ex-line);
  color: #657589;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 14px 36px;
  margin-top: 38px;
  padding-top: 20px;
}

.article-image {
  margin: clamp(55px, 7vw, 90px) auto 0;
  max-width: 1280px;
}

.article-image img {
  display: block;
  width: 100%;
}

.article-image figcaption {
  border-bottom: 1px solid var(--ex-line);
  color: #6b7a89;
  font-size: 11px;
  line-height: 1.5;
  padding: 13px 0;
}

.article-layout {
  display: grid;
  gap: clamp(55px, 8vw, 120px);
  grid-template-columns: minmax(190px, 260px) minmax(0, 720px);
  margin: clamp(65px, 8vw, 105px) auto 0;
  max-width: 1060px;
}

.article-layout-wide {
  display: block;
  max-width: 720px;
}

.article-facts {
  align-self: start;
  border-top: 3px solid var(--ex-lime);
  position: sticky;
  top: 120px;
}

.article-facts > p {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 18px 0 4px;
  text-transform: uppercase;
}

.article-facts dl {
  margin: 0;
}

.article-facts dl div {
  border-bottom: 1px solid var(--ex-line);
  padding: 17px 0;
}

.article-facts dt {
  color: #738192;
  font-size: 9px;
  letter-spacing: 0.11em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.article-facts dd {
  font-size: 13px;
  font-weight: 650;
  margin: 0;
}

.article-body {
  color: #293e55;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.82;
}

.article-body > p:first-child::first-letter {
  color: var(--ex-navy);
  float: left;
  font-family: var(--ex-display);
  font-size: 82px;
  font-weight: 650;
  line-height: 0.77;
  padding: 11px 10px 0 0;
}

.article-body h2 {
  color: var(--ex-ink);
  font-size: clamp(30px, 3.2vw, 45px);
  line-height: 1.15;
  margin: 54px 0 20px;
}

.article-body blockquote {
  border-left: 4px solid var(--ex-lime);
  color: var(--ex-navy);
  font-family: var(--ex-display);
  font-size: clamp(23px, 2.4vw, 34px);
  letter-spacing: -0.025em;
  line-height: 1.35;
  margin: 50px 0;
  padding-left: 28px;
}

.article-footer {
  align-items: center;
  border-bottom: 1px solid var(--ex-line);
  border-top: 1px solid var(--ex-line);
  display: flex;
  justify-content: space-between;
  margin: clamp(70px, 9vw, 120px) auto 0;
  max-width: 1060px;
  padding: 30px 0;
}

.article-footer a {
  background: var(--ex-navy);
  color: var(--ex-white);
  padding: 17px 19px;
}

/* Núcleo editorial: Central de Notícias */
.news-masthead {
  background: var(--ex-deep);
  color: var(--ex-white);
  padding: 0 clamp(24px, 7vw, 112px);
}

.news-masthead-inner {
  margin: 0 auto;
  max-width: 1320px;
}

.news-masthead-topline {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
}

.news-masthead-topline p,
.news-masthead-topline .news-edition {
  margin: 0;
}

.news-brand {
  font-family: var(--ex-display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 750;
  letter-spacing: -0.03em;
}

.news-brand::first-letter {
  color: var(--ex-lime);
}

.news-edition {
  color: #aebdcb;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-masthead-copy {
  max-width: 990px;
  padding: clamp(68px, 9vw, 118px) 0 clamp(60px, 7vw, 92px);
}

.news-masthead-copy h1 {
  font-size: clamp(48px, 6.3vw, 86px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 28px;
}

.news-masthead-copy > p:last-child {
  color: #b6c4d0;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.6;
  max-width: 660px;
}

.newsroom {
  margin: 0 auto;
  max-width: 1544px;
}

.newsroom .archive-tools {
  border-bottom: 1px solid var(--ex-line);
  margin-bottom: clamp(45px, 6vw, 76px);
  padding-bottom: 28px;
}

.category-list a.is-current {
  background: var(--ex-navy);
  border-color: var(--ex-navy);
  color: var(--ex-white);
}

.news-lead-layout {
  border-bottom: 1px solid var(--ex-line);
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.75fr);
  padding-bottom: clamp(55px, 7vw, 90px);
}

.lead-story {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  grid-template-columns: minmax(0, 1.18fr) minmax(270px, 0.82fr);
}

.lead-story-image {
  aspect-ratio: 4 / 3;
  background: var(--ex-navy);
  display: block;
  min-height: 100%;
  overflow: hidden;
}

.lead-story-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
  width: 100%;
}

.lead-story:hover .lead-story-image img,
.headline-story:hover img,
.news-card:hover .news-card-image img {
  transform: scale(1.025);
}

.lead-story-copy {
  align-self: end;
  padding-bottom: 2px;
}

.story-kicker {
  color: var(--ex-green);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.lead-story h2 {
  font-size: clamp(34px, 3.7vw, 58px);
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin-bottom: 22px;
}

.lead-story-copy > p {
  color: var(--ex-soft);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 28px;
}

.story-meta {
  align-items: center;
  color: #778596;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 7px 18px;
}

.story-meta span {
  align-items: center;
  display: inline-flex;
  gap: 18px;
}

.story-meta span::before {
  background: var(--ex-green);
  border-radius: 50%;
  content: "";
  height: 4px;
  width: 4px;
}

.headline-stack {
  border-top: 4px solid var(--ex-navy);
}

.headline-stack-label {
  color: var(--ex-navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 16px 0 6px;
  text-transform: uppercase;
}

.headline-story {
  border-bottom: 1px solid var(--ex-line);
  display: grid;
  gap: 19px;
  grid-template-columns: 112px 1fr;
  padding: 25px 0;
}

.headline-story-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.headline-story-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
  width: 100%;
}

.headline-story .story-kicker {
  font-size: 8px;
  margin-bottom: 9px;
}

.headline-story h3 {
  font-size: clamp(19px, 1.8vw, 25px);
  letter-spacing: -0.035em;
  line-height: 1.18;
  margin-bottom: 14px;
}

.news-list-heading {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: clamp(60px, 8vw, 105px) 0 34px;
}

.news-list-heading .eyebrow,
.related-news-heading .eyebrow {
  margin-bottom: 15px;
}

.news-list-heading h2,
.related-news-heading h2 {
  font-size: clamp(36px, 4.4vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
}

.news-list-heading > p {
  color: var(--ex-soft);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  max-width: 340px;
}

.news-grid-editorial {
  margin-top: 0;
}

.news-grid-editorial .news-card-image {
  aspect-ratio: 16 / 9;
}

.news-grid-editorial .news-card-body {
  padding: 25px;
}

.news-grid-editorial .news-card h3 {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
}

.news-card-image img {
  transition: transform 350ms ease;
}

.news-card-footer {
  align-items: end;
  border-top: 1px solid var(--ex-line);
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
}

.news-card-footer .news-card-link {
  align-items: center;
  background: var(--ex-navy);
  border: 0;
  color: var(--ex-white);
  display: inline-flex;
  height: 35px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 35px;
}

.news-card-footer .news-card-link:hover {
  background: var(--ex-green);
}

/* Núcleo editorial: notícia individual */
.article-page {
  padding-top: 0;
}

.article-newsroom-bar {
  align-items: center;
  background: var(--ex-deep);
  color: var(--ex-white);
  display: flex;
  justify-content: space-between;
  margin: 0 calc(clamp(24px, 7vw, 112px) * -1);
  padding: 17px clamp(24px, 7vw, 112px);
}

.article-newsroom-bar a {
  font-family: var(--ex-display);
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.035em;
}

.article-newsroom-bar span {
  color: #aebdcb;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-heading {
  padding-top: clamp(55px, 7vw, 92px);
}

.article-breadcrumb {
  align-items: center;
  color: #718093;
  display: flex;
  font-size: 11px;
  gap: 10px;
  margin-bottom: clamp(40px, 5vw, 68px);
}

.article-breadcrumb a:last-of-type {
  color: var(--ex-green);
  font-weight: 700;
}

.article-heading h1 {
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 570;
  letter-spacing: -0.06em;
  line-height: 1.01;
  max-width: 1010px;
}

.article-deck {
  font-family: var(--ex-text);
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.55;
  max-width: 900px;
}

.article-meta {
  align-items: center;
  justify-content: space-between;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 26px;
}

.article-byline strong {
  color: var(--ex-ink);
}

.reading-time,
.research-registration {
  border-left: 1px solid var(--ex-line);
  padding-left: 22px;
}

.article-share {
  align-items: center;
  border-bottom: 1px solid var(--ex-line);
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
  padding-bottom: 19px;
}

.article-share > span {
  color: #738192;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  margin-right: 7px;
  text-transform: uppercase;
}

.article-share a,
.article-share button {
  background: transparent;
  border: 1px solid var(--ex-line);
  color: var(--ex-ink);
  cursor: pointer;
  font-size: 10px;
  padding: 8px 11px;
}

.article-share a:hover,
.article-share button:hover {
  background: var(--ex-navy);
  border-color: var(--ex-navy);
  color: var(--ex-white);
}

.article-image {
  margin-top: clamp(40px, 6vw, 72px);
  max-width: 1180px;
}

.article-image img {
  max-height: 760px;
  object-fit: cover;
}

.article-layout {
  gap: clamp(45px, 7vw, 90px);
  grid-template-columns: minmax(180px, 240px) minmax(0, 740px);
  margin-top: clamp(55px, 7vw, 86px);
  max-width: 1070px;
}

.article-sidebar {
  align-self: start;
  position: sticky;
  top: 120px;
}

.article-facts {
  position: static;
}

.article-context {
  border-top: 3px solid var(--ex-lime);
  padding-top: 17px;
}

.article-context p {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.article-context span {
  color: #69798a;
  font-size: 12px;
  line-height: 1.6;
}

.article-body {
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.78;
}

.article-body a {
  border-bottom: 1px solid var(--ex-green);
  color: var(--ex-navy);
}

.article-body strong {
  color: var(--ex-ink);
}

.article-body img {
  margin: 22px 0;
}

.related-news {
  border-top: 1px solid var(--ex-line);
  margin: clamp(75px, 9vw, 125px) auto 0;
  max-width: 1180px;
  padding-top: clamp(48px, 6vw, 75px);
}

.related-news-heading {
  margin-bottom: 34px;
}

.article-footer {
  max-width: 1180px;
}

.article-footer > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.article-footer > div span {
  color: #718093;
  font-size: 11px;
}

.article-footer a {
  align-items: center;
  display: inline-flex;
  gap: 20px;
}

.standard-page {
  background: var(--ex-white);
  min-height: 60vh;
  padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 112px);
}

.standard-page article {
  margin: 0 auto;
  max-width: 850px;
}

.standard-page h1 {
  font-size: clamp(48px, 6vw, 82px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.standard-content {
  color: #293e55;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.8;
}

.empty-state {
  border: 1px solid var(--ex-line);
  color: var(--ex-soft);
  padding: 42px;
  text-align: center;
}

.site-footer {
  background: var(--ex-deep);
  color: var(--ex-white);
  padding: 70px clamp(24px, 7vw, 112px) 32px;
}

.footer-top {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: 0.8fr 1.2fr 0.6fr;
  padding-bottom: 70px;
}

.footer-logo {
  background: var(--ex-white);
  border-radius: 3px;
  padding: 7px;
}

.footer-top > p {
  color: #aec0d0;
  font-family: var(--ex-display);
  font-size: clamp(24px, 3vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a {
  color: #aec0d0;
  font-size: 13px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #7f94a8;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 30px;
  justify-content: space-between;
  padding-top: 24px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (max-width: 1080px) {
  body.admin-bar .site-header {
    top: 32px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero,
  .method,
  .about {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 650px;
  }

  .solution-grid,
  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-layout {
    gap: 55px;
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .news-lead-layout {
    grid-template-columns: 1fr;
  }

  .headline-stack {
    display: grid;
    gap: 0 30px;
    grid-template-columns: 1fr 1fr;
  }

  .headline-stack-label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 74px;
    padding: 0 20px;
  }

  .brand img {
    height: 43px;
    width: 146px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 80px 22px 70px;
  }

  .hero h1 {
    font-size: clamp(49px, 15vw, 68px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 470px;
  }

  .proof-strip,
  .solution-grid,
  .news-grid,
  .contact,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .proof-strip p {
    border-left: 1px solid var(--ex-line);
  }

  .solution-card {
    min-height: 330px;
  }

  .step {
    grid-template-columns: 35px 1fr;
  }

  .step span {
    grid-column: 2;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .article-page {
    padding-top: 58px;
  }

  .article-heading h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-facts {
    position: static;
  }

  .article-sidebar {
    position: static;
  }

  .article-facts dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .article-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 25px;
  }

  .article-footer a {
    text-align: center;
  }

  .news-edition,
  .article-newsroom-bar span {
    display: none;
  }

  .news-masthead-copy {
    padding: 58px 0 54px;
  }

  .news-masthead-copy h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .newsroom .archive-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .archive-tools form {
    min-width: 100%;
  }

  .news-lead-layout {
    gap: 48px;
  }

  .lead-story {
    grid-template-columns: 1fr;
  }

  .lead-story-image {
    min-height: 0;
  }

  .lead-story h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .headline-stack {
    display: block;
  }

  .headline-story {
    grid-template-columns: 96px 1fr;
  }

  .news-list-heading {
    align-items: start;
    flex-direction: column;
  }

  .article-page {
    padding-top: 0;
  }

  .article-newsroom-bar {
    margin: 0 -24px;
    padding: 15px 24px;
  }

  .article-breadcrumb {
    margin-bottom: 36px;
  }

  .article-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .reading-time,
  .research-registration {
    border-left: 0;
    padding-left: 0;
  }

  .article-share > span {
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
