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

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050505;
}

body {
  position: relative;
}

#en-espanol-coming-soon,
#webGLApp {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

#webGLApp {
  z-index: 1;
  display: block;
}

.ees-coming-soon {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.ees-logo-wrap {
  width: min(88vw, 700px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ees-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 700px;
  max-height: 38vh;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.ees-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 1rem 1.25rem;
}

.ees-footer-inner {
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 767px) {
  .ees-coming-soon {
    padding: 1.5rem;
  }

  .ees-logo-wrap {
    width: min(88vw, 520px);
  }

  .ees-logo {
    max-height: 28vh;
  }

  .ees-footer {
    padding: 0.85rem 1rem;
  }

  .ees-footer-inner {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    line-height: 1.4;
  }
}
