:root {
  --background: #f5ead8;
  --foreground: #1c2524;
  --muted: #6a6258;
  --ink-soft: #334544;
  --line: rgba(28, 37, 36, 0.18);
  --gold-deep: #b65726;
  --sea: #1f5d66;
  --cream: #fff9ec;
  --shadow: 0 24px 60px rgba(39, 31, 22, 0.18);
  --font-body: Inter, Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
  margin: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.site-shell {
  background: radial-gradient(circle at 14% 8%, rgba(216,139,45,.2), transparent 28rem), linear-gradient(180deg, #fff6e8 0%, #f3e3ca 46%, #e9d2b0 100%);
  min-height: 100vh;
  overflow: hidden;
  padding: 18px;
}
.artist-hero, .release-section, .about-section, .links-section, footer {
  margin-inline: auto;
  max-width: 1160px;
}
.artist-hero {
  display: grid;
  gap: 28px;
  min-height: min(760px, calc(100vh - 36px));
  padding: 26px 0 32px;
}
.hero-copy { align-self: end; max-width: 680px; padding-top: 32px; position: relative; z-index: 2; }
.eyebrow {
  color: var(--gold-deep);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: .95;
  margin: 0;
}
h1 { font-size: clamp(4rem, 17vw, 10rem); }
h2 { color: var(--ink-soft); font-size: clamp(2.2rem, 7vw, 5.7rem); }
p { color: var(--muted); font-size: clamp(1rem, 2.6vw, 1.16rem); line-height: 1.65; }
.hero-line { color: var(--foreground); font-size: clamp(1.35rem, 4vw, 2.2rem); line-height: 1.2; margin: 18px 0 8px; }
.hero-subline { max-width: 560px; }
.primary-cta, .spotify-cta {
  align-items: center;
  background: var(--foreground);
  border: 1px solid rgba(28,37,36,.12);
  color: var(--cream);
  display: inline-flex;
  font-size: .95rem;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
}
.primary-cta:hover, .spotify-cta:hover { background: #111817; }
.hero-art {
  border: 1px solid rgba(255,249,236,.54);
  box-shadow: var(--shadow);
  min-height: 330px;
  overflow: hidden;
  position: relative;
}
.hero-art::after, .listen-page::after {
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 3px 3px;
  content: "";
  inset: 0;
  opacity: .5;
  pointer-events: none;
  position: absolute;
}
.hero-art img { height: 100%; min-height: 330px; object-fit: cover; width: 100%; }
.release-section { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 28px; padding: 56px 0; }
.release-section p, .about-section p { max-width: 620px; }
.cta-row { align-items: center; display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.cta-row > a:not(.spotify-cta) { border-bottom: 1px solid currentColor; color: var(--ink-soft); font-weight: 800; }
.release-artwork { aspect-ratio: 1; box-shadow: var(--shadow); object-fit: cover; width: min(100%, 440px); }
.about-section { border-top: 1px solid var(--line); padding: 56px 0; }
.links-section { border-block: 1px solid var(--line); display: grid; gap: 10px; padding: 22px 0; }
.links-section a { color: var(--sea); font-size: 1.2rem; font-weight: 800; min-height: 44px; padding-block: 8px; }
footer { color: var(--muted); display: flex; flex-wrap: wrap; font-size: .88rem; gap: 12px 24px; justify-content: space-between; padding: 28px 0 10px; }
.listen-page {
  align-items: center;
  background: linear-gradient(180deg, rgba(15,27,28,.18), rgba(15,27,28,.68)), url("assets/sunday-gold-web.jpg") center / cover;
  color: var(--cream);
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 18px;
  position: relative;
}
.listen-card { align-items: center; display: grid; gap: 20px; margin: 0 auto; max-width: 440px; position: relative; width: 100%; z-index: 1; }
.listen-artwork { aspect-ratio: 1; box-shadow: 0 24px 70px rgba(0,0,0,.32); object-fit: cover; width: min(72vw, 320px); }
.listen-copy { background: rgba(255,249,236,.92); color: var(--foreground); padding: 20px; }
.listen-copy h1 { font-size: clamp(2.55rem, 12vw, 4.4rem); line-height: .94; }
.listen-copy p:not(.eyebrow) { color: var(--muted); margin: 12px 0 18px; }
.listen-spotify { background: #1db954; border-color: #1db954; color: #07140c; min-height: 54px; width: 100%; }
.listen-spotify:hover { background: #32d46b; }
.spotify-follow {
  background: rgba(28,37,36,.08);
  border: 1px solid rgba(28,37,36,.18);
  color: var(--foreground);
  font-size: .9rem;
  margin-top: 8px;
  min-height: 46px;
  width: 100%;
}
.spotify-follow:hover { background: rgba(28,37,36,.13); }
.alternative-links { display: grid; gap: 8px; margin-top: 12px; }
.alternative-links a { align-items: center; border: 1px solid rgba(28,37,36,.16); display: flex; font-weight: 800; justify-content: center; min-height: 46px; }
.listen-footer { bottom: 16px; color: rgba(255,249,236,.78); left: 18px; max-width: none; padding: 0; position: absolute; z-index: 1; }
@media (min-width: 760px) {
  .site-shell { padding: 28px; }
  .artist-hero { grid-template-columns: minmax(0, .92fr) minmax(360px, .8fr); padding-top: 34px; }
  .release-section { grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); padding: 82px 0; }
  .about-section { padding: 82px 0; }
  .links-section { grid-template-columns: repeat(3, 1fr); }
  .listen-card { grid-template-columns: .82fr 1fr; max-width: 900px; }
  .listen-artwork { width: min(38vw, 420px); }
  .listen-copy { padding: 30px; }
}
@media (max-width: 420px) {
  .artist-hero { min-height: auto; }
  .hero-art, .hero-art img { min-height: 260px; }
  .listen-page { align-items: start; padding-top: 14px; }
  .listen-card { gap: 14px; }
  .listen-artwork { width: min(66vw, 250px); }
  .listen-copy { padding: 16px; }
}