.elementor-1578 .elementor-element.elementor-element-f146929{--display:flex;--margin-top:6rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bdbe805 *//* =========================
SUPERFOOD MARKET ARTICLE
========================= */

.sfm-article-wrap {
  position: relative;
  width: 100%;
  background: #f7f7f5;
  padding: 110px 20px;
  overflow: hidden;
}

/* =========================
GLOBAL GLOW
========================= */

.sfm-article-wrap::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;

  background: radial-gradient(
    circle,
    rgba(141,207,155,0.12),
    transparent 70%
  );

  top: -300px;
  right: -250px;

  pointer-events: none;
}

.sfm-article-wrap::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;

  background: radial-gradient(
    circle,
    rgba(255,255,255,0.9),
    transparent 70%
  );

  bottom: -250px;
  left: -250px;

  pointer-events: none;
}

/* =========================
HERO
========================= */

.sfm-hero {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 120px;
  z-index: 2;
}

.sfm-hero-content {
  max-width: 850px;
}

.sfm-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: rgba(255,255,255,0.7);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  color: #2d6a4f;

  padding: 12px 22px;

  border-radius: 100px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;

  margin-bottom: 28px;

  text-transform: uppercase;

  border: 1px solid rgba(255,255,255,0.6);

  box-shadow:
    0 10px 30px rgba(0,0,0,0.04);
}

.sfm-tag::before {
  content: "";

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #8dcf9b;
}

.sfm-hero h1 {
  font-size: 82px;
  line-height: 0.95;
  font-weight: 800;

  letter-spacing: -4px;

  color: #111;

  margin-bottom: 35px;
}

.sfm-intro {
  font-size: 24px;
  line-height: 1.7;

  color: #222;

  margin-bottom: 22px;

  font-weight: 500;
}

.sfm-hero p {
  font-size: 18px;
  line-height: 1.9;
  color: #666;
}

/* =========================
META CARDS
========================= */

.sfm-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;

  margin-top: 55px;
}

.sfm-meta-item {
  background: rgba(255,255,255,0.65);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  padding: 24px 28px;

  border-radius: 24px;

  min-width: 230px;

  border: 1px solid rgba(255,255,255,0.7);

  box-shadow:
    0 15px 40px rgba(0,0,0,0.05),
    inset 0 1px 1px rgba(255,255,255,0.6);
}

.sfm-meta-item span {
  display: block;

  font-size: 11px;

  text-transform: uppercase;

  letter-spacing: 2px;

  color: #888;

  margin-bottom: 10px;
}

.sfm-meta-item strong {
  font-size: 19px;
  color: #111;
  line-height: 1.4;
}

/* =========================
SECTION HEADINGS
========================= */

.sfm-section-heading {
  position: relative;

  max-width: 1200px;

  margin: 0 auto 50px;

  z-index: 2;
}

.sfm-heading-top {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 18px;
}

.sfm-heading-line {
  width: 65px;
  height: 2px;

  background: linear-gradient(
    90deg,
    #8dcf9b,
    rgba(141,207,155,0.1)
  );

  border-radius: 100px;
}

.sfm-heading-label {
  font-size: 12px;

  text-transform: uppercase;

  letter-spacing: 2px;

  font-weight: 700;

  color: #6d6d6d;
}

.sfm-section-heading h2 {
  position: relative;

  display: inline-block;

  font-size: 58px;
  line-height: 1;

  margin-bottom: 20px;

  color: #111;

  letter-spacing: -3px;

  z-index: 2;
}

.sfm-section-heading h2::after {
  content: "";

  position: absolute;

  bottom: -12px;
  left: 0;

  width: 120px;
  height: 12px;

  background: rgba(141,207,155,0.18);

  border-radius: 100px;

  z-index: -1;
}

.sfm-section-heading p {
  max-width: 650px;

  font-size: 18px;
  line-height: 1.8;

  color: #666;
}

/* =========================
BTS SECTION
========================= */

.sfm-bts-section {
  position: relative;

  margin-bottom: 130px;

  z-index: 2;
}

.sfm-bts-grid {
  max-width: 1200px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 22px;
}

.sfm-bts-image {
  position: relative;

  overflow: hidden;

  border-radius: 28px;

  aspect-ratio: 3 / 4;

  background: #ddd;
}

.sfm-bts-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.7s ease,
    filter 0.4s ease;
}

.sfm-bts-image:hover img {
  transform: scale(1.05);
  filter: brightness(1.04);
}

/* ========================================
REELS GRID
======================================== */

.sfm-reels-section {
  position: relative;
}

.sfm-reels-grid {
  max-width: 1400px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

/* ========================================
REEL CARD
======================================== */

.sfm-reel-card {
  position: relative;

  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
}

.sfm-reel-card:hover {
  transform:
    translateY(-10px)
    rotate(-1deg);
}

/* ========================================
VIDEO WRAP
======================================== */

.sfm-reel-video {
  position: relative;

  overflow: hidden;

  border-radius: 34px;

  background: #000;

  box-shadow:
    0 30px 80px rgba(0,0,0,0.08);
}

/* PHONE TOP */

.sfm-reel-video::before {
  content: "";

  position: absolute;

  top: 12px;
  left: 50%;

  transform: translateX(-50%);

  width: 28%;
  height: 18px;

  background: rgba(0,0,0,0.95);

  border-radius: 100px;

  z-index: 20;
}

.sfm-reel-video video {
  width: 100%;
  display: block;

  aspect-ratio: 9 / 16;

  object-fit: cover;

  background: #000;
}

/* ========================================
INFO
======================================== */

.sfm-reel-info {
  padding: 22px 8px 0;
}

.sfm-reel-info span {
  display: block;

  font-size: 11px;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #888;

  margin-bottom: 10px;
}

.sfm-reel-info h3 {
  font-size: 24px;
  line-height: 1.2;

  color: #111;

  letter-spacing: -1px;
}

/* ========================================
TABLET
======================================== */

@media (max-width: 1024px) {

  .sfm-reels-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

}

/* ========================================
MOBILE
======================================== */

@media (max-width: 767px) {

  .sfm-reels-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sfm-reel-info h3 {
    font-size: 22px;
  }

}/* End custom CSS */