@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;900&family=Montserrat:wght@400;500;600;800;900&display=swap');

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 77, 151, 0.18), transparent 26%),
    radial-gradient(circle at 50% 18%, rgba(217, 185, 133, 0.18), transparent 38%),
    linear-gradient(180deg, #130608 0%, #070304 48%, #000000 100%);
  color: #f5e9d6;
  font-family: "Montserrat", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 24%, rgba(255, 190, 220, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 35% 68%, rgba(255, 220, 170, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 65% 78%, rgba(255, 255, 255, 0.10) 0 1px, transparent 2px);
  opacity: 0.8;
}

.page-glow {
  position: fixed;
  inset: -20%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 47, 146, 0.18), transparent 26%),
    radial-gradient(circle at 50% 42%, rgba(255, 217, 168, 0.12), transparent 34%);
  filter: blur(22px);
  animation: portalBreath 5.8s ease-in-out infinite;
  z-index: 0;
}

.page {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(16px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(22px, 4vw, 36px);
}

.video-wrap {
  width: 100%;
  position: relative;
  animation: softFloat 7s ease-in-out infinite;
}

.teaser-video {
  display: block;
  width: 100%;
  max-height: 62vh;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: clamp(14px, 3vw, 28px);
  background: #000;
  box-shadow:
    0 0 22px rgba(255, 255, 255, 0.14),
    0 0 42px rgba(255, 47, 146, 0.26),
    0 0 90px rgba(201, 135, 62, 0.20);
  animation: videoBreath 5.8s ease-in-out infinite;
}

.unmute-button {
  position: absolute;
  right: clamp(12px, 3vw, 22px);
  bottom: clamp(12px, 3vw, 22px);
  z-index: 3;
  padding: 12px 18px;
  border: 1px solid rgba(255, 217, 168, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 217, 168, 0.95), rgba(255, 77, 160, 0.92), rgba(123, 0, 31, 0.96));
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(0.78rem, 2.5vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 0 14px rgba(255, 47, 146, 0.48),
    0 0 34px rgba(217, 185, 133, 0.24);
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.42);
  animation: buttonBreath 4.8s ease-in-out infinite;
}

.unmute-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
}

.hero-text {
  text-align: center;
  position: relative;
}

.text-art {
  font-family: "Cinzel", "Times New Roman", serif;
  color: #ffd9ec;
  letter-spacing: 0.28em;
  font-size: clamp(0.9rem, 3vw, 1.25rem);
  text-shadow:
    0 0 10px rgba(255, 47, 146, 0.85),
    0 0 24px rgba(255, 47, 146, 0.45),
    0 0 46px rgba(217, 185, 133, 0.28);
  animation: starBreath 4.8s ease-in-out infinite;
}

.top-art {
  margin-bottom: 12px;
}

.bottom-art {
  margin-top: 22px;
}

.logo {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.01em, 0.4vw, 0.06em);
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(2.35rem, 9vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #fff8ed;
  text-shadow:
    0 0 8px rgba(255, 248, 237, 0.55),
    0 0 18px rgba(245, 211, 156, 0.38),
    0 0 38px rgba(255, 47, 146, 0.24),
    0 0 70px rgba(201, 135, 62, 0.20);
  animation: logoBreath 5.8s ease-in-out infinite;
}

.logo span {
  display: inline-block;
}

.chaos-n {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  background: linear-gradient(
    160deg,
    #ffd1e8 0%,
    #ff4da0 25%,
    #ff003c 56%,
    #7b001f 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: rotate(180deg) scaleX(-1) translateY(-0.04em) scale(1.16);
  filter:
    drop-shadow(0 0 8px rgba(255, 209, 232, 0.8))
    drop-shadow(0 0 16px rgba(255, 47, 146, 0.9))
    drop-shadow(0 0 34px rgba(230, 0, 57, 0.55));
  text-shadow: none;
  animation: chaosPulse 4.2s ease-in-out infinite;
}

.portal-line {
  margin-top: 14px;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(0.72rem, 2.6vw, 1rem);
  line-height: 1.4;
  letter-spacing: 0.18em;
  color: #ffd9a8;
  text-shadow:
    0 0 8px rgba(255, 217, 168, 0.7),
    0 0 22px rgba(255, 47, 146, 0.34);
  animation: lineBreath 5.8s ease-in-out infinite;
}

.tagline {
  margin: 16px auto 0;
  font-size: clamp(1rem, 3vw, 1.45rem);
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #ead1aa;
  text-shadow:
    0 0 12px rgba(234, 209, 170, 0.26),
    0 0 26px rgba(255, 47, 146, 0.12);
}

.tagline span {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.42),
    0 0 24px rgba(255, 47, 146, 0.35);
}

.coming-soon {
  margin: clamp(24px, 5vw, 42px) 0 0;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(2.4rem, 12vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.72),
    0 0 20px rgba(255, 240, 210, 0.52),
    0 0 48px rgba(255, 47, 146, 0.34),
    0 0 80px rgba(217, 185, 133, 0.28);
  animation: comingSoonBreath 5.8s ease-in-out infinite;
}

.subtitle {
  margin: 16px 0 0;
  font-size: clamp(1.1rem, 4vw, 1.8rem);
  line-height: 1.25;
  color: #fff2dc;
  letter-spacing: 0.04em;
  text-shadow:
    0 0 12px rgba(255, 242, 220, 0.3),
    0 0 28px rgba(255, 47, 146, 0.18);
}

.arrival {
  margin: 10px 0 0;
  font-size: clamp(0.9rem, 2.7vw, 1.15rem);
  letter-spacing: 0.14em;
  color: #d9b985;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(217, 185, 133, 0.4),
    0 0 24px rgba(255, 47, 146, 0.12);
}

/* 
  MAILCHIMP SUBSCRIBE STYLES - KEEP FOR LATER

  These styles are ready for the commented-out subscribe box in index.html.
  When we add Mailchimp, leave this CSS exactly as-is and simply uncomment
  the subscribe-box HTML section.
*/

.subscribe-box {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 217, 168, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 47, 146, 0.08), rgba(0, 0, 0, 0.42)),
    rgba(0, 0, 0, 0.34);
  box-shadow:
    0 0 18px rgba(255, 47, 146, 0.16),
    0 0 52px rgba(217, 185, 133, 0.10);
  text-align: center;
  animation: boxBreath 5.8s ease-in-out infinite;
}

.subscribe-title {
  margin: 0 0 8px;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(1.25rem, 4vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.42),
    0 0 28px rgba(255, 47, 146, 0.28);
}

.subscribe-text {
  margin: 0 auto 20px;
  max-width: 560px;
  color: #ead1aa;
  font-size: clamp(0.95rem, 2.7vw, 1.08rem);
  line-height: 1.45;
}

.subscribe-form {
  display: flex;
  width: min(100%, 560px);
  margin: 0 auto;
  gap: 12px;
}

.subscribe-form input {
  flex: 1;
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid rgba(255, 217, 168, 0.28);
  border-radius: 999px;
  outline: none;
  background: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  font: inherit;
  box-shadow:
    inset 0 0 16px rgba(255, 47, 146, 0.08),
    0 0 18px rgba(255, 47, 146, 0.06);
}

.subscribe-form input::placeholder {
  color: rgba(245, 233, 214, 0.58);
}

.subscribe-form input:focus {
  border-color: rgba(255, 77, 160, 0.8);
  box-shadow:
    0 0 0 3px rgba(255, 77, 160, 0.16),
    0 0 28px rgba(255, 47, 146, 0.22);
}

.subscribe-form button {
  padding: 15px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd9a8 0%, #ff4da0 48%, #9b002c 100%);
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow:
    0 0 14px rgba(255, 47, 146, 0.38),
    0 0 34px rgba(217, 185, 133, 0.18);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.subscribe-form button:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
  box-shadow:
    0 0 18px rgba(255, 47, 146, 0.52),
    0 0 44px rgba(217, 185, 133, 0.24);
}

.notice {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid rgba(245, 233, 214, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 47, 146, 0.05), rgba(0, 0, 0, 0.34)),
    rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(6px);
  text-align: center;
  color: #f1dfc3;
  font-size: clamp(0.92rem, 2.6vw, 1.05rem);
  line-height: 1.55;
  box-shadow:
    0 0 18px rgba(255, 47, 146, 0.12),
    0 0 48px rgba(217, 185, 133, 0.08);
}

.notice p {
  margin: 0 0 14px;
}

.notice p:last-child {
  margin-bottom: 0;
}

.notice-title {
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #ffffff;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.55),
    0 0 20px rgba(255, 47, 146, 0.3);
}

.final-line {
  margin-top: 22px !important;
  font-size: clamp(1.05rem, 3vw, 1.3rem);
  font-weight: 900;
  color: #ffffff;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.5),
    0 0 22px rgba(255, 47, 146, 0.34);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes portalBreath {
  0%, 100% {
    opacity: 0.52;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.055);
  }
}

@keyframes videoBreath {
  0%, 100% {
    box-shadow:
      0 0 22px rgba(255, 255, 255, 0.14),
      0 0 42px rgba(255, 47, 146, 0.22),
      0 0 90px rgba(201, 135, 62, 0.18);
  }

  50% {
    box-shadow:
      0 0 28px rgba(255, 255, 255, 0.20),
      0 0 62px rgba(255, 47, 146, 0.38),
      0 0 120px rgba(201, 135, 62, 0.26);
  }
}

@keyframes logoBreath {
  0%, 100% {
    text-shadow:
      0 0 8px rgba(255, 248, 237, 0.45),
      0 0 18px rgba(245, 211, 156, 0.30),
      0 0 38px rgba(255, 47, 146, 0.20),
      0 0 70px rgba(201, 135, 62, 0.16);
  }

  50% {
    text-shadow:
      0 0 12px rgba(255, 248, 237, 0.78),
      0 0 26px rgba(245, 211, 156, 0.52),
      0 0 56px rgba(255, 47, 146, 0.38),
      0 0 96px rgba(201, 135, 62, 0.26);
  }
}

@keyframes chaosPulse {
  0%, 100% {
    filter:
      drop-shadow(0 0 8px rgba(255, 209, 232, 0.7))
      drop-shadow(0 0 16px rgba(255, 47, 146, 0.78))
      drop-shadow(0 0 34px rgba(230, 0, 57, 0.46));
  }

  50% {
    filter:
      drop-shadow(0 0 12px rgba(255, 209, 232, 1))
      drop-shadow(0 0 26px rgba(255, 47, 146, 1))
      drop-shadow(0 0 54px rgba(230, 0, 57, 0.72));
  }
}

@keyframes comingSoonBreath {
  0%, 100% {
    transform: scale(1);
    text-shadow:
      0 0 8px rgba(255, 255, 255, 0.62),
      0 0 20px rgba(255, 240, 210, 0.42),
      0 0 48px rgba(255, 47, 146, 0.28),
      0 0 80px rgba(217, 185, 133, 0.22);
  }

  50% {
    transform: scale(1.018);
    text-shadow:
      0 0 12px rgba(255, 255, 255, 0.9),
      0 0 32px rgba(255, 240, 210, 0.62),
      0 0 68px rgba(255, 47, 146, 0.48),
      0 0 112px rgba(217, 185, 133, 0.34);
  }
}

@keyframes starBreath {
  0%, 100% {
    opacity: 0.62;
  }

  50% {
    opacity: 1;
  }
}

@keyframes lineBreath {
  0%, 100% {
    opacity: 0.72;
  }

  50% {
    opacity: 1;
  }
}

@keyframes boxBreath {
  0%, 100% {
    box-shadow:
      0 0 18px rgba(255, 47, 146, 0.14),
      0 0 52px rgba(217, 185, 133, 0.08);
  }

  50% {
    box-shadow:
      0 0 28px rgba(255, 47, 146, 0.26),
      0 0 78px rgba(217, 185, 133, 0.16);
  }
}

@keyframes buttonBreath {
  0%, 100% {
    box-shadow:
      0 0 14px rgba(255, 47, 146, 0.38),
      0 0 34px rgba(217, 185, 133, 0.18);
  }

  50% {
    box-shadow:
      0 0 22px rgba(255, 47, 146, 0.62),
      0 0 52px rgba(217, 185, 133, 0.30);
  }
}

@keyframes softFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 640px) {
  .page {
    justify-content: flex-start;
  }

  .teaser-video {
    max-height: 48vh;
  }

  .unmute-button {
    right: 10px;
    bottom: 10px;
    padding: 10px 14px;
  }

  .logo {
    letter-spacing: 0.015em;
    gap: 0;
  }

  .portal-line {
    letter-spacing: 0.08em;
  }

  .coming-soon {
    letter-spacing: 0.04em;
  }

  .subscribe-form {
    flex-direction: column;
  }

  .subscribe-form button {
    width: 100%;
  }

  .notice,
  .subscribe-box {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}