@charset "UTF-8";
:root {
  --paper:#f1ebdc;
  --ink:#171612;
  --red:#a43a2b;
  --yellow:#e3cf79;
  --grey:#656057;
  --line:rgba(23,22,18,.28); }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial,Helvetica,sans-serif;
  overflow-x: hidden; }

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode: multiply; }

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

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--ink);
  color: var(--paper);
  padding: 12px;
  z-index: 100; }

.skip-link:focus {
  top: 20px; }

.site-header {
  height: 78px;
  margin: 0 3.7vw;
  border-bottom: 1px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20; }

.wordmark {
  font: 500 clamp(32px, 3vw, 49px)/1 Georgia, serif;
  letter-spacing: -.05em; }

.wordmark span {
  color: var(--red); }

.site-header nav {
  display: flex;
  gap: 38px;
  font-size: 13px; }

.site-header nav a {
  padding: 28px 0 11px;
  position: relative; }

.site-header nav a:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 100%;
  height: 2px;
  background: var(--red);
  transition: .2s; }

.site-header nav a:hover:after, .site-header nav a.active:after {
  right: 0; }

.menu-button {
  display: none;
  border: 0;
  background: none;
  font: 600 10px monospace;
  text-transform: uppercase;
  letter-spacing: .1em; }

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 8% 48% 44%;
  padding: 28px 3.7vw 42px; }

.folio {
  border-left: 1px solid;
  height: 80%;
  align-self: center;
  position: relative;
  display: flex;
  align-items: center; }

.folio span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font: 700 9px monospace;
  letter-spacing: .18em;
  color: var(--red); }

.folio b {
  position: absolute;
  top: 4%;
  left: 14px;
  font: 400 clamp(110px, 13vw, 205px)/0.8 Georgia;
  color: var(--red); }

.hero-copy {
  padding: 54px 2vw 0 1vw;
  z-index: 2; }

.eyebrow {
  color: var(--red);
  font: 500 11px/1.2 monospace;
  letter-spacing: .06em; }

.hero h1 {
  font: 500 clamp(58px, 5.5vw, 88px)/0.92 Georgia;
  letter-spacing: -.05em;
  margin: 30px 0; }

.hero h1 em, .section-intro h2 em, .author-teaser h2 em {
  color: var(--red);
  font-weight: 400; }

.hero-deck {
  font-size: 18px;
  line-height: 1.45; }

.button {
  display: flex;
  background: var(--red);
  color: #fff9ec;
  width: 260px;
  padding: 18px 22px;
  margin-top: 28px;
  justify-content: space-between;
  text-transform: uppercase;
  font: 600 11px monospace;
  letter-spacing: .08em;
  transition: .2s; }

.button:hover {
  background: var(--ink);
  transform: translateY(-2px); }

.button.dark {
  background: var(--ink);
  width: 230px; }

.hero-visual {
  position: relative;
  min-height: 590px; }

.note {
  position: absolute;
  top: 14px;
  left: 2%;
  width: 56%;
  background: var(--yellow);
  padding: 48px 32px 30px;
  transform: rotate(-1deg);
  box-shadow: 0 9px 20px #44351d20;
  font: 600 12px/1.6 monospace;
  letter-spacing: .1em;
  z-index: 2; }

.annotation {
  position: absolute;
  font: italic 15px/1.2 Georgia;
  transform: rotate(-8deg); }

.annotation-a {
  right: 10%;
  top: 80px; }

.annotation-b {
  right: -1%;
  top: 180px; }

.chart {
  position: absolute;
  left: 5%;
  right: 3%;
  bottom: 30px;
  height: 52%;
  border-left: 1px solid;
  border-bottom: 1px solid;
  background-image: linear-gradient(#1716121c 1px, transparent 1px), linear-gradient(90deg, #1716121c 1px, transparent 1px);
  background-size: 100% 25%,12.5% 100%; }

.bars {
  position: absolute;
  inset: 7% 2% 0 7%;
  display: flex;
  align-items: end;
  gap: 4%; }

.bars i {
  flex: 1;
  background: var(--ink);
  opacity: .82; }

.bars i:nth-child(1) {
  height: 18%; }

.bars i:nth-child(2) {
  height: 35%; }

.bars i:nth-child(3) {
  height: 72%; }

.bars i:nth-child(4) {
  height: 48%; }

.bars i:nth-child(5) {
  height: 92%; }

.bars i:nth-child(6) {
  height: 58%; }

.bars i:nth-child(7) {
  height: 81%; }

.bars i:nth-child(8) {
  height: 43%; }

.chart svg {
  position: absolute;
  inset: 5% 0 0 7%;
  width: 93%;
  height: 90%;
  overflow: visible; }

.chart polyline {
  fill: none;
  stroke: var(--red);
  stroke-width: 2; }

.home-section, .manifesto-teaser, .author-teaser, .page-shell {
  padding: 95px 4.2vw;
  border-top: 1px solid var(--line); }

.section-label {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  font: 600 9px monospace;
  letter-spacing: .13em; }

.section-label a {
  color: var(--red); }

.post-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr; }

.post-card {
  border-right: 1px solid var(--line);
  padding: 26px; }

.post-card:last-child {
  border-right: 0; }

.post-card.featured {
  display: grid;
  grid-template-columns: 48% 52%;
  padding-left: 0; }

.abstract-art {
  height: 280px;
  position: relative;
  overflow: hidden;
  background-color: #e8dfca;
  background-image: linear-gradient(#17161218 1px, transparent 1px), linear-gradient(90deg, #17161218 1px, transparent 1px);
  background-size: 28px 28px; }

.abstract-art i {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--red);
  left: 22%;
  top: 0; }

.abstract-art b {
  position: absolute;
  width: 130%;
  height: 100%;
  border-radius: 50%;
  border: 65px solid var(--ink);
  left: -65%;
  top: 35%;
  opacity: .88; }

.abstract-art span {
  position: absolute;
  right: 12%;
  bottom: 15%;
  width: 9px;
  height: 9px;
  background: var(--ink);
  border-radius: 50%;
  box-shadow: -35px 25px var(--ink), -70px 50px var(--ink), -105px 70px var(--ink); }

.post-body {
  padding: 8px 5px 0 28px; }

.post-card:not(.featured) .post-body {
  padding-top: 25px; }

.meta {
  font: 600 8px/1.5 monospace !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--grey); }

.post-card h2, .article-index h2 {
  font: 500 clamp(27px, 2.4vw, 39px)/1.06 Georgia;
  margin: 20px 0 12px; }

.post-card p:not(.meta) {
  font: 14px/1.5 Georgia;
  color: var(--grey); }

.read-link, .manifesto-teaser a, .author-teaser a {
  display: inline-block;
  color: var(--red);
  border-bottom: 1px solid;
  margin-top: 16px;
  padding-bottom: 4px;
  text-transform: uppercase;
  font: 600 9px monospace;
  letter-spacing: .08em; }

.lab-preview {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 7%; }

.section-intro h2, .author-teaser h2 {
  font: 500 clamp(50px, 5vw, 76px)/0.94 Georgia;
  margin: 24px 0 30px;
  letter-spacing: -.04em; }

.section-intro > p:last-child {
  max-width: 410px;
  font: 17px/1.55 Georgia;
  color: var(--grey); }

.investigation-list {
  padding-right: 5vw; }

.investigation-list article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-top: 1px solid; }

.investigation-list article > b {
  font: italic 22px Georgia;
  color: var(--red); }

.investigation-list h3 {
  font: 500 33px/1.05 Georgia;
  margin: 10px 0; }

.investigation-list article p:not(.meta) {
  font: 14px/1.5 Georgia;
  color: var(--grey); }

.investigation-list article span {
  font: 600 8px monospace;
  letter-spacing: .1em; }

.manifesto-teaser {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: 55% 38%;
  gap: 7%; }

.manifesto-teaser > div:first-child > span {
  font: 600 9px monospace;
  color: var(--yellow);
  letter-spacing: .14em; }

.manifesto-teaser h2 {
  font: 500 clamp(53px, 6vw, 91px)/0.94 Georgia;
  margin: 35px 0;
  letter-spacing: -.04em; }

.manifesto-teaser > div:last-child {
  padding-top: 70px; }

.manifesto-teaser p {
  font: 16px/1.65 Georgia;
  color: #c9bfaf; }

.manifesto-teaser .lead {
  font-size: 24px;
  color: var(--paper);
  border-left: 2px solid var(--red);
  padding-left: 22px; }

.manifesto-teaser a {
  color: var(--yellow); }

.author-teaser {
  display: grid;
  grid-template-columns: 40% 52%;
  gap: 8%;
  background: #dfca75; }

.author-mark {
  min-height: 430px;
  background: var(--red);
  color: var(--paper);
  display: grid;
  place-items: center;
  font: italic 100px Georgia;
  transform: rotate(-1deg);
  box-shadow: 12px 14px 0 var(--ink); }

.author-teaser > div:last-child {
  align-self: center; }

.author-teaser > div:last-child > p:not(.eyebrow) {
  font: 18px/1.6 Georgia;
  max-width: 600px; }

.site-footer {
  background: var(--red);
  color: var(--paper);
  padding: 80px 4.2vw 28px; }

.footer-wordmark {
  font: 500 clamp(70px, 12vw, 180px)/0.8 Georgia;
  letter-spacing: -.06em; }

.site-footer > p {
  font: italic 24px Georgia;
  margin: 35px 0 80px;
  color: var(--yellow); }

.footer-meta {
  border-top: 1px solid #f1ebdc70;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  font: 600 8px monospace;
  letter-spacing: .1em;
  text-transform: uppercase; }

.page-shell {
  max-width: 1220px;
  margin: auto; }

.page-header {
  padding: 35px 0 70px;
  border-bottom: 1px solid; }

.page-header h1 {
  font: 500 clamp(60px, 8vw, 120px)/0.9 Georgia;
  letter-spacing: -.055em;
  margin: 25px 0; }

.page-description {
  font: 21px/1.5 Georgia;
  max-width: 750px;
  color: var(--grey); }

.prose {
  max-width: 850px;
  margin: 70px auto;
  font: 18px/1.72 Georgia; }

.prose h2 {
  font: 500 48px/1.05 Georgia;
  margin: 70px 0 22px;
  letter-spacing: -.025em; }

.prose h3 {
  font: 500 28px/1.15 Georgia;
  margin: 40px 0 12px; }

.prose a {
  color: var(--red);
  border-bottom: 1px solid; }

.prose blockquote {
  margin: 45px 0;
  padding: 20px 28px;
  border-left: 4px solid var(--red);
  background: #e6d6b8;
  font-size: 25px;
  line-height: 1.4; }

.prose code {
  font: 14px monospace;
  background: #e3d8c4;
  padding: 3px 7px; }

.article-index article, .project-dossier {
  padding: 35px 0;
  border-bottom: 1px solid; }

.article-index h2 {
  font-size: 42px; }

.project-dossier {
  position: relative; }

.dossier-number {
  float: right;
  font: italic 80px Georgia;
  color: var(--red); }

.project-dossier h2 {
  max-width: 690px; }

.site-footer a:focus, .site-header a:focus, .button:focus {
  outline: 3px solid var(--yellow);
  outline-offset: 4px; }

@media (max-width: 950px) {
  .site-header nav {
    gap: 18px; }

  .hero {
    grid-template-columns: 8% 92%; }

  .hero-visual {
    grid-column: 2;
    min-height: 520px; }

  .post-grid {
    grid-template-columns: 1fr; }

  .post-card {
    border-right: 0;
    border-bottom: 1px solid; }

  .post-card.featured {
    grid-template-columns: 1fr 1fr; }

  .lab-preview, .manifesto-teaser, .author-teaser {
    grid-template-columns: 1fr;
    gap: 55px; }

  .manifesto-teaser > div:last-child {
    padding-top: 0; }

  .author-mark {
    max-width: 580px; } }
@media (max-width: 680px) {
  .site-header {
    height: 68px; }

  .wordmark {
    font-size: 31px; }

  .menu-button {
    display: block; }

  .site-header nav {
    display: none;
    position: absolute;
    top: 68px;
    left: -3.7vw;
    right: -3.7vw;
    background: var(--paper);
    padding: 20px 4vw;
    border-bottom: 1px solid;
    flex-direction: column;
    gap: 0; }

  .site-header nav.open {
    display: flex; }

  .site-header nav a {
    padding: 12px; }

  .hero {
    display: block;
    padding: 35px 22px 55px; }

  .folio {
    display: none; }

  .hero-copy {
    padding: 0; }

  .hero h1 {
    font-size: 51px; }

  .hero-visual {
    min-height: 460px;
    margin-top: 40px; }

  .note {
    width: 74%;
    padding: 35px 22px 22px; }

  .annotation {
    display: none; }

  .chart {
    left: 0;
    right: 0;
    height: 55%; }

  .home-section, .manifesto-teaser, .author-teaser, .page-shell {
    padding: 65px 22px; }

  .post-card.featured {
    grid-template-columns: 1fr; }

  .post-card {
    padding: 24px 0; }

  .post-body {
    padding: 22px 0 0; }

  .abstract-art {
    height: 250px; }

  .investigation-list {
    padding: 0; }

  .manifesto-teaser h2 {
    font-size: 51px; }

  .author-teaser h2 {
    font-size: 48px; }

  .author-mark {
    min-height: 340px;
    font-size: 75px; }

  .site-footer {
    padding: 65px 22px 25px; }

  .footer-wordmark {
    font-size: 60px; }

  .footer-meta {
    grid-template-columns: 1fr;
    gap: 12px; }

  .page-header h1 {
    font-size: 60px; }

  .prose {
    font-size: 17px;
    margin-top: 45px; }

  .prose h2 {
    font-size: 38px; }

  .dossier-number {
    font-size: 55px; } }
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important; } }
.post-navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  border-top: 1px solid;
  padding-top: 25px;
  margin-top: 60px;
  font: 600 9px monospace;
  text-transform: uppercase; }

.post-navigation a:last-child {
  text-align: right; }

.prose img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 42px auto 12px;
  border: 1px solid var(--line); }

.prose .table-wrap {
  overflow-x: auto;
  margin: 30px 0; }

.prose table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font: 15px/1.45 Arial,Helvetica,sans-serif; }

.prose th, .prose td {
  padding: 13px 15px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top; }

.prose th {
  font: 700 10px monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--grey); }

.prose pre {
  overflow-x: auto;
  padding: 20px;
  background: #e3d8c4;
  font: 14px/1.55 monospace; }

/* ComuniDados — foundation */
.hero-opening .hero-deck {
  max-width: 570px; }

.question-art {
  position: absolute;
  left: 5%;
  right: 3%;
  bottom: 28px;
  height: 53%;
  border-left: 1px solid;
  border-bottom: 1px solid;
  background-image: linear-gradient(#1716121c 1px, transparent 1px), linear-gradient(90deg, #1716121c 1px, transparent 1px);
  background-size: 100% 25%,12.5% 100%;
  overflow: hidden; }

.question-art > span {
  position: absolute;
  left: 44%;
  top: 5%;
  font: italic clamp(145px, 16vw, 235px)/1 Georgia;
  color: var(--ink);
  transform: rotate(4deg); }

.question-art i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  bottom: 16%; }

.question-art i:nth-of-type(1) {
  left: 18%;
  box-shadow: 36px -25px var(--ink), 72px -8px var(--ink), 108px -58px var(--ink); }

.question-art i:nth-of-type(2) {
  right: 23%;
  box-shadow: -38px 20px var(--ink), 38px -30px var(--ink); }

.question-art i:nth-of-type(3) {
  right: 8%;
  bottom: 50%; }

.publication-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.publication-card {
  min-width: 0;
  border-bottom: 1px solid var(--line); }

.publication-card:first-child {
  border-right: 1px solid var(--line); }

.publication-number {
  min-height: 260px;
  display: grid;
  place-items: center;
  background-color: #e8dfca;
  background-image: linear-gradient(#17161218 1px, transparent 1px), linear-gradient(90deg, #17161218 1px, transparent 1px);
  background-size: 30px 30px;
  color: var(--red);
  font: italic clamp(100px, 12vw, 180px)/1 Georgia; }

.publication-forecast .publication-number {
  background-color: var(--yellow);
  color: var(--ink); }

.publication-copy {
  padding: 42px clamp(25px, 4vw, 65px) 55px; }

.publication-copy h2 {
  font: 500 clamp(36px, 4vw, 58px)/1 Georgia;
  letter-spacing: -.04em;
  margin: 20px 0; }

.publication-copy > p:not(.meta) {
  max-width: 620px;
  font: 17px/1.55 Georgia;
  color: var(--grey); }

.ecosystem {
  display: grid;
  grid-template-columns: 38% 57%;
  gap: 5%; }

.ecosystem-flow {
  list-style: none;
  margin: 0;
  padding: 0; }

.ecosystem-flow li {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 24px;
  padding: 29px 0;
  border-top: 1px solid var(--line); }

.ecosystem-flow li > b {
  grid-row: 1/5;
  color: var(--red);
  font: italic 24px Georgia; }

.ecosystem-flow h3 {
  font: 500 clamp(27px, 3vw, 39px)/1.05 Georgia;
  margin: 7px 0 11px; }

.ecosystem-flow li > p:last-child {
  max-width: 610px;
  margin: 0;
  color: var(--grey);
  font: 15px/1.55 Georgia; }

.laboratory-feature {
  display: grid;
  grid-template-columns: 35% 1fr;
  border-bottom: 1px solid var(--line); }

.lab-mark {
  min-height: 430px;
  display: grid;
  place-content: center;
  background: var(--red);
  color: var(--paper);
  font: italic clamp(110px, 14vw, 200px)/0.62 Georgia;
  text-align: center; }

.lab-mark span {
  font: 600 23px/1 monospace;
  letter-spacing: .25em;
  color: var(--yellow); }

.laboratory-feature article {
  align-self: center;
  padding: 55px clamp(35px, 7vw, 110px); }

.laboratory-feature h2, .empty-state h2 {
  max-width: 720px;
  font: 500 clamp(38px, 4.5vw, 67px)/0.98 Georgia;
  letter-spacing: -.04em;
  margin: 24px 0; }

.laboratory-feature article > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--grey);
  font: 18px/1.55 Georgia; }

.empty-state {
  max-width: 930px;
  margin: 45px 0 100px;
  padding: 55px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.12); }

.empty-state p:not(.eyebrow) {
  max-width: 740px;
  font: 18px/1.65 Georgia;
  color: var(--grey); }

.empty-state a {
  color: var(--red);
  border-bottom: 1px solid; }

@media (max-width: 950px) {
  .ecosystem {
    grid-template-columns: 1fr;
    gap: 45px; } }
@media (max-width: 680px) {
  .publication-grid, .laboratory-feature {
    grid-template-columns: 1fr; }

  .publication-card:first-child {
    border-right: 0; }

  .publication-number {
    min-height: 210px; }

  .publication-copy {
    padding: 36px 0 48px; }

  .lab-mark {
    min-height: 300px; }

  .laboratory-feature article {
    padding: 45px 0; }

  .empty-state {
    padding: 30px 22px;
    margin-bottom: 45px; }

  .question-art > span {
    font-size: 170px; } }
/* Review adjustments: hierarchy, accessibility and document space */
.meta {
  font-size: 10px !important; }

.section-label, .read-link, .manifesto-teaser a, .author-teaser a {
  font-size: 10px; }

.hero {
  min-height: 680px; }

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

.workbench-layer {
  grid-column: 2;
  margin-top: 8px;
  padding: 22px 26px;
  border-left: 3px solid var(--red);
  background: rgba(255, 255, 255, 0.16); }

.workbench-layer p:last-child {
  margin: 5px 0 0;
  max-width: 680px;
  font: 15px/1.5 Georgia;
  color: var(--grey); }

.workbench-layer a {
  color: var(--red);
  border-bottom: 1px solid; }

.document-cover {
  position: relative;
  margin: 20px 0 60px;
  padding: clamp(36px, 6vw, 75px);
  border: 1px solid var(--line);
  border-left: 8px solid var(--red);
  background: #f8f3e8;
  box-shadow: 13px 15px 0 rgba(23, 22, 18, 0.12); }

.document-cover h2 {
  max-width: 700px;
  margin: 22px 0;
  font: 500 clamp(42px, 5vw, 70px)/0.98 Georgia;
  letter-spacing: -.04em; }

.document-cover > p:not(.eyebrow, .document-note) {
  max-width: 690px;
  font: 18px/1.6 Georgia;
  color: var(--grey); }

.document-stamp {
  display: inline-block;
  float: right;
  padding: 9px 12px;
  border: 1px solid var(--red);
  color: var(--red);
  font: 700 10px monospace;
  letter-spacing: .09em; }

.document-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 45px 0 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); }

.document-meta div {
  padding: 18px 20px;
  border-right: 1px solid var(--line); }

.document-meta div:last-child {
  border-right: 0; }

.document-meta dt {
  font: 700 9px monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--grey); }

.document-meta dd {
  margin: 7px 0 0;
  font: 16px Georgia; }

.document-note {
  font: 12px/1.6 monospace;
  color: var(--grey); }

.document-followup {
  max-width: 690px;
  margin: 0 auto 70px;
  font: 18px/1.6 Georgia;
  color: var(--grey); }

.document-followup a {
  color: var(--red);
  border-bottom: 1px solid var(--red); }

a:focus-visible, button:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px; }

.manifesto-teaser a:focus-visible, .site-footer a:focus-visible {
  outline-color: var(--yellow); }

@media (max-width: 950px) {
  .hero {
    min-height: auto; }

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

  .workbench-layer {
    grid-column: 1; } }
@media (max-width: 680px) {
  .hero-visual {
    min-height: 410px; }

  .document-stamp {
    float: none;
    margin-bottom: 25px; }

  .document-meta {
    grid-template-columns: 1fr 1fr; }

  .document-meta div:nth-child(2) {
    border-right: 0; }

  .document-meta div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line); }

  .document-followup {
    font-size: 17px;
    margin-bottom: 50px; } }
/* Forecast 101 — leitura técnica */
.prose pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 20px 22px;
  background: #e3d8c4;
  border-left: 3px solid var(--red);
  font: 14px/1.6 monospace; }

.prose pre code {
  padding: 0;
  background: transparent; }

.prose table {
  width: 100%;
  margin: 30px 0 45px;
  border-collapse: collapse;
  font: 15px/1.45 Arial,Helvetica,sans-serif; }

.prose th, .prose td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top; }

.prose th {
  font: 700 10px monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--red); }

.article-figure {
  margin: 55px calc(50% - 50vw);
  padding: 40px max(4.2vw, calc((100vw - 1050px)/2));
  background: #e8dfca;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); }

.article-figure img {
  display: block;
  width: 100%;
  height: auto; }

.article-figure figcaption {
  margin-top: 16px;
  font: 12px/1.5 monospace;
  color: var(--grey); }

.manifesto-lead {
  margin: 0 0 55px;
  padding: 28px 32px;
  background: var(--yellow);
  border-left: 4px solid var(--red);
  font: 600 clamp(25px, 3vw, 40px)/1.2 monospace !important;
  letter-spacing: -.03em;
  color: var(--ink) !important; }

.lab-status {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font: 700 10px/1.4 monospace;
  letter-spacing: .1em;
  color: var(--red); }

.post-laboratory {
  max-width: 850px;
  margin: 20px auto 55px;
  padding: 28px 32px;
  border-left: 4px solid var(--red);
  background: #e8dfca; }

.post-laboratory p {
  margin: 6px 0;
  font: 17px/1.5 Georgia;
  color: var(--grey); }

mjx-container[jax="SVG"][display="true"] {
  max-width: 100%;
  margin: 38px 0 !important;
  padding: 18px 0;
  overflow-x: auto;
  overflow-y: hidden; }

mjx-container[jax="SVG"] svg {
  min-width: 0; }
