.agrimpex-history-store-development {
  width:100%;
  margin:0;
  padding:var(--hsd-pt,36px) var(--hsd-px,40px) var(--hsd-pb,36px);
  box-sizing:border-box;
  background:var(--hsd-bg,#fff);
  color:var(--hsd-text,#111);
}

.agrimpex-history-store-development__inner {
  width:min(100%,var(--hsd-max,1540px));
  margin-inline:auto;
}

.agrimpex-history-store-development__top {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,24%);
  gap:var(--hsd-top-gap,34px);
  align-items:stretch;
}

.agrimpex-history-store-development__steps {
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr) 32px minmax(0,1fr);
  gap:var(--hsd-card-gap,24px);
  align-items:center;
}

.agrimpex-history-store-development__step-card {
  min-width:0;
  overflow:hidden;
  border-radius:var(--hsd-card-radius,8px);
  background:var(--hsd-card-bg,#f7f7f4);
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.agrimpex-history-store-development__step-media {
  height:var(--hsd-step-image-h,220px);
  overflow:hidden;
  background:#ecece8;
}

.agrimpex-history-store-development__step-image {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.agrimpex-history-store-development__step-placeholder {
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:#777;
  font:600 12px/1.4 Inter,Arial,sans-serif;
}

.agrimpex-history-store-development__step-footer {
  min-height:48px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  background:var(--hsd-footer-bg,#f1f1ee);
}

.agrimpex-history-store-development__step-year {
  display:flex;
  align-items:center;
  padding:0 15px;
  color:var(--hsd-year-text,#fff);
  background:var(--hsd-year-bg,#175b31);
  font:700 var(--hsd-year-size,18px)/1 Inter,Arial,sans-serif;
}

.agrimpex-history-store-development__step-label {
  display:flex;
  align-items:center;
  padding:9px 13px;
  color:var(--hsd-text,#111);
  font:500 var(--hsd-step-label-size,14px)/1.3 Inter,Arial,sans-serif;
}

.agrimpex-history-store-development__arrow {
  color:var(--hsd-accent,#175b31);
  font:700 28px/1 Inter,Arial,sans-serif;
  text-align:center;
}

.agrimpex-history-store-development__feature-box {
  padding:26px 28px;
  border-radius:var(--hsd-feature-radius,14px);
  background:var(--hsd-feature-bg,#f7f6f2);
  box-sizing:border-box;
}

.agrimpex-history-store-development__heading {
  margin:0 0 8px;
  color:var(--hsd-text,#111);
  font-family:Inter,Arial,sans-serif;
  font-size:var(--hsd-heading-size,34px);
  font-weight:var(--hsd-heading-weight,700);
  line-height:1.08;
  letter-spacing:-.035em;
}

.agrimpex-history-store-development__intro {
  margin:0 0 24px;
  color:var(--hsd-muted,#555);
  font:400 var(--hsd-intro-size,16px)/var(--hsd-intro-line,1.5) Inter,Arial,sans-serif;
}
.agrimpex-history-store-development__intro p { color:inherit !important; margin:0; }

.agrimpex-history-store-development__feature-title {
  margin:0 0 16px;
  color:var(--hsd-text,#111);
  font:700 var(--hsd-feature-title-size,22px)/1.2 Inter,Arial,sans-serif;
}

.agrimpex-history-store-development__feature-list {
  display:grid;
  gap:14px;
}

.agrimpex-history-store-development__feature {
  display:grid;
  grid-template-columns:var(--hsd-feature-icon,46px) minmax(0,1fr);
  align-items:center;
  gap:14px;
}

.agrimpex-history-store-development__feature-icon {
  width:var(--hsd-feature-icon,46px);
  height:var(--hsd-feature-icon,46px);
  display:grid;
  place-items:center;
  border-radius:999px;
  color:var(--hsd-accent,#175b31);
  background:#fff;
  border:1px solid rgba(23,91,49,.12);
}

.agrimpex-history-store-development__feature-icon svg,
.agrimpex-history-store-development__feature-icon-img {
  width:54%;
  height:54%;
  object-fit:contain;
  display:block;
}

.agrimpex-history-store-development__feature-text {
  color:var(--hsd-text,#111);
  font:600 var(--hsd-feature-size,15px)/1.35 Inter,Arial,sans-serif;
}

.agrimpex-history-store-development__bottom {
  margin-top:var(--hsd-bottom-gap,44px);
  display:grid;
  grid-template-columns:minmax(0,var(--hsd-location-image-w,50%)) minmax(0,1fr);
  align-items:center;
  gap:44px;
}

.agrimpex-history-store-development__location-media,
.agrimpex-history-store-development__location-placeholder {
  width:100%;
  height:var(--hsd-location-image-h,290px);
  overflow:hidden;
  border-radius:var(--hsd-location-radius,0);
  background:#ecece8;
}

.agrimpex-history-store-development__location-image {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
}

.agrimpex-history-store-development__location-placeholder {
  display:grid;
  place-items:center;
  color:#777;
  font:600 12px/1.4 Inter,Arial,sans-serif;
}

.agrimpex-history-store-development__location-heading {
  margin:0 0 12px;
  color:var(--hsd-text,#111);
  font-family:Inter,Arial,sans-serif;
  font-size:var(--hsd-location-heading-size,30px);
  font-weight:var(--hsd-location-heading-weight,700);
  line-height:1.15;
  letter-spacing:-.025em;
}

.agrimpex-history-store-development__location-description {
  max-width:62ch;
  color:var(--hsd-muted,#555);
  font:400 var(--hsd-location-desc-size,16px)/var(--hsd-location-desc-line,1.55) Inter,Arial,sans-serif;
}
.agrimpex-history-store-development__location-description p { color:inherit !important; margin:0; }
.agrimpex-history-store-development__location-description p + p { margin-top:.7em; }

.agrimpex-history-store-development__button {
  display:inline-flex;
  align-items:center;
  gap:18px;
  margin-top:22px;
  padding:var(--hsd-btn-py,13px) var(--hsd-btn-px,24px);
  border-radius:var(--hsd-btn-radius,8px);
  color:var(--hsd-btn-text,#fff) !important;
  background:var(--hsd-btn-bg,#175b31);
  font:600 var(--hsd-btn-size,14px)/1 Inter,Arial,sans-serif;
  text-decoration:none !important;
  transition:transform .2s ease, filter .2s ease;
}
.agrimpex-history-store-development__button:hover { transform:translateY(-1px); filter:brightness(1.06); }

.agrimpex-history-store-development.has-reveal:not(.is-visible) .agrimpex-history-store-development__top,
.agrimpex-history-store-development.has-reveal:not(.is-visible) .agrimpex-history-store-development__bottom {
  opacity:0;
  transform:translateY(var(--hsd-reveal-y,14px));
}

.agrimpex-history-store-development.has-reveal .agrimpex-history-store-development__top,
.agrimpex-history-store-development.has-reveal .agrimpex-history-store-development__bottom {
  transition:opacity var(--hsd-reveal-duration,600ms) ease, transform var(--hsd-reveal-duration,600ms) ease;
}
.agrimpex-history-store-development.has-reveal .agrimpex-history-store-development__bottom { transition-delay:100ms; }

.agrimpex-history-store-development.has-reveal.is-visible .agrimpex-history-store-development__top,
.agrimpex-history-store-development.has-reveal.is-visible .agrimpex-history-store-development__bottom {
  opacity:1;
  transform:none;
}

@media (max-width:1100px) {
  .agrimpex-history-store-development__top {
    grid-template-columns:1fr;
  }
  .agrimpex-history-store-development__feature-box {
    display:grid;
    grid-template-columns:minmax(220px,.8fr) minmax(0,1fr);
    column-gap:28px;
  }
  .agrimpex-history-store-development__feature-title,
  .agrimpex-history-store-development__feature-list {
    grid-column:2;
  }
  .agrimpex-history-store-development__heading,
  .agrimpex-history-store-development__intro {
    grid-column:1;
  }
}

@media (max-width:760px) {
  .agrimpex-history-store-development {
    padding-left:var(--hsd-mobile-px,20px);
    padding-right:var(--hsd-mobile-px,20px);
  }
  .agrimpex-history-store-development__heading {
    font-size:var(--hsd-mobile-heading-size,28px);
  }
  .agrimpex-history-store-development__steps {
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
  }
  .agrimpex-history-store-development__arrow {
    transform:rotate(90deg);
  }
  .agrimpex-history-store-development__step-media {
    height:var(--hsd-mobile-image-h,210px);
  }
  .agrimpex-history-store-development__feature-box {
    display:block;
    padding:22px;
  }
  .agrimpex-history-store-development__bottom {
    grid-template-columns:1fr;
    gap:24px;
  }
  .agrimpex-history-store-development__location-media,
  .agrimpex-history-store-development__location-placeholder {
    height:var(--hsd-mobile-location-h,230px);
  }
}

@media (prefers-reduced-motion:reduce) {
  .agrimpex-history-store-development.has-reveal .agrimpex-history-store-development__top,
  .agrimpex-history-store-development.has-reveal .agrimpex-history-store-development__bottom {
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}
