:root {
  --green: #046b20;
  --deep-green: #06471b;
  --lime: #bfd617;
  --lime-soft: #e4ef74;
  --orange: #ed7d1a;
  --grey: #8a8f87;
  --soft-grey: #f5f6f1;
  --white: #ffffff;
  --ink: #1d2a1f;
  --shadow: 0 18px 45px rgba(28, 55, 25, 0.16);
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--grey);
  font-family: "Aptos", "Segoe UI", Calibri, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  background: var(--white);
}

body.nav-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--green);
  transform: translateY(-140%);
  transition: transform 0.25s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(4, 107, 32, 0.09);
  backdrop-filter: blur(14px);
}

.nav {
  max-width: var(--max);
  min-height: 92px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 72px;
  height: 58px;
  position: relative;
  display: grid;
  place-items: center;
}

.brand-mark::before {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 50% 50% 48% 52%;
  background: var(--lime);
  box-shadow: inset -8px -10px 0 rgba(4, 107, 32, 0.12);
  transform: rotate(-16deg);
}

.brand-mark::after {
  content: "C";
  position: absolute;
  color: var(--green);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.brand-word {
  display: grid;
  color: var(--green);
  font-size: 24px;
  line-height: 1;
}

.brand-word small {
  margin-top: 3px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 0;
  color: var(--green);
  background: var(--soft-grey);
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 auto;
}

.nav-toggle span {
  display: block;
  height: 3px;
  margin: 7px 4px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  color: var(--green);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--lime);
}

.language {
  color: var(--lime);
}

.hero {
  position: relative;
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(8, 55, 17, 0.2), rgba(255, 255, 255, 0.06)),
    var(--hero-image) center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -6% -1px -6%;
  height: 96px;
  background: var(--white);
  clip-path: ellipse(58% 58% at 50% 100%);
}

.hero-spacer {
  min-height: 400px;
}

.intro-badge {
  max-width: var(--max);
  margin: -210px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.intro-badge-inner {
  width: min(395px, 100%);
  min-height: 330px;
  padding: 82px 36px 72px;
  text-align: center;
  background: var(--lime);
  border-radius: 140px 140px 140px 260px;
  box-shadow: var(--shadow);
}

.intro-badge h1 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.05;
}

.intro-badge strong {
  color: var(--white);
}

.section {
  padding: 82px 24px;
}

.section.compact {
  padding-block: 54px;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: 58px;
}

.split.reverse {
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--lime);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--green);
  font-weight: 850;
  line-height: 1.15;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(35px, 4vw, 48px);
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(27px, 3vw, 34px);
}

h4 {
  margin-bottom: 8px;
  font-size: 24px;
}

.lead {
  color: #687167;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 750;
}

.fruit-cutout {
  width: min(480px, 100%);
  aspect-ratio: 6 / 5;
  border-radius: 44% 56% 47% 53%;
  background: var(--image) center / cover no-repeat;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  color: var(--grey);
  font-size: 25px;
}

.teaser-grid,
.cards-grid,
.icon-grid,
.news-grid,
.stats-grid {
  display: grid;
  gap: 30px;
}

.teaser-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.teaser-card,
.news-card,
.plain-card {
  background: #f3f4ef;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.teaser-card:hover,
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 2px 8px 26px rgba(4, 107, 32, 0.18);
}

.teaser-image,
.news-image {
  aspect-ratio: 3 / 2;
  background: var(--image) center / cover no-repeat;
}

.teaser-card div:last-child,
.news-card div:last-child,
.plain-card {
  padding: 25px;
}

.teaser-card h3,
.news-card h3 {
  margin-bottom: 12px;
  color: var(--lime);
  font-size: 24px;
}

.green-band {
  background: #eef3dc;
}

.map-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 490px;
}

.poland-map {
  width: min(420px, 76vw);
  aspect-ratio: 0.68;
  background:
    radial-gradient(circle at 54% 55%, var(--orange) 0 12px, transparent 13px),
    linear-gradient(145deg, rgba(4, 107, 32, 0.12), rgba(191, 214, 23, 0.25));
  border: 4px solid rgba(4, 107, 32, 0.15);
  border-radius: 48% 44% 50% 46% / 38% 45% 52% 55%;
  position: relative;
}

.poland-map::after {
  content: "Warsaw";
  position: absolute;
  left: 57%;
  top: 51%;
  padding: 7px 10px;
  color: var(--white);
  background: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.quote-band {
  min-height: 500px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(rgba(144, 178, 13, 0.72), rgba(144, 178, 13, 0.72)),
    var(--image) center / cover fixed;
}

.quote-band blockquote {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.quote-band p {
  margin: 0;
  color: var(--white);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
}

.quote-band cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 24px;
}

.icon-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.value-icon {
  text-align: center;
}

.value-icon .icon {
  width: 84px;
  height: 104px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  color: var(--lime);
}

.value-icon svg {
  width: 82px;
  height: 82px;
  fill: currentColor;
}

.history-image {
  border-radius: 2px;
  box-shadow: var(--shadow);
}

.page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(0, 55, 18, 0.32), rgba(0, 55, 18, 0.02)),
    var(--hero-image) center / cover no-repeat;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto -6% -1px -6%;
  height: 82px;
  background: var(--white);
  clip-path: ellipse(58% 58% at 50% 100%);
}

.page-title {
  width: min(420px, calc(100% - 48px));
  margin: 0 auto -70px;
  position: relative;
  z-index: 2;
  padding: 70px 34px;
  color: var(--green);
  text-align: center;
  background: var(--lime);
  border-radius: 120px 120px 120px 235px;
  box-shadow: var(--shadow);
}

.page-title h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 58px);
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 46px;
}

.stat {
  text-align: center;
  color: var(--green);
}

.stat strong {
  display: block;
  color: var(--lime);
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1;
}

.timeline {
  display: grid;
  gap: 22px;
  margin-top: 34px;
  border-left: 3px solid var(--lime);
}

.timeline-item {
  padding-left: 28px;
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 7px;
  width: 17px;
  height: 17px;
  background: var(--orange);
  border-radius: 50%;
}

.profile-grid,
.cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile {
  min-height: 240px;
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(rgba(4, 107, 32, 0.72), rgba(4, 107, 32, 0.72)),
    var(--image) center / cover no-repeat;
}

.profile h3,
.profile p {
  color: var(--white);
}

.service-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.process-step {
  padding: 22px;
  color: var(--green);
  background: var(--soft-grey);
  border-top: 5px solid var(--lime);
  font-weight: 800;
}

.content-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.content-list article {
  padding: 26px;
  background: var(--soft-grey);
}

.download-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.download-list a {
  display: block;
  padding: 16px 18px;
  color: var(--green);
  background: var(--soft-grey);
  font-weight: 800;
}

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

.news-date {
  color: var(--orange);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green);
  font-weight: 900;
}

.button::before {
  content: ">";
  margin-right: 8px;
  color: var(--lime);
}

.site-footer {
  position: relative;
  margin-top: 80px;
  padding: 100px 24px 45px;
  color: var(--white);
  background: var(--green);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: -1px -6% auto -6%;
  height: 84px;
  background: var(--white);
  clip-path: ellipse(58% 58% at 50% 0);
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.footer-logo {
  width: 88px;
  height: 88px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--lime);
  border-radius: 50% 50% 48% 52%;
  font-size: 42px;
  font-weight: 900;
}

.footer-contact {
  display: grid;
  gap: 6px;
  font-size: 18px;
}

.footer-contact strong,
.footer-contact a {
  color: var(--white);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
}

.footer-links a {
  font-weight: 800;
}

.copyright {
  max-width: var(--max);
  margin: 40px auto 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}

.legal-page {
  min-height: 45vh;
}

.legal-page h1 {
  font-size: clamp(38px, 5vw, 58px);
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .nav-toggle {
    display: block;
  }

  .nav-toggle.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .nav-menu {
    position: fixed;
    inset: 92px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 16px 24px 30px;
    background: var(--white);
    box-shadow: 0 22px 36px rgba(4, 107, 32, 0.12);
    transform: translateY(-130%);
    transition: transform 0.25s ease;
  }

  .nav-menu.open {
    transform: translateY(0);
  }

  .nav-menu a {
    display: block;
    padding: 13px 0;
    font-size: 20px;
  }

  .split,
  .split.reverse,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .teaser-grid,
  .profile-grid,
  .icon-grid,
  .stats-grid,
  .service-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  .nav {
    min-height: 82px;
    padding: 13px 18px;
  }

  .brand-mark {
    width: 56px;
    height: 50px;
  }

  .brand-mark::before {
    width: 47px;
    height: 47px;
  }

  .brand-word {
    font-size: 20px;
  }

  .nav-menu {
    top: 82px;
  }

  .hero {
    min-height: 410px;
  }

  .hero-spacer {
    min-height: 250px;
  }

  .intro-badge {
    margin-top: -120px;
  }

  .intro-badge-inner,
  .page-title {
    padding: 38px 22px;
    min-height: auto;
    border-radius: 74px 74px 74px 135px;
  }

  .section {
    padding-block: 54px;
  }

  .page-hero {
    min-height: 330px;
  }

  .page-title {
    margin-bottom: -52px;
  }

  .teaser-grid,
  .cards-grid,
  .profile-grid,
  .icon-grid,
  .stats-grid,
  .service-process,
  .content-list,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .quote-band {
    min-height: 370px;
    background-attachment: scroll;
  }
}
