/* ================================================
   Home V2 — page-specific styles
   Loaded only on page ID 102567 (home-v2)
   ================================================ */

/* ---- GLOBAL BODY FONT — Montserrat ---- */

body.page-id-102567 {
  font-family: "Montserrat", sans-serif;
}

/* ---- GLOBAL HEADING FONT — Playfair Display ---- */

.page-id-102567 h1,
.page-id-102567 h2,
.page-id-102567 h3,
.page-id-102567 h4 {
  font-family: "Playfair Display", serif !important;
}

@media (max-width: 768px) {
  .page-id-102567 h1 {
    font-size: 2.125rem !important;
  }
  .page-id-102567 h2 {
    font-size: 1.875rem !important;
  }
  .page-id-102567 h3 {
    font-size: 1.6875rem !important;
  }
  .page-id-102567 h4 {
    font-size: 1.375rem !important;
  }
}

/* ---- HERO SECTION ---- */

.cl-hero {
  position: relative;
  min-height: max(720px, 95vh);
  background-image: url("https://charlottelabee.com/wp-content/uploads/2023/07/header_bg_charlottelabee_new.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
}

.cl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, transparent 30%), rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.cl-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1336px;
  width: 100%;
  margin: 0 auto !important;
  padding: 90px 60px 60px !important;
  min-height: max(820px, 95vh);
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  box-sizing: border-box;
}

.cl-hero-cols {
  align-items: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 48px !important;
}

/* Left column */
.cl-hero-left {
  display: flex !important;
  flex-direction: column !important;
  gap: 28px !important;
}

.cl-hero-social {
  gap: 12px !important;
  align-items: center !important;
  max-width: 500px;
}

.cl-hero-social .wp-block-image {
  margin: 0 !important;
  flex-shrink: 0;
}

.cl-hero-social img {
  height: 44px !important;
  width: auto !important;
  max-width: none !important;
}

.cl-hero-social-text {
  color: #fff !important;
  font-size: 0.85rem !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.cl-hero-heading {
  color: #fff !important;
  font-size: clamp(2rem, 3.8vw, 3.3rem) !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

.cl-hero-heading em {
  font-style: italic;
}

/* CTA image cards */
.cl-hero-ctas {
  gap: 16px !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}

.cl-hero-cta-col {
  display: flex !important;
  flex-direction: column !important;
}

.cl-hero-cta-card {
  position: relative !important;
  overflow: hidden;
  border-radius: 12px;
  height: 170px;
  cursor: pointer;
  flex: none;
  width: 100%;
}

.cl-hero-cta-card > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cl-hero-cta-card .cl-card-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.cl-hero-cta-card .cl-card-img img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
  display: block !important;
  border-radius: 0 !important;
}

.cl-hero-cta-col:nth-child(2) .cl-hero-cta-card .cl-card-img img {
  object-position: center bottom;
}

.cl-hero-cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 1;
  border-radius: 12px;
}

/* Pill button label */
.cl-hero-cta-label {
  position: absolute !important;
  bottom: 14px !important;
  left: 14px !important;
  right: 14px !important;
  z-index: 2;
  background: var(--cl-brass, #bfa046);
  border-radius: 6px;
  padding: 12px 16px !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center;
  margin: 0 !important;
}

.cl-hero-cta-text {
  color: #fff !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 !important;
  line-height: 1;
  white-space: nowrap;
}

.cl-hero-arrow {
  flex-shrink: 0;
  margin: 0 !important;
  line-height: 0;
}

.cl-hero-arrow img {
  width: 12px !important;
  height: auto !important;
  max-width: none !important;
  filter: brightness(10);
  margin: 0 !important;
}

.cl-hero-cta-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 12px;
}

/* Mobile-only buttons: hidden on desktop */
.cl-hero-mobile-btns {
  display: none !important;
}

/* Right column */
.cl-hero-right {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  gap: 24px !important;
}

.cl-hero-desc {
  color: #fff !important;
  font-size: clamp(0.875rem, 1.3vw, 1rem) !important;
  margin: 0 !important;
}

/* Outline action buttons */
.cl-hero-actions {
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.cl-hero-action-btn .wp-block-button__link {
  background: rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
  padding: 11px 16px !important;
  border-radius: 6px !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.12em !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: default !important;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.cl-hero-action-btn .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* Swap badge-check PNG → simple check SVG */
.cl-hero-action-btn .wp-block-button__link img {
  display: none !important;
}
.cl-hero-action-btn .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url("https://charlottelabee.com/wp-content/uploads/2023/07/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-right: 8px;
}

/* ---- Hero Mobile <=768px ---- */
@media (max-width: 768px) {
  .cl-hero {
    background-size: auto;
    background-position: 35% 20% !important;
    background-attachment: scroll; /* iOS Safari doesn't support fixed */
  }

  .cl-hero-inner {
    padding: 120px 20px 40px !important;
    min-height: 100svh;
    justify-content: flex-start !important;
  }

  .cl-hero-cols {
    flex-direction: column !important;
    gap: 24px !important;
  }

  .cl-hero-left,
  .cl-hero-right {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100%;
  }

  .cl-hero-ctas {
    display: none !important;
  }

  .cl-hero-mobile-btns {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100%;
    margin-top: 120px !important;
  }

  /* .cl-hero-mobile-btns .wp-block-button {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box;
  }

  .cl-hero-mobile-btns .wp-block-button__link {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    box-sizing: border-box;
  } */

  .cl-hero-right {
    gap: 16px !important;
  }

  /* .cl-hero-social {
    max-width: 500px;
  } */

  .cl-hero-heading {
    max-width: 500px;
  }

  .cl-hero-desc {
    width: 70% !important;
    max-width: 440px;
  }

  .cl-hero-actions {
    display: none !important;
  }

  .cl-hero-social img {
    height: 32px !important;
  }
}

@media (max-width: 480px) {
  .cl-hero {
    background-image: url("https://charlottelabee.com/wp-content/uploads/2023/07/header_bg_charlottelabee_sm_2.jpg");
    background-position: 70% 20% !important;
    background-attachment: scroll;
    background-size: cover;
  }
  .cl-hero-heading {
    max-width: 74%;
  }
}

/* ---- SUPPLEMENTS SECTION ---- */

.cl-supp-section {
  max-width: 1336px;
  margin: 80px auto !important;
  padding: 0 60px !important;
  box-sizing: border-box;
}

.cl-supp-cols {
  gap: 24px !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}

/* Left: image hero */
.cl-supp-left {
  display: flex !important;
  flex-direction: column !important;
}

.cl-supp-hero-wrap {
  background-image: url("https://charlottelabee.com/wp-content/uploads/2023/07/cl-health.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  flex: 1 !important;
  min-height: 700px;
}

.cl-supp-products {
  background: linear-gradient(to top, rgba(135, 125, 90, 0.95) 0%, rgba(135, 125, 90, 0.5) 60%, transparent 100%);
  padding: 16px !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
}

.cl-supp-prod-col {
  display: flex !important;
  flex-direction: column !important;
}

.cl-supp-prod {
  position: relative !important;
  background: #e8e3db;
  border-radius: 8px;
  overflow: hidden;
  padding: 12px 12px 8px !important;
}

.cl-supp-prod .cl-supp-prod-img {
  margin: 0 !important;
}

.cl-supp-prod .cl-supp-prod-img img {
  width: auto;
  height: auto;
  display: block;
  max-width: none !important;
  max-height: 200px;
  margin: 0 auto;
}

.cl-supp-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 2;
  white-space: nowrap;
}

.cl-supp-badge--sale {
  background: var(--cl-terracotta, #b86947);
}
.cl-supp-badge--bestseller {
  background: var(--cl-brass, #bfa046);
}

/* Right: sand column */
.cl-supp-right {
  background: var(--cl-sand, #ede2cb) !important;
  border-radius: 12px !important;
  padding: 48px 40px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 25px !important;
  justify-content: center !important;
}

.cl-supp-label {
  display: inline-block;
  /* background: var(--cl-brass, #bfa046); */
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0 0px;
  border-radius: 6px;
  width: fit-content;
}

.cl-supp-heading {
  line-height: 1.3 !important;
  margin: 0 !important;
}

.cl-supp-desc {
  margin: 0 !important;
}

.cl-supp-features {
  gap: 6px !important;
  margin-bottom: 10px;
}

.cl-supp-feat {
  gap: 12px !important;
  align-items: flex-start !important;
  margin: 0 !important;
}

.cl-supp-feat::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: var(--cl-terracotta, #b86947);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.35em;
}

.cl-supp-feat-text {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

.cl-supp-btns {
  gap: 12px !important;
}

.cl-supp-prod-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: rgba(135, 125, 90, 0.65);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 7px 10px;
  border-radius: 0 0 8px 8px;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  pointer-events: none;
  letter-spacing: 0.12em;
}

.cl-supp-prod:hover .cl-supp-prod-name {
  opacity: 1;
  transform: translateY(0);
}

.cl-supp-prod-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .cl-supp-section {
    padding: 0 20px !important;
    margin: 60px auto !important;
  }
  .cl-supp-cols {
    flex-direction: column !important;
  }
  .cl-supp-right {
    order: -1;
  }
}

@media (max-width: 480px) {
  .cl-supp-hero-wrap {
    min-height: 580px;
    position: relative;
    padding: 16px 0;
  }

  /* Static gradient — replaces the one on .cl-supp-products (which moves with Swiper) */
  .cl-supp-hero-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to top, rgba(135, 125, 90, 0.95) 0%, rgba(135, 125, 90, 0.5) 70%, transparent 100%);
    pointer-events: none;
    z-index: 0;
  }

  .cl-supp-right {
    padding: 32px 24px !important;
  }

  /* Product carousel — swiper container sits above the static gradient */
  .cl-supp-swiper {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  /* Remove moving gradient + reset EP gap/padding from wrapper */
  .cl-supp-products.swiper-wrapper {
    background: none !important;
    padding: 0 !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  /* Slides — height only; width is controlled by Swiper slidesPerView */
  .cl-supp-prod-col.swiper-slide {
    height: auto !important;
  }
  .cl-supp-prod-col.swiper-slide:first-child {
    /* margin-left: 16px; */
  }
}

/* ---- PILLARS SECTION — "Ontdek de mogelijkheden" ---- */

.cl-pillars-section {
  background: var(--cl-sage, #877d5a);
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 80px 0px !important;
  box-sizing: border-box;
  border-radius: 30px 30px 0 0;
}

.cl-pillars-inner {
  max-width: 1336px;
  margin: 0 auto !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.cl-pillars-heading {
  color: #fff !important;
  max-width: 45%;
  line-height: 1.25 !important;
  margin-bottom: 1rem !important;
  margin-top: 0;
}

.cl-pillars-desc {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 1rem !important;
  max-width: 45%;
  margin-bottom: 2.5rem !important;
}

.cl-pillars-cards {
  gap: 12px !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}

.cl-pillar-col {
  display: flex !important;
  flex-direction: column !important;
}

.cl-pillar-card {
  position: relative !important;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  flex: none;
  width: 100%;
}

.cl-pillar-card > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cl-pillar-card .cl-card-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cl-pillar-card .cl-card-img picture {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.cl-pillar-card .cl-card-img img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.cl-pillar-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(135, 125, 90) 0%, rgba(135, 125, 90, 0.45) 55%, transparent 100%);
  z-index: 1;
  border-radius: 12px;
  pointer-events: none;
}

.cl-pillar-label {
  position: relative !important;
  z-index: 2;
  min-height: 420px;
  height: 100%;
  padding: 160px 24px 24px 24px !important;
  gap: 10px !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.cl-pillar-title {
  color: #fff !important;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.cl-pillar-text {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.875rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

/* Button pushed to bottom + full width + white override */
.cl-pillar-label .wp-block-buttons {
  margin-top: auto !important;
  width: 100% !important;
}
.cl-pillar-label .wp-block-button {
  width: 100% !important;
}
.cl-pillar-label .wp-block-button__link,
.cl-pillar-label .wp-block-button a {
  width: 100% !important;
  box-sizing: border-box !important;
  color: #fff !important;
  border-color: #fff !important;
}
.cl-pillar-label .wp-block-button__link:hover,
.cl-pillar-label .wp-block-button a:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .cl-pillars-section {
    padding: 60px 0px !important;
  }

  .cl-pillars-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .cl-pillars-heading,
  .cl-pillars-desc {
    max-width: 100%;
  }

  .cl-pillars-cards {
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  .cl-pillar-col {
    flex-basis: calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
  }

  .cl-pillar-title {
    font-size: 1.5rem !important;
  }

  .cl-pillar-body {
    padding-top: 16px;
  }
}

@media (max-width: 480px) {
  .cl-pillar-col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

/* ---- STORY SECTION — "Jarenlang in de hoogste" ---- */

.cl-story-section {
  max-width: 1336px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* Left column */
.cl-story-heading {
  line-height: 1.35 !important;
  margin-bottom: 1.25rem !important;
  margin-top: 0;
  max-width: 90%;
}

.cl-story-quote {
  font-size: clamp(0.875rem, 1.4vw, 1rem) !important;
  line-height: 1.75 !important;
  max-width: 90%;
  margin-bottom: 1.5rem !important;
}

.cl-story-signature {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.cl-story-signature img {
  height: 60px !important;
  width: auto !important;
}

/* Right column — card grid */
.cl-story-cards .wp-block-columns.cl-story-cards-grid {
  gap: 16px !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
}

.cl-story-cards .cl-story-cards-grid > .wp-block-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

/* .cl-story-cards .cl-story-cards-grid > .wp-block-column:nth-child(2) {
  margin-top: -40px;
} */

/* Individual card */
.cl-story-card {
  position: relative !important;
  overflow: hidden;
  border-radius: 12px;
  flex: 1 !important;
  min-height: 0 !important;
}

.cl-card--tall,
.cl-card--square,
.cl-card--wide {
  aspect-ratio: 1/1;
}

/* Neutralise constrained-layout margins on children */
.cl-story-card > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Image fills the card */
.cl-story-card .cl-card-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cl-story-card .cl-card-img picture {
  width: 100% !important;
  height: 100% !important;
}

.cl-story-card .cl-card-img img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

/* Gradient overlay — brand sage (#877d5a) */
.cl-story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(135, 125, 90, 0.92) 0%, rgba(135, 125, 90, 0.35) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  border-radius: 12px;
}

/* Label bar pinned to bottom */
.cl-story-card .cl-card-label {
  position: absolute !important;
  bottom: 14px !important;
  left: 14px !important;
  right: 14px !important;
  z-index: 2;
  column-gap: 7px !important;
  row-gap: 3px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Stat text fills remaining space on row 1 (next to badge) */
.cl-story-card .cl-card-label .cl-card-label-text {
  flex: 1;
  min-width: 0;
}

/* Title row: full width, larger + bolder */
.cl-story-card .cl-card-label-title {
  flex-basis: 100% !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  margin-top: 5px !important;
}

.cl-card-badge {
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  width: 16px !important;
  height: 12px !important;
  /* background-image: url("https://charlottelabee.com/wp-content/uploads/2023/07/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left; */
}

.cl-card-label-text {
  color: #fff !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 !important;
  line-height: 1.3;
}

/* Full-card click overlay */
.cl-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 12px;
}

/* Mobile <=768px */
@media (max-width: 768px) {
  .cl-story-section {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .cl-story-section > .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .cl-story-heading {
    max-width: 100%;
  }

  .cl-story-quote {
    max-width: 100%;
  }

  .cl-story-cards .wp-block-columns.cl-story-cards-grid {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
  }

  .cl-story-cards .cl-story-cards-grid > .wp-block-column:nth-child(2) {
    margin-top: 0;
  }

  .cl-card--tall,
  .cl-card--square,
  .cl-card--wide {
    aspect-ratio: 1/1;
  }

  .cl-card-label-text {
    font-size: 0.65rem !important;
    letter-spacing: 0.1em;
  }

  .cl-card-badge img {
    width: 13px !important;
    height: 13px !important;
  }

  /* Mobile: hide stat line, show badge + title on one row */
  .cl-story-card .cl-card-label .cl-card-label-text:not(.cl-card-label-title) {
    display: none !important;
  }
  .cl-story-card .cl-card-label {
    flex-wrap: nowrap !important;
  }
  .cl-story-card .cl-card-label-title {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    min-width: 0;
  }
}

/* ---- BRAIN BALANCE SECTION — "Ontdek de onvoorstelbare mogelijkheden" ---- */

.cl-brain-section {
  background: var(--cl-chestnut, #7a461e);
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0 !important;
  box-sizing: border-box;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.cl-brain-inner {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

/* Columns: left content + right carousel bleed to edge */
.cl-brain-cols {
  gap: 0 !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  margin: 0 !important;
}

.cl-brain-left {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  padding-top: 100px !important;
  padding-bottom: 70px !important;
  padding-left: max(60px, calc((100vw - 1336px) / 2 + 60px)) !important;
  padding-right: 60px !important;
}

.cl-brain-label {
  display: inline-block;
  /* background: var(--cl-brass, #bfa046); */
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0px;
  border-radius: 6px;
  width: fit-content;
}

.cl-brain-heading {
  color: #fff !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

.cl-brain-desc {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.cl-brain-features {
  gap: 14px !important;
}

.cl-brain-feat {
  gap: 12px !important;
  align-items: flex-start !important;
  margin: 0 !important;
}

.cl-brain-feat::before {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background-image: url("https://charlottelabee.com/wp-content/uploads/2023/07/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-top: 0.25em;
}

.cl-brain-feat-text {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

/* Right: carousel bleeds to viewport right edge */
.cl-brain-right {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 100px 0 70px !important;
}

.cl-brain-carousel-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 660px;
}

.cl-brain-swiper {
  flex: 1;
  min-height: 0;
  width: 100%;
  overflow: hidden;
}

.cl-brain-swiper .swiper-wrapper {
  height: 100%;
}

.cl-brain-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.cl-brain-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(122, 70, 30, 0.97) 0%, rgba(122, 70, 30, 0.6) 38%, transparent 62%);
  pointer-events: none;
  z-index: 1;
}

/* Slide text pinned to bottom over the image */
.cl-brain-slide-content {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3;
  padding: 24px 28px 32px !important;
}

.cl-brain-slide-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
}

.cl-brain-slide-content h4 {
  color: #fff !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 0 0 8px 0 !important;
}

.cl-brain-slide-content p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

/* Prev/next arrows hidden — keeping styles for future use */
.cl-brain-nav {
  display: none !important;
}

/* Pagination dots — sits below the swiper card as a flex sibling */
.cl-brain-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px 4px 0;
  flex-shrink: 0;
}

.cl-brain-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.25s ease;
  margin: 0 !important;
}

.cl-brain-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}

.cl-brain-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 24px 20px;
  margin-right: 5%;
  flex-shrink: 0;
}

.cl-brain-nav-prev,
.cl-brain-nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50% !important;
  border: 1.5px solid rgba(191, 160, 70, 0.4);
  background: var(--cl-brass, #bfa046) !important;
  color: #fff;
  line-height: 0;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
  flex-shrink: 0;
}

.cl-brain-nav-prev:hover,
.cl-brain-nav-next:hover {
  background: var(--cl-chestnut, #7a461e) !important;
}

.cl-brain-nav-prev.swiper-button-disabled,
.cl-brain-nav-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

@media (max-width: 768px) {
  .cl-brain-cols {
    flex-direction: column !important;
  }

  .cl-brain-left {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 70px 30px 40px 30px !important;
  }

  .cl-brain-right {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    padding: 0 30px 50px 30px !important;
  }

  .cl-brain-carousel-wrap {
    min-height: 500px;
  }

  .cl-brain-swiper .swiper-slide {
    height: 500px;
  }
}

/* ---- REVIEWS SECTION — "Wat anderen bereikten" ---- */

.cl-reviews-section {
  padding: 80px 0 0;
}

.cl-reviews-inner {
  max-width: 1336px;
  margin: 0 auto !important;
  padding: 0 60px 60px !important;
}

.cl-reviews-header {
  gap: 48px !important;
  /* align-items: flex-end !important; */
  flex-wrap: nowrap !important;
}

.cl-reviews-left {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.cl-reviews-heading {
  line-height: 1.2 !important;
  margin: 0 !important;
}

.cl-reviews-desc {
  font-size: 0.95rem !important;
  color: #555 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 540px;
}

.cl-reviews-right {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}

.cl-reviews-stat-wrap {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}

.cl-reviews-avatars {
  width: 150px !important;
  height: auto !important;
  display: block;
  flex-shrink: 0;
}

.cl-reviews-avatars img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.cl-reviews-stat {
  flex: 1;
  font-size: 0.88rem !important;
  color: #555 !important;
  margin: 0 !important;
  line-height: 1.45 !important;
}

/* Infinite scroll review cards */
.cl-reviews-scroller {
  overflow: hidden;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 8px 0 32px !important;
}

.cl-carousel-row {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  width: max-content;
  will-change: transform;
}

.cl-row-left {
  animation: clScrollLeft 140s linear infinite;
}
.cl-row-right {
  animation: clScrollRight 140s linear infinite;
}

@keyframes clScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes clScrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.cl-carousel-row:hover {
  animation-play-state: paused;
}

.cl-review-card {
  background: var(--cl-sand, #ede2cb);
  border-radius: 12px;
  padding: 24px 28px;
  width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cl-review-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cl-review-avatar {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.cl-review-name {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #222 !important;
  margin: 0 !important;
  line-height: 1.3;
}

.cl-review-sub {
  font-size: 0.75rem !important;
  color: #777 !important;
  margin: 0 !important;
  line-height: 1.3;
  display: none;
}

.cl-review-text {
  font-size: 0.88rem !important;
  color: #444 !important;
  line-height: 1.55 !important;
  font-style: italic !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .cl-reviews-section {
    padding: 60px 0 0;
  }

  .cl-reviews-inner {
    padding: 0 20px 40px !important;
  }

  .cl-reviews-header {
    flex-direction: column !important;
    gap: 28px !important;
  }
  .cl-reviews-right {
    order: -1;
  }
}

/* ---- COMMUNITY SECTION — "Samen ervaren. Samen verdiepen." ---- */

.cl-community-section {
  max-width: 1336px;
  margin: 60px auto !important;
  padding: 0 60px !important;
  box-sizing: border-box;
}

.cl-community-header {
  align-items: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 48px !important;
  margin-bottom: 0 !important;
}

.cl-community-left {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.cl-community-overline {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

.cl-community-heading {
  line-height: 1.2 !important;
  margin: 0 !important;
}

.cl-community-desc {
  font-size: 0.95rem !important;
  color: #555 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.cl-community-right {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
}

@media (max-width: 768px) {
  .cl-community-section {
    padding: 0 20px !important;
    margin: 60px auto !important;
  }

  .cl-community-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
  }
}

/* ---- HOVER EFFECTS (pointer devices only) ---- */

@media (hover: hover) {
  /* Pillar cards — lift + image zoom */
  .cl-pillar-card {
    transition:
      transform 0.35s ease,
      box-shadow 0.35s ease;
  }
  .cl-pillar-card .cl-card-img img {
    transition: transform 0.5s ease;
  }
  .cl-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  }
  .cl-pillar-card:hover .cl-card-img img {
    transform: scale(1.06);
  }

  /* Story cards — lift + image zoom */
  .cl-story-card {
    transition:
      transform 0.35s ease,
      box-shadow 0.35s ease;
  }
  .cl-story-card .cl-card-img img {
    transition: transform 0.5s ease;
  }
  .cl-story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  }
  .cl-story-card:hover .cl-card-img img {
    transform: scale(1.06);
  }

  /* Hero CTA cards — subtle scale + image zoom */
  .cl-hero-cta-card {
    transition: transform 0.3s ease;
  }
  .cl-hero-cta-card .cl-card-img img {
    transition: transform 0.5s ease;
  }
  .cl-hero-cta-card:hover {
    transform: scale(1.02);
  }
  .cl-hero-cta-card:hover .cl-card-img img {
    transform: scale(1.05);
  }

  /* Supplement product cards — lift + shadow */
  .cl-supp-prod {
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }
  .cl-supp-prod:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  }

  /* Review cards — lift (also pauses the row scroll) */
  .cl-review-card {
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }
  .cl-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  }
}

/* ---- SCROLL ENTRANCE ANIMATIONS ---- */

.cl-anim {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.cl-anim.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .cl-anim {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Small phones <=380px */
/* @media (max-width: 380px) {
  .cl-story-cards .wp-block-columns.cl-story-cards-grid {
    flex-direction: column !important;
  }

  .cl-story-cards .cl-story-cards-grid > .wp-block-column {
    flex-direction: row !important;
  }

  .cl-card--tall,
  .cl-card--square,
  .cl-card--wide {
    aspect-ratio: 1/1;
    flex: 1 1 calc(50% - 8px);
  }
} */
