:root {
  --night: #100e18;
  --cream: #fae8d7;
  --cream-muted: #d3ccc4;
  --coral: #df7781;
  --pink: #c74085;
  --violet: #6e2b75;
  --gold: #eb9375;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--night);
  color: var(--cream);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

.coming-soon {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(110, 43, 117, 0.15), transparent 36%),
    linear-gradient(145deg, #171425 0%, #0e0c17 62%, #15121f 100%);
}

.coming-soon::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.22;
  background-image: radial-gradient(rgba(255, 255, 255, 0.32) 0.5px, transparent 0.5px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
}

.aurora {
  position: absolute;
  z-index: -1;
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.12;
}

.aurora-one {
  top: -22rem;
  left: -25rem;
  background: var(--pink);
}

.aurora-two {
  right: -27rem;
  bottom: -25rem;
  background: var(--gold);
}

.brand-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(92vw, 780px);
  margin: auto;
  padding: 7vh 0 3rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 clamp(1rem, 3vh, 2rem);
  color: var(--cream-muted);
  font-size: clamp(0.78rem, 1.3vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.logo-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(154px, 25vw, 248px);
  aspect-ratio: 1;
  margin: 0 auto clamp(0.75rem, 2vh, 1.35rem);
}

.logo-aura {
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(250, 232, 215, 0.16);
  border-radius: 50%;
  animation: breathe 6.5s ease-in-out infinite;
  will-change: opacity, transform, box-shadow;
}

.logo-aura::before {
  content: "";
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 64, 133, 0.18) 0%, rgba(110, 43, 117, 0.09) 42%, transparent 72%);
  filter: blur(18px);
}

.logo-mark {
  position: relative;
  display: block;
  width: 68%;
  height: auto;
  max-height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.3));
}

@keyframes breathe {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.96);
    box-shadow: 0 0 42px rgba(199, 64, 133, 0.08), inset 0 0 32px rgba(235, 147, 117, 0.025);
  }

  50% {
    opacity: 1;
    transform: scale(1.035);
    box-shadow: 0 0 92px rgba(199, 64, 133, 0.22), inset 0 0 62px rgba(235, 147, 117, 0.07);
  }
}

.wordmark {
  margin: 0;
  color: var(--cream);
  font-size: clamp(3.5rem, 10vw, 6.8rem);
  font-weight: 250;
  letter-spacing: 0.075em;
  line-height: 0.95;
}

.claim {
  margin: clamp(1.25rem, 3vh, 1.8rem) 0 0;
  background: linear-gradient(90deg, var(--pink), var(--coral) 55%, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(0.72rem, 2vw, 1.05rem);
  font-weight: 520;
  letter-spacing: clamp(0.17em, 0.6vw, 0.34em);
  text-transform: uppercase;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  max-width: 94%;
  margin-top: clamp(2.1rem, 5vh, 3.5rem);
  padding: 0.7rem 1rem;
  border: 1px solid rgba(250, 232, 215, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(250, 232, 215, 0.62);
  font-size: clamp(0.72rem, 1.5vw, 0.88rem);
  letter-spacing: 0.03em;
  line-height: 1.35;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.status-dot {
  width: 0.44rem;
  height: 0.44rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(223, 119, 129, 0.1), 0 0 16px rgba(223, 119, 129, 0.45);
}

footer {
  padding: 0 1.5rem 1.5rem;
  color: rgba(250, 232, 215, 0.3);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .brand-stage {
    width: 100%;
    padding-inline: 1rem;
  }

  .eyebrow {
    margin-bottom: 1.15rem;
  }

  .logo-orbit {
    width: 132px;
    height: 132px;
    flex: 0 0 132px;
    margin-right: auto;
    margin-bottom: 0.9rem;
    margin-left: auto;
  }

  .logo-aura {
    inset: 0;
    border-color: rgba(250, 232, 215, 0.24);
  }

  .logo-mark {
    width: 82px;
    height: auto;
    max-height: 104px;
  }

  .wordmark {
    width: 100%;
    font-size: clamp(2.8rem, 15vw, 3.35rem);
    letter-spacing: 0.045em;
    text-align: center;
  }

  .claim {
    width: min(100%, 22rem);
    margin-top: 1.1rem;
    font-size: 0.68rem;
    letter-spacing: 0.17em;
    line-height: 1.75;
    text-align: center;
  }

  .status {
    width: fit-content;
    margin-top: 2rem;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-aura {
    animation: none;
    opacity: 0.8;
  }
}

/* Kompatibilität mit der zuerst veröffentlichten HTML-Version. */
.brandStage {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(92vw, 780px);
  margin: auto;
  padding: 7vh 0 3rem;
  text-align: center;
}

.logoOrbit {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(154px, 25vw, 248px);
  aspect-ratio: 1;
  margin: 0 auto clamp(0.75rem, 2vh, 1.35rem);
}

.orbitRing {
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(250, 232, 215, 0.16);
  border-radius: 50%;
  animation: breathe 6.5s ease-in-out infinite;
  will-change: opacity, transform, box-shadow;
}

.orbitRing::before {
  content: "";
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 64, 133, 0.18) 0%, rgba(110, 43, 117, 0.09) 42%, transparent 72%);
  filter: blur(18px);
}

.logoMark,
.spinningMark,
.logoOrbit > img,
.brandStage img[src*="sinnlia-mark"] {
  position: relative;
  display: block;
  width: 68% !important;
  height: auto !important;
  max-width: 168px !important;
  max-height: 78% !important;
  object-fit: contain;
  animation: none !important;
  transform: none !important;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.3));
}

.auroraOne {
  top: -22rem;
  left: -25rem;
  background: var(--pink);
}

.auroraTwo {
  right: -27rem;
  bottom: -25rem;
  background: var(--gold);
}

.statusDot {
  width: 0.44rem;
  height: 0.44rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(223, 119, 129, 0.1), 0 0 16px rgba(223, 119, 129, 0.45);
}

@media (max-width: 520px) {
  .brandStage {
    width: 100%;
    padding-inline: 1rem;
  }

  .logoOrbit {
    width: 132px !important;
    height: 132px !important;
    flex: 0 0 132px;
    margin-right: auto !important;
    margin-bottom: 0.9rem;
    margin-left: auto !important;
  }

  .orbitRing {
    inset: 0;
    border-color: rgba(250, 232, 215, 0.24);
  }

  .logoMark,
  .spinningMark,
  .logoOrbit > img,
  .brandStage img[src*="sinnlia-mark"] {
    width: 82px !important;
    height: auto !important;
    max-width: 82px !important;
    max-height: 104px !important;
    margin: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbitRing {
    animation: none;
    opacity: 0.8;
  }
}
