* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Consolas, Courier New, sans-serif;
  background: #0f0f0f;
  color: #f5f5f5;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
  padding: 4rem;
}

.hero img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 24px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  color: #b8b8b8;
}

h1 {
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.95;
  margin: 0 0 1.5rem;
font-weight: bold;
letter-spacing: -0.04em;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 2rem;
  margin: 0 0 1rem;
}

.intro {
  max-width: 600px;
  font-size: 1.2rem;
  color: #d0d0d0;
}

.buttons,
.links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2rem;
}
.buttons {
  justify-content: space-between;
  max-width: 360px;
}

.buttons a,
.links a,
.download-button {
  border: 1px solid #f5f5f5;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  transition: 0.2s ease;
}

.buttons a:hover,
.links a:hover,
.download-button:hover {
  background: #f5f5f5;
  color: #0f0f0f;
}

main {
  padding: 0 4rem 4rem;
}

section {
  max-width: 900px;
  margin: 0 auto 7rem;
}

.artist-name {
  letter-spacing: 0.2em;
  color: #b8b8b8;
}

.release {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
}

.release img {
  width: 100%;
  border-radius: 18px;
}

.download-button {
  display: inline-block;
  margin-top: 1rem;
}

footer {
  padding: 2rem 4rem;
  color: #888;
}

@media (max-width: 800px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
.buttons {
  max-width: 100%;
  justify-content: space-between;
}

  main {
    padding: 0 2rem 2rem;
  }

  .release {
    grid-template-columns: 1fr;
  }

  footer {
    padding: 2rem;
  }
}

.subheading {
  margin-top: 3rem;
  font-size: 1.4rem;
}

.audio-player {
  width: 100%;
  margin-top: 1rem;
}
.hero-image img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 24px;
}

.photo-credit {
  font-size: 0.75rem;
  color: #888;
  margin-top: 0.6rem;
  text-align: right;
}

.photo-credit a {
  color: #b8b8b8;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.streaming-text {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #b8b8b8;
}

.streaming-text a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.eyebrow,
.artist-name,
.photo-credit,
.streaming-text,
footer {
  font-family: Consolas, 'Courier New', monospace;
.contact-lines {
  margin-top: 2rem;
}

.contact-lines p {
  margin: 0.7rem 0;
}

.contact-lines a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
}
.contact-lines a {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}
.text-links,
.buttons,
.links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2rem;
}

.text-links a,
.buttons a,
.links a,
.download-button,
.contact-lines a {
  border: none;
  padding: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}

.text-links a:hover,
.buttons a:hover,
.links a:hover,
.download-button:hover,
.contact-lines a:hover {
  background: none;
  color: #b8b8b8;
}
section h2 {
  text-align: center;
}