:root {
  --ink: #070706;
  --ivory: #f7f1e5;
  --gold: #e7b74d;
  --gold-bright: #ffd982;
  --gold-deep: #916310;
  --muted: #a69d8c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.music-page {
  --pointer-x: 72%;
  --pointer-y: 38%;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 42%, rgba(227, 169, 53, 0.11), transparent 29%),
    linear-gradient(135deg, #050504 0%, #0c0c0a 48%, #050504 100%);
  isolation: isolate;
}

.music-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 224, 154, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 224, 154, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black, transparent 82%);
}

.music-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  border: 1px solid rgba(255, 217, 130, 0.14);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.68);
}

.pointer-glow {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(
    520px circle at var(--pointer-x) var(--pointer-y),
    rgba(255, 204, 92, 0.12),
    transparent 60%
  );
  transition: background 120ms linear;
}

.signal-grid {
  position: absolute;
  right: -11vw;
  top: 50%;
  z-index: -2;
  width: 64vw;
  aspect-ratio: 1;
  border: 1px solid rgba(228, 177, 74, 0.08);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow:
    0 0 0 8vw rgba(228, 177, 74, 0.025),
    0 0 0 16vw rgba(228, 177, 74, 0.018),
    0 0 0 24vw rgba(228, 177, 74, 0.01);
}

.site-header,
.site-footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1680px);
  margin: 0 auto;
  padding-inline: clamp(24px, 5vw, 88px);
}

.site-header { padding-top: clamp(24px, 4vh, 52px); }

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.wordmark-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 215, 124, 0.52);
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  letter-spacing: 0;
  transform: rotate(45deg);
}
.wordmark-mark span { transform: rotate(-45deg); }

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 0 5px rgba(255, 217, 130, 0.08), 0 0 18px var(--gold);
  animation: statusPulse 2.3s ease-in-out infinite;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  align-items: center;
  gap: clamp(32px, 5vw, 96px);
  width: min(100%, 1680px);
  margin: 0 auto;
  padding: clamp(64px, 9vh, 130px) clamp(24px, 5vw, 88px) clamp(52px, 7vh, 94px);
}

.hero-copy,
.brand-visual { opacity: 0; transform: translateY(24px); }

.is-ready .hero-copy {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 900ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.is-ready .brand-visual {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1100ms 160ms ease, transform 1100ms 160ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 24px;
  color: var(--gold-bright);
  font-size: clamp(0.64rem, 0.6vw, 0.77rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.eyebrow > span {
  display: block;
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright));
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 6.3vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

h1 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 222, 149, 0.66);
  text-shadow: 0 0 34px rgba(223, 162, 39, 0.11);
}

.intro {
  max-width: 570px;
  margin: 32px 0 0;
  color: #bfb5a4;
  font-size: clamp(0.97rem, 1.1vw, 1.22rem);
  line-height: 1.75;
}

.launch-row {
  display: flex;
  align-items: flex-end;
  gap: clamp(22px, 3vw, 52px);
  margin-top: clamp(36px, 6vh, 68px);
}

.coming-soon {
  position: relative;
  min-width: 250px;
  padding: 18px 0 18px 22px;
  border-left: 1px solid var(--gold);
}

.coming-soon::before,
.coming-soon::after {
  content: "";
  position: absolute;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-bright);
}
.coming-soon::before { top: 0; }
.coming-soon::after { bottom: 0; }

.coming-label {
  display: block;
  margin-bottom: 7px;
  color: #817867;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.coming-soon strong {
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.mini-wave {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 40px;
  padding-bottom: 6px;
}

.mini-wave i {
  width: 2px;
  height: var(--bar-height);
  min-height: 5px;
  border-radius: 999px;
  background: linear-gradient(to top, var(--gold-deep), var(--gold-bright));
  animation: equalize 1.15s var(--bar-delay) ease-in-out infinite alternate;
}

.rotating-line {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 24px;
  margin-top: 26px;
  color: #877e6e;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rotating-number {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.06em;
}
.rotating-phrase { animation: phraseReveal 650ms ease both; }

.brand-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(64vh, 760px);
}

.logo-stage {
  position: relative;
  z-index: 2;
  width: clamp(300px, 34vw, 590px);
  aspect-ratio: 1;
  margin: 0;
  padding: clamp(8px, 1vw, 16px);
  overflow: hidden;
  border: 1px solid rgba(255, 217, 130, 0.32);
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 0 12px rgba(229, 179, 75, 0.03),
    0 38px 90px rgba(0, 0, 0, 0.62),
    0 0 110px rgba(218, 159, 40, 0.14);
}

.logo-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 24%, rgba(255, 255, 255, 0.66) 42%, transparent 57%),
    radial-gradient(circle at 50% 50%, transparent 55%, rgba(151, 97, 0, 0.11));
  transform: translateX(-115%);
  animation: logoShine 5.5s 1.3s ease-in-out infinite;
}

.logo-stage img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.logo-halo {
  position: absolute;
  inset: -16%;
  z-index: -1;
  border-radius: 50%;
  background: conic-gradient(
    from 80deg,
    transparent,
    rgba(242, 194, 89, 0.45),
    transparent 32%,
    rgba(242, 194, 89, 0.14),
    transparent 70%
  );
  filter: blur(22px);
  animation: slowSpin 18s linear infinite;
}

.equalizer {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 760px);
  height: 44%;
  opacity: 0.36;
}

.equalizer i {
  width: clamp(2px, 0.3vw, 4px);
  height: var(--bar-height);
  border-radius: 999px;
  background: linear-gradient(to bottom, transparent, var(--gold-bright), transparent);
  transform-origin: center;
  animation: equalize 1.8s var(--bar-delay) ease-in-out infinite alternate;
}

.orbital-line {
  position: absolute;
  z-index: 0;
  width: min(76%, 570px);
  aspect-ratio: 1;
  border: 1px solid rgba(237, 190, 89, 0.16);
  border-radius: 50%;
}

.orbital-line::after {
  content: "";
  position: absolute;
  top: 13%;
  right: 9%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 20px var(--gold);
}
.orbital-line-one { animation: slowSpin 14s linear infinite; }
.orbital-line-two {
  width: min(91%, 680px);
  border-style: dashed;
  opacity: 0.55;
  animation: slowSpinReverse 24s linear infinite;
}

.domain-tag {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 7%;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid rgba(255, 218, 134, 0.2);
  background: rgba(7, 7, 6, 0.68);
  color: var(--gold-bright);
  font-size: clamp(0.58rem, 0.65vw, 0.72rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.site-footer {
  padding-bottom: clamp(22px, 3vh, 38px);
  color: #676154;
  font-size: 0.59rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.site-footer p { margin: 0; }

@keyframes equalize {
  0% { transform: scaleY(0.38); opacity: 0.45; }
  100% { transform: scaleY(1); opacity: 1; }
}
@keyframes logoShine {
  0%, 54% { transform: translateX(-115%); }
  78%, 100% { transform: translateX(115%); }
}
@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes slowSpinReverse { to { transform: rotate(-360deg); } }
@keyframes statusPulse {
  0%, 100% { opacity: 0.45; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1); }
}
@keyframes phraseReveal {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .hero-shell {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 70px;
    text-align: center;
  }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .eyebrow, .launch-row, .rotating-line { justify-content: center; }
  .intro { max-width: 610px; }
  .brand-visual { min-height: min(60vh, 620px); }
  .signal-grid {
    top: 72%;
    right: 50%;
    width: 90vw;
    transform: translate(50%, -50%);
  }
  .domain-tag { right: 8%; }
}

@media (max-width: 560px) {
  .site-header, .site-footer, .hero-shell { padding-inline: 20px; }
  .wordmark { font-size: 0.58rem; letter-spacing: 0.18em; }
  .wordmark-mark { width: 30px; height: 30px; }
  .status-chip { font-size: 0.52rem; letter-spacing: 0.14em; }
  .hero-shell { padding-top: 58px; padding-bottom: 42px; }
  h1 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .intro { max-width: 34rem; font-size: 0.93rem; }
  .launch-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 34px;
  }
  .coming-soon {
    min-width: 220px;
    padding: 0 0 16px;
    border-left: 0;
    border-bottom: 1px solid rgba(231, 183, 77, 0.48);
  }
  .coming-soon::before, .coming-soon::after { top: auto; bottom: -3px; }
  .coming-soon::before { left: 0; }
  .coming-soon::after { right: 0; left: auto; }
  .mini-wave { display: none; }
  .rotating-line { margin-top: 19px; }
  .brand-visual { min-height: 390px; }
  .logo-stage { width: min(78vw, 360px); }
  .equalizer { width: 96%; }
  .domain-tag {
    right: 50%;
    bottom: 1%;
    transform: translateX(50%);
    white-space: nowrap;
  }
  .site-footer {
    gap: 16px;
    font-size: 0.51rem;
    letter-spacing: 0.13em;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .hero-copy, .brand-visual { opacity: 1; transform: none; }
}

@media (min-width: 1900px) {
  .hero-shell, .site-header, .site-footer { max-width: 1880px; }
  .logo-stage { width: clamp(590px, 31vw, 760px); }
}
.wordmark-logo {
  display: block;
  width: 120px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 560px) {
  .wordmark-logo {
    width: 90px;
  }
}
.logo-stage {
  position: relative;
  overflow: hidden;
  background: #070706;
  border-radius: 50%;
}

.logo-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}
