/* Natural catering hero, 2026-09-14. */
.fm-natural-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #193021;
}

.fm-natural-hero__media,
.fm-natural-hero__scrim {
  position: absolute;
  inset: 0;
}

.fm-natural-hero__media {
  z-index: 0;
  display: block;
}

.fm-natural-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(.92) contrast(1.02);
}

.fm-natural-hero__scrim {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 27, 17, .94) 0%, rgba(13, 27, 17, .82) 42%, rgba(13, 27, 17, .48) 72%, rgba(13, 27, 17, .28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .18));
}

.fm-natural-hero > .hero-grid {
  position: relative;
  z-index: 2;
}

.fm-natural-hero .hero-grid > div:first-child h1 {
  color: #fff;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .22);
}

.fm-natural-hero .hero-grid > div:first-child > p {
  color: #e8eee9;
}

.fm-natural-hero .bullets {
  color: #f4f7f4;
}

.fm-natural-hero .bullets span::before {
  color: #f3aa72;
}

.fm-natural-hero .kicker {
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 240, 232, .94);
}

.fm-natural-hero .request-card {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 48px rgba(6, 18, 10, .28);
}

@media (max-width: 700px) {
  .fm-natural-hero__media img {
    object-position: center center;
  }

  .fm-natural-hero__scrim {
    background:
      linear-gradient(180deg, rgba(13, 27, 17, .84) 0%, rgba(13, 27, 17, .72) 46%, rgba(13, 27, 17, .83) 100%),
      rgba(13, 27, 17, .26);
  }

  .fm-natural-hero .hero-grid {
    gap: 24px;
  }
}
