/* RESET & BASE - NATURE ORGANIC STYLE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #FAF8F4;
  color: #24343A;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
}
img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
a {
  color: #518C56;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #355E35;
  outline: none;
}
ul, ol {
  padding-left: 1.4em;
  margin-bottom: 1em;
}
li {
  margin-bottom: 8px;
}

/* TYPOGRAPHY SCALE */
h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem; /* 40px */
  line-height: 1.15;
  color: #24343A;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem; /* 32px */
  line-height: 1.2;
  color: #355E35;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.3rem; /* 21px */
  line-height: 1.2;
  color: #516B56;
  margin-bottom: 12px;
}
h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  color: #59523E;
}
p {
  font-size: 1rem;
  margin-bottom: 18px;
  color: #24343A;
}
strong, b {
  font-weight: bold;
  color: #215138;
}

/* CONTAINER, SECTION, LAYOUT */
.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFF;
  border-radius: 28px;
  box-shadow: 0 4px 24px 0 rgba(103, 126, 93, 0.07);
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* HEADER */
header {
  background: #EDE6DB;
  box-shadow: 0 1px 6px 0 rgba(73, 99, 70, 0.08);
  position: relative;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 20px;
}
.logo img {
  height: 52px;
  width: auto;
  border-radius: 18px 8px 24px 32px;
  background: #C0C6B3;
  box-shadow: 0 1px 8px rgba(73, 99, 70, 0.1);
  padding: 5px 10px 5px 0;
}
.main-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  color: #516B56;
  font-size: 1rem;
  padding: 6px 14px;
  border-radius: 16px;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
.main-nav a:hover, .main-nav a:focus {
  background: #B5B197;
  color: #24343A;
}
.cta.primary {
  background: #24343A;
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.07rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 12px 28px;
  margin-left: 10px;
  box-shadow: 0 6px 24px 0 rgba(36, 52, 58, 0.12);
  transition: background 0.2s, color 0.2s, transform 0.1s;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.cta.primary:hover, .cta.primary:focus {
  background: #355E35;
  color: #FFFDE5;
  transform: translateY(-2px) scale(1.025);
}

/* MOBILE MENU BUTTON */
.mobile-menu-toggle {
  background: #F0EEE3;
  color: #355E35;
  border: none;
  border-radius: 10px 18px 13px 24px;
  font-size: 2.1rem;
  padding: 7px 14px;
  cursor: pointer;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, box-shadow 0.15s;
  box-shadow: 0 2px 10px 0 rgba(73,99,70, 0.10);
  z-index: 1050;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #B5B197;
  color: #24343A;
}

/* MOBILE MENU OVERLAY */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #EDE6DB;
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.32s cubic-bezier(.26,1.07,.54,1), box-shadow 0.25s;
  box-shadow: 8px 0 24px rgba(36,52,58,0.12);
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #24343A;
  font-size: 2.6rem;
  position: absolute;
  top: 22px;
  right: 30px;
  z-index: 2100;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: background 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #C5C2AE;
  color: #518C56;
}
.mobile-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 70px 36px 28px 36px;
}
.mobile-nav a {
  color: #24343A;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.22rem;
  padding: 14px 0;
  width: 100%;
  border-radius: 12px;
  transition: background 0.22s, color 0.22s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #C2D3C8;
  color: #355E35;
}

/* Hide desktop nav/burger rules */
.main-nav, .cta.primary {
  display: none;
}
@media (min-width: 900px) {
  .main-nav,
  .cta.primary {
    display: inline-flex;
  }
  .mobile-menu-toggle {
    display: none;
  }
  .mobile-menu {
    display: none !important;
  }
}

/* HERO + FEATURE SECTIONS */
.feature-grid, .service-grid, .value-grid, .scenario-list, .faq-list, .project-types-overview ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.feature {
  background: #F7F5F0;
  border-radius: 28px 40px 15px 32px;
  box-shadow: 0 3px 12px 0 rgba(79, 98, 85, 0.07);
  padding: 24px 22px 20px 22px;
  flex: 1 1 230px;
  min-width: 240px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  transition: box-shadow .24s, transform .18s;
  margin-bottom: 20px;
}
.feature img {
  height: 45px;
  width: 45px;
  background: #C5C2AE;
  border-radius: 50% 32% 28% 13%/45% 41% 21% 39%;
  padding: 8px;
}
.feature:hover {
  box-shadow: 0 8px 34px 0 rgba(73, 99, 70, 0.17);
  transform: translateY(-5px) scale(1.025);
}

.service-item {
  background: #F7F5F0;
  border-radius: 24px 38px 16px 28px;
  box-shadow: 0 3px 12px 0 rgba(73, 99, 70, 0.07);
  padding: 22px 20px 18px 20px;
  flex: 1 1 210px;
  min-width: 220px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  transition: box-shadow .24s, transform .18s;
}
.service-item img {
  height: 40px;
  width: 40px;
  background: #B7C6B1;
  border-radius: 14% 32% 36% 61%;
  padding: 6px;
}
.service-item:hover {
  box-shadow: 0 8px 24px 0 rgba(73, 99, 70, 0.19);
  transform: scale(1.024);
}

.value-item {
  background: #E5E7DC;
  border-radius: 29px 18px 30px 48px;
  box-shadow: 0 2px 6px 0 rgba(120, 135, 102, 0.07);
  padding: 20px 18px 15px 18px;
  flex: 1 1 200px;
  min-width: 200px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.scenario {
  background: #EDE6DB;
  border-radius: 24px 26px 20px 36px;
  box-shadow: 0 2px 8px rgba(157, 158, 129, 0.06);
  padding: 20px 18px 15px 18px;
  flex: 1 1 200px;
  min-width: 220px;
  max-width: 350px;
  margin-bottom: 20px;
}

.faq-item {
  background: #F6F7F4;
  border-radius: 20px 30px 14px 34px;
  box-shadow: 0 2px 9px rgba(157,158,129,0.10);
  padding: 18px 14px 14px 18px;
  flex: 1 1 200px;
  min-width: 220px;
  margin-bottom: 20px;
}

/* Testimonial Cards */
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card {
  background: #F7F5F0;
  box-shadow: 0 2px 11px 0 rgba(36, 52, 58, 0.09);
  border-radius: 26px 40px 16px 28px;
  padding: 20px 32px 20px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 270px;
  min-width: 260px;
  max-width: 480px;
}
.testimonial-card p {
  color: #24343A;
  font-size: 1.09rem;
  font-style: italic;
  margin-bottom: 6px;
}
.testimonial-card strong {
  color: #517245;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
}

/* Project overview and misc */
.project-types-overview h3 {
  margin-bottom: 8px;
  color: #8BA09A;
}
.project-types-overview ul {
  gap: 12px;
}

.map-embed {
  background: #EDE6DB;
  border-radius: 18px 24px 13px 29px;
  padding: 13px 22px;
  font-size: 0.9rem;
  color: #355E35;
  margin-bottom: 18px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 16px;
}
.contact-details img {
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.location-info img {
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
}

/* Cards / Containers patterns */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #FAF8F4;
  border-radius: 22px 27px 14px 20px;
  box-shadow: 0 1.5px 6px 0 rgba(80, 111, 61, 0.10);
  padding: 22px 15px 16px 17px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 180px;
  flex: 1 1 180px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* BLOG */
.post-preview {
  background: #EDE6DB;
  border-radius: 21px 35px 20px 16px;
  box-shadow: 0 1.5px 6px 0 rgba(142, 130, 79, 0.09);
  padding: 22px 24px 15px 24px;
  margin-bottom: 22px;
  transition: box-shadow 0.22s, transform 0.15s;
}
.post-preview:hover {
  box-shadow: 0 6px 21px 0 rgba(87, 110, 47, 0.13);
  transform: translateY(-3px) scale(1.015);
}

/* FOOTER */
footer {
  background: #24343A;
  color: #FFF;
  padding-top: 38px;
  padding-bottom: 22px;
  margin-top: 48px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-brand img {
  height: 48px;
  margin-bottom: 5px;
  background: #C5C6AA;
  border-radius: 17px 11px 20px 25px;
  padding: 4px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-nav a {
  color: #EDE6DB;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: color 0.19s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #C5C2AE;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.98rem;
}
.footer-contact span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #EDE6DB;
}
.footer-contact img {
  height: 20px;
  width: 20px;
  background: #C7C6AE;
  border-radius: 6px;
  padding: 2px;
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #EDE6DB;
  color: #24343A;
  box-shadow: 0 -2px 16px 0 rgba(36,52,58,0.09);
  z-index: 3000;
  padding: 22px 14px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  font-size: 1rem;
  animation: fadeInBanner 0.45s ease 0s 1 normal both;
}
@keyframes fadeInBanner {
  from { opacity: 0; transform: translateY(60px); }
  to   { opacity: 1; transform: translateY(0);    }
}
.cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 40px;
  padding: 10px 28px;
  font-size: 1rem;
  margin-top: 4px;
  margin-bottom: 2px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow .22s;
  box-shadow: 0 1.5px 5px 0 rgba(103, 126, 93, 0.09);
}
.btn-cookie-accept { background: #355E35; color: #FFF; }
.btn-cookie-accept:hover, .btn-cookie-accept:focus { background: #599658; color: #FFFDE5; }

.btn-cookie-decline { background: #C2D3C8; color: #355E35; }
.btn-cookie-decline:hover, .btn-cookie-decline:focus { background: #8BA09A; color: #24343A; }
.btn-cookie-settings { background: #FFF; color: #355E35; border: 1.5px solid #C2D3C8; }
.btn-cookie-settings:hover, .btn-cookie-settings:focus { background: #FAF8F4; color: #215138; border-color:#8BA09A; }

/* COOKIE PREFERENCES MODAL */
.cookie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(36, 52, 58, 0.35);
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInBanner 0.28s;
}
.cookie-modal-inner {
  background: #F7F5F0;
  border-radius: 32px 42px 24px 38px;
  box-shadow: 0 5px 22px 0 rgba(36, 52, 58, 0.14);
  padding: 34px 36px 26px 31px;
  min-width: 310px;
  max-width: 94vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
.cookie-modal-inner h2,
.cookie-modal-inner h3 {color: #355E35; margin-bottom: 4px;}
.cookie-modal-close {
  position: absolute;
  right: 20px;
  top: 18px;
  background: #EDE6DB;
  border: none;
  font-size: 2rem;
  padding: 3px 9px;
  border-radius: 50%;
  cursor: pointer;
  color: #355E35;
  transition: background 0.15s;
}
.cookie-modal-close:hover {
  background: #C2D3C8;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}
.cookie-category label {
  font-size: 1rem;
  color: #24343A;
}
.cookie-toggle {
  width: 36px;
  height: 20px;
  background: #C2D3C8;
  border-radius: 13px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
}
.cookie-toggle:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 50%;
  transition: left 0.2s, background 0.2s;
}
.cookie-toggle.active {
  background: #355E35;
}
.cookie-toggle.active:after {
  left: 18px;
  background: #C2D3C8;
}
.cookie-category.disabled label {
  color: #BDB6A4;
  opacity: 0.7;
}

/* Accessibility: hide visually but keep for screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* FORMS (if present) */
input, textarea, select, button {
  font-family: inherit;
  font-size: 1rem;
  color: #24343A;
}
input, textarea, select {
  background: #F7F5F0;
  border-radius: 16px;
  border: 1.5px solid #C2D3C8;
  padding: 12px 17px;
  margin-bottom: 12px;
  outline: none;
  transition: border-color 0.18s, background 0.18s;
}
input:focus, textarea:focus, select:focus {
  border-color: #518C56;
  background: #FFF;
}

button {
  cursor: pointer;
  border: none;
  background: #24343A;
  color: #FFF;
  border-radius: 999px;
  padding: 10px 26px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: background .2s, color .2s, transform .12s;
}
button:hover, button:focus {
  background: #355E35;
  color: #FFFDE5;
  transform: translateY(-2px) scale(1.01);
}

/* Responsive Rules */
@media (max-width: 1100px) {
  .container { max-width: 97vw; }
  .footer-brand img { height: 40px; }
}
@media (max-width: 900px) {
  .main-nav,
  .cta.primary { display: none !important; }
  header .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .logo img {
    height: 45px;
  }
  .footer-contact, .footer-nav {
    font-size: 0.95rem;
  }
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 780px) {
  .feature-grid, .service-grid, .value-grid, .scenario-list, .testimonial-list,
  .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .footer-brand img {
    height: 38px;
  }
  .section {
    padding: 36px 10px;
  }
}
@media (max-width: 650px) {
  h1 { font-size: 1.85rem; }
  h2 { font-size: 1.35rem; }
  .section { padding: 30px 2vw; }
  .feature, .service-item, .value-item, .scenario, .faq-item {
    min-width: 90vw;
    max-width: 99vw;
    padding: 15px 10px 12px 13px;
  }
  .post-preview { padding: 12px 12px 8px 13px; }
  .card { padding: 14px 8px 10px 8px; }
}
@media (max-width: 500px) {
  .container { padding-left: 2vw; padding-right: 2vw; }
  .mobile-menu .mobile-nav { padding: 70px 10vw 22px 10vw; }
  .cookie-modal-inner {
    border-radius: 12px 19px 16px 22px;
    padding: 22px 8px 16px 10px;
    min-width: 95vw;
  }
  .section { padding: 20px 1vw; }
}
@media (max-width: 768px) {
  .text-image-section { flex-direction: column; align-items: flex-start; }
  .content-wrapper { gap: 16px; }
  .container { padding-left: 3vw; padding-right: 3vw; }
}

/* Decorative organic shapes (optional, can be adjusted on .feature, .service-item, .value-item, .testimonial-card) */
.feature, .service-item, .value-item, .scenario, .testimonial-card {
  border-style: solid;
  border-width: 0 0 0 0;
  position: relative;
}

/* UTILS */
.mt-1 { margin-top: 8px !important; }
.mt-2 { margin-top: 16px !important; }
.mb-1 { margin-bottom: 8px !important; }
.mb-2 { margin-bottom: 16px !important; }
.d-flex { display: flex !important; }
.align-center { align-items: center !important; }
.gap-1 { gap: 8px !important; }
.gap-2 { gap: 16px !important; }

/* Remove accidental absolute positioning for content elements except for designated elements like cookies/modal/close */
.card, .feature, .service-item, .testimonial-card, .value-item, .scenario {
  position: static;
}

/* CUSTOM SCROLLBAR */
::-webkit-scrollbar {
  width: 11px;
  background: #EDE6DB;
}
::-webkit-scrollbar-thumb {
  background: #C2D3C8;
  border-radius: 11px;
}

/* Focus Styles for Accessibility */
a:focus-visible, button:focus-visible, .main-nav a:focus-visible {
  outline: 2px dashed #599658;
  outline-offset: 3px;
}

/* --- END --- */
