.elementor-kit-7{--e-global-color-primary:#73784C;--e-global-color-secondary:#A05035;--e-global-color-text:#000000;--e-global-color-accent:#E9DFC6;--e-global-color-6230295:#E9DFC6;--e-global-color-e738107:#FFFFFF00;--e-global-color-e54c870:#FFFFFF;--e-global-color-b2a34cf:#73784C;--e-global-color-fad7fc7:#A05035;--e-global-color-6bae363:#B88B6A;--e-global-color-ad2879a:#D8A7A7;--e-global-typography-primary-font-family:"Paris Forbel";--e-global-typography-secondary-font-family:"Paris Forbel";--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1.0625em;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.6;--e-global-typography-accent-font-family:"Montserrat";}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Marquee wrapper */
.mun-marquee {
  overflow: hidden;
  width: 100%;
}

/* Track */
.mun-marquee__inner {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}

/* Elke herhalende groep */
.mun-marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(30px, 3.125vw, 60px);
  padding-left: clamp(30px, 3.125vw, 60px);
}

/* Tekst */
.mun-marquee__item {
  flex-shrink: 0;
  /*font-size: clamp(60px, 6vw, 100px);*/
  font-size:50px;
  color: #E9DFC6;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.04em;
  font-family: 'Paris Forbel', sans-serif;
   /*font-family: 'Montserrat', sans-serif;*/
}

/* Divider */
.mun-marquee__divider {
  flex-shrink: 0;
  display: inline-block;
  width: 130px;
  height: 130px;
  background-image: url('https://bambooz-rotterdam.nl/wp-content/uploads/2026/06/Bambooz_logo_icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Buitenste marquee container */
.mun-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Binnenste bewegende laag */
#marqueeInner {
  display: flex;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}


/* Eén volledige set met teksten/logo's/items */
.mun-marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

/* Optioneel: ruimte tussen items als je spans/links/svg's gebruikt */
.mun-marquee__group > * {
  flex-shrink: 0;
}

/* Video wrap — open/close via button, geen scroll meer */
.mun-video-wrap {
  position: absolute;
  inset: auto;
  left: 50%;
  top: 50%;

  width: 1420px;
  max-width: 90vw;
  aspect-ratio: 16 / 9;

  transform: translate(-50%, -50%);
  transform-origin: center center;

  border-radius: clamp(18px, 2.6vw, 50px);
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 1;

  transition:
    width 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    max-width 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    border-radius 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.mun-video-wrap.is-open {
  width: 80vw;
  max-width: 80vw;
  z-index: 9999;
  border-radius: clamp(18px, 2.6vw, 50px);
}

.mun-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Knop */
.mun-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;

  width: clamp(60px, 6vw, 120px);
  aspect-ratio: 1;

  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.4);

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  opacity: 0.6;

  transform: translate(-50%, -50%);
  transform-origin: center;

  transition:
    opacity 0.3s,
    background 0.3s,
    border-color 0.3s;

  z-index: 4;
}

.mun-video-btn:hover {
  opacity: 1;
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.65);
}

.mun-video-label {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}


/*Fonts*/

@font-face {
  font-family: "Paris Forbel";
  src: url("/wp-content/uploads/2026/05/Paris-Forbel-TTF.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bableya";
  src: url("/wp-content/uploads/2026/05/Bableya-WpevO.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---------- 2. DESIGN TOKENS ---------- */

:root {
  /* Families */
  --font-head:   "Paris Forbel", Georgia, serif;
  --font-accent: "Bableya", cursive;
  --font-body:   "Montserrat", -apple-system, "Helvetica Neue", Arial, sans-serif;

  /* Huisstijlkleuren (brandbook) */
  --c-sauge:       #73784C;  /* groen - hoofd/nature */
  --c-dune:        #A05035;  /* terracotta - accent */
  --c-dune-eclair: #B88B6A;  /* zand - accent zacht */
  --c-vanille:     #E9DFC6;  /* creme - licht vlak/tekst op donker */
  --c-rose:        #D8A7A7;  /* roze - hotspot/nightlife accent */
  --c-noir:        #000000;  /* zwart */

  /* Type scale (fluide: min -> max) */
  --fs-h1:      clamp(2.5rem, 1.6rem + 4.5vw, 4rem);      /* 40 -> 64 */
  --fs-h2:      clamp(2rem,   1.5rem + 2.5vw, 2.75rem);   /* 32 -> 44 */
  --fs-h3:      clamp(1.5rem, 1.25rem + 1.25vw, 2rem);    /* 24 -> 32 */
  --fs-accent:  clamp(2.5rem, 1.6rem + 4.5vw, 3.75rem);   /* 40 -> 60 */
  --fs-lead:    clamp(1.125rem, 1rem + 0.6vw, 1.375rem);  /* 18 -> 22 */
  --fs-body:    clamp(1rem, 0.95rem + 0.25vw, 1.0625rem); /* 16 -> 17 */
  --fs-small:   0.875rem;                                  /* 14 */
  --fs-eyebrow: clamp(0.8125rem, 0.8rem + 0.1vw, 0.875rem);/* 13 -> 14 */
  --fs-btn:     0.9375rem;                                 /* 15 */

  /* Montserrat-gewichten (brandbook: Light + Bold) */
  --w-light:   300;
  --w-regular: 500;
  --w-bold:    700;

  /* Line-heights */
  --lh-tight: 1.05;
  --lh-head:  1.5;
  --lh-sub:   1.25;
  --lh-lead:  1.5;
  --lh-body:  1.65;
}

/* ---------- 3. BASIS ---------- */

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: var(--w-regular);
}

/* ---------- 4. KOPPEN (Paris Forbel) ---------- */

h1, .elementor-heading-title.size-xxl {
  font-family: var(--font-head);
  font-size: var(--fs-h1);
  line-height: var(--lh-tight);
  font-weight: 400;
  letter-spacing: -0.01em;
}

h2, .elementor-heading-title.size-xl {
  font-family: var(--font-head);
  font-size: var(--fs-h2);
  line-height: var(--lh-head);
  font-weight: 400;
  letter-spacing: -0.01em;
}

h3, .elementor-heading-title.size-large {
  font-family: var(--font-head);
  font-size: var(--fs-h3);
  line-height: var(--lh-sub);
  font-weight: 400;
}

/* ---------- 5. HIGHLIGHT (Bableya) ----------
   Gebruik enkel op een LOS accentwoord, nooit op een zin of kop.
   Toepassen: class "is-script" op een Heading/Text widget. */

.is-script {
  font-family: var(--font-accent) !important;
  font-size: var(--fs-accent);
  line-height: var(--lh-tight);
  font-weight: 400;
  letter-spacing: 0;
}

/* ---------- 6. MONTSERRAT-ROLLEN ---------- */

/* Eyebrow / label -> Bold, uppercase, ruime tracking. Class "eyebrow". */
.eyebrow {
  font-family: var(--font-body) !important;
  font-size: var(--fs-eyebrow);
  line-height: 1.4;
  font-weight: var(--w-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Lead / intro -> Light. Class "lead". */
.lead {
  font-family: var(--font-body);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
  font-weight: var(--w-light);
}

/* Klein / caption */
.text-small, figcaption, .elementor-image-caption {
  font-size: var(--fs-small);
  line-height: 1.5;
}

/* Buttons -> Bold, uppercase */
.elementor-button,
.elementor-button .elementor-button-text {
  font-family: var(--font-body);
  font-size: var(--fs-btn);
  font-weight: var(--w-regular);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}

.bam-arrow-btn .elementor-button {
  overflow: hidden;
  position: relative;
}

.bam-arrow-btn .elementor-button-text {
  transition: transform 0.45s ease;
}

.bam-arrow-btn .elementor-button-icon {
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.bam-arrow-btn .elementor-button::before {
  content: "";
  position: absolute;
  left: 1.4em;
  top: 50%;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transform: translate(-150%, -50%);
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.bam-arrow-btn .elementor-button:hover::before {
  transform: translate(0, -50%);
  opacity: 1;
}

.bam-arrow-btn .elementor-button:hover .elementor-button-icon {
  transform: translateX(150%);
  opacity: 0;
}

.bam-arrow-btn .elementor-button:hover .elementor-button-text {
  transform: translateX(0.6em);
}

/*Social feed*/
.inavii-view__item {
	aspect-ratio: 2/3 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Paris Forbel';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bambooz-rotterdam.nl/wp-content/uploads/2026/05/Paris-Forbel-TTF.ttf') format('truetype');
}
/* End Custom Fonts CSS */