.home-hero {
  height: 760px;
}

.home-hero .hero-slide::before {
  background:
    radial-gradient(circle at 72% 48%, rgba(87, 179, 62, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(2, 24, 41, 0.28), rgba(2, 24, 41, 0.14) 42%, rgba(2, 24, 41, 0.82));
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
}

.hero-actions .round-link {
  margin-top: 0;
}

.ghost-link,
.text-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: #fff;
  border-radius: 3px;
  font-weight: 900;
}

.text-btn {
  color: #fff;
  border: 0;
  background: var(--green);
  box-shadow: 0 14px 30px rgba(87, 179, 62, 0.22);
}

.trust-strip {
  position: relative;
  z-index: 5;
  margin-top: -54px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 65px rgba(6, 37, 68, 0.14);
}

.trust-grid div {
  min-height: 118px;
  padding: 26px 28px;
  border-right: 1px solid #e9eef2;
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid strong {
  display: block;
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.trust-grid span {
  display: block;
  margin-top: 10px;
  color: #3f4b56;
  font-weight: 700;
}

.home-about {
  position: relative;
  overflow: hidden;
  padding: 118px 0 106px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 244, 0.72)),
    url("https://aturfood.com/wp-content/uploads/2025/10/farm-1.jpg") center/cover;
}

.home-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 46%, rgba(87, 179, 62, 0.1), transparent 25%),
    radial-gradient(circle at 83% 72%, rgba(11, 91, 168, 0.06), transparent 22%);
}

.home-about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 84px;
}

.home-about-media {
  position: relative;
  min-height: 560px;
}

.about-photo {
  position: absolute;
  left: 0;
  top: 42px;
  width: 76%;
  height: 470px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 24px 55px rgba(6, 37, 68, 0.16);
}

.spice-stack {
  position: absolute;
  right: 0;
  bottom: 36px;
  z-index: 2;
  width: 38%;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(6, 37, 68, 0.2));
}

.welcome-badge {
  position: absolute;
  top: 0;
  right: 6%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 275px;
  height: 245px;
  padding: 34px;
  color: #fff;
  text-align: center;
  background: var(--green);
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
  box-shadow: 0 22px 48px rgba(87, 179, 62, 0.28);
}

.welcome-badge span,
.welcome-badge strong {
  display: block;
}

.welcome-badge span {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
}

.welcome-badge strong {
  margin-top: 6px;
  font-size: 35px;
  line-height: 1.18;
  font-weight: 900;
}

.home-about-copy h2,
.partner-copy h2,
.blog-preview h2 {
  margin: 12px 0 22px;
  color: var(--blue);
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.15;
  font-weight: 900;
}

.home-about-copy p,
.partner-copy p,
.blog-preview p {
  color: #3f4b56;
  font-size: 19px;
}

.home-about-copy p {
  max-width: 650px;
  color: #07111c;
  font-weight: 500;
}

.home-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 34px 0 10px;
}

.home-stat-row div {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  column-gap: 18px;
  min-height: 86px;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.66);
  border-right: 1px solid #d9e2e8;
}

.home-stat-row div:last-child {
  border-right: 0;
}

.stat-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--green);
  border: 3px solid var(--green);
  border-radius: 18px;
  font-size: 30px;
  font-weight: 900;
}

.home-stat-row strong {
  color: var(--blue);
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}

.home-stat-row small {
  color: var(--green);
  font-size: 18px;
  font-weight: 900;
}

.home-about-copy .text-btn,
.section-head-row .text-btn,
.blog-preview .text-btn {
  margin-top: 18px;
}

.home-process {
  background:
    linear-gradient(180deg, #fff, #f7fbf4);
}

.home-process .process-grid article {
  min-height: 320px;
}

.mission-faq-section {
  border-top: 1px solid #edf2ee;
  border-bottom: 1px solid #edf2ee;
}

.section-head-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 44px;
}

.section-head-row h2 {
  margin: 8px 0 0;
  color: var(--blue);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.15;
  font-weight: 900;
}

.home-products .product-grid {
  margin-top: 0;
}

.home-products .product-grid article {
  position: relative;
  min-height: 390px;
}

.home-products .product-grid article::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  border-radius: 4px 4px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.home-products .product-grid article:hover::after {
  transform: scaleX(1);
}

.home-partners {
  background: #fff;
}

.partner-copy {
  display: grid;
  gap: 26px;
}

.home-testimonials {
  background:
    linear-gradient(90deg, rgba(246, 248, 243, 0.96), rgba(246, 248, 243, 0.9)),
    url("https://aturfood.com/wp-content/uploads/2025/10/farm-1.jpg") center/cover;
}

.home-blog {
  padding: 110px 0;
  background: #fff;
}

.blog-preview {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 52px;
  align-items: center;
  padding: 34px;
  background: #fff;
  border: 1px solid #e9eef2;
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(6, 37, 68, 0.1);
}

.blog-preview img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 6px;
}

@media (max-width: 980px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-about-grid,
  .blog-preview {
    grid-template-columns: 1fr;
  }

  .section-head-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .home-hero {
    height: 590px;
  }

  .hero-actions {
    gap: 14px;
  }

  .ghost-link {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    border-right: 0;
    border-bottom: 1px solid #e9eef2;
  }

  .home-about {
    padding: 82px 0;
  }

  .home-about-media {
    min-height: 520px;
  }

  .about-photo {
    width: 82%;
    height: 390px;
  }

  .spice-stack {
    width: 38%;
    bottom: 16px;
  }

  .welcome-badge {
    right: 0;
    width: 190px;
    height: 170px;
    padding: 24px;
  }

  .welcome-badge span {
    font-size: 18px;
  }

  .welcome-badge strong {
    font-size: 25px;
  }

  .home-stat-row {
    grid-template-columns: 1fr;
  }

  .home-stat-row div {
    border-right: 0;
    border-bottom: 1px solid #d9e2e8;
  }

  .blog-preview {
    padding: 18px;
  }
}
