* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "DM Sans", sans-serif;
  color: #111b14;
  background: #fff;
  line-height: 1.55;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
.container {
  width: min(1180px, 92%);
  margin: auto;
}
.topbar {
  height: 34px;
  background: #08752f;
  color: #fff;
  font-size: 12px;
}
.topbar-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}
.top-right {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.top-right button {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}
.top-right .active {
  font-weight: 800;
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #edf1ed;
}
.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-logo {
    width: 190px;
    height: 60px;

    display: flex;
    align-items: center;
}

.brand-logo img {
    width: 141%;
    height: 120%;

    object-fit: contain;
    object-position: left center;
}

.brand b,
.brand strong {
  display: block;
  font-family: Manrope;
  line-height: 19px;
}
.brand b {
  font-size: 22px;
  color: #237631;
}
.brand strong {
  font-size: 22px;
  color: #4aae43;
}
.brand small {
  display: block;
  font-size: 9px;
  color: #555;
  text-transform: uppercase;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header nav > a {
  font-size: 14px;
  font-weight: 600;
  padding: 33px 0;
  position: relative;
}
.header nav > a.active:after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  height: 2px;
  background: #167b38;
}
.social {
  width: 28px;
  height: 28px !important;
  padding: 0 !important;
  border-radius: 8px;
  color: #fff;
  display: grid;
  place-items: center;
}
.fb {
  background: #315ba8;
}
.wa {
  background: #1dbb59;
}
.search-btn {
  border: 0;
  background: #f3f5f3;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 20px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 27px;
}
.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.92) 36%,
    rgba(255, 255, 255, 0.18) 78%
  );
}
.hero-content {
  position: relative;
  padding: 90px 0 80px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  color: #147331;
}
.eyebrow.green {
  color: #16823b;
}
.hero h1 {
  font: 800 clamp(44px, 6vw, 70px)/1.04 Manrope;
  letter-spacing: -2.8px;
  margin: 13px 0 15px;
}
.hero h1 em,
.page-hero h1 em {
  font-style: normal;
  color: #21753b;
}
.hero-line {
  width: 84px;
  height: 3px;
  background: #1a9a44;
  margin: 20px 0;
}
.hero p {
  max-width: 490px;
  font-size: 17px;
  color: #4d5b51;
  margin-bottom: 25px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  transition: 0.25s;
}
.btn:hover {
  transform: translateY(-2px);
}
.primary {
  background: #218b3f;
  color: #fff;
  box-shadow: 0 8px 18px rgba(23, 126, 54, 0.18);
}
.white {
  background: #fff;
  color: #147235;
}
.section {
  padding: 62px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.leaf-title {
  color: #39a841;
  font-size: 28px;
  display: block;
  height: 25px;
}
.section-title h2 {
  font: 800 25px Manrope;
}
.underline {
  width: 45px;
  height: 2px;
  background: #197c39;
  margin: 7px auto;
}
.categories {
  padding-top: 25px;
}
.category-strip {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
}
.category-strip a {
  height: 105px;
  border: 1px solid #e5ebe5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #fff;
  transition: 0.25s;
}
.category-strip a:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(15, 81, 35, 0.08);
  border-color: #a7d0ae;
}
.category-strip span {
  font-size: 29px;
  filter: saturate(0.75);
}
.category-strip b {
  font-size: 12px;
}
.products {
  background: #f7faf7;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.product-grid.full {
  grid-template-columns: repeat(4, 1fr);
}
.product-card {
  background: #fff;
  border: 1px solid #e3e8e3;
  border-radius: 9px;
  overflow: hidden;
  transition: 0.25s;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(18, 59, 28, 0.08);
}
.product-image {
  height: 210px;
  background: #f5f8f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.product-body {
  padding: 13px;
}
.product-tag {
  font-size: 9px;
  color: #1b823d;
  font-weight: 800;
}
.product-body h3 {
  font: 700 15px Manrope;
  margin: 3px 0 5px;
}
.product-body p {
  font-size: 11px;
  color: #68736c;
  min-height: 34px;
}
.product-pack {
  font-size: 10px;
  margin: 9px 0;
  color: #343f38;
}
.small-btn {
  display: block;
  text-align: center;
  background: #208c40;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}
.about-layout {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 0.9fr;
  gap: 28px;
  align-items: center;
}
.about-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 6px;
  height: 275px;
}
.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.about-gallery > div {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
}
.about-copy h2 {
  font: 800 28px/1.15 Manrope;
  margin: 8px 0 14px;
}
.about-copy p {
  font-size: 12px;
  color: #606b64;
  margin-bottom: 14px;
}
.about-points {
  border-left: 1px solid #ddd;
  padding-left: 25px;
  display: grid;
  gap: 18px;
}
.about-points div {
  display: flex;
  gap: 12px;
}
.about-points i {
  font-size: 25px;
  color: #15803b;
  font-style: normal;
}
.about-points b,
.about-points small {
  display: block;
}
.about-points b {
  font-size: 12px;
  color: #166c30;
}
.about-points small {
  font-size: 10px;
  color: #657067;
}
.stats {
  padding: 28px 0;
  background:
    linear-gradient(rgba(8, 100, 42, 0.94), rgba(8, 100, 42, 0.94)),
    url("../images/about-farm.jpg") center/cover;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  color: #fff;
}
.stats b {
  display: block;
  font: 800 34px Manrope;
}
.stats span {
  font-size: 12px;
  color: #d9eadc;
}
.cta-box {
  padding: 34px 45px;
  border-radius: 18px;
  background: linear-gradient(110deg, #107031, #2c9347);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.cta-box h2 {
  font: 800 26px Manrope;
  margin: 5px 0;
}
.cta-box p {
  font-size: 12px;
  color: #d4ead9;
}
.cta-box .eyebrow {
  color: #bde3c6;
}
.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.news-grid article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 15px;
  border: 1px solid #e4e9e4;
  border-radius: 10px;
  padding: 10px;
}
.news-grid img {
  width: 170px;
  height: 125px;
  object-fit: cover;
  border-radius: 7px;
}
.news-grid span {
  font-size: 9px;
  color: #16813a;
  font-weight: 800;
}
.news-grid h3 {
  font: 700 16px Manrope;
  margin: 5px 0;
}
.news-grid p {
  font-size: 11px;
  color: #68736c;
}
.footer {
  background: #005522;
  color: #c8dfce;
  padding-top: 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 0.9fr 1.1fr 1.2fr;
  gap: 30px;
  padding-bottom: 38px;
}
.footer .brand b {
  color: #fff;
}
.footer .brand strong {
  color: #8ed451;
}
.footer .brand small {
  color: #adc5b4;
}
.footer p,
.footer-grid a {
  font-size: 11px;
  color: #bdd1c3;
}
.footer-grid > div > a:not(.brand) {
  display: block;
  margin: 7px 0;
}
.footer h4 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 12px;
}
.footer-social {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}
.footer-social a {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: #146e36;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.footer form {
  display: flex;
  margin-top: 12px;
}
.footer input {
  min-width: 0;
  width: 100%;
  border: 0;
  padding: 9px;
  border-radius: 5px 0 0 5px;
}
.footer button {
  border: 0;
  background: #5fbf35;
  color: #fff;
  font-weight: 700;
  padding: 0 12px;
  border-radius: 0 5px 5px 0;
}
.copyright {
  border-top: 1px solid #287048;
  padding: 13px 0;
  font-size: 10px;
}
.copyright .container {
  display: flex;
  justify-content: space-between;
}
.backtop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #208b40;
  color: #fff;
  display: none;
  z-index: 60;
}
.backtop.show {
  display: block;
}
.page-hero {
  padding: 75px 0;
  background: linear-gradient(90deg, #edf6ee, #dfeee0);
  border-bottom: 1px solid #dbe7dc;
}
.page-hero h1 {
  font: 800 50px/1.08 Manrope;
  letter-spacing: -2px;
  margin: 10px 0;
}
.page-hero p {
  color: #637168;
  max-width: 560px;
}
.product-page {
  background: #f7faf7;
}
.filters {
  display: grid;
  grid-template-columns: 1fr 210px 180px;
  gap: 12px;
  margin-bottom: 25px;
}
.search-field {
  background: #fff;
  border: 1px solid #dfe7e0;
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #637168;
}
.search-field input {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 12px;
}
.filters select {
  border: 1px solid #dfe7e0;
  border-radius: 7px;
  padding: 0 12px;
  background: #fff;
  outline: 0;
}
.no-results {
  text-align: center;
  padding: 40px;
  color: #66736a;
  display: none;
}
.mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.mission > div {
  background: #f2f8f3;
  padding: 14px;
  border-radius: 8px;
}
.mission b {
  color: #167637;
  font-size: 12px;
}
.mission p {
  margin: 5px 0 0;
  font-size: 10px;
}
.values {
  background: #f7faf7;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.value-grid article {
  background: #fff;
  border: 1px solid #e3e9e4;
  padding: 24px;
  border-radius: 10px;
}
.value-grid span {
  font: 800 12px Manrope;
  color: #49a34b;
}
.value-grid h3 {
  font: 700 18px Manrope;
  margin: 8px 0;
}
.value-grid p {
  font-size: 11px;
  color: #69746d;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.contact-grid h2 {
  font: 800 32px Manrope;
  margin: 8px 0;
}
.muted {
  color: #69756d;
  font-size: 13px;
}
.contact-list {
  display: grid;
  gap: 15px;
  margin-top: 25px;
}
.contact-list div {
  display: flex;
  gap: 13px;
}
.contact-list i {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #eaf6ec;
  color: #177638;
  display: grid;
  place-items: center;
  font-style: normal;
}
.contact-list b,
.contact-list small {
  display: block;
}
.contact-list b {
  font-size: 12px;
}
.contact-list small {
  font-size: 11px;
  color: #68746c;
}
.contact-form {
  background: #f5f9f5;
  border: 1px solid #e0e8e1;
  border-radius: 12px;
  padding: 25px;
}
.contact-form h3 {
  font: 700 20px Manrope;
  margin-bottom: 15px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9e2da;
  border-radius: 6px;
  background: #fff;
  padding: 11px;
  margin-bottom: 11px;
  outline: 0;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
.search-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 130px;
  z-index: 200;
}
.search-modal.show {
  display: flex;
}
.search-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: min(500px, 90%);
  position: relative;
}
.search-box button {
  position: absolute;
  right: 15px;
  top: 10px;
  border: 0;
  background: none;
  font-size: 25px;
}
.search-box h3 {
  font: 700 20px Manrope;
  margin-bottom: 15px;
}
.search-box input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
}
.search-box a {
  display: block;
  background: #19843c;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
}
@media (max-width: 1050px) {
  .header nav {
    gap: 16px;
  }
  .category-strip {
    grid-template-columns: repeat(5, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-grid.full {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-layout {
    grid-template-columns: 1fr 1fr;
  }
  .about-points {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 780px) {
  .menu-toggle {
    display: block;
  }
  .header nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    background: #fff;
    padding: 12px 4%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid #ddd;
  }
  .header nav.open {
    display: flex;
  }
  .header nav > a {
    padding: 11px 0;
  }
  .header nav > a.active:after {
    display: none;
  }
  .social,
  .search-btn {
    display: none !important;
  }
  .hero {
    min-height: 560px;
  }
  .hero-shade {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.65)
    );
  }
  .product-grid,
  .product-grid.full {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-layout {
    grid-template-columns: 1fr;
  }
  .about-points {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .filters {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .topbar {
    display: none;
  }
  .nav-wrap {
    min-height: 72px;
  }
  .header nav {
    top: 72px;
  }
  .brand-logo {
    width: 45px;
    height: 45px;
  }
  .brand b,
  .brand strong {
    font-size: 18px;
  }
  .brand small {
    font-size: 7px;
  }
  .hero-content {
    padding: 75px 0;
  }
  .hero h1 {
    font-size: 43px;
    letter-spacing: -1.7px;
  }
  .hero p {
    font-size: 14px;
  }
  .category-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid,
  .product-grid.full {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 50px 0;
  }
  .about-gallery {
    height: 245px;
  }
  .about-copy h2 {
    font-size: 25px;
  }
  .about-points {
    display: grid;
  }
  .stats b {
    font-size: 28px;
  }
  .cta-box {
    display: block;
    padding: 28px;
  }
  .cta-box .btn {
    margin-top: 18px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .copyright .container {
    display: block;
  }
  .copyright span {
    display: block;
    margin: 5px 0;
  }
  .page-hero {
    padding: 55px 0;
  }
  .page-hero h1 {
    font-size: 39px;
  }
  .mission {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
