:root {
  --ink: #101318;
  --muted: #66717d;
  --paper: #f4f7f9;
  --ice: #dfeaf1;
  --line: rgba(16, 19, 24, 0.13);
  --glass: rgba(255, 255, 255, 0.58);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 15%, rgba(184, 208, 223, .55), transparent 35%),
    linear-gradient(180deg, #f8fafb 0%, #edf3f6 60%, #f7f8f9 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .01em;
}

a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px clamp(22px, 5vw, 74px);
  backdrop-filter: blur(18px);
  background: rgba(244, 247, 249, .74);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .24em;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  letter-spacing: -.08em;
  font-size: 13px;
}

.nav { display: flex; gap: 28px; }
.nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
}

.hero {
  min-height: calc(100svh - 75px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(28px, 6vw, 90px);
  padding: clamp(50px, 7vw, 100px) clamp(22px, 6vw, 90px);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 10px;
  font-weight: 700;
}

h1, h2 { margin: 0; font-weight: 500; }
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 9vw, 144px);
  line-height: .78;
  letter-spacing: -.065em;
}

.hero-line {
  max-width: 520px;
  margin: 28px 0 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 2vw, 27px);
  font-style: italic;
}

.release-card {
  width: min(520px, 100%);
  padding: 22px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.release-label { margin: 0 0 8px; font-size: 9px; letter-spacing: .24em; }
.release-card h2 { font-size: clamp(34px, 4vw, 60px); letter-spacing: .12em; font-weight: 300; }
.release-date { margin: 9px 0 4px; letter-spacing: .18em; font-size: 11px; }
.countdown { margin-top: 12px; color: var(--muted); font-size: 12px; letter-spacing: .08em; }

.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.button.primary { background: var(--ink); color: white; }
.button.ghost { border: 1px solid var(--ink); }

.hero-visual {
  position: relative;
  justify-self: center;
  width: min(560px, 100%);
  aspect-ratio: .8;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 6% -10% -6% 10%;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.hero-visual img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 46% 46% 48% 48% / 38% 38% 56% 56%;
  box-shadow: 0 36px 90px rgba(34, 50, 65, .18);
}
.hero-caption {
  position: absolute;
  right: -16px;
  bottom: 16%;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 9px;
}

.statement {
  padding: clamp(70px, 11vw, 160px) clamp(22px, 8vw, 130px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.statement p {
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5.5vw, 82px);
  line-height: 1.05;
}

.section { padding: clamp(80px, 10vw, 150px) clamp(22px, 8vw, 130px); }
.section-heading h2, .about-copy h2, .connect-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 96px);
  letter-spacing: -.045em;
}
.music-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(35px, 8vw, 120px);
  align-items: center;
}
.art-panel { display: grid; place-items: center; }
.single-placeholder {
  width: min(520px, 100%);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8%;
  background:
    radial-gradient(circle at 72% 30%, rgba(255,255,255,.92), transparent 20%),
    radial-gradient(circle at 42% 70%, rgba(176, 201, 219, .9), transparent 42%),
    linear-gradient(135deg, #d8e5ed, #f8fafb 56%, #c3d4df);
  box-shadow: 0 30px 80px rgba(50, 70, 85, .15);
  border: 1px solid rgba(255,255,255,.7);
}
.single-placeholder span, .single-placeholder small {
  letter-spacing: .23em;
  font-size: 10px;
}
.single-placeholder strong {
  align-self: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: .08em;
}
.music-copy .lead {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.25;
}
.music-copy p:not(.lead) { max-width: 650px; line-height: 1.8; color: #4f5963; }
.platforms { display: grid; margin-top: 30px; border-top: 1px solid var(--line); }
.platform {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .18em;
}
.disabled { color: #7b8791; }

.about-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  background: rgba(255,255,255,.45);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.about-photo img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.about-copy p:not(.eyebrow) { max-width: 650px; line-height: 1.9; color: #4f5963; }
.logo-card {
  margin-top: 34px;
  width: min(270px, 55%);
  mix-blend-mode: multiply;
  opacity: .78;
}

.connect-section { text-align: center; }
.connect-copy { max-width: 550px; margin: 22px auto 38px; color: var(--muted); line-height: 1.7; }
.social-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.social-row a {
  min-width: 130px;
  padding: 14px 18px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .16em;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 26px clamp(22px, 6vw, 90px);
  border-top: 1px solid var(--line);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

@media (max-width: 820px) {
  .nav { display: none; }
  .hero, .music-grid, .about-section { grid-template-columns: 1fr; }
  .hero { padding-top: 52px; }
  .hero-copy { order: 2; }
  .hero-visual { order: 1; width: min(430px, 88vw); }
  .hero-caption { display: none; }
  .music-grid { gap: 44px; }
  .about-photo { max-width: 500px; }
}

@media (max-width: 520px) {
  .brand span:last-child { display: none; }
  h1 { font-size: clamp(58px, 21vw, 90px); }
  .release-card h2 { letter-spacing: .06em; }
  .statement p { font-size: 38px; }
  .social-row { display: grid; grid-template-columns: 1fr 1fr; }
}

.single-cover {
  width: min(520px, 100%);
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(20, 28, 40, .28);
  border: 1px solid rgba(255,255,255,.28);
}

.preview-player {
  margin-top: 34px;
  padding: 22px 24px 20px;
  background: rgba(16, 19, 24, .94);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(20, 28, 40, .18);
}
.preview-kicker {
  margin: 0 0 14px !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 9px !important;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.preview-player audio {
  display: block;
  width: 100%;
  height: 42px;
}
.preview-note {
  margin: 12px 0 0 !important;
  color: rgba(255,255,255,.62) !important;
  font-size: 9px !important;
  letter-spacing: .18em;
  text-transform: uppercase;
}
