/* Hero Settings */

 .home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,0.60),
      rgba(0,0,0,0.25)
    );
    z-index: 0;
  }

.home-hero p {
  margin-bottom: 0;
}


/*  MOBILE MENU + TOGGLE */

.header-nav { display: none; }
.header-nav.is-open { display: block; }

body.menu-open { overflow: hidden; }

/* WPML */
.menu-lang .language-menu { display: none; }
.menu-lang.is-open .language-menu { display: block; }

@media (max-width: 1199px) {

  /* header overlay */
  header.menu-open {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
  }

  header.light-header.menu-open a {
    color: #000;
  }

  /* hamburger → kruis */
  .toggle-mnu {
    position: relative;
    width: 26px;
    height: 20px;
  }

  header.menu-open .toggle-mnu span {
    opacity: 0;
  }

  header.menu-open .toggle-mnu::before,
  header.menu-open .toggle-mnu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transform-origin: center;
  }

  header.menu-open .toggle-mnu::before {
    transform: rotate(45deg);
  }

  header.menu-open .toggle-mnu::after {
    transform: rotate(-45deg);
  }
}

/*  MOBILE MENU */
@media (max-width: 1199px) {

  header.site-header.menu-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #fff !important;
    z-index: 9999;
    overflow-y: auto;
  }

   header.site-header.menu-open .primary-header {
    padding-top: 0;
    margin-top: 0;
  }

  header.site-header.menu-open .header-nav {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {

.home-hero p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
  .home-hero .container {
    width: 100%;
  }

  .home-hero h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .home-hero > * {
    position: relative;
    z-index: 1;
  }

}