:root {
  --szafran-green: #76b82a;
  --szafran-green-dark: #4b7e16;
  --szafran-orange: #e98236;
  --szafran-ink: #283028;
  --szafran-muted: #6d756d;
  --szafran-line: #e8ece6;
  --szafran-paper: #f8faf5;
}

.page-content--home {
  display: flex;
  flex-direction: column;
}

.szafran-home-hero { order: 0; }
.szafran-home-benefits { order: 1; }
.page-content--home .ps-featuredproducts { order: 2; }
.szafran-home-latest { order: 3; }
.page-content--home .ps-newproducts { order: 3; }
.page-content--home .ps-bestsellers { order: 4; }
.szafran-home-categories { order: 5; }
.szafran-home-delivery { order: 6; }
.szafran-home-brands { order: 7; }

.szafran-home-hero {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid var(--szafran-line);
  background: #f5f6f2 url('../img/hero-background.jpg') center / cover no-repeat;
}

.szafran-home-hero__inner {
  position: relative;
  width: min(100% - 32px, 1320px);
  min-height: 460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: center;
}

.szafran-home-hero__products {
  position: relative;
  align-self: stretch;
  min-height: 430px;
}

.szafran-home-hero__product {
  position: absolute;
  bottom: 56px;
  width: 245px;
  height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(25, 43, 25, .18));
}

.szafran-home-hero__product--one { left: 5%; transform: rotate(-7deg); }
.szafran-home-hero__product--two { left: 28%; bottom: 42px; z-index: 2; width: 270px; height: 360px; }
.szafran-home-hero__product--three { left: 55%; transform: rotate(7deg); }

.szafran-home-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 490px;
  padding: 48px 0 55px 35px;
}

.szafran-home-hero__eyebrow,
.szafran-home-section__eyebrow {
  margin: 0 0 9px;
  color: var(--szafran-green-dark);
  font-size: .79rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.szafran-home-hero h1 {
  margin: 0 0 18px;
  color: var(--szafran-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.15rem, 3.5vw, 4.15rem);
  font-weight: 500;
  line-height: 1.04;
}

.szafran-home-hero p {
  max-width: 440px;
  margin: 0 0 27px;
  color: var(--szafran-muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.szafran-home-hero .btn-primary {
  padding: .78rem 1.4rem;
  border-color: var(--szafran-green-dark);
  background: var(--szafran-green-dark);
}

.szafran-home-benefits {
  border-bottom: 1px solid var(--szafran-line);
  background: #fff;
}

.szafran-home-benefits__grid {
  min-height: 94px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.szafran-home-benefit {
  min-height: 50px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid var(--szafran-line);
}

.szafran-home-benefit:last-child { border-right: 0; }
.szafran-home-benefit > span { color: var(--szafran-green); font-size: 1.75rem; }
.szafran-home-benefit strong { display: block; color: var(--szafran-ink); font-size: .82rem; text-transform: uppercase; }
.szafran-home-benefit small { display: block; margin-top: 3px; color: #899087; font-size: .72rem; line-height: 1.25; }

.page-content--home > .ps-featuredproducts,
.page-content--home > .ps-newproducts,
.page-content--home > .ps-bestsellers {
  padding-top: 54px;
  padding-bottom: 26px;
}

.szafran-home-latest {
  padding: 54px 0 34px;
  text-align: center;
  background: #fff;
}

.szafran-home-latest__grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.szafran-home-product {
  min-width: 0;
  padding: 16px 16px 20px;
  border: 1px solid var(--szafran-line);
  border-radius: 12px;
  background: #fff;
}

.szafran-home-product__image {
  display: block;
  aspect-ratio: 1;
}

.szafran-home-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.szafran-home-product h3 {
  min-height: 2.7em;
  margin: 14px 0 7px;
  font-size: .94rem;
  font-weight: 500;
  line-height: 1.35;
}

.szafran-home-product h3 a { color: var(--szafran-ink); text-decoration: none; }

.page-content--home .section-title,
.szafran-home-delivery h2 {
  color: var(--szafran-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: .015em;
}

.page-content--home .product-miniature__image {
  max-height: 275px;
  object-fit: contain;
}

.szafran-home-categories,
.szafran-home-brands {
  padding: 66px 0;
  text-align: center;
  background: var(--szafran-paper);
}

.szafran-home-categories__grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}

.szafran-home-category {
  min-height: 128px;
  padding: 19px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--szafran-ink);
  border: 1px solid var(--szafran-line);
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.szafran-home-category:hover {
  color: var(--szafran-green-dark);
  border-color: #c8ddae;
  box-shadow: 0 12px 28px rgba(65, 96, 45, .09);
  transform: translateY(-3px);
}

.szafran-home-category__icon { font-size: 2rem; line-height: 1; }

.szafran-home-delivery {
  padding: 54px 0;
  background: #fff;
}

.szafran-home-delivery__inner {
  min-height: 210px;
  padding: 42px 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  border-radius: 18px;
  background: linear-gradient(120deg, #edf5df, #fbfcf8);
}

.szafran-home-delivery__icon { font-size: clamp(3.5rem, 7vw, 6.5rem); }
.szafran-home-delivery h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.szafran-home-delivery p:last-child { margin: 0; color: var(--szafran-muted); line-height: 1.55; }

.szafran-home-brands { background: #fff; }

.szafran-home-brands__grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.szafran-home-brand {
  min-height: 110px;
  padding: 14px;
  display: grid;
  place-items: center;
  border: 1px solid var(--szafran-line);
  border-radius: 10px;
  background: #fff;
}

.szafran-home-brand img {
  width: 100%;
  max-width: 145px;
  height: 74px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .72;
  transition: filter .2s ease, opacity .2s ease;
}

.szafran-home-brand:hover img { filter: grayscale(0); opacity: 1; }

@media (min-width: 992px) {
  .page-content--home .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .header-bottom__container { max-width: 1480px; }
  .ps-mainmenu__tree { column-gap: 0 !important; }
  .ps-mainmenu__tree-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: .92rem !important;
    white-space: nowrap;
  }
}

@media (max-width: 991.98px) {
  .szafran-home-hero__inner { grid-template-columns: 1fr; min-height: auto; }
  .szafran-home-hero__products { min-height: 350px; }
  .szafran-home-hero__product { bottom: 30px; width: 205px; height: 280px; }
  .szafran-home-hero__product--two { width: 225px; height: 300px; }
  .szafran-home-hero__copy { max-width: 680px; padding: 20px 18px 52px; text-align: center; justify-self: center; }
  .szafran-home-hero p { margin-right: auto; margin-left: auto; }
  .szafran-home-benefits__grid { grid-template-columns: repeat(2, 1fr); padding: 14px 0; }
  .szafran-home-benefit { min-height: 64px; }
  .szafran-home-benefit:nth-child(2) { border-right: 0; }
  .szafran-home-categories__grid { grid-template-columns: repeat(3, 1fr); }
  .szafran-home-latest__grid { grid-template-columns: repeat(2, 1fr); }
  .szafran-home-brands__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 575.98px) {
  .szafran-home-hero__products { min-height: 270px; }
  .szafran-home-hero__product { bottom: 18px; width: 145px; height: 215px; }
  .szafran-home-hero__product--one { left: 0; }
  .szafran-home-hero__product--two { left: 27%; width: 165px; height: 235px; }
  .szafran-home-hero__product--three { left: 55%; }
  .szafran-home-benefits__grid { grid-template-columns: 1fr; }
  .szafran-home-benefit { border-right: 0; border-bottom: 1px solid var(--szafran-line); }
  .szafran-home-benefit:last-child { border-bottom: 0; }
  .szafran-home-categories__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .szafran-home-latest__grid { gap: 10px; }
  .szafran-home-brands__grid { grid-template-columns: repeat(2, 1fr); }
  .szafran-home-delivery__inner { padding: 34px 24px; align-items: flex-start; gap: 18px; }
  .szafran-home-delivery__icon { font-size: 3.2rem; }
}
