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

body {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  background: #ffffff;
  color: #111111;
  overflow: hidden;
}

#particles-js {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: #ffffff;
}

.coming-soon {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.logo {
  max-width: min(320px, 80vw);
  height: auto;
  display: block;
}

h1 {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 600;
  letter-spacing: 0.2px;
}

.tagline {
  font-size: clamp(14px, 2.4vw, 18px);
  color: #444444;
  max-width: 640px;
}

.video-wrapper {
  width: min(720px, 90vw);
}

.plyr {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.map-link {
  font-size: 15px;
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 2px;
}

.map-link:hover {
  color: #000000;
  border-bottom-color: #000000;
}

.break-mobile {
  display: inline;
}

@media (max-width: 520px) {
  .break-mobile {
    display: block;
  }
}
