:root {
  --bg0: #120b07;
  --bg1: #20120b;
  --ink: #fff4ef;
  --muted: #a89c96;
  --gold: #917133;
  --gold2: #b2993f;
  --card: rgba(255, 255, 255, .065);
  --card2: rgba(255, 255, 255, .1);
  --stroke: rgba(255, 255, 255, .12);
  --shadow: 0 24px 70px rgba(0, 0, 0, .48);
}

html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background:
    radial-gradient(900px 650px at 15% 12%, rgba(178, 153, 63, .18), transparent 58%),
    radial-gradient(800px 580px at 92% 42%, rgba(81, 111, 120, .12), transparent 62%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  overflow-x: hidden;
}

a { color: var(--gold2); }
a:hover { color: #d8bd68; }
.text-muted { color: var(--muted) !important; }
.skip-link {
  position: absolute;
  top: -60px;
  left: 1rem;
  z-index: 9999;
  padding: .75rem 1rem;
  color: #171006;
  background: var(--gold2);
  border-radius: 0 0 10px 10px;
}
.skip-link:focus { top: 0; }

.owm-nav {
  background: rgba(10, 8, 7, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--stroke);
}
.owm-brand { display: flex; align-items: center; gap: .9rem; color: var(--ink); text-decoration: none; }
.owm-brand img {
  width: 116px;
  padding: .25rem .55rem;
  border: 1px solid rgba(178, 153, 63, .25);
  border-radius: 14px;
  background: rgba(178, 153, 63, .1);
}
.owm-brand-name { color: var(--gold2); font-size: 1rem; font-weight: 800; line-height: 1.1; }
.owm-brand-sub { color: var(--muted); font-size: .73rem; }
.owm-nav .nav-link { color: rgba(255, 244, 239, .82); font-weight: 600; }
.owm-nav .nav-link:hover, .owm-nav .nav-link:focus { color: var(--gold2); }
.navbar-toggler { border-color: rgba(178, 153, 63, .5); }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(178, 153, 63, .25); }
.navbar-toggler-icon {
  background-image:
    linear-gradient(var(--gold2), var(--gold2)),
    linear-gradient(var(--gold2), var(--gold2)),
    linear-gradient(var(--gold2), var(--gold2)) !important;
  background-repeat: no-repeat;
  background-size: 24px 2px;
  background-position: center calc(50% - 7px), center 50%, center calc(50% + 7px);
}

.btn-gold {
  color: #171006;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  border: 0;
  font-weight: 800;
  box-shadow: 0 16px 42px rgba(145, 113, 51, .23);
}
.btn-gold:hover, .btn-gold:focus { color: #100c05; filter: brightness(1.08); }
.btn-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--stroke);
  font-weight: 700;
}
.btn-ghost:hover, .btn-ghost:focus { color: var(--ink); background: rgba(255, 255, 255, .1); }

.hero { padding: 7.5rem 0 3.5rem; position: relative; }
.hero-card, .glass {
  border: 1px solid var(--stroke);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .038));
  box-shadow: var(--shadow);
}
.hero-card { overflow: hidden; }
.hero-copy { padding: clamp(2rem, 5vw, 4rem); }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--gold2);
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.kicker::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--gold2);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(178, 153, 63, .12);
}
.hero h1 {
  max-width: 880px;
  margin: 1rem 0;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero-lead { max-width: 760px; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.hero-art {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  border-left: 1px solid var(--stroke);
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 29px, rgba(178,153,63,.13) 30px 31px),
    radial-gradient(circle at 50% 50%, rgba(178,153,63,.28), transparent 52%),
    linear-gradient(135deg, #1d130d, #080706);
}
.hero-art::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 72px;
  height: 72px;
  content: "";
  transform: translate(-50%, -50%);
  border: 10px solid var(--gold);
  border-radius: 50%;
  background: #0c0907;
  box-shadow: 0 0 60px rgba(178, 153, 63, .28);
}
.pack-cover-wrap { position: relative; min-height: 560px; }
.pack-cover {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}
.pack-cover-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 5rem 2.25rem 2.25rem;
  background: linear-gradient(transparent, rgba(5, 4, 3, .95));
}
.pack-cover-overlay span { color: var(--gold2); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.fact-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.fact {
  min-width: 150px;
  padding: .8rem 1rem;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
}
.fact strong { display: block; color: var(--gold2); font-size: .95rem; }
.fact span { color: var(--muted); font-size: .84rem; }

.section { padding: 4.5rem 0; }
.section-title { font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 900; letter-spacing: -.035em; }
.section-sub { max-width: 760px; color: var(--muted); line-height: 1.75; }
.glass { padding: clamp(1.25rem, 3vw, 2.5rem); }
.tag-list { display: flex; flex-wrap: wrap; gap: .65rem; }
.tag {
  padding: .48rem .8rem;
  color: rgba(255, 244, 239, .88);
  border: 1px solid rgba(178, 153, 63, .24);
  border-radius: 999px;
  background: rgba(178, 153, 63, .08);
  font-size: .85rem;
  font-weight: 700;
}
.info-card {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  background: var(--card);
}
.info-card i { color: var(--gold2); font-size: 1.4rem; }
.info-card h3 { margin: .85rem 0 .5rem; font-size: 1.08rem; font-weight: 800; }
.info-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.player-shell { position: relative; }
.now-playing {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(178, 153, 63, .24);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(145, 113, 51, .16), rgba(255, 255, 255, .045));
}
.player-toggle {
  width: 56px;
  height: 56px;
  color: #151006;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
}
.now-title { font-weight: 800; }
.now-artist, .player-time { color: var(--muted); font-size: .83rem; }
.progress-wrap { display: grid; grid-template-columns: 1fr auto; gap: .75rem; align-items: center; margin-top: .65rem; }
.player-progress { width: 100%; accent-color: var(--gold2); }
.track-list { margin-top: 1.25rem; }
.track-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: .9rem;
  align-items: center;
  padding: .85rem .6rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.track-row:last-child { border-bottom: 0; }
.track-play {
  width: 42px;
  height: 42px;
  color: var(--gold2);
  border: 1px solid rgba(178, 153, 63, .3);
  border-radius: 50%;
  background: rgba(178, 153, 63, .08);
}
.track-play:hover, .track-play:focus { color: #141006; background: var(--gold2); }
.track-title { overflow: hidden; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.track-artist { color: var(--muted); font-size: .83rem; }
.track-actions { display: flex; flex-wrap: wrap; gap: .4rem; justify-content: flex-end; }
.track-actions .btn { font-size: .77rem; font-weight: 700; }
.metadata {
  grid-column: 2 / -1;
  display: none;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, .22);
}
.metadata.is-open { display: block; }
.metadata-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin: 0;
}
.metadata dt { color: var(--gold2); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.metadata dd { margin: .15rem 0 0; color: rgba(255, 244, 239, .83); font-size: .83rem; }

.cover-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  border: 1px solid var(--stroke);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.cover-card img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; transition: transform .4s ease; }
.cover-card:hover img { transform: scale(1.025); }
.cover-card-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 5rem 1.5rem 1.5rem;
  color: var(--ink);
  background: linear-gradient(transparent, rgba(8, 6, 5, .96));
}
.cover-card-copy h2, .cover-card-copy h3 { margin: 0 0 .4rem; font-size: 1.45rem; font-weight: 900; }
.cover-card-copy p { margin: 0; color: rgba(255, 244, 239, .72); }

.form-control, .form-select {
  min-height: 50px;
  color: var(--ink);
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, .06);
}
.form-control:focus, .form-select:focus {
  color: var(--ink);
  border-color: var(--gold);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 0 0 .22rem rgba(145, 113, 51, .18);
}
.form-control::placeholder { color: rgba(168, 156, 150, .72); }
.form-select option { color: #1b130e; }
.footer {
  padding: 3rem 0;
  border-top: 1px solid var(--stroke);
  background: rgba(7, 6, 5, .55);
}
.footer-logo { width: 130px; }
.footer a { color: var(--muted); text-decoration: none; }
.footer a:hover { color: var(--gold2); }
.breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.35); --bs-breadcrumb-item-active-color: var(--muted); }
.breadcrumb a { color: var(--gold2); text-decoration: none; }

@media (max-width: 991.98px) {
  .hero { padding-top: 6rem; }
  .hero-art { min-height: 320px; border-top: 1px solid var(--stroke); border-left: 0; }
  .pack-cover-wrap, .pack-cover { min-height: 420px; }
  .owm-brand-sub { display: none; }
}
@media (max-width: 767.98px) {
  .track-row { grid-template-columns: 42px minmax(0, 1fr); }
  .track-actions { grid-column: 2; justify-content: flex-start; }
  .metadata { grid-column: 1 / -1; }
  .metadata-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .now-playing { grid-template-columns: 50px 1fr; }
  .player-time { grid-column: 2; }
}
@media (max-width: 479.98px) {
  .metadata-grid { grid-template-columns: 1fr; }
  .owm-brand-name { font-size: .88rem; }
  .owm-brand img { width: 92px; }
  .track-actions .btn { padding: .3rem .5rem; }
}

