:root {
  --zm-green: #006329;
  --zm-green-deep: #004c21;
  --zm-green-black: #063b20;
  --zm-lime: #83bd16;
  --zm-lime-bright: #98d41d;
  --zm-cream: #fff4a8;
  --zm-soft: #f2f6f1;
  --zm-ink: #17221b;
  --zm-muted: #637168;
  --zm-white: #fff;
  --zm-heading: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  --zm-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* Jména kandidátů: verzálky pouze pro jméno a příjmení, nikoli pro tituly. */
.candidate-name {
  text-transform: none;
}

.candidate-name .candidate-name__title,
.candidate-name .candidate-name__person {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.candidate-name .candidate-name__title {
  text-transform: none;
}

.candidate-name .candidate-name__person {
  text-transform: uppercase;
}

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

body {
  overflow-x: hidden;
  color: var(--zm-ink);
  background: var(--zm-white);
  font-family: var(--zm-body);
  font-size: 1.05rem;
  line-height: 1.55;
}

a {
  color: inherit;
}

h1,
h2,
h3,
.btn,
.navbar,
.eyebrow,
.election-bar {
  font-family: var(--zm-heading);
}

h2 {
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

h3 {
  font-weight: 800;
}

.container-xl {
  --bs-gutter-x: 2rem;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--zm-green-deep);
}

.election-bar {
  padding: .42rem 0;
  color: var(--zm-green-black);
  background: var(--zm-lime);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.navbar-zm {
  min-height: 86px;
  padding: 0;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(0, 99, 41, .12);
  backdrop-filter: blur(12px);
}

.navbar-brand {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0;
}

.navbar-brand img {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: cover;
}

.navbar-zm .nav-link {
  position: relative;
  padding: 1.9rem .72rem;
  color: var(--zm-ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.navbar-zm .nav-link::after {
  position: absolute;
  right: .72rem;
  bottom: 1.35rem;
  left: .72rem;
  height: 3px;
  content: "";
  background: var(--zm-lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.navbar-zm .nav-link:hover::after,
.navbar-zm .nav-link:focus-visible::after,
.navbar-zm .nav-link.active::after {
  transform: scaleX(1);
}

.btn {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: .78rem;
  --bs-btn-border-radius: 0;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.btn-lg {
  --bs-btn-padding-x: 1.55rem;
  --bs-btn-padding-y: .95rem;
  --bs-btn-font-size: 1rem;
}

.btn-lime {
  --bs-btn-color: var(--zm-green-black);
  --bs-btn-bg: var(--zm-lime);
  --bs-btn-border-color: var(--zm-lime);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--zm-green);
  --bs-btn-hover-border-color: var(--zm-green);
}

.btn-cream {
  --bs-btn-color: var(--zm-green-black);
  --bs-btn-bg: var(--zm-cream);
  --bs-btn-border-color: var(--zm-cream);
  --bs-btn-hover-color: var(--zm-green-black);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(128deg, var(--zm-green) 0%, var(--zm-green-deep) 64%, #003b1a 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  content: "";
  background: var(--zm-lime);
}

.hero-ring {
  position: absolute;
  border: 42px solid rgba(131, 189, 22, .15);
  border-radius: 50%;
  pointer-events: none;
}

.hero-ring-one {
  width: 480px;
  height: 480px;
  top: -250px;
  left: -210px;
}

.hero-ring-two {
  width: 650px;
  height: 650px;
  right: -330px;
  bottom: -390px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(4rem, 8vw, 7.5rem) clamp(0rem, 3vw, 3rem) clamp(4rem, 7vw, 6.5rem) 0;
}

.eyebrow {
  margin: 0 0 .85rem;
  color: var(--zm-lime-bright);
  font-size: .93rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--zm-green);
}

.hero h1 {
  margin: 0;
  font-size: clamp(4.2rem, 10vw, 8.7rem);
  font-weight: 900;
  line-height: .76;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--zm-cream);
  font-size: 1.31em;
}

.hero-lead {
  max-width: 720px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, .87);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.5;
}

.hero-candidate {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: flex;
  align-items: end;
  padding-top: 3.5rem;
}

.candidate-feature {
  display: block;
  width: 100%;
  max-width: 470px;
  margin-left: auto;
}

.candidate-feature-link {
  color: inherit;
  text-decoration: none;
}

.candidate-feature__photo {
  position: relative;
  overflow: hidden;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 13%);
}

.candidate-feature__photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 52, 23, .45), transparent 38%);
}

.candidate-feature__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.candidate-feature__number {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  color: var(--zm-green-black);
  background: var(--zm-lime);
  border-radius: 50%;
  font-family: var(--zm-heading);
  font-size: 2.5rem;
  font-weight: 900;
}

.candidate-feature__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem 1.15rem;
  color: var(--zm-green-black);
  background: var(--zm-cream);
}

.candidate-feature__caption strong,
.candidate-feature__caption span {
  display: block;
  line-height: 1.05;
}

.candidate-feature__caption strong {
  font-family: var(--zm-heading);
  font-size: 1.55rem;
  font-weight: 900;
  text-transform: uppercase;
}

.candidate-feature__caption span {
  margin-top: .25rem;
  font-size: .95rem;
  font-weight: 600;
}

.candidate-feature__caption i {
  font-size: 1.7rem;
}

.quick-facts {
  background: var(--zm-soft);
}

.quick-fact {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 2rem;
  border-right: 1px solid rgba(0, 99, 41, .15);
}

.quick-fact-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.quick-fact-link > i {
  margin-left: auto;
  color: var(--zm-green);
  font-size: 1.3rem;
}

.quick-fact-link:hover,
.quick-fact-link:focus-visible {
  color: var(--zm-green-black);
  background: #e6efdf;
}

.quick-fact-last {
  border-right: 0;
}

.quick-fact strong,
.quick-fact i {
  color: var(--zm-green);
  font-family: var(--zm-heading);
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
}

.quick-fact i {
  font-size: 2.8rem;
}

.quick-fact.quick-fact-link > i {
  margin-left: auto;
  font-size: 1.3rem;
}

.quick-fact span {
  font-family: var(--zm-heading);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-space {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading-light {
  max-width: 850px;
}

.section-intro {
  max-width: 760px;
  margin: 1.2rem auto 0;
  color: var(--zm-muted);
  font-size: 1.18rem;
}

.text-link {
  color: var(--zm-green);
  font-family: var(--zm-heading);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link i {
  display: inline-block;
  margin-left: .35rem;
  transition: transform .2s ease;
}

.text-link:hover i,
.text-link:focus-visible i {
  transform: translateX(.3rem);
}

.news-card {
  position: relative;
  overflow: hidden;
  background: var(--zm-soft);
}

.news-card__image {
  display: block;
  overflow: hidden;
}

.news-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  transition: transform .35s ease;
}

.news-card:hover .news-card__image img {
  transform: scale(1.025);
}

.news-card__body {
  padding: 1.6rem;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  color: var(--zm-muted);
  font-size: .88rem;
  font-weight: 600;
  text-transform: uppercase;
}

.meta span {
  color: var(--zm-green);
  font-weight: 800;
}

.news-card h3 {
  margin: .8rem 0 .55rem;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.news-card h3 a {
  text-decoration: none;
}

.news-card p {
  margin-bottom: 0;
  color: var(--zm-muted);
}

.news-card-no-image {
  border-top: 7px solid var(--zm-lime);
}

.news-card-no-image .news-card__body {
  padding-top: 2rem;
}

.news-card-compact {
  display: flex;
  min-height: 0;
  align-items: flex-end;
  justify-content: space-between;
}

.news-card-compact h3 {
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
}

.news-card-compact .round-arrow {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  margin: 1.2rem;
  place-items: center;
  color: #fff;
  background: var(--zm-green);
  border-radius: 50%;
  text-decoration: none;
}

.news-card-dark {
  color: #fff;
  background: var(--zm-green-deep);
}

.news-card-dark p,
.news-card-dark .meta {
  color: rgba(255, 255, 255, .72);
}

.news-card-dark .meta span {
  color: var(--zm-lime-bright);
}

.news-card-dark .round-arrow {
  color: var(--zm-green-black);
  background: var(--zm-lime);
}

.program-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--zm-green-deep);
}

.program-section::before {
  position: absolute;
  width: 700px;
  height: 700px;
  top: -480px;
  right: -220px;
  content: "";
  border: 70px solid rgba(131, 189, 22, .13);
  border-radius: 50%;
  pointer-events: none;
}

.program-section .section-intro {
  color: rgba(255, 255, 255, .72);
}

.pillar-card {
  position: relative;
  display: flex;
  min-height: 365px;
  flex-direction: column;
  padding: 1.6rem;
  color: var(--zm-ink);
  background: #fff;
  border-top: 7px solid var(--zm-lime);
  transition: transform .2s ease, background .2s ease;
}

.pillar-card:hover {
  background: var(--zm-cream);
  transform: translateY(-7px);
}

.pillar-card:focus-within {
  outline: 4px solid var(--zm-lime);
  outline-offset: 3px;
}

.pillar-card__number {
  color: var(--zm-lime);
  font-family: var(--zm-heading);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.pillar-card h3 {
  margin: 1.8rem 0 .75rem;
  font-size: 2rem;
  line-height: .98;
  text-transform: uppercase;
}

.pillar-card p {
  color: var(--zm-muted);
}

.pillar-card a {
  margin-top: auto;
  color: var(--zm-green);
  font-family: var(--zm-heading);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.candidates-section {
  background: var(--zm-soft);
}

.candidates-section .section-intro {
  margin-right: 0;
  margin-left: 0;
}

.candidate-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  background: #fff;
  box-shadow: 0 8px 30px rgba(5, 65, 30, .07);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.candidate-card:hover {
  box-shadow: 0 16px 40px rgba(5, 65, 30, .15);
  transform: translateY(-6px);
}

.candidate-card__photo {
  position: relative;
  overflow: hidden;
}

.candidate-card__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .3s ease;
}

.candidate-card:hover img {
  transform: scale(1.035);
}

.candidate-card__number {
  position: absolute;
  top: .65rem;
  left: .65rem;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--zm-green-black);
  background: var(--zm-lime);
  border-radius: 50%;
  font-family: var(--zm-heading);
  font-size: 1.45rem;
  font-weight: 900;
}

.candidate-card__body {
  padding: 1rem;
}

.candidate-card__body h3 {
  min-height: 2.25rem;
  margin: 0 0 .35rem;
  font-size: 1.3rem;
  line-height: .95;
}

.candidate-card__body p {
  min-height: 2.6rem;
  margin: 0 0 1rem;
  color: var(--zm-muted);
  font-size: .9rem;
  line-height: 1.25;
}

.candidate-card__body span {
  color: var(--zm-green);
  font-family: var(--zm-heading);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.candidate-card__trigger {
  border: 0;
  background: transparent;
}

.manifesto {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) 0;
  color: var(--zm-green-black);
  background: var(--zm-lime);
}

.manifesto::after {
  position: absolute;
  width: 460px;
  height: 460px;
  right: -180px;
  bottom: -330px;
  content: "";
  border: 45px solid rgba(0, 99, 41, .16);
  border-radius: 50%;
}

.manifesto .eyebrow {
  color: var(--zm-green-deep);
}

.manifesto h2 {
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}

.site-footer {
  padding: 4.5rem 0 1.5rem;
  color: rgba(255, 255, 255, .74);
  background: #052c18;
}

.footer-logo {
  object-fit: cover;
}

.site-footer h2 {
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: .06em;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: .5rem;
}

.site-footer a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--zm-lime-bright);
}

.footer-contact {
  display: inline-block;
  color: var(--zm-lime-bright) !important;
  font-family: var(--zm-heading);
  font-size: 1.7rem;
  font-weight: 900;
}

.footer-socials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: .75rem;
  margin-top: 1.25rem;
}

.site-footer .social-card {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .65rem;
  padding: .7rem;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: .8rem;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.site-footer .social-card:hover,
.site-footer .social-card:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .32);
  transform: translateY(-3px);
}

.social-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 1.15rem;
}

.social-card-facebook .social-card__icon {
  background: #1877f2;
}

.social-card-instagram .social-card__icon {
  background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045);
}

.social-card__copy {
  min-width: 0;
  line-height: 1.1;
}

.social-card__copy strong,
.social-card__copy small {
  display: block;
}

.social-card__copy strong {
  font-family: var(--zm-heading);
  font-size: .92rem;
  text-transform: uppercase;
}

.social-card__copy small {
  margin-top: .15rem;
  overflow: hidden;
  color: rgba(255, 255, 255, .64);
  font-size: .7rem;
  text-overflow: ellipsis;
}

.social-card__arrow {
  margin-left: auto;
  color: var(--zm-lime-bright);
  font-size: .8rem;
}

.footer-bottom {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .88rem;
}

.candidate-modal {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .35);
}

.candidate-modal > .btn-close {
  position: absolute;
  z-index: 4;
  top: 1rem;
  right: 1rem;
  width: 1.3rem;
  height: 1.3rem;
  padding: .7rem;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}

.candidate-modal__photo {
  position: relative;
  min-height: 100%;
  background: var(--zm-green-deep);
}

.candidate-modal__photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.candidate-modal__number {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: var(--zm-green-black);
  background: var(--zm-lime);
  border-radius: 50%;
  font-family: var(--zm-heading);
  font-size: 2.2rem;
  font-weight: 900;
}

.candidate-modal__content {
  padding: clamp(2rem, 5vw, 4rem);
}

.candidate-modal__content h2 {
  font-size: clamp(2.7rem, 5vw, 4.2rem);
}

.candidate-modal__cred {
  color: var(--zm-muted);
  font-weight: 600;
}

.candidate-modal blockquote {
  margin: 2rem 0;
  padding: 1.15rem 1.3rem;
  color: var(--zm-green-black);
  background: var(--zm-cream);
  border-left: 6px solid var(--zm-lime);
  font-family: var(--zm-heading);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.15;
}

@media (max-width: 1199.98px) {
  .navbar-zm .nav-link {
    padding-inline: .5rem;
    font-size: .91rem;
  }

  .pillar-card {
    min-height: 320px;
  }
}

@media (max-width: 991.98px) {
  .navbar-zm {
    min-height: 76px;
  }

  .navbar-brand img {
    width: 66px;
    height: 66px;
  }

  .navbar-collapse {
    padding-bottom: 1.25rem;
  }

  .navbar-zm .nav-link {
    padding: .6rem 0;
  }

  .navbar-zm .nav-link::after {
    display: none;
  }

  .hero-copy {
    padding-bottom: 2.5rem;
  }

  .hero-candidate {
    justify-content: center;
    padding-top: 0;
  }

  .candidate-feature {
    max-width: 500px;
    margin-inline: auto;
  }

  .quick-fact {
    padding-inline: 1rem;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }

  .container-xl {
    --bs-gutter-x: 1.4rem;
  }

  .row.g-5 {
    --bs-gutter-x: 1.4rem;
  }

  .hero-copy {
    padding-top: 4rem;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 22vw, 6rem);
  }

  .quick-fact {
    min-height: 90px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 99, 41, .15);
  }

  .quick-fact-last {
    border-bottom: 0;
  }

  .news-card-compact {
    min-height: 310px;
  }

  .candidate-card__body {
    padding: .8rem;
  }

  .candidate-card__body h3 {
    min-height: 2.1rem;
    font-size: 1.08rem;
  }

  .candidate-card__body p {
    min-height: 3.4rem;
    font-size: .8rem;
  }

  .candidate-card__body span {
    font-size: .73rem;
  }

  .candidate-modal__photo img {
    min-height: 330px;
    max-height: 420px;
  }

  .candidate-modal__content {
    padding: 2rem 1.4rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Inner pages */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) 0;
  color: #fff;
  background: linear-gradient(130deg, var(--zm-green) 0%, var(--zm-green-deep) 75%);
}

.page-hero::after {
  position: absolute;
  width: 620px;
  height: 620px;
  right: -320px;
  bottom: -430px;
  content: "";
  border: 58px solid rgba(131, 189, 22, .16);
  border-radius: 50%;
}

.page-hero .container-xl {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 1000px;
  margin: 0;
  font-family: var(--zm-heading);
  font-size: clamp(3.6rem, 9vw, 8.2rem);
  font-weight: 900;
  line-height: .84;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.page-hero p:not(.eyebrow) {
  max-width: 800px;
  margin: 1.7rem 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.page-hero-compact {
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.page-hero-compact h1 {
  font-size: clamp(3.5rem, 7vw, 6.8rem);
}

.article-head {
  max-width: 1050px;
}

.article-hero h1 {
  font-size: clamp(3.2rem, 7vw, 6.4rem);
}

.article-image-wrap {
  margin-top: -3rem;
}

.article-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0, 50, 23, .16);
}

.article-prose,
.prose-large {
  max-width: 820px;
  margin: clamp(3rem, 7vw, 6rem) auto;
}

.prose {
  font-size: 1.15rem;
  line-height: 1.75;
}

.prose h2 {
  margin: 2.7rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.prose h3 {
  margin-top: 2.2rem;
  font-size: 1.7rem;
}

.prose blockquote {
  margin: 2rem 0;
  padding: 1.4rem 1.6rem;
  color: var(--zm-green-black);
  background: var(--zm-cream);
  border-left: 7px solid var(--zm-lime);
  font-family: var(--zm-heading);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.25;
}

.prose li + li {
  margin-top: .55rem;
}

.article-prose a,
.program-accordion .accordion-body a {
  color: var(--zm-green);
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.legal-page {
  background: var(--zm-soft);
}

.legal-prose {
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: #fff;
  box-shadow: 0 18px 55px rgba(5, 65, 30, .08);
}

.legal-prose h2:first-child {
  margin-top: 0;
}

.legal-prose a {
  color: var(--zm-green);
  font-weight: 700;
}

.legal-note {
  padding: 1.2rem 1.4rem;
  color: var(--zm-green-black);
  background: var(--zm-cream);
  border-left: 6px solid var(--zm-lime);
}

.legal-summary {
  position: sticky;
  top: 120px;
  padding: 1.5rem;
  color: #fff;
  background: var(--zm-green-deep);
}

.legal-summary h2 {
  margin-bottom: 1.25rem;
  font-size: 1.65rem;
}

.legal-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-summary li {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  padding: .9rem 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.legal-summary i {
  color: var(--zm-lime-bright);
  font-size: 1.2rem;
}

.legal-summary a {
  color: var(--zm-lime-bright);
  font-weight: 700;
}

.article-back {
  display: inline-block;
  margin-bottom: 5rem;
}

.pillar-nav {
  position: sticky;
  z-index: 10;
  top: 86px;
  padding: .7rem 0;
  background: var(--zm-lime);
  box-shadow: 0 8px 25px rgba(0, 50, 23, .13);
}

.pillar-nav a {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: .65rem;
  padding: .7rem .9rem;
  color: var(--zm-green-black);
  background: rgba(255, 255, 255, .24);
  font-family: var(--zm-heading);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.pillar-nav a:hover,
.pillar-nav a:focus-visible {
  background: var(--zm-cream);
}

.pillar-nav span {
  font-size: 1.6rem;
}

.program-pillar {
  scroll-margin-top: 180px;
}

.program-pillar-alt {
  background: var(--zm-soft);
}

.pillar-intro-sticky {
  position: sticky;
  top: 190px;
}

.pillar-big-number {
  display: block;
  color: var(--zm-lime);
  font-family: var(--zm-heading);
  font-size: 6.5rem;
  font-weight: 900;
  line-height: .8;
}

.pillar-intro-sticky h2 {
  margin-top: 1.5rem;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.pillar-intro-sticky p {
  margin-top: 1.25rem;
  color: var(--zm-muted);
  font-size: 1.15rem;
}

.program-accordion {
  --bs-accordion-border-color: rgba(0, 99, 41, .15);
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(131, 189, 22, .25);
  --bs-accordion-active-bg: var(--zm-green-deep);
  --bs-accordion-active-color: #fff;
}

.program-accordion .accordion-item {
  margin-bottom: .8rem;
  border: 1px solid rgba(0, 99, 41, .15);
}

.program-accordion .accordion-button {
  gap: 1rem;
  padding: 1.3rem 1.4rem;
  font-family: var(--zm-heading);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.program-accordion .accordion-button span {
  color: var(--zm-lime);
  font-size: 1.65rem;
}

.program-accordion .accordion-body {
  padding: 1.4rem 1.6rem 1.8rem;
}

.program-accordion .topic-lead {
  color: var(--zm-green);
  font-weight: 700;
}

.program-accordion li + li {
  margin-top: .5rem;
}

.candidates-hero .hero-count {
  display: block;
  color: var(--zm-lime);
  font-family: var(--zm-heading);
  font-size: clamp(7rem, 16vw, 13rem);
  font-weight: 900;
  line-height: .65;
}

.hero-count-label {
  display: block;
  margin-top: 1.5rem;
  font-family: var(--zm-heading);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
}

.candidate-card-large .candidate-card__body h2 {
  min-height: 2.7rem;
  margin: 0 0 .45rem;
  font-family: var(--zm-heading);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: .95;
}

.candidate-card-large .candidate-card__body p {
  min-height: 2.4rem;
}

.candidate-card-large blockquote {
  min-height: 5.8rem;
  margin: .8rem 0 1rem;
  padding-top: .8rem;
  color: var(--zm-green-black);
  border-top: 2px solid var(--zm-lime);
  font-family: var(--zm-heading);
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.15;
}

.vote-callout {
  padding: clamp(4rem, 8vw, 7rem) 0;
  color: var(--zm-green-black);
  background: var(--zm-lime);
}

.vote-callout .eyebrow {
  color: var(--zm-green-deep);
}

.vote-callout h2 {
  font-size: clamp(2.8rem, 6vw, 5.6rem);
}

.vote-date,
.vote-callout strong {
  display: block;
  font-family: var(--zm-heading);
  font-size: 1.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-sidebar {
  position: sticky;
  top: 125px;
  display: grid;
  gap: 1.5rem;
}

.about-card,
.contact-cta {
  padding: 2rem;
  background: var(--zm-cream);
  border-top: 8px solid var(--zm-lime);
}

.about-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
}

.about-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.about-card h2,
.contact-cta h2 {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
}

.about-news-card {
  position: relative;
  isolation: isolate;
  display: flex;
  overflow: hidden;
  min-height: 390px;
  padding: 2rem;
  flex-direction: column;
  color: #fff;
  background: linear-gradient(145deg, var(--zm-green) 0%, var(--zm-green-deep) 70%);
  border-top: 8px solid var(--zm-lime);
  text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
}

.about-news-card::before {
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: -95px;
  width: 265px;
  height: 265px;
  content: "";
  border: 35px solid rgba(152, 212, 29, .2);
  border-radius: 50%;
}

.about-news-card::after {
  position: absolute;
  z-index: -1;
  top: 78px;
  right: -55px;
  width: 180px;
  height: 8px;
  content: "";
  background: rgba(255, 255, 255, .16);
  transform: rotate(-32deg);
}

.about-news-card:hover,
.about-news-card:focus-visible {
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 76, 33, .22);
  transform: translateY(-4px);
}

.about-news-card:focus-visible {
  outline: 4px solid var(--zm-lime-bright);
  outline-offset: 3px;
}

.about-news-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 1.4rem;
  place-items: center;
  color: var(--zm-green-black);
  background: var(--zm-lime-bright);
  border-radius: 50%;
  font-size: 1.7rem;
}

.about-news-card .eyebrow {
  margin-bottom: .5rem;
  color: var(--zm-lime-bright);
}

.about-news-card strong {
  max-width: 7ch;
  font-family: var(--zm-heading);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.about-news-card__text {
  max-width: 26ch;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, .82);
  font-size: 1.08rem;
  line-height: 1.35;
}

.about-news-card__url {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: auto;
  padding-top: 1.5rem;
  font-family: var(--zm-heading);
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: .01em;
}

.about-events {
  background: var(--zm-soft);
}

.event-card {
  min-height: 300px;
  padding: 2rem;
  background: #fff;
  border-top: 8px solid var(--zm-lime);
}

.event-card-dark {
  color: #fff;
  background: var(--zm-green-deep);
}

.event-card span {
  color: var(--zm-green);
  font-family: var(--zm-heading);
  font-weight: 900;
  text-transform: uppercase;
}

.event-card-dark span {
  color: var(--zm-lime);
}

.event-card h3 {
  margin: 3rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: .95;
  text-transform: uppercase;
}

.document-group + .document-group {
  margin-top: 5rem;
}

.document-group-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.document-folder {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--zm-green-black);
  background: var(--zm-lime);
  border-radius: 50%;
  font-size: 1.8rem;
}

.document-group h2 {
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.document-category {
  padding: 1.5rem;
  background: var(--zm-soft);
}

.document-category h3 {
  font-size: 1.7rem;
  text-transform: uppercase;
}

.document-category ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.document-category li + li {
  border-top: 1px solid rgba(0, 99, 41, .12);
}

.document-category a {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .9rem 0;
  text-decoration: none;
}

.document-category a > i:first-child {
  color: var(--zm-green);
  font-size: 1.5rem;
}

.document-category a > i:last-child {
  margin-left: auto;
}

.document-category a span {
  display: grid;
}

.document-category small {
  color: var(--zm-muted);
}

.empty-state {
  padding: 4rem 2rem;
  text-align: center;
  background: var(--zm-soft);
}

.empty-state i {
  color: var(--zm-lime);
  font-size: 4rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.contact-item {
  display: flex;
  min-height: 210px;
  gap: 1rem;
  padding: 1.4rem;
  background: var(--zm-soft);
}

.contact-item > span {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--zm-green-black);
  background: var(--zm-lime);
  border-radius: 50%;
}

.contact-item h2 {
  margin-bottom: .8rem;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.contact-item a {
  color: var(--zm-green);
  font-weight: 700;
}

.contact-cta {
  color: #fff;
  background: var(--zm-green-deep);
}

.contact-cta .eyebrow {
  color: var(--zm-lime);
}

.council-section {
  background: var(--zm-soft);
}

.council-election-note {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: var(--zm-muted);
  font-weight: 600;
}

.council-election-note i {
  color: var(--zm-green);
  font-size: 1.2rem;
}

.council-card {
  display: flex;
  min-height: 170px;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.45rem;
  background: #fff;
  border-top: 5px solid var(--zm-lime);
  box-shadow: 0 12px 35px rgba(5, 65, 30, .07);
}

.council-card-lead {
  color: #fff;
  background: var(--zm-green-deep);
}

.council-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  color: var(--zm-green-black);
  background: var(--zm-lime);
  border-radius: 50%;
  font-size: 1.25rem;
}

.council-card h3 {
  margin: .15rem 0 .3rem;
  font-size: 1.5rem;
  line-height: 1.05;
}

.council-card p {
  margin: 0;
  color: var(--zm-muted);
}

.council-card-lead p {
  color: rgba(255, 255, 255, .7);
}

.council-card a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .8rem;
  color: var(--zm-green);
  font-weight: 700;
  text-decoration: none;
}

.council-card-lead a {
  color: var(--zm-lime-bright);
}

.council-card a:hover,
.council-card a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .pillar-nav {
    position: static;
  }

  .pillar-intro-sticky,
  .about-sidebar,
  .contact-cta {
    position: static;
  }

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

@media (max-width: 767.98px) {
  .page-hero {
    padding-block: 4rem;
  }

  .page-hero h1 {
    font-size: clamp(3.3rem, 17vw, 5.6rem);
  }

  .pillar-nav a {
    min-height: 74px;
    font-size: .88rem;
  }

  .program-accordion .accordion-button {
    padding: 1.1rem;
    font-size: 1.1rem;
  }

  .candidate-card-large blockquote {
    min-height: 7rem;
    font-size: .82rem;
  }

  .candidate-card-large .candidate-card__body h2 {
    min-height: 2.45rem;
    font-size: 1.1rem;
  }

  .contact-item {
    min-height: 0;
  }
}

/* Kandidátka 2026 */
.candidate-feature__caption {
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.candidate-feature-link:hover .candidate-feature__caption,
.candidate-feature-link:focus-visible .candidate-feature__caption {
  color: #fff;
  background: var(--zm-green-deep);
}

.candidate-lead {
  overflow: hidden;
  scroll-margin-top: 160px;
  color: #fff;
  background: var(--zm-green-deep);
  box-shadow: 0 28px 70px rgba(5, 65, 30, .2);
}

.candidate-lead__photo {
  position: relative;
  min-height: 620px;
  background: var(--zm-green-black);
}

.candidate-lead__photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 52, 23, .42), transparent 38%);
  pointer-events: none;
}

.candidate-lead__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.candidate-lead__number {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  left: 1.5rem;
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  color: var(--zm-green-black);
  background: var(--zm-lime);
  border-radius: 50%;
  font-family: var(--zm-heading);
  font-size: 2.75rem;
  font-weight: 900;
}

.candidate-lead__content {
  display: flex;
  min-height: 620px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(2.2rem, 6vw, 5.5rem);
}

.candidate-lead__content .eyebrow {
  color: var(--zm-lime);
}

.candidate-lead__content h2 {
  max-width: 720px;
  font-size: clamp(3.6rem, 7vw, 6.6rem);
}

.candidate-lead__meta {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, .74);
  font-family: var(--zm-heading);
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.candidate-lead blockquote {
  max-width: 700px;
  margin: 2rem 0 1.4rem;
  padding-left: 1.35rem;
  border-left: 7px solid var(--zm-lime);
  font-family: var(--zm-heading);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.08;
}

.candidate-lead__bio {
  max-width: 680px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, .82);
  font-size: 1.08rem;
}

.candidate-list-heading {
  margin-top: clamp(4.5rem, 9vw, 8rem);
  margin-bottom: 2rem;
}

.candidate-list-heading p {
  color: var(--zm-muted);
}

.candidate-card-large {
  scroll-margin-top: 160px;
}

.candidate-card-large .candidate-card__body {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  padding: 1.25rem;
}

.candidate-card-large .candidate-card__body h2 {
  min-height: 2.8rem;
  font-size: 1.6rem;
}

.candidate-card-large .candidate-card__body p {
  min-height: 1.8rem;
  margin-bottom: .8rem;
  font-weight: 600;
}

.candidate-card-large blockquote {
  display: -webkit-box;
  min-height: 6.4rem;
  overflow: hidden;
  margin-bottom: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.candidate-card__link {
  margin-top: auto;
}

.candidate-card:focus-within {
  outline: 4px solid var(--zm-lime);
  outline-offset: 3px;
}

.candidate-modal {
  min-height: 610px;
}

.candidate-modal__photo {
  position: sticky;
  top: 0;
  height: min(760px, calc(100vh - 4rem));
  min-height: 610px;
  align-self: flex-start;
}

.candidate-modal__photo img {
  position: static;
  height: 100%;
  min-height: 100%;
}

.candidate-modal__number {
  line-height: 1;
}

.candidate-modal__content {
  display: flex;
  min-height: 610px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.candidate-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.6rem;
}

.candidate-modal__meta span {
  padding: .38rem .72rem;
  color: var(--zm-green-deep);
  background: var(--zm-soft);
  font-family: var(--zm-heading);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.candidate-modal__bio {
  color: var(--zm-muted);
  font-size: 1.08rem;
}

.candidate-modal__lead {
  margin-bottom: 1.8rem;
  color: var(--zm-green-black);
  font-size: 1.16rem;
  font-weight: 650;
  line-height: 1.55;
}

.candidate-modal__bio--full {
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 99, 41, .16);
}

.candidate-modal__bio--full h3 {
  margin-bottom: 1rem;
  color: var(--zm-green-deep);
  font-family: var(--zm-heading);
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
}

.candidate-modal__bio--full p {
  margin-bottom: 0;
  line-height: 1.68;
}

.candidate-modal__signature {
  width: 100%;
  margin-top: 2rem;
  padding-top: 1.5rem;
  color: var(--zm-green);
  border-top: 1px solid rgba(0, 99, 41, .16);
  font-family: var(--zm-heading);
  font-weight: 900;
  text-transform: uppercase;
}

.candidate-modal__signature span {
  color: var(--zm-lime);
}

@media (max-width: 991.98px) {
  .candidate-lead__photo,
  .candidate-lead__photo img {
    min-height: 0;
  }

  .candidate-lead__photo img {
    aspect-ratio: 4 / 5;
  }

  .candidate-lead__content {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .candidate-lead__number {
    top: 1rem;
    left: 1rem;
    width: 64px;
    height: 64px;
    font-size: 2rem;
  }

  .candidate-lead__content {
    padding: 2.2rem 1.4rem 2.5rem;
  }

  .candidate-lead__content h2 {
    font-size: clamp(3.1rem, 16vw, 4.5rem);
  }

  .candidate-lead blockquote {
    margin-block: 1.5rem 1rem;
    font-size: 1.45rem;
  }

  .candidate-list-heading {
    margin-top: 4.5rem;
  }

  .candidate-card-large .candidate-card__body {
    min-height: 255px;
    padding: .85rem;
  }

  .candidate-card-large .candidate-card__body h2 {
    min-height: 2.5rem;
    font-size: 1.12rem;
  }

  .candidate-card-large .candidate-card__body p {
    min-height: 2.4rem;
    font-size: .8rem;
  }

  .candidate-card-large blockquote {
    min-height: 6.8rem;
    font-size: .82rem;
  }

  .candidate-modal,
  .candidate-modal__content {
    min-height: 0;
  }

  .candidate-modal__photo img {
    position: static;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 5;
  }

  .candidate-modal__photo {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
  }

  .candidate-modal__content {
    padding: 2.2rem 1.4rem;
  }

  .candidate-modal__content h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .candidate-modal blockquote {
    margin-block: 1.4rem;
    font-size: 1.2rem;
  }

  .candidate-modal__signature {
    margin-top: 1.5rem;
  }
}
