:root {
  --bg: #05060a;
  --bg-soft: #0b0d13;
  --bg-panel: rgba(13, 16, 24, 0.76);
  --bg-panel-strong: rgba(10, 12, 18, 0.92);
  --line: rgba(255, 255, 255, 0.08);
  --line-soft: rgba(255, 217, 156, 0.16);
  --text: #f4f5f7;
  --muted: #a9afbc;
  --gold: #d7b171;
  --gold-bright: rgba(220, 181, 107, 0.36);
  --gold-faint: rgba(214, 173, 103, 0.08);
  --violet: #5f62ff;
  --blue: #112038;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --radius-sm: 18px;
  --container: min(1220px, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  background:
    radial-gradient(circle at 18% 16%, rgba(37, 49, 88, 0.34), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(212, 166, 95, 0.06), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(86, 88, 170, 0.12), transparent 24%),
    linear-gradient(180deg, #05060a 0%, #080a0f 32%, #04050a 100%);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; display: block; }
audio { width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.section-block { padding: 1.5rem 0; }
.section-block--tight { padding: 1.5rem 0; }
.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.muted, .track-number, .album-card__meta, .album-meta { color: var(--muted); }
.site-noise,
.site-gradient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.site-noise {
  opacity: 0.025;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.8) 0.6px, transparent 0.7px),
    radial-gradient(circle at 80% 50%, rgba(255,255,255,0.8) 0.6px, transparent 0.7px),
    radial-gradient(circle at 40% 80%, rgba(255,255,255,0.6) 0.5px, transparent 0.7px);
  background-size: 140px 140px, 180px 180px, 120px 120px;
}
.site-gradient--one {
  background: radial-gradient(circle at top left, rgba(214, 173, 103, 0.08), transparent 32%);
}
.site-gradient--two {
  background: radial-gradient(circle at bottom right, rgba(95, 98, 255, 0.09), transparent 26%);
}
.panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(15, 18, 26, 0.82), rgba(9, 11, 17, 0.88));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(214, 173, 103, 0.06), rgba(255,255,255,0) 26%, rgba(95,98,255,0.04) 100%);
  pointer-events: none;
}
.panel--thin { padding: 1.4rem 1.45rem; }
.panel--hero { padding: 2.4rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(18px);
  background: rgba(4, 6, 10, 0.7);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.brand__mark {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  background-image: url('../images/logo-c-brand.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 8px rgba(215, 177, 113, 0.1));
  opacity: 0.95;
}
.brand__mark--small {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}
.brand__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.brand__name {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.brand__tag {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.nav a {
  color: #c6a15b;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.88;
  transition: color 0.25s ease, text-shadow 0.25s ease, opacity 0.25s ease;
}
.nav a:hover {
  color: #e5c97a;
  opacity: 1;
  text-shadow: 0 0 6px rgba(198, 161, 91, 0.28);
}
.nav__home {
  color: #d7b171;
}

.hero {
  position: relative;
  padding: 5rem 0 2rem;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  hight: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/logo-c-brand.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}  
.hero::after {
  content: "";
  position: absolute;
  right: 2%;
  top: -6%;
  width: min(32vw, 360px);
  height: min(74vw, 860px);
  background: url('../images/logo-c-brand.png') center/contain no-repeat;
  opacity: 0.08;
  filter: blur(0.4px) drop-shadow(0 0 18px rgba(215,177,113,0.08));
  pointer-events: none;
}
.hero__grid,
.about-grid,
.footer-grid,
.album-shell,
.album-card__cover,
.track-card__grid {
  display: grid;
}
.hero__grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 1.4rem;
  align-items: stretch;
}
.hero__copy h1 {
  margin: 0 0 1rem;
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.hero-title-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero__wordmark {
  max-width: 320px;
  margin: 0 auto 1rem;
  filter: drop-shadow(0 0 10px rgba(215,177,113,0.12));
}
.hero__title {
  text-align: center;
}
.hero__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  hight: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/logo-c-brand.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}  
.hero__support {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
}
.hero__lede {
  max-width: 48rem;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #dadde5;
}
.hero__support,
.prose p,
.album-card p,
.track-card p,
.footer-copy p { line-height: 1.75; }
.hero__cta,
.album-actions,
.track-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.artist-quote {
  margin: 1.6rem 0 0;
  padding-left: 1rem;
  border-left: 2px solid var(--line-soft);
  color: #d8dbe4;
}
.featured-release {
  padding: 1rem;
}
.featured-release__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  padding: 0.5rem 0.8rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  border-radius: 999px;
  background: rgba(11, 13, 18, 0.8);
  border: 1px solid rgba(215, 177, 113, 0.18);
  color: var(--gold);
}
.featured-release__cover-wrap,
.album-sidebar__cover-wrap,
.artist-card__portrait,
.track-cover,
.album-card__cover {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) - 8px);
}
.featured-release__cover-wrap::after,
.album-sidebar__cover-wrap::after,
.album-card__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: inherit;
  pointer-events: none;
}
.featured-release__cover,
.album-sidebar__cover,
.album-card__cover img,
.artist-card__portrait img,
.track-cover img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.featured-release__body { padding: 1.2rem 0.4rem 0.2rem; }
.featured-release__body h2,
.album-sidebar h1,
.section-head h2,
.track-card h3,
.album-card h3,
.artist-card__body h3 { margin: 0 0 0.65rem; }
.featured-release__body h2,
.album-sidebar h1 { font-size: clamp(2rem, 3vw, 3rem); line-height: 0.96; }
.section-head { margin-bottom: 1.5rem; }
.section-head--compact { margin-bottom: 1rem; }
.signature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.15rem;
}
.album-card { padding: 0.9rem; }
.album-card__body { padding: 1rem 0.25rem 0.2rem; }
.album-card__body h3 { font-size: 1.35rem; }
.album-card__meta { font-size: 0.92rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--gold);
  font-weight: 700;
}
.text-link::after {
  content: '→';
  transform: translateY(-1px);
}

.about-grid {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}
.artist-card { padding: 1rem; }
.artist-card__portrait {
  aspect-ratio: 1 / 1.12;
  margin-bottom: 1rem;
}
.artist-card__portrait img { height: 100%; }
.artist-card__body { padding: 0 0.3rem 0.2rem; }

.album-shell {
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}
.album-sidebar {
  position: sticky;
  top: 6rem;
  padding: 1rem;
}
.album-sidebar__meta { padding: 1rem 0.25rem 0.4rem; }
.album-main { display: grid; gap: 1rem; }
.album-intro { padding: 1.4rem 1.5rem; }
.note-box {
  margin-top: 1.2rem;
  padding: 1rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(215,177,113,0.16);
  background: linear-gradient(180deg, rgba(214,173,103,0.08), rgba(255,255,255,0.03));
}
.track-list { display: grid; gap: 1rem; }
.track-card { padding: 1.15rem; }
.track-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.track-number {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
}
.track-card h3 { font-size: 1.45rem; }
.track-card__grid {
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1rem;
}
.track-card__grid--no-cover { grid-template-columns: 1fr; }
.track-card__main { min-width: 0; }
.track-cover { aspect-ratio: 1 / 1; }
.track-cover img { height: 100%; }
.lyrics-panel {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.lyrics-panel__inner {
  border-radius: 18px;
  padding: 1rem 1.1rem;
  background: rgba(255,255,255,0.022);
  border: 1px solid rgba(255,255,255,0.06);
}
.lyrics-panel__inner p,
.lyrics-panel__inner li {
  line-height: 1.8;
}

.album-sequence-player {
  margin: 1rem 0 0.8rem;
  padding: 1rem 1rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(215,177,113,0.22);
  background: linear-gradient(180deg, rgba(214,173,103,0.08), rgba(12,15,22,0.72));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 0 22px rgba(215,177,113,0.05);
}
.album-sequence-player__meta {
  margin-top: 0.8rem;
}
.album-sequence-player__status {
  margin: 0 0 0.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.album-sequence-player__track {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}
.album-sequence-player__audio {
  display: none;
}

.page-shell,
.prose {
  color: #dde1ea;
}

.prose h1,
.prose h2,
.prose h3,
.prose strong {
  color: var(--text);
}

.prose h1,
.prose h2,
.prose h3 {
  line-height: 1.1;
}

.prose ul,
.prose ol {
  padding-left: 1.2rem;
}

.prose p,
.prose li {
  line-height: 1.85;
}

.prose a {
  color: var(--gold);
}

.prose a:hover {
  color: #f0c983;
}

.legal-shell {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.legal-panel {
  padding: 2.2rem 2.4rem;
  max-width: 980px;
  margin: 0 auto;
}

.legal-panel > .eyebrow {
  margin-bottom: 1.35rem;
}

.legal-panel h1 {
  display: none;
}

.legal-panel h2 {
  margin-top: 2.2rem;
  margin-bottom: 0.95rem;
  font-size: 1.5rem;
}

.legal-panel h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.08rem;
}

.legal-panel table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.legal-panel th,
.legal-panel td {
  border: 1px solid rgba(255,255,255,0.08);
  padding: 0.7rem 0.9rem;
  vertical-align: top;
}

.about-grid .panel.prose {
  padding: 1.95rem 1.6rem 1.5rem;
}

.about-grid .panel.prose > .eyebrow {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  font-weight: 700;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn--primary {
  color: #fff8ec;
  border-color: rgba(215, 177, 113, 0.34);
  background: linear-gradient(135deg, rgba(214,173,103,0.18), rgba(214,173,103,0.1));
  box-shadow: 0 0 0 1px rgba(215,177,113,0.08) inset, 0 0 24px rgba(215,177,113,0.08);
}
.btn--primary:hover {
  box-shadow: 0 0 0 1px rgba(215,177,113,0.16) inset, 0 0 30px rgba(215,177,113,0.12);
}
.btn--ghost {
  color: var(--text);
  background: rgba(255,255,255,0.02);
}
.btn--ghost:hover {
  border-color: rgba(215,177,113,0.18);
  background: rgba(214,173,103,0.06);
}

.site-footer {
  margin-top: 2rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-grid {
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

@media (max-width: 1040px) {
  .hero__grid,
  .album-shell,
  .about-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .album-sidebar {
    position: relative;
    top: 0;
  }
}

@media (max-width: 820px) {
  .signature-strip { grid-template-columns: 1fr; }
  .track-card__grid { grid-template-columns: 1fr; }
  .header-inner,
  .track-card__header { flex-direction: column; align-items: flex-start; }
  .hero { padding-top: 3.5rem; }
  .hero__copy h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
}


.brand {
  gap: 1.1rem;
}
.brand__mark-wrap {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(18, 21, 31, 0.92), rgba(10, 12, 18, 0.82));
  border: 1px solid rgba(215, 177, 113, 0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 12px 28px rgba(0,0,0,0.32);
}
.brand__mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background-image: url('../images/logo-c-brand.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 8px rgba(215, 177, 113, 0.10));
  opacity: 0.98;
}
.brand__text {
  gap: 0.2rem;
}
.brand__wordmark {
  display: block;
  width: clamp(170px, 18vw, 250px);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.28)) drop-shadow(0 0 10px rgba(215,177,113,0.08));
}
.brand__name { display: none; }
.brand__tag {
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: rgba(244,245,247,0.76);
}

@media (max-width: 720px) {
  .brand__mark-wrap { width: 54px; height: 54px; }
  .brand__mark { width: 36px; height: 36px; }
  .brand__wordmark { width: 150px; }
  .brand__tag { font-size: 0.62rem; letter-spacing: 0.16em; }
}


.brand__mark-wrap {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215,177,113,0.16);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 50%, rgba(215,177,113,0.08), rgba(9,11,17,0.4) 72%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 10px 30px rgba(0,0,0,0.35);
}

.brand__mark {
  width: 40px;
  height: 54px;
  flex: 0 0 auto;
  background-image: url('../images/logo-c-brand.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 8px rgba(215, 177, 113, 0.12));
  opacity: 0.98;
}

.brand__wordmark {
  display: block;
  width: auto;
  height: 42px;
  max-width: 280px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(215,177,113,0.08));
}

.hero__wordmark {
  display: block;
  width: min(460px, 100%);
  height: auto;
  margin: 0 0 1rem;
  filter: drop-shadow(0 0 18px rgba(215,177,113,0.08));
}

.hero__title {
  margin: 0 0 1rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero__copy h1:not(.hero__title) {
  margin: 0 0 1rem;
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.footer-brand .brand__mark { width: 30px; height: 42px; }
.footer-brand .brand__mark-wrap { width: 50px; height: 50px; border-radius: 14px; }

@media (max-width: 760px) {
  .brand__mark-wrap { width: 52px; height: 52px; flex-basis: 52px; }
  .brand__mark { width: 32px; height: 44px; }
  .brand__wordmark { height: 34px; max-width: 210px; }
  .hero__wordmark { width: min(320px, 100%); }
  .hero__title { letter-spacing: 0.14em; }
}

.about-panel {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.about-panel p {
  line-height: 1.7;
  margin-bottom: 1.2rem;
  max-width: 60ch;
}

.about-panel p:first-child {
  font-size: 1.1rem;
  opacity: 0.95;
}


/* ==============================
   RELEASE READY / OPTIONAL LUXURY CONTROLS
   Comment out this whole section to revert the enhanced players + likes.
   ============================== */
.hero-title-center {
  justify-content: center;
  text-align: center;
}
.hero__wordmark {
  filter: drop-shadow(0 0 10px rgba(215,177,113,0.12)) drop-shadow(0 0 18px rgba(215,177,113,0.04));
}
.hero__support {
  text-align: center;
}
.hero__cta {
  justify-content: center;
}

.track-inline-actions {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.track-like-inline,
.track-inline-link {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--gold);
  font: inherit;
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease;
}

.track-like-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.track-like-inline:hover,
.track-inline-link:hover {
  color: #f2ddb0;
  text-shadow: 0 0 8px rgba(232,199,132,0.12);
}

.track-like-inline__icon {
  font-size: 1rem;
  line-height: 1;
  width: 0.95rem;
  text-align: center;
}

.track-like-inline__count {
  min-width: 0.6rem;
  display: inline-block;
}

.track-like-inline.is-liked,
.track-like-inline[aria-pressed="true"] {
  color: #f2ddb0;
}

.track-like-inline.is-liked .track-like-inline__icon,
.track-like-inline[aria-pressed="true"] .track-like-inline__icon {
  text-shadow: 0 0 8px rgba(232,199,132,0.18);
}

.album-sequence-player {
  margin: 1rem 0 0.8rem;
  padding: 1rem 1rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(215,177,113,0.22);
  background: linear-gradient(180deg, rgba(214,173,103,0.1), rgba(12,15,22,0.78));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 0 22px rgba(215,177,113,0.05);
}
.album-sequence-player__toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.album-sequence-player__toggle {
  min-width: 188px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}
.album-sequence-player__icon {
  font-size: 0.9rem;
  transform: translateY(-1px);
}
.album-sequence-player__meta {
  margin-top: 0.8rem;
}
.album-sequence-player__status {
  margin: 0 0 0.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.album-sequence-player__track {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}
.album-sequence-player__progress {
  margin-top: 0.8rem;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}
.album-sequence-player__progress-bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f6e0a9 0%, #e0bc73 55%, #c39145 100%);
  box-shadow: 0 0 8px rgba(232,199,132,0.18);
  transition: width 0.12s linear;
}

.custom-track-player {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(16,18,25,0.96), rgba(9,11,16,0.96));
  border: 1px solid rgba(215,177,113,0.24);
  box-shadow: 0 0 0 1px rgba(215,177,113,0.05) inset, 0 0 18px rgba(215,177,113,0.04);
}
.custom-track-player__toggle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(232,199,132,0.42);
  background: linear-gradient(180deg, rgba(250,230,176,0.14), rgba(169,119,46,0.14));
  color: #f5dfaa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset, 0 0 14px rgba(232,199,132,0.08);
  transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.custom-track-player__toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(245,223,170,0.6);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset, 0 0 18px rgba(232,199,132,0.14);
}
.custom-track-player.is-playing .custom-track-player__toggle {
  border-color: rgba(245,223,170,0.65);
}
.custom-track-player__toggle-icon {
  font-size: 0.94rem;
  transform: translateX(1px);
}
.custom-track-player__main {
  min-width: 0;
}
.custom-track-player__progress {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  cursor: pointer;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}
.custom-track-player__progress-bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f7e6bb 0%, #dfbf79 55%, #c79343 100%);
  box-shadow: 0 0 10px rgba(245,223,170,0.18);
}
.custom-track-player__times {
  margin-top: 0.55rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #cbb98e;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}
.custom-track-player__volume {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #e6c988;
}
.custom-track-player__volume-icon {
  font-size: 0.72rem;
  opacity: 0.9;
}
.custom-track-player__volume input[type="range"] {
  width: 92px;
  accent-color: #d7b171;
}

@media (max-width: 820px) {
  .custom-track-player {
    grid-template-columns: 1fr;
  }
  .custom-track-player__volume {
    justify-content: flex-end;
  }
}

.footer-logos {
  display: flex;
  justify-content: space-between; /* Verteilt die Logos: eins links, eins mittig, eins rechts */
  align-items: center;           /* Zentriert die Logos vertikal zueinander */
  width: 100%;                   /* Nutzt die volle Breite des übergeordneten Containers */
  margin-top: -2rem;            /* Optionaler Abstand nach oben */
  margin-bottom: -2rem;
}

.footer-logos .brand {
  display: flex;
}

.footer-logos img {
  height: auto;                  /* Behält das Seitenverhältnis bei */
  max-width: 100%;               /* Verhindert das Überlaufen auf kleinen Bildschirmen */
}
