/* ------- Osmo [https://osmo.supply/] ------- */
/* Osmo UI: https://slater.app/10324/23333.css */

html {
  height: 100vh;
}

body {
  background-color: #f4f4f4;
  font-family: PP Neue Montreal, Arial, sans-serif;
  color: #201d1d;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  height: 100vh;
  overflow: hidden;
  
}



/* Disable Scroll on Loading */
main:has(.lukas-header.is--loading) {
  height: 100dvh;
}

.lukas-header {
  color: #f4f4f4;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.lukas-header.is--loading.is--hidden {
  display: none;
}

.lukas-loader {
  color: #201d1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none; /* Allow clicks to pass through to iframe */
}

.lukas__h1 {
  white-space: nowrap;
  justify-content: center;
  font-size: 12.5em;
  font-weight: 500;
  line-height: .75;
  display: flex;
  position: relative;
}

.lukas__h1-start {
  justify-content: flex-end;
  width: 1.5256em;
  display: flex;
  overflow: hidden;
}

.lukas__h1-end {
  justify-content: flex-start;
  width: 1.525em;
  display: flex;
  overflow: hidden;
}

.lukas__letter {
  display: block;
  position: relative;
}

.lukas__letter-white.is--space {
  margin-left: .25em;
}

.lukas-loader__box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
  position: relative;
}

.lukas-loader__box-inner {
  justify-content: center;
  align-items: center;
  min-width: 1em;
  height: 95%;
  display: flex;
  position: relative;
}

.lukas__growing-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.lukas__growing-image-wrap {
  width: 100%;
  min-width: 1em;
  height: 100%;
  position: absolute;
}

.lukas__cover-image {
  pointer-events: auto; /* Changed from none to allow interaction */
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lukas__cover-image-extra {
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lukas__cover-image-extra.is--1 {
  z-index: 3;
}

.lukas__cover-image-extra.is--2 {
  z-index: 2;
}

.lukas__cover-image-extra.is--3 {
  z-index: 1;
}

.lukas-header__content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: 3em;
  display: flex;
  position: relative;
  pointer-events: none; /* Prevent overlay from blocking iframe */
}

.lukas-header__content > * {
  pointer-events: auto; /* Re-enable for actual content */
}

.lukas-header__top {
  width: 100%;
  position: relative;
}

.lukas-header__bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.willen-nav {
  display: flex;
  position: relative;
  overflow: hidden;
}

.lukas-nav__start {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.lukas-nav__end {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.lukas-nav__cta {
  display: flex;
}

.lukas-nav__links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.lukas-nav__link {
  color: inherit;
  font-size: 1.3125em;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.lukas__letter-white {
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lukas__h1 {
    font-size: 9em;
  }

  .lukas-nav__links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .lukas__h1 {
    font-size: 5.5em;
  }

  .lukas-nav__start {
    width: 65%;
  }

  .lukas-nav__end {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    width: 45%;
  }
}

.osmo-credits__p {
  pointer-events: auto;
  text-align: center;
  margin: 0;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}

.osmo-credits__p-a {
  color: #f4f4f4;
}

@media screen and (max-width: 991px) {
  .osmo-credits__p {
    display: none;
  }
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('https://cdn.prod.website-files.com/6819ed8312518f61b84824df/6819ed8312518f61b84825ba_PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
