:root {
  --green-900: #043f25;
  --site-max-width: 1120px;
  --green-800: #075732;
  --green-700: #0a6b3e;
  --green-100: #eaf7ee;
  --mint: #f4fbf6;
  --ink: #15221b;
  --muted: #627066;
  --line: #dde9e1;
  --white: #ffffff;
  --gold: #f1b84b;
  --shadow: 0 18px 45px rgba(6, 61, 34, 0.12);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background: #f8fbf9;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }
p, li, input, textarea, select { font-weight: 400; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }

.top-strip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  min-height: 34px;
  padding: 6px clamp(28px, 6vw, 86px);
  color: #fff;
  background: #06451f;
  border-top: 2px solid #0c7839;
  font-size: 11px;
  font-weight: 700;
}
.top-strip span, .inline-icon { display: inline-flex; align-items: center; gap: 8px; }
.top-strip .icon { width: 15px; height: 15px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 58px);
  min-height: 76px;
  padding: 10px clamp(28px, 6vw, 92px);
  background: #eefbf5;
  border-bottom: 1px solid #d7eee2;
}
.brand { flex: 0 0 auto; margin-right: auto; }
.brand img { width: 140px; }

main {
  width: 100%;
  margin: 0 auto;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 42px);
  font-size: 13px;
  font-weight: 500;
}
.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  padding: 12px 0;
  color: #050b08;
}
.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 3px;
  background: #075e34;
  border-radius: 3px;
}
.new-pill { padding: 2px 7px; color: #fff; background: var(--green-700); border-radius: 999px; font-size: 10px; }
.menu-toggle { display: none; border: 0; background: var(--green-800); color: #fff; width: 42px; height: 42px; border-radius: 8px; font-size: 22px; }
.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.round-action {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #050b08;
  border: 1.5px solid #15864c;
  border-radius: 50%;
  background: #e7f8ef;
}
.round-action .icon { width: 19px; height: 19px; }
.round-action .cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 999px;
  background: #15864c;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.section { padding: 56px clamp(18px, 5vw, 64px); }
.section.alt { background: var(--white); }
.section-title { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.section-title h2, .page-hero h1 { margin: 0; line-height: 1.12; letter-spacing: 0; font-weight: 800; }
.section-title h2 { font-size: clamp(28px, 4vw, 42px); }
.section-title p, .page-hero p { color: var(--muted); }

.eyebrow { color: var(--green-700); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.hero-actions, .form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--green-800);
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}
.btn.primary { color: #fff; background: var(--green-800); }
.btn.light { color: var(--green-800); background: #fff; }

.form-card, .info-panel {
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.info-panel, .form-card { padding: 26px; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 20px 0 0; list-style: none; }
.check-list li { display: flex; align-items: start; gap: 10px; color: #314039; font-weight: 700; }
.check-list .icon { color: var(--green-700); }

.stats-grid, .card-grid {
  display: grid;
  gap: 18px;
}
.stats-grid { grid-template-columns: repeat(4, 1fr); margin-top: -18px; }
.stat, .card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(9, 76, 44, 0.06);
}
.stat strong { display: block; color: var(--green-800); font-size: 28px; }
.card-grid { grid-template-columns: repeat(3, 1fr); }
.card h3 { margin: 10px 0 6px; }
.card p { margin: 0; color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: start;
}
.split.reverse { grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr); }
.photo-panel {
  min-height: 360px;
  border-radius: 12px;
  background: url("../img/hero-produce.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.page-hero {
  padding: 62px clamp(18px, 5vw, 64px);
  color: #fff;
  background: linear-gradient(120deg, rgba(4,63,37,0.96), rgba(10,107,62,0.9)), url("../img/hero-produce.png") center / cover no-repeat;
}
.page-hero h1 { font-size: clamp(34px, 5.4vw, 68px); }
.page-hero p, .breadcrumb { color: rgba(255,255,255,0.84); }
.breadcrumb { margin-bottom: 12px; font-weight: 700; }

input, textarea, select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  font: inherit;
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.status-message { margin: 0 0 14px; font-weight: 700; }
.status-message.success { color: var(--green-700); }
.status-message.error { color: #b3261e; }

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(90deg, var(--green-900), var(--green-700));
  border-radius: 12px;
}

.sticky-bulk {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  color: #fff;
  background: var(--green-800);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(4,63,37,0.28);
  font-weight: 700;
}

.site-footer { padding: 44px clamp(18px, 5vw, 64px) 18px; color: #dff5e6; background: var(--green-900); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 26px; }
.footer-logo { width: 220px; margin-bottom: 14px; }
.site-footer h3 { color: #fff; margin: 0 0 12px; }
.site-footer a, .site-footer p { display: block; color: #dff5e6; margin: 0 0 8px; font-size: 14px; }
.site-footer p .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  vertical-align: -3px;
}
.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.footer-socials a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--green-700);
  border-radius: 50%;
}
.footer-socials .icon {
  width: 15px;
  height: 15px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.2);
  text-align: left;
  font-size: 13px;
}
.footer-bottom span:last-child {
  display: flex;
  gap: 24px;
}

@media (max-width: 960px) {
  .top-strip { flex-wrap: wrap; gap: 14px; }
  .menu-toggle { display: block; }
  .site-header { justify-content: space-between; gap: 16px; min-height: 78px; }
  .brand { margin-right: 0; }
  .header-actions { margin-left: 0; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .split, .split.reverse { grid-template-columns: 1fr; }
  .stats-grid, .card-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .brand img { width: 122px; }
  .top-strip { display: none; }
  .header-actions { gap: 8px; }
  .round-action { width: 40px; height: 40px; }
  .stats-grid, .card-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .page-hero, .section { padding-left: 16px; padding-right: 16px; }
  .cta-band { align-items: stretch; flex-direction: column; }
  .sticky-bulk { left: 16px; right: 16px; justify-content: center; }
  .footer-bottom,
  .footer-bottom span:last-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
