@media (max-width: 768px) {
  .set-page-shell {
    margin-top: 24px;
  }

  .set-page h1 {
    font-size: 1.55rem;
    line-height: 1.15;
  }

  .set-page-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 18px !important;
  }

  .set-share-row {
    margin-top: 10px;
  }

  .set-share-actions {
    gap: 8px;
  }

  .set-share-actions .share-chip {
    width: 34px;
    height: 34px;
  }

  .set-main-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 28px 0 34px;
  }

  .set-player {
    width: 100%;
  }

  .video-wrapper {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }

  .video-wrapper--soundcloud {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;
  }

  .set-context {
    gap: 14px;
  }

  .set-context-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mini-profile {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 18px;
    background: rgba(255,255,255,0.7);
    box-shadow:
      0 10px 22px rgba(59,130,246,0.10),
      0 4px 10px rgba(0,0,0,0.05);
  }

  .mini-profile img {
    width: 56px;
    height: 56px;
  }

  .mini-profile span {
    display: block;
    min-width: 0;
    line-height: 1.3;
    font-size: 0.92rem;
  }

  .set-player form {
    width: 100%;
  }

  .set-actions {
    display: grid;
    gap: 10px;
  }

  .set-player button,
  .set-player select {
    width: 100%;
  }

  .set-player button {
    min-height: 44px;
  }

  .set-player button.is-loading {
    opacity: 0.7;
  }

  .set-player select {
    min-height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 12px;
    border: 1px solid rgba(17,17,17,0.12);
    border-radius: 12px;
    background: #fff;
  }

  .set-how {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .set-how h2 {
    padding-top: 28px !important;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .set-related {
    margin: 34px 0 0;
  }

  .set-related h2 {
    margin-bottom: 16px;
  }

  .set-related-group + .set-related-group {
    margin-top: 24px;
  }

  .set-related-group h3 {
    margin: 0 0 12px;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-soft);
  }

  .set-related-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 0 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .set-related-grid::-webkit-scrollbar {
    display: none;
  }

  .set-related-card {
    flex: 0 0 39%;
    scroll-snap-align: start;
  }

  .set-related-card__thumb {
    border-radius: 18px;
  }

  .set-related-card__copy {
    padding-top: 8px;
  }

  .set-related-card__copy h3 {
    font-size: 0.84rem;
  }

  .set-related-card__copy span {
    font-size: 0.74rem;
  }

  .set-how p + p {
    margin-top: 14px;
  }
}

@media (max-width: 480px) {
  .set-page-shell {
    margin-top: 20px;
  }

  .set-page h1 {
    font-size: 1.38rem;
  }

  .set-main-layout {
    gap: 18px;
    margin: 22px 0 28px;
  }

  .mini-profile {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
  }

  .mini-profile img {
    width: 52px;
    height: 52px;
  }

  .set-how {
    font-size: 0.9rem;
  }

  .set-related-card {
    flex-basis: 46%;
  }

  .video-wrapper {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }

  .video-wrapper--soundcloud {
    width: calc(100% - 16px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
  }
}
