@font-face {
  font-family: "Gilroy Extrabold";
  src: url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #0c3d28;
  --green-mid: #1F7F56;
  --lime: #CAD73E;
  --lime-deep: #9cc32a;
  --navy: #233959;
  --navy-2: #0b2740;
  --cream: #F9F8D7;
  --cream-2: #efe9c8;
  --gold: #c9a227;
  --white: #fff;
  --text: #163227;
  --muted: #4a5c52;
  --shadow: 0 10px 30px rgba(12, 61, 40, .12);
  --max: 1180px;
  --page: 1240px;
  --menu: 1180px;
  --slide: 1120px;
  --font: "Montserrat", "Segoe UI", sans-serif;
  --font-nav: "Gilroy Extrabold", "Montserrat", sans-serif;
  --font-bold: "Gilroy Bold", "Montserrat", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--cream);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.page {
  width: min(var(--page), 100%);
  margin-inline: auto;
  background: var(--white);
  overflow: visible;
}
main { overflow: visible; }

header {
  position: relative;
  z-index: 40;
}

/* Top bar */
.topbar {
  background: var(--navy);
  min-height: 44px;
  padding: 10px 0;
}
.topbar-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.topbar a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--navy);
  display: grid;
  place-items: center;
}
.topbar svg { display: block; }

/* Header */
.site-header {
  width: min(var(--menu), calc(100% - 40px));
  margin: 0 auto;
  background: var(--cream);
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .27);
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 12px;
  min-height: 84px;
}
.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand img {
  width: auto;
  height: 62px;
  max-width: min(280px, 34vw);
  object-fit: contain;
}
.site-footer .brand img { height: 56px; }
.nav-toggle {
  display: none;
  background: var(--lime);
  color: var(--navy);
  border: 0;
  font-family: var(--font-nav);
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
}
.nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
.nav a {
  font-family: var(--font-nav);
  color: var(--green-mid);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 12px 8px;
  margin: 0 1px;
  white-space: nowrap;
  line-height: 1.2;
}
.nav a:hover,
.nav a.is-active { background: var(--lime); color: var(--green-mid); }

.home-slider {
  position: relative;
  z-index: 1;
  width: min(var(--slide), calc(100% - 72px));
  margin: -14px auto 0;
  background: var(--white);
}
.home-slider .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #9aa58a;
  cursor: pointer;
}
.slider-dots button.is-on { background: var(--green-mid); }

/* Heroes */
.hero {
  position: relative;
  min-height: 280px;
  display: grid;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12,61,40,.92) 0%, rgba(12,61,40,.55) 46%, rgba(12,61,40,.15) 100%),
    var(--hero, url("../img/photo-3.png")) center/cover no-repeat;
}
.hero--home {
  min-height: 420px;
  background:
    linear-gradient(90deg, #d8e36a 0 38%, transparent 38%),
    linear-gradient(90deg, transparent 38%, rgba(255,255,255,.2) 38% 100%),
    var(--white);
}
.hero--home .wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: center;
  padding: 28px 0 10px;
}
.hero-art {
  position: relative;
  min-height: 340px;
}
.hero-art .geo {
  position: absolute;
  inset: 20px auto auto 0;
  width: 70%;
  height: 86%;
  background:
    conic-gradient(from 210deg, #0c3d28, #1f7a46, #b6d43c, #e7f07a, #0c3d28);
  clip-path: polygon(8% 0, 100% 12%, 86% 100%, 0 78%);
}
.hero-art img.bull {
  position: absolute;
  left: 8%;
  bottom: 0;
  width: 78%;
  max-height: 340px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.25));
}
.hero-copy { padding: 40px 0; max-width: 520px; }
.hero-copy .mark { width: 92px; margin-bottom: 12px; }
.hero-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 48px);
  color: var(--green);
  line-height: 1.05;
}
.hero-copy p {
  margin: 0;
  color: var(--green-mid);
  font-weight: 600;
  font-size: 18px;
}
.hero-page { padding: 54px 0; }
.hero-page h1 {
  margin: 0 0 8px;
  font-size: clamp(36px, 5vw, 58px);
}
.hero-page p { margin: 0; max-width: 460px; font-weight: 600; }

.page-banner {
  position: relative;
  z-index: 1;
  margin-top: -17px;
  background: var(--white);
}
.page-banner > img {
  width: 100%;
  height: auto;
  display: block;
}
.page-banner .hero-page {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  padding: 28px 0 16px;
  font-family: var(--font-nav);
}
.page-banner .hero-page h1 {
  margin: 0 0 6px;
  font-family: var(--font-nav);
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1.05;
  color: var(--white);
}
.page-banner .hero-page p {
  margin: 0;
  max-width: 420px;
  font-family: var(--font-nav);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--lime);
}

@media (max-width: 980px) {
  .page-banner {
    min-height: 168px;
    overflow: hidden;
  }
  .page-banner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }
  .page-banner .hero-page {
    position: relative;
    min-height: 168px;
    padding: 22px 0 18px;
    align-content: center;
  }
  .page-banner .hero-page h1 {
    font-size: clamp(24px, 7vw, 32px);
    margin-bottom: 4px;
  }
  .page-banner .hero-page p {
    max-width: min(100%, 34ch);
    font-size: 13px;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  .page-banner,
  .page-banner .hero-page {
    min-height: 148px;
  }
  .page-banner .hero-page {
    padding: 16px 0 14px;
  }
  .page-banner .hero-page h1 {
    font-size: clamp(22px, 7.2vw, 28px);
  }
  .page-banner .hero-page p {
    font-size: 12px;
    max-width: 100%;
  }
}

/* Section heads — fundo Ativo-6fundo-titulos + aba do título */
.section { padding: 36px 0 20px; }
.sec-head {
  display: flex;
  align-items: stretch;
  min-height: 48px;
  margin-bottom: 36px;
  background-image: url("../img/title-bar.png");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  border-bottom: 3px solid var(--green-mid);
}
.sec-head h2 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  background: var(--lime);
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 10px 30px;
  white-space: nowrap;
  border-radius: 0 40px 0 0;
  line-height: 1.2;
}
.sec-head h2.alt {
  background: var(--lime);
  color: var(--green-mid);
}
.chevron { display: none; }

/* Destaques cards */
.destaques {
  display: grid;
  grid-template-columns: 26px 1fr 26px;
  gap: 12px;
  align-items: center;
}
.destaques-arrow {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: var(--lime);
  color: var(--green-mid);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.destaques-arrow svg {
  display: block;
  width: 18px;
  height: 18px;
}
.destaques-viewport {
  overflow: hidden;
  min-width: 0;
}
.destaques-track {
  display: flex;
  gap: 16px;
  width: 100%;
  transition: transform .5s ease;
}
.destaques-track .feat-card,
.destaques-track .future-card,
.destaques-track .prod-card {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
}

.feat-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.feat-card__tag {
  display: block;
  position: relative;
  z-index: 1;
  width: 62%;
  margin-left: auto;
  margin-bottom: -1px;
  background: var(--green-mid);
  color: var(--lime);
  font-family: var(--font-nav);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: right;
  padding: 10px 16px;
  line-height: 1.2;
  border-radius: 40px 0 0 0;
  white-space: nowrap;
}
.feat-card__body {
  background: var(--green-mid);
  padding: 10px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.feat-card__body img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  flex-shrink: 0;
}
.feat-card h3 {
  margin: 10px 10px 0;
  color: #fff;
  font-family: var(--font-nav);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}
.feat-card .card-foot {
  margin-top: auto;
  padding: 10px;
}
.feat-card time {
  color: var(--lime);
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 800;
}
.feat-card .btn {
  background: var(--lime);
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
}

/* Cards / destaques */
.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.card img { width: 100%; height: 170px; object-fit: cover; }
.card .tag {
  display: inline-block;
  background: var(--lime);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  padding: 6px 10px;
  text-transform: uppercase;
}
.card .tag.teal { background: #2ea39b; color: #fff; }
.card .tag.green { background: #68b92f; color: #fff; }
.card--feature { background: var(--green); }
.card--feature h3 { color: var(--white); }
.card--feature time { color: var(--lime); font-weight: 800; }
.card-body { padding: 14px 16px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card h3 { margin: 0; font-size: 18px; color: var(--green); line-height: 1.25; }
.card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.card time { font-size: 12px; color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lime);
  color: var(--green);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 9px 14px;
  border: 0;
  cursor: pointer;
}
.btn:hover { filter: brightness(.95); }
.btn-dark { background: var(--green); color: var(--white); }

/* Quem somos home */
.about-home {
  padding-top: 12px;
  padding-bottom: 28px;
}
.about-box {
  background: var(--cream);
  width: 100%;
}
.about-box .sec-head {
  margin-bottom: 8px;
}
.about-body {
  display: grid;
  grid-template-columns: minmax(240px, 0.37fr) minmax(0, 0.91fr);
  align-items: end;
  gap: 8px 16px;
  padding: 12px 12px 16px 36px;
}
.about-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 28px;
  min-width: 0;
}
.about-copy p {
  margin: 0 0 10px;
  max-width: none;
  color: #223959;
  font-family: var(--font-nav);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}
.btn-about {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green-mid);
  color: var(--lime);
  font-family: var(--font-nav);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 10px 16px;
  border: 0;
}
.btn-about:hover { background: #2DA873; color: var(--lime); }
.about-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
  width: 100%;
}
.about-art {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: translateY(40px);
}
.about-art.is-in {
  animation: aboutLogoIn .95s ease forwards;
}
@keyframes aboutLogoIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-visual .btn-about {
  position: absolute;
  right: 0;
  bottom: 28px;
  margin: 0;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .about-art,
  .about-art.is-in {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* News + events */
.split {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 28px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.news-grid--home {
  grid-template-columns: 1fr 1fr;
}
.sec-head--plain {
  background-image: none;
}
.news-mini {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  border-bottom: 3px solid var(--green-mid);
  text-decoration: none;
  color: inherit;
}
.news-mini__media {
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 10 / 7;
}
.news-mini__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-mini__body {
  min-width: 0;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
}
.news-mini h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.news-mini p {
  margin: 0;
  font-size: 12px;
  color: var(--navy);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.calendar {
  background: var(--cream);
  padding: 16px 14px 18px;
  box-shadow: none;
  border-radius: 4px;
}
.cal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.cal-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cal-select select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0 18px 0 0;
  margin: 0;
  cursor: pointer;
  line-height: 1.2;
}
.cal-caret {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
}
.cal-caret--up {
  transform: translateY(-70%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid var(--green-mid);
}
.cal-caret--down {
  transform: translateY(-20%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--green-mid);
}
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px 4px;
  text-align: center;
  font-size: 12px;
  color: var(--navy);
}
.cal-grid .dow {
  font-weight: 800;
  font-family: var(--font-nav);
  padding: 6px 0 8px;
  color: var(--navy);
}
.cal-grid .day {
  display: grid;
  place-items: center;
  min-height: 28px;
  padding: 0;
  border-radius: 3px;
}
.cal-grid .is-muted { color: #b7b7b7; }
.cal-grid .is-today {
  background: var(--lime);
  font-weight: 800;
  color: var(--navy);
}
.event-card {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 8px;
  margin-top: 10px;
  align-items: stretch;
}
.event-card__title {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  padding: 14px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.event-card__meta {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  min-width: 0;
}
.event-card__date,
.event-card__place {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  font-family: var(--font-nav);
  font-weight: 800;
  padding: 8px 10px;
  line-height: 1.2;
}
.event-card__date {
  background: var(--green-mid);
  color: var(--lime);
  font-size: 14px;
}
.event-card__place {
  background: var(--lime);
  color: var(--green-mid);
  font-size: 11px;
  justify-content: flex-start;
  text-align: left;
}

/* Contact band */
.contact-band {
  background: var(--green-mid);
  padding: 28px 0 32px;
}
.contact-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-panel {
  background: var(--cream);
  padding: 20px;
}
.contact-panel h3 {
  margin: 0;
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--green-mid);
}
.contact-panel--news {
  display: grid;
  grid-template-columns: 1.2fr .95fr;
  align-items: center;
  gap: 24px;
}
.news-form {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 10px;
  align-items: stretch;
}
.contact-panel--talk {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: start;
}
.talk-form {
  display: grid;
  gap: 10px;
}
.talk-form h3 { margin-bottom: 0; }
.talk-lead {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
}
.talk-aside h3 { margin-bottom: 18px; }
.talk-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.talk-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 18px;
  font-weight: 800;
}
.talk-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--cream);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.talk-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.contact-panel input,
.contact-panel textarea {
  width: 100%;
  border: 3px solid var(--green-mid);
  border-radius: 0;
  background: var(--white);
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 10px 12px;
}
.contact-panel textarea {
  min-height: 110px;
  resize: vertical;
  text-transform: none;
  letter-spacing: 0;
}
.contact-panel input::placeholder,
.contact-panel textarea::placeholder {
  color: var(--green-mid);
  opacity: .7;
}
.contact-panel button {
  border: 0;
  border-radius: 0;
  background: var(--green-mid);
  color: var(--lime);
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 10px 16px;
  cursor: pointer;
}
.contact-panel button:hover { background: #269767; color: var(--white); }
.talk-form button { justify-self: end; }

/* Footer */
.site-footer {
  background: var(--white);
  width: 100%;
  padding: 28px 0 0;
  font-family: var(--font-nav);
}
.site-footer .brand img { height: 72px; max-width: 320px; }
.foot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 36px 40px;
  align-items: start;
  padding-bottom: 28px;
}
.foot-left {
  padding-right: 32px;
  border-right: 1px solid var(--navy);
}
.foot-map-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  grid-template-areas:
    "map-title addr-title"
    "map addr";
  column-gap: 16px;
  row-gap: 8px;
  align-items: start;
  margin-top: 22px;
}
.foot-kicker {
  grid-area: map-title;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
}
.foot-address-title,
.foot-right h4 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--green-mid);
}
.foot-address-title {
  grid-area: addr-title;
  margin: 0;
  align-self: end;
}
.foot-address-text {
  grid-area: addr;
  margin: 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  align-self: start;
}
.map {
  grid-area: map;
  width: 100%;
  height: 108px;
  border: 0;
  display: block;
}
.logo-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 28px;
}
.logo-row img {
  height: 56px;
  width: auto;
  max-width: 32%;
  object-fit: contain;
  display: block;
  flex: 1 1 0;
}
.logo-row--committee img {
  height: 46px;
  max-width: 18%;
}
.copybar {
  background: var(--navy);
  color: #d7e0e8;
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 800;
}
.copybar-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}

/* Inner pages */
.lead { max-width: 720px; }

.sobre-inct {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  gap: 36px 32px;
  align-items: start;
}
.sobre-inct__copy h3 {
  margin: 0 0 18px;
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.12;
}
.sobre-inct__copy p {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}
.sobre-inct__art img {
  width: 100%;
  height: auto;
  display: block;
}

.mvv-band {
  background: var(--cream);
  width: min(var(--slide), calc(100% - 120px));
  margin-inline: auto;
  margin-top: 240px;
  padding: 0 0 36px;
  overflow: visible;
  border-top: 1px solid transparent;
}
.mvv {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: relative;
  z-index: 2;
  margin-top: -220px;
  margin-inline: 24px;
}
.mvv-card {
  position: relative;
}
.mvv-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 715 / 910;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.mvv-card__body {
  position: absolute;
  left: 11%;
  right: 8%;
  top: 63%;
  bottom: 6%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  overflow: visible;
}
.mvv-card__body p,
.mvv-card__body li {
  margin: 0;
  font-family: var(--font-nav);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.26;
}
.mvv-card__body ul {
  margin: 0;
  padding-left: 1.15em;
  text-align: left;
}
.mvv-card__body--lime { color: var(--lime); }
.mvv-card__body--green { color: var(--green-mid); }
.mvv-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 20px 16px 0;
  position: relative;
  z-index: 2;
}
.mvv-cta p {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}
.mvv-cta .btn-about {
  flex: 0 0 auto;
  color: var(--white);
}
.mvv-cta .btn-about:hover { color: var(--white); }

.metas-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px 40px;
  align-items: center;
  margin-bottom: 28px;
}
.metas-head img {
  width: min(100%, 520px);
  height: auto;
  display: block;
}
.metas-head p {
  margin: 0;
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.metas {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.meta {
  background: var(--green-mid);
  color: var(--lime);
  min-height: 210px;
  padding: 14px 12px;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: stretch;
  column-gap: 10px;
}
.meta:hover { background: var(--navy); }
.meta b {
  display: flex;
  align-items: center;
  font-family: var(--font-nav);
  font-size: 64px;
  font-weight: 800;
  line-height: .85;
  color: var(--lime);
  border-right: 4px solid var(--lime);
  padding: 8px 10px 8px 4px;
  white-space: nowrap;
}
.meta p {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--lime);
}

.gov-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) 3px minmax(0, 0.6fr);
  align-items: center;
  gap: 0 32px;
  background: var(--cream);
  padding: 28px 36px;
  margin: 0 0 40px;
}
.gov-intro__titles h3 {
  margin: 0 0 8px;
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.12;
}
.gov-intro__sub {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 18px;
  font-weight: 800;
}
.gov-intro__rule {
  align-self: stretch;
  width: 3px;
  margin: 6px 0;
  background: var(--green-mid);
}
.gov-intro__copy {
  margin: 0;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.orgchart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
}
.orgchart__node {
  background: var(--navy);
  color: var(--lime);
  font-family: var(--font-nav);
  font-size: 18px;
  font-weight: 800;
  padding: 12px 42px;
  border-radius: 10px;
}
.orgchart__v {
  width: 3px;
  height: 22px;
  background: var(--navy);
}
.orgchart__v--join { height: 18px; }
.orgchart__branches {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  height: 30px;
  position: relative;
}
.orgchart__branches::before {
  content: "";
  position: absolute;
  left: calc(100% / 12);
  right: calc(100% / 12);
  top: 0;
  height: 3px;
  background: var(--navy);
}
.orgchart__branches span { position: relative; }
.orgchart__branches span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: calc(100% - 6px);
  background: var(--navy);
  transform: translateX(-50%);
}
.orgchart__branches span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--navy);
  transform: translateX(-50%);
}
.orgchart__cols {
  --org-gap: 8px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--org-gap);
  width: 100%;
  align-items: stretch;
}
.org-col {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  text-align: center;
  background: var(--navy);
  color: var(--lime);
  overflow: hidden;
  border-radius: 16px 0 0 0;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.org-col:hover {
  background: var(--lime);
  color: var(--navy);
}
.org-col__head {
  padding: 14px 8px 12px;
  font-family: var(--font-nav);
  text-align: center;
}
.org-col__head span {
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
}
.org-col__head strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 8px;
}
.org-col:hover .org-col__head { color: var(--green-mid); }
.org-col__coord {
  padding: 12px 8px 14px;
  border-top: var(--org-gap) solid var(--white);
  text-align: left;
}
.org-col__coord span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 0;
}
.org-col__coord b {
  display: block;
  font-family: var(--font-nav);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  margin: 8px 0 4px;
}
.org-col:hover .org-col__coord b { color: var(--green-mid); }
.org-col__coord small {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.org-col__lattes {
  display: inline-block;
  margin-top: 10px;
  background: var(--cream);
  color: var(--green-mid);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 1;
}
.org-col__lattes:hover { background: var(--white); color: var(--green-mid); }
.org-col__focus {
  padding: 12px 8px 16px;
  border-top: var(--org-gap) solid var(--white);
  flex: 1;
  text-align: left;
}
.org-col__focus span {
  display: block;
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2;
}
.org-col:hover .org-col__focus span { color: var(--green-mid); }
.org-col__focus p {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
.org-col:hover .org-col__focus p { color: var(--navy); }
.org-col__head span::after,
.org-col__coord span::after,
.org-col__focus span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 8px 0 0;
  background: var(--lime);
}
.org-col:hover .org-col__head span::after,
.org-col:hover .org-col__coord span::after,
.org-col:hover .org-col__focus span::after {
  background: var(--green-mid);
}

.sec-head--committee {
  margin-bottom: 0;
}

.committee {
  background: var(--cream);
  width: 100%;
  padding: 28px 36px 32px;
  font-family: var(--font-bold);
  font-weight: 700;
}

.committee > p {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.committee-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  table-layout: fixed;
}

.committee-table th,
.committee-table td {
  text-align: left;
  vertical-align: middle;
}

.committee-table thead th {
  width: 22%;
  padding: 0 5px 14px;
  background: transparent;
  border: 0;
  font-weight: 700;
}

.committee-table thead th:nth-child(2) { width: 30%; }
.committee-table thead th:nth-child(3) { width: 48%; }
.committee-table thead th:first-child { padding-left: 0; }
.committee-table thead th:last-child { padding-right: 0; }

.committee-table thead th span {
  display: block;
  background: var(--green-mid);
  color: var(--lime);
  font-family: var(--font-bold);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  padding: 13px 12px;
  border-radius: 4px 4px 0 0;
  line-height: 1.2;
}

.committee-table tbody td {
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  padding: 16px 12px;
  border-bottom: 1px solid var(--green-mid);
  background: transparent;
}

.committee-table tbody td:first-child { padding-left: 4px; }
.committee-table tbody td:last-child { padding-right: 4px; }
.committee-table tbody tr:last-child td { border-bottom: 1px solid var(--green-mid); }

.committee-names {
  display: block;
  line-height: 1.55;
}

.sec-head--icts {
  margin-top: 48px;
}

.icts-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 20px;
  align-items: center;
  margin: 0 0 48px;
}

.icts-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 4px 8px;
}

.icts-grid__item img {
  max-width: 100%;
  max-height: 92px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.icts-blocks {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px 48px;
  align-items: start;
}

.icts-block h3 {
  margin: 0 0 16px;
  color: var(--green-mid);
  font-family: var(--font-bold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.icts-block__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
}

.icts-block__logos a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icts-block__logos img {
  display: block;
  height: 52px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.icts-block__logos--committee img {
  height: 44px;
  max-width: 120px;
}

.rsr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.rsr-grid--files {
  grid-template-columns: 1fr 1fr;
}
.rsr-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 268px;
  padding: 22px 22px 24px;
  background: var(--green-mid);
  color: var(--white);
  border-radius: 14px;
  text-decoration: none;
  overflow: hidden;
}
.rsr-card--file {
  background: var(--navy);
  min-height: 252px;
}
.rsr-card__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--cream);
}
.rsr-card--file .rsr-card__icon {
  color: var(--cream);
}
.rsr-card__icon svg {
  display: block;
  width: 102px;
  height: 102px;
}
.rsr-card--file .rsr-card__icon svg {
  width: 118px;
  height: 118px;
}
.rsr-card__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: calc(100% - 8px);
  padding-right: 118px;
}
.rsr-card strong {
  color: var(--lime);
  font-family: var(--font-nav);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}
.rsr-card small {
  color: var(--white);
  font-family: var(--font-bold);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.rsr-card:hover { filter: brightness(1.06); }

.rsr-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 28px 36px;
  background: var(--lime);
  color: var(--green-mid);
  border-radius: 48px;
  font-family: var(--font-nav);
  font-size: clamp(18px, 2.1vw, 24px);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.rsr-upload:hover { filter: brightness(.97); }

.search {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.search input { flex: 1; padding: 8px 10px; border: 1px solid #d7d2b4; background: #fff; }
.doc-card { background: var(--navy); color: #fff; }
.doc-card .card-body { min-height: 140px; }

.future-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) 3px minmax(0, 1fr);
  align-items: center;
  gap: 0 28px;
  background: var(--lime);
  padding: 28px 36px;
  margin-bottom: 28px;
}
.future-head h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  text-align: right;
}
.future-head__rule {
  align-self: stretch;
  width: 3px;
  margin: 6px 0;
  background: var(--navy);
}
.future-head p {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-bold);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}
.future {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  gap: 12px;
  align-items: center;
  background: var(--cream);
  border-radius: 88px 0 0 0;
  padding: 28px 18px 32px;
  margin-bottom: 48px;
}
.future-arrow {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-mid);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.future-arrow svg {
  display: block;
  width: 22px;
  height: 22px;
}
.future-card {
  background: var(--lime);
  border-radius: 56px 0 0 0;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.future-card img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  object-position: top center;
  background: var(--white);
  display: block;
}
.future-card h3 {
  margin: 14px 4px 8px;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}
.future-card p {
  margin: 0 4px 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
  font-family: var(--font-bold);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.future-card a {
  margin-top: auto;
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green-mid);
  color: var(--white);
  font-family: var(--font-nav);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 10px 12px;
}

.sec-head--prod {
  margin-top: 8px;
}

.prod-search {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: min(420px, 100%);
  margin: 0 0 22px;
  padding: 8px 12px;
  background: var(--cream);
  border: 1px solid var(--navy);
}
.prod-search__icon {
  display: grid;
  place-items: center;
  color: var(--navy);
  flex: 0 0 auto;
}
.prod-search__icon svg {
  width: 18px;
  height: 18px;
}
.prod-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  outline: none;
}
.prod-search input::placeholder {
  color: var(--navy);
  opacity: .85;
}

.prod-docs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}
.prod-docs__nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.prod-docs__arrow {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-mid);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.prod-docs__arrow svg {
  display: block;
  width: 22px;
  height: 22px;
}

.prod-card {
  background: var(--navy);
  padding: 16px 14px 18px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.prod-card img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  object-position: top center;
  background: var(--white);
  display: block;
}
.prod-card h3 {
  margin: 14px 6px 8px;
  color: var(--lime);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}
.prod-card p {
  margin: 0 6px 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--lime);
  color: var(--white);
  font-family: var(--font-bold);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.prod-card a {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lime);
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 10px 18px;
}

.tabs {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  min-height: 360px;
}
.tab-nav button {
  width: 100%;
  text-align: left;
  background: var(--navy);
  color: #fff;
  border: 0;
  padding: 14px 12px;
  font-weight: 800;
  cursor: pointer;
}
.tab-nav button.is-on { background: var(--lime); color: var(--green); }
.tab-panel { background: var(--lime); padding: 18px; display: none; }
.tab-panel.is-on { display: block; }

.people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.person {
  display: grid;
  grid-template-columns: 140px 1fr;
  background: var(--lime);
  min-height: 180px;
}
.person img { width: 100%; height: 100%; object-fit: cover; }
.person div { padding: 14px; }

.coord-lead {
  margin: 0 0 28px;
  text-align: left;
  color: var(--navy);
  font-family: var(--font-bold);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.coord-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.coord-card {
  background: var(--green-mid);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.coord-card__top {
  display: flex;
  align-items: stretch;
  height: 210px;
  padding-left: 18px;
  background: var(--green-mid);
}
.coord-card__top img {
  height: 210px;
  width: auto;
  max-width: 52%;
  object-fit: cover;
  object-position: left top;
  display: block;
  flex: 0 0 auto;
}
.coord-card__bio {
  min-width: 0;
  flex: 1;
  max-height: 210px;
  overflow-y: auto;
  padding: 14px 8px 14px 14px;
  scrollbar-width: none;
}
.coord-card__bio::-webkit-scrollbar { display: none; }
.coord-card__bio p {
  margin: 0;
  color: var(--white);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.coord-card__scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 8px 8px 8px 0;
  flex: 0 0 26px;
}
.coord-card__scroll button {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lime);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.coord-card__scroll svg {
  width: 16px;
  height: 16px;
  display: block;
}
.coord-card h3 {
  margin: 16px 18px 4px;
  color: var(--white);
  font-family: var(--font-nav);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}
.coord-card__role {
  margin: 0 18px 14px;
  color: var(--lime);
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 800;
}
.coord-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 18px 16px;
  padding-top: 12px;
  border-top: 1px solid var(--white);
}
.coord-card__lattes {
  background: var(--cream);
  color: var(--green-mid);
  font-family: var(--font-bold);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 11px;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
}
.coord-card__social {
  display: flex;
  gap: 8px;
}
.coord-card__social a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--green-mid);
  display: grid;
  place-items: center;
}

.net-tabs {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.net-tabs__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.net-tabs__nav button {
  width: 100%;
  text-align: center;
  border: 0;
  background: var(--navy);
  color: var(--lime);
  font-family: var(--font-nav);
  padding: 16px 14px 14px;
  cursor: pointer;
  border-radius: 36px 0 0 0;
  line-height: 1.15;
}
.net-tabs__nav button:hover,
.net-tabs__nav button.is-on {
  background: var(--lime);
  color: var(--navy);
}
.net-tabs__nav button span,
.net-tabs__nav button strong {
  display: block;
}
.net-tabs__nav button span {
  font-size: 24px;
  font-weight: 800;
}
.net-tabs__rule {
  display: block;
  height: 1px;
  margin: 8px 0 7px;
  background: currentColor;
  opacity: .7;
  font-style: normal;
}
.net-tabs__nav button strong {
  font-size: 15px;
  font-weight: 800;
}
.net-panel { display: none; }
.net-panel.is-on {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.net-panel__head {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 8px;
  color: var(--navy);
}
.net-panel__head > div {
  background: var(--lime);
  padding: 18px 22px 16px;
}
.net-panel__block {
  background: var(--lime);
  padding: 18px 22px;
  color: var(--navy);
}
.net-panel__coord {
  display: flex;
  flex-direction: column;
  min-height: 148px;
}
.net-panel__head span {
  display: inline-block;
  width: fit-content;
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  border-bottom: 1px solid var(--navy);
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.net-panel__head b {
  display: block;
  font-family: var(--font-nav);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}
.net-panel__head small {
  display: block;
  margin-top: 4px;
  font-family: var(--font-bold);
  font-size: 14px;
  font-weight: 700;
}
.net-panel__head p {
  margin: 0;
  font-family: var(--font-bold);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.net-panel__lattes {
  display: inline-block;
  margin-top: auto;
  margin-left: auto;
  align-self: flex-end;
  background: var(--cream);
  color: var(--navy);
  font-family: var(--font-bold);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 11px;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
}
.net-panel__block h4 {
  margin: 0 0 10px;
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
}
.net-panel__block ul {
  margin: 0;
  padding-left: 1.15em;
  font-family: var(--font-bold);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.net-panel__block--alt {
  background: #d4de4a;
}
.net-panel__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 32px;
}
.net-panel__block a { color: inherit; text-decoration: underline; }

.news-card { position: relative; color: #fff; }
.news-card .overlay {
  background: var(--green);
  padding: 14px;
}
.news-card .date-chip {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--lime);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
}

.evt-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 18px;
  padding: 10px 14px;
  background: var(--cream);
  border: 1px solid #c8ccd4;
}
.evt-search__icon {
  display: grid;
  place-items: center;
  color: var(--navy);
  flex: 0 0 auto;
}
.evt-search__icon svg {
  width: 18px;
  height: 18px;
}
.evt-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  outline: none;
}
.evt-search input::placeholder {
  color: var(--navy);
  opacity: .85;
}
.evt-search__go {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.evt {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 16px 18px;
  align-items: stretch;
  padding-top: 8px;
  border-top: 1px solid #d5d8de;
}

.evt-filters {
  background: var(--cream);
  padding: 18px 16px 28px;
}
.evt-filters > h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid var(--navy);
  padding-bottom: 2px;
  line-height: 1.2;
}
.evt-filters__group {
  margin: 0 0 22px;
}
.evt-filters__group:last-child { margin-bottom: 0; }
.evt-filters h4 {
  margin: 0 0 10px;
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}
.evt-field {
  display: block;
  margin: 0 0 12px;
}
.evt-field > span {
  display: block;
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
}
.evt-control {
  position: relative;
  display: block;
}
.evt-control select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c8ccd4;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  min-height: 36px;
  padding: 6px 28px 6px 10px;
  outline: none;
}
.evt-control::before,
.evt-control::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.evt-control::before {
  top: 9px;
  border-bottom: 6px solid var(--green-mid);
}
.evt-control::after {
  bottom: 9px;
  border-top: 6px solid var(--green-mid);
}

.evt-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.evt-card {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  min-height: 102px;
  text-decoration: none;
}
.evt-card__media {
  background: var(--green-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  min-width: 0;
}
.evt-card--photo .evt-card__media {
  justify-content: flex-start;
  padding-right: 8px;
}
.evt-card__date {
  background: #f1d330;
  color: #111;
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.15;
  padding: 9px 12px;
  border-radius: 6px;
  white-space: nowrap;
}
.evt-card__media img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  margin-left: auto;
}
.evt-card__info {
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 16px 22px;
  min-width: 0;
}
.evt-card__info h3 {
  margin: 0;
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.evt-card__info p {
  margin: 0;
  color: var(--green-mid);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.evt-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.evt-pager__status {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.evt-pager__page {
  border: 1px solid var(--navy);
  padding: 8px 12px;
  line-height: 1.2;
}
.evt-pager__nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.evt-pager__nav button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  color: var(--navy);
  border: 1px solid var(--navy);
  font-family: var(--font-nav);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
}
.evt-pager__nav svg {
  display: block;
  width: 14px;
  height: 14px;
  color: var(--green-mid);
}

.evt-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 8px 0 28px;
}
.evt-facts p {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-nav);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  padding: 16px 20px;
  border-radius: 40px;
  line-height: 1.2;
}

.evt-detail {
  background: var(--cream);
  padding: 32px 40px 40px;
}
.evt-detail p.evt-detail__cat {
  margin: 0 0 10px;
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.evt-detail h1 {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--navy);
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1.12;
}
.evt-detail p {
  margin: 18px 0 0;
  color: var(--navy);
  font-family: var(--font-bold);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.evt-detail p.evt-detail__link,
.evt-detail p.evt-detail__link a {
  color: var(--green-mid);
  text-decoration: none;
  word-break: break-word;
}
.evt-detail__meta {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.7;
}
.evt-detail__place {
  margin-top: 22px;
}
.evt-detail__place strong {
  display: block;
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
}
.evt-detail__place p {
  margin: 0;
  padding: 16px 20px;
  border: 1px solid #d5d8de;
  border-radius: 16px;
  background: var(--white);
  color: var(--navy);
  font-family: var(--font-bold);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.article { background: #fff; padding: 24px; box-shadow: var(--shadow); }
.article h1 { color: var(--green); }

.section--story {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
  background: var(--cream);
  padding: 22px 0 56px;
}
.section--story .story {
  width: 100%;
  padding-inline: 36px;
}
.story-hero {
  width: calc(100% + 72px);
  margin-inline: -36px;
  aspect-ratio: 1135 / 369;
  object-fit: cover;
  object-position: center;
  display: block;
}
.story-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 22px;
}
.story p.story-cat {
  margin: 0;
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.story-share {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
}
.story-share a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green-mid);
  color: var(--white);
  display: grid;
  place-items: center;
}
.story-share svg {
  display: block;
  width: 14px;
  height: 14px;
}
.story h1 {
  margin: 0 0 22px;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: clamp(32px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}
.story p.story-by {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.story-rule {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 0 22px;
  border: 0;
  background: var(--navy);
}
.story p {
  margin: 0 0 18px;
  color: var(--navy);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}
.story-figure {
  margin: 28px 0 8px;
}
.story-figure img {
  width: 100%;
  aspect-ratio: 1039 / 369;
  object-fit: cover;
  object-position: center;
  display: block;
}
.story-figure figcaption {
  margin: 8px 0 0;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
  text-align: right;
}
.story h2 {
  margin: 28px 0 16px;
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
}

.proj { padding: 8px 0 36px; }
.proj-path {
  margin: 0 0 18px;
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
}
.proj h1 {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--navy);
  color: var(--navy);
  font-family: var(--font-nav);
  font-size: clamp(36px, 4.2vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}
.proj-lead {
  margin: 22px 0 28px;
  max-width: 760px;
  color: var(--navy);
  font-family: var(--font-bold);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.proj-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.55fr);
  gap: 18px;
  margin-bottom: 28px;
}
.proj-meta span {
  display: block;
  margin: 0 0 8px 4px;
  color: var(--navy);
  font-family: var(--font-bold);
  font-size: 13px;
  font-weight: 700;
}
.proj-meta p {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-nav);
  font-size: 18px;
  font-weight: 800;
  padding: 16px 24px;
  border-radius: 40px;
  line-height: 1.2;
}
.proj-coord {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 0 28px;
  color: var(--navy);
  font-family: var(--font-bold);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.proj-coord strong {
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
}
.proj-tags {
  margin: 0;
  padding: 16px 20px;
  border: 1px solid #d5d8de;
  border-radius: 16px;
  color: var(--navy);
  font-family: var(--font-bold);
  font-size: 15px;
  font-weight: 700;
}

.press { margin-bottom: 8px; }
.press-view { overflow: hidden; }
.press-track {
  display: flex;
  width: 100%;
  transition: transform .45s ease;
}
.press-page {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  gap: 18px;
}
.press-page--2x3,
.press-page--1x3,
.here-page {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.press-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}
.press-nav__btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-mid);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.press-nav__btn svg {
  display: block;
  width: 22px;
  height: 22px;
}

.press-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--navy);
}
.press-card--news {
  background: var(--green-mid);
}
.press-card--news .press-card__date {
  display: block;
  align-self: flex-end;
  width: max-content;
  max-width: calc(100% - 16px);
  margin: 0 0 8px auto;
  background: var(--lime);
  color: #111;
  font-family: var(--font-bold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 12px;
  line-height: 1.2;
}
.press-card__tag {
  display: block;
  background: var(--lime);
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 8px 12px;
  line-height: 1.2;
}
.press-card img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.press-card.press-card--news > img {
  width: calc(100% - 16px);
  margin: 0 8px;
  align-self: center;
}
.press-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 16px 18px;
}
.press-card h3 {
  margin: 0 0 10px;
  color: var(--lime);
  font-family: var(--font-nav);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.press-card p {
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  flex: 1;
}
.press-card__btn {
  align-self: center;
  background: var(--lime);
  color: var(--green-mid);
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 10px 18px;
}
.press-card--news p {
  border-bottom-color: var(--lime);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.here-shot {
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 22px;
}
.here-shot img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

@media (max-width: 980px) {
  .destaques-track .feat-card,
  .destaques-track .future-card,
  .destaques-track .prod-card { flex-basis: 100%; }
  .feat-card__tag { width: 70%; }
  .feat-card__body { min-height: 200px; }
  .future-head {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }
  .future-head__rule {
    width: 100%;
    height: 3px;
    margin: 0;
  }
  .future {
    grid-template-columns: 24px 1fr 24px;
    border-radius: 48px 0 0 0;
    padding: 20px 10px 24px;
  }
  .future-card { border-radius: 36px 0 0 0; }
  .contact-panel--news,
  .contact-panel--talk,
  .news-form,
  .about-body { grid-template-columns: 1fr; }
  .about-copy { padding: 16px 8px 8px; margin-bottom: 0; }
  .about-copy p { max-width: none; }
  .about-visual { align-items: center; width: 100%; }
  .about-visual .btn-about {
    position: static;
    margin-top: 10px;
  }
  .about-grid, .site-header, .hero--home .wrap, .split, .sobre-inct, .metas-head, .foot-grid, .cards-3, .news-grid, .news-grid--home, .people, .tabs, .metas, .evt, .header-row, .gov-intro, .coord-grid, .net-tabs, .net-panel__head, .proj-meta {
    grid-template-columns: 1fr;
  }
  .evt-card { grid-template-columns: 168px minmax(0, 1fr); }
  .evt-card__media img { width: 64px; height: 64px; }
  .evt-card__info { padding: 12px 14px; }
  .evt-card__info h3 { font-size: 14px; }
  .evt-facts { grid-template-columns: 1fr; gap: 10px; }
  .evt-detail { padding: 22px 20px 28px; }
  .rsr-grid { grid-template-columns: 1fr 1fr; }
  .rsr-upload { min-height: 88px; border-radius: 32px; padding: 22px 20px; }
  .press-page--2x3,
  .press-page--1x3,
  .here-page { grid-template-columns: 1fr; }
  .story-bar {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .section--story {
    width: calc(100% - 32px);
  }
  .section--story .story {
    padding-inline: 20px;
  }
  .story-hero {
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
  .net-panel__cols { grid-template-columns: 1fr; }
  .coord-card__top { height: auto; min-height: 180px; }
  .coord-card__top img { max-width: 44%; height: 180px; }
  .coord-card__bio { max-height: 180px; }
  .gov-intro { gap: 16px; padding: 22px 20px; }
  .committee { padding: 22px 20px 26px; }
  .committee-table thead th span { font-size: 13px; padding: 11px 8px; }
  .committee-table tbody td { font-size: 14px; padding: 14px 8px; }
  .icts-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 16px; }
  .icts-blocks { grid-template-columns: 1fr; gap: 28px; }
  .gov-intro__rule {
    width: 100%;
    height: 3px;
    margin: 0;
  }
  .orgchart__branches,
  .orgchart__v { display: none; }
  .orgchart__cols { grid-template-columns: 1fr 1fr; }
  .mvv,
  .mvv-cta {
    grid-template-columns: 1fr;
  }
  .mvv-cta { flex-direction: column; align-items: flex-start; }
  .mvv-cta p { white-space: normal; font-size: 20px; }
  .mvv {
    margin-top: -72px;
    margin-inline: 12px;
  }
  .mvv-band {
    width: min(var(--slide), calc(100% - 48px));
    margin-top: 96px;
    padding: 0 0 28px;
  }
  .header-row { flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; }
  .nav { display: none; width: 100%; flex-direction: column; }
  .nav.is-open { display: flex; }
  .hero--home { min-height: auto; }
  .slice-photos { transform: none; }
  .foot-left {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--navy);
  }
  .foot-map-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "map-title"
      "map"
      "addr-title"
      "addr";
  }
  .logo-row,
  .logo-row--committee {
    flex-wrap: wrap;
  }
  .logo-row img,
  .logo-row--committee img {
    max-width: 30%;
    flex: 0 1 auto;
  }
}

@media (max-width: 640px) {
  .icts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rsr-grid,
  .rsr-grid--files { grid-template-columns: 1fr; }
}
