:root {
  --ink: #171310;
  --ink-soft: #2b211b;
  --brown: #5a3e2c;
  --brown-deep: #33231b;
  --tan: #c5a77d;
  --parchment: #ead9b8;
  --cream: #f6eddc;
  --rust: #9a4f2f;
  --olive: #77824a;
  --line: rgba(234, 217, 184, .25);
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--cream);
  background: var(--ink);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  background-image: radial-gradient(circle at 20% 10%, rgba(154, 79, 47, .14), transparent 32rem), repeating-linear-gradient(0deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 4px);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(23, 19, 16, .94);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: .16em;
  font-size: 1.15rem;
  font-weight: 700;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid var(--tan);
  color: var(--tan);
  display: grid;
  place-items: center;
  font-size: .8rem;
  transform: rotate(-8deg);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  color: var(--tan);
  font-size: .83rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.nav-links a {
  transition: color .2s, transform .2s;
}

.nav-links a:hover,
.nav-links a[aria-current='page'] {
  color: var(--cream);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  color: var(--cream);
  background: transparent;
  padding: 8px 10px;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}

.section {
  padding: 100px 0;
}

.eyebrow {
  color: var(--tan);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .72rem;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.1;
  font-weight: 700;
}

h1 {
  font-size: clamp(3.4rem, 10vw, 8.5rem);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  letter-spacing: .03em;
}

h3 {
  font-size: 1.45rem;
}

.lede {
  color: #d7c4a5;
  font-size: 1.15rem;
  max-width: 620px;
}

.hero {
  min-height: min(820px, 88vh);
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #34241b;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(23, 19, 16, .92) 0%, rgba(23, 19, 16, .52) 42%, rgba(23, 19, 16, .1) 100%), linear-gradient(0deg, rgba(23, 19, 16, .96), transparent 55%), url('/assets/images/Adjusted_Cover.PNG') center 38% / cover no-repeat;
  filter: saturate(.8);
}

.hero-content {
  padding: 120px 0 80px;
}

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

.hero .lede {
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 21px;
  border: 1px solid var(--tan);
  background: var(--tan);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .72rem;
  font-weight: 700;
  transition: background .2s, color .2s, transform .2s;
}

.button:hover {
  background: var(--cream);
  border-color: var(--cream);
  transform: translateY(-3px);
}

.button.ghost {
  background: transparent;
  color: var(--brown);
}

.button.ghost:hover {
  background: var(--cream);
  color: var(--ink);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

.release-grid {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
}

.cover-frame {
  position: relative;
  padding: 12px;
  background: #231a15;
  border: 1px solid var(--line);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, .2);
  transform: rotate(-1.5deg);
}

.cover-frame img {
  aspect-ratio: 1 / 1.22;
  width: 100%;
  object-fit: cover;
}

.release-meta h2 {
  margin: 10px 0 18px;
}

.track-list {
  border-top: 1px solid var(--line);
  margin: 28px 0 0;
}

.track {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}

.track-number {
  color: var(--tan);
  font-size: .85rem;
}

.track a {
  color: var(--tan);
  text-transform: uppercase;
  font-size: .67rem;
  letter-spacing: .1em;
}

.track a:hover {
  color: var(--cream);
}

.paper {
  color: var(--ink);
  background: var(--parchment);
  background-image: radial-gradient(circle at 90% 20%, rgba(154, 79, 47, .14), transparent 24rem), repeating-linear-gradient(90deg, rgba(90, 62, 44, .025) 0 2px, transparent 2px 7px);
}

.paper .eyebrow {
  color: var(--rust);
}

.paper .lede {
  color: var(--brown-deep);
}

.paper .section-heading {
  color: var(--brown-deep);
}

.quote {
  border-left: 3px solid var(--rust);
  padding: 8px 0 8px 24px;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-style: italic;
  max-width: 740px;
}

.feature-grid,
.product-grid,
.link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bio-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.feature-card,
.bio-card,
.product-card,
.link-card {
  border: 1px solid rgba(90, 62, 44, .28);
  padding: 28px;
  background: rgba(246, 237, 220, .25);
}

.feature-card h3,
.bio-card h3,
.product-card h3 {
  margin-bottom: 10px;
}

.feature-card p,
.bio-card p,
.product-card p {
  color: var(--brown-deep);
}

.bio-card {
  padding: 0;
  overflow: hidden;
  background: #33251e;
  color: var(--cream);
  border-color: var(--line);
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: stretch;
}

.bio-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bio-card .bio-copy {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bio-card p {
  color: #d7c4a5;
}

.page-hero {
  padding: 110px 0 70px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(154, 79, 47, .18), transparent 50%);
}

.page-hero h1 {
  font-size: clamp(3rem, 8vw, 7rem);
  margin: 12px 0;
}

.page-hero .lede {
  max-width: 640px;
}

.album-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.album-header h2 {
  margin: 8px 0;
}

.album-note {
  color: var(--tan);
  font-style: italic;
}

.music-list {
  border-top: 1px solid var(--line);
}

.music-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 20px;
  padding: 23px 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.music-row strong {
  font-size: 1.25rem;
}

.music-row small {
  display: block;
  color: var(--tan);
  margin-top: 4px;
}

.streaming {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: end;
}

.streaming a {
  border: 1px solid var(--line);
  padding: 7px 9px;
  color: var(--tan);
  text-transform: uppercase;
  font-size: .61rem;
  letter-spacing: .08em;
}

.streaming a:hover {
  color: var(--cream);
  border-color: var(--cream);
}

.song-layout {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 64px;
}

.song-content section {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.song-content h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}

.lyrics {
  white-space: pre-line;
  color: #d7c4a5;
  font-size: 1.05rem;
}

.song-aside {
  align-self: start;
  position: sticky;
  top: 112px;
}

.aside-card {
  border: 1px solid var(--line);
  padding: 26px;
  margin-bottom: 18px;
}

.aside-card h3 {
  color: var(--tan);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.member-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.member-tags span {
  border: 1px solid var(--line);
  padding: 8px 10px;
  color: var(--cream);
  font-size: .85rem;
}

.product-card {
  background: rgba(23, 19, 16, .14);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-art {
  min-height: 105px;
  display: grid;
  place-items: center;
  background: #34241b;
  border: 1px dashed var(--line);
  color: var(--tan);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .7rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-card {
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(90, 62, 44, .14);
}

.contact-card a {
  color: var(--tan);
  font-size: 1.3rem;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 32px 0;
  border-top: 1px solid var(--line);
  color: var(--tan);
  font-size: .78rem;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  color: var(--cream);
  transition: border-color .2s, transform .2s, background .2s;
}

.socials a:hover {
  border-color: var(--cream);
  background: rgba(246, 237, 220, .08);
  transform: translateY(-3px);
}

.socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.stream-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.stream-icons a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  padding: 8px 12px;
  color: var(--cream);
  text-transform: uppercase;
  font-size: .66rem;
  letter-spacing: .08em;
  transition: border-color .2s, transform .2s, background .2s;
}

.stream-icons a:hover {
  border-color: var(--cream);
  background: rgba(246, 237, 220, .06);
  transform: translateY(-2px);
}

.stream-icons svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

@media (max-width: 760px) {

  .nav-wrap,
  .container {
    width: min(100% - 32px, 620px);
  }

  .nav-wrap {
    min-height: 68px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 68px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--brown-deep);
    border: 1px solid var(--line);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 8px;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a:last-child {
    border: 0;
  }

  .section {
    padding: 68px 0;
  }

  .hero {
    min-height: 700px;
  }

  .hero::before {
    background-position: 61% 18%;
  }

  .hero-content {
    padding-bottom: 48px;
  }

  .release-grid,
  .song-layout,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .feature-grid,
  .product-grid,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .bio-card {
    grid-template-columns: 1fr;
  }

  .bio-card img {
    aspect-ratio: 1 / 1;
  }

  .section-heading,
  .album-header,
  .footer-wrap {
    display: block;
  }

  .section-heading .button,
  .album-header .album-note {
    margin-top: 18px;
  }

  .music-row {
    grid-template-columns: 34px 1fr;
    gap: 10px;
  }

  .music-row .streaming {
    grid-column: 2;
    justify-content: start;
  }

  .song-aside {
    position: static;
  }
}