:root {
  --bc-home-gold: #ffbb3a;
  --bc-home-ink: #050505;
  --bc-home-muted: #5b5b5b;
  --bc-home-soft: #fafafa;
  --bc-home-green: #073f36;
  --bc-home-radius: 16px;
  --bc-home-container: 1200px;
}

.bc-home-section,
.bc-home-section * {
  box-sizing: border-box;
}

.bc-home-section {
  position: relative;
  width: 100%;
  background: #fff;
  padding: clamp(28px, 4.4vw, 58px) 0;
  overflow: hidden;
}

.bc-home-section--fan {
  padding-top: clamp(34px, 4vw, 52px);
}

.bc-home-section--new-drop {
  padding-top: clamp(30px, 4vw, 52px);
}

.bc-home-section--reviews {
  background: var(--bc-home-soft);
  padding: clamp(38px, 5vw, 68px) 0;
}

.bc-home-section--offer {
  padding-top: clamp(30px, 4.5vw, 60px);
}

.bc-home-section--flower-deals {
  padding-top: clamp(22px, 3vw, 38px);
}

.bc-home-section__inner {
  width: min(calc(100% - 32px), var(--bc-home-container));
  margin-inline: auto;
}

.bc-home-section__header {
  display: grid;
  justify-items: center;
  margin: 0 0 clamp(18px, 2.4vw, 30px);
  text-align: center;
}

.bc-home-section__header--compact {
  margin-bottom: clamp(14px, 2vw, 24px);
}

.bc-home-ha-heading,
.bc-home-reviews-title {
  margin: 0;
  padding: 0;
  color: var(--bc-home-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(25px, 3vw, 36px);
  line-height: .95;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.bc-home-ha-heading {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  transform: translate3d(-34px, 0, 0);
  opacity: 0;
}

.bc-home-ha-heading--small {
  font-size: clamp(18px, 2.4vw, 28px);
  letter-spacing: -0.028em;
}

.bc-home-ha-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 7px;
  border-radius: 999px;
  background: var(--bc-home-gold);
  transform: scaleX(0);
  transform-origin: left center;
}

.bc-home-ha-heading.is-in-view {
  animation: bcHomeHaHeadingIn .62s cubic-bezier(.2,.8,.2,1) forwards;
}

.bc-home-ha-heading.is-in-view::after {
  animation: bcHomeHaUnderlineIn .58s cubic-bezier(.2,.8,.2,1) .16s forwards;
}

.bc-home-ha-heading.is-out-of-view {
  opacity: 0;
  transform: translate3d(-22px, 0, 0);
}

.bc-home-ha-subtitle {
  margin: 3px 0 0;
  color: var(--bc-home-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 1.8vw, 20px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate3d(-28px, 0, 0);
}

.bc-home-ha-subtitle.is-in-view {
  animation: bcHomeHaHeadingIn .6s cubic-bezier(.2,.8,.2,1) .08s forwards;
}

.bc-home-reviews-title {
  display: grid;
  gap: 8px;
  justify-items: center;
  font-size: clamp(23px, 2.7vw, 34px);
}

.bc-home-reviews-title strong {
  display: block;
  color: #f5a623;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
  letter-spacing: .08em;
}

.bc-home-shortcode {
  width: 100%;
  min-width: 0;
}

.bc-home-shortcode--carousel,
.bc-home-shortcode--grid,
.bc-home-shortcode--reviews {
  margin-inline: auto;
}

.bc-home-shortcode--reviews {
  min-height: 150px;
}

.bc-home-section__cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(18px, 3vw, 34px);
}

.bc-home-ha-button {
  position: relative;
  min-width: 138px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border: 2px solid #111;
  border-radius: 999px;
  background: var(--bc-home-gold);
  color: #fff !important;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .015em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  transform: translate3d(-28px, 0, 0);
  transition: color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.bc-home-ha-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #111;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
}

.bc-home-ha-button.is-in-view {
  animation: bcHomeHaButtonIn .58s cubic-bezier(.2,.8,.2,1) forwards;
}

.bc-home-ha-button:hover,
.bc-home-ha-button:focus-visible {
  color: #fff !important;
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

.bc-home-ha-button:hover::before,
.bc-home-ha-button:focus-visible::before {
  transform: scaleX(1);
}

.bc-home-ha-button:focus-visible {
  outline: 3px solid rgba(255,187,58,.45);
  outline-offset: 4px;
}

/* Tighten embedded product modules inside home sections without touching other pages */
.bc-home-section .bcspg-wrap,
.bc-home-section .bcpc-wrap,
.bc-home-section .bc-product-carousel-wrap,
.bc-home-section .global-reviews-carousel,
.bc-home-section .gcr-carousel {
  margin-top: 0;
  margin-bottom: 0;
}

.bc-home-section .bcspg-empty {
  min-height: 130px;
}

/* Bud for Every Mood */
#bcMoodSectionV7,
#bcMoodSectionV7 * {
  box-sizing: border-box;
}

#bcMoodSectionV7 {
  --bc-mood-green: #073f36;
  --bc-mood-radius: 13px;
  width: min(calc(100% - 32px), var(--bc-home-container));
  max-width: var(--bc-home-container);
  background: #fff;
  padding: clamp(20px, 3.6vw, 46px) 0 clamp(24px, 4vw, 54px);
  margin: 0 auto;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

#bcMoodSectionV7 .bc-mood-v7__inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  container-type: inline-size;
}

#bcMoodSectionV7 .bc-mood-v7__title {
  margin: 0 0 clamp(10px, 1.75cqw, 15px);
  padding: 0;
  text-align: center;
  color: var(--bc-mood-green);
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: clamp(19px, 4.05cqw, 35px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-wrap: balance;
}

#bcMoodSectionV7 .bc-mood-v7__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1.6cqw, 15px);
  width: 100%;
}

#bcMoodSectionV7 .bc-mood-v7__card {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  aspect-ratio: 5 / 3;
  min-height: 0;
  padding: clamp(8px, 1.65cqw, 15px);
  border-radius: var(--bc-mood-radius);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  text-decoration: none !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
}

#bcMoodSectionV7 .bc-mood-v7__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  background-position: inherit;
  background-size: inherit;
  background-repeat: inherit;
  transition: transform 340ms ease;
}

#bcMoodSectionV7 .bc-mood-v7__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.20) 45%, rgba(0,0,0,.58) 100%),
    var(--bc-mood-tint, rgba(0,0,0,.18));
  transition: opacity 240ms ease;
}

#bcMoodSectionV7 .bc-mood-v7__label {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: clamp(11.5px, 2.72cqw, 25px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.022em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 2px 7px rgba(0,0,0,.82), 0 0 1px rgba(255,255,255,.16);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

#bcMoodSectionV7 .bc-mood-v7__card--sleep {
  background-image: url("https://budclub.com/wp-content/uploads/2026/03/Better-Sleep-27-March-2026.webp");
  --bc-mood-tint: rgba(0,0,0,.18);
}

#bcMoodSectionV7 .bc-mood-v7__card--aches {
  background-image: url("https://budclub.com/wp-content/uploads/2026/03/Relief-from-Aches-27-March-2026.webp");
  --bc-mood-tint: rgba(111,105,55,.36);
}

#bcMoodSectionV7 .bc-mood-v7__card--chill {
  background-image: url("https://budclub.com/wp-content/uploads/2026/03/Chill-Out-27-March-2026.webp");
  --bc-mood-tint: rgba(73,79,69,.30);
}

#bcMoodSectionV7 .bc-mood-v7__card--energized {
  background-image: url("https://budclub.com/wp-content/uploads/2026/03/Get-Energized-Focused-27-March-2026.webp");
  --bc-mood-tint: rgba(151,66,20,.42);
}

#bcMoodSectionV7 .bc-mood-v7__card--happy {
  background-image: url("https://budclub.com/wp-content/uploads/2026/03/Feel-Happy-27-March-2026.webp");
  --bc-mood-tint: rgba(161,111,21,.42);
}

#bcMoodSectionV7 .bc-mood-v7__card--sex {
  background-image: url("https://budclub.com/wp-content/uploads/2026/03/Better-Sex-27-March-2026.webp");
  --bc-mood-tint: rgba(47,119,111,.36);
}

#bcMoodSectionV7 .bc-mood-v7__card:focus-visible {
  outline: 3px solid #8bd600;
  outline-offset: 3px;
}

/* Video section */
.farm-video-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(28px, 5vw, 62px) 0 clamp(30px, 5vw, 64px);
  position: relative;
  z-index: 1;
  clear: both;
  overflow: hidden;
}

.farm-video-card {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 420px;
  height: min(48vw, 620px);
  border-radius: 0;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.farm-video-media,
.farm-video-content {
  position: absolute;
  inset: 0;
}

.farm-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}

.farm-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.56) 0%, rgba(0,0,0,.18) 45%, rgba(0,0,0,.30) 100%);
}

.farm-video-content {
  z-index: 2;
}

.farm-video-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(22px, 4vw, 48px);
  padding: 0 clamp(20px, 4vw, 44px);
}

.farm-video-bottom h2 {
  margin: 0;
  max-width: 900px;
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.farm-video-bottom span {
  color: var(--bc-home-gold);
}

.farm-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(64px, 7vw, 84px);
  height: clamp(64px, 7vw, 84px);
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.18);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.farm-video-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(255,255,255,.18);
  box-shadow: 0 14px 38px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.24);
}

.farm-video-play:focus-visible,
.farm-video-modal-close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.farm-video-play svg {
  width: 24px;
  height: 24px;
  margin-left: 2px;
  display: block;
}

.farm-video-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.farm-video-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.farm-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.farm-video-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100vw - 32px));
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) scale(.96);
  transition: transform .28s ease;
}

.farm-video-modal.is-open .farm-video-modal-dialog {
  transform: translateY(-50%) scale(1);
}

.farm-video-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0,0,0,.3);
  transition: transform .2s ease, box-shadow .2s ease;
}

.farm-video-modal-close:hover {
  transform: scale(1.06);
  box-shadow: 0 14px 34px rgba(0,0,0,.36);
}

.farm-video-modal-close svg {
  width: 24px;
  height: 24px;
  display: block;
}

.farm-video-modal-player-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}

.farm-video-modal-player {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  object-fit: cover;
}

body.farm-video-modal-open {
  overflow: hidden;
  touch-action: none;
}

@keyframes bcHomeHaHeadingIn {
  from { opacity: 0; transform: translate3d(-34px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes bcHomeHaUnderlineIn {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes bcHomeHaButtonIn {
  from { opacity: 0; transform: translate3d(-28px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  #bcMoodSectionV7 .bc-mood-v7__card {
    transition: transform 240ms ease, box-shadow 240ms ease;
  }

  #bcMoodSectionV7 .bc-mood-v7__card:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 10px 24px rgba(0,0,0,.15);
  }

  #bcMoodSectionV7 .bc-mood-v7__card:hover::before {
    transform: scale(1.055);
  }

  #bcMoodSectionV7 .bc-mood-v7__card:hover::after {
    opacity: .94;
  }
}

@media (max-width: 767px) {
  .bc-home-section {
    padding: 30px 0;
  }

  .bc-home-section__inner {
    width: min(calc(100% - 20px), var(--bc-home-container));
  }

  .bc-home-ha-heading,
  .bc-home-reviews-title {
    font-size: clamp(22px, 7vw, 31px);
    letter-spacing: -0.035em;
  }

  .bc-home-ha-heading--small {
    font-size: clamp(18px, 5.3vw, 24px);
  }

  .bc-home-ha-heading::after {
    height: 6px;
  }

  .bc-home-reviews-title strong {
    font-size: 26px;
  }

  .bc-home-ha-button {
    min-width: 120px;
    min-height: 38px;
    padding: 10px 22px;
    font-size: 12px;
  }

  #bcMoodSectionV7 {
    width: min(calc(100% - 20px), var(--bc-home-container));
    padding: 22px 0 34px;
  }

  #bcMoodSectionV7 .bc-mood-v7__title {
    font-size: clamp(20px, 6vw, 28px);
    margin-bottom: 12px;
    letter-spacing: 0.015em;
    text-align: center;
  }

  #bcMoodSectionV7 .bc-mood-v7__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  #bcMoodSectionV7 .bc-mood-v7__card {
    aspect-ratio: 140 / 82;
    border-radius: 11px;
    padding: 9px 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  #bcMoodSectionV7 .bc-mood-v7__label {
    font-size: clamp(11px, 3.35vw, 14px);
    line-height: 1.08;
    letter-spacing: -0.018em;
    font-weight: 900;
    text-align: center;
  }

  .farm-video-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 26px 0 40px;
  }

  .farm-video-card {
    height: auto;
    min-height: 520px;
    aspect-ratio: var(--video-ratio, 9 / 16);
    border-radius: 0;
  }

  .farm-video-bottom h2 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.2;
  }

  .farm-video-modal-dialog {
    width: calc(100vw - 20px);
  }

  .farm-video-modal-close {
    top: -14px;
    right: -2px;
    width: 44px;
    height: 44px;
  }

  .farm-video-modal-player-wrap {
    aspect-ratio: 9 / 16;
    border-radius: 18px;
  }
}

@media (max-width: 360px) {
  #bcMoodSectionV7 .bc-mood-v7__grid {
    gap: 10px 8px;
  }

  #bcMoodSectionV7 .bc-mood-v7__label {
    font-size: clamp(10.5px, 3.2vw, 13px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bc-home-ha-heading,
  .bc-home-ha-heading::after,
  .bc-home-ha-subtitle,
  .bc-home-ha-button,
  .farm-video-play,
  .farm-video-modal,
  .farm-video-modal-dialog,
  .farm-video-modal-close,
  #bcMoodSectionV7 .bc-mood-v7__card,
  #bcMoodSectionV7 .bc-mood-v7__card::before,
  #bcMoodSectionV7 .bc-mood-v7__card::after {
    animation: none !important;
    transition: none !important;
  }

  .bc-home-ha-heading,
  .bc-home-ha-subtitle,
  .bc-home-ha-button {
    opacity: 1 !important;
    transform: none !important;
  }

  .bc-home-ha-heading::after {
    transform: scaleX(1) !important;
  }
}


/* Homepage phase 2 product rows */
.bc-home-section--budget {
  padding-top: clamp(26px, 4vw, 52px);
  padding-bottom: clamp(22px, 3.6vw, 46px);
}

.bc-home-section--top-shelf {
  padding-top: clamp(16px, 2.7vw, 34px);
  padding-bottom: clamp(24px, 4vw, 52px);
}

.bc-home-section--ounce-deals {
  padding-top: clamp(34px, 5vw, 64px);
  padding-bottom: clamp(34px, 5vw, 64px);
}

.bc-home-section--budget + .bc-home-section--top-shelf {
  padding-top: clamp(10px, 2vw, 24px);
}

/* Thousands of Happy Members wrapper overrides */
.bc-mrc-safe.bc-home-members-section {
  background: #000 !important;
  color: #fff !important;
  padding: clamp(28px, 4.2vw, 54px) 0 clamp(34px, 4.6vw, 60px) !important;
  margin: 0 !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__inner {
  max-width: min(920px, calc(100% - 24px)) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Rewards tuning for native homepage placement */
.bc-rewards-banner-section {
  padding-top: clamp(38px, 5vw, 64px) !important;
  padding-bottom: clamp(36px, 5vw, 64px) !important;
}

.bc-rewards-banner-container {
  max-width: min(680px, calc(100% - 32px)) !important;
}

@media (max-width: 767px) {
  .bc-mrc-safe.bc-home-members-section .bc-mrc-safe__inner {
    max-width: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .bc-rewards-banner-container {
    max-width: calc(100% - 20px) !important;
  }
}


/* Members Review Carousel - converted from uploaded section */
.bc-mrc-safe,
  .bc-mrc-safe * {
    box-sizing: border-box !important;
  }

  .bc-mrc-safe {
    --bc-mrc-gap: 28px;
    --bc-mrc-slide-width: 246px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 14px 0 28px !important;
    overflow: hidden !important;
    background: transparent !important;
    color: inherit !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-rendering: geometricPrecision !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    isolation: isolate !important;
    contain: layout paint !important;
  }

  .bc-mrc-safe__inner {
    width: 100% !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 0 48px !important;
  }

  .bc-mrc-safe__heading {
    margin: 0 0 22px !important;
    padding: 0 !important;
    color: #75c943 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: 0.35px !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  .bc-mrc-safe__scroller {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    cursor: grab !important;
    user-select: none !important;
    touch-action: pan-x !important;
    overscroll-behavior-x: contain !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .bc-mrc-safe__scroller::-webkit-scrollbar {
    display: none !important;
  }

  .bc-mrc-safe__scroller.is-bc-mrc-dragging {
    cursor: grabbing !important;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
  }

  .bc-mrc-safe__track {
    display: flex !important;
    align-items: flex-start !important;
    gap: var(--bc-mrc-gap) !important;
    width: max-content !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .bc-mrc-safe__slide {
    flex: 0 0 var(--bc-mrc-slide-width) !important;
    width: var(--bc-mrc-slide-width) !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  .bc-mrc-safe__review {
    width: 100% !important;
    height: 74px !important;
    padding: 13px 15px 10px !important;
    border-radius: 13px !important;
    background: #ffedc9 !important;
    color: #050505 !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  .bc-mrc-safe__meta {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  .bc-mrc-safe__meta strong {
    color: #090909 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 8.5px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.25px !important;
  }

  .bc-mrc-safe__verified {
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
    color: #54a869 !important;
    font-size: 6.8px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.1px !important;
  }

  .bc-mrc-safe__verified i {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    border: 1px solid #54a869 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-style: normal !important;
    color: #54a869 !important;
    font-size: 5.5px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  .bc-mrc-safe__stars {
    margin-left: auto !important;
    color: #ff7a00 !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.25px !important;
  }

  .bc-mrc-safe__review p {
    margin: 0 !important;
    padding: 0 !important;
    color: #050505 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 7.6px !important;
    line-height: 1.48 !important;
    font-weight: 800 !important;
    letter-spacing: 0.28px !important;
    text-transform: none !important;
  }

  .bc-mrc-safe__media {
    appearance: none !important;
    -webkit-appearance: none !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: clamp(240px, 25vw, 310px) !important;
    margin: 28px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #151515 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .bc-mrc-safe__video {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: #151515 !important;
    border: 0 !important;
    outline: 0 !important;
    pointer-events: none !important;
  }

  .bc-mrc-safe__play {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 4 !important;
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255,255,255,0.8) !important;
    background: rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(4px) !important;
    transition: opacity 180ms ease !important;
  }

  .bc-mrc-safe__play::before {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 12px solid #ffffff !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    margin-left: 3px !important;
  }

  .bc-mrc-safe__slide.is-bc-mrc-active .bc-mrc-safe__play {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  @media (max-width: 1024px) {
    .bc-mrc-safe {
      --bc-mrc-gap: 20px;
    }

    .bc-mrc-safe__inner {
      padding: 0 32px !important;
    }
  }

  @media (max-width: 767px) {
    .bc-mrc-safe {
      --bc-mrc-gap: 10px;
      padding: 16px 0 30px !important;
    }

    .bc-mrc-safe__inner {
      max-width: none !important;
      padding: 0 18px !important;
    }

    .bc-mrc-safe__heading {
      margin-bottom: 18px !important;
      font-size: 21px !important;
      line-height: 1.12 !important;
      letter-spacing: 0.25px !important;
    }

    .bc-mrc-safe__review {
      height: 84px !important;
      padding: 11px 10px 10px !important;
      border-radius: 12px !important;
    }

    .bc-mrc-safe__meta {
      flex-wrap: wrap !important;
      gap: 4px !important;
      margin-bottom: 7px !important;
    }

    .bc-mrc-safe__meta strong {
      font-size: 8px !important;
    }

    .bc-mrc-safe__verified {
      font-size: 6.4px !important;
    }

    .bc-mrc-safe__stars {
      width: 100% !important;
      margin-left: 0 !important;
      font-size: 8px !important;
    }

    .bc-mrc-safe__review p {
      font-size: 7px !important;
      line-height: 1.45 !important;
      letter-spacing: 0.18px !important;
    }

    .bc-mrc-safe__media {
      height: 270px !important;
      margin-top: 16px !important;
      border-radius: 14px !important;
    }

    .bc-mrc-safe__play {
      width: 48px !important;
      height: 48px !important;
    }
  }

  @media (max-width: 380px) {
    .bc-mrc-safe__inner {
      padding: 0 14px !important;
    }

    .bc-mrc-safe__heading {
      font-size: 19px !important;
    }

    .bc-mrc-safe__media {
      height: 245px !important;
    }
  }


/* Final members/rewards scoped overrides after uploaded CSS */
.bc-mrc-safe.bc-home-members-section {
  background: #000 !important;
  color: #fff !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__heading {
  color: #75c943 !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__scroller:focus-visible {
  outline: 3px solid rgba(117, 201, 67, .7) !important;
  outline-offset: 6px !important;
}



/* BudClub Rewards Banner - converted from uploaded section */
.bc-rewards-banner-section {
                width: 100%;
                padding: 42px 16px;
                background: transparent;
            }

            .bc-rewards-banner-container {
                max-width: 1360px;
                margin: 0 auto;
            }

            .bc-rewards-banner-card {
                overflow: hidden;
                border-radius: 28px;
                background: #06100a;
                border: 1px solid rgba(255, 255, 255, 0.10);
                box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
            }

            .bc-rewards-banner-image-wrap {
                position: relative;
                overflow: hidden;
                background: #020604;
            }

            .bc-rewards-banner-image {
                display: block;
                width: 100%;
                height: auto;
                object-fit: cover;
                transition: transform 0.55s ease, filter 0.55s ease;
            }

            .bc-rewards-banner-card:hover .bc-rewards-banner-image {
                transform: scale(1.012);
                filter: brightness(1.04);
            }

            .bc-rewards-banner-shine {
                position: absolute;
                inset: 0;
                pointer-events: none;
                background: linear-gradient(
                    115deg,
                    transparent 0%,
                    transparent 38%,
                    rgba(255, 255, 255, 0.12) 48%,
                    transparent 58%,
                    transparent 100%
                );
                transform: translateX(-120%);
                transition: transform 0.9s ease;
            }

            .bc-rewards-banner-card:hover .bc-rewards-banner-shine {
                transform: translateX(120%);
            }

            .bc-rewards-banner-cta {
                display: grid;
                grid-template-columns: 1fr auto;
                gap: 24px;
                align-items: center;
                padding: 26px 30px;
                background: linear-gradient(135deg, rgba(10, 25, 15, 0.98), rgba(4, 10, 7, 0.99));
                border-top: 1px solid rgba(255, 255, 255, 0.08);
            }

            .bc-rewards-banner-copy {
                min-width: 0;
            }

            .bc-rewards-banner-mini {
                display: inline-flex;
                margin-bottom: 8px;
                color: #90cc41;
                font-size: 12px;
                font-weight: 900;
                letter-spacing: 0.12em;
                text-transform: uppercase;
            }

            .bc-rewards-banner-copy h3 {
                margin: 0;
                color: #ffffff;
                font-size: clamp(21px, 2vw, 30px);
                line-height: 1.15;
                letter-spacing: -0.03em;
                font-weight: 900;
            }

            .bc-rewards-banner-copy p {
                margin: 8px 0 0;
                color: rgba(255, 255, 255, 0.68);
                font-size: 15px;
                line-height: 1.55;
            }

            .bc-rewards-banner-actions {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                gap: 12px;
                flex-wrap: wrap;
            }

            .bc-rewards-btn {
                min-height: 48px;
                padding: 0 24px;
                border-radius: 999px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                text-decoration: none !important;
                white-space: nowrap;
                font-size: 14px;
                font-weight: 900;
                letter-spacing: -0.01em;
                transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
            }

            .bc-rewards-btn:hover {
                transform: translateY(-2px);
            }

            .bc-rewards-btn-primary {
                background: linear-gradient(135deg, #90cc41, #66a83a);
                color: #071006 !important;
                box-shadow: 0 14px 30px rgba(144, 204, 65, 0.28);
            }

            .bc-rewards-btn-secondary {
                background: linear-gradient(135deg, #ffbb3a, #f5a812);
                color: #11130d !important;
                box-shadow: 0 14px 30px rgba(255, 187, 58, 0.25);
            }

            .bc-rewards-btn-outline {
                background: rgba(255, 255, 255, 0.08);
                color: #ffffff !important;
                border: 1px solid rgba(255, 255, 255, 0.16);
            }

            .bc-rewards-btn-outline:hover {
                background: rgba(255, 255, 255, 0.13);
            }

            @media (max-width: 900px) {
                .bc-rewards-banner-section {
                    padding: 30px 12px;
                }

                .bc-rewards-banner-card {
                    border-radius: 22px;
                }

                .bc-rewards-banner-cta {
                    grid-template-columns: 1fr;
                    padding: 22px;
                    gap: 18px;
                }

                .bc-rewards-banner-actions {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 10px;
                    justify-content: stretch;
                }

                .bc-rewards-btn {
                    width: 100%;
                    min-height: 46px;
                    padding: 0 16px;
                    font-size: 13px;
                }
            }

            @media (max-width: 560px) {
                .bc-rewards-banner-section {
                    padding: 24px 10px;
                }

                .bc-rewards-banner-card {
                    border-radius: 18px;
                }

                .bc-rewards-banner-cta {
                    padding: 18px;
                }

                .bc-rewards-banner-copy h3 {
                    font-size: 21px;
                }

                .bc-rewards-banner-copy p {
                    font-size: 13px;
                }

                .bc-rewards-banner-actions {
                    grid-template-columns: 1fr;
                }
            }


/* Final rewards scoped overrides after uploaded CSS */
.bc-rewards-banner-container {
  max-width: min(680px, calc(100% - 32px)) !important;
}

.bc-rewards-banner-image {
  aspect-ratio: auto;
}

.bc-rewards-btn:focus-visible {
  outline: 3px solid rgba(255,187,58,.65);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .bc-rewards-banner-container {
    max-width: calc(100% - 20px) !important;
  }
}


/* Homepage Section 12 — Bulk video CTA */
.bc-home-bulk-video,
.bc-home-bulk-video * {
  box-sizing: border-box;
}

.bc-home-bulk-video {
  position: relative;
  width: 100%;
  min-height: clamp(210px, 24vw, 310px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  margin: 0;
}

.bc-home-bulk-video__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #111;
  transform: scale(1.02);
}

.bc-home-bulk-video__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(0,0,0,.44), rgba(0,0,0,.38)),
    radial-gradient(circle at 50% 45%, rgba(0,0,0,.06), rgba(0,0,0,.28));
  pointer-events: none;
}

.bc-home-bulk-video__content {
  width: min(calc(100% - 32px), 980px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
  padding: 34px 0;
}

.bc-home-bulk-video__heading {
  margin: 0;
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-shadow: 0 3px 18px rgba(0,0,0,.54);
  text-wrap: balance;
}

.bc-home-bulk-video__button {
  opacity: 1;
  transform: none;
  min-width: 132px;
  color: #fff !important;
}

/* Homepage Section 13 — Bulk carousel */
.bc-home-section--shop-bulk {
  padding-top: clamp(22px, 3.2vw, 42px);
  padding-bottom: clamp(30px, 4vw, 56px);
}

.bc-home-shortcode--bulk-carousel {
  margin-top: clamp(2px, 1vw, 8px);
}

/* Rewards width fix — less boxed/congested */
.bc-rewards-banner-container {
  max-width: min(1040px, calc(100% - 32px)) !important;
}

.bc-rewards-banner-card {
  width: 100% !important;
}

.bc-rewards-banner-cta {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

.bc-rewards-banner-copy h3 {
  max-width: 620px;
}

.bc-rewards-banner-copy p {
  max-width: 680px;
}

@media (min-width: 1024px) {
  .bc-rewards-banner-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .bc-rewards-banner-container {
    max-width: min(1040px, calc(100% - 48px)) !important;
  }

  .bc-rewards-banner-image-wrap {
    max-height: none;
  }

  .bc-rewards-banner-image {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .bc-home-bulk-video {
    min-height: 220px;
  }

  .bc-home-bulk-video__content {
    width: min(calc(100% - 24px), 980px);
    gap: 18px;
    padding: 30px 0;
  }

  .bc-home-bulk-video__heading {
    font-size: clamp(22px, 7vw, 30px);
  }

  .bc-rewards-banner-container {
    max-width: calc(100% - 20px) !important;
  }
}


/* Farm video full-width text safety */
.farm-video-bottom {
  max-width: 1320px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .farm-video-bottom {
    max-width: none;
  }
}


/* Homepage Section 14 — BudClub Quiz CTA */
.bc-home-quiz-cta,
.bc-home-quiz-cta * {
  box-sizing: border-box;
}

.bc-home-quiz-cta {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: clamp(170px, 18vw, 240px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(22px, 3vw, 34px) 16px;
  background: #b8dc76;
}

.bc-home-quiz-cta__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  opacity: 1;
}

.bc-home-quiz-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(184, 220, 118, .18);
}

.bc-home-quiz-cta__card {
  position: relative;
  width: min(565px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 12px;
  background: #ffbb3a;
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

.bc-home-quiz-cta__brand {
  position: relative;
  min-height: 126px;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255,187,58,.95), rgba(255,177,44,.96));
  overflow: hidden;
}

.bc-home-quiz-cta__brand img {
  position: absolute;
  inset: -18%;
  width: 136%;
  height: 136%;
  object-fit: cover;
  opacity: .08;
  filter: saturate(1.1);
}

.bc-home-quiz-cta__fallback-logo {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
  color: #fff;
  line-height: .85;
  text-shadow:
    -3px -3px 0 #0b2219,
    3px -3px 0 #0b2219,
    -3px 3px 0 #0b2219,
    3px 3px 0 #0b2219,
    0 6px 0 rgba(0,0,0,.28);
}

.bc-home-quiz-cta__fallback-logo strong {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: -.08em;
}

.bc-home-quiz-cta__fallback-logo em {
  margin-top: 3px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(31px, 3.8vw, 44px);
  font-style: normal;
  font-weight: 950;
  letter-spacing: -.06em;
}

.bc-home-quiz-cta__content {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 11px;
  padding: 22px 24px;
  background: #f6f6f6;
  text-align: center;
}

.bc-home-quiz-cta__content h2 {
  margin: 0;
  max-width: 245px;
  color: #050505;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.bc-home-quiz-cta__content p {
  margin: 0;
  color: #5f990c;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
}

.bc-home-quiz-cta__button {
  min-width: 140px;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #ffbb3a;
  color: #111 !important;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.bc-home-quiz-cta__button:hover,
.bc-home-quiz-cta__button:focus-visible {
  transform: translateY(-2px);
  background: #111;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(0,0,0,.16);
}

.bc-home-quiz-cta__button:focus-visible {
  outline: 3px solid rgba(255,255,255,.75);
  outline-offset: 4px;
}

/* Homepage Section 15 — FAQ */
.bc-custom-faq-elementor {
  background: #fff;
}


/* Homepage FAQ - converted from uploaded section */
#bcCustomFAQElementor,
#bcCustomFAQElementor * {
  box-sizing: border-box;
}

#bcCustomFAQElementor {
  width: 100%;
  margin: 0 auto;
  padding: 26px 16px;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 22px;
  padding: 13px 24px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .07);
  overflow: hidden;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__item {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

#bcCustomFAQElementor .bc-custom-faq-elementor__item:last-child {
  border-bottom: 0;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__question {
  width: 100%;
  min-height: 50px;
  padding: 13px 0;
  border: 0;
  background: transparent;
  color: #030303;
  display: grid;
  grid-template-columns: 18px 1fr 28px;
  align-items: center;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__star {
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__star svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linejoin: round;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__title {
  font-size: clamp(13px, 1.15vw, 15px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__plus {
  width: 22px;
  height: 22px;
  justify-self: end;
  position: relative;
  display: block;
  border-radius: 999px;
  transition: transform .25s ease;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__plus::before,
#bcCustomFAQElementor .bc-custom-faq-elementor__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

#bcCustomFAQElementor .bc-custom-faq-elementor__plus::before {
  width: 15px;
  height: 2px;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__plus::after {
  width: 2px;
  height: 15px;
  transition: opacity .22s ease;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__item.is-open .bc-custom-faq-elementor__plus {
  transform: rotate(180deg);
}

#bcCustomFAQElementor .bc-custom-faq-elementor__item.is-open .bc-custom-faq-elementor__plus::after {
  opacity: 0;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s ease;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__answer-inner {
  padding: 0 44px 17px 32px;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__answer p {
  margin: 0 0 10px;
  color: #252525;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}

#bcCustomFAQElementor .bc-custom-faq-elementor__answer p:last-child {
  margin-bottom: 0;
}

@media (hover:hover) {
  #bcCustomFAQElementor .bc-custom-faq-elementor__question:hover .bc-custom-faq-elementor__title {
    opacity: .78;
  }
}

@media (max-width: 767px) {
  #bcCustomFAQElementor {
    padding: 20px 12px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__wrap {
    border-radius: 18px;
    padding: 10px 16px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__question {
    min-height: 48px;
    padding: 12px 0;
    grid-template-columns: 16px 1fr 24px;
    gap: 11px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__star {
    width: 13px;
    height: 13px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__title {
    font-size: 12.5px;
    line-height: 1.4;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__plus {
    width: 20px;
    height: 20px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__plus::before {
    width: 13px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__plus::after {
    height: 13px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__answer-inner {
    padding: 0 34px 15px 27px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__answer p {
    font-size: 12.5px;
    line-height: 1.62;
  }
}

@media (max-width: 380px) {
  #bcCustomFAQElementor {
    padding-left: 8px;
    padding-right: 8px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__wrap {
    padding: 9px 13px;
    border-radius: 16px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__title {
    font-size: 11.8px;
  }

  #bcCustomFAQElementor .bc-custom-faq-elementor__answer-inner {
    padding-right: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #bcCustomFAQElementor .bc-custom-faq-elementor__answer,
  #bcCustomFAQElementor .bc-custom-faq-elementor__plus {
    transition: none !important;
  }
}


/* Final FAQ theme-native refinements */
#bcCustomFAQElementor {
  padding-top: clamp(30px, 4vw, 56px);
  padding-bottom: clamp(34px, 4.5vw, 62px);
}

#bcCustomFAQElementor .bc-custom-faq-elementor__question:focus-visible {
  outline: 3px solid rgba(255,187,58,.55);
  outline-offset: 4px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .bc-home-quiz-cta {
    min-height: auto;
    padding: 22px 12px;
  }

  .bc-home-quiz-cta__card {
    grid-template-columns: 1fr;
    width: min(520px, calc(100vw - 24px));
  }

  .bc-home-quiz-cta__brand {
    min-height: 112px;
  }

  .bc-home-quiz-cta__content {
    padding: 18px 18px 20px;
  }

  .bc-home-quiz-cta__content h2 {
    max-width: 300px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bc-home-quiz-cta__button {
    transition: none !important;
  }
}


/* Homepage Section 16 — We Are Bud Club */
.bc-home-about,
.bc-home-about * {
  box-sizing: border-box;
}

.bc-home-about {
  width: 100%;
  background: #fff;
  padding: clamp(46px, 7vw, 96px) 16px clamp(56px, 8vw, 104px);
  text-align: center;
}

.bc-home-about__inner {
  width: min(100%, 420px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
}

.bc-home-about__logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(132px, 42vw);
  min-height: 38px;
  margin-bottom: 24px;
}

.bc-home-about__logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.bc-home-about__logo img + .bc-home-about__logo-fallback {
  display: none;
}

.bc-home-about__logo-fallback {
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.08em;
  text-shadow:
    -2px -2px 0 #0b2219,
    2px -2px 0 #0b2219,
    -2px 2px 0 #0b2219,
    2px 2px 0 #0b2219;
}

.bc-home-about h2 {
  margin: 0 0 22px;
  color: #050505;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.bc-home-about p {
  margin: 0;
  max-width: 365px;
  color: #050505;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.bc-home-about__button {
  min-width: 94px;
  min-height: 34px;
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 5px;
  border: 0;
  background: #ffbb3a;
  color: #060606 !important;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.bc-home-about__button:hover,
.bc-home-about__button:focus-visible {
  transform: translateY(-2px);
  background: #111;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.13);
}

.bc-home-about__button:focus-visible {
  outline: 3px solid rgba(255,187,58,.5);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .bc-home-about {
    padding-top: 52px;
    padding-bottom: 68px;
  }

  .bc-home-about__logo {
    margin-bottom: 20px;
  }

  .bc-home-about h2 {
    margin-bottom: 18px;
  }

  .bc-home-about p {
    max-width: 330px;
  }
}


/* v1.18.2 visual refinements: side-margin video, tighter underlines, mobile rewards/quiz */
.bc-home-ha-heading {
  padding-bottom: 3px !important;
}

.bc-home-ha-heading::after {
  bottom: -2px !important;
  height: 8px !important;
}

.bc-home-ha-heading--small {
  padding-bottom: 3px !important;
}

/* Section 6 video: keep premium card side margins instead of touching both screen edges */
.farm-video-section {
  width: min(calc(100% - 40px), 1320px) !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

.farm-video-card {
  border-radius: 24px !important;
}

.farm-video-bottom {
  max-width: none !important;
}

@media (max-width: 767px) {
  .farm-video-section {
    width: calc(100% - 44px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 26px !important;
    padding-bottom: 40px !important;
  }

  .farm-video-card {
    min-height: 464px !important;
    border-radius: 14px !important;
  }

  .farm-video-bottom {
    bottom: 22px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .farm-video-bottom h2 {
    font-size: clamp(21px, 6vw, 26px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.055em !important;
  }
}

/* Rewards: wider desktop, screenshot-style mobile */
.bc-rewards-banner-container {
  max-width: min(1080px, calc(100% - 36px)) !important;
}

@media (max-width: 767px) {
  .bc-rewards-banner-section {
    padding: 28px 16px 34px !important;
  }

  .bc-rewards-banner-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .bc-rewards-banner-card {
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #06100a !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.18) !important;
  }

  .bc-rewards-banner-image-wrap {
    background: #020604 !important;
  }

  .bc-rewards-banner-image {
    width: 100% !important;
    display: block !important;
    height: auto !important;
  }

  .bc-rewards-banner-cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 18px 16px 16px !important;
  }

  .bc-rewards-banner-mini {
    margin-bottom: 10px !important;
    color: #90cc41 !important;
    font-size: 11px !important;
    letter-spacing: .12em !important;
  }

  .bc-rewards-banner-copy h3 {
    max-width: 270px !important;
    font-size: 20px !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
  }

  .bc-rewards-banner-copy p {
    max-width: 280px !important;
    margin-top: 10px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .bc-rewards-banner-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .82fr) !important;
    gap: 10px !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .bc-rewards-btn {
    min-height: 39px !important;
    width: 100% !important;
    padding: 0 14px !important;
    font-size: 11px !important;
    border-radius: 999px !important;
  }

  .bc-rewards-btn-primary {
    grid-column: 1 / -1 !important;
    min-height: 44px !important;
  }

  .bc-rewards-btn-secondary,
  .bc-rewards-btn-outline {
    grid-column: auto !important;
    min-height: 39px !important;
  }
}

/* Quiz CTA mobile: orange outer card with white inner box, like the reference */
@media (max-width: 767px) {
  .bc-home-quiz-cta {
    padding: 28px 12px 28px !important;
    min-height: auto !important;
    background: #b8dc76 !important;
  }

  .bc-home-quiz-cta__bg {
    background-size: cover !important;
    background-position: center !important;
    opacity: 1 !important;
  }

  .bc-home-quiz-cta__card {
    width: min(100%, 296px) !important;
    display: block !important;
    padding: 20px 10px 12px !important;
    border-radius: 16px !important;
    background: #ffbb3a !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.10) !important;
    overflow: hidden !important;
  }

  .bc-home-quiz-cta__brand {
    min-height: 96px !important;
    padding: 0 12px !important;
    background: transparent !important;
    overflow: visible !important;
  }

  .bc-home-quiz-cta__brand img {
    opacity: 0 !important;
  }

  .bc-home-quiz-cta__fallback-logo {
    transform: scale(.94) !important;
    text-shadow:
      -3px -3px 0 #0b2219,
      3px -3px 0 #0b2219,
      -3px 3px 0 #0b2219,
      3px 3px 0 #0b2219,
      0 5px 0 rgba(0,0,0,.24) !important;
  }

  .bc-home-quiz-cta__fallback-logo strong {
    font-size: 35px !important;
    line-height: .88 !important;
  }

  .bc-home-quiz-cta__fallback-logo em {
    font-size: 35px !important;
    line-height: .88 !important;
  }

  .bc-home-quiz-cta__content {
    margin-top: 10px !important;
    padding: 20px 12px 22px !important;
    border-radius: 15px !important;
    background: #f7f7f7 !important;
    gap: 12px !important;
  }

  .bc-home-quiz-cta__content h2 {
    max-width: 230px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.035em !important;
  }

  .bc-home-quiz-cta__content p {
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  .bc-home-quiz-cta__button {
    min-width: 162px !important;
    min-height: 33px !important;
    padding: 7px 18px !important;
    font-size: 12px !important;
    border-width: 2px !important;
    border-radius: 999px !important;
    background: #ffcf63 !important;
  }
}


/* v1.18.3 Happy Members scroll fix */
.bc-mrc-safe__scroller {
  touch-action: pan-y pinch-zoom !important;
}

.bc-mrc-safe__media,
.bc-mrc-safe__video {
  touch-action: pan-y pinch-zoom !important;
}

.bc-mrc-safe__scroller.is-bc-mrc-dragging {
  touch-action: none !important;
}


/* v1.18.4 exact BudClub Quiz logo */
.bc-home-quiz-cta__brand img.bc-home-quiz-cta__logo {
  position: relative !important;
  inset: auto !important;
  z-index: 3 !important;
  width: min(230px, 82%) !important;
  height: auto !important;
  max-height: 106px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  filter: none !important;
}

.bc-home-quiz-cta__brand img.bc-home-quiz-cta__logo + .bc-home-quiz-cta__fallback-logo {
  display: none !important;
}

@media (max-width: 767px) {
  .bc-home-quiz-cta__brand img.bc-home-quiz-cta__logo {
    width: min(220px, 92%) !important;
    max-height: 104px !important;
  }
}


/* v1.18.7 desktop quiz CTA size/layout refinement */
@media (min-width: 768px) {
  .bc-home-quiz-cta {
    min-height: 260px !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .bc-home-quiz-cta__card {
    width: min(760px, calc(100vw - 96px)) !important;
    min-height: 214px !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.12) !important;
  }

  .bc-home-quiz-cta__brand {
    min-height: 214px !important;
    padding: 28px 34px !important;
  }

  .bc-home-quiz-cta__brand img.bc-home-quiz-cta__logo {
    width: min(320px, 88%) !important;
    max-height: 150px !important;
  }

  .bc-home-quiz-cta__content {
    min-height: 214px !important;
    padding: 32px 34px !important;
    gap: 18px !important;
    border-radius: 0 14px 14px 0 !important;
  }

  .bc-home-quiz-cta__content h2 {
    max-width: 310px !important;
    font-size: 22px !important;
    line-height: 1.22 !important;
    letter-spacing: -0.035em !important;
  }

  .bc-home-quiz-cta__content p {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .bc-home-quiz-cta__button {
    min-width: 186px !important;
    min-height: 36px !important;
    padding: 8px 24px !important;
    font-size: 14px !important;
    border-width: 2px !important;
  }
}


/* v1.18.8 quiz CTA nested white box inside FFBB3A card */
@media (min-width: 768px) {
  .bc-home-quiz-cta__card {
    width: min(760px, calc(100vw - 96px)) !important;
    min-height: 214px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .96fr) !important;
    gap: 0 !important;
    padding: 7px !important;
    border-radius: 13px !important;
    background: #ffbb3a !important;
    overflow: hidden !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.12) !important;
  }

  .bc-home-quiz-cta__brand {
    min-height: 200px !important;
    padding: 26px 32px !important;
    background: transparent !important;
    border-radius: 10px 0 0 10px !important;
    overflow: visible !important;
  }

  .bc-home-quiz-cta__brand img.bc-home-quiz-cta__logo {
    width: min(318px, 90%) !important;
    max-height: 150px !important;
  }

  .bc-home-quiz-cta__content {
    min-height: 200px !important;
    align-self: stretch !important;
    margin: 0 !important;
    padding: 30px 30px !important;
    gap: 18px !important;
    border-radius: 12px !important;
    background: #f7f7f7 !important;
    border: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.04) !important;
  }

  .bc-home-quiz-cta__content h2 {
    max-width: 315px !important;
    font-size: 22px !important;
    line-height: 1.22 !important;
    letter-spacing: -0.035em !important;
  }

  .bc-home-quiz-cta__content p {
    margin-top: 0 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    color: #5f990c !important;
  }

  .bc-home-quiz-cta__button {
    min-width: 186px !important;
    min-height: 36px !important;
    padding: 8px 24px !important;
    border: 2px solid #111 !important;
    border-radius: 999px !important;
    background: #ffcf63 !important;
    color: #111 !important;
    font-size: 14px !important;
    box-shadow: 0 2px 0 rgba(0,0,0,.45) !important;
  }
}


/* v1.18.9 mobile quiz CTA margin reduction */
@media (max-width: 767px) {
  .bc-home-quiz-cta {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .bc-home-quiz-cta__card {
    width: min(calc(100vw - 18px), 344px) !important;
    max-width: calc(100vw - 18px) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .bc-home-quiz-cta__content {
    width: 100% !important;
  }
}

@media (max-width: 390px) {
  .bc-home-quiz-cta {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .bc-home-quiz-cta__card {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
  }
}


/* v1.18.10 mobile quiz CTA screenshot sizing */
@media (max-width: 767px) {
  .bc-home-quiz-cta {
    padding: 30px 12px 32px !important;
  }

  .bc-home-quiz-cta__card {
    width: min(304px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    min-height: 286px !important;
    padding: 18px 10px 10px !important;
    border-radius: 15px !important;
  }

  .bc-home-quiz-cta__brand {
    min-height: 106px !important;
    padding: 0 8px !important;
  }

  .bc-home-quiz-cta__brand img.bc-home-quiz-cta__logo {
    width: min(202px, 86%) !important;
    max-height: 96px !important;
  }

  .bc-home-quiz-cta__content {
    margin-top: 10px !important;
    min-height: 154px !important;
    padding: 20px 12px 18px !important;
    border-radius: 14px !important;
    gap: 13px !important;
  }

  .bc-home-quiz-cta__content h2 {
    max-width: 232px !important;
    font-size: 16px !important;
    line-height: 1.28 !important;
    letter-spacing: -0.03em !important;
  }

  .bc-home-quiz-cta__content p {
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  .bc-home-quiz-cta__button {
    min-width: 162px !important;
    min-height: 32px !important;
    padding: 7px 18px !important;
    font-size: 12px !important;
    border-radius: 999px !important;
  }
}

@media (max-width: 360px) {
  .bc-home-quiz-cta__card {
    width: min(304px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
  }
}


/* v1.25.63 - Happy members carousel autoplay/video visibility polish */
.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__track {
  will-change: scroll-position !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__slide.is-bc-mrc-visible .bc-mrc-safe__play,
.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__slide.is-bc-mrc-active .bc-mrc-safe__play {
  opacity: 0 !important;
  pointer-events: none !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__video {
  transform: translateZ(0) !important;
}

@media (max-width: 767px) {
  .bc-mrc-safe.bc-home-members-section .bc-mrc-safe__scroller {
    scroll-snap-type: x proximity !important;
  }
}


/* v1.25.64 - Happy members carousel product-style stability fix */
.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__scroller {
  scroll-behavior: smooth !important;
  scroll-snap-type: x proximity !important;
  touch-action: pan-x pan-y pinch-zoom !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__slide {
  scroll-snap-stop: normal !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__scroller.is-bc-mrc-dragging {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__video {
  backface-visibility: hidden !important;
  transform: translate3d(0, 0, 0) !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__media {
  transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 768px) {
  .bc-mrc-safe.bc-home-members-section .bc-mrc-safe__inner {
    max-width: min(920px, calc(100% - 24px)) !important;
  }
}


/* v1.25.65 - Happy Members free-swipe carousel fix */
.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__scroller {
  scroll-behavior: smooth !important;
  scroll-snap-type: x proximity !important;
  scroll-padding-left: 0 !important;
  touch-action: pan-x pan-y pinch-zoom !important;
  overscroll-behavior-x: contain !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__media,
.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__video {
  touch-action: pan-x pan-y pinch-zoom !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__slide {
  scroll-snap-stop: normal !important;
}

.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__scroller.is-bc-mrc-dragging,
.bc-mrc-safe.bc-home-members-section .bc-mrc-safe__scroller.is-bc-mrc-touching {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  cursor: grabbing !important;
}

@media (max-width: 767px) {
  .bc-mrc-safe.bc-home-members-section .bc-mrc-safe__scroller {
    scroll-snap-type: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .bc-mrc-safe.bc-home-members-section .bc-mrc-safe__slide {
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
  }
}
