.et_pb_contact_field_options_title {
  display: none;
}

/* =========================================================
   Shared foundation
   Reusable section classes for homepage and subpages
   ========================================================= */

.bg-services-refined,
.bg-known-premium,
.bg-impulses-premium,
.bg-events-premium,
.bg-body-soul-mag,
.bg-recipes-premium,
.bg-about-premium,
.bg-footer-premium,
.bg-faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(242, 102, 32, 0.06), transparent 22%),
    radial-gradient(circle at bottom right, rgba(126, 180, 108, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f3ed 0%, #f2efe8 100%);
}

.bg-services-refined::before,
.bg-known-premium::before,
.bg-impulses-premium::before,
.bg-events-premium::before,
.bg-body-soul-mag::before,
.bg-recipes-premium::before,
.bg-about-premium::before,
.bg-footer-premium::before,
.bg-faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.12), transparent 30%);
  z-index: 0;
}

.bg-services-refined .et_pb_row,
.bg-known-premium .et_pb_row,
.bg-impulses-premium .et_pb_row,
.bg-events-premium .et_pb_row,
.bg-body-soul-mag .et_pb_row,
.bg-recipes-premium .et_pb_row,
.bg-about-premium .et_pb_row,
.bg-cta-premium .et_pb_row,
.bg-footer-premium .et_pb_row,
.bg-faq-section .bg-faq-shell {
  position: relative;
  z-index: 2;
}

.bg-services-refined h2,
.bg-known-premium h2,
.bg-impulses-premium h2,
.bg-events-premium h2,
.bg-body-soul-mag h2,
.bg-recipes-premium h2,
.bg-about-premium h2,
.bg-cta-premium h2,
.bg-faq-section h2 {
  color: #2f342f !important;
  font-size: clamp(34px, 4.6vw, 54px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
  font-weight: 600 !important;
  margin-bottom: 14px !important;
  text-wrap: balance;
}

.bg-cta-premium h2 {
  color: #fff !important;
}

.bg-services-refined .et_pb_row:first-child .et_pb_text:last-child p,
.bg-known-premium .et_pb_row:first-child .et_pb_text:last-child p,
.bg-events-premium .et_pb_row:first-child .et_pb_text:last-of-type p,
.bg-recipes-premium .et_pb_row:first-child .et_pb_text:last-of-type p,
.bg-body-soul-mag .et_pb_row:first-child .et_pb_text:last-child p,
.bg-about-premium .et_pb_text p,
.bg-faq-section .bg-faq-intro p {
  color: #69706a !important;
  line-height: 1.75 !important;
}

/* =========================================================
   Design system classes
   Use these on new subpages instead of creating new one-off CSS
   ========================================================= */

.bg-section-soft,
.bg-section-plain,
.bg-section-green,
.bg-magazine-mark {
  position: relative;
  overflow: hidden;
}

.bg-section-soft {
  background:
    radial-gradient(circle at top left, rgba(242, 102, 32, 0.06), transparent 22%),
    radial-gradient(circle at bottom right, rgba(126, 180, 108, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f3ed 0%, #f2efe8 100%) !important;
}

.bg-section-soft::before,
.bg-section-green::before,
.bg-magazine-mark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.12), transparent 30%);
  z-index: 0;
}

.bg-section-plain {
  background: transparent !important;
}

.bg-section-green {
  background: linear-gradient(180deg, #6ea45d 0%, #7eb46c 100%) !important;
  isolation: isolate;
}

.bg-section-soft .et_pb_row,
.bg-section-plain .et_pb_row,
.bg-section-green .et_pb_row,
.bg-magazine-mark .et_pb_row {
  position: relative;
  z-index: 2;
}

.bg-title-xl h1,
.bg-title-xl h2,
.bg-title-xl h3 {
  color: #2f342f !important;
  font-size: clamp(38px, 6vw, 74px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
  font-weight: 600 !important;
  text-wrap: balance;
}

.bg-title-lg h1,
.bg-title-lg h2,
.bg-title-lg h3,
.bg-title-lg h4 {
  color: #2f342f !important;
  font-size: clamp(34px, 4.6vw, 54px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
  font-weight: 600 !important;
  text-wrap: balance;
}

.bg-copy-lead p {
  font-size: clamp(17px, 2vw, 22px) !important;
  line-height: 1.75 !important;
}

.bg-muted,
.bg-muted p,
.bg-muted li {
  color: #69706a !important;
}

.bg-card,
.bg-card-soft,
.bg-card-glass {
  position: relative;
  overflow: hidden;
  border-radius: 22px !important;
  border: 1px solid rgba(126, 180, 108, 0.18);
  box-shadow: 0 18px 45px rgba(41, 34, 24, 0.08);
}

.bg-card {
  background: rgba(255, 252, 247, 0.92) !important;
}

.bg-card-soft {
  background: rgba(255, 252, 247, 0.78) !important;
  box-shadow: 0 12px 28px rgba(41, 34, 24, 0.06);
}

.bg-card-glass {
  background: rgba(255, 252, 247, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 60px rgba(41, 34, 24, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.bg-hover-lift,
.bg-card-hover {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.bg-hover-lift:hover,
.bg-card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(41, 34, 24, 0.14);
  border-color: rgba(126, 180, 108, 0.32);
}

.bg-image-zoom img {
  transition: transform 0.85s ease;
}

.bg-image-zoom:hover img {
  transform: scale(1.05);
}

.bg-button-primary .et_pb_button,
.bg-button-primary.et_pb_button,
.bg-button-primary a,
.bg-pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px !important;
  border-radius: 999px !important;
  border: 1px solid #7eb46c !important;
  background: #7eb46c !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(126, 180, 108, 0.18);
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.bg-button-secondary .et_pb_button,
.bg-button-secondary.et_pb_button,
.bg-button-secondary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(126, 180, 108, 0.18) !important;
  background: rgba(255, 252, 247, 0.92) !important;
  color: #2f342f !important;
  box-shadow: 0 10px 24px rgba(41, 34, 24, 0.06);
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.bg-button-primary .et_pb_button:hover,
.bg-button-primary.et_pb_button:hover,
.bg-button-primary a:hover,
.bg-button-secondary .et_pb_button:hover,
.bg-button-secondary.et_pb_button:hover,
.bg-button-secondary a:hover,
.bg-pill-link:hover,
.bg-button-hover-swap .et_pb_button:hover,
.bg-button-hover-swap.et_pb_button:hover,
.bg-button-hover-swap a:hover {
  transform: translateY(-2px);
  background: #f26620 !important;
  border-color: #f26620 !important;
  color: #fff !important;
  box-shadow: 0 16px 30px rgba(242, 102, 32, 0.18);
}

.bg-underline-hover {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}

.bg-underline-hover:hover {
  transform: translateY(-2px);
}

.bg-underline-hover::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 6px;
  background: rgba(47, 52, 47, 0.18);
  transform-origin: left center;
  transition: transform 0.35s ease, background-color 0.35s ease;
}

.bg-underline-hover:hover::after {
  transform: scaleX(0.58);
  background: rgba(242, 102, 32, 0.42);
}

.bg-inline-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.bg-stack-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.bg-card-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 20px 22px !important;
}

.bg-social-soft .et_pb_social_media_follow li a {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 8px 20px rgba(41, 34, 24, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.bg-social-soft .et_pb_social_media_follow li a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 12px 24px rgba(41, 34, 24, 0.1);
}

.bg-magazine-mark::after {
  content: var(--bg-magazine-word, "");
  position: absolute;
  top: 36px;
  right: -18px;
  font-size: clamp(42px, 8.2vw, 112px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.06em;
  background: linear-gradient(90deg, rgba(126, 180, 108, 0.12), rgba(242, 102, 32, 0.09));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  z-index: 1;
}

.bg-reveal {
  animation: bgFadeUp 0.8s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes bgFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

body.et-fb .bg-reveal,
body.et-fb .bg-hover-lift,
body.et-fb .bg-card-hover {
  animation: none !important;
  transform: none !important;
}

body.et-fb .bg-reveal {
  opacity: 1 !important;
  filter: none !important;
}

/* =========================================================
   Shared buttons
   ========================================================= */

.bg-hero-premium .et_pb_button,
.bg-cta-premium .et_pb_button,
.bg-about-premium .et_pb_button,
.bg-events-premium .decm_event_display .ect-events-read-more,
.bg-events-premium .decm_event_display .tribe-common-c-btn,
.bg-events-premium .decm_event_display a[class*="button"],
.bg-events-premium .decm_event_display .event-details-button,
.bg-events-premium .decm_event_display .dp_pec_date_event_link,
.bg-body-soul-mag .dsm_blog_carousel .et_pb_button,
.bg-body-soul-mag .dsm_blog_carousel .dsm-readmore-btn,
.bg-body-soul-mag .dsm_blog_carousel a.read-more,
.bg-recipes-premium .dsm_blog_carousel .et_pb_button,
.bg-recipes-premium .dsm_blog_carousel .dsm-readmore-btn,
.bg-recipes-premium .dsm_blog_carousel a.read-more,
.bg-recipes-premium .dsm_blog_carousel a[class*="read"] {
  border-radius: 999px !important;
  padding: 15px 26px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  border: 1px solid #f26620 !important;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

.bg-hero-premium .et_pb_button,
.bg-cta-premium .et_pb_button,
.bg-about-premium .et_pb_button,
.bg-events-premium .decm_event_display .ect-events-read-more,
.bg-events-premium .decm_event_display .tribe-common-c-btn,
.bg-events-premium .decm_event_display a[class*="button"],
.bg-events-premium .decm_event_display .event-details-button,
.bg-events-premium .decm_event_display .dp_pec_date_event_link {
  background: #f26620 !important;
  border-color: #f26620 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(242, 102, 32, 0.22) !important;
}

.bg-body-soul-mag .dsm_blog_carousel .et_pb_button,
.bg-body-soul-mag .dsm_blog_carousel .dsm-readmore-btn,
.bg-body-soul-mag .dsm_blog_carousel a.read-more,
.bg-recipes-premium .dsm_blog_carousel .et_pb_button,
.bg-recipes-premium .dsm_blog_carousel .dsm-readmore-btn,
.bg-recipes-premium .dsm_blog_carousel a.read-more,
.bg-recipes-premium .dsm_blog_carousel a[class*="read"] {
  background: #f2f1ec !important;
  border-color: rgba(126, 180, 108, 0.24) !important;
  color: #7eb46c !important;
  box-shadow: 0 12px 24px rgba(126, 180, 108, 0.14) !important;
}

.bg-hero-premium .et_pb_button:hover,
.bg-cta-premium .et_pb_button:hover,
.bg-about-premium .et_pb_button:hover,
.bg-events-premium .decm_event_display .ect-events-read-more:hover,
.bg-events-premium .decm_event_display .tribe-common-c-btn:hover,
.bg-events-premium .decm_event_display a[class*="button"]:hover,
.bg-events-premium .decm_event_display .event-details-button:hover,
.bg-events-premium .decm_event_display .dp_pec_date_event_link:hover,
.bg-body-soul-mag .dsm_blog_carousel .et_pb_button:hover,
.bg-body-soul-mag .dsm_blog_carousel .dsm-readmore-btn:hover,
.bg-body-soul-mag .dsm_blog_carousel a.read-more:hover,
.bg-recipes-premium .dsm_blog_carousel .et_pb_button:hover,
.bg-recipes-premium .dsm_blog_carousel .dsm-readmore-btn:hover,
.bg-recipes-premium .dsm_blog_carousel a.read-more:hover,
.bg-recipes-premium .dsm_blog_carousel a[class*="read"]:hover {
  transform: translateY(-3px);
  background: #7eb46c !important;
  border-color: #7eb46c !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(126, 180, 108, 0.22) !important;
}

/* =========================================================
   Hero
   ========================================================= */

.bg-hero-premium {
  position: relative;
  overflow: hidden;
  min-height: clamp(620px, 82vh, 860px);
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
}

.bg-hero-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(19, 24, 21, 0.18) 0%, rgba(19, 24, 21, 0.28) 100%),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(circle at 80% 75%, rgba(126, 180, 108, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(242, 102, 32, 0.10), transparent 34%);
}

.bg-hero-premium::after {
  content: "";
  position: absolute;
  width: 58vw;
  height: 58vw;
  max-width: 760px;
  max-height: 760px;
  right: -10%;
  top: 8%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 248, 236, 0.18) 0%, rgba(255, 248, 236, 0) 68%);
  filter: blur(10px);
  z-index: 0;
}

.bg-hero-premium .et_pb_row,
.bg-hero-premium .et_pb_column,
.bg-hero-premium .et_pb_text,
.bg-hero-premium .et_pb_button_module_wrapper {
  position: relative;
  z-index: 2;
}

.bg-hero-premium h1,
.bg-hero-premium .bg-hero-title h1 {
  color: #fff !important;
  font-size: clamp(38px, 6vw, 74px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
  font-weight: 600 !important;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}

.bg-hero-premium .et_pb_text p,
.bg-hero-premium .bg-hero-copy p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(17px, 2vw, 22px) !important;
  line-height: 1.7 !important;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   Services cards
   ========================================================= */

.bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column {
  position: relative;
  overflow: hidden;
  border-radius: 22px !important;
  border: 1px solid rgba(126, 180, 108, 0.14);
  box-shadow: 0 18px 45px rgba(41, 34, 24, 0.08);
  background-size: cover !important;
  background-position: center center !important;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column:nth-child(2) {
  transform: translateY(14px);
}

.bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(41, 34, 24, 0.14);
  border-color: rgba(126, 180, 108, 0.28);
}

.bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column:nth-child(2):hover {
  transform: translateY(2px);
}

.bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 22%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.10), transparent 20%);
  pointer-events: none;
  z-index: 1;
}

.bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column .et_pb_text {
  position: relative;
  z-index: 2;
  border-radius: 22px !important;
  backdrop-filter: blur(2px);
  transition: background-color 0.4s ease;
}

.bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column:hover .et_pb_text {
  background-color: rgba(18, 20, 18, 0.52) !important;
}

.bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column .et_pb_text h3 {
  color: #fff !important;
  font-size: 21px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column .et_pb_text h3::before {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f26620 0%, #f2c8ac 100%);
}

.bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column .et_pb_text p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* =========================================================
   Known / values blurbs
   ========================================================= */

.bg-known-premium .et_pb_blurb {
  min-height: 250px;
  padding: 26px 22px !important;
  border-radius: 22px !important;
  background: rgba(255, 252, 247, 0.9);
  border: 1px solid rgba(126, 180, 108, 0.18);
  box-shadow: 0 10px 24px rgba(41, 34, 24, 0.06) !important;
  backdrop-filter: blur(10px);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}

.bg-known-premium .et_pb_blurb:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(41, 34, 24, 0.10) !important;
  border-color: rgba(126, 180, 108, 0.34);
  background: rgba(255, 252, 247, 0.96);
}

.bg-known-premium .et_pb_main_blurb_image {
  margin-bottom: 18px !important;
}

.bg-known-premium .et-pb-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.18)),
    linear-gradient(135deg, rgba(242, 102, 32, 0.18), rgba(126, 180, 108, 0.10));
  color: #f26620 !important;
  box-shadow:
    0 10px 22px rgba(242, 102, 32, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.bg-known-premium .et_pb_blurb .et_pb_blurb_content::before {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: 0 auto 16px auto;
  border-radius: 999px;
  background: linear-gradient(90deg, #f26620 0%, #f2c8ac 100%);
}

/* =========================================================
   Masonry gallery / impulses
   ========================================================= */

.bg-impulses-premium .dsm_masonry_gallery .grid-item,
.bg-impulses-premium .dsm_masonry_gallery .et_pb_gallery_item,
.bg-impulses-premium .dsm_masonry_gallery .et_pb_gallery_image {
  overflow: hidden;
  border-radius: 22px !important;
  box-shadow: 0 18px 45px rgba(41, 34, 24, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.bg-impulses-premium .dsm_masonry_gallery .grid-item:hover,
.bg-impulses-premium .dsm_masonry_gallery .et_pb_gallery_item:hover,
.bg-impulses-premium .dsm_masonry_gallery .et_pb_gallery_image:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(41, 34, 24, 0.14);
}

.bg-impulses-premium .dsm_masonry_gallery img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  transition: transform 0.85s ease;
}

.bg-impulses-premium .dsm_masonry_gallery .grid-item:hover img,
.bg-impulses-premium .dsm_masonry_gallery .et_pb_gallery_item:hover img {
  transform: scale(1.05);
}

.bg-impulses-premium .et_pb_text ul {
  margin: 22px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.bg-impulses-premium .et_pb_text ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 26px;
  color: #4f5551 !important;
  line-height: 1.75 !important;
}

.bg-impulses-premium .et_pb_text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f26620 0%, #7eb46c 100%);
  box-shadow: 0 4px 10px rgba(242, 102, 32, 0.18);
  transform: translateY(-50%);
}

/* =========================================================
   Events
   Conservative styling to avoid breaking plugin output
   ========================================================= */

.bg-events-premium .dsm-animated-gradient-text,
.bg-events-premium .dsm_animated_gradient_text,
.bg-recipes-premium .dsm-animated-gradient-text,
.bg-recipes-premium .dsm_animated_gradient_text {
  font-size: clamp(24px, 2.6vw, 34px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  font-weight: 600 !important;
}

.bg-events-premium .decm_event_display article,
.bg-events-premium .decm_event_display .ect-list-post,
.bg-events-premium .decm_event_display .ect-list-event,
.bg-events-premium .decm_event_display .ect-event-content,
.bg-events-premium .decm_event_display .decm-event {
  overflow: hidden;
  border-radius: 22px !important;
  background: rgba(255, 252, 247, 0.9) !important;
  border: 1px solid rgba(126, 180, 108, 0.18);
  box-shadow: 0 18px 45px rgba(41, 34, 24, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, background-color 0.45s ease;
}

.bg-events-premium .decm_event_display article:hover,
.bg-events-premium .decm_event_display .ect-list-post:hover,
.bg-events-premium .decm_event_display .ect-list-event:hover,
.bg-events-premium .decm_event_display .ect-event-content:hover,
.bg-events-premium .decm_event_display .decm-event:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(41, 34, 24, 0.14);
  border-color: rgba(126, 180, 108, 0.32);
  background: rgba(255, 252, 247, 0.96) !important;
}

.bg-events-premium .decm_event_display img,
.bg-events-premium .decm_event_display .ect-image img,
.bg-events-premium .decm_event_display .tribe-events-event-image img,
.bg-events-premium .decm_event_display .ect-list-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.bg-events-premium .decm_event_display p,
.bg-events-premium .decm_event_display .ect-excerpt,
.bg-events-premium .decm_event_display .tribe-events-calendar-list__event-description,
.bg-events-premium .decm_event_display .event-description {
  color: #69706a !important;
  line-height: 1.75 !important;
}

.bg-events-premium .decm_event_display .tribe-events-calendar-list__event-venue,
.bg-events-premium .decm_event_display .tribe-events-calendar-list__event-address,
.bg-events-premium .decm_event_display .ect-venue-details,
.bg-events-premium .decm_event_display .event-location {
  color: #4f5551 !important;
}

.bg-events-premium .decm_event_display .ect-date-area,
.bg-events-premium .decm_event_display .tribe-event-date-start,
.bg-events-premium .decm_event_display .tribe-events-calendar-list__event-datetime,
.bg-events-premium .decm_event_display .event-date,
.bg-events-premium .decm_event_display .duration {
  color: #c35a1d !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .bg-events-premium .decm_event_display article,
  .bg-events-premium .decm_event_display .ect-list-post,
  .bg-events-premium .decm_event_display .ect-list-event,
  .bg-events-premium .decm_event_display .ect-event-content,
  .bg-events-premium .decm_event_display .decm-event {
    display: flex !important;
    align-items: stretch !important;
    min-height: 210px !important;
  }

  .bg-events-premium .decm_event_display .ect-list-img,
  .bg-events-premium .decm_event_display .ect-image,
  .bg-events-premium .decm_event_display .tribe-events-event-image {
    width: 240px !important;
    min-width: 240px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-self: stretch !important;
    overflow: hidden !important;
  }

  .bg-events-premium .decm_event_display .ect-right-wrapper,
  .bg-events-premium .decm_event_display .ect-list-description,
  .bg-events-premium .decm_event_display .tribe-events-calendar-list__event-details,
  .bg-events-premium .decm_event_display .event-details {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 20px 24px !important;
    box-sizing: border-box !important;
  }

  .bg-events-premium .decm_event_display .ect-events-read-more,
  .bg-events-premium .decm_event_display .tribe-common-c-btn,
  .bg-events-premium .decm_event_display .event-details-button,
  .bg-events-premium .decm_event_display a[class*="button"] {
    margin-top: auto !important;
    align-self: flex-end !important;
  }
}

@media (max-width: 767px) {
  .bg-events-premium .decm_event_display article,
  .bg-events-premium .decm_event_display .ect-list-post,
  .bg-events-premium .decm_event_display .ect-list-event,
  .bg-events-premium .decm_event_display .ect-event-content,
  .bg-events-premium .decm_event_display .decm-event {
    display: flex !important;
    flex-direction: column !important;
  }

  .bg-events-premium .decm_event_display .ect-list-img,
  .bg-events-premium .decm_event_display .ect-image,
  .bg-events-premium .decm_event_display .tribe-events-event-image {
    width: 100% !important;
    min-width: 100% !important;
    min-height: 220px !important;
    overflow: hidden !important;
  }
}

/* =========================================================
   Blog / carousel modules
   ========================================================= */

.bg-body-soul-mag::after {
  content: "BODY & SOUL";
  position: absolute;
  top: 36px;
  right: -18px;
  font-size: clamp(54px, 10vw, 140px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: rgba(47, 52, 47, 0.045);
  pointer-events: none;
  z-index: 1;
}

.bg-body-soul-mag h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.bg-body-soul-mag .dsm_blog_carousel,
.bg-body-soul-mag .swiper,
.bg-body-soul-mag .swiper-wrapper,
.bg-recipes-premium .dsm_blog_carousel,
.bg-recipes-premium .swiper,
.bg-recipes-premium .swiper-wrapper {
  overflow: visible !important;
}

.bg-body-soul-mag .dsm_blog_carousel article,
.bg-body-soul-mag .dsm_blog_carousel .swiper-slide,
.bg-body-soul-mag .dsm_blog_carousel .dsm-blog-carousel-item,
.bg-recipes-premium .dsm_blog_carousel article,
.bg-recipes-premium .dsm_blog_carousel .swiper-slide,
.bg-recipes-premium .dsm_blog_carousel .dsm-blog-carousel-item,
.bg-recipes-premium .dsm_blog_carousel .dsm_blog_carousel_child {
  position: relative;
  overflow: hidden;
  border-radius: 22px !important;
  background: rgba(255, 252, 247, 0.9) !important;
  border: 1px solid rgba(126, 180, 108, 0.18);
  box-shadow: 0 18px 45px rgba(41, 34, 24, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, background-color 0.45s ease;
}

.bg-body-soul-mag .dsm_blog_carousel article:hover,
.bg-body-soul-mag .dsm_blog_carousel .swiper-slide:hover,
.bg-body-soul-mag .dsm_blog_carousel .dsm-blog-carousel-item:hover,
.bg-recipes-premium .dsm_blog_carousel article:hover,
.bg-recipes-premium .dsm_blog_carousel .swiper-slide:hover,
.bg-recipes-premium .dsm_blog_carousel .dsm-blog-carousel-item:hover,
.bg-recipes-premium .dsm_blog_carousel .dsm_blog_carousel_child:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(41, 34, 24, 0.14);
  border-color: rgba(126, 180, 108, 0.32);
  background: rgba(255, 252, 247, 0.96) !important;
}

.bg-body-soul-mag .dsm_blog_carousel .swiper-slide:nth-child(2n),
.bg-recipes-premium .dsm_blog_carousel .swiper-slide:nth-child(2n) {
  margin-top: 16px;
}

.bg-body-soul-mag .dsm_blog_carousel img,
.bg-recipes-premium .dsm_blog_carousel img {
  display: block !important;
  width: 100% !important;
  border-radius: 18px !important;
  transition: transform 0.85s ease;
}

.bg-body-soul-mag .dsm_blog_carousel article:hover img,
.bg-body-soul-mag .dsm_blog_carousel .swiper-slide:hover img,
.bg-recipes-premium .dsm_blog_carousel article:hover img,
.bg-recipes-premium .dsm_blog_carousel .swiper-slide:hover img {
  transform: scale(1.06);
}

.bg-body-soul-mag .dsm_blog_carousel .entry-title,
.bg-body-soul-mag .dsm_blog_carousel h2,
.bg-body-soul-mag .dsm_blog_carousel h3,
.bg-body-soul-mag .dsm_blog_carousel .post-title,
.bg-recipes-premium .dsm_blog_carousel .entry-title,
.bg-recipes-premium .dsm_blog_carousel h2,
.bg-recipes-premium .dsm_blog_carousel h3,
.bg-recipes-premium .dsm_blog_carousel .post-title {
  font-size: 21px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

.bg-body-soul-mag .dsm_blog_carousel p,
.bg-body-soul-mag .dsm_blog_carousel .post-content,
.bg-recipes-premium .dsm_blog_carousel p,
.bg-recipes-premium .dsm_blog_carousel .post-content,
.bg-recipes-premium .dsm_blog_carousel .entry-content {
  color: #69706a !important;
  line-height: 1.75 !important;
}

.bg-recipes-premium .dsm_blog_carousel .entry-content,
.bg-recipes-premium .dsm_blog_carousel .post-content-wrapper,
.bg-recipes-premium .dsm_blog_carousel .dsm-blog-carousel-item-content {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}

/* =========================================================
   About
   ========================================================= */

.bg-about-premium .et_pb_button {
  box-shadow: 0 14px 30px rgba(242, 102, 32, 0.22) !important;
}

.bg-about-premium img {
  border-radius: 22px !important;
  box-shadow: 0 18px 45px rgba(41, 34, 24, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.bg-about-premium img:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(41, 34, 24, 0.14);
}

/* =========================================================
   FAQ
   ========================================================= */

.bg-faq-section {
  background: transparent;
  padding: 96px 24px;
}

.bg-faq-section .bg-faq-shell {
  max-width: 1100px;
  margin: 0 auto;
}

.bg-faq-section .bg-faq-intro {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.bg-faq-section .bg-faq-item {
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(126, 180, 108, 0.22);
  box-shadow: 0 18px 45px rgba(41, 34, 24, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
}

.bg-faq-section .bg-faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(126, 180, 108, 0.38);
  box-shadow: 0 22px 50px rgba(41, 34, 24, 0.10);
}

.bg-faq-section .bg-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 24px 72px 24px 28px;
  color: #2f342f;
  font-size: 21px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

.bg-faq-section .bg-faq-item summary::-webkit-details-marker {
  display: none;
}

.bg-faq-section .bg-faq-item summary::before,
.bg-faq-section .bg-faq-item summary::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #f26620;
  border-radius: 999px;
  transform: translateY(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.bg-faq-section .bg-faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.bg-faq-section .bg-faq-item[open] summary::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg) scaleX(0.3);
}

.bg-faq-section .bg-faq-content {
  padding: 0 28px 24px;
}

.bg-faq-section .bg-faq-content p {
  margin: 0 0 14px;
  color: #69706a;
  font-size: 17px;
  line-height: 1.8;
}

/* =========================================================
   CTA
   Stable version without opacity-based hiding
   ========================================================= */

.bg-cta-premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #6ea45d 0%, #7eb46c 100%) !important;
  isolation: isolate;
  padding-top: 110px !important;
  padding-bottom: 130px !important;
}

.bg-cta-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(242, 102, 32, 0.16), transparent 22%),
    radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), transparent 34%);
}

.bg-cta-premium::after {
  content: "";
  position: absolute;
  width: 56vw;
  height: 56vw;
  max-width: 720px;
  max-height: 720px;
  right: -10%;
  top: -6%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 248, 236, 0.22) 0%, rgba(255, 248, 236, 0) 70%);
  filter: blur(14px);
  z-index: 0;
}

.bg-cta-premium .et_pb_row {
  border-radius: 30px;
  background: rgba(255, 252, 247, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 60px rgba(41, 34, 24, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  padding: clamp(36px, 5vw, 72px) !important;
  overflow: hidden;
}

.bg-cta-premium .et_pb_row::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.10), transparent 20%);
}

.bg-cta-premium .et_pb_text,
.bg-cta-premium .et_pb_button_module_wrapper {
  position: relative;
  z-index: 2;
}

/* =========================================================
   Footer
   ========================================================= */

.bg-footer-premium {
  padding-top: 96px !important;
  padding-bottom: 0 !important;
  background:
    radial-gradient(circle at top left, rgba(242, 102, 32, 0.06), transparent 22%),
    radial-gradient(circle at bottom right, rgba(126, 180, 108, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f3ed 0%, #f2efe8 100%) !important;
}

.bg-footer-premium h4 {
  color: #2f342f !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
  opacity: 0.88;
}

.bg-footer-premium::after {
  content: "BURKHARD GROSS";
  position: absolute;
  top: 44px;
  right: -18px;
  font-size: clamp(42px, 8.2vw, 112px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.06em;
  background: linear-gradient(90deg, rgba(126, 180, 108, 0.12), rgba(242, 102, 32, 0.09));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  z-index: 1;
}

.bg-footer-premium .et_pb_row:nth-of-type(1),
.bg-footer-premium .et_pb_row:nth-of-type(2) {
  display: flex !important;
  align-items: stretch !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column,
.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) {
  padding-bottom: 26px !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(1) .et_pb_text p {
  color: #2f342f !important;
  font-size: clamp(20px, 2vw, 26px) !important;
  line-height: 1.42 !important;
  font-weight: 500;
  max-width: 230px;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(2) {
  align-items: flex-start;
  gap: 10px;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(2) .et_pb_divider {
  display: none !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(2) .et_pb_text {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 999px;
  background: #7eb46c;
  border: 1px solid #7eb46c;
  box-shadow: 0 12px 24px rgba(126, 180, 108, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(2) .et_pb_text:hover {
  transform: translateY(-2px);
  background: #f26620;
  border-color: #f26620;
  box-shadow: 0 16px 30px rgba(242, 102, 32, 0.18);
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(2) .et_pb_text::after {
  display: none !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(2) .et_pb_text p {
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(3) {
  align-items: flex-end;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(3) .et_pb_text {
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
  transition: transform 0.3s ease;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(3) .et_pb_text:hover {
  transform: translateY(-2px);
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(3) .et_pb_text::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 6px;
  background: rgba(47, 52, 47, 0.18);
  transform-origin: left center;
  transition: transform 0.35s ease, background-color 0.35s ease;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(3) .et_pb_text:hover::after {
  transform: scaleX(0.58);
  background: rgba(242, 102, 32, 0.42);
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(3) .et_pb_text p {
  color: #5f6661 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(2) {
  padding-top: 10px !important;
  padding-bottom: 12px !important;
  border-top: none !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(1) {
  gap: 12px;
  padding: 18px 20px !important;
  border-radius: 18px !important;
  background: rgba(255, 252, 247, 0.92);
  border: 1px solid rgba(126, 180, 108, 0.16);
  box-shadow: 0 12px 28px rgba(41, 34, 24, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(1):hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(41, 34, 24, 0.1);
  border-color: rgba(242, 102, 32, 0.24);
}

.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(1) .et_pb_blurb {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(1) .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: 6px !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(2),
.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(3) {
  justify-content: space-between;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(3) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
}

.bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(3) .et_pb_text {
  margin-right: 0 !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(2) .et_pb_text p,
.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(3) .et_pb_text p,
.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(1) .et_pb_blurb p {
  color: #2f342f !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 500;
}

.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(2) .et_pb_text,
.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(3) .et_pb_text {
  position: relative;
  display: inline-block;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(2) .et_pb_text::after,
.bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(3) .et_pb_text::after {
  display: none !important;
}

.bg-footer-premium .et_pb_row:nth-of-type(3) .et_pb_text {
  color: #6b716d !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  border-top: 1px solid rgba(47, 52, 47, 0.08);
  padding-top: 24px !important;
}

.bg-footer-premium .et_pb_row:last-child {
  pointer-events: none;
}

.bg-footer-premium .et_pb_row:last-child p {
  color: rgba(242, 102, 32, 0.16) !important;
  letter-spacing: -0.06em !important;
  line-height: 0.9 !important;
}

/* Clean accidental markup */
._inlineMarkdown_1wo45_21 {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 980px) {
  .bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column,
  .bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column:nth-child(2),
  .bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column:hover,
  .bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column:nth-child(2):hover,
  .bg-body-soul-mag .dsm_blog_carousel .swiper-slide:nth-child(2n),
  .bg-recipes-premium .dsm_blog_carousel .swiper-slide:nth-child(2n) {
    transform: none;
    margin-top: 0;
  }

  .bg-footer-premium .et_pb_row:nth-of-type(1),
  .bg-footer-premium .et_pb_row:nth-of-type(2) {
    display: block !important;
  }

  .bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(3),
  .bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(3) {
    text-align: left;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .bg-services-refined h2,
  .bg-known-premium h2,
  .bg-impulses-premium h2,
  .bg-events-premium h2,
  .bg-body-soul-mag h2,
  .bg-recipes-premium h2,
  .bg-about-premium h2,
  .bg-cta-premium h2,
  .bg-faq-section h2 {
    font-size: 34px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
  }

  .bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column,
  .bg-services-refined .et_pb_row[column_structure="1_2,1_2"] .et_pb_column .et_pb_text,
  .bg-known-premium .et_pb_blurb,
  .bg-impulses-premium .dsm_masonry_gallery .grid-item,
  .bg-impulses-premium .dsm_masonry_gallery .et_pb_gallery_item,
  .bg-impulses-premium .dsm_masonry_gallery .et_pb_gallery_image,
  .bg-events-premium .decm_event_display article,
  .bg-events-premium .decm_event_display .ect-list-post,
  .bg-events-premium .decm_event_display .ect-list-event,
  .bg-events-premium .decm_event_display .ect-event-content,
  .bg-events-premium .decm_event_display .decm-event,
  .bg-body-soul-mag .dsm_blog_carousel article,
  .bg-body-soul-mag .dsm_blog_carousel .swiper-slide,
  .bg-body-soul-mag .dsm_blog_carousel .dsm-blog-carousel-item,
  .bg-recipes-premium .dsm_blog_carousel article,
  .bg-recipes-premium .dsm_blog_carousel .swiper-slide,
  .bg-recipes-premium .dsm_blog_carousel .dsm-blog-carousel-item,
  .bg-recipes-premium .dsm_blog_carousel .dsm_blog_carousel_child,
  .bg-faq-section .bg-faq-item,
  .bg-cta-premium .et_pb_row {
    border-radius: 18px !important;
  }

  .bg-cta-premium {
    padding-top: 84px !important;
    padding-bottom: 96px !important;
  }

  .bg-cta-premium .et_pb_row {
    padding: 28px 20px !important;
  }

  .bg-footer-premium {
    padding-top: 76px !important;
  }

  .bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(1) .et_pb_text p {
    font-size: 22px !important;
    max-width: none;
  }

  .bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(2) .et_pb_text,
  .bg-footer-premium .et_pb_row:nth-of-type(1) .et_pb_column:nth-child(3) .et_pb_text,
  .bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(2) .et_pb_text p,
  .bg-footer-premium .et_pb_row:nth-of-type(2) .et_pb_column:nth-child(3) .et_pb_text p {
    font-size: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
