*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: #fffdeb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lang-content {
  display: none;
  flex-direction: column;
  gap: 1.2rem;
}

body[data-active-lang=nl] .lang-content.lang-nl {
  display: flex;
}

body[data-active-lang=en] .lang-content.lang-en {
  display: flex;
}

.page-wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7.5vh 15vw;
  position: relative;
  background-color: #fffdeb;
}
@media (max-width: 768px) {
  .page-wrapper {
    justify-content: flex-start;
    padding: 0;
    min-height: 100vh;
    min-height: 100dvh;
  }
}

.top-controls {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .top-controls {
    top: 20px;
    right: 20px;
  }
}

.lang-switcher {
  display: flex;
  background: #fffdeb;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 30px;
  padding: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.lang-switcher button {
  background: none;
  border: none;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #555555;
  cursor: pointer;
  transition: all 0.25s ease;
}
.lang-switcher button:hover {
  color: #195c1b;
}
.lang-switcher button.active {
  background: #195c1b;
  color: #fffdeb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.poster-container {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-height: 1000px) {
  .poster-container {
    max-width: min(819px, 70vw);
    aspect-ratio: 819/1024;
    height: auto;
  }
}
@media (max-height: 999px) {
  .poster-container {
    max-width: 819px;
    max-height: 85vh;
    aspect-ratio: auto;
  }
}
@media (max-width: 768px) {
  .poster-container {
    max-width: 100%;
    max-height: none;
    min-height: 100vh;
    min-height: 100dvh;
    border-radius: 0;
    box-shadow: none;
    flex: 1;
  }
}
.poster-container .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  transition: transform 0.8s ease-out;
}
.poster-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
  pointer-events: none;
}
.poster-container .poster-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 6% 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  scrollbar-width: none;
}
.poster-container .poster-content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .poster-container .poster-content {
    justify-content: flex-start;
    padding: 76px 20px 24px 20px;
    min-height: 100vh;
    min-height: 100dvh;
  }
}
.poster-container .title-header {
  width: 100%;
  margin-top: 3vh;
  margin-bottom: 2vh;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .poster-container .title-header {
    margin-bottom: 8vh;
  }
}
.poster-container .title-header .title {
  font-size: clamp(3.84rem, 9vw, 7.44rem);
  font-weight: normal;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: 0.02em;
  transition: font-family 0.3s ease, transform 0.2s ease;
  display: inline-block;
}
.poster-container .title-header .title:hover {
  transform: scale(1.02);
}
.poster-container .text-body {
  max-width: 90%;
  font-size: clamp(0.85rem, 1.5vw, 1.05rem);
  line-height: 1.5;
  font-weight: 500;
}
.poster-container .text-body .greeting {
  margin-bottom: -0.3rem;
}
.poster-container .text-body p {
  color: #ffffff;
}
.poster-container .text-body a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.poster-container .text-body a:hover {
  opacity: 0.85;
}
.poster-container .footer-credit {
  margin-top: 2vh;
  margin-bottom: 0.5vh;
  font-size: clamp(0.7rem, 1.2vw, 0.85rem);
  font-weight: 500;
  opacity: 0.95;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .poster-container .footer-credit {
    margin-top: 5vh;
  }
}
.poster-container .footer-credit a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.poster-container .footer-credit a:hover {
  opacity: 0.85;
}

@media (max-width: 600px) {
  .poster-container .lang-content {
    gap: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */