@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

:root {
  --green: #00944a;
  --green-light: #c9e8d9;
  --dark: #24292e;
  --text: #373a3c;
  --muted: #6b7470;
  --line: #d8e5dc;
  --white: #fff;
  --container: 100%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: auto;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: var(--green);
  text-decoration: none;
}

a:hover {
  color: var(--green-light);
  text-decoration: underline;
}

strong {
  color: var(--green);
  font-weight: 900;
}

h1,
h2,
h3 {
  color: var(--dark);
  font-weight: 400;
  margin: 0 0 15px;
}

h1 {
  font-size: 38px;
  line-height: 42px;
  padding-bottom: 10px;
}

h2 {
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 0.3em;
}

h3 {
  color: #000;
  font-size: 28px;
  line-height: 1.08;
}

p,
ul {
  font-size: 1.4rem;
  margin-top: 0;
}

p {
  margin-bottom: 1.5em;
}

.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.skip-link:focus {
  clip: auto;
  background: #f1f1f1;
  color: #21759b;
  height: auto;
  left: 5px;
  padding: 15px 23px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.container {
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 32px;
  width: 100%;
}

.container.narrow {
  max-width: 100%;
}

.site-header {
  background: var(--green);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
  left: 0;
  padding: 0.74rem 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.navbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 49px;
}

.brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  gap: 11px;
  letter-spacing: 0;
}

.brand:hover {
  color: #fff;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: #fff;
  color: var(--green);
  display: inline-flex;
  font-size: 1.02rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 50px;
}

.brand-name {
  font-size: 1.42rem;
}

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

.nav-menu > li {
  position: relative;
}

.nav-link,
.dropdown-trigger,
.flag-link {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.5rem;
}

.nav-link:hover,
.dropdown-trigger:hover,
.flag-link:hover {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.caret {
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.25em solid;
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: 0.16em;
}

.dropdown-menu {
  background: var(--green);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 12%);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 20.5rem;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  z-index: 100;
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown.is-open .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  color: #fff;
  display: block;
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 0.313rem 0.85rem;
}

.dropdown-menu a:hover {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.flag-link {
  border: 1px solid rgb(255 255 255 / 45%);
  font-size: 0.88rem;
  font-weight: 900;
  margin-left: 0.5rem;
  padding: 0.28rem 0.5rem;
}

.nav-toggle {
  background: transparent;
  border: 1px solid rgb(255 255 255 / 55%);
  display: none;
  height: 42px;
  padding: 8px;
  width: 46px;
}

.nav-toggle span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 5px 0;
}

.site-content {
  margin-top: 73px;
}

.home-section {
  padding-bottom: 12px;
}

.page-content-wrap {
  min-height: 68vh;
}

.page-hero {
  padding-top: 0;
}

.page-hero .container {
  padding-left: 0;
  padding-right: 0;
}

.page-hero img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  width: 100%;
}

.first-section {
  border-top: 0;
  padding-top: 42px;
}

.hero-slider {
  background: #e5e5e5;
  margin-bottom: 30px;
  margin-left: -32px;
  margin-right: -32px;
  overflow: hidden;
  position: relative;
  width: calc(100% + 64px);
}

.hero-slider::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.slide {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transition: opacity 0.6s ease;
  width: 100%;
}

.slide.is-active {
  opacity: 1;
}

.slider-dots {
  bottom: 18px;
  display: flex;
  gap: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.dot {
  background: rgb(255 255 255 / 70%);
  border: 0;
  height: 10px;
  padding: 0;
  width: 32px;
}

.dot.is-active {
  background: var(--green);
}

.intro-columns {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 30px;
  max-width: 1140px;
}

.tile-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 30px;
}

.green-box {
  background: var(--green);
  color: #fff;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.green-box:hover {
  color: #fff;
  text-decoration: none;
}

.green-box img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
  width: 100%;
}

.green-box:hover img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.035);
}

.green-box h3 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0;
  padding: 0.86rem 0.9rem 0.95rem;
}

.content-section {
  border-top: 1px solid var(--line);
  padding: 58px 0 30px;
  scroll-margin-top: 90px;
}

.content-section:nth-of-type(even) {
  background: #f7faf8;
}

.content-section h2 {
  color: var(--green);
}

.content-section .narrow > p,
.content-section .narrow > h1,
.content-section .narrow > h2,
.content-section .narrow > h3,
.content-section .narrow > .feature-list,
.content-section .narrow > .timeline,
.content-section .narrow > .contact-form,
.content-section .narrow > address {
  max-width: 1140px;
}

.legal-page > * {
  max-width: 1140px;
}

.legal-page h2 {
  color: var(--green);
  margin-top: 28px;
}

.content-media-row {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0;
}

.content-media-row img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.brochure-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 28px;
}

.pdf-link {
  border: 2px solid var(--green);
  color: var(--green);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  gap: 10px;
  line-height: 1;
  padding: 12px 16px;
}

.pdf-link::before {
  content: "PDF";
  background: var(--green);
  color: #fff;
  font-size: 0.82rem;
  padding: 2px 5px;
}

.pdf-link:hover {
  background: var(--green);
  color: #fff;
  text-decoration: none;
}

.contact-strip {
  margin-top: 34px;
}

.contact-strip h3 {
  font-size: 1.35rem;
}

.contact-rule {
  border: 0;
  border-top: 2px solid var(--green);
  margin: 0 0 18px;
}

.contact-cards {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-card {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 76px 1fr;
}

.contact-avatar {
  align-items: center;
  background: var(--green);
  color: #fff;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 900;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.contact-card p {
  font-size: 1.02rem;
  line-height: 1.45;
  margin: 0;
}

.material-list {
  border-top: 2px solid var(--green);
  display: grid;
  gap: 10px 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 28px 0 0;
  padding: 22px 0 0;
}

.material-list li {
  color: #000;
  font-size: 1.08rem;
}

.feature-list {
  display: grid;
  gap: 26px 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-list article {
  border-top: 2px solid var(--green);
  padding-top: 14px;
}

.feature-list h3 {
  color: #000;
  font-size: 1.35rem;
}

.feature-list p {
  font-size: 1.15rem;
}

.timeline {
  border-left: 4px solid var(--green);
  display: grid;
  gap: 20px;
  margin-left: 8px;
  padding-left: 28px;
}

.timeline div {
  position: relative;
}

.timeline div::before {
  background: var(--green);
  content: "";
  height: 14px;
  left: -37px;
  position: absolute;
  top: 9px;
  width: 14px;
}

.timeline span {
  color: var(--green);
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.timeline p {
  font-size: 1.2rem;
  margin: 0.4rem 0 0;
}

.contact-section {
  background: #eef6f1;
  border-top: 1px solid var(--line);
  padding: 58px 0;
  scroll-margin-top: 90px;
}

.compact-contact {
  padding: 42px 0;
}

.contact-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.2fr 0.8fr;
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.checkbox-cloud {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkbox-cloud label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.05rem;
  gap: 10px;
  line-height: 1.35;
  padding: 4px 0;
}

.checkbox-cloud input[type="checkbox"],
.contact-form input[type="checkbox"] {
  accent-color: var(--green);
  cursor: pointer;
  flex: 0 0 auto;
  height: 18px;
  margin: 0;
  width: 18px;
}

.consent-line {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-size: 1.05rem;
  gap: 10px;
  line-height: 1.45;
  padding: 6px 0;
}

.consent-line input[type="checkbox"] {
  margin-top: 4px;
}

.field-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #cbd9d1;
  color: var(--text);
  font: inherit;
  padding: 12px 13px;
  width: 100%;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.submit-button {
  background: var(--green);
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 900;
  justify-self: start;
  padding: 12px 22px;
  transition: background-color 0.15s ease, opacity 0.15s ease;
}

.submit-button:hover:not(:disabled) {
  background: #007a3d;
}

.submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.form-status {
  border-left: 4px solid var(--green);
  font-size: 1.05rem;
  margin: 0;
  padding: 12px 16px;
}

.form-status.is-error {
  background: #fdecea;
  border-left-color: #c0392b;
  color: #7a2018;
}

.form-status.is-success {
  background: #eaf6ee;
  border-left-color: var(--green);
  color: #1e5631;
}

.form-status.is-loading {
  background: #f4f7f5;
  color: var(--text);
}

.form-field-error {
  border-color: #c0392b !important;
}

.field-error-text {
  color: #c0392b;
  display: block;
  font-size: 0.9rem;
  margin-top: 4px;
}

/* Honeypot: hidden from real users, visible/clickable for bots */
.hp-field {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: -9999px;
  width: 0;
}

address {
  background: #fff;
  border-left: 8px solid var(--green);
  color: var(--text);
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.6;
  padding: 26px 30px;
}

.site-footer {
  background: var(--green);
  color: #fff;
  padding: 1.25rem 0;
}

.footer-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer p,
.site-footer ul {
  font-size: 1.02rem;
  margin-bottom: 0;
}

.site-footer strong {
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links a {
  color: #fff;
}

.footer-links a:hover {
  color: var(--green-light);
}

@media (max-width: 1199px) {
  .brand-name {
    display: none;
  }

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

@media (max-width: 991px) {
  p,
  ul {
    font-size: 1.15rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    align-items: stretch;
    background: var(--green);
    display: none;
    inset: 73px 0 auto 0;
    max-height: calc(100vh - 73px);
    overflow: auto;
    padding: 16px 30px 30px;
    position: fixed;
  }

  body.nav-open .nav-menu {
    display: block;
  }

  .nav-link,
  .dropdown-trigger,
  .flag-link {
    padding: 0.45rem 0;
    text-align: left;
    width: 100%;
  }

  .dropdown-menu {
    border: 0;
    box-shadow: none;
    margin-left: 1.25rem;
    min-width: 0;
    padding: 0;
    position: static;
  }

  .has-dropdown:hover .dropdown-menu {
    display: none;
  }

  .has-dropdown.is-open .dropdown-menu {
    display: block;
  }

  .dropdown-menu a {
    padding: 0.18rem 0;
  }

  .flag-link {
    display: inline-block;
    margin: 10px 0 0;
    width: auto;
  }

  .intro-columns,
  .contact-grid,
  .footer-grid,
  .content-media-row,
  .contact-cards,
  .field-grid,
  .checkbox-cloud {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 575px) {
  h1 {
    font-size: 31px;
    line-height: 36px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 22px;
  }

  .container {
    padding: 0 12px;
  }

  .hero-slider {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }

  .tile-grid,
  .feature-list,
  .material-list {
    grid-template-columns: 1fr;
  }

  .content-section,
  .contact-section {
    padding: 42px 0 24px;
  }
}
