*, *::before, *::after {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
  height: auto;
}

body {
	  background-color: #050505;
  background-image:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(150, 0, 0, 0.42) 0%,
      rgba(90, 0, 0, 0.22) 30%,
      transparent 62%
    ),
   linear-gradient(
     180deg,
     #161616 0%,
     #070707 38%,
     #000000 72%,
     #0b0b0b 100%
   );
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  color: #fff;
}

.page {
  width: min(1024px, 92%);
  text-align: center;
  padding: 50px 0 70px 0;
  box-sizing: border-box;
}

.logo {
  width: min(1024px, 100%);
  height: auto;
  display: block;
  margin: 0 auto 42px auto;
}

.content-section {
  max-width: 820px;
  margin: 0 auto 54px auto;
  padding: 34px 34px 38px 34px;
  box-sizing: border-box;
  background: rgba(12, 12, 12, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  box-shadow: 0 0 34px rgba(120, 0, 0, 0.18);
}

.section-title {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f0f0f0;
  margin: 0 0 24px 0;
}

.text {
  max-width: 720px;
  margin: 0 auto;
  color: #d2d2d2;
  font-size: 1.03rem;
  line-height: 1.72;
  text-align: left;
}

.text p {
  margin: 0 0 18px 0;
}

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

.text .creative-disclosure {
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: #aaa;
  font-size: 0.82rem;
  line-height: 1.65;
}

.text .creative-disclosure strong {
  display: block;
  margin-bottom: 6px;
  color: #c95757;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.album-cover {
  width: min(520px, 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  margin: 0 auto 28px auto;
  border-radius: 8px;
  box-shadow: 0 0 42px rgba(180, 0, 0, 0.28);
}

.album-note {
  color: #d2d2d2;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 auto 26px auto;
  max-width: 680px;
}

.streaming-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 30px auto;
}

.streaming-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 170px;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.55);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.streaming-link:hover {
  transform: translateY(-2px);
  border-color: rgba(180, 0, 0, 0.85);
  background: rgba(35, 0, 0, 0.72);
}

.streaming-link img {
  max-height: 30px;
  max-width: 145px;
  width: auto;
  height: auto;
  display: block;
}

.streaming-link.youtube-music span {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.featured-player {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(280px, 1.2fr);
  gap: 30px;
  align-items: center;
  text-align: left;
}

.featured-cover {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 0 34px rgba(180, 0, 0, 0.28);
}

.track-kicker {
  margin: 0 0 7px;
  color: #b94a4a;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.track-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: normal;
  letter-spacing: 0.02em;
}

.track-copy {
  margin: 0 0 22px;
  color: #bdbdbd;
  line-height: 1.6;
}

.featured-audio {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.audio-controls { display: none; }

.audio-enhanced .featured-audio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.audio-enhanced .audio-controls {
  display: grid;
  grid-template-columns: 50px minmax(100px, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.audio-toggle {
  grid-row: 1 / 3;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid #a42b2b;
  border-radius: 50%;
  background: rgba(110, 0, 0, 0.28);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}

.audio-toggle:hover,
.audio-toggle:focus-visible {
  border-color: #e35b5b;
  background: rgba(145, 0, 0, 0.45);
}

.audio-progress {
  width: 100%;
  accent-color: #b52323;
  cursor: pointer;
}

.audio-time {
  color: #888;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.track-link {
  color: #ddd;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.track-link:hover,
.track-link:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.12rem;
  letter-spacing: 1px;
}

.contact-link:hover {
  text-decoration: underline;
}

.footer {
  color: #777;
  font-size: 0.82rem;
  letter-spacing: 0.5px;
  margin-top: 18px;
}

.footer a {
  color: #999;
  text-decoration: none;
  text-underline-offset: 3px;
}

.footer a:hover,
.footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .page {
    padding: 32px 0 54px 0;
  }

  .logo {
    margin-bottom: 30px;
  }

  .content-section {
    padding: 26px 20px 30px 20px;
    margin-bottom: 38px;
  }

  .text {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .streaming-link {
    width: 100%;
    max-width: 320px;
    min-width: 0;
  }

  .featured-player {
    grid-template-columns: 1fr;
  }

  .featured-cover {
    max-width: 460px;
    margin: 0 auto;
  }
}

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