.trb-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 140, 0, 0.35);
  border-radius: 8px;
  background: radial-gradient(ellipse at 90% 50%, rgba(176, 92, 255, 0.13), transparent 60%),
    linear-gradient(120deg, #201218, #08090d 65%);
  text-decoration: none;
}

.trb-banner:hover {
  border-color: #ffae66;
}

.trb-banner:focus-visible {
  outline-color: #ffae66;
}

.trb-banner-copy {
  container-type: inline-size;
  align-self: center;
  padding: clamp(24px, 4vw, 48px);
}

.trb-banner .label {
  margin-bottom: 20px;
  border-color: rgba(255, 140, 0, 0.3);
  color: #ffae66;
  font-size: 0.875rem;
  line-height: 1.5;
}

.trb-banner h3 {
  margin: 0 0 20px;
  font-size: clamp(1rem, 7.6cqi, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.trb-tagline {
  margin: 0 0 18px;
  color: #ffae66;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.55;
}

.trb-description {
  max-width: 540px;
  margin: 0;
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.65;
}

.trb-player {
  max-width: 440px;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid rgba(255, 174, 102, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, #1e1720, #0e0e14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.trb-player-track,
.trb-player-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trb-player-disc {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  height: 34px;
  border-radius: 6px;
  background: linear-gradient(135deg, #633345, #36202a);
  color: #ffae66;
}

.trb-player-disc svg,
.trb-player-volume {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trb-player-title {
  display: grid;
  gap: 3px;
  min-width: 0;
  line-height: 1.3;
}

.trb-player-title strong {
  font-size: 0.875rem;
}

.trb-player-title > span {
  color: var(--muted);
  font-size: 0.6875rem;
}

.trb-player-badge {
  margin-left: auto;
  color: #ffae66;
  font: 0.5625rem/1.5 ui-monospace, monospace;
  white-space: nowrap;
}

.trb-player-controls {
  margin-top: 12px;
}

.trb-player-play {
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffae66;
  color: #171016;
}

.trb-player-play svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.trb-player-time {
  color: var(--muted);
  font: 0.625rem/1 ui-monospace, monospace;
}

.trb-player-progress {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  background: #39313d;
}

.trb-player-progress > span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #cd69bd, #ffae66);
}

.trb-player-volume {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--muted);
}

.trb-banner .actions {
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}

.trb-banner .button {
  gap: 14px;
  background: #ffae66;
}

.trb-banner:hover .button {
  background: #ffc38e;
}

.trb-format {
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.5;
}

.trb-banner-art {
  display: grid;
  align-items: center;
  padding: 24px;
}

.trb-banner-art img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 680px) {
  .trb-banner {
    grid-template-columns: minmax(0, 1fr);
  }

  .trb-banner-art {
    padding: 0 24px 24px;
  }
}
