/* Stark Drama Design Media Upgrade — SITE 0.49 */
.sound-demo-panel {
  margin: 20px 0 28px;
  padding: 18px;
  border: 1px solid #3a3f42;
  border-radius: 14px;
  background: #151718;
}
.sound-demo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.sound-demo-copy { min-width: 0; flex: 1 1 340px; }
.sound-demo-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--primary-teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sound-demo-title {
  display: block;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.35;
}
.sound-demo-detail {
  display: block;
  margin-top: 5px;
  color: #aeb7b9;
  font-size: .9rem;
  line-height: 1.45;
}
.sound-demo-controls {
  display: flex;
  gap: 9px;
  flex: 0 0 auto;
}
.sound-demo-btn {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 9px;
  border: 1px solid #454b4e;
  background: #222628;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.sound-demo-btn:hover,
.sound-demo-btn:focus-visible { border-color: var(--primary-teal); }
.sound-demo-btn.primary {
  background: var(--primary-teal);
  color: #071010;
  border-color: var(--primary-teal);
}
.sound-demo-progress-wrap {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  color: #90999b;
  font-size: .78rem;
  font-variant-numeric: tabular-nums;
}
.sound-demo-track {
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #303638;
}
.sound-demo-progress {
  display: block;
  width: 0;
  height: 100%;
  background: var(--primary-teal);
}
.sound-demo-note {
  margin: 12px 0 0;
  color: #828c8e;
  font-size: .8rem;
  line-height: 1.45;
}
.sound-demo-status { color: #aeb7b9; }

.design-state-visual {
  margin: 0 auto 22px;
  max-width: 834px;
  overflow: hidden;
  border: 1px solid #373d3f;
  border-radius: 15px;
  background: #0b0d0e;
}
.design-state-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 834 / 469;
  object-fit: cover;
}
.design-state-visual figcaption {
  padding: 12px 15px 14px;
  border-top: 1px solid #303638;
  color: #bfc7c9;
  font-size: .9rem;
  line-height: 1.5;
}

@media (max-width: 620px) {
  .sound-demo-controls { width: 100%; }
  .sound-demo-btn { flex: 1 1 0; }
  .sound-demo-progress-wrap { grid-template-columns: 38px minmax(0,1fr) 38px; }
}
.sound-choice-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 22px 0 18px;
}
.sound-choice-btn {
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid #454b4e;
  border-radius: 999px;
  background: #222628;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.sound-choice-btn:hover,
.sound-choice-btn:focus-visible,
.sound-choice-btn.active {
  border-color: var(--primary-teal);
  background: var(--primary-teal);
  color: #071010;
}
