.elementor-2263 .elementor-element.elementor-element-c2994e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}body.elementor-page-2263{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-9a0bc4f */body { margin: 0; }

/* ============================================================
   ALLES GESCOPED ONDER .berens-hl-wrap
   Elke sectie forceert eigen achtergrond full-bleed,
   zodat een donker thema er niet doorheen komt.
   ============================================================ */
.berens-hl-wrap {
  font-family: 'Mulish', sans-serif;
  color: #1f1f1f;
  background: #ffffff;
}
.berens-hl-wrap *,
.berens-hl-wrap *::before,
.berens-hl-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.berens-hl-wrap a { color: inherit; text-decoration: none; }
.berens-hl-wrap img { display: block; max-width: 100%; }

.berens-hl-wrap .exp-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c4a97d;
  margin-bottom: 20px;
}
.berens-hl-wrap .exp-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #c4a97d;
}

.berens-hl-wrap .cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: #c4a97d;
  padding: 16px 28px;
  transition: background 0.2s;
}
.berens-hl-wrap .cta-primary:hover { background: #b39571; }
.berens-hl-wrap .cta-primary svg {
  width: 16px; height: 16px;
  stroke: #ffffff; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

.berens-hl-wrap .cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 15px 28px;
  transition: all 0.2s;
}
.berens-hl-wrap .cta-ghost:hover { background: rgba(255,255,255,0.16); border-color: #c4a97d; }
.berens-hl-wrap .cta-ghost svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

/* ============================================================
   1. HERO - donker, full-bleed
   ============================================================ */
.berens-hl-wrap .hl-hero {
  background: #141414;
  color: #ffffff;
  padding: 130px 48px 90px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.berens-hl-wrap .hl-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -5%;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(196,169,125,0.07) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}
.berens-hl-wrap .hl-hero-inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.berens-hl-wrap .hl-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  max-width: 800px;
  color: #ffffff;
}
.berens-hl-wrap .hl-hero h1 em {
  font-style: normal;
  font-weight: 300;
  color: #c4a97d;
}
.berens-hl-wrap .hl-hero p {
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  max-width: 660px;
}

/* ============================================================
   2. LEVERANCIERS - WIT, full-bleed
   ============================================================ */
.berens-hl-wrap .hl-list {
  background: #ffffff;
  color: #1f1f1f;
  padding: 120px 48px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.berens-hl-wrap .hl-list-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.berens-hl-wrap .hl-list-header {
  max-width: 620px;
  margin-bottom: 56px;
}
.berens-hl-wrap .hl-list-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 16px;
  color: #1f1f1f;
}
.berens-hl-wrap .hl-list-header h2 em {
  font-style: normal;
  font-weight: 300;
  color: #8e7350;
}
.berens-hl-wrap .hl-list-header p {
  font-size: 1rem;
  color: #7a7a7a;
  line-height: 1.8;
}

.berens-hl-wrap .hl-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.berens-hl-wrap .hl-card--wide {
  grid-column: 1 / -1;
}
.berens-hl-wrap .hl-card {
  background: #f6f4f0;
  border: 1px solid #eae6df;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.berens-hl-wrap .hl-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eae6df;
}
.berens-hl-wrap .hl-card-brand {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1f1f1f;
}
.berens-hl-wrap .hl-card-count {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8e7350;
  background: rgba(196,169,125,0.12);
  padding: 6px 12px;
  white-space: nowrap;
}
.berens-hl-wrap .hl-card--wide .hl-card-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.berens-hl-wrap .hl-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #eae6df;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f1f1f;
  transition: color 0.2s, padding-left 0.2s;
}
.berens-hl-wrap .hl-link:last-child { border-bottom: none; }
.berens-hl-wrap .hl-card--wide .hl-link:nth-last-child(2):nth-child(odd) { border-bottom: none; }
.berens-hl-wrap .hl-link:hover {
  color: #8e7350;
  padding-left: 8px;
}
.berens-hl-wrap .hl-link-arrow {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #eae6df;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
.berens-hl-wrap .hl-link:hover .hl-link-arrow {
  background: #c4a97d;
  border-color: #c4a97d;
}
.berens-hl-wrap .hl-link-arrow svg {
  width: 14px;
  height: 14px;
  stroke: #8e7350;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.25s, transform 0.25s;
}
.berens-hl-wrap .hl-link:hover .hl-link-arrow svg {
  stroke: #ffffff;
  transform: translate(2px, -2px);
}

/* ============================================================
   3. CTA - donker, full-bleed
   ============================================================ */
.berens-hl-wrap .hl-cta {
  background: #141414;
  color: #ffffff;
  padding: 110px 48px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.berens-hl-wrap .hl-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(196,169,125,0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}
.berens-hl-wrap .hl-cta-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.berens-hl-wrap .hl-cta .exp-label {
  justify-content: center;
}
.berens-hl-wrap .hl-cta .exp-label::after {
  content: '';
  width: 32px;
  height: 1px;
  background: #c4a97d;
}
.berens-hl-wrap .hl-cta h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #ffffff;
}
.berens-hl-wrap .hl-cta h2 em {
  font-style: normal;
  font-weight: 300;
  color: #c4a97d;
}
.berens-hl-wrap .hl-cta p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto 36px;
}
.berens-hl-wrap .hl-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .berens-hl-wrap .hl-hero { padding: 90px 32px 64px; }
  .berens-hl-wrap .hl-list { padding: 72px 32px; }
  .berens-hl-wrap .hl-grid { grid-template-columns: 1fr; }
  .berens-hl-wrap .hl-card--wide .hl-card-links { grid-template-columns: 1fr; }
  .berens-hl-wrap .hl-card--wide .hl-link:nth-last-child(2):nth-child(odd) { border-bottom: 1px solid #eae6df; }
  .berens-hl-wrap .hl-cta { padding: 80px 32px; }
}
@media (max-width: 640px) {
  .berens-hl-wrap .hl-hero { padding: 64px 20px 48px; }
  .berens-hl-wrap .hl-list { padding: 56px 20px; }
  .berens-hl-wrap .hl-card { padding: 28px 24px; }
  .berens-hl-wrap .hl-card-brand { font-size: 1.2rem; }
  .berens-hl-wrap .hl-link { font-size: 0.9rem; }
  .berens-hl-wrap .hl-cta { padding: 64px 20px; }
  .berens-hl-wrap .hl-cta-actions { flex-direction: column; align-items: stretch; }
  .berens-hl-wrap .hl-cta-actions > a { justify-content: center; }
}/* End custom CSS */