.elementor-kit-6{--e-global-color-primary:#856551;--e-global-color-secondary:#E8D8C3;--e-global-color-text:#856551;--e-global-color-accent:#E6DAC8;--e-global-color-807a661:#4A3A2F;--e-global-color-a6a7cc3:#A39184D9;--e-global-color-503ebf1:#FFFCF7;--e-global-color-356a7f5:#F5EDE2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFCF7;}.elementor-kit-6 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);}@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 *//* ===== KLOWDI HERO — CLEAN BASE (Elementor-first) ===== */
:root{
  --sand:#CBB9A4;        /* background */
  --ivory:#F5EDE2;       /* text/outline */
  --ink:#0E0E0E;
  --glass:rgba(255,255,255,.82);
}

/* Hero: alleen basis; géén centrering of padding hier (doe je in Elementor) */
.klowdi-hero{
  position: relative;
  min-height: 100svh;
  background: var(--sand);
  overflow: hidden;
  isolation: isolate;
}

/* Voorgrond: alleen stacking boven de clouds; plaatsing doe je in Elementor */
.klowdi-hero .hero-fore{
  position: relative;
  z-index: 3;
  /* geen padding/margins hier! */
}

/* ARE + MOVING naast elkaar (layout laat je verder in Elementor bepalen) */
.klowdi-hero .words-row{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  column-gap: clamp(8px, 1.6vw, 20px);
  /* geen margins hier! */
}

/* (optioneel) typografie presets; mag je weglaten als je Global Styles gebruikt */
.klowdi-hero .word-are .elementor-heading-title,
.klowdi-hero .word-moving .elementor-heading-title{
  font-family:"Playfair Display", ui-serif, Georgia, serif;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ivory);
}
.klowdi-hero .word-are .elementor-heading-title{
  font-weight: 500; letter-spacing: .08em;
  font-size: clamp(3rem, 7.2vw, 7.5rem);
}
.klowdi-hero .word-moving .elementor-heading-title{
  font-weight: 500; letter-spacing: .06em;
  font-size: clamp(3.8rem, 9.8vw, 10rem);
}

/* Subtitel: geen geforceerde marges; styling alleen */
.klowdi-hero .klowdi-subtitle .elementor-heading-title{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: .28em;
  color: var(--ivory);
  opacity: .95;
  margin: 0; /* voorkomt dubbele marge, maar laat Elementor-marges werken */
}

/* ---------- CLOUDS achtergrond (marquee, outline only) ---------- */
.klowdi-hero .clouds-marquee{
  position: absolute; inset: 0;
  z-index: 1;
  display: flex; align-items: center; white-space: nowrap;
  pointer-events: none; mix-blend-mode: soft-light;
  -webkit-mask-image: radial-gradient(80% 60% at 50% 50%, #000 70%, transparent 100%);
          mask-image: radial-gradient(80% 60% at 50% 50%, #000 70%, transparent 100%);
}
.klowdi-hero .clouds-marquee .elementor-heading-title{
  display: inline-block;
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  font-weight: 600; letter-spacing: .08em; line-height: .8;
  color: transparent !important;
  -webkit-text-stroke: 1.6px var(--ivory) !important;
          text-stroke: 1.6px var(--ivory) !important;
  font-size: clamp(12rem, 22vw, 28rem) !important;
  opacity: .30;
  padding-inline: 2vw;
  text-rendering: optimizeLegibility; backface-visibility: hidden;
  will-change: transform;
  animation: klw-marquee var(--speed, 25s) linear infinite;
  animation-delay: var(--offset, 0s);
}
@keyframes klw-marquee{ from{transform:translateX(0)} to{transform:translateX(-50%)} }

.klowdi-hero .clouds-marquee.front .elementor-heading-title{ --speed:22s; --offset:0s; opacity:.5; }
.klowdi-hero .clouds-marquee.back{ transform: translateY(-10%); }
.klowdi-hero .clouds-marquee.back .elementor-heading-title{ --speed:36s; --offset:-10s; opacity:.35; }

/* neutraliseer eventuele entrance/motion op CLOUDS */
.klowdi-hero .clouds-marquee.elementor-invisible{ opacity:1 !important; transform:none !important; }
.klowdi-hero .clouds-marquee .elementor-widget-container{ transform:none !important; }

/* ---------- COUNTDOWN (stabiel + zwarte transparante tiles) ---------- */
.klowdi-hero .elementor-widget-countdown .elementor-countdown{
  display: inline-flex;
  gap: .7rem;
  align-items: stretch;
  contain: content;
  transform: translateZ(0);
}
.klowdi-hero .elementor-widget-countdown .elementor-countdown-item{
  display:flex; flex-direction:column; justify-content:center; align-items:center;
  min-width: 96px; min-height: 78px;
  padding: .7rem .9rem .55rem;
  border-radius: 12px;
  background: rgba(0,0,0,.45);             /* zwart transparant */
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: none;
}
.klowdi-hero .elementor-widget-countdown .elementor-countdown-digits{
  color:#fff;
  font-family:"Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  line-height: 1;
  width: 2.6ch;                /* fix tegen verspringen */
  text-align: center;
  white-space: nowrap;
  font-size: 2.1rem;
  letter-spacing: .02em;
}
.klowdi-hero .elementor-widget-countdown .elementor-countdown-separator{
  align-self:center; line-height:1; color:#fff;
}
.klowdi-hero .elementor-widget-countdown .elementor-countdown-label{
  margin-top:.25rem; font-size:.68rem; letter-spacing:.24em; color:rgba(255,255,255,.85);
}

@media (max-width:540px){
  .klowdi-hero .elementor-widget-countdown .elementor-countdown-item{ min-width:78px; min-height:64px; }
  .klowdi-hero .elementor-widget-countdown .elementor-countdown-digits{ width:2.4ch; font-size:1.7rem; }
}


/* Hero moet altijd precies 100% schermhoogte zijn */
.klowdi-hero{
  height: 100dvh;          /* dynamic viewport (betrouwbaarder dan vh/svh) */
  min-height: 100dvh;
  box-sizing: border-box;  /* telt padding mee in die hoogte */
}

/* Als je bent ingelogd met WP admin bar: corrigeer de hoogte */
:root{ --wp-admin-bar-h: 32px; }
@media (max-width: 782px){ :root{ --wp-admin-bar-h: 46px; } }

.logged-in .klowdi-hero{
  height: calc(100dvh - var(--wp-admin-bar-h));
  min-height: calc(100dvh - var(--wp-admin-bar-h));
}

/* Verwijder eventuele top-marge van de sectie erna */
.klowdi-hero + .elementor-section,
.klowdi-hero + .e-con{
  margin-top: 0 !important;
}

/* veiligheidsnet: geen horizontale scrollbars door animaties */
html, body{ overflow-x: hidden; }


/* KLOWDI — Cinematic Glow background (diepte & luxe) */
.klowdi-hero{
  /* fallback */
  background-color: #CBB9A4;

  /* layered gradients: zacht licht boven + lichte vignet + tonale basis */
  background:
    /* zacht licht van boven (ivory glow) */
    radial-gradient(120% 140% at 50% 22%,
      rgba(245,237,226,0.35) 0%,
      rgba(245,237,226,0.00) 38%),

    /* subtiele vignet/ diepte onderin */
    radial-gradient(140% 120% at 50% 120%,
      rgba(82,60,46,0.22) 0%,
      rgba(82,60,46,0.00) 55%),

    /* tonale basis (sand → deeper taupe) */
    linear-gradient(180deg,
      #CBB9A4 0%,
      #BCA690 55%,
      #A98C74 100%);
}/* End custom CSS */