body {
  font-family: univers-next-pro-compressed, sans-serif;
  font-weight: 500;
  font-style: normal;
  background: black;
  color: white;
  line-height: 0.9;
  margin: 0px;
  text-align: center;
}
.logo {
  line-height: 100%;
  top: 2rem;
  left: 2rem;
  z-index: 1;
  height: 2rem;
  display: block;
  position: fixed;
  pointer-events: none;
  transition: opacity 0.2s;
}
input:-webkit-autofill {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0.4) inset;
}
.logo img {
  height: 100%;
}
#terms {
  margin-left: 0 !important;
}
h1, h2, h3 {
  font-weight: 400;
  font-size: inherit;
  font-family: inherit;
}
h2 {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
  break-before: column;
}
#text img {
  height: 5vw;
}
#text .linebreak {
  display: block;
  width: 100%;
  height: 6vw;
}
.greetings-wrapper {
  margin-bottom: 6vw;
}
.video-bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0px;
  left: 0px;
}
video {
  position: fixed;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  top: 0px;
  left: 0px;
  filter: brightness(0.8) blur(15px);
}
h2:first-child {
  margin-top: 0px;
}
a {
  color: inherit;
}
h3 {
  margin-left: 1rem;
}
h3, ul, p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
li {
  text-indent: 0px;
  margin-left: -1.5rem;
}
p {
  margin-left: 1rem;
  margin-top: 0.5rem;
}
section {
  opacity: 0.7;
  position: absolute;
  left: 2rem;
  top: 1rem;
  font-size: 1rem;
  text-align: left;
  column-width: 350px;
  font-family: system-ui;
  line-height: 1.3;
  margin: 1rem auto 3rem;
}
#text {
  text-align: left;
  position: relative;
  width: calc(100vw - (150px + 4rem)*2);
  margin: calc(50vh - 4vw) 3vh 100vh calc(150px + 4rem);
  white-space: pre-wrap;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 8vw;
  word-spacing: -0.5vw;
}
.greetings-wrapper {
  position: relative;
  height: 0.9em;
  white-space: pre-wrap;
  transition: opacity 0.2s;
}
#text span.char {
  opacity: 0;
  filter: blur(1px);
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 520ms cubic-bezier(0.22, 1, 0.36, 1);
}
#text span.char.visible {
  opacity: 1;
  filter: blur(0px);
}
#contact-section {
  margin: 10vh auto 30vh;
  width: 80vw;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
}
#contact-section.visible {
  opacity: 1;
  pointer-events: auto;
}
#contact-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: min(80vw, 320px);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 280ms, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}
#contact-section.visible #contact-wrapper {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#contact-section.away #contact-wrapper {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}
#contact-input {
  flex: 1 1 0%;
  font-weight: 350;
  padding: 0.8rem 3.2rem 0.8rem 1.4rem;
  font-size: 1rem;
  font-family: system-ui;
  border-radius: 999px;
  border: medium;
  outline: currentcolor;
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.02em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: white;
}
#contact-input::placeholder {
  color: white;
  font-size: 1rem;
  opacity: 0.7;
}
#contact-submit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 26px;
  border-radius: 50%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 220ms;
  z-index: 2;
}
#contact-message, #contact-email {
  min-height: 48px; 
  flex: 1 1 0%;
  font-weight: 350;
  padding: 0.8rem 3.2rem 0.8rem 1.4rem;
  font-size: 1rem;
  font-family: system-ui;
  border-radius: 999px;
  border: medium;
  outline: currentcolor;
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.02em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: white;
  box-sizing: border-box;
}
#contact-wrapper {
  z-index: 10;
}
#contact-submit {
  z-index: 2;
}
#contact-message {
  width: 100%;
  resize: none;
  overflow: hidden;
  line-height: 1.4;
  min-height: 48px;
  max-height: 200px;
  border-radius: 24px; /* NON 999px */
  padding-right: 48px; /* spazio per il bottone */
}
#contact-email {
  display: none;
}
#contact-wrapper.step-email #contact-message {
  display: none;
}
#contact-wrapper.step-email #contact-email {
  display: block;
}
#contact-message::placeholder, #contact-email::placeholder {
  color: white;
  font-size: 1rem;
  opacity: 0.7;
}
#contact-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: min(80vw, 420px);
  opacity: 0;
  transition: opacity 280ms, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}
#contact-submit img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  pointer-events: none;
}
#terms {
  margin-top: 1.5rem;
  opacity: 0.7;
  transition: opacity 300ms;
  font-family: system-ui;
  font-size: 1rem;
  margin-bottom: 2rem;
  z-index: 100;
  font-weight: 400;
  position: relative;
}
#terms:hover {
  opacity: 1;
}
#terms a {
  color: white;
  text-decoration: none;
  opacity: 0.7;
}
h1 {
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  bottom: 1rem;
}
#contact-section.visible #terms {
  opacity: 1;
  pointer-events: auto;
}
.title {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 325;
}
section {
  opacity: 0;
  animation: 0.6s 0.5s forwards showSection;
}
h1 {
  opacity: 0;
  animation: 0.6s 1s forwards showH1;
}
.char-devanagari {
  margin-right: -0.08em; /* riduce spazio */
}
#contact-thanks {
  display: none;
  flex: 1 1 0%;
  font-weight: 350;
  padding: 0.8rem 1.4rem;
  font-size: 1rem;
  font-family: system-ui;
  border-radius: 999px;
  border: medium;
  outline: currentcolor;
  text-align: center;
  background: none;
  letter-spacing: 0.02em;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: white;
  box-sizing: border-box;
}
#contact-wrapper.step-thanks #contact-message, #contact-wrapper.step-thanks #contact-email, #contact-wrapper.step-thanks #contact-submit {
  display: none;
}
#contact-wrapper.step-thanks #contact-thanks {
  display: block;
}
@keyframes showSection {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes showH1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 33px;
    line-height: 1;
  }
  #text {
    width: calc(-2rem + 100vw);
    text-align: left;
    margin: calc(60vh) 1rem 53vh 1rem;
    font-size: 7vw;
    letter-spacing: 0.06em;
  }
  section {
    column-width: auto;
    margin-right: 2rem;
    margin-top: 20vh;
    padding-bottom: 50vh;
  }
  h1 {
    width: 100vw;
    top: 1rem;
    position: absolute;
  }
  h2 {
    margin-top: 3rem;
  }
  .title {
    margin-left: 1rem;
  }
  .logo {}
  .greetings-wrapper {
    height: 1em;
    font-size: 38vw;
    text-align: center;
    margin-bottom: 12vw;
  }
}