:root {
  --ink: #090b0d;
  --ink-soft: #101418;
  --ink-lift: #161b20;
  --blue: #142337;
  --amber: #c78a47;
  --amber-light: #e0b276;
  --ivory: #ead9bd;
  --paper: #f2eadf;
  --muted: #a89f93;
  --line: rgba(234, 217, 189, 0.16);
  --line-strong: rgba(199, 138, 71, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 15%, rgba(20, 35, 55, 0.38), transparent 34rem),
    var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

::selection {
  background: var(--amber);
  color: var(--ink);
}

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

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

button {
  color: inherit;
  font: inherit;
}

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

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(234, 217, 189, 0.1);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--amber);
  color: var(--amber-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.94rem;
  font-weight: 600;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.primary-nav a,
.language-toggle,
.mobile-menu {
  background: none;
  border: 0;
  cursor: pointer;
  color: rgba(242, 234, 223, 0.78);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.primary-nav a {
  position: relative;
  padding: 9px 0;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.is-active,
.language-toggle:hover,
.language-toggle:focus-visible {
  color: var(--ivory);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a.is-active::after {
  transform: scaleX(1);
}

.language-toggle {
  width: 43px;
  height: 43px;
  border: 1px solid rgba(234, 217, 189, 0.34);
  color: var(--amber-light);
}

.mobile-menu {
  display: none;
}

.hero {
  min-height: 760px;
  height: 100svh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  scale: 1.02;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 8, 10, 0.92) 0%, rgba(6, 8, 10, 0.62) 42%, rgba(6, 8, 10, 0.05) 72%),
    linear-gradient(0deg, rgba(9, 11, 13, 0.6), transparent 36%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      115deg,
      transparent 0,
      rgba(255, 255, 255, 0.016) 1px,
      transparent 2px,
      transparent 5px
    );
}

.hero-content {
  padding-top: 84px;
}

.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--amber-light);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--amber);
}

.hero h1,
.discography-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-wrap: balance;
}

.hero-intro {
  max-width: 510px;
  margin: 30px 0 0;
  color: rgba(242, 234, 223, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--amber);
  color: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--amber-light);
}

.button-ghost {
  border-color: rgba(234, 217, 189, 0.36);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: var(--amber);
  color: var(--amber-light);
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 30px;
  height: 56px;
  width: 1px;
  overflow: hidden;
  background: rgba(234, 217, 189, 0.25);
}

.hero-scroll span {
  width: 100%;
  height: 42%;
  display: block;
  background: var(--amber);
  animation: scroll-line 1.8s ease-in-out infinite;
}

@keyframes scroll-line {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(250%);
  }
}

.about-section {
  padding: 140px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: start;
}

.about-copy h2,
.album-copy h2,
.follow-grid h2 {
  margin: 0;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.lead {
  color: rgba(242, 234, 223, 0.68);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.85;
}

.about-copy .lead {
  max-width: 720px;
  margin: 36px 0 0;
}

.sound-card {
  position: relative;
  min-height: 350px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(199, 138, 71, 0.11), transparent 48%),
    var(--ink-soft);
}

.sound-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -90px;
  border: 1px solid rgba(199, 138, 71, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 32px rgba(199, 138, 71, 0.025),
    0 0 0 64px rgba(199, 138, 71, 0.018);
}

.sound-card-number {
  color: var(--amber);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.sound-card h3 {
  margin: 58px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.sound-card p {
  margin: 0;
  color: var(--muted);
}

.waveform {
  height: 54px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.waveform span {
  flex: 1;
  min-height: 3px;
  background: linear-gradient(var(--amber-light), rgba(199, 138, 71, 0.18));
}

.quote-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(20, 35, 55, 0.42), transparent 40%),
    #0b0e11;
}

.quote-inner {
  min-height: 460px;
  padding-block: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-mark {
  height: 42px;
  color: var(--amber);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  line-height: 1;
}

.quote-inner blockquote {
  max-width: 920px;
  margin: 20px 0;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.24;
}

.quote-inner p {
  margin: 0;
  color: var(--amber-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.album-feature {
  padding: 150px 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: center;
}

.album-art-wrap {
  position: relative;
  isolation: isolate;
}

.album-art-wrap img {
  position: relative;
  z-index: 2;
  width: min(100%, 540px);
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: 0 44px 80px rgba(0, 0, 0, 0.5);
}

.album-disc {
  position: absolute;
  z-index: 1;
  width: 84%;
  aspect-ratio: 1;
  top: 8%;
  right: -18%;
  border-radius: 50%;
  background:
    radial-gradient(circle, #c6955d 0 3%, #101214 3.5% 9%, #090a0b 9.5% 30%, #202225 30.5% 31%, #090a0b 31.5% 47%, #1d1f21 47.5% 48%, #070809 48.5% 100%);
  box-shadow: 0 34px 75px rgba(0, 0, 0, 0.58);
}

.album-copy .lead {
  max-width: 620px;
  margin: 32px 0;
}

.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--amber);
  color: var(--amber-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translate(3px, -3px);
}

.follow-section {
  padding: 110px 0;
  border-top: 1px solid var(--line);
  background: var(--ink-soft);
}

.follow-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: end;
}

.follow-grid h2 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

.follow-grid > div:first-child > p:last-child {
  max-width: 440px;
  margin: 24px 0 0;
  color: var(--muted);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.platform-card {
  min-height: 154px;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  border-right: 1px solid var(--line);
  transition:
    background 180ms ease,
    color 180ms ease;
}

.platform-card:last-child {
  border-right: 0;
}

.platform-card:hover,
.platform-card:focus-visible {
  background: var(--amber);
  color: var(--ink);
}

.platform-card > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.platform-card strong {
  align-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 500;
}

.platform-card i {
  grid-column: 2;
  grid-row: 1;
  font-style: normal;
}

.site-footer {
  padding: 58px 0;
  border-top: 1px solid var(--line);
  background: #07090a;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.brand-footer span {
  width: 32px;
  height: 32px;
  font-size: 1rem;
}

.brand-footer strong {
  font-size: 0.78rem;
}

.footer-inner p {
  margin: 0;
  color: #77716a;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-inner p:last-child {
  text-align: right;
}

.discography-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 5%, rgba(199, 138, 71, 0.12), transparent 34rem),
    var(--ink);
}

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

.discography-glow {
  position: absolute;
  width: 40rem;
  height: 40rem;
  top: -18rem;
  right: -11rem;
  border: 1px solid rgba(199, 138, 71, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(199, 138, 71, 0.02),
    0 0 0 160px rgba(199, 138, 71, 0.012);
}

.discography-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
}

.discography-hero h1 {
  font-size: clamp(4.2rem, 9vw, 9rem);
}

.discography-intro {
  max-width: 620px;
  margin: 32px 0;
  color: rgba(242, 234, 223, 0.68);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.album-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}

.album-meta span {
  padding: 0 18px;
  border-left: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.album-meta span:first-child {
  padding-left: 0;
  border-left: 0;
}

.discography-cover {
  position: relative;
  width: min(100%, 430px);
  justify-self: end;
}

.discography-cover img {
  position: relative;
  z-index: 2;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.58);
}

.cover-shadow {
  position: absolute;
  inset: 14% -12% -10% 18%;
  z-index: 1;
  border: 1px solid var(--line-strong);
}

.track-section {
  padding: 90px 0 150px;
}

.track-card {
  padding: 34px 0;
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) 250px;
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.track-card:first-child {
  border-top: 1px solid var(--line);
}

.track-art {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--ink-lift);
}

.track-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 500ms ease,
    filter 500ms ease;
}

.track-art > span {
  position: absolute;
  right: 12px;
  bottom: 8px;
  color: rgba(242, 234, 223, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8);
}

.track-card:hover .track-art img {
  transform: scale(1.04);
  filter: saturate(1.12);
}

.track-art-01 img,
.track-art-03 img,
.track-art-05 img,
.track-art-06 img,
.track-art-10 img {
  filter: saturate(0.74);
}

.track-art-02 img {
  filter: hue-rotate(330deg) saturate(0.85);
}

.track-art-03 img {
  filter: sepia(0.2) saturate(0.76);
}

.track-art-05 img {
  filter: hue-rotate(8deg) saturate(0.7);
}

.track-art-06 img {
  filter: grayscale(0.45) sepia(0.15);
}

.track-art-10 img {
  filter: brightness(1.12) saturate(0.62);
}

.track-number {
  margin: 0 0 8px;
  color: var(--amber);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.track-copy h2 {
  margin: 0;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.track-style,
.lyrics-style {
  margin: 8px 0 17px;
  color: var(--amber-light);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.track-copy > p:not(.track-number, .track-style) {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
}

.lyrics-button {
  margin-top: 20px;
  padding: 0 0 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  cursor: pointer;
  color: var(--ivory);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lyrics-button:hover,
.lyrics-button:focus-visible {
  color: var(--amber-light);
  border-bottom-color: var(--amber);
}

.listen-block > p {
  margin: 0 0 12px;
  color: #77716a;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.listen-links {
  border-top: 1px solid var(--line);
}

.listen-links a {
  min-height: 44px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  color: rgba(242, 234, 223, 0.72);
  font-size: 0.75rem;
  transition:
    color 180ms ease,
    padding 180ms ease;
}

.listen-links a:hover,
.listen-links a:focus-visible {
  padding-left: 5px;
  color: var(--amber-light);
}

.listen-links a span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 0.54rem;
  font-weight: 900;
}

.listen-links a i {
  font-style: normal;
}

.lyrics-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 30px;
  display: grid;
  place-items: center;
  background: rgba(2, 3, 4, 0.88);
  backdrop-filter: blur(16px);
}

.lyrics-modal[hidden] {
  display: none;
}

.lyrics-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(820px, calc(100vh - 60px));
  padding: clamp(32px, 6vw, 70px);
  overflow-y: auto;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 90% 0%, rgba(199, 138, 71, 0.12), transparent 20rem),
    var(--ink-soft);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.66);
}

.lyrics-panel h2 {
  margin: 0;
  padding-right: 40px;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
}

.lyrics-panel pre {
  margin: 34px 0 0;
  color: rgba(242, 234, 223, 0.75);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.85;
  white-space: pre-wrap;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  color: var(--amber-light);
}

.modal-close span {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
}

.modal-close:hover,
.modal-close:focus-visible {
  border-color: var(--amber);
}

@media (max-width: 980px) {
  .about-section,
  .album-feature,
  .follow-grid,
  .discography-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-section {
    padding: 110px 0;
  }

  .sound-card {
    min-height: 300px;
  }

  .album-feature {
    gap: 90px;
  }

  .album-art-wrap {
    width: min(82%, 540px);
  }

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

  .follow-grid {
    gap: 54px;
  }

  .discography-cover {
    width: min(72%, 430px);
    justify-self: start;
  }

  .track-card {
    grid-template-columns: 154px minmax(0, 1fr);
  }

  .listen-block {
    grid-column: 2;
  }

  .listen-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .listen-links a {
    padding-right: 12px;
    border-right: 1px solid var(--line);
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner p:nth-child(2) {
    text-align: right;
  }

  .footer-inner p:last-child {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand strong {
    font-size: 0.78rem;
  }

  .mobile-menu {
    display: block;
    padding: 10px 0;
  }

  .primary-nav {
    position: absolute;
    inset: 72px 0 auto;
    padding: 26px 24px 32px;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(9, 11, 13, 0.98);
  }

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

  .hero {
    min-height: 720px;
    height: 100svh;
    align-items: flex-end;
  }

  .hero-image {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(6, 8, 10, 0.98) 2%, rgba(6, 8, 10, 0.52) 65%, rgba(6, 8, 10, 0.18)),
      linear-gradient(90deg, rgba(6, 8, 10, 0.45), transparent);
  }

  .hero-content {
    padding: 0 0 96px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 16vw, 5.3rem);
  }

  .hero-intro {
    max-width: 92%;
    margin-top: 22px;
    font-size: 1.02rem;
  }

  .hero-scroll {
    display: none;
  }

  .about-section,
  .album-feature,
  .follow-section {
    padding-block: 88px;
  }

  .sound-card {
    padding: 32px;
  }

  .quote-inner {
    min-height: 390px;
    padding-block: 80px;
  }

  .album-feature {
    gap: 74px;
  }

  .album-art-wrap {
    width: 86%;
  }

  .platform-grid {
    grid-template-columns: 1fr;
  }

  .platform-card {
    min-height: 100px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .platform-card:last-child {
    border-bottom: 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner p:nth-child(2),
  .footer-inner p:last-child {
    text-align: left;
  }

  .discography-hero {
    padding: 138px 0 80px;
  }

  .discography-hero h1 {
    font-size: clamp(4rem, 20vw, 6rem);
  }

  .discography-cover {
    width: 84%;
  }

  .track-section {
    padding: 60px 0 100px;
  }

  .track-card {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }

  .track-copy h2 {
    font-size: 1.55rem;
  }

  .track-copy > p:not(.track-number, .track-style) {
    grid-column: 1 / -1;
  }

  .lyrics-button {
    margin-top: 15px;
  }

  .listen-block {
    grid-column: 1 / -1;
  }

  .listen-links {
    grid-template-columns: 1fr;
  }

  .listen-links a {
    border-right: 0;
  }

  .lyrics-modal {
    padding: 12px;
  }

  .lyrics-panel {
    max-height: calc(100vh - 24px);
    padding: 42px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
