/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --blue: #08733f;
  --blue-deep: #034d2a;
  --blue-bright: #13a05a;
  --green: #08733f;
  --green-deep: #034d2a;
  --yellow: #ffd400;
  --cream: #f6f4e9;
  --paper: #fffef8;
  --ink: #071f16;
  --muted: #5d6677;
  --line: #071f1626;
  --max: 1240px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 122px;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
img {
  max-width: 100%;
  display: block;
}
::selection {
  background: var(--yellow);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}
.skip-link {
  background: var(--yellow);
  color: var(--ink);
  z-index: 2000;
  padding: 10px 16px;
  font-weight: 800;
  position: fixed;
  top: -80px;
  left: 16px;
}
.skip-link:focus {
  top: 16px;
}
.legal-bar {
  background: var(--blue-deep);
  color: #fff;
  letter-spacing: 0.14em;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}
.site-header {
  border-bottom: 1px solid var(--line);
  min-height: 88px;
  padding: 10px max(24px, calc((100vw - var(--max)) / 2));
  z-index: 100;
  background: #fffef8f5;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  display: grid;
  position: sticky;
  top: 0;
}
.brand-link {
  width: 175px;
  display: block;
}
.site-header nav {
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  display: flex;
}
.site-header nav a {
  letter-spacing: -0.01em;
  font-size: 15px;
  font-weight: 800;
  position: relative;
}
.site-header nav a:after {
  background: var(--green);
  content: "";
  transform-origin: 0;
  width: 100%;
  height: 3px;
  transition: transform 0.18s;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scaleX(0);
}
.site-header nav a:hover:after {
  transform: scaleX(1);
}
.header-cta {
  background: var(--green);
  color: #fff;
  letter-spacing: 0.02em;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 46px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  transition:
    background 0.18s,
    transform 0.18s;
  display: inline-flex;
}
.header-cta:hover {
  background: var(--blue);
  transform: translateY(-2px);
}
.hero {
  background: var(--blue);
  color: #fff;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.94fr);
  min-height: calc(100svh - 116px);
  display: grid;
  overflow: hidden;
}
.hero-copy {
  padding: clamp(62px, 7vw, 110px) max(44px, calc((100vw - var(--max)) / 2))
    56px;
  z-index: 2;
  align-content: center;
  padding-right: clamp(36px, 5vw, 76px);
  display: grid;
  position: relative;
}
.eyebrow {
  color: inherit;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 800;
}
.eyebrow:before {
  content: "";
  background: currentColor;
  width: 28px;
  height: 3px;
  margin: 0 12px 3px 0;
  display: inline-block;
}
.eyebrow-green {
  color: var(--green);
}
.eyebrow-yellow {
  color: var(--yellow);
}
.hero h1,
.section-heading h2,
.causes-intro h2,
.story-copy h2,
.join-copy h2 {
  font-family: var(--font-display), Impact, sans-serif;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  line-height: 0.88;
}
.hero h1 {
  max-width: 730px;
  font-size: clamp(58px, 6.6vw, 102px);
}
.hero h1 span {
  color: var(--yellow);
  display: block;
}
.hero-lead {
  max-width: 620px;
  margin: 28px 0 30px;
  font-size: clamp(20px, 1.5vw, 24px);
  line-height: 1.55;
}
.hero-actions,
.modal-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  display: flex;
}
.button {
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 54px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 900;
  transition:
    transform 0.18s,
    box-shadow 0.18s,
    background 0.18s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-3px);
}
.button-yellow {
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--green-deep);
  color: var(--ink);
}
.button-yellow:hover {
  box-shadow: 4px 4px 0 var(--green-deep);
}
.button-blue {
  background: var(--blue);
  box-shadow: 7px 7px 0 var(--yellow);
  color: #fff;
}
.button-blue:hover {
  background: var(--green);
  box-shadow: 4px 4px 0 var(--yellow);
}
.button-text {
  color: inherit;
  text-underline-offset: 6px;
  background: 0 0;
  min-height: 44px;
  padding: 0;
  text-decoration: underline;
}
.text-link {
  border-bottom: 1px solid #fff9;
  padding: 9px 0;
  font-size: 15px;
  font-weight: 800;
}
.ballot {
  border-top: 1px solid #ffffff47;
  grid-template-columns: auto auto 1fr;
  align-items: end;
  max-width: 650px;
  margin-top: clamp(44px, 7vh, 86px);
  padding-top: 16px;
  display: grid;
}
.ballot-word {
  font-family: var(--font-display), sans-serif;
  letter-spacing: 0.32em;
  align-self: center;
  width: 34px;
  font-size: 14px;
  font-weight: 900;
  transform: rotate(-90deg);
}
.ballot strong {
  color: var(--yellow);
  font-family: var(--font-display), Impact, sans-serif;
  letter-spacing: -0.065em;
  font-size: clamp(96px, 10vw, 156px);
  font-weight: 900;
  line-height: 0.72;
}
.ballot-party {
  color: var(--blue);
  font-family: var(--font-display), sans-serif;
  background: #fff;
  place-self: end;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}
.hero-photo {
  min-height: 720px;
  position: relative;
  overflow: hidden;
}
.hero-photo:before {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(90deg, #08733f7a, #0000 30%);
  position: absolute;
  inset: 0;
}
.hero-photo > img {
  object-fit: cover;
  object-position: 52% 28%;
  width: 100%;
  height: 100%;
}
.hero-seal {
  aspect-ratio: 1;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--font-display), sans-serif;
  z-index: 3;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 142px;
  line-height: 0.95;
  display: flex;
  position: absolute;
  bottom: 34px;
  right: 34px;
  transform: rotate(8deg);
}
.hero-seal span {
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 700;
}
.hero-seal strong {
  font-size: 28px;
  font-weight: 900;
}
.hero-color-block {
  z-index: 2;
  height: 14px;
  position: absolute;
  bottom: 0;
}
.hero-color-block.green {
  background: var(--green);
  width: 62%;
  left: 0;
}
.hero-color-block.yellow {
  background: var(--yellow);
  width: 38%;
  right: 0;
}
.trust-strip {
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--font-display), sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: space-around;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 900;
  display: flex;
  overflow: hidden;
}
.trust-strip span {
  align-items: center;
  gap: 34px;
  display: flex;
}
.trust-strip span:after {
  content: "✦";
}
.emendas-section,
.news-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(88px, 10vw, 142px) 24px;
}
.section-heading {
  justify-content: space-between;
  align-items: end;
  display: flex;
}
.section-heading h2,
.causes-intro h2,
.story-copy h2,
.join-copy h2 {
  font-size: clamp(52px, 6vw, 88px);
}
.emendas-heading {
  border-bottom: 2px solid var(--ink);
  gap: 40px;
  padding-bottom: 34px;
}
.emendas-total {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  max-width: 330px;
  display: flex;
}
.emendas-total strong {
  color: var(--blue);
  font-family: var(--font-display), Impact, sans-serif;
  letter-spacing: -0.05em;
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 900;
  line-height: 0.8;
}
.emendas-total span {
  color: var(--muted);
  max-width: 240px;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.emendas-grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.impact-gallery {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 46px 0 54px;
  display: grid;
}
.impact-card {
  background: var(--cream);
  border: 1px solid var(--line);
  flex-direction: column;
  min-width: 0;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: flex;
}
.impact-card:hover {
  box-shadow: 9px 9px 0 var(--yellow);
  transform: translateY(-7px);
}
.impact-photo {
  aspect-ratio: 1.18;
  position: relative;
  overflow: hidden;
}
.impact-photo:after {
  content: "";
  background: linear-gradient(#0000 48%, #032f1bc7);
  position: absolute;
  inset: 0;
}
.impact-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.32s;
}
.impact-card[href="/emendas/#caminho-da-fe"] .impact-photo,
.impact-card[href="/emendas/#saude-equipamentos"] .impact-photo {
  background: var(--green-deep);
}
.impact-card[href="/emendas/#caminho-da-fe"] .impact-photo img,
.impact-card[href="/emendas/#saude-equipamentos"] .impact-photo img {
  object-fit: contain;
}
.impact-card[href="/emendas/#caveiras"] .impact-photo {
  background: #2b1309;
}
.impact-card[href="/emendas/#caveiras"] .impact-photo img {
  object-fit: contain;
}
.impact-card:hover .impact-photo img {
  transform: scale(1.04);
}
.impact-photo strong {
  color: var(--yellow);
  font-family: var(--font-display), Impact, sans-serif;
  z-index: 1;
  font-size: clamp(31px, 3.2vw, 48px);
  line-height: 0.9;
  position: absolute;
  bottom: 16px;
  left: 18px;
}
.impact-copy {
  flex-direction: column;
  flex: 1;
  padding: 24px;
  display: flex;
}
.impact-copy h3 {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 0.98;
}
.impact-copy p {
  color: var(--muted);
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
}
.impact-copy span {
  color: var(--green);
  text-underline-offset: 5px;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
}
.emenda-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 350px;
  padding: 34px 24px;
  transition:
    color 0.22s,
    background 0.22s,
    transform 0.22s;
  position: relative;
}
.emenda-card:first-child {
  border-left: 1px solid var(--line);
}
.emenda-card:after {
  content: "+";
  font-family: var(--font-display), sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: 22px;
  right: 22px;
}
.emenda-card:hover {
  color: #fff;
  transform: translateY(-8px);
}
.emenda-card.blue:hover {
  background: var(--blue);
}
.emenda-card.green:hover {
  background: var(--green);
}
.emenda-card.yellow:hover {
  background: var(--yellow);
  color: var(--ink);
}
.emenda-card.ink:hover {
  background: var(--ink);
}
.emenda-value {
  color: var(--green);
  font-family: var(--font-display), sans-serif;
  margin: 0 0 88px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.emenda-card:hover .emenda-value {
  color: inherit;
}
.emenda-card h3 {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}
.emenda-card > p:last-of-type {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}
.source-line {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 18px 0;
  font-size: 14px;
  display: flex;
}
.source-line p {
  color: var(--muted);
  margin: 0;
}
.source-line a,
.news-heading > a {
  text-underline-offset: 5px;
  white-space: nowrap;
  font-weight: 800;
  text-decoration: underline;
}
.emendas-button {
  margin-top: 36px;
}
.causes-section {
  background: var(--blue-deep);
  color: #fff;
  padding: clamp(90px, 10vw, 140px) max(24px, calc((100vw - var(--max)) / 2));
  grid-template-columns: 0.9fr 1.1fr;
  display: grid;
}
.causes-intro {
  border-right: 1px solid #ffffff3b;
  padding-right: clamp(40px, 6vw, 90px);
}
.causes-intro h2 {
  color: var(--yellow);
  max-width: 470px;
}
.causes-intro > p:last-child {
  max-width: 450px;
  font-size: 18px;
}
.causes-list {
  padding-left: clamp(40px, 6vw, 90px);
}
.causes-list article {
  border-bottom: 1px solid #fff3;
  grid-template-columns: 105px 1fr 1.15fr;
  gap: 20px;
  padding: 30px 0;
  display: grid;
}
.causes-list article:first-child {
  padding-top: 0;
}
.causes-list article > span {
  color: var(--yellow);
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
}
.causes-list h3 {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(27px, 2.5vw, 36px);
  font-weight: 900;
  line-height: 0.95;
}
.causes-list p {
  color: #ffffffc4;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.projects-section {
  background: var(--paper);
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  display: grid;
}
.projects-visual {
  min-height: 850px;
  position: relative;
  overflow: hidden;
}
.projects-visual:after {
  content: "";
  background: linear-gradient(#0000 42%, #032f1bd6);
  position: absolute;
  inset: 0;
}
.projects-visual > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.projects-visual > div {
  color: #fff;
  z-index: 1;
  max-width: 480px;
  position: absolute;
  bottom: 44px;
  left: clamp(24px, 5vw, 70px);
  right: 28px;
}
.projects-visual span {
  color: var(--yellow);
  letter-spacing: 0.14em;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 900;
  display: block;
}
.projects-visual strong {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  font-size: clamp(39px, 4vw, 62px);
  font-weight: 900;
  line-height: 0.92;
}
.projects-copy {
  padding: clamp(78px, 8vw, 122px) max(28px, calc((100vw - var(--max)) / 2));
  align-self: center;
  padding-left: clamp(42px, 6vw, 88px);
}
.projects-copy h2,
.detail-summary h2,
.result-stories-heading h2 {
  color: var(--blue);
  font-family: var(--font-display), Impact, sans-serif;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(52px, 5.7vw, 82px);
  font-weight: 900;
  line-height: 0.88;
}
.projects-lead {
  max-width: 700px;
  font-size: clamp(19px, 1.6vw, 23px);
  font-weight: 700;
  line-height: 1.5;
}
.project-list {
  border-top: 2px solid var(--ink);
  max-width: 760px;
  margin: 38px 0;
}
.project-list > a {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 40px 1fr 30px;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0;
  display: grid;
}
.project-list > a:hover h3 {
  color: var(--green);
}
.project-list > a > span {
  color: var(--green);
  font-family: var(--font-display), sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.project-list h3 {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}
.project-list p {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.story-section {
  background: var(--cream);
  grid-template-columns: 0.88fr 1.12fr;
  min-height: 800px;
  display: grid;
}
.story-photo {
  max-height: 920px;
  position: relative;
  overflow: hidden;
}
.story-photo img {
  object-fit: cover;
  object-position: 50% 32%;
  width: 100%;
  height: 100%;
}
.story-photo p {
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  max-width: 260px;
  margin: 0;
  padding: 16px 18px;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  bottom: 32px;
  left: 28px;
}
.story-copy {
  padding: clamp(70px, 9vw, 130px) max(30px, calc((100vw - var(--max)) / 2));
  align-self: center;
  padding-left: clamp(50px, 7vw, 110px);
}
.story-copy h2 {
  color: var(--blue);
  margin-bottom: 32px;
}
.story-copy > p {
  max-width: 650px;
}
.story-copy .story-lead {
  color: var(--ink);
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.45;
}
.story-copy > p:not(.eyebrow):not(.story-lead) {
  color: #3f4756;
  font-size: 17px;
}
.story-facts {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 650px;
  margin-top: 38px;
  padding-top: 24px;
  display: grid;
}
.story-facts div {
  flex-direction: column;
  display: flex;
}
.story-facts strong {
  color: var(--green);
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 900;
}
.story-facts span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.news-heading {
  align-items: end;
  margin-bottom: 38px;
}
.news-heading h2 {
  color: var(--blue);
}
.news-heading > a {
  font-size: 15px;
}
.news-grid {
  border-top: 2px solid var(--ink);
}
.news-card {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 185px 1fr 48px;
  align-items: center;
  gap: 30px;
  min-height: 150px;
  padding: 24px 0;
  transition:
    background 0.18s,
    padding 0.18s;
  display: grid;
}
.news-card:hover {
  background: var(--cream);
  padding-left: 20px;
  padding-right: 20px;
}
.news-card > div {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.news-card > div span:first-child {
  font-family: var(--font-display), sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.news-card > div span:last-child {
  color: var(--green);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
.news-card h3 {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  max-width: 840px;
  margin: 0;
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 800;
  line-height: 1.05;
}
.news-arrow {
  border: 1px solid var(--line);
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 20px;
  transition:
    background 0.18s,
    color 0.18s;
  display: grid;
}
.news-card:hover .news-arrow {
  background: var(--green);
  color: #fff;
}
.news-slider {
  background: var(--green-deep);
  border: 1px solid var(--line);
  box-shadow: 10px 10px 0 var(--yellow);
  min-height: clamp(460px, 44vw, 620px);
  position: relative;
  overflow: hidden;
}
.news-slides,
.news-slide {
  position: absolute;
  inset: 0;
}
.news-slide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.018);
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease,
    transform 0.7s ease;
}
.news-slide.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  z-index: 1;
}
.news-slide:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: -7px;
}
.news-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.45s ease;
}
.news-slide.active:hover img {
  transform: scale(1.025);
}
.news-slide:after {
  content: "";
  background: linear-gradient(180deg, #001d1024 18%, #001d107d 54%, #001d10f2 100%);
  position: absolute;
  inset: 0;
}
.news-slide-content {
  color: #fff;
  text-align: center;
  z-index: 2;
  max-width: 1040px;
  padding: 42px 88px 58px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.news-slide-meta {
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  display: flex;
}
.news-slide-meta span:first-child {
  background: var(--green);
  color: #fff;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 6px 9px 5px;
  font-size: 11px;
  font-weight: 900;
}
.news-slide-meta span:last-child {
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}
.news-slide h3 {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 3px 18px #001d10a8;
  margin: 0 auto;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 900;
  line-height: 0.96;
}
.news-slide-content > strong {
  color: var(--yellow);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 900;
  display: inline-block;
}
.news-slider-arrow {
  background: #003f29d9;
  color: #fff;
  border: 2px solid #fff;
  z-index: 3;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  font-size: 42px;
  line-height: 1;
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s;
  display: grid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.news-slider-arrow:hover,
.news-slider-arrow:focus-visible {
  background: var(--yellow);
  color: var(--green-deep);
  border-color: var(--yellow);
  outline: none;
}
.news-slider-arrow.prev {
  left: 22px;
}
.news-slider-arrow.next {
  right: 22px;
}
.news-dots {
  z-index: 3;
  justify-content: center;
  gap: 7px;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  display: flex;
}
.news-dots button {
  background: #ffffff85;
  border: 0;
  width: 34px;
  height: 4px;
  padding: 0;
  transition:
    background 0.18s,
    width 0.18s;
  cursor: pointer;
}
.news-dots button.active {
  background: var(--yellow);
  width: 54px;
}
.news-dots button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.join-section {
  background: var(--green);
  color: #fff;
  padding: clamp(84px, 9vw, 130px) max(24px, calc((100vw - var(--max)) / 2));
  grid-template-columns: 1fr 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}
.join-section:before {
  content: "";
  border: 1px solid #ffffff38;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  top: -160px;
  right: -110px;
}
.join-copy {
  z-index: 1;
  position: relative;
}
.join-copy p:not(.eyebrow) {
  max-width: 570px;
  margin: 24px 0 32px;
  font-size: 20px;
}
.join-vote {
  text-align: right;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}
.join-vote > span {
  font-family: var(--font-display), sans-serif;
  letter-spacing: 0.36em;
  font-size: 16px;
  font-weight: 900;
}
.join-vote strong {
  color: var(--yellow);
  font-family: var(--font-display), Impact, sans-serif;
  letter-spacing: -0.07em;
  font-size: clamp(120px, 15vw, 218px);
  font-weight: 900;
  line-height: 0.7;
}
.join-vote small {
  letter-spacing: 0.12em;
  margin-top: 28px;
  font-size: 10px;
  font-weight: 800;
}
footer {
  background: var(--ink);
  color: #fff;
  padding: 72px max(24px, calc((100vw - var(--max)) / 2)) 24px;
}
.footer-main {
  grid-template-columns: 1.6fr 0.7fr 0.8fr;
  gap: 40px;
  padding-bottom: 54px;
  display: grid;
}
.footer-brand img {
  width: 240px;
}
.footer-brand > p {
  color: #ffffff9e;
  margin-top: 20px;
  font-size: 15px;
}
.footer-links {
  flex-direction: column;
  gap: 9px;
  font-size: 15px;
  display: flex;
}
.footer-links > p {
  color: var(--yellow);
  letter-spacing: 0.16em;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
}
.footer-links a:hover {
  color: var(--yellow);
}
.footer-legal {
  color: #ffffff94;
  letter-spacing: 0.05em;
  border-top: 1px solid #ffffff2b;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  font-size: 12px;
  display: flex;
}
.footer-legal p {
  margin: 0;
}
.news-archive-page,
.article-page,
.error-page {
  background: var(--paper);
  min-height: 70svh;
}
.news-archive-hero {
  background: var(--green-deep);
  color: #fff;
  padding: clamp(86px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2));
  position: relative;
  overflow: hidden;
}
.news-archive-hero:after {
  content: "NOTÍCIAS";
  color: #ffffff0b;
  font-family: var(--font-display), sans-serif;
  white-space: nowrap;
  font-size: clamp(150px, 25vw, 370px);
  font-weight: 900;
  line-height: 0.7;
  position: absolute;
  right: -24px;
  bottom: -18px;
}
.news-archive-hero > div {
  z-index: 1;
  max-width: 900px;
  position: relative;
}
.news-archive-hero h1 {
  font-family: var(--font-display), Impact, sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 14px 0 20px;
  font-size: clamp(64px, 9vw, 132px);
  font-weight: 900;
  line-height: 0.84;
}
.news-archive-hero p:last-child {
  color: #ffffffc2;
  max-width: 620px;
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}
.news-archive-content {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 112px) 24px;
}
.news-archive-intro {
  border-bottom: 2px solid var(--ink);
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 36px;
  padding-bottom: 22px;
  display: flex;
}
.news-archive-intro h2 {
  font-family: var(--font-display), Impact, sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.92;
}
.news-archive-intro span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}
.news-archive-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 20px;
  display: grid;
}
.news-archive-card {
  background: #fff;
  border: 1px solid var(--line);
  min-height: 100%;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.news-archive-card:hover {
  box-shadow: 8px 8px 0 var(--yellow);
  transform: translateY(-5px);
}
.news-archive-card:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 3px;
}
.news-archive-card img {
  aspect-ratio: 1.3;
  object-fit: cover;
  width: 100%;
}
.news-archive-card > div {
  flex-direction: column;
  flex: 1;
  padding: 24px;
  display: flex;
}
.news-archive-card-meta {
  color: var(--green);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  font-weight: 900;
  display: flex;
}
.news-archive-card h2 {
  font-family: var(--font-display), Impact, sans-serif;
  text-transform: uppercase;
  margin: 18px 0 14px;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 900;
  line-height: 0.98;
}
.news-archive-card p {
  color: var(--muted);
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.55;
}
.news-archive-card strong {
  color: var(--green);
  text-transform: uppercase;
  margin-top: auto;
  font-size: 11px;
}
.article-hero {
  background: var(--green-deep);
  color: #fff;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  min-height: 690px;
  display: grid;
}
.article-hero-copy {
  justify-content: center;
  min-width: 0;
  padding: clamp(72px, 8vw, 124px) max(28px, calc((100vw - var(--max)) / 2));
  padding-right: clamp(42px, 6vw, 92px);
  display: flex;
  flex-direction: column;
}
.article-hero-copy .eyebrow {
  color: var(--yellow);
}
.article-hero-copy h1 {
  font-family: var(--font-display), Impact, sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
  margin: 22px 0 26px;
  font-size: clamp(44px, 4.3vw, 70px);
  font-weight: 900;
  line-height: 0.91;
}
.article-meta {
  color: #ffffffb5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
}
.article-meta span:first-child {
  background: var(--yellow);
  color: var(--green-deep);
  padding: 7px 9px 6px;
}
.article-hero-photo {
  min-width: 0;
  min-height: 620px;
  position: relative;
  overflow: hidden;
}
.article-hero-photo:after {
  content: "";
  background: linear-gradient(90deg, #0034215c, #00342100 36%);
  position: absolute;
  inset: 0;
}
.article-hero-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-body-shell {
  grid-template-columns: minmax(0, 780px) 260px;
  justify-content: center;
  gap: clamp(44px, 7vw, 100px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(68px, 8vw, 110px) 24px;
  display: grid;
}
.article-content {
  color: #26332e;
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.82;
}
.article-content > p:first-child {
  color: var(--ink);
  font-size: clamp(21px, 2.1vw, 28px);
  font-weight: 750;
  line-height: 1.45;
}
.article-content p {
  margin: 0 0 24px;
}
.article-content h2,
.article-content h3 {
  color: var(--ink);
  font-family: var(--font-display), Impact, sans-serif;
  text-transform: uppercase;
  margin: 42px 0 18px;
  font-weight: 900;
  line-height: 1;
}
.article-content h2 {
  font-size: 42px;
}
.article-content h3 {
  font-size: 32px;
}
.article-content a {
  color: var(--green);
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  font-weight: 800;
}
.article-content blockquote {
  border-left: 7px solid var(--yellow);
  color: var(--green-deep);
  margin: 38px 0;
  padding: 6px 0 6px 25px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}
.article-aside {
  align-self: start;
  border-top: 4px solid var(--green);
  position: sticky;
  top: 130px;
}
.article-aside a {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  font-size: 13px;
  font-weight: 850;
  display: block;
}
.article-aside a:hover {
  color: var(--green);
}
.article-aside p {
  color: var(--green);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 22px 0 4px;
  font-size: 10px;
  font-weight: 900;
}
.article-recovered-note {
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--muted);
  margin-top: 42px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 1.55;
}
.recovered-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
  display: grid;
}
.recovered-gallery img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.error-page {
  place-items: center;
  min-height: 72svh;
  padding: 70px 24px;
  display: grid;
}
.error-card {
  text-align: center;
  max-width: 760px;
}
.error-card strong {
  color: var(--yellow);
  font-family: var(--font-display), sans-serif;
  text-shadow: 4px 4px 0 var(--green-deep);
  font-size: clamp(130px, 22vw, 280px);
  line-height: 0.65;
}
.error-card h1 {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  margin: 38px 0 14px;
  font-size: clamp(44px, 7vw, 76px);
  line-height: 0.9;
}
.error-card p {
  color: var(--muted);
  margin: 0 auto 30px;
  font-size: 18px;
}
.detail-page {
  background: var(--paper);
}
.detail-hero {
  background: var(--blue);
  color: #fff;
  grid-template-columns: 1.04fr 0.96fr;
  min-height: 720px;
  display: grid;
  overflow: hidden;
}
.detail-hero > div:first-child {
  padding: clamp(70px, 8vw, 120px) max(40px, calc((100vw - var(--max)) / 2));
  align-content: center;
  padding-right: clamp(40px, 6vw, 88px);
  display: grid;
}
.detail-hero h1 {
  font-family: var(--font-display), Impact, sans-serif;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  max-width: 790px;
  margin: 0;
  font-size: clamp(60px, 7vw, 106px);
  font-weight: 900;
  line-height: 0.85;
}
.detail-hero > div:first-child > p:not(.eyebrow) {
  max-width: 680px;
  margin: 30px 0 34px;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.5;
}
.detail-hero .button {
  justify-self: start;
}
.detail-hero-photo {
  min-height: 720px;
  position: relative;
  overflow: hidden;
}
.detail-hero-photo:after {
  content: "";
  background: linear-gradient(#0000 55%, #032f1bb8);
  position: absolute;
  inset: 0;
}
.detail-hero-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.detail-hero-photo span {
  color: var(--yellow);
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  z-index: 1;
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 900;
  line-height: 0.9;
  position: absolute;
  bottom: 34px;
  left: 30px;
  right: 30px;
}
.detail-summary {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(88px, 10vw, 142px) 24px;
}
.detail-summary-lead {
  max-width: 760px;
}
.detail-total {
  border-bottom: 2px solid var(--ink);
  justify-content: space-between;
  align-items: end;
  gap: 36px;
  margin-top: 48px;
  padding-bottom: 30px;
  display: flex;
}
.detail-total strong {
  color: var(--green);
  font-family: var(--font-display), sans-serif;
  letter-spacing: -0.04em;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 900;
  line-height: 0.8;
}
.detail-total span {
  color: var(--muted);
  text-align: right;
  max-width: 250px;
  font-size: 16px;
  font-weight: 800;
}
.category-grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.category-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 280px;
  padding: 30px 22px;
}
.category-grid article:first-child {
  border-left: 1px solid var(--line);
}
.category-grid span {
  color: var(--green);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  min-height: 44px;
  font-size: 13px;
  font-weight: 900;
  display: block;
}
.category-grid strong {
  font-family: var(--font-display), sans-serif;
  margin: 20px 0 66px;
  font-size: clamp(28px, 2.7vw, 39px);
  line-height: 0.95;
  display: block;
}
.category-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.detail-disclaimer {
  color: var(--muted);
  margin: 22px 0 0;
  font-size: 14px;
}
.result-stories {
  background: var(--blue-deep);
  color: #fff;
  padding: clamp(88px, 10vw, 142px) max(24px, calc((100vw - var(--max)) / 2));
}
.result-stories-heading {
  max-width: 850px;
}
.result-stories-heading h2 {
  color: #fff;
}
.result-story {
  border-top: 1px solid #ffffff42;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: clamp(34px, 6vw, 84px);
  margin-top: 66px;
  padding-top: 66px;
  display: grid;
}
.result-story.reverse .result-story-photo {
  order: 2;
}
.result-story-photo {
  min-height: 460px;
  overflow: hidden;
}
.result-story-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.result-story > div:last-child {
  align-content: center;
  display: grid;
}
.result-story > div:last-child > span {
  color: var(--yellow);
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 900;
}
.result-story > div:last-child > strong {
  color: var(--yellow);
  font-family: var(--font-display), sans-serif;
  margin: 10px 0 22px;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 0.9;
}
.result-story h3 {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.92;
}
.result-story p {
  color: #ffffffc7;
  max-width: 690px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.6;
}
.result-story a {
  text-underline-offset: 5px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: underline;
}
.result-photo-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 28px;
  display: grid;
}
.result-photo-grid img {
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #ffffff29;
  width: 100%;
  height: auto;
}
.result-photo-grid.animal-grid {
  grid-template-columns: repeat(4, 1fr);
}
.historical-result {
  grid-column: 1/-1;
  margin: 0;
}
.historical-result img {
  aspect-ratio: 16/9;
}
.historical-result figcaption {
  color: #ffffffc7;
  background: #ffffff1a;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.4;
}
.result-health {
  background: var(--green);
  grid-template-columns: 0.55fr 1.45fr;
  padding: clamp(38px, 5vw, 70px);
}
.health-number {
  color: var(--yellow);
  font-family: var(--font-display), sans-serif;
  justify-content: center;
  align-items: center;
  font-size: clamp(180px, 23vw, 330px);
  font-weight: 900;
  line-height: 0.6;
  display: flex;
}
.more-results {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(88px, 10vw, 142px) 24px 0;
}
.more-results-heading {
  max-width: 980px;
}
.more-results-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  display: grid;
}
.more-result-card {
  background: var(--cream);
  border: 1px solid var(--line);
  scroll-margin-top: 120px;
}
.more-result-main {
  aspect-ratio: 1.46;
  position: relative;
  overflow: hidden;
}
.more-result-main img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.more-result-main strong {
  background: var(--yellow);
  color: var(--blue-deep);
  font-family: var(--font-display), sans-serif;
  padding: 12px 16px 9px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.more-result-copy {
  padding: clamp(22px, 3vw, 32px);
}
.more-result-copy > span {
  color: var(--green);
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 900;
}
.more-result-copy h3 {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  margin: 11px 0 14px;
  font-size: clamp(31px, 3.4vw, 46px);
  line-height: 0.96;
}
.more-result-copy > p {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}
.resource-card-wide {
  grid-column: 1/-1;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  display: grid;
}
.resource-card-wide .more-result-main {
  aspect-ratio: auto;
  min-height: 760px;
}
.resource-card-wide .more-result-main img,
#caminho-da-fe .more-result-main img {
  object-fit: contain;
  background: var(--green-deep);
}
.resource-card-wide.odontologia-card .more-result-main img {
  object-fit: cover;
  object-position: 50% 35%;
  background: var(--cream);
}
.odontologia-card .dentistry-gallery img {
  object-position: center;
}
#caveiras .more-result-main img {
  object-fit: contain;
  background: #2b1309;
}
.resource-list {
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
}
.resource-list li {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 11px 0;
  font-size: 14px;
  line-height: 1.35;
  display: flex;
}
.resource-list li span {
  color: var(--muted);
}
.resource-list li strong {
  color: var(--green-deep);
  white-space: nowrap;
  font-size: 13px;
}
.resource-destinations {
  background: var(--green-deep);
  color: #fff;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 16px 18px;
  display: grid;
}
.resource-destinations strong {
  color: var(--yellow);
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.resource-destinations span {
  border-left: 1px solid #ffffff47;
  padding-left: 14px;
  font-size: 13px;
  font-weight: 800;
}
.more-result-gallery {
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 24px;
  display: grid;
}
.more-result-gallery img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.emenda-news {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(88px, 10vw, 142px) 24px;
}
.emenda-news .news-heading {
  max-width: 990px;
}
.emenda-news-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.emenda-news-grid > a {
  border: 1px solid var(--line);
  flex-direction: column;
  transition:
    box-shadow 0.18s,
    transform 0.18s;
  display: flex;
}
.emenda-news-grid > a:hover {
  box-shadow: 8px 8px 0 var(--yellow);
  transform: translateY(-5px);
}
.emenda-news-grid img {
  aspect-ratio: 1.28;
  object-fit: cover;
  width: 100%;
}
.emenda-news-grid > a > div {
  flex-direction: column;
  flex: 1;
  padding: 24px;
  display: flex;
}
.emenda-news-grid span {
  color: var(--green);
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 900;
}
.emenda-news-grid h3 {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  margin: 12px 0;
  font-size: 30px;
  line-height: 0.98;
}
.emenda-news-grid p {
  color: var(--muted);
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
}
.emenda-news-grid strong {
  color: var(--green);
  margin-top: auto;
  font-size: 14px;
}
.official-cta {
  background: var(--cream);
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
  padding: 28px;
  display: flex;
}
.official-cta p {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 26px;
  font-weight: 900;
}
.detail-footer {
  grid-template-columns: 1.6fr 0.7fr 0.8fr;
}
.modal-shell {
  z-index: 1100;
  background: #021a0fd1;
  justify-content: center;
  align-items: center;
  padding: 28px;
  display: flex;
  position: fixed;
  inset: 0;
}
.campaign-modal {
  background: var(--blue);
  box-shadow: 18px 18px 0 var(--yellow);
  color: #fff;
  grid-template-columns: 1.08fr 0.92fr;
  width: 100%;
  max-width: 980px;
  max-height: calc(100svh - 56px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.campaign-modal:before {
  display: none;
}
.modal-close {
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 4;
  background: #032f1bd6;
  border: 1px solid #ffffff59;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  top: 16px;
  right: 20px;
}
.modal-close span {
  vertical-align: -2px;
  margin-left: 6px;
  font-size: 22px;
}
.modal-photo {
  min-height: 570px;
  position: relative;
  overflow: hidden;
}
.modal-photo:after {
  content: "";
  background: linear-gradient(#0000 42%, #032f1be6);
  position: absolute;
  inset: 0;
}
.modal-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal-photo-label {
  z-index: 1;
  position: absolute;
  bottom: 30px;
  left: 28px;
}
.modal-photo-label span {
  color: #fff;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 900;
  display: block;
}
.modal-photo-label strong {
  color: var(--yellow);
  font-family: var(--font-display), sans-serif;
  letter-spacing: -0.04em;
  margin-top: 4px;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 900;
  line-height: 0.9;
  display: block;
}
.modal-content {
  align-content: center;
  padding: 66px 42px 52px;
  display: grid;
}
.modal-kicker {
  color: var(--yellow);
  font-family: var(--font-display), sans-serif;
  letter-spacing: 0.12em;
  margin: 0 0 4px;
  font-size: 21px;
  font-weight: 900;
}
.campaign-modal h2 {
  font-family: var(--font-display), Impact, sans-serif;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  max-width: 510px;
  margin: 0 0 22px;
  font-size: clamp(50px, 5.2vw, 72px);
  font-weight: 900;
  line-height: 0.8;
}
.modal-slide-title {
  margin: 0 0 30px;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.45;
}
.modal-band {
  background: linear-gradient(90deg, var(--green) 0 62%, var(--yellow) 62%);
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal-dots {
  gap: 10px;
  margin-top: 36px;
  display: flex;
}
.modal-dots button {
  cursor: pointer;
  background: #ffffff61;
  border: 0;
  width: 28px;
  height: 6px;
  padding: 0;
  transition:
    background 0.18s,
    width 0.18s;
}
.modal-dots button.active {
  background: var(--yellow);
  width: 52px;
}
.cookie-banner {
  background: var(--ink);
  border: 1px solid #ffffff47;
  border-left: 4px solid var(--yellow);
  color: #fff;
  z-index: 1200;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  width: calc(100% - 24px);
  max-width: 780px;
  padding: 9px 12px;
  display: grid;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 8px 24px #021a0f3d;
}
.cookie-banner p {
  color: #ffffffc7;
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
}
.cookie-banner p strong {
  color: var(--yellow);
  font-weight: 800;
}
.cookie-actions {
  white-space: nowrap;
  align-items: center;
  gap: 13px;
  display: flex;
}
.cookie-banner .button {
  box-shadow: 3px 3px 0 var(--green);
  min-height: 32px;
  padding: 0 13px;
  font-size: 10px;
}
.cookie-reject {
  color: #fff;
  cursor: pointer;
  text-underline-offset: 3px;
  background: 0 0;
  border: 0;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
}
.cookie-settings {
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  z-index: 900;
  border: 1px solid #ffffff80;
  padding: 8px 11px;
  font-size: 11px;
  font-weight: 800;
  position: fixed;
  bottom: 12px;
  right: 12px;
}
@keyframes modal-in {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.campaign-modal {
  animation: 0.42s cubic-bezier(0.2, 0.8, 0.2, 1) both modal-in;
}
@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 180px 1fr auto;
  }
  .site-header nav {
    gap: 14px;
  }
  .site-header nav a {
    font-size: 13px;
  }
  .hero {
    grid-template-columns: 1fr 0.82fr;
  }
  .hero-copy {
    padding-left: 34px;
  }
  .emendas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .emenda-card:nth-child(3) {
    border-left: 1px solid var(--line);
  }
  .causes-section {
    grid-template-columns: 1fr;
  }
  .causes-intro {
    border-bottom: 1px solid #ffffff3b;
    border-right: 0;
    padding: 0 0 50px;
  }
  .causes-list {
    padding: 50px 0 0;
  }
  .projects-section {
    grid-template-columns: 1fr;
  }
  .projects-visual {
    min-height: 700px;
  }
  .projects-copy {
    padding: 86px 34px;
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-grid article:nth-child(3) {
    border-left: 1px solid var(--line);
  }
}
@media (max-width: 820px) {
  html {
    scroll-padding-top: 94px;
  }
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 70px;
    padding: 8px 18px;
  }
  .brand-link {
    width: 150px;
  }
  .site-header nav {
    display: none;
  }
  .header-cta {
    min-height: 42px;
  }
  .news-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-hero {
    grid-template-columns: 1fr;
  }
  .article-hero-copy {
    padding: 72px 24px;
  }
  .article-hero-photo {
    min-height: 520px;
  }
  .article-body-shell {
    grid-template-columns: minmax(0, 760px);
  }
  .article-aside {
    border-top-width: 2px;
    position: static;
  }
  .hero {
    flex-direction: column-reverse;
    display: flex;
  }
  .hero-photo {
    height: 56svh;
    min-height: 420px;
  }
  .hero-photo:before {
    background: linear-gradient(0deg, var(--blue), transparent 34%);
  }
  .hero-photo > img {
    object-position: 50% 22%;
  }
  .hero-copy {
    margin-top: -54px;
    padding: 24px 22px 48px;
  }
  .hero h1 {
    font-size: clamp(54px, 15vw, 82px);
  }
  .ballot {
    margin-top: 56px;
  }
  .ballot strong {
    font-size: clamp(104px, 30vw, 148px);
  }
  .hero-seal {
    width: 110px;
    bottom: 68px;
    right: 18px;
  }
  .trust-strip {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .trust-strip span {
    margin-right: 34px;
  }
  .section-heading,
  .emendas-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .emendas-total {
    text-align: left;
    align-items: flex-start;
  }
  .impact-gallery,
  .emenda-news-grid,
  .more-results-grid {
    grid-template-columns: 1fr;
  }
  .resource-card-wide {
    grid-template-columns: 1fr;
  }
  .resource-card-wide .more-result-main {
    aspect-ratio: 0.78;
    min-height: 0;
  }
  .impact-card {
    grid-template-columns: 0.9fr 1.1fr;
    display: grid;
  }
  .impact-photo {
    aspect-ratio: auto;
    min-height: 300px;
  }
  .story-section {
    grid-template-columns: 1fr;
  }
  .detail-hero {
    flex-direction: column-reverse;
    display: flex;
  }
  .detail-hero > div:first-child {
    padding: 70px 24px;
  }
  .detail-hero-photo {
    height: 56svh;
    min-height: 430px;
  }
  .detail-total {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-total span {
    text-align: left;
    max-width: 440px;
  }
  .result-story,
  .result-health {
    grid-template-columns: 1fr;
  }
  .result-story.reverse .result-story-photo {
    order: 0;
  }
  .result-story-photo {
    min-height: 430px;
  }
  .health-number {
    justify-content: flex-start;
  }
  .official-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .cookie-banner {
    grid-template-columns: 1fr auto;
  }
  .campaign-modal {
    grid-template-columns: 0.95fr 1.05fr;
  }
  .modal-content {
    padding: 62px 28px 42px;
  }
  .story-photo {
    height: 630px;
  }
  .story-copy {
    padding: 78px 24px;
  }
  .news-heading > a {
    margin-top: 22px;
  }
  .news-slider {
    box-shadow: 7px 7px 0 var(--yellow);
    min-height: 540px;
  }
  .news-slide-content {
    padding-right: 68px;
    padding-left: 68px;
  }
  .news-card {
    grid-template-columns: 128px 1fr 46px;
  }
  .join-section {
    grid-template-columns: 1fr;
  }
  .join-vote {
    text-align: left;
    align-items: flex-start;
    margin-top: 86px;
  }
  .footer-main {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .legal-bar {
    font-size: 8px;
  }
  .header-cta {
    gap: 8px;
    padding: 0 13px;
    font-size: 10px;
  }
  .news-archive-hero {
    padding: 72px 20px 84px;
  }
  .news-archive-hero h1 {
    font-size: clamp(58px, 19vw, 82px);
  }
  .news-archive-content {
    padding: 62px 18px;
  }
  .news-archive-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .news-archive-grid {
    grid-template-columns: 1fr;
  }
  .news-archive-card h2 {
    font-size: 34px;
  }
  .article-hero-copy {
    padding: 62px 20px 66px;
  }
  .article-hero-copy h1 {
    font-size: clamp(38px, 10vw, 52px);
  }
  .article-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .article-hero-photo {
    min-height: 430px;
  }
  .article-body-shell {
    padding: 56px 20px 76px;
  }
  .article-content {
    font-size: 17px;
    line-height: 1.72;
  }
  .article-content > p:first-child {
    font-size: 21px;
  }
  .recovered-gallery {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .ballot {
    grid-template-columns: auto auto;
  }
  .ballot-party {
    grid-column: 2;
    justify-self: start;
    margin-top: 18px;
  }
  .emendas-section,
  .news-section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .section-heading h2,
  .causes-intro h2,
  .story-copy h2,
  .join-copy h2 {
    font-size: clamp(48px, 14vw, 68px);
  }
  .emendas-grid {
    grid-template-columns: 1fr;
  }
  .impact-card {
    display: flex;
  }
  .impact-photo {
    aspect-ratio: 1.18;
    min-height: 0;
  }
  .emenda-card,
  .emenda-card:nth-child(3) {
    border-left: 1px solid var(--line);
    min-height: 300px;
  }
  .emenda-value {
    margin-bottom: 58px;
  }
  .source-line {
    flex-direction: column;
    align-items: flex-start;
  }
  .causes-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .causes-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .causes-list article > span {
    margin-bottom: 6px;
  }
  .story-photo {
    height: 540px;
  }
  .projects-visual {
    min-height: 560px;
  }
  .projects-copy {
    padding: 72px 20px;
  }
  .project-list > a {
    grid-template-columns: 34px 1fr 24px;
  }
  .category-grid {
    grid-template-columns: 1fr;
  }
  .category-grid article,
  .category-grid article:nth-child(3) {
    border-left: 1px solid var(--line);
    min-height: 250px;
  }
  .detail-summary,
  .emenda-news,
  .result-stories {
    padding-left: 18px;
    padding-right: 18px;
  }
  .result-story {
    gap: 32px;
  }
  .result-story-photo {
    min-height: 330px;
  }
  .result-photo-grid,
  .result-photo-grid.animal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .result-health {
    padding: 28px 20px;
  }
  .story-facts {
    grid-template-columns: 1fr;
  }
  .story-facts div {
    border-bottom: 1px solid var(--line);
    padding: 8px 0 14px;
  }
  .news-card {
    grid-template-columns: 1fr 44px;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 0;
  }
  .news-card > div {
    grid-column: 1/-1;
  }
  .news-card h3 {
    font-size: 27px;
  }
  .news-slider {
    min-height: 520px;
  }
  .news-slide-content {
    text-align: left;
    padding: 28px 22px 66px;
  }
  .news-slide-meta {
    justify-content: flex-start;
    gap: 9px;
  }
  .news-slide h3 {
    margin-left: 0;
    font-size: clamp(30px, 8.7vw, 36px);
  }
  .news-slide-content > strong {
    margin-top: 15px;
    font-size: 11px;
  }
  .news-slider-arrow {
    width: 42px;
    height: 48px;
    font-size: 34px;
    top: 27%;
  }
  .news-slider-arrow.prev {
    left: 8px;
  }
  .news-slider-arrow.next {
    right: 8px;
  }
  .news-dots {
    justify-content: flex-start;
    padding-left: 22px;
    bottom: 20px;
  }
  .join-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .join-vote strong {
    font-size: 36vw;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-legal {
    flex-direction: column;
  }
  .campaign-modal {
    box-shadow: 8px 8px 0 var(--yellow);
    max-height: calc(100svh - 34px);
    padding: 0;
    display: block;
    overflow-y: auto;
  }
  .modal-shell {
    padding: 17px;
  }
  .modal-photo {
    min-height: 240px;
  }
  .modal-content {
    padding: 34px 22px 42px;
  }
  .campaign-modal h2 {
    max-width: 330px;
    font-size: 50px;
  }
  .modal-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 7px;
    width: calc(100% - 14px);
    padding: 8px 9px;
    bottom: 7px;
  }
  .cookie-actions {
    gap: 14px;
  }
  .cookie-banner .button {
    min-height: 30px;
  }
  .more-results {
    padding-left: 14px;
    padding-right: 14px;
  }
  .more-result-copy {
    padding: 20px;
  }
  .resource-list {
    grid-template-columns: 1fr;
  }
  .resource-destinations {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .resource-destinations span {
    border-top: 1px solid #ffffff47;
    border-left: 0;
    padding: 10px 0 0;
  }
  .more-result-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
