
:root {
  --ink: #f7f4ff;
  --muted: #aaa5ba;
  --gold: #dfb77d;
  --blue: #34a3ff;
  --violet: #9b5cff;
  --magenta: #ef4ad8;
  --panel: rgba(20, 14, 39, 0.72);
  --line: rgba(255, 255, 255, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(92, 50, 173, .2), transparent 32rem),
    radial-gradient(circle at 8% 40%, rgba(0, 116, 255, .12), transparent 30rem),
    #07050d;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1240px, calc(100% - 48px));
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: flex; align-items: baseline; gap: 11px; letter-spacing: .12em; }
.wordmark-main { font-family: Georgia, serif; font-size: 1.05rem; }
.wordmark-sub { color: var(--gold); font-size: .63rem; letter-spacing: .33em; }
nav { display: flex; gap: 34px; color: #cbc6d5; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
nav a { transition: color .2s ease; }
nav a:hover { color: white; }

.hero {
  position: relative;
  min-height: 860px;
  padding: 140px max(24px, calc((100vw - 1240px) / 2)) 90px;
  display: grid;
  grid-template-columns: minmax(350px, 570px) 1fr;
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(transparent, #07050d);
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  width: 650px;
  height: 650px;
  left: max(-130px, calc((100vw - 1440px) / 2));
  top: 135px;
  border-radius: 50%;
  background: conic-gradient(from 40deg, rgba(49,153,255,.4), rgba(242,66,214,.22), rgba(223,183,125,.25), rgba(49,153,255,.4));
  filter: blur(70px);
  opacity: .65;
}
.hero-cover-wrap { position: relative; z-index: 1; perspective: 1000px; }
.hero-cover-wrap::before {
  content: "";
  position: absolute;
  inset: 8% -5% -7% 5%;
  background: linear-gradient(145deg, var(--blue), var(--magenta));
  filter: blur(48px);
  opacity: .32;
}
.hero-cover {
  position: relative;
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 85px rgba(0,0,0,.65);
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 {
  margin: 0;
  font-size: clamp(4.4rem, 7.3vw, 7.8rem);
  line-height: .78;
  letter-spacing: -.055em;
  background: linear-gradient(100deg, #fff 15%, #e8c6e2 52%, #d6a769 92%);
  color: transparent;
  background-clip: text;
}
.hero-text { max-width: 610px; margin: 36px 0 32px; color: #c4bfcc; font-size: 1.1rem; line-height: 1.8; }
.streaming-links { display: flex; flex-wrap: wrap; gap: 12px; }
.stream-button {
  min-width: 178px;
  padding: 12px 17px;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 9px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(15px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.stream-button:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.11); }
.all-services {
  flex-basis: 100%;
  max-width: 370px;
  border-color: rgba(223,183,125,.55);
  background: linear-gradient(105deg, rgba(41,121,255,.16), rgba(186,62,205,.18));
}
.all-services .play-icon { color: var(--gold); font-size: 1.15rem; }
.stream-button small { display: block; color: #a6a1ae; font-size: .52rem; letter-spacing: .15em; margin-bottom: 2px; }
.play-icon { color: white; font-size: .9rem; }
.spotify .play-icon { color: #1ed760; }
.amazon .play-icon { color: #25b7e8; }
.apple .play-icon { color: #ff526b; }

.section { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }
.album-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; border-top: 1px solid var(--line); }
h2 { margin: 0; font-size: clamp(3.1rem, 5.2vw, 5.8rem); line-height: .96; letter-spacing: -.045em; }
.intro-text { padding-top: 34px; color: #b9b4c3; font-size: 1.12rem; line-height: 1.9; }
.intro-text strong { color: white; font-weight: 500; }
.intro-text p:first-child { margin-top: 0; }

.track-section { border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 55px; }
.track-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; }
.track-list li {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  color: #e6e2eb;
  line-height: 1.35;
}
.track-number { color: var(--gold); font-family: var(--font-geist-mono), monospace; font-size: .72rem; }

.artist {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(55px, 9vw, 130px);
  align-items: center;
  border-top: 1px solid var(--line);
}
.artist-image-wrap { position: relative; }
.artist-image-wrap::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(222,183,125,.45);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(70,112,255,.22);
  pointer-events: none;
}
.artist-image-wrap img { aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.artist-copy > p:not(.eyebrow) { max-width: 630px; color: #bbb5c4; font-size: 1.13rem; line-height: 1.9; }
.artist-services { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 26px; }
.artist-services a { padding-bottom: 5px; border-bottom: 1px solid rgba(223,183,125,.45); color: #eeeaf2; }
.artist-services a:hover { color: var(--gold); }

footer {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 45px 0 55px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7f7a89;
  font-size: .78rem;
}
.footer-title { font-family: Georgia, serif; color: #dcd7e2; letter-spacing: .12em; }
.footer-title span { margin-left: 7px; color: var(--gold); font-family: Arial, sans-serif; font-size: .55rem; letter-spacing: .25em; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 125px; gap: 55px; }
  .hero-cover-wrap { width: min(620px, 100%); margin: 0 auto; }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .streaming-links { justify-content: center; }
  .album-intro, .artist { grid-template-columns: 1fr; gap: 45px; }
  .artist-image-wrap { width: min(470px, 88vw); margin: 0 auto; }
  .artist-copy { text-align: center; }
  .artist-copy > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
  .artist-services { justify-content: center; }
}

@media (max-width: 640px) {
  .site-header { width: calc(100% - 32px); }
  .hero { padding-left: 16px; padding-right: 16px; padding-bottom: 55px; }
  h1 { font-size: clamp(3.7rem, 20vw, 5.2rem); }
  .stream-button { width: 100%; justify-content: center; }
  .section { width: calc(100% - 32px); padding: 82px 0; }
  .track-list { grid-template-columns: 1fr; }
  .album-intro { gap: 25px; }
  .intro-text { padding-top: 0; }
  footer { width: calc(100% - 32px); flex-direction: column; gap: 18px; text-align: center; }
}

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