.elementor-1210 .elementor-element.elementor-element-d5e6005{--display:flex;--padding-top:120px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1210 .elementor-element.elementor-element-7acb1a3{padding:8px 8px 8px 8px;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:8px 8px 8px 8px;}/* Start custom CSS for html, class: .elementor-element-7acb1a3 *//* ===============================
   FRESHBLEND CONCEPT PAGE STYLES
   Scoped so they do not fight your site
   =============================== */

.fb-page {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #14171c;
  background: #ffffff;
}

/* Layout helpers */
.fb-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Buttons */
.fb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.fb-btn-primary {
  background: #14171c;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.fb-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
}

.fb-btn-ring {
  background: #ffffff;
  color: #14171c;
  border-color: #e5e7eb;
}

.fb-btn-ring:hover {
  background: #f9fafb;
}

/* Pills / chips */
.fb-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fb-pill-lime {
  background: rgba(63, 208, 106, 0.14);
  color: #0b6d2a;
}

.fb-pill-berry {
  background: rgba(255, 92, 122, 0.14);
  color: #7a1730;
}

.fb-pill-aqua {
  background: rgba(67, 198, 233, 0.14);
  color: #0d5e70;
}

.fb-pill-papaya {
  background: rgba(247, 164, 76, 0.14);
  color: #7a3d09;
}

/* Cards / frames */
.fb-card {
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.06);
}

.fb-imgframe {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.fb-card:hover .fb-imgframe {
  transform: translateY(-2px);
}

/* Hero */
.fb-hero {
  position: relative;
  min-height: min(90vh, 780px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 70px 0 60px;
}

.fb-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.fb-hero-bg img {
  position: absolute;
  width: 120%;
  height: 120%;
  object-fit: cover;
  filter: brightness(0.9) saturate(1.05);
  transform: scale(1);
  animation: fb-kb 18s ease-in-out infinite alternate;
}

@keyframes fb-kb {
  to {
    transform: scale(1.12) translate(-2%, -2%);
  }
}

.fb-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.45) 35%,
    rgba(0, 0, 0, 0.12) 65%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Hero blobs */
.fb-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.35;
  mix-blend-mode: normal;
}

.fb-blob-1 {
  width: 46vw;
  height: 46vw;
  left: -10%;
  top: -10%;
  background: radial-gradient(circle at 30% 30%, rgba(63, 208, 106, 0.45), transparent 60%);
}

.fb-blob-2 {
  width: 42vw;
  height: 42vw;
  right: -8%;
  top: 10%;
  background: radial-gradient(circle at 70% 40%, rgba(67, 198, 233, 0.38), transparent 60%);
}

.fb-blob-3 {
  width: 55vw;
  height: 55vw;
  left: 10%;
  bottom: -15%;
  background: radial-gradient(circle at 40% 70%, rgba(255, 92, 122, 0.28), transparent 60%);
}

.fb-hero-inner {
  position: relative;
  z-index: 5;
}

.fb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.fb-hero-tag {
  display: inline-flex;
  gap: 10px;
  border: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #111827;
}

.fb-headline {
  font-family: "Bebas Neue", system-ui, sans-serif;
  line-height: 0.86;
  margin: 0 0 14px;
  font-size: clamp(3.4rem, 8vw, 5.5rem);
  color: #ffffff;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.fb-headline span {
  background: linear-gradient(90deg, #fbee16, #3fd06a, #43c6e9, #ff5c7a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fb-hero-sub {
  font-size: 1rem;
  color: #e5edf5;
  max-width: 46ch;
}

.fb-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.fb-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

/* Right column visuals */
.fb-hero-media {
  display: grid;
  gap: 14px;
}

.fb-hero-tall {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  height: min(64vh, 520px);
}

.fb-hero-tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fb-hero-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.fb-hero-tiles img {
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  object-fit: cover;
}

/* Scroll cue */
.fb-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 999px;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 0.8rem;
  opacity: 0.9;
}

/* Ingredient marquee */
.fb-marquee {
  padding: 18px 0;
}

.fb-marquee-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 0;
}

.fb-marquee-strip::-webkit-scrollbar {
  height: 6px;
}

.fb-marquee-strip::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 999px;
}

.fb-chip {
  scroll-snap-align: start;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #ffffff;
  padding: 8px 14px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.88rem;
}

/* Stats */
.fb-stats {
  padding: 60px 0 40px;
}

.fb-stats-grid {
  display: grid;
  gap: 28px;
}

.fb-stat-number {
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.fb-stat-text {
  font-size: 0.98rem;
  color: #6b7280;
}

/* Divider */
.fb-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
}

/* Slice sections (big bands) */
.fb-slice {
  position: relative;
  min-height: min(70vh, 640px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 70px 0;
}

.fb-slice-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.fb-slice-bg img {
  position: absolute;
  width: 116%;
  height: 116%;
  object-fit: cover;
  filter: brightness(0.9) saturate(1.05);
  animation: fb-kb2 22s ease-in-out infinite alternate;
}

@keyframes fb-kb2 {
  to {
    transform: scale(1.14) translate(-2%, -2%);
  }
}

.fb-slice-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 35%,
    rgba(0, 0, 0, 0.08) 65%,
    rgba(0, 0, 0, 0) 100%
  );
}

.fb-slice-inner {
  position: relative;
  z-index: 5;
}

.fb-slice-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.fb-slice-title {
  font-family: "Bebas Neue", system-ui, sans-serif;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 0.9;
  margin: 0 0 10px;
  color: #ffffff;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.fb-slice-title span {
  background: linear-gradient(90deg, #fbee16, #3fd06a, #43c6e9, #ff5c7a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fb-slice-sub {
  max-width: 52ch;
  color: #e5edf5;
  font-size: 1rem;
}

.fb-slice-cta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Slice thumbnails */
.fb-slice-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fb-slice-thumb {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1 / 1;
}

/* FAQ */
.fb-faq {
  padding: 60px 0 80px;
}

.fb-faq-title {
  font-family: "Bebas Neue", system-ui, sans-serif;
  font-size: clamp(2.6rem, 5vw, 3.4rem);
  margin-bottom: 20px;
}

.fb-faq-grid {
  display: grid;
  gap: 10px;
}

.fb-faq details {
  border-radius: 16px;
  padding: 14px 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.04);
}

.fb-faq summary {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
}

.fb-faq div {
  margin-top: 8px;
  color: #4b5563;
  font-size: 0.95rem;
}

/* Visit section */
.fb-visit-card {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fb-visit-list {
  font-size: 0.98rem;
  display: grid;
  gap: 8px;
}

.fb-visit-list div {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Footer */
.fb-footer {
  padding: 40px 0 10px;
  text-align: center;
  font-size: 0.85rem;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 900px) {
  .fb-hero {
    min-height: auto;
    padding: 60px 0 40px;
  }

  .fb-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .fb-hero-media {
    max-width: 420px;
    margin: 0 auto;
  }

  .fb-slice {
    min-height: auto;
    padding: 60px 0;
  }

  .fb-slice-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-slice-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .fb-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}/* End custom CSS */