:root {
  --bg: #09090b;
  --surface: #111114;
  --surface-2: #18181d;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.2);
  --text: #f7f4ef;
  --muted: #a4a2a7;
  --acid: #d7ff3f;
  --violet: #7a4dff;
  --pink: #ff3ea5;
  --danger: #ff647a;
  --display: "Anton", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  margin: 0;
  min-width: 320px;
}

body.panel-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.noise {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  position: fixed;
  z-index: 20;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(9, 9, 11, 0.84);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 78px;
  justify-content: space-between;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: var(--acid);
  color: #080808;
  display: inline-flex;
  font-family: var(--display);
  font-size: 18px;
  height: 36px;
  justify-content: center;
  letter-spacing: 1px;
  transform: rotate(-6deg);
  width: 36px;
}

.brand-name {
  font-family: var(--display);
  font-size: 24px;
  letter-spacing: 3px;
}

.main-nav {
  display: flex;
  gap: 34px;
}

.main-nav a,
.cart-trigger {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.main-nav a:hover,
.cart-trigger:hover {
  color: var(--text);
}

.cart-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  gap: 10px;
}

.cart-count {
  align-items: center;
  background: var(--acid);
  border-radius: 50%;
  color: #080808;
  display: inline-flex;
  font-size: 11px;
  height: 25px;
  justify-content: center;
  min-width: 25px;
}

.hero {
  display: grid;
  gap: 6vw;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 730px;
  overflow: hidden;
  padding: 92px 7vw 86px;
  position: relative;
}

.hero::before {
  background: rgba(122, 77, 255, 0.14);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 38%;
}

.hero-copy,
.hero-art {
  position: relative;
  z-index: 1;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  color: var(--acid);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.96;
}

h1 {
  font-size: clamp(74px, 9vw, 146px);
  margin-bottom: 24px;
  max-width: 820px;
}

h1 span {
  color: var(--acid);
}

.hero-text {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 42px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.4px;
  min-height: 50px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}

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

.button.primary {
  background: var(--acid);
  color: #09090b;
}

.button.ghost {
  border-color: var(--line-strong);
  color: var(--text);
}

.full-width {
  width: 100%;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}

.hero-points div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-points strong {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 1px;
}

.hero-points span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-art {
  align-items: center;
  display: flex;
  justify-content: center;
}

.album-card {
  background:
    linear-gradient(145deg, rgba(215, 255, 63, 0.16), transparent 35%),
    radial-gradient(circle at center, rgba(122, 77, 255, 0.54), transparent 55%),
    linear-gradient(145deg, #171419, #070708);
  border: 1px solid rgba(215, 255, 63, 0.35);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.42);
  height: min(40vw, 540px);
  max-height: 540px;
  max-width: 540px;
  min-height: 410px;
  min-width: 410px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transform: rotate(3deg);
  width: min(40vw, 540px);
}

.album-top,
.album-bottom {
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 1.8px;
  position: relative;
  z-index: 2;
}

.album-bottom {
  bottom: 24px;
  color: var(--acid);
  left: 24px;
  position: absolute;
}

.album-core {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.album-core span {
  color: var(--acid);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 14px;
}

.album-core strong {
  font-family: var(--display);
  font-size: clamp(68px, 7vw, 104px);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.91;
}

.album-orbit {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  height: 390px;
  width: 390px;
}

.orbit-two {
  border-color: rgba(215, 255, 63, 0.26);
  height: 280px;
  width: 280px;
}

.floating-note {
  background: var(--pink);
  color: #09090b;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 1px;
  padding: 12px 18px;
  position: absolute;
  right: 0;
  top: 22%;
  transform: rotate(8deg);
}

.floating-wave {
  align-items: center;
  background: #111114;
  border: 1px solid var(--line);
  bottom: 17%;
  display: flex;
  gap: 4px;
  height: 50px;
  left: 0;
  padding: 0 14px;
  position: absolute;
  transform: rotate(-5deg);
}

.floating-wave i {
  animation: pulse 800ms ease-in-out infinite alternate;
  background: var(--acid);
  height: 12px;
  width: 3px;
}

.floating-wave i:nth-child(2n) { animation-delay: 200ms; height: 26px; }
.floating-wave i:nth-child(3n) { animation-delay: 400ms; height: 34px; }

@keyframes pulse {
  to { height: 38px; }
}

.promo-strip {
  align-items: center;
  background: var(--acid);
  color: #09090b;
  display: flex;
  justify-content: space-between;
  padding: 22px 7vw;
}

.promo-strip div {
  align-items: center;
  display: flex;
  gap: 18px;
}

.promo-kicker {
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 8px;
}

.promo-strip strong {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.promo-strip a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.promo-strip a span {
  font-size: 18px;
}

.section {
  padding: 110px 7vw;
}

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

h2 {
  font-size: clamp(54px, 6.6vw, 96px);
  margin-bottom: 0;
}

.section-heading > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 4px;
  max-width: 370px;
}

.catalog-section {
  background: #0d0d10;
}

.catalog-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-bottom: 22px;
}

.search-box {
  align-items: center;
  background: var(--surface-2);
  border: 1px solid var(--line);
  display: flex;
  min-width: 310px;
  padding: 0 14px;
}

.search-box span {
  color: var(--acid);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-box input {
  background: transparent;
  border: 0;
  color: var(--text);
  outline: 0;
  padding: 13px;
  width: 100%;
}

.genre-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 12px;
  text-transform: uppercase;
}

.filter-chip.active,
.filter-chip:hover {
  background: var(--text);
  color: #09090b;
}

.beats-table-header,
.beat-row {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(280px, 1.3fr) minmax(170px, 0.8fr) minmax(170px, 0.55fr) minmax(172px, 0.48fr);
}

.beats-table-header {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 22px 12px 12px;
  text-transform: uppercase;
}

.beat-row {
  border-bottom: 1px solid var(--line);
  min-height: 98px;
  padding: 16px 12px;
  transition: background 180ms ease;
}

.beat-row:hover {
  background: rgba(255, 255, 255, 0.035);
}

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

.play-button {
  align-items: center;
  background: var(--acid);
  border: 0;
  border-radius: 50%;
  color: #09090b;
  display: flex;
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  letter-spacing: 0.6px;
  width: 46px;
}

.play-button.pending {
  background: #2b2b31;
  color: var(--muted);
}

.track-index {
  color: var(--muted);
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 1px;
  min-width: 26px;
}

.track-title strong,
.track-title span {
  display: block;
}

.track-title strong {
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.track-title span,
.beat-info {
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}

.youtube-link {
  color: var(--acid);
  display: inline-flex;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 8px;
  text-transform: uppercase;
}

.youtube-link.muted {
  color: var(--muted);
}

.tag {
  background: rgba(122, 77, 255, 0.2);
  border: 1px solid rgba(122, 77, 255, 0.5);
  color: #c7b8ff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-right: 6px;
  padding: 5px 7px;
  text-transform: uppercase;
}

.tag.mood {
  background: rgba(255, 62, 165, 0.13);
  border-color: rgba(255, 62, 165, 0.35);
  color: #ffadd8;
}

.license-select {
  background: #18181d;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 12px;
  min-height: 40px;
  padding: 0 10px;
  width: 100%;
}

.beat-action {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.beat-price {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.add-button {
  background: transparent;
  border: 1px solid var(--acid);
  color: var(--acid);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 11px;
  text-transform: uppercase;
}

.add-button:hover,
.add-button.added {
  background: var(--acid);
  color: #09090b;
}

.empty-state {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  padding: 34px 12px;
}

.license-section {
  background: #09090b;
}

.license-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.license-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 30px;
}

.license-card.featured {
  background: linear-gradient(145deg, rgba(122, 77, 255, 0.22), #111114 66%);
  border-color: rgba(122, 77, 255, 0.72);
}

.license-number {
  color: var(--acid);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.license-card h3 {
  font-family: var(--display);
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 34px 0 0;
}

.license-price {
  font-family: var(--display);
  font-size: 70px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 20px;
}

.license-price span {
  color: var(--acid);
  font-size: 30px;
  vertical-align: top;
}

.license-description {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  min-height: 68px;
}

.license-card ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 26px 0;
  padding: 18px 0 0;
}

.license-card li {
  color: #d5d2d7;
  font-size: 13px;
  margin: 10px 0;
}

.license-card li::before {
  color: var(--acid);
  content: "+";
  margin-right: 8px;
}

.license-card a {
  color: var(--acid);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-banner {
  align-items: center;
  background: #17171b;
  border: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding: 24px 30px;
}

.project-banner h3 {
  font-family: var(--display);
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 6px;
}

.project-banner p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 0;
}

.project-banner strong {
  color: var(--acid);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
}

.weekly-section {
  background:
    linear-gradient(90deg, rgba(122, 77, 255, 0.28), transparent),
    #0d0d10;
}

.youtube-section {
  background:
    linear-gradient(180deg, rgba(255, 62, 165, 0.08), transparent 34%),
    #09090b;
}

.youtube-stats {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  margin-bottom: 28px;
  padding: 20px 0;
}

.youtube-stats div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.youtube-stats strong {
  color: var(--acid);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 1px;
}

.youtube-stats span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.youtube-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.youtube-card {
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 18px;
}

.youtube-card span {
  color: var(--muted);
  font-family: var(--display);
  font-size: 28px;
}

.youtube-card strong {
  color: var(--acid);
  font-family: var(--display);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 28px;
}

.youtube-card em {
  color: #d5d2d7;
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
  margin-top: 7px;
}

.youtube-card b {
  color: var(--pink);
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: auto;
  padding-top: 18px;
  text-transform: uppercase;
}

.weekly-card {
  align-items: center;
  border: 1px solid rgba(215, 255, 63, 0.34);
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr auto auto;
  padding: 38px;
}

.weekly-card h2 {
  font-size: clamp(48px, 5.6vw, 84px);
}

.weekly-card h2 span {
  color: var(--acid);
}

.weekly-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 630px;
}

.weekly-prices {
  min-width: 185px;
}

.weekly-prices div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 9px 0;
}

.weekly-prices span {
  color: var(--muted);
  font-size: 12px;
}

.weekly-prices strong {
  color: var(--acid);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
}

.steps-section {
  background: #09090b;
}

.steps-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.steps-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  min-height: 230px;
  padding: 24px;
}

.steps-grid span {
  color: var(--acid);
  font-family: var(--display);
  font-size: 32px;
}

.steps-grid h3 {
  font-family: var(--display);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 42px 0 8px;
  text-transform: uppercase;
}

.steps-grid p,
.faq-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.faq-section {
  background: #0d0d10;
  padding-bottom: 140px;
}

.faq-grid {
  border-top: 1px solid var(--line);
}

.faq-grid details {
  border-bottom: 1px solid var(--line);
  padding: 19px 6px;
}

.faq-grid summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.faq-grid p {
  margin: 14px 0 0;
  max-width: 720px;
}

.site-footer {
  align-items: center;
  background: #060607;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 24px 5vw 96px;
}

.site-footer p,
.site-footer > span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0;
}

.cart-panel {
  background: #111114;
  border-left: 1px solid var(--line);
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 430px;
  padding: 28px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(102%);
  transition: transform 240ms ease;
  width: 92vw;
  z-index: 40;
}

.cart-panel.open {
  transform: translateX(0);
}

.cart-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

.cart-header h2 {
  font-size: 54px;
}

.icon-button {
  background: transparent;
  border: 0;
  color: var(--text);
  font-size: 34px;
  line-height: 1;
}

.cart-items {
  flex: 1;
  overflow: auto;
  padding: 10px 0;
}

.cart-empty {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  padding: 28px 0;
}

.cart-item {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr auto;
  padding: 14px 0;
}

.cart-item strong,
.cart-item span {
  display: block;
}

.cart-item strong {
  font-size: 13px;
  text-transform: uppercase;
}

.cart-item span {
  color: var(--muted);
  font-size: 11px;
  margin-top: 3px;
}

.remove-item {
  background: transparent;
  border: 0;
  color: var(--danger);
  font-size: 11px;
  grid-column: 2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.cart-summary {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.cart-summary > div {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-bottom: 9px;
}

.discount-row {
  color: var(--acid);
}

.cart-summary .cart-total {
  border-top: 1px solid var(--line);
  font-size: 17px;
  margin-top: 14px;
  padding-top: 15px;
}

.cart-summary p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  min-height: 34px;
}

.overlay {
  background: rgba(0, 0, 0, 0.74);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 200ms ease;
  z-index: 30;
}

.overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.checkout-modal {
  background: #141418;
  border: 1px solid rgba(215, 255, 63, 0.45);
  left: 50%;
  max-width: 520px;
  opacity: 0;
  padding: 34px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -46%);
  transition: opacity 180ms ease, transform 180ms ease;
  width: calc(100vw - 32px);
  z-index: 50;
}

.checkout-modal.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

.modal-close {
  position: absolute;
  right: 16px;
  top: 14px;
}

.checkout-modal h2 {
  font-size: 58px;
}

.checkout-modal > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.modal-total {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 14px 0;
}

.modal-total strong {
  color: var(--acid);
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
}

.sticky-player {
  align-items: center;
  background: rgba(16, 16, 19, 0.96);
  border-top: 1px solid var(--line);
  bottom: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(180px, 260px) 1fr 48px;
  left: 0;
  padding: 12px 5vw;
  position: fixed;
  right: 0;
  z-index: 12;
}

.player-toggle {
  align-items: center;
  background: var(--acid);
  border: 0;
  border-radius: 50%;
  color: #09090b;
  display: flex;
  font-size: 9px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: 0.6px;
  width: 42px;
}

.player-track strong,
.player-track span {
  display: block;
}

.player-track strong {
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.player-track span,
.player-time {
  color: var(--muted);
  font-size: 11px;
  margin-top: 3px;
}

.player-progress {
  background: #333338;
  height: 3px;
  overflow: hidden;
}

.player-progress i {
  background: var(--acid);
  display: block;
  height: 100%;
  width: 0;
}

.toast {
  background: var(--acid);
  bottom: 82px;
  color: #09090b;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 12px 16px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 14px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 70;
}

.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 72px;
  }

  .hero-art {
    min-height: 460px;
  }

  .album-card {
    height: min(76vw, 510px);
    width: min(76vw, 510px);
  }

  .beats-table-header {
    display: none;
  }

  .beat-row {
    grid-template-columns: 1fr 190px;
  }

  .beat-info {
    order: 3;
  }

  .license-select {
    order: 4;
  }

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

  .license-description {
    min-height: auto;
  }

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

  .youtube-stats {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .youtube-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .site-header {
    height: 66px;
    padding: 0 18px;
  }

  .brand-mark {
    height: 31px;
    width: 31px;
  }

  .brand-name {
    font-size: 19px;
  }

  .main-nav {
    display: none;
  }

  .hero {
    gap: 28px;
    padding: 58px 20px 48px;
  }

  h1 {
    font-size: clamp(70px, 23vw, 104px);
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-points {
    gap: 20px;
  }

  .hero-points strong {
    font-size: 31px;
  }

  .hero-points span {
    font-size: 9px;
  }

  .hero-art {
    min-height: 340px;
  }

  .album-card {
    height: min(86vw, 390px);
    min-height: 0;
    min-width: 0;
    width: min(86vw, 390px);
  }

  .album-core strong {
    font-size: clamp(58px, 19vw, 88px);
  }

  .album-bottom {
    font-size: 8px;
  }

  .orbit-one {
    height: 290px;
    width: 290px;
  }

  .orbit-two {
    height: 210px;
    width: 210px;
  }

  .floating-note {
    font-size: 18px;
    right: 2px;
  }

  .promo-strip,
  .promo-strip div {
    align-items: flex-start;
    flex-direction: column;
  }

  .promo-strip {
    gap: 12px;
    padding: 18px 20px;
  }

  .promo-strip div {
    gap: 9px;
  }

  .promo-strip strong {
    font-size: 25px;
  }

  .section {
    padding: 76px 20px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  h2 {
    font-size: clamp(54px, 17vw, 78px);
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    min-width: auto;
  }

  .genre-filters {
    gap: 6px;
  }

  .filter-chip {
    font-size: 9px;
    padding: 9px;
  }

  .beat-row {
    gap: 13px;
    grid-template-columns: 1fr;
    padding: 15px 0;
  }

  .beat-info,
  .license-select {
    order: initial;
  }

  .beat-info {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .beat-action {
    justify-content: flex-end;
  }

  .license-card {
    padding: 22px;
  }

  .project-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
  }

  .weekly-card {
    padding: 22px;
  }

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

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

  .steps-grid article {
    min-height: 190px;
    padding: 18px;
  }

  .steps-grid h3 {
    margin-top: 28px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px 90px;
  }

  .sticky-player {
    gap: 10px;
    grid-template-columns: auto 1fr auto;
    padding: 10px 16px;
  }

  .player-progress {
    display: none;
  }
}

/* Store readiness and order flow */
.catalog-notice {
  align-items: center;
  background: rgba(215, 255, 63, 0.08);
  border-left: 4px solid var(--acid);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 14px 16px;
}

.catalog-notice strong {
  color: var(--acid);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
}

.catalog-notice span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.availability {
  display: inline-flex;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 8px;
  padding: 5px 7px;
  text-transform: uppercase;
}

.availability.available {
  background: rgba(215, 255, 63, 0.1);
  border: 1px solid rgba(215, 255, 63, 0.42);
  color: var(--acid);
}

.availability.upcoming {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  color: var(--muted);
}

.beat-pending {
  opacity: 0.58;
}

.license-select:disabled,
.add-button:disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.add-button:disabled:hover {
  background: transparent;
  color: var(--muted);
}

.beat-pending .beat-price {
  color: var(--muted);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.contact-section {
  align-items: end;
  background: var(--acid);
  color: #09090b;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.contact-section .eyebrow {
  color: #09090b;
}

.contact-section h2 {
  color: #09090b;
  margin-bottom: 18px;
}

.contact-copy > p:last-child {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 720px;
}

.contact-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 240px;
}

.contact-actions .button.primary {
  background: #09090b;
  color: var(--text);
}

.contact-actions .button.ghost {
  border-color: #09090b;
  color: #09090b;
}

.contact-actions > span {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.footer-links {
  align-items: center;
  display: flex;
  gap: 18px;
}

.footer-links a,
.footer-links span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--acid);
}

.checkout-modal {
  max-height: calc(100vh - 32px);
  max-width: 720px;
  overflow-y: auto;
}

.order-form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.order-form-grid label,
.order-form-grid label > span {
  display: block;
}

.order-form-grid label > span,
.order-summary-block > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.order-form-grid input,
.order-form-grid textarea {
  background: #0d0d10;
  border: 1px solid var(--line);
  color: var(--text);
  font: inherit;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

.order-form-grid input:focus,
.order-form-grid textarea:focus {
  border-color: var(--acid);
  outline: 2px solid rgba(215, 255, 63, 0.15);
}

.order-form-grid .full-field {
  grid-column: 1 / -1;
}

.order-summary-block {
  margin-top: 18px;
}

.order-summary-block pre {
  background: #0d0d10;
  border: 1px solid var(--line);
  color: #d8d8dc;
  font-family: var(--body);
  font-size: 11px;
  line-height: 1.55;
  margin: 0;
  max-height: 160px;
  overflow: auto;
  padding: 12px;
  white-space: pre-wrap;
}

.terms-check {
  align-items: flex-start;
  color: var(--muted);
  display: flex;
  font-size: 11px;
  gap: 9px;
  line-height: 1.5;
}

.terms-check input {
  accent-color: var(--acid);
  margin-top: 3px;
}

.terms-check a {
  color: var(--acid);
  text-decoration: underline;
}

.order-buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.2fr 1fr 1fr;
  margin-top: 18px;
}

.order-status {
  color: var(--acid);
  font-size: 11px;
  line-height: 1.5;
  margin: 10px 0 0;
  min-height: 17px;
}

.legal-page {
  background: #09090b;
}

.legal-back {
  padding: 10px 14px;
}

.legal-main {
  margin: 0 auto;
  max-width: 980px;
  padding: 150px 7vw 100px;
}

.legal-main > h1 {
  font-size: clamp(72px, 11vw, 150px);
  line-height: 0.86;
  margin-bottom: 30px;
}

.legal-lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 54px;
  max-width: 760px;
}

.legal-main section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  padding: 28px 0;
}

.legal-main section h2 {
  color: var(--acid);
  font-size: 28px;
  line-height: 1;
  margin: 0;
}

.legal-main section p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.legal-main section a {
  color: var(--acid);
}

.legal-contact {
  align-items: center;
  background: var(--surface);
  border-left: 4px solid var(--acid);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 36px;
  padding: 24px;
}

@media (max-width: 980px) {
  .contact-section {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .contact-actions {
    min-width: min(100%, 320px);
  }

  .site-footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .catalog-notice {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .catalog-notice strong {
    white-space: normal;
  }

  .checkout-modal {
    padding: 28px 20px 22px;
  }

  .checkout-modal h2 {
    font-size: 43px;
  }

  .order-form-grid,
  .order-buttons {
    grid-template-columns: 1fr;
  }

  .order-form-grid .full-field {
    grid-column: auto;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .legal-back {
    font-size: 9px;
    padding: 9px;
  }

  .legal-main {
    padding: 110px 20px 70px;
  }

  .legal-main > h1 {
    font-size: 66px;
  }

  .legal-main section {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .legal-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}
