.hero {
  position: relative;
  display: block;
  width: min(100%, var(--site-max-width));
  min-height: 500px;
  margin: 0 auto;
  padding: 42px 18px 74px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 31%, rgba(255,255,255,0.7) 48%, rgba(255,255,255,0.18) 70%, rgba(255,255,255,0) 100%),
    url("../img/hero-produce.png") center right / cover no-repeat;
  overflow: visible;
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.hero-visual {
  display: none;
}
.hero h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 800;
}
.hero h1 span { display: block; color: #10823d; }
.hero p {
  max-width: 500px;
  margin: 18px 0 0;
  color: #262626;
  font-size: clamp(15px, 1.65vw, 18px);
  line-height: 1.4;
  font-weight: 500;
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.hero-points div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #242a27;
  font-size: 12px;
  line-height: 1.22;
}
.hero-points .icon {
  width: 24px;
  height: 24px;
  padding: 4px;
  color: #0f8b4b;
  background: #e7fbef;
  border: 1px solid #0f8b4b;
  border-radius: 50%;
}
.hero .btn {
  min-width: 142px;
  min-height: 42px;
  font-size: 13px;
  border-radius: 7px;
}
.hero-stats {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -32px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  min-height: 76px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.96);
  border: 1px solid #d7e3dc;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(13, 35, 24, 0.14);
}
.hero-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 13px;
  align-content: center;
  align-items: center;
}
.hero-stat span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #08713a;
  background: #dff9e9;
  border-radius: 50%;
}
.hero-stat .icon { width: 16px; height: 16px; }
.hero-stat strong { display: block; font-size: clamp(15px, 1.55vw, 19px); line-height: 1; }
.hero-stat small { color: #626262; font-size: 10px; line-height: 1.2; }

.banner-list .banner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: var(--site-max-width);
  margin: 0 auto 40px;
}

.banner-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7ece6;
  box-shadow: 0 18px 32px rgba(13, 35, 24, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.banner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(13, 35, 24, 0.12);
}

.banner-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.banner-copy {
  padding: 20px 18px 24px;
}

.banner-copy strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.2;
}

.banner-copy p {
  margin: 0;
  color: #425043;
  font-size: 0.98rem;
  line-height: 1.6;
}

.category-heading {
  max-width: var(--site-max-width);
  margin: 0 auto 28px;
}
.category-heading h2 {
  margin: 0 0 10px;
  color: #050505;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 800;
}
.category-heading p {
  margin: 0;
  color: #454545;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.4;
  font-weight: 400;
}
.category-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  max-width: var(--site-max-width);
  margin: 0 auto;
}
.category-card {
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid #d9e0dc;
  border-radius: 8px;
  box-shadow: 0 5px 9px rgba(14, 32, 23, 0.2);
}
.category-card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  background: #ead3b8;
}
.category-card-body {
  padding: 17px 10px 18px;
}
.category-card h3 {
  margin: 0 0 7px;
  color: #242424;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}
.category-card p {
  margin: 0;
  color: #515151;
  font-size: 11px;
  line-height: 1.35;
}

.how-section {
  background: #f7fbf8;
}
.how-heading {
  max-width: var(--site-max-width);
  margin: 0 auto 42px;
}
.how-heading h2 {
  margin: 0 0 12px;
  color: #050505;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.15;
  font-weight: 800;
}
.how-heading p {
  margin: 0;
  color: #444;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.4;
}
.how-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  max-width: 1040px;
  margin: 0 auto;
}
.how-steps::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, #acd6bf, #08713a, #acd6bf);
}
.how-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.how-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  color: #078143;
  background: #e8f8ef;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 12px rgba(19, 42, 29, 0.15);
}
.how-icon .icon {
  width: 34px;
  height: 34px;
}
.how-step span {
  display: block;
  margin-bottom: 10px;
  color: #078143;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.how-step h3 {
  margin: 0 0 10px;
  color: #252525;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}
.how-step p {
  max-width: 220px;
  margin: 0 auto;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.35;
}

.bulk-home-section {
  padding: 0 18px;
  background: #f7fbf8;
}
.bulk-home {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 0.95fr) minmax(290px, 0.78fr) minmax(270px, 0.7fr);
  max-width: var(--site-max-width);
  min-height: 340px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 26px rgba(7, 49, 28, 0.08);
}
.bulk-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.18) 58%, rgba(255,255,255,0.96) 77%);
  pointer-events: none;
  z-index: 1;
}
.bulk-home-copy,
.bulk-home-list,
.bulk-home-features {
  position: relative;
  z-index: 2;
}
.bulk-home-copy {
  padding: 42px 32px 68px;
}
.bulk-home-copy h2 {
  max-width: 490px;
  margin: 0 0 22px;
  color: #1e2e28;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.12;
  font-weight: 800;
}
.bulk-home-copy h2 span {
  display: block;
  color: #08713a;
}
.bulk-home-copy p {
  max-width: 420px;
  margin: 0 0 34px;
  color: #242c28;
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.38;
  font-weight: 500;
}
.bulk-home-copy .btn {
  min-width: 196px;
  border-radius: 7px;
}
.bulk-home-photo {
  min-height: 340px;
  background: url("../img/hero-produce.png") center / cover no-repeat;
}
.bulk-home-list {
  padding: 46px 30px 68px;
  background: rgba(255,255,255,0.72);
}
.bulk-home-list h3 {
  margin: 0 0 24px;
  color: #1e2e28;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.2;
  font-weight: 800;
}
.bulk-home-list ul {
  display: grid;
  gap: 17px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bulk-home-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #202822;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}
.bulk-home-list .icon {
  width: 22px;
  height: 22px;
  color: #08713a;
}
.bulk-home-features {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: center;
}
.bulk-home-features span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #1f2b25;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}
.bulk-home-features .icon {
  width: 24px;
  height: 24px;
  color: #08713a;
  fill: #08713a;
  stroke: #fff;
  background: #08713a;
  border-radius: 50%;
}

.why-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #f7fbf8;
}
.why-heading {
  max-width: var(--site-max-width);
  margin: 0 auto 34px;
}
.why-heading h2 {
  margin: 0 0 12px;
  color: #050505;
  font-size: clamp(32px, 3.6vw, 44px);
  line-height: 1.12;
  font-weight: 800;
}
.why-heading p {
  margin: 0;
  color: #313a35;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.42;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: var(--site-max-width);
  margin: 0 auto;
}
.why-card {
  min-height: 190px;
  padding: 30px 28px 26px;
  background: #fff;
  border: 1px solid #dbe5df;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(14, 32, 23, 0.2);
}
.why-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  color: #08713a;
  background: #dff5e8;
  border-radius: 50%;
}
.why-icon .icon {
  width: 27px;
  height: 27px;
}
.why-card h3 {
  margin: 0 0 12px;
  color: #222822;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.25;
  font-weight: 800;
}
.why-card p {
  max-width: 330px;
  margin: 0;
  color: #4e5752;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.24;
  font-weight: 500;
}

.trade-title {
  max-width: var(--site-max-width);
  margin: 0 auto 36px;
  text-align: left;
}
.trade-title h2 {
  font-size: clamp(31px, 3.3vw, 42px);
}
.trade-title p {
  margin-top: 12px;
  color: #313a35;
  font-size: clamp(16px, 1.6vw, 21px);
}
.trade-flow {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 34px;
  max-width: var(--site-max-width);
  margin: 0 auto;
  align-items: stretch;
}
.trade-card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 30px 30px 28px;
  background: #fff;
  border: 1px solid #dbe8e1;
  border-radius: 18px;
  box-shadow: 0 6px 12px rgba(14, 32, 23, 0.14);
}
.sell-card {
  color: #fff;
  background: #05622f;
  border-color: #05622f;
}
.trade-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 34px;
  color: #08713a;
  background: #e4f6ec;
  border-radius: 12px;
}
.sell-card .trade-icon {
  color: #08713a;
  background: #fff;
}
.trade-icon .icon {
  width: 28px;
  height: 28px;
}
.trade-card h3 {
  margin: 0 0 24px;
  font-size: clamp(27px, 2.6vw, 34px);
  line-height: 1.15;
  font-weight: 800;
}
.trade-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0 0 36px;
  list-style: none;
  color: #1d3328;
  font-size: 14px;
  line-height: 1.35;
}
.sell-card .trade-list { color: #fff; }
.trade-list li {
  display: flex;
  align-items: center;
  gap: 9px;
}
.trade-list .icon {
  width: 16px;
  height: 16px;
  color: #08713a;
}
.sell-card .trade-list .icon { color: #fff; }
.trade-card .btn {
  width: 100%;
  min-height: 49px;
  margin-top: auto;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
}
.sell-card .btn {
  color: #08713a;
  border-color: #fff;
}
.trade-dashboard {
  min-height: 380px;
  padding: 11px 18px 22px;
  background: #fff;
  border: 1px solid #dce9e2;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(7, 49, 28, 0.12);
}
.dashboard-top {
  display: flex;
  gap: 10px;
  height: 25px;
  align-items: center;
}
.dashboard-dots {
  display: flex;
  gap: 7px;
}
.dashboard-dots span {
  width: 7px;
  height: 7px;
  background: #b9dfc8;
  border-radius: 50%;
}
.dashboard-address {
  flex: 1;
  min-width: 0;
  height: 17px;
  display: grid;
  place-items: center;
  color: #65746c;
  background: #fff;
  border: 1px solid #dfe9e4;
  border-radius: 999px;
  font-size: 8px;
  line-height: 1;
}
.dashboard-body {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  min-height: 314px;
  padding-top: 24px;
}
.dashboard-side {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 27px 16px;
  background: #fff;
  border: 1px solid #e1ece6;
  border-radius: 14px;
  box-shadow: 0 4px 8px rgba(8, 65, 37, 0.08);
}
.dashboard-side span {
  height: 12px;
  background: #cae7d5;
  border-radius: 999px;
}
.dashboard-main {
  display: grid;
  align-content: stretch;
  gap: 18px;
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.metric-row div {
  padding: 16px 14px;
  background: #fff;
  border: 1px solid #dbe9e2;
  border-radius: 11px;
  box-shadow: 0 4px 9px rgba(7, 49, 28, 0.08);
}
.metric-row small {
  display: block;
  margin-bottom: 8px;
  color: #5f766a;
  font-size: 9px;
}
.metric-row strong {
  color: #0c5e35;
  font-size: 25px;
  line-height: 1;
}
.chart-bars {
  display: flex;
  align-items: end;
  justify-content: space-around;
  min-height: 168px;
  padding: 34px 18px 20px;
  background: #fff;
  border: 1px solid #dbe9e2;
  border-radius: 14px;
}
.chart-bars span {
  width: 22px;
  min-height: 28px;
  background: #b9decb;
  border-radius: 8px 8px 0 0;
}

.sustainability-section {
  max-width: var(--site-max-width);
  margin: 0 auto;
}
.sustainability-section h2 {
  margin: 0 0 44px;
  color: #050505;
  font-size: clamp(31px, 3.3vw, 42px);
  line-height: 1.16;
  font-weight: 800;
}
.sustainability-section h2 span {
  color: #08713a;
}
.sustainability-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.08fr);
  gap: 44px;
  align-items: start;
}
.sustainability-photo {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(14, 32, 23, 0.17);
}
.sustainability-photo img {
  width: 100%;
  aspect-ratio: 1.24 / 1;
  object-fit: cover;
  object-position: center;
}
.sustainability-content p {
  max-width: 640px;
  margin: 0 0 45px;
  color: #29332e;
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.48;
  font-weight: 500;
}
.sustainability-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  gap: 26px;
}
.sustainability-stat {
  min-height: 104px;
  padding: 24px 24px;
  background: #fff;
  border: 1px solid #dbe8e1;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(14, 32, 23, 0.2);
}
.sustainability-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #08713a;
  font-size: clamp(24px, 2.3vw, 31px);
  line-height: 1;
  font-weight: 800;
}
.sustainability-stat span {
  display: block;
  color: #1f2b25;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.section > .cta-band {
  max-width: var(--site-max-width);
  margin: 0 auto;
}

@media (max-width: 960px) {
  .hero {
    display: block;
    max-width: 720px;
    min-height: auto;
    padding-bottom: 42px;
    background:
      linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 56%, rgba(255,255,255,0.44) 100%),
      url("../img/hero-produce.png") center right / cover no-repeat;
  }
  .hero-stats {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 34px;
    width: 100%;
  }
  .category-row { grid-template-columns: repeat(2, 1fr); }
  .how-steps { grid-template-columns: repeat(2, 1fr); }
  .how-steps::before { display: none; }
  .bulk-home {
    grid-template-columns: 1fr;
  }
  .bulk-home::before {
    background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.72) 45%, rgba(255,255,255,0.97) 100%);
  }
  .bulk-home-copy,
  .bulk-home-list {
    padding: 34px 26px;
  }
  .bulk-home-photo {
    min-height: 280px;
    order: 2;
  }
  .bulk-home-list {
    order: 3;
  }
  .bulk-home-features {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    order: 4;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 26px 30px;
  }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .trade-flow { grid-template-columns: 1fr; }
  .trade-title { text-align: center; }
  .sustainability-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero { padding: 28px 16px 40px; }
  .hero-points { grid-template-columns: 1fr; gap: 16px; }
  .hero .btn { width: 100%; }
  .hero-stats, .category-row, .how-steps { grid-template-columns: 1fr; }
  .bulk-home-section { padding-left: 16px; padding-right: 16px; }
  .bulk-home-copy .btn { width: 100%; }
  .bulk-home-features { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { min-height: auto; }
  .trade-card, .trade-dashboard { min-height: auto; }
  .dashboard-body { grid-template-columns: 1fr; }
  .dashboard-side { display: none; }
  .metric-row { grid-template-columns: 1fr; }
  .sustainability-section h2 { margin-bottom: 26px; }
  .sustainability-stats { grid-template-columns: 1fr; }
}
