@media (max-width: 768px) {
  .profile-mobile-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 280px;
    margin: 8px calc(50% - 50vw) 26px;
    padding: 18px 16px;
    background-color: #0f1320;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .profile-mobile-hero.is-radio {
    min-height: 180px;
    background:
      linear-gradient(135deg, rgba(11,16,28,0.98), rgba(42,64,112,0.9));
  }

  .profile-mobile-hero__content {
    width: 100%;
    color: #fff;
  }

  .profile-mobile-hero__content h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.65rem;
    line-height: 1.05;
    letter-spacing: 1px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.45);
  }

  .profile-radio-jump--mobile {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    color: rgba(255,255,255,0.92);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
  }

  .profile-mobile-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .profile-mobile-hero__share {
    margin-top: 14px;
  }

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

  .share-actions--hero .share-chip {
    min-height: 34px;
    padding: 0 12px;
    background: rgba(255,255,255,0.14);
    color: #fff;
  }

  .share-actions--hero .share-chip--primary {
    background: rgba(96, 182, 255, 0.28);
    color: #fff;
  }

  .profile-mobile-hero__meta a {
    display: inline-flex;
    align-items: center;
  }

  .profile-mobile-hero__meta .social-icon {
    width: 18px;
    height: 18px;
    background-color: rgba(255,255,255,0.9);
    opacity: 1;
  }

  .profile-mobile-hero__tag {
    border: 0;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .profile-mobile-hero__tag--button {
    cursor: pointer;
  }

  .profile-mobile-modal {
    position: fixed;
    inset: 0;
    z-index: 1300;
  }

  .profile-mobile-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 22, 0.44);
    backdrop-filter: blur(4px);
  }

  .profile-mobile-modal__panel {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-height: min(72vh, 520px);
    padding: 18px 16px;
    overflow: auto;
    border-radius: 22px;
    background: rgba(248,247,254,0.98);
    box-shadow: 0 22px 48px rgba(0,0,0,0.18);
  }

  .profile-mobile-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
  }

  .profile-mobile-modal__head h2 {
    margin: 0;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
  }

  .profile-mobile-modal__close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(17,17,17,0.08);
    color: #111;
    font-size: 1.6rem;
    line-height: 1;
  }

  .profile-mobile-modal__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .profile-mobile-modal__list a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(17,17,17,0.08);
    color: var(--text-main);
    font-size: 0.98rem;
  }

  .profile-mobile-modal__content {
    color: var(--text-soft);
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .profile-mobile-modal__content p + p {
    margin-top: 14px;
  }

  .profile-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .profile-admin-tools {
    justify-content: flex-start;
    margin-bottom: 12px;
  }

  .profile-left {
    gap: 18px;
  }

  .profile-right {
    padding-top: 0;
  }

  .profile-photo {
    width: 132px;
    height: 132px;
    margin-top: 12px;
  }

  .profile-photo img {
    position: static;
    top: auto;
  }

  .profile-info h1 {
    font-size: 1.55rem;
    line-height: 1.1;
    letter-spacing: 1.5px;
  }

  .profile-socials {
    gap: 14px;
    margin-bottom: 18px;
  }

  .profile-bio {
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .profile-sets {
    padding-top: 14px;
  }

  .profile-sets h2 {
    margin-bottom: 14px;
    font-size: 1.05rem;
    letter-spacing: 1px;
  }

  .profile-mobile-radio-cta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(10,12,22,0.98), rgba(34,52,94,0.92));
    color: #fff;
    box-shadow:
      0 12px 28px rgba(14,18,32,0.16),
      0 6px 14px rgba(0,0,0,0.08);
  }

  .profile-mobile-radio-cta__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.8;
  }

  .profile-mobile-radio-cta strong {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
  }

  .profile-sets .onair-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 0 !important;
  }

  .profile-sets .list-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
  }

  .profile-sets .list-thumb {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }

  .profile-sets .list-thumb::after {
    display: none;
  }

  .profile-sets .list-card h3 {
    margin: 0;
    align-self: center;
    font-size: 0.98rem;
    line-height: 1.3;
    color: var(--text-main);
  }

  .media-card--main .media-card__img--main {
    height: 220px;
    border-radius: 16px;
  }

  .radio-playlist {
    margin-top: 18px;
  }

  .radio-playlist-title {
    margin-bottom: 10px;
    font-size: 1.05rem;
  }

  .radio-playlist-row {
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    flex-direction: column;
  }

  .radio-playlist-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .profile-mobile-hero {
    min-height: 248px;
    margin: 6px calc(50% - 50vw) 22px;
    padding: 16px 12px;
  }

  .profile-mobile-hero.is-radio {
    min-height: 168px;
  }

  .profile-mobile-hero__content h1 {
    font-size: 1.42rem;
  }

  .profile-mobile-modal__panel {
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 18px;
    padding: 16px 14px;
  }

  .profile-layout {
    gap: 20px;
  }

  .profile-photo {
    width: 116px;
    height: 116px;
  }

  .profile-info h1 {
    font-size: 1.35rem;
  }

  .profile-sets .list-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
  }

  .profile-sets .list-card h3 {
    font-size: 0.92rem;
  }

  .media-card--main .media-card__img--main {
    height: 190px;
  }

  .profile-mobile-radio-cta {
    padding: 14px 16px;
  }

  .profile-mobile-radio-cta strong {
    font-size: 0.94rem;
  }
}

body.profile-mobile-modal-open {
  overflow: hidden;
}
