:root {
  --donkergroen: #1e3231;
  --midgroen: #314342;
  --lichtgroen: #c6d2d0;
  --blauw: #1098f7;
  --zachtblauw: #e9ecf5;
  --wit: #e9ecf5;
  --rood: #f87060;
  --geel: #fad389;
  --roze: #ffc2ef;
  --lichtroze: #ffebeb;
  --lichtpaars: #d4b8dc;
  --donkerpaars: #222222;
  --cup-cream: var(--geel);
  --cup-mauve: #b07a8c;
  --cup-text: #2a2a2a;
  --cup-btn-bg: var(--donkerpaars);
  --cup-btn-bg-hover: #333333;
  --cup-btn-bg-active: #111111;
  --cup-btn-text: var(--geel);
  --cup-btn-text-hover: #fff8eb;
  --cup-btn-border: var(--donkerpaars);
  --cup-btn-shadow: 0 6px 20px rgba(34, 34, 34, 0.28);
  --cup-btn-shadow-hover: 0 10px 28px rgba(34, 34, 34, 0.38);
  --hero-title-font: 'Zalando Sans Expanded', sans-serif;
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

.page-layout {
  overflow: visible !important;
}

body.custom-cursor,
html {
  overflow-x: clip !important;
}

/* ---------- HERO SCROLL (scroll = video 0–4s, eindframe Britt + tekst) ---------- */
.hero-scroll-wrap {
  position: relative;
  height: var(--hero-scroll-height, 300vh);
  margin: 0;
  padding: 0 !important;
  overflow: visible !important;
  background-color: var(--geel);
  isolation: isolate;
}

.hero-scroll-sticky {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  z-index: 5;
}

.hero-scroll-sticky.is-pinned {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  z-index: 20;
}

@media (max-width: 767.98px) {
  .hero-scroll-wrap.is-mobile-hero:not(.is-mobile-yellow-bg):not(.is-mobile-fit-content) .hero-scroll-sticky.is-pinned {
    background-color: #1c1410;
  }
}

.hero-scroll-sticky.is-ended {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
}

.hero-scroll-cream {
  position: absolute;
  inset: 0;
  background-color: var(--geel);
  z-index: 0;
}

.hero-video-scaler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: width, height, margin;
  box-sizing: border-box;
}

.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% center;
  z-index: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-scroll-wrap.is-mobile-hero .bg-video {
  object-position: 30% 52%;
}

.hero-scroll-wrap.is-mobile-hero.is-mobile-end-layout .hero-video-scaler .bg-video,
.hero-scroll-wrap.is-mobile-hero.is-mobile-stack .hero-video-scaler .bg-video {
  object-position: 42% 44%;
}

.hero-image-stack {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
  pointer-events: none;
  overflow: hidden;
}

.hero-scroll-wrap.is-hero-frames .hero-image-stack {
  display: block;
}

.hero-image-start,
.hero-image-end {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% center;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-image-end {
  opacity: var(--hero-image-blend, 0);
  will-change: opacity;
}

.hero-scroll-wrap.is-hero-frames #heroVideo {
  display: none;
}

.hero-scroll-wrap.is-mobile-hero .hero-image-start,
.hero-scroll-wrap.is-mobile-hero .hero-image-end {
  object-position: 30% 52%;
}

.hero-scroll-wrap.is-mobile-hero.is-mobile-end-layout .hero-video-scaler .hero-image-start,
.hero-scroll-wrap.is-mobile-hero.is-mobile-end-layout .hero-video-scaler .hero-image-end,
.hero-scroll-wrap.is-mobile-hero.is-mobile-stack .hero-video-scaler .hero-image-start,
.hero-scroll-wrap.is-mobile-hero.is-mobile-stack .hero-video-scaler .hero-image-end {
  object-position: 42% 44%;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.15s linear;
}

.hero-intro-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  column-gap: clamp(16px, 2vw, 32px);
  align-items: stretch;
  padding: 0 clamp(16px, 3vw, 40px);
  overflow: visible;
  visibility: hidden;
  pointer-events: none;
}

.hero-scroll-wrap.is-complete .hero-intro-layer {
  pointer-events: auto;
}

.hero-intro-text-panel {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  align-self: stretch;
  justify-self: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding-left: clamp(8px, 1.5vw, 20px);
  padding-right: clamp(8px, 1.5vw, 20px);
  padding-bottom: var(--hero-video-bottom-gap, 22vh);
  overflow: visible;
  opacity: 0;
  will-change: opacity, transform;
}

.hero-intro-hi {
  display: block;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
  margin: clamp(-16px, -1.5vh, 0) 0 0;
  padding: 0 0 clamp(8px, 1vh, 16px);
  transform: translateY(clamp(12px, 2vh, 32px));
  text-align: left;
  white-space: nowrap;
  font-family: var(--hi-font, 'Bodoni Moda', serif) !important;
  font-size: clamp(168px, 30vw, 420px);
  font-weight: 500;
  font-style: italic;
  line-height: 0.78;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: rgba(176, 122, 140, 0.22);
  -webkit-text-stroke: 3.5px rgba(176, 122, 140, 0.82);
  text-stroke: 3.5px rgba(176, 122, 140, 0.82);
  paint-order: stroke fill;
  pointer-events: none;
  user-select: none;
}

.hero-intro-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  color: var(--cup-text);
  padding-bottom: clamp(16px, 2.5vh, 28px);
}

.hero-intro-copy .hero-intro-lead {
  margin-bottom: clamp(24px, 3vh, 36px) !important;
}

.hero-intro-copy .hero-intro-cta {
  display: inline-block;
  margin-top: 0;
  margin-bottom: clamp(8px, 1.5vh, 16px);
}

.hero-intro-copy p {
  font-size: clamp(19px, 1.9vw, 24px);
  line-height: 1.5;
  color: var(--cup-text);
}

.hero-intro-lead {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
  font-weight: 500;
}

.hero-intro-lead p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.hero-intro-lead p + p {
  margin-top: 1em;
}

.hero-intro-copy b,
.hero-intro-copy strong {
  font-weight: 500;
}

/* Zalando Sans: weight 900, width 125 */
.cup-zalando-hero {
  font-family: "Zalando Sans Expanded", "Zalando Sans", var(--alt-font), sans-serif !important;
  font-weight: 900 !important;
  max-width: 100%;
}

/* Sneller afkappen naar volgende regel (alleen waar gebruikt) */
.cup-carriere-hero-title {
  font-size: clamp(20px, 5.2vw, 110px) !important;
  line-height: 0.92 !important;
  white-space: normal;
  max-width: 100%;
  overflow: visible;
}

.cup-carriere-hero-title .d-block + .d-block {
  margin-top: 0.02em;
}

@media (max-width: 767.98px) {
  .cup-carriere-hero-title {
    font-size: clamp(38px, 11vw, 58px) !important;
    line-height: 0.95 !important;
  }
}

/* Aanbod intro (Journals, Carrière): zelfde top-padding voor tekst + rechterfoto */
.cup-aanbod-intro > .container-fluid {
  padding-top: clamp(48px, 6vw, 80px);
}

.cup-aanbod-intro .row > .col-lg-6.d-flex {
  padding-top: clamp(28px, 3.5vw, 48px);
}

/* Aanbod-hero (Retreats, Journals, Carrière): header vast boven full-screen hero */
body.cup-page-hero header {
  position: relative;
  z-index: 25;
  width: 100%;
}

body.cup-page-hero .cup-header-nav.disable-fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

body.cup-page-hero .cup-header-nav.bg-transparent,
body.cup-page-hero .cup-header-nav,
body.cup-page-nav-overlay .cup-header-nav.bg-transparent,
body.cup-page-nav-overlay .cup-header-nav {
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(32, 22, 16, 0.52) !important;
}

body.cup-page-hero .cup-header-nav .navbar-nav .nav-link,
body.cup-page-nav-overlay .cup-header-nav .navbar-nav .nav-link {
  color: #ffffff !important;
  opacity: 1;
}

body.cup-page-hero .cup-header-nav .navbar-nav .nav-link:hover,
body.cup-page-hero .cup-header-nav .navbar-nav .nav-item.active .nav-link,
body.cup-page-nav-overlay .cup-header-nav .navbar-nav .nav-link:hover,
body.cup-page-nav-overlay .cup-header-nav .navbar-nav .nav-item.active .nav-link {
  color: #ffffff !important;
  opacity: 0.8;
}

body.cup-page-hero .cup-header-nav .navbar-toggler-line,
body.cup-page-nav-overlay .cup-header-nav .navbar-toggler-line {
  background: #ffffff !important;
}

@media (max-width: 991.98px) {
  body.cup-page-hero header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 25;
    width: 100%;
  }

  body.cup-page-hero .cup-header-nav.disable-fixed,
  body.cup-page-hero .cup-header-nav {
    position: relative;
  }

  body.cup-page-hero section.bg-dark-gray:first-of-type {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.cup-page-hero section.bg-dark-gray .ipad-top-space-margin {
    margin-top: 0 !important;
  }
}

section.bg-dark-gray {
  overflow-x: clip;
}

section.bg-dark-gray .cover-background {
  overflow-x: clip;
}

.cup-zalando-hero--wrap {
  display: block;
  max-width: 20ch;
}

@media (max-width: 991.98px) {
  .cup-zalando-hero--wrap {
    max-width: 18ch;
  }
}

.hero-intro-link {
  color: var(--cup-text);
  text-decoration: none;
  border-bottom: 2px solid var(--cup-mauve);
  padding-bottom: 4px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.hero-intro-link:hover {
  color: var(--cup-mauve);
  border-color: var(--cup-text);
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  pointer-events: none;
}

.hero-text-block {
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  padding-right: 8vw;
  padding-top: 0;
  padding-bottom: 12vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  will-change: opacity, transform;
}

.hero-text-block .hero-title,
.hero-text-block .hero-title .hero-line,
.hero-text-block .hero-tagline {
  color: var(--lichtroze) !important;
}

.hero-title {
  width: auto !important;
  margin: 0;
  font-family: var(--hero-title-font) !important;
  font-size: clamp(80px, 10vw, 150px) !important;
  font-weight: 700 !important;
  line-height: 0.88;
  letter-spacing: -0.02em;
  text-align: right;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}

.hero-title .hero-line {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit;
  white-space: nowrap;
}

.hero-line {
  display: block;
  white-space: nowrap;
  margin: 0 0 8px;
}

@keyframes hero-line-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-line--1 {
  animation: hero-line-in 0.65s ease-out 0.45s both;
}

.hero-line--2 {
  animation: hero-line-in 0.65s ease-out 0.65s both;
}

.hero-line--3 {
  animation: hero-line-in 0.65s ease-out 0.85s both;
}

@media (prefers-reduced-motion: reduce) {
  .hero-line--1,
  .hero-line--2,
  .hero-line--3 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.hero-tagline {
  display: block;
  width: auto;
  max-width: none;
  margin: 14px 0 0;
  padding: 0;
  white-space: nowrap;
  text-align: right;
  font-size: clamp(20px, 2.1vw, 30px) !important;
  line-height: 1.35;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
}

@media (min-width: 992px) {
  .hero-intro-text-panel {
    justify-content: space-between;
    padding-top: var(--hero-video-margin-top, 0);
    padding-bottom: var(--hero-video-bottom-gap, 4vh);
    gap: 0;
    box-sizing: border-box;
  }

  .hero-intro-text-panel .hero-intro-hi {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    transform: none;
    flex-shrink: 0;
  }

  .hero-intro-copy {
    flex-shrink: 1;
    min-height: 0;
  }

  /* Eindlayout desktop: grid i.p.v. absolute overlay — sticky mag meegroeien met tekst + CTA */
  .hero-scroll-wrap.is-desktop-fit-content .hero-scroll-sticky.is-pinned,
  .hero-scroll-wrap.is-desktop-fit-content .hero-scroll-sticky.is-ended {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100dvh !important;
    max-height: none !important;
    overflow: visible !important;
    display: grid !important;
    grid-template-columns: var(--hero-video-col, 38%) minmax(0, 1fr);
    align-items: start;
    column-gap: clamp(16px, 2vw, 32px);
    padding: 0 clamp(16px, 3vw, 40px) clamp(48px, 6vh, 88px);
    box-sizing: border-box;
  }

  .hero-scroll-wrap.is-desktop-fit-content .hero-scroll-sticky.is-ended {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
  }

  .hero-scroll-wrap.is-desktop-fit-content .hero-scroll-cream {
    position: absolute;
    inset: 0;
    min-height: 100%;
  }

  .hero-scroll-wrap.is-desktop-fit-content .hero-video-scaler {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    width: 100% !important;
    height: var(--hero-desktop-video-height, 86vh) !important;
    margin-left: 0 !important;
    margin-top: var(--hero-video-margin-top, 10vh) !important;
    overflow: hidden;
  }

  .hero-scroll-wrap.is-desktop-fit-content .hero-intro-layer {
    position: relative !important;
    inset: auto !important;
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    width: 100%;
    height: auto !important;
    min-height: 0;
    padding: 0;
    overflow: visible;
    visibility: visible !important;
    pointer-events: auto;
  }

  .hero-scroll-wrap.is-desktop-fit-content .hero-intro-text-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(16px, 2.5vh, 32px);
    width: 100%;
    height: auto !important;
    min-height: 0;
    padding-top: var(--hero-video-margin-top, 10vh);
    padding-bottom: 0;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-scroll-wrap.is-desktop-fit-content .hero-intro-copy {
    flex-shrink: 0;
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-scroll-wrap.is-desktop-fit-content .hero-intro-copy .hero-intro-cta {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) and (max-height: 720px) {
  .hero-scroll-wrap.is-desktop-fit-content .hero-scroll-sticky.is-pinned,
  .hero-scroll-wrap.is-desktop-fit-content .hero-scroll-sticky.is-ended {
    padding-bottom: clamp(56px, 8vh, 96px);
  }
}

@media (max-width: 991.98px) {
  .hero-scroll-wrap {
    height: var(--hero-scroll-height, 280vh);
  }

  .hero-intro-layer {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    padding: 0 20px;
  }

  .hero-intro-hi {
    font-size: clamp(96px, 20vw, 220px);
    font-weight: 500;
    -webkit-text-stroke: 2.5px rgba(176, 122, 140, 0.78);
    text-stroke: 2.5px rgba(176, 122, 140, 0.78);
    color: rgba(176, 122, 140, 0.18);
    margin-top: 0;
    margin-bottom: clamp(12px, 2vh, 24px);
    transform: translateY(clamp(10px, 2vh, 22px));
  }

  .hero-text-block {
    padding-right: 24px;
    padding-bottom: 16vh;
  }

  .hero-title {
    font-size: clamp(60px, 8.5vw, 110px) !important;
  }

  .hero-tagline {
    font-weight: 500 !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35), 0 0 1px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 767.98px) {
  .hero-scroll-wrap {
    height: var(--hero-scroll-height, 260vh);
  }

  .hero-video-scaler {
    box-shadow: none;
  }

  .hero-title .hero-line {
    white-space: nowrap;
  }

  .hero-text-block {
    padding-right: 20px;
    padding-bottom: 18vh;
    align-items: center;
    text-align: center;
  }

  .hero-title {
    font-size: clamp(44px, 12vw, 72px) !important;
    text-align: center;
  }

  .hero-tagline {
    text-align: center;
    white-space: normal;
    font-size: clamp(18px, 4.5vw, 24px) !important;
    font-weight: 600 !important;
    line-height: 1.4;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.45);
  }

  .hero-intro-layer {
    grid-template-columns: 1fr;
  }

  /* Mobiel: altijd donkere wrap — geel alleen via cream in marges */
  .hero-scroll-wrap {
    background-color: #1c1410 !important;
  }

  .hero-scroll-wrap .hero-scroll-sticky {
    background-color: transparent !important;
  }

  .hero-scroll-wrap.is-mobile-yellow-bg .hero-scroll-sticky {
    background-color: var(--geel);
  }

  .hero-scroll-wrap:not(.is-mobile-yellow-bg) .hero-scroll-cream {
    display: none;
  }

  .hero-scroll-wrap.is-mobile-yellow-bg .hero-scroll-cream {
    display: block;
    background-color: var(--geel);
  }

  /* Tijdens scroll/pin: viewport vasthouden zodat video blijft hangen */
  .hero-scroll-wrap.is-mobile-hero:not(.is-mobile-stack) .hero-scroll-sticky {
    overflow: hidden !important;
    max-height: 100dvh !important;
  }

  .hero-scroll-wrap.is-mobile-hero:not(.is-mobile-fit-content):not(.is-mobile-stack) .hero-scroll-sticky.is-pinned,
  .hero-scroll-wrap.is-mobile-hero:not(.is-mobile-fit-content):not(.is-mobile-stack) .hero-scroll-sticky.is-ended {
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 100dvh !important;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-fit-content .hero-scroll-sticky.is-pinned,
  .hero-scroll-wrap.is-mobile-hero.is-mobile-fit-content .hero-scroll-sticky.is-ended {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  }

  /* Bos bij start: donker achter video tot eerste frame */
  .hero-scroll-wrap.is-mobile-hero:not(.is-video-ready):not(.is-mobile-yellow-bg) {
    background-color: #1c1410;
  }

  .hero-scroll-wrap.is-mobile-hero:not(.is-video-ready):not(.is-mobile-yellow-bg) .hero-video-scaler {
    background-color: #1c1410;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-yellow-bg .hero-video-scaler {
    background-color: transparent;
  }

  .hero-scroll-wrap.is-mobile-hero.is-video-ready .bg-video {
    opacity: 1;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-fit-content .hero-scroll-sticky.is-pinned,
  .hero-scroll-wrap.is-mobile-hero.is-mobile-stack .hero-scroll-sticky.is-pinned {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-fit-content .hero-scroll-sticky.is-ended,
  .hero-scroll-wrap.is-mobile-hero.is-mobile-stack .hero-scroll-sticky.is-ended {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-stack .hero-scroll-sticky {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-end-layout .hero-video-overlay,
  .hero-scroll-wrap.is-mobile-hero.is-mobile-stack .hero-video-overlay {
    opacity: 0 !important;
  }

  /* Eindbeeld mobiel: foto links, Hi! ernaast, tekst eronder */
  .hero-scroll-wrap.is-mobile-hero.is-mobile-end-layout .hero-intro-layer {
    display: grid !important;
    grid-template-columns: var(--hero-video-col, 58%) minmax(0, 1fr);
    grid-template-rows: var(--hero-mobile-video-height, 58vh) auto;
    align-items: center;
    column-gap: clamp(4px, 2vw, 12px);
    padding: 0 0 24px 8px;
    overflow: visible;
    z-index: 3;
    pointer-events: none;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-end-layout.is-complete .hero-intro-layer {
    pointer-events: auto;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-end-layout .hero-intro-text-panel {
    display: contents;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-end-layout .hero-intro-hi {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.1em 0 0.08em;
    overflow: visible;
    text-align: left;
    white-space: nowrap;
    transform: translateX(-2vw);
    font-size: clamp(96px, 32vw, 220px);
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: -0.045em;
    color: rgba(176, 122, 140, 0.2);
    -webkit-text-stroke: 3px rgba(176, 122, 140, 0.88);
    text-stroke: 3px rgba(176, 122, 140, 0.88);
    paint-order: stroke fill;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-end-layout .hero-intro-copy {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 18px 16px 32px;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-stack .hero-scroll-sticky {
    position: relative;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-stack .hero-video-scaler {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: var(--hero-video-col, 58%) !important;
    height: var(--hero-mobile-video-height, 58vh) !important;
    margin: 0 !important;
    flex-shrink: 0;
    border-radius: 0 !important;
    z-index: 1;
  }

  .hero-scroll-wrap.is-mobile-hero.is-mobile-stack .hero-intro-layer {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    width: 100%;
    height: auto !important;
    flex: 0 0 auto;
    visibility: visible !important;
    padding: 0 0 28px 8px !important;
    z-index: 3;
  }

  .hero-scroll-wrap.is-mobile-hero.is-scrolling:not(.is-mobile-end-layout):not(.is-mobile-stack) .hero-intro-layer,
  .hero-scroll-wrap.is-mobile-hero.is-complete:not(.is-mobile-end-layout):not(.is-mobile-stack) .hero-intro-layer {
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: stretch;
    padding: var(--hero-mobile-text-top, 0) 20px 24px;
    z-index: 3;
  }

  .hero-scroll-wrap.is-mobile-hero.is-scrolling:not(.is-mobile-end-layout):not(.is-mobile-stack) .hero-intro-text-panel,
  .hero-scroll-wrap.is-mobile-hero.is-complete:not(.is-mobile-end-layout):not(.is-mobile-stack) .hero-intro-text-panel {
    display: flex;
    grid-column: 1;
    max-width: 100%;
    justify-self: stretch;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
    min-height: 0;
  }

  .hero-scroll-wrap.is-mobile-hero .hero-intro-copy .mb-30px {
    margin-bottom: 24px !important;
  }

  .hero-scroll-wrap.is-mobile-hero .hero-intro-copy .btn,
  .hero-scroll-wrap.is-mobile-hero .hero-intro-copy .hero-intro-cta {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 28px;
    padding: 18px 28px;
  }

  .hero-scroll-wrap.is-mobile-hero .hero-intro-copy,
  .hero-scroll-wrap.is-mobile-hero .hero-intro-copy p,
  .hero-scroll-wrap.is-mobile-hero .hero-intro-lead {
    color: var(--cup-text) !important;
  }

  .hero-scroll-wrap.is-mobile-hero .hero-video-scaler {
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .hero-scroll-wrap.is-mobile-hero .hero-text-block,
  .hero-scroll-wrap.is-mobile-hero .hero-intro-layer,
  .hero-scroll-wrap.is-mobile-hero #heroIntroText {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .hero-scroll-wrap.is-mobile-hero .hero-intro-layer {
    transition: opacity 0.2s ease-out;
  }

}

/* ---------- CUP HEADER NAV ---------- */
.cup-header-nav {
  padding: 18px 0;
}

.cup-header-nav .container-fluid {
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.cup-header-inner {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 16px);
  width: 100%;
}

.cup-header-nav .cup-header-logo.navbar-brand {
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}

.cup-header-nav .cup-header-logo img {
  max-height: 64px !important;
  width: auto;
}

@media (max-width: 991px) {
  .cup-header-nav .cup-header-logo.navbar-brand {
    padding-left: 10px;
  }

  .cup-header-nav .cup-header-logo img {
    max-height: 58px !important;
  }

  .cup-header-nav .navbar-toggler {
    margin-right: 20px !important;
  }

  .cup-header-nav .navbar-toggler-line {
    background: var(--donkerpaars);
  }
}

.cup-header-nav .navbar-nav .nav-link {
  color: var(--lichtroze) !important;
}

.cup-header-nav .navbar-nav .nav-link:hover,
.cup-header-nav .navbar-nav .nav-item.active .nav-link {
  color: var(--lichtroze) !important;
  opacity: 0.85;
}

.cup-header-nav .navbar-nav .simple-dropdown .dropdown-menu {
  background-color: var(--lichtroze) !important;
  padding-bottom: 22px;
}

.cup-header-nav .navbar-nav .simple-dropdown .dropdown-menu a {
  color: var(--donkerpaars) !important;
}

.cup-header-nav .navbar-nav .simple-dropdown .dropdown-menu a:hover {
  color: var(--donkerpaars) !important;
  opacity: 0.75;
}

.cup-header-menu {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}

@media (min-width: 992px) {
  .cup-header-nav .navbar-toggler {
    display: none;
  }

  .cup-header-nav .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .cup-header-nav .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: clamp(12px, 2vw, 32px);
  }

  .cup-header-nav .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }

  .cup-header-nav .navbar-nav .nav-link {
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .cup-header-nav .navbar-nav .simple-dropdown .dropdown-menu {
    top: 100%;
    padding-top: 34px;
    background: linear-gradient(to bottom, transparent 22px, var(--lichtroze) 22px) !important;
  }
}

@media (max-width: 991.98px) {
  .cup-header-nav {
    position: relative;
  }

  .cup-header-menu {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .cup-header-nav .navbar-collapse {
    flex-basis: 100%;
    margin-top: 12px;
    background-color: var(--donkerpaars) !important;
    box-shadow: 0 12px 24px rgba(34, 34, 34, 0.2);
    padding: 16px clamp(20px, 4vw, 32px) 20px;
  }

  .cup-header-nav .navbar-nav {
    gap: 4px;
  }

  .cup-header-nav .navbar-nav .nav-link {
    font-size: 17px;
    color: var(--lichtroze) !important;
    padding: 10px 0;
  }

  .cup-header-nav .navbar-nav .nav-link:hover,
  .cup-header-nav .navbar-nav .nav-item.active .nav-link {
    color: var(--lichtroze) !important;
    opacity: 0.85;
  }
}

#sta-zelf-aan-het-roer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#sta-zelf-aan-het-roer + section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.cup-privacy-wrap {
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.cup-privacy-align {
  display: flex;
  align-items: flex-start;
  gap: clamp(8px, 1.2vw, 16px);
  width: 100%;
}

.cup-privacy-align__logo {
  flex-shrink: 0;
  visibility: hidden;
  pointer-events: none;
}

.cup-privacy-align__logo-img {
  display: block;
  max-height: 64px;
  width: auto;
}

.cup-privacy-align__content {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 760px;
}

.cup-privacy-title {
  font-size: clamp(26px, 2.8vw, 38px) !important;
  margin-top: clamp(1rem, 2vw, 1.75rem);
  margin-bottom: 1rem;
}

.cup-privacy-section .cup-privacy-lead {
  color: #000000;
  font-family: var(--primary-font, 'Roboto', sans-serif) !important;
  font-size: 15px !important;
  font-weight: 300;
  line-height: 1.65;
}

.cup-privacy-section .cup-privacy-lead p {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 1rem;
}

.cup-privacy-section .cup-privacy-lead h3 {
  font-family: var(--alt-font, 'Zalando Sans', sans-serif) !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.35;
  margin: 1.5rem 0 0.75rem;
  letter-spacing: 0;
}

.cup-privacy-section .cup-privacy-lead h4 {
  font-family: var(--alt-font, 'Zalando Sans', sans-serif) !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.35;
  margin: 1.25rem 0 0.5rem;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  .cup-privacy-align__logo {
    display: none;
  }

  .cup-privacy-align__logo-img {
    max-height: 58px;
  }
}

.cup-intro-section-lead {
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
}

.cup-intro-section-lead p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.cup-intro-section-lead p + p {
  margin-top: 1em;
}

.cup-block-label {
  font-family: var(--alt-font, 'Zalando Sans', sans-serif);
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--donkerpaars);
  margin: 1.25rem 0 1.35rem;
}

.cup-body-copy {
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.5;
  font-style: italic;
  color: var(--cup-text);
  margin-bottom: 0;
}

.cup-body-copy p {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 0;
}

.cup-body-copy p + p {
  margin-top: 1em;
}

.cup-section-vragen {
  background-color: var(--roze);
}

.cup-section-vragen--lichtroze {
  background-color: var(--lichtroze) !important;
}

.cup-section-vragen--lichtroze .cup-quotes-viewport::before {
  background: linear-gradient(to bottom, var(--lichtroze) 15%, transparent);
}

.cup-section-vragen--lichtroze .cup-quotes-viewport::after {
  background: linear-gradient(to top, var(--lichtroze) 15%, transparent);
}

.cup-section-vragen--ontdek {
  position: relative;
  overflow: hidden;
}

.cup-vragen-bg-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  font-family: var(--hi-font, 'Bodoni Moda', serif);
  font-size: clamp(220px, 46vw, 640px);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: var(--lichtroze);
  white-space: nowrap;
}

.cup-section-vragen--ontdek .container-fluid {
  position: relative;
  z-index: 1;
}

.cup-vragen-title {
  color: var(--donkerpaars) !important;
  font-size: clamp(40px, 4.5vw, 64px) !important;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: right;
}

.cup-vragen-title--center {
  text-align: center;
}

.cup-vragen-title--left {
  text-align: left;
  font-size: clamp(28px, 3vw, 44px) !important;
}

.cup-stack-lead {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

/* ---------- QUOTES SCROLLER (testimonials) ---------- */
.cup-quotes-col {
  display: flex;
  align-items: center;
  min-height: 460px;
}

.cup-quotes-viewport {
  position: relative;
  width: 100%;
  height: clamp(380px, 42vh, 480px);
  overflow: hidden;
}

.cup-quotes-viewport::before,
.cup-quotes-viewport::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 28%;
  z-index: 2;
  pointer-events: none;
}

.cup-quotes-viewport::before {
  top: 0;
  background: linear-gradient(to bottom, var(--roze) 15%, transparent);
}

.cup-quotes-viewport::after {
  bottom: 0;
  background: linear-gradient(to top, var(--roze) 15%, transparent);
}

.cup-quotes-scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 4px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.cup-quotes-scroll.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.cup-quotes-scroll::-webkit-scrollbar {
  display: none;
}

.cup-quote-box {
  scroll-snap-align: center;
  scroll-snap-stop: always;
  margin: 14px 0;
  padding: 28px 32px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(34, 34, 34, 0.08);
  color: var(--donkerpaars);
  font-family: var(--primary-font, "Roboto", sans-serif);
  font-weight: 300;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.cup-quote-box p {
  margin: 0 0 12px;
}

.cup-quote-box cite {
  display: block;
  font-style: normal;
  font-size: 0.9em;
  opacity: 0.85;
}

.cup-quote-box.is-active {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}

.cup-quote-box.is-blurred {
  filter: blur(4px);
  opacity: 0.55;
  transform: scale(0.96);
}

.cup-body-text {
  color: var(--donkerpaars);
  font-family: var(--primary-font, 'Roboto', sans-serif);
  font-weight: 300;
  font-size: clamp(19px, 1.85vw, 22px);
  line-height: 1.55;
  margin: 1rem 0 0 auto;
  width: 60%;
  max-width: 60%;
  text-align: right;
}

@media (max-width: 991.98px) {
  .cup-body-text {
    width: 85%;
    max-width: 85%;
  }
}

.cup-vragen-lead {
  color: var(--donkerpaars);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.45;
  margin-bottom: 1.75rem;
}

.cup-vragen-lead p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.cup-vragen-lead p + p {
  margin-top: 1em;
}

.cup-vragen-lead b,
.cup-vragen-lead strong {
  color: var(--donkerpaars);
  font-weight: 700;
}

.cup-vragen-footer-text {
  color: var(--donkerpaars);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.cup-vragen-footer-text p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.cup-vragen-footer-text p + p {
  margin-top: 1em;
}

/* RTE-opsommingen (thema zet ul li op list-style:none) */
.cup-rte ul:not(.cow-opsomming):not(.cow-opsomming-center),
.cup-rte ol,
.cup-vragen-footer-text ul:not(.cow-opsomming):not(.cow-opsomming-center),
.cup-vragen-footer-text ol {
  margin: 1em 0 1.25em;
  padding: 0;
  list-style: none;
}

.cup-rte ul:not(.cow-opsomming):not(.cow-opsomming-center) > li,
.cup-rte ol > li,
.cup-vragen-footer-text ul:not(.cow-opsomming):not(.cow-opsomming-center) > li,
.cup-vragen-footer-text ol > li {
  position: relative;
  list-style: none;
  padding-left: 34px;
  margin-bottom: 12px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cup-rte ul:not(.cow-opsomming):not(.cow-opsomming-center) > li::before,
.cup-vragen-footer-text ul:not(.cow-opsomming):not(.cow-opsomming-center) > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 18px;
  height: 18px;
  background-color: var(--donkerpaars);
  -webkit-mask: url("../img/opsommingsteken-cow.png") no-repeat center / contain;
  mask: url("../img/opsommingsteken-cow.png") no-repeat center / contain;
}

.cup-rte ol,
.cup-vragen-footer-text ol {
  counter-reset: cup-rte-ol;
}

.cup-rte ol > li,
.cup-vragen-footer-text ol > li {
  counter-increment: cup-rte-ol;
}

.cup-rte ol > li::before,
.cup-vragen-footer-text ol > li::before {
  content: counter(cup-rte-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  font-weight: 700;
  color: var(--donkerpaars);
}

.cup-rte li > p,
.cup-vragen-footer-text li > p {
  margin: 0;
}

.cup-rte--light ul:not(.cow-opsomming):not(.cow-opsomming-center) > li::before {
  background-color: #ffffff;
}

.cup-rte--light ol > li::before {
  color: #ffffff;
}

.cup-btn-outline {
  display: inline-block;
  background-color: var(--cup-btn-bg) !important;
  color: var(--cup-btn-text) !important;
  border: 3px solid var(--cup-btn-border) !important;
  border-radius: 0 !important;
  box-shadow: var(--cup-btn-shadow) !important;
  font-size: clamp(16px, 1.5vw, 22px);
  padding: 16px 40px;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.cup-btn-outline:hover,
.cup-btn-outline:focus-visible {
  background-color: var(--cup-btn-bg-hover) !important;
  color: var(--cup-btn-text-hover) !important;
  border-color: var(--cup-btn-bg-hover) !important;
  box-shadow: var(--cup-btn-shadow-hover) !important;
  transform: translateY(-2px);
}

.cup-btn-outline:active {
  background-color: var(--cup-btn-bg-active) !important;
  border-color: var(--cup-btn-bg-active) !important;
  box-shadow: var(--cup-btn-shadow) !important;
  transform: translateY(0);
}

.cup-btn-outline:focus-visible {
  outline: 2px solid var(--geel);
  outline-offset: 3px;
}

@media (max-width: 767.98px) {
  .cup-section-vragen--ontdek .cup-vragen-title {
    text-align: center;
  }

  .cup-section-vragen--ontdek .cup-vragen-lead {
    text-align: center;
  }

  .cup-section-vragen--ontdek .col-lg-6:first-child,
  .cup-section-vragen--ontdek .cup-journals-notebook-col {
    text-align: center;
  }

  .cup-section-vragen--ontdek .col-lg-6:last-child {
    text-align: center;
  }

  .cup-section-vragen:not(.cup-section-vragen--ontdek) .cup-vragen-title,
  .cup-section-vragen:not(.cup-section-vragen--ontdek) .cup-body-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }

  .cup-vragen-title {
    font-size: clamp(32px, 8vw, 44px) !important;
  }

  .cup-vragen-title--left {
    font-size: clamp(24px, 6vw, 32px) !important;
  }

  .cup-vragen-lead {
    font-size: clamp(20px, 5vw, 26px);
  }
}

.cup-col-geel {
  background-color: var(--geel);
  align-self: stretch;
}

.cup-col-roze {
  background-color: var(--roze);
  align-self: stretch;
}

/* Blok met footer-achtergrond en lichtpaarse tekst */
.cup-col-donker {
  background-color: var(--donkerpaars) !important;
}

.cup-col-donker .cup-block-label,
.cup-col-donker .cup-body-copy,
.cup-col-donker .cow-opsomming li,
.cup-col-donker p,
.cup-col-donker li {
  color: var(--lichtpaars) !important;
}

.cup-col-donker .cow-opsomming li::before {
  background-color: var(--lichtpaars) !important;
  background-image: none !important;
  -webkit-mask: url("../img/opsommingsteken-cow.png") no-repeat center / contain;
  mask: url("../img/opsommingsteken-cow.png") no-repeat center / contain;
}

.cow-opsomming--white li {
  color: #ffffff !important;
  line-height: 1.6;
}

.cow-opsomming--white li::before {
  background-color: #ffffff !important;
  background-image: none !important;
  -webkit-mask: url("../img/opsommingsteken-cow.png") no-repeat center / contain;
  mask: url("../img/opsommingsteken-cow.png") no-repeat center / contain;
}

.cup-woman-scroll {
  --cup-woman-progress: 0;
  position: relative;
  /* extra scrollruimte zodat de foto-overgang kan "hangen" */
  padding-bottom: 0;
  min-height: 180vh;
}

@media (min-width: 992px) {
  .cup-woman-scroll {
    min-height: 340vh;
  }
}

.cup-woman-fullbleed {
  position: sticky;
  top: 0;
  height: min(72vh, 760px);
  overflow: hidden;
  z-index: 0;
  opacity: calc(1 - (var(--cup-woman-progress) * 1.15));
  transform: scale(calc(1 - (var(--cup-woman-progress) * 0.08)));
  transform-origin: center top;
  will-change: opacity, transform;
}

.cup-woman-fullbleed__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.cup-woman-inline-img {
  opacity: calc(var(--cup-woman-progress) * 1.15);
  transition: opacity 200ms ease-out;
}

@media (min-width: 992px) {
  /* Pin de hele sectie-inhoud zodat ze duidelijk "hangt" */
  #gratis-quick-scan.cup-woman-scroll .cup-woman-pin {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }

  /* Breng de tekstkolom iets hoger tijdens het pinnen */
  #gratis-quick-scan.cup-woman-scroll .cup-woman-pin .row > .col-lg-6:nth-child(2) {
    transform: translateY(-40px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cup-woman-fullbleed,
  .cup-woman-inline-img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .cup-woman-scroll {
    min-height: 0;
  }
}

.cup-woman-visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  padding-right: clamp(0px, 1.5vw, 24px);
}

.cup-woman-img {
  display: block;
  width: auto;
  max-width: 110%;
  height: auto;
  max-height: min(780px, 92vh);
  object-fit: contain;
  object-position: center center;
  transform: translate(1.5vw, -6vh);
}

@media (max-width: 991.98px) {
  .cup-woman-img {
    max-height: min(650px, 88vh);
    transform: translate(1vw, -4vh);
  }

  /* Compactere sticky full-bleed + snellere overgang op tablet/mobiel */
  #gratis-quick-scan .cup-woman-fullbleed {
    height: min(58vh, 480px);
  }

  #gratis-quick-scan .cup-woman-visual {
    min-height: 0 !important;
    height: auto !important;
  }

  #gratis-quick-scan .cup-woman-text-col {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .cup-woman-scroll {
    min-height: 165vh;
  }

  .cup-woman-img {
    max-width: 100%;
    transform: translate(0vw, -2vh);
  }

  #gratis-quick-scan .cup-woman-visual .cup-woman-img {
    transform: none;
  }

  #gratis-quick-scan .cup-woman-fullbleed {
    height: min(48vh, 380px);
  }

  #gratis-quick-scan .cup-woman-text-col {
    padding-bottom: 28px !important;
  }
}

/* Zoek-box overlapt de foto enkel op grote schermen */
.cup-over-hero .row > [class*="col-"]:not(.cup-over-hero-photo) {
  padding-top: calc(1.5rem + 2cm) !important;
}

.cup-over-hero-photo {
  padding-top: calc(1.5rem + 2cm + 1.5rem) !important;
}

@media (min-width: 992px) {
  /* Lijn intro-titel uit met tekst in cup-zoek-box (margin -130px + padding 50px) */
  .cup-over-hero .cup-over-hero-intro {
    margin-left: -80px;
  }
}

@media (max-width: 991.98px) {
  .cup-over-hero .row > [class*="col-"]:not(.cup-over-hero-photo) {
    padding-top: calc(1.5rem + 2cm) !important;
  }

  .cup-over-hero-photo {
    padding-top: calc(1.5rem + 2cm + 4rem) !important;
  }

  .cup-over-hero .cup-zoek-box {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    border-radius: 0 0 90px 0 !important;
  }

  .cup-over-opleidingen .cup-zoek-box {
    margin-bottom: 1.75rem;
  }
}

.cup-over-kantelpunt {
  padding-bottom: 3cm !important;
  margin-bottom: -3cm;
  position: relative;
  z-index: 0;
}

.cup-over-opleidingen {
  position: relative;
  z-index: 1;
  background-color: transparent !important;
  overflow: visible;
}

.cup-over-opleidingen::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 41.667vw;
  background-color: #ffffff;
  z-index: 0;
  pointer-events: none;
}

.cup-over-opleidingen::after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  height: 3cm;
  background-color: var(--lichtroze);
  z-index: 1;
  pointer-events: none;
}

.cup-over-opleidingen .row > .col-lg-5 {
  background-color: transparent;
  position: relative;
  z-index: 3 !important;
}

.cup-over-opleidingen-photo {
  position: relative;
  z-index: 2;
  overflow: visible;
}

@media (min-width: 992px) {
  .cup-over-opleidingen .cup-zoek-box {
    width: calc(100% + 220px) !important;
  }

  .cup-over-opleidingen .cup-foto-left {
    margin-left: -120px;
  }
}

@media (max-width: 991.98px) {
  .cup-over-opleidingen::before {
    display: none;
  }

  .cup-over-opleidingen::after {
    left: 0;
    right: 0;
    height: 2cm;
  }

  .cup-over-opleidingen .row > .col-lg-5 {
    background-color: #ffffff;
  }
}

.cup-contact-hero {
  position: relative;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .cup-contact-hero .cup-contact-hero-col {
    padding-top: clamp(100px, 22vh, 160px) !important;
  }
}

.cup-contact-bio {
  position: relative;
  z-index: 1;
  background-color: transparent !important;
  overflow: visible;
}

.cup-contact-bio::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 50vw;
  background-color: #ffffff;
  z-index: 0;
  pointer-events: none;
}

.cup-contact-bio .row > .col-lg-6:last-child {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.cup-contact-bio-photo {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.cup-contact-bio-icon {
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 992px) {
  .cup-contact-bio .cup-contact-bio-photo {
    transform: none;
  }

  .cup-contact-bio .cup-zoek-box--left {
    margin-left: -118px;
    width: calc(100% + 118px) !important;
  }

  .cup-contact-bio .cup-contact-bio-intro {
    margin-left: -68px;
  }
}

@media (max-width: 991.98px) {
  .cup-contact-bio::before {
    display: none;
  }

  .cup-contact-bio .row > .col-lg-6:last-child {
    background-color: #ffffff;
    z-index: 1;
  }

  .cup-contact-bio-photo {
    z-index: 3;
    overflow: visible;
  }

  .cup-contact-bio-photo > .position-relative {
    overflow: visible;
  }

  .cup-contact-bio-icon {
    z-index: 5;
  }

  .cup-contact-bio .cup-zoek-box--left {
    margin-bottom: 1.75rem;
  }
}

.cup-zoek-box--left {
  margin-left: -130px;
}

/* Foto schuift naar links (overlapt met de gele box) */
.cup-foto-left {
  margin-left: -100px;
}

@media (max-width: 991.98px) {
  .cup-foto-left {
    margin-left: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .cup-zoek-box {
    width: 100% !important;
  }

  .cup-zoek-box--left {
    margin-left: 0 !important;
  }
}

/* ---------- STUURBOORD SPLIT ---------- */
.stuurboord-section,
.stuurboord-section .container-fluid {
  overflow: visible !important;
}

.stuurboord-split-text-col {
  min-height: 700px;
  display: flex;
  justify-content: flex-end;
}

.stuurboord-split-text-inner {
  max-width: 620px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  padding: 4rem 3rem 1.5rem 2rem;
}

.stuurboord-split-title,
.stuurboord-split-copy {
  color: #000;
}

.stuurboord-split-copy {
  margin-top: 30px;
}

.stuurboord-split-image {
  min-height: 700px;
  background-image: url("../img/boot.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .stuurboord-split-text-col {
    min-height: auto;
    justify-content: center;
  }

  .stuurboord-split-text-inner {
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 2rem 1.25rem 1rem;
  }

  .stuurboord-split-title {
    margin-bottom: 1rem;
  }

  .stuurboord-split-copy {
    margin-top: 0;
  }

  .stuurboord-split-image {
    min-height: 420px;
    margin-top: 1.5rem;
    background-position: center;
  }
}

@media (max-width: 767.98px) {
  .mt-500 {
    margin-top: 0 !important; /* 1 gekozen waarde */
  }

  .fs-60 {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }

  .stuurboord-split-text-col {
    min-height: auto !important;
    display: block !important;
  }

  .stuurboord-split-text-inner {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    text-align: center !important;
    padding: 1.5rem 1rem 1rem !important;
  }

  .stuurboord-split-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
    word-break: break-word;
  }

  .stuurboord-split-copy {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .stuurboord-split-image {
    min-height: 280px !important;
    height: 280px !important;
    margin-top: 1rem !important;
    background-size: contain !important;
    background-position: center !important;
  }
}

@media (max-width: 991.98px) {
  .cup-journals-notebook-col {
    padding-top: 48px !important;
    text-align: center !important;
  }

  .cup-journals-notebook-col > p,
  .cup-journals-notebook-col .cup-vragen-lead {
    text-align: center !important;
  }

  .cup-journals-notebook-col img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .cup-journals-notebook-col .cow-opsomming {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .cup-journals-notebook-col .cup-btn-outline {
    display: inline-flex;
  }
}

.cup-insta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--donkerpaars);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cup-insta-link .bi-instagram {
  font-size: 1.75rem;
}

.cup-insta-link:hover,
.cup-insta-link:focus-visible {
  color: var(--donkerpaars);
  opacity: 0.75;
  transform: translateY(-2px);
}

.cup-image-gallery {
  width: 100%;
}

.cup-image-gallery__img {
  display: block;
  width: 100%;
  height: auto;
}

.cup-image-carousel {
  overflow: hidden;
  position: relative;
}

.cup-image-carousel .swiper-slide {
  height: auto;
}

.cup-jn4-carousel-pagination,
.cup-jn5-carousel-pagination {
  position: relative;
  bottom: auto !important;
  top: auto !important;
  margin-top: 14px;
  width: 100%;
}

.cup-image-carousel .swiper-button-prev,
.cup-image-carousel .swiper-button-next {
  color: var(--donkerpaars);
  transform: scale(0.85);
}

.cup-jn4-carousel .swiper-button-prev,
.cup-jn5-carousel .swiper-button-prev {
  left: 0;
}

.cup-jn4-carousel .swiper-button-next,
.cup-jn5-carousel .swiper-button-next {
  right: 0;
}

@media (max-width: 767.98px) {
  .cup-image-carousel .swiper-button-prev,
  .cup-image-carousel .swiper-button-next {
    transform: scale(0.7);
  }
}

/* ---------- OPSOMMING ---------- */
.cow-opsomming {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.cow-opsomming li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  color: #000;
  font-size: 22px;
  line-height: 1.5;
}

.cow-opsomming li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-color: var(--donkerpaars);
  background-image: none;
  -webkit-mask: url("../img/opsommingsteken-cow.png") no-repeat center / contain;
  mask: url("../img/opsommingsteken-cow.png") no-repeat center / contain;
}

.cow-opsomming-center {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
  width: 100%;
  text-align: center;
}

.cow-opsomming-center li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.cow-opsomming-center li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin: 0 auto 10px;
  background-color: var(--donkerpaars);
  background-image: none;
  -webkit-mask: url("../img/opsommingsteken-cow.png") no-repeat center / contain;
  mask: url("../img/opsommingsteken-cow.png") no-repeat center / contain;
}

/* ---------- PROFIEL ---------- */
.stuurboord-profiel-info {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stuurboord-profiel-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}

.stuurboord-profiel-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

/* ---------- HOVER BOX ---------- */
.stuurboord-hover-box {
  background-color: var(--zachtblauw);
  border: 2px solid var(--rood);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 165px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.stuurboord-hover-box:hover {
  background-color: var(--rood);
}

.stuurboord-hover-box .content-scale {
  height: 100%;
  min-height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.stuurboord-hover-box .feature-box-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 18px;
}

.stuurboord-hover-box .feature-box-content span {
  display: block;
  width: 100%;
  margin: 0;
  color: #000 !important;
  text-align: center;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.stuurboord-hover-box:hover .feature-box-content span {
  color: #fff !important;
}

.stuurboord-hover-box .feature-box-overlay {
  display: none;
}

/* ---------- QUICKSCAN ---------- */
.quickscan-box {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.quickscan-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.quickscan-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.quickscan-text {
  position: relative;
  z-index: 3;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}

/* ---------- MENU TRIGGER ---------- */
.menu-trigger {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 20 !important;
}

.menu-trigger .push-button {
  position: relative !important;
  display: inline-block !important;
  width: 28px !important;
  height: 20px !important;
  min-width: 28px !important;
  min-height: 20px !important;
  flex-shrink: 0 !important;
  pointer-events: none !important;
}

.menu-trigger .menu-label {
  position: relative !important;
  margin: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

.menu-trigger .menu-label::before,
.menu-trigger .menu-label::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 991.98px) {
  .menu-trigger .menu-label {
    color: #000 !important;
  }
}

/* ---------- MISC ---------- */
.stuurboord-box {
  background-color: var(--midgroen);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
}

.koers-section {
  position: relative;
  background: #fff url("../img/wave.png") no-repeat center / cover;
  min-height: 400px;
}

section.p-2,
section.pb-0 {
  margin-bottom: 0 !important;
}

.footer-navbar .nav-link:hover {
  color: #fff !important;
}

footer,
footer p,
footer span,
footer li,
footer .nav-link,
footer a {
  color: #fff !important;
}

.cup-footer-accent,
.cup-footer-accent a {
  color: var(--lichtroze) !important;
}

.cup-footer-email {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: fit-content;
  max-width: 100%;
}

.cup-footer-insta {
  white-space: nowrap;
  align-items: center;
}

.cup-footer-insta a {
  white-space: nowrap;
  line-height: 1.25;
}

@media (max-width: 991.98px) {
  .cup-footer-email {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .cup-footer-address {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

/* Retreats: geen lichtroze zijmarges op mobiel */
@media (max-width: 991.98px) {
  #retreats-en-journals .container-fluid,
  #retreats-en-journals .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #retreats-en-journals .cup-media-stack,
  #retreats-en-journals .cover-background {
    width: 100%;
    max-width: 100%;
  }

  #retreats-en-journals .cup-inline-media {
    margin: 24px 0 28px;
  }

  #retreats-en-journals .cup-stack-media {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Testimonials: weer wat zij-padding */
  .cup-section-vragen:not(.cup-section-vragen--ontdek) .row > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Retreats/Journals: desktop uitlijnen (intro + foto's starten gelijk) */
@media (min-width: 992px) {
  #retreats-en-journals .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    align-items: stretch;
  }

  #retreats-en-journals .cup-media-stack {
    display: contents;
  }

  #retreats-en-journals .cup-media-stack:nth-child(1) .cup-stack-intro {
    grid-column: 1;
    grid-row: 1;
  }

  #retreats-en-journals .cup-media-stack:nth-child(1) .cup-stack-media {
    grid-column: 1;
    grid-row: 2;
  }

  #retreats-en-journals .cup-media-stack:nth-child(1) .cup-stack-body {
    grid-column: 1;
    grid-row: 3;
  }

  #retreats-en-journals .cup-media-stack:nth-child(2) .cup-stack-intro {
    grid-column: 2;
    grid-row: 1;
  }

  #retreats-en-journals .cup-media-stack:nth-child(2) .cup-stack-media {
    grid-column: 2;
    grid-row: 2;
  }

  #retreats-en-journals .cup-media-stack:nth-child(2) .cup-stack-body {
    grid-column: 2;
    grid-row: 3;
  }

  #retreats-en-journals .cup-stack-intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100%;
  }

  #retreats-en-journals .cup-inline-media {
    width: 100%;
    margin: 0;
    border-radius: 4px;
  }

  #retreats-en-journals .cup-stack-media {
    padding-top: clamp(20px, 3vw, 36px);
    padding-bottom: clamp(24px, 3.5vw, 40px);
  }

  /* Volledige breedte: grid uitschakelen voor deze sectie */
  #retreats-en-journals.cup-stack-full .row {
    display: flex !important;
  }
  #retreats-en-journals.cup-stack-full .cup-media-stack {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }
}

.stuurboord-profielen-section,
.stuurboord-profielen-section .container,
.stuurboord-profielen-section .row,
.stuurboord-profielen-section .blog-grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-width: 140px;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  #blog .p-40px {
    padding: 25px !important;
  }

  #blog h1 {
    font-size: 32px !important;
    line-height: 1.2;
  }

  #blog h3 {
    font-size: 24px !important;
    line-height: 1.3;
  }

  #blog p {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  .quickscan-text br {
    display: none;
  }
}

.stuurboord-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 10 !important;
  background: #fff !important;
}

.stuurboord-section * {
  visibility: visible !important;
}

.stuurboord-split-text-col,
.stuurboord-split-text-inner,
.stuurboord-split-image {
  display: block !important;
  opacity: 1 !important;
}

@media (max-width: 991.98px) {
  .menu-trigger {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
  }

  .menu-trigger .menu-label {
    position: static !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
    line-height: 1 !important;
    color: #000 !important; /* of #fff, afhankelijk van achtergrond */
  }
}



.menu-trigger,
.menu-trigger .push-button,
.menu-trigger .menu-label {
  pointer-events: auto !important;
  cursor: pointer;
}

.menu-trigger,
.menu-trigger .push-button,
.menu-trigger .menu-label {
  pointer-events: auto !important;
  cursor: pointer;
}

.menu-trigger .menu-label,
.menu-trigger .push-button {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Blog sectie responsive finetuning */
@media (max-width: 767.98px) {
  #blog .p-40px {
    padding: 25px !important;
  }

  #blog h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  #blog h3 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  #blog p {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  .quickscan-text br {
    display: none;
  }
}

/* Desktop: tekst veel lager */
.stuurboord-split-text-col {
  min-height: 700px;
  display: flex;
  align-items: flex-end;         /* zet inner block onderaan */
}

.stuurboord-split-text-inner {
  width: 100%;
  max-width: 620px;
  margin-left: auto;             /* behoud rechts uitlijning */
  text-align: right;
  padding: 4rem 3rem 4.5rem 2rem; /* EXTRA onderruimte => tekst visueel lager */
}

/* Tablet/mobiel: terug normaler */
@media (max-width: 991.98px) {
  .stuurboord-split-text-col {
    min-height: auto;
    align-items: center;
  }

  .stuurboord-split-text-inner {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 2rem 1.25rem 1rem;
  }
}

/* Alleen deze sectie targetten */
.stuurboord-section .stuurboord-split-text-col {
  display: flex !important;
  justify-content: flex-end !important;
  min-height: 700px !important;
}
.stuurboord-section .stuurboord-split-text-inner {
  padding-bottom: 8rem !important;   /* verhoog naar 10rem als nodig */
  transform: translateY(60px) !important; /* duwt hele tekst visueel lager */
}

@media (max-width: 991.98px) {
  .stuurboord-section .stuurboord-split-text-inner {
    padding-bottom: 1rem !important;
    transform: none !important;
  }
}

@media (max-width: 767.98px) {
  .stuurboord-section .row.mt-500 {
    margin-top: 0 !important;
    margin-bottom: 0.75rem !important; /* kleiner gat tussen beide blokken */
  }

  .stuurboord-section .stuurboord-split-text-col {
    min-height: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .stuurboord-section .stuurboord-split-text-inner {
    padding-top: 0.25rem !important;
  }

  .stuurboord-section .stuurboord-split-title {
    margin-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .stuurboord-section h5 {
    margin-bottom: 0.5rem !important;
  }
}

/* Homepage: semi-transparante donkere balk boven hero-video */
body.cup-page-home header {
  position: relative;
  z-index: 25;
}

body.cup-page-home .cup-header-nav.bg-transparent,
body.cup-page-home .cup-header-nav,
body.cup-page-nav-overlay .cup-header-nav.bg-transparent,
body.cup-page-nav-overlay .cup-header-nav {
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(32, 22, 16, 0.52) !important;
}

body.cup-page-home .cup-header-nav .navbar-nav .nav-link,
body.cup-page-nav-overlay .cup-header-nav .navbar-nav .nav-link {
  color: #ffffff !important;
  opacity: 1;
}

body.cup-page-home .cup-header-nav .navbar-nav .nav-link:hover,
body.cup-page-home .cup-header-nav .navbar-nav .nav-item.active .nav-link,
body.cup-page-nav-overlay .cup-header-nav .navbar-nav .nav-link:hover,
body.cup-page-nav-overlay .cup-header-nav .navbar-nav .nav-item.active .nav-link {
  color: #ffffff !important;
  opacity: 0.8;
}

body.cup-page-home .cup-header-nav .navbar-toggler-line,
body.cup-page-nav-overlay .cup-header-nav .navbar-toggler-line {
  background: #ffffff !important;
}

@media (max-width: 991.98px) {
  body.cup-page-home .cup-header-nav .cup-header-logo .default-logo,
  body.cup-page-hero .cup-header-nav .cup-header-logo .default-logo,
  body.cup-page-nav-overlay .cup-header-nav .cup-header-logo .default-logo {
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
  }

  body.cup-page-home .cup-header-nav .cup-header-logo .mobile-logo,
  body.cup-page-hero .cup-header-nav .cup-header-logo .mobile-logo,
  body.cup-page-nav-overlay .cup-header-nav .cup-header-logo .mobile-logo {
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
  }
}

/* ---------- COOKIE BANNER ---------- */
.cup-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  padding: 16px clamp(16px, 3vw, 28px) calc(16px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.cup-cookie-banner.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.cup-cookie-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 26px;
  background: var(--donkerpaars);
  color: #fff;
  border-radius: 0 0 0 28px;
  box-shadow: 0 -8px 32px rgba(34, 34, 34, 0.22);
}

.cup-cookie-banner__copy {
  flex: 1 1 280px;
  min-width: 0;
}

.cup-cookie-banner__title {
  margin: 0 0 6px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--geel);
  line-height: 1.1;
}

.cup-cookie-banner__text {
  margin: 0;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--primary-font, "Roboto", sans-serif);
  font-weight: 300;
}

.cup-cookie-banner__link {
  color: var(--geel);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cup-cookie-banner__link:hover {
  color: #fff;
}

.cup-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 auto;
}

.cup-cookie-banner__btn {
  appearance: none;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: var(--alt-font, "Zalando Sans", sans-serif);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 12px 18px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cup-cookie-banner__btn--solid {
  background: var(--geel);
  color: var(--donkerpaars);
  border-color: var(--geel);
}

.cup-cookie-banner__btn--solid:hover {
  background: #fff;
  border-color: #fff;
  color: var(--donkerpaars);
}

.cup-cookie-banner__btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.cup-cookie-banner__btn--ghost:hover {
  border-color: var(--geel);
  color: var(--geel);
}

@media (max-width: 575.98px) {
  .cup-cookie-banner__inner {
    border-radius: 0;
    padding: 18px 18px 20px;
  }

  .cup-cookie-banner__actions {
    width: 100%;
  }

  .cup-cookie-banner__btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

/* ---------- MAILTO FALLBACK MODAL ---------- */
body.cup-mailto-modal-open {
  overflow: hidden;
}

.cup-mailto-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.cup-mailto-modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.cup-mailto-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(34, 34, 34, 0.55);
}

.cup-mailto-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  background: #fff;
  color: var(--donkerpaars);
  padding: 28px 28px 24px;
  border-radius: 0 0 0 28px;
  box-shadow: 0 18px 50px rgba(34, 34, 34, 0.28);
  transform: translateY(10px);
  transition: transform 0.25s ease;
}

.cup-mailto-modal.is-visible .cup-mailto-modal__dialog {
  transform: translateY(0);
}

.cup-mailto-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  color: var(--donkerpaars);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.55;
  padding: 4px 8px;
}

.cup-mailto-modal__close:hover {
  opacity: 1;
}

.cup-mailto-modal__title {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: var(--donkerpaars);
  padding-right: 28px;
}

.cup-mailto-modal__text {
  margin: 0 0 16px;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.45;
  font-weight: 300;
  font-family: var(--primary-font, "Roboto", sans-serif);
}

.cup-mailto-modal__email {
  margin: 0 0 18px;
  padding: 12px 14px;
  background: var(--lichtroze);
  font-size: 15px;
  line-height: 1.35;
}

.cup-mailto-modal__email-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 2px;
}

.cup-mailto-modal__actions {
  display: grid;
  gap: 10px;
}

.cup-mailto-modal__btn {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  appearance: none;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: var(--alt-font, "Zalando Sans", sans-serif);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 13px 16px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cup-mailto-modal__btn--solid {
  background: var(--donkerpaars);
  color: var(--geel);
  border-color: var(--donkerpaars);
}

.cup-mailto-modal__btn--solid:hover {
  background: #111111;
  color: var(--geel);
}

.cup-mailto-modal__btn--ghost {
  background: transparent;
  color: var(--donkerpaars);
  border-color: rgba(34, 34, 34, 0.28);
}

.cup-mailto-modal__btn--ghost:hover {
  border-color: var(--donkerpaars);
  background: var(--lichtroze);
}

.cup-mailto-modal__status {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--donkerpaars);
}

