/* Sunriver Studios clean synced build */
:root {
  --ink: #f2ead8;
  --muted: #cdbf9f;
  --soft: #ad9c7d;
  --gold: #c59a50;
  --gold2: #e3c88c;
  --line: rgba(227, 200, 140, 0.28);
  --line2: rgba(227, 200, 140, 0.45);
  --shadow: rgba(0, 0, 0, 0.42);
  --panel: rgba(20, 15, 11, 0.92);
  --panel2: rgba(9, 7, 5, 0.96);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  background-image:
    linear-gradient(180deg, rgba(5, 4, 3, 0.58), rgba(5, 4, 3, 0.40) 28%, rgba(5, 4, 3, 0.56) 100%),
    url("images/wood-paneling-background-sr20260514b.png");
  background-size: cover, 100vw auto;
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-y;
  background-attachment: fixed, fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(227, 200, 140, 0.12), transparent 26rem),
    radial-gradient(circle at 86% 16%, rgba(120, 160, 160, 0.08), transparent 24rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.36));
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.8rem clamp(1rem, 4vw, 3rem);
  background: rgba(8, 6, 5, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.wordmark {
  font-family: Cinzel, Georgia, serif;
  color: var(--gold2);
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(0.8rem, 2.6vw, 1.6rem);
}

.nav a {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a:hover {
  color: var(--gold2);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  width: min(1140px, calc(100% - 2rem));
  min-height: calc(78vh - 64px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.2rem);
  margin: 0 auto;
  padding: clamp(2.4rem, 5.5vw, 4.8rem) 0;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 0.55rem;
  color: var(--gold2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Cinzel, Georgia, serif;
  line-height: 1.12;
}

h1,
h2 {
  font-size: clamp(1.65rem, 3.1vw, 2.55rem);
}

h1 {
  max-width: 16ch;
  text-wrap: balance;
}

h3 {
  color: var(--gold2);
  font-size: 1.08rem;
}

.lede {
  max-width: 64ch;
  margin: 0.95rem 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.7vw, 1.1rem);
}

.under-note {
  max-width: 58ch;
  margin: 0.8rem 0 0;
  color: var(--soft);
  font-size: 0.96rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.button,
.link-row a,
.email-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.66rem 0.92rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.14s ease, border-color 0.14s ease, background 0.14s ease;
}

.button:hover,
.link-row a:hover,
.email-link:hover {
  transform: translateY(-2px);
  border-color: var(--line2);
}

.primary,
.email-link {
  color: #151108;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
}

.secondary,
.link-row a {
  color: var(--gold2);
  background: rgba(196, 154, 82, 0.13);
}

.album-stage {
  width: min(100%, 430px);
  justify-self: center;
}

.album-stage img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.48));
}

.section {
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.4rem, 5vw, 4.4rem) 0;
}

.compact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 2rem;
}

.intro-strip {
  border-bottom: 1px solid var(--line);
}

.intro-strip p,
.section-heading p,
.release-copy p,
.artist-list p,
.gear-panel p,
.contact-section p {
  color: var(--muted);
}

.intro-strip p,
.section-heading p {
  margin: 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 1.8rem;
}

.section-heading p {
  font-size: 0.96rem;
}

.artist-release-section {
  margin-top: 2.15rem;
}

.artist-release-section + .artist-release-section {
  padding-top: 2.15rem;
  border-top: 1px solid rgba(227, 200, 140, 0.16);
}

.artist-release-heading {
  margin-bottom: 1rem;
}

.artist-release-heading h3 {
  color: var(--gold2);
  font-size: clamp(1.15rem, 2.1vw, 1.7rem);
  letter-spacing: 0.04em;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 470px), 1fr));
  gap: 0.95rem;
}

.release-card {
  min-height: 250px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background:
    linear-gradient(135deg, rgba(227, 200, 140, 0.08), transparent 34%),
    linear-gradient(180deg, var(--panel), var(--panel2));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.release-art {
  width: 190px;
  aspect-ratio: 1 / 1;
  position: relative;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(227, 200, 140, 0.28);
  border-radius: 0.95rem;
  background: #050505;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
}

.release-art::before,
.release-art::after {
  content: none;
  display: none;
}

.release-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #050505;
}

.release-art.lp .release-image,
.release-art.single .release-image,
.release-art.punk .release-image,
.release-art.jazz .release-image {
  object-fit: cover;
}

.release-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.release-type {
  margin: 0 0 0.28rem;
  color: var(--gold2) !important;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.release-copy p {
  margin: 0.55rem 0 0;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.artist-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
  gap: 0.8rem;
}

.artist-profile {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(20, 15, 11, 0.82);
}

.artist-photo {
  width: 130px;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(227, 200, 140, 0.28);
  border-radius: 0.85rem;
  background: #050505;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.artist-list p {
  margin: 0.35rem 0 0;
}

.room-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 0.9rem;
}

.gear-panel {
  min-height: 205px;
  padding: 1.05rem;
  border: 1px solid var(--line);
  border-radius: 1.05rem;
  background: linear-gradient(180deg, rgba(20, 15, 11, 0.94), rgba(9, 7, 5, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.gear-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(227, 200, 140, 0.18);
  border-radius: 0.85rem;
  background: #050505;
}

.gear-panel p {
  margin: 0.45rem 0 0;
}

.contact-section {
  text-align: left;
}

.email-link {
  margin-top: 1rem;
}

.site-footer {
  padding: 1.25rem 1rem 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: rgba(8, 6, 5, 0.48);
  font-size: 0.9rem;
  text-align: center;
}

@media (max-width: 920px) {
  .hero-inner,
  .compact-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .album-stage {
    max-width: 340px;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero-inner {
    min-height: auto;
  }

  .release-card,
  .artist-profile {
    grid-template-columns: 1fr;
  }

  .release-art {
    width: min(100%, 260px);
    justify-self: start;
  }

  .artist-photo {
    width: min(100%, 260px);
  }

  h1 {
    max-width: none;
  }
}
