/* Consolidated responsive styles from style.css and custom.css */
/* Auto-generated to keep all media-query styles in one place */

@media (prefers-reduced-motion: reduce) {
  /* Source: style.css */
  .testimonials_section .testimonial_card {
    opacity: 1;
    transform: none;
    transition: z-index 0s;
  }

  /* Source: custom.css */
  .about-banner-main-img-hero .about-banner-main-img-bg,
  .about-banner-main-img-hero .about-banner-main-img-team-photo {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1440px) {
  .login-form-left {
    height: 520px;
  }

  .login-form-right-title h2 {
    font-size: 40px;
  }

  .login-form-right {
    padding: 40px 50px;
  }

  .login-form {
    gap: 75px;
  }

  .user-profile-banner-inner {
    gap: 32px;
  }

  .edit-profile-form {
    padding: 40px;
  }
}

@media (max-width: 1200px) {
  /* Source: style.css */
  .perk-table th,
  .perk-table td {
    padding: 14px;
  }

  /* Source: custom.css */
  .service-overview__cards {
    grid-template-columns: 1fr;
  }

  .track-overview__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artist-details-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* Source: custom.css */
  .listen-rotate-box {
    --listen-orbit-radius: 335px;
    min-height: 740px;
  }

  .listen-rotate-title {
    font-size: 30px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(1) {
    --listen-hover-x: -228px;
    --listen-hover-y: 138px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(2) {
    --listen-hover-x: -136px;
    --listen-hover-y: 138px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(3) {
    --listen-hover-x: -44px;
    --listen-hover-y: 138px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(4) {
    --listen-hover-x: 44px;
    --listen-hover-y: 138px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(5) {
    --listen-hover-x: 136px;
    --listen-hover-y: 138px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(6) {
    --listen-hover-x: 228px;
    --listen-hover-y: 138px;
  }

  .footer-main {
    gap: 32px;
  }

  .footer-contact-item span,
  .footer-social-title {
    font-size: 20px;
  }
}

/* Home (index): tablet and below — remove fixed testimonial canvas width, stack cards */
@media (max-width: 1199px) {
  .main-title {
    font-size: 40px;
    line-height: 1.15;
  }

  .testimonials_container {
    position: relative;
    min-width: 0;
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
    margin-top: 1.5rem;
    min-height: 0;
    padding-inline: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }

  .testimonials_section .testimonial_card {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100%;
    max-width: 100%;
  }

  .testimonials_section .testimonial_card__inner {
    transform: rotate(0deg);
  }

  .testimonials_section .section-title {
    padding-inline: 15px;
    box-sizing: border-box;
  }

  .hero_section_content {
    padding-inline: 15px;
    box-sizing: border-box;
  }

  .hero_section_search_create {
    max-width: 100%;
    box-sizing: border-box;
  }

  .support-section {
    padding: 80px 24px;
    min-height: 0;
  }

  .support-btn-main {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .support-section .main-title br {
    display: none;
  }

  /* About page: match hero title scale before tablet stack */
  .vision-section-inner h3.main-title {
    font-size: 40px;
    line-height: 1.15;
  }
}

/* Upcoming events swiper: one card on small screens, max 540px wide */
@media (max-width: 768px) {
  .upcoming-events-section .upcomingEvents .swiper-slide {
    width: min(100%, 540px) !important;
    max-width: 540px;
    box-sizing: border-box;
  }
}

@media (max-width: 900px) {
  /* Source: style.css */
  .perk-list-wrap {
    border: none;
    background: transparent;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .perk-table {
    min-width: 0;
    width: 100%;
  }

  .perk-table td:first-child {
    width: auto;
    max-width: 100%;
  }

  .perk-table tbody {
    display: block;
    max-height: none;
    overflow: visible;
  }

  .perk-table thead,
  .perk-table tbody tr {
    display: block;
    width: 100%;
    table-layout: auto;
  }

  .perk-table thead {
    display: none;
  }

  .perk-table,
  .perk-table tbody,
  .perk-table tr,
  .perk-table td {
    display: block;
    width: 100%;
  }

  .perk-table tr {
    background: #0a0a0a;
    border: 1px solid #1f1f1f;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 14px;
  }

  .perk-table td {
    border: none;
    padding: 8px 0;
    min-height: 30px;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .perk-table td::before {
    content: attr(data-label);
    color: #8f8f8f;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    flex-shrink: 0;
    max-width: 42%;
    word-break: break-word;
  }

  .perk-table td[data-label="Item"] {
    display: block;
    padding-bottom: 14px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .perk-table td[data-label="Item"]::before {
    display: none;
  }

  .perk-item {
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .perk-table td[data-label="Item"] > * {
    flex: none;
    max-width: 100%;
  }

  .perk-table td[data-label="Action"] {
    display: block;
    padding-top: 10px;
  }

  .perk-table td[data-label="Action"]::before {
    display: none;
  }

  .perk-table td[data-label="Action"] .perk-action-btn {
    width: 100%;
  }

  .testimonials_container {
    gap: 1rem;
  }

  .testimonial_card__inner {
    padding: 16px 14px;
  }

  .testimonial_author {
    font-size: 18px;
  }

  /* Source: style.css */
  .buy-shares-modal__dialog {
    margin-top: 8vh;
    padding: 20px;
  }

  .buy-shares-modal__header h3 {
    font-size: 20px;
  }

  .buy-shares-modal__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .buy-shares-modal__artist-image {
    width: 128px;
    height: 128px;
  }

  .buy-shares-modal__fields,
  .buy-shares-modal__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1400px) {
  /* Source: style.css */
  .dashboard-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  /* Source: style.css */

  .pt-100 {
    padding-top: 60px;
  }

  .pt-120 {
    padding-top: 80px;
  }

  .pt-300 {
    padding-top: 200px;
  }

  .pt-200 {
    padding-top: 160px;
  }

  .pb-200 {
    padding-bottom: 140px;
  }

  .pb-100 {
    padding-bottom: 60px;
  }

  .pb-120 {
    padding-bottom: 80px;
  }

  .pb-40 {
    padding-bottom: 30px;
  }

  .mt-80 {
    margin-top: 40px;
  }

  .mt-100 {
    margin-top: 60px;
  }

  .mb-100 {
    margin-bottom: 60px;
  }

  .nav-list {
    padding: 10px;
    font-size: 16px;
  }

  .hero_section {
    padding-bottom: 80px;
  }

  .hero_section_title h1 {
    font-size: 60px;
  }

  .hero_section_title p {
    font-size: 18px;
  }

  .tracks_swiper_slide {
    min-width: 320px;
    width: calc((100% - 40px) / 2);
  }

  .track_card {
    height: 280px;
  }

  .track_card:hover .track_card_image {
    flex: 0 0 50%;
  }

  .track_card:hover .track_card_content {
    flex: 1 0 50%;
    min-height: 100px;
    padding: 16px;
  }

  .track_card_title {
    font-size: 20px;
  }

  .track_card_subtitle {
    font-size: 0.875rem;
  }

  .track_card_btn {
    padding: 10px 14px;
    font-size: 0.875rem;
  }

  .track_card_btn img {
    width: 20px;
    height: 20px;
  }

  .site-footer {
    padding-top: 100px;
  }

  .address-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
  }

  .address-grid .address-item:nth-child(-n + 3) {
    grid-column: span 4;
  }

  /* Source: custom.css */
  .service-overview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-portfolio-card {
    padding: 16px;
    border-radius: 20px;
  }

  .service-portfolio-card__image {
    border-radius: 16px;
  }

  .service-portfolio-card__body {
    margin-top: 20px;
  }

  .service-portfolio-card__title {
    font-size: 26px;
  }

  .service-portfolio-card__desc {
    margin-top: 10px;
    font-size: 17px;
  }

  .service-portfolio-card__stat strong {
    font-size: 18px;
  }

  .service-overview__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .service-overview-card__content h3,
  .service-overview-includes__title {
    font-size: 16px;
  }

  .service-overview-card__content p,
  .service-overview-includes__list li {
    font-size: 17px;
  }

  .marketplace-details-box {
    padding: 30px;
  }

  .cart-main-card {
    padding: 30px 20px;
  }

  .cart-summary-card {
    padding: 30px 20px;
  }

  /* Source: custom.css */
  .artist-details-author__name,
  .artist-details-author__role,
  .artist-details-location {
    font-size: 24px;
  }

  /* Source: custom.css */
  .artist-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artist-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .artist-market-card__service-title {
    font-size: 16px;
  }

  .artist-market-card__service-desc {
    font-size: 18px;
  }

  /* Source: custom.css */
  .get-in-touch-info .address-grid.follow-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Source: custom.css */
  .gallerySwiper .swiper-slide {
    width: min(460px, 82vw);
  }

  .gallery-card {
    height: 360px;
  }

  .other-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .other-blog-img {
    height: 240px;
  }

  .banner-title-wrap h2 {
    font-size: 60px;
    line-height: 70px;
  }

  /* About page (about.html): banner + vision stack */
  .about-banner {
    background-size: cover;
    background-position: top center;
  }

  .about-banner-main-img {
    margin-top: 72px;
  }

  .vision-section {
    min-height: 0;
  }

  .vision-section-inner {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    text-align: center;
  }

  .vision-left,
  .vision-center,
  .vision-right {
    width: 100%;
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }

  .vision-left {
    text-align: center;
  }

  .vision-right {
    text-align: center;
  }

  .vision-section-inner h3.main-title {
    font-size: 40px;
    line-height: 1.15;
  }

  .vision-center {
    max-width: 420px;
  }

  .distribute-track-container {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .distribute-track-container .left {
    width: 100%;
  }
  .distribute-track-container .right {
    width: 100%;
  }

  .event_list_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .song-list-card__title {
    font-size: 20px;
  }

  .login-form {
    gap: 60px;
  }

  .login-form-left {
    height: 400px;
  }

  .login-form-right {
    padding: 40px;
  }

  .login-form {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }

  .user-page-tabs {
    margin-bottom: 30px;
  }

  .user-profile-name {
    font-size: 40px;
  }

  .user-profile-avatar-wrap {
    width: 120px;
    height: 120px;
  }

  .user-edit-profile {
    padding: 30px;
  }

  .edit-profile-form {
    padding: 30px;
  }

  .selling-feature-bars {
    gap: 20px;
  }
}

@media (max-width: 820px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  p {
    font-size: 16px;
    line-height: 1.5;
  }

  .main-btn {
    height: 38px;
    font-size: 16px;
  }

  .title-tag span {
    font-size: 16px;
  }

  .banner-title-wrap .main-btn {
    height: auto;
    min-height: 38px;
    line-height: 1.25;
    padding-block: 8px;
    margin-top: 0;
  }

  /* Source: style.css */
  .site-header {
    position: relative;
  }

  .header-center,
  .header-right {
    display: none;
  }

  .hamburger {
    display: flex;
    order: 2;
    margin-left: auto;
  }

  .header-inner {
    flex-wrap: nowrap;
  }

  .header-nav-wrapper {
    display: flex;
  }

  /* Backdrop behind side nav */
  .sidenav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  .site-header.menu-open .sidenav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* Side navbar — slides in from right */
  .header-nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 85vw);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: var(--color-header-bg);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 1.25rem 1.5rem;
    gap: 1.5rem;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.18s ease-out;
    will-change: transform;
    overflow-y: auto;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.25);
  }

  .site-header.menu-open .header-nav-wrapper {
    transform: translateX(0);
    transition-delay: 0s;
  }

  /* Keep mobile drawer identical for fixed scrolling header state */
  .site-header.is-header-fixed.is-header-scrolling-up.menu-open {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }

  .site-header.is-header-fixed.is-header-scrolling-up.menu-open
    .header-nav-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
  }

  .nav-menu {
    flex: none;
    width: 100%;
  }

  .nav-list {
    font-size: 15px;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 2px;
    border-radius: 12px;
    border: none;
    background: rgba(255, 255, 255, 0.05);
  }

  .nav-link {
    padding: 12px;
    border-radius: 8px;
  }

  .header-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: auto;
  }

  .header-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* Hamburger → X when open */
  .site-header.menu-open .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero_section {
    padding-bottom: 60px;
    height: 80vh;
  }

  .site-header {
    padding-block: 15px;
  }

  .hero_section_content {
    top: 30px;
    padding-bottom: 40px;
  }

  .hero_section_search_create {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero_search_filter {
    order: 1;
  }

  .hero_search_create {
    order: 2;
    padding-inline: 10px;
    font-size: 16px;
  }

  .hero_search_notify {
    order: 3;
  }

  .hero_search_input_wrap {
    order: 4;
    flex: 1 1 100%;
    min-width: 0;
    padding: 0px 8px;
    gap: 8px;
  }

  .hero_section_title h1 {
    font-size: 40px;
  }

  .hero_section_title p {
    font-size: 16px;
  }

  .hero_section_title {
    padding-inline: 15px;
  }

  .hero_section_title h1 {
    gap: 6px;
  }

  .music_type_list,
  .music_type_item {
    gap: 30px;
    font-size: 20px;
  }

  .music_type_list {
    padding-block: 16px;
  }

  .tracks_swiper_slide {
    min-width: 260px;
    width: calc(100% - 20px);
    max-width: 320px;
  }

  .track_card {
    height: 320px;
  }

  .track_card:hover .track_card_image {
    flex: 0 0 45%;
  }

  .track_card:hover .track_card_content {
    flex: 1 0 55%;
    min-height: 120px;
    padding: 14px 16px;
  }

  .track_card_title {
    font-size: 18px;
  }

  .track_card_subtitle {
    font-size: 0.8125rem;
  }

  .track_card_btn {
    padding: 10px 12px;
    font-size: 0.8125rem;
  }

  .track_card_btn img {
    width: 18px;
    height: 18px;
  }

  .address-grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 30px;
  }

  .address-grid .address-item:nth-child(-n + 3) {
    grid-column: span 3;
  }

  .address-item span {
    font-size: 16px;
    line-height: 120%;
  }

  .address-item {
    padding: 20px;
  }

  .site-footer {
    padding-top: 80px;
  }

  .dashboard-section {
    padding-top: 30px;
  }

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

  .dashboard-value-card {
    padding: 10px;
    gap: 10px;
    border-radius: 16px;
  }

  .dashboard-value-card__title {
    font-size: 16px;
  }

  .dashboard-value-card__value {
    font-size: 18px;
  }

  .dashboard-value-card__footer {
    font-size: 14px;
  }

  .dashboard-chart-block {
    flex-direction: column;
  }

  .age-btn {
    gap: 5px;
    font-size: 14px;
    line-height: 1.3;
  }

  /* Source: custom.css */
  .get-in-touch-info .address-grid.follow-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Source: custom.css */
  .music_type_list_track,
  .music_type_item {
    gap: 30px;
    font-size: 18px;
  }

  .merch-card-content h4 {
    font-size: 24px;
  }

  .merch-card-content p {
    font-size: 18px;
  }

  .artist-market-card__actions {
    grid-template-columns: 1fr;
  }

  .artist-filter {
    flex-direction: column;
    gap: 20px;
  }

  .growth-and-investment {
    flex-direction: column;
    gap: 20px;
  }

  .investment-card {
    padding: 20px;
  }

  .release-info-label {
    font-size: 13px;
  }

  .release-info-value {
    font-size: 14px;
  }

  .chart-card-head {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }

  .distribution-progress-step-main {
    gap: 14px;
    --dp-icon: 40px;
  }

  .distribution-progress-rail {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
  }

  .distribution-progress-icon-col {
    width: 40px;
  }

  .distribution-progress-icon,
  .distribution-progress-icon--active {
    width: 40px;
    height: 40px;
  }

  .distribution-progress-title {
    font-size: 16px;
  }

  .distribution-progress-desc,
  .distribution-progress-status {
    font-size: 13px;
  }

  .distribution-progress-body {
    padding-bottom: 0;
  }

  .distribution-progress-platforms {
    margin-top: 10px;
    gap: 8px;
  }

  .distribution-progress-platforms img {
    width: 22px;
    height: 22px;
  }

  .perk-filter-btn {
    padding: 8px 12px;
    font-size: 14px;
  }

  .distribute-track-checkmark {
    width: 22px;
    height: 22px;
  }

  .distribute-track-item {
    margin-bottom: 10px;
  }

  .distribute-upload-subtitle {
    font-size: 14px;
  }

  .distribution-progress-gap {
    height: 20px;
  }

  .distribution-progress-vline {
    min-height: 60px;
  }

  .tracks_list_section {
    padding-top: 40px;
  }

  .qc-section .how-does-img {
    height: 240px;
  }

  .support-section {
    padding: 40px 20px;
  }

  .qustion-main h3 {
    font-size: 18px;
  }

  .merch-card-img {
    height: 300px;
  }

  .event-box-status {
    height: 38px;
    font-size: 16px;
    line-height: 1.25;
  }

  .how-work-content {
    width: 100%;
  }

  .how-work-img {
    width: 100%;
  }

  .how-work-section .how-work-steps li {
    overflow: hidden;
    padding-block: 24px;
  }

  .how-work-box {
    gap: 18px;
  }

  .how-work-img img {
    max-height: 42vh;
    object-fit: cover;
  }

  .how-work-vector {
    display: none;
  }

  .how-work-content h3 {
    font-size: 24px;
    line-height: 1.25;
  }

  .how-work-content label {
    font-size: 16px;
  }

  .main-blog-content h3 {
    font-size: 28px;
    line-height: 1.25;
  }

  .artist-details-box {
    flex-direction: column;
    align-items: center;
  }

  .marketplace-details-img {
    width: 100%;
    height: auto;
  }

  .user-profile-name {
    font-size: 32px;
  }

  .user-profile-avatar-wrap {
    width: 80px;
    height: 80px;
  }

  .user-profile-banner-inner {
    gap: 24px;
  }

  .user-profile-label {
    font-size: 16px;
  }

  .profile-settings-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .profile-field label {
    font-size: 16px;
  }

  .nice-select {
    font-size: 16px !important;
  }

  .futures-page-arrow,
  .futures-page-link {
    width: 28px;
    height: 28px;
  }

  .balance-filter-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }

  .royalty-distributions-wrap h4 {
    font-size: 18px;
  }

  .balance-totals-table th,
  .balance-totals-table td {
    font-size: 16px;
    padding: 15px;
  }

  .withdraw-btn {
    font-size: 16px;
    padding: 10px 15px;
    min-width: 100px;
  }

  .royalty-distributions-wrap p {
    font-size: 16px;
  }

  .available-cash-card {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .royalty-distributions-wrap {
    margin-top: 15px;
  }

  .selling-feature-bars {
    gap: 15px;
  }

  .selling-feature-bar-group span {
    font-size: 14px;
  }

  .selling-feature-chart-title-row h4 {
    font-size: 18px;
  }

  .selling-feature-chart-title-row span {
    font-size: 16px;
  }

  .selling-feature-stat {
    padding-inline:12px;
  }

  .selling-feature-header {
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
  }

  .selling-feature-stat:not(:last-child) {
    border-right: none;
  }

  .selling-feature-stat-top span, .selling-feature-stat-top strong {
    font-size: 14px;
  }

  .selling-feature-chart {
    grid-template-columns:30px minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .user-profile-name {
    font-size: 28px;
  }

  .pt-100 {
    padding-top: 40px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pt-300 {
    padding-top: 140px;
  }

  .pt-200 {
    padding-top: 80px;
  }

  .pb-200 {
    padding-bottom: 80px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .pb-40 {
    padding-bottom: 20px;
  }

  .mt-80 {
    margin-top: 30px;
  }

  .mt-100 {
    margin-top: 40px;
  }

  .mb-100 {
    margin-bottom: 40px;
  }

  .main-title {
    font-size: 30px;
    line-height: 1.2;
  }

  /* Source: style.css */
  .hero_section_title h1 {
    font-size: 30px;
  }

  /* Source: custom.css */
  .artist-revenue-share__fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .yours-and-fans-grid {
    grid-template-columns: 1fr;
  }

  .yours-and-fans-card {
    padding: 18px 20px;
    border-radius: 16px;
  }

  .yours-and-fans-card__title {
    font-size: 22px;
  }

  .yours-and-fans-card__value {
    margin-top: 14px;
    font-size: 24px;
  }

  .yours-and-fans-card__value strong {
    font-size: 20px;
  }

  .artist-revenue-share__input-wrap input {
    font-size: 16px;
  }

  .fixed-price-settings__summary {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fixed-price-settings__summary-pill {
    font-size: 16px;
  }

  /* Source: custom.css */
  .song-list-card {
    min-height: 120px;
    border-radius: 16px;
    padding: 10px 14px 10px 10px;
  }

  .song-list-card__title {
    font-size: 18px;
  }

  .song-list-card__artist {
    font-size: 15px;
  }

  .song-price-btn {
    font-size: 22px;
  }

  .song-price-btn .btn-login-icon {
    width: 22px;
    height: 22px;
  }

  .new-relase-form__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .new-relase-box {
    width: 100%;
    padding: 28px 20px;
  }

  /* Source: custom.css */
  .cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 14px;
    align-items: center;
  }

  .cart-details-wrap {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .cart-item__info {
    min-width: 0;
  }

  .cart-remove-btn {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }

  .cart-item__qty {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    gap: 10px;
  }

  .cart-item__price {
    grid-column: 2 / 4;
    grid-row: 2;
    justify-self: end;
    line-height: 1.3;
  }

  .cart-summary-total {
    margin-block: 10px;
    padding-top: 10px;
  }

  .cart-summary-row {
    margin-bottom: 10px;
  }

  .platform-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .platform-card {
    min-height: 132px;
    border-radius: 16px;
    padding: 15px;
  }

  .platform-card-title {
    font-size: 18px;
  }

  .platform-card-users {
    font-size: 16px;
  }

  .distribution-scope-options {
    grid-template-columns: 1fr;
  }

  .distribution-setting-label,
  .distribution-scope-text,
  .distribution-presave-subtitle {
    font-size: 16px;
  }

  .distribution-presave-title {
    font-size: 20px;
  }
  .distribute-submit-btns {
    margin-top: 30px;
    flex-direction: column;
  }

  .distribute-submit-btns button {
    width: 100%;
  }

  .distribute-upload-zone {
    padding: 20px 10px;
  }

  .section-artist-portal .artist-portal-box {
    text-align: left;
  }

  .artist-portal-icon {
    width: 40px;
    height: 40px;
  }

  .faq_list .faq_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .login-form-left {
    height: 320px;
  }

  .user-page-tabs {
    margin-bottom: 20px;
    gap: 8px;
  }

  .user-page-tab {
    width: 140px;
    padding: 12px;
    font-size: 16px;
  }

  .user-edit-profile {
    padding: 20px;
  }

  .user-profile-edit-btn {
    margin-top: -40px;
    font-size: 16px;
    padding: 8px 12px;
  }

  .user-profile-edit-icon {
    width: 20px;
    height: 20px;
  }

  .user-profile-avatar-edit-icon {
    width: 20px;
    height: 20px;
  }

  .user-profile-avatar-edit {
    width: 36px;
    height: 36px;
    bottom: -6px;
    right: -6px;
  }

  .edit-profile-form {
    padding: 20px;
  }

  .features-list-wrap {
    padding: 16px;
  }

  .features-list-table {
    border-radius: 16px;
  }

  .features-list-table thead th,
  .features-list-table tbody td {
    padding: 12px 14px;
    font-size: 16px;
    white-space: nowrap;
  }

  .futures-track-cell {
    gap: 10px;
  }

  .futures-track-cell img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }

  .futures-track-content h4 {
    font-size: 16px;
  }

  .futures-track-content p {
    font-size: 14px;
  }

  .futures-total {
    font-size: 14px;
  }

  .futures-view-btn {
    min-width: 64px;
    height: 34px;
    font-size: 14px;
  }

  .futures-pagination {
    padding: 12px 14px;
    row-gap: 10px;
    flex-direction: column;
  }

  .futures-pagination p {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .pt-100 {
    padding-top: 30px;
  }

  .pt-120 {
    padding-top: 40px;
  }

  .pt-300 {
    padding-top: 60px;
  }

  .pt-200 {
    padding-top: 60px;
  }

  .pb-200 {
    padding-bottom: 60px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .pb-120 {
    padding-bottom: 40px;
  }

  .mt-80 {
    margin-top: 30px;
  }

  .mt-100 {
    margin-top: 40px;
  }

  .mb-100 {
    margin-bottom: 40px;
  }

  /* Source: style.css */
  .logo-img {
    height: 48px;
  }

  .hero_section_title p {
    font-size: 14px;
  }

  .tracks_swiper_slide {
    min-width: 240px;
    max-width: 280px;
  }

  .track_card {
    height: 300px;
  }

  .track_card:hover .track_card_content {
    min-height: 110px;
    padding: 12px 14px;
  }

  .track_card_title {
    font-size: 16px;
  }

  .track_card_subtitle {
    font-size: 0.75rem;
  }

  .qc-section .how-does-img {
    height: 200px;
  }

  .track_card_btn {
    padding: 8px 12px;
    font-size: 0.75rem;
  }

  .distribution-progress-step {
    gap: 12px;
  }

  .address-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .address-grid .address-item:nth-child(-n + 3) {
    grid-column: span 2;
  }

  .address-item {
    padding: 15px;
    justify-content: flex-start;
  }

  .site-footer {
    padding-top: 60px;
  }

  .dashboard-value-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-btns-wrap {
    flex-direction: column;
    gap: 10px;
  }

  .dashboard-btns-wrap button {
    width: 100%;
  }

  /* Source: custom.css */
  .faq_list .faq_item h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .faq_list .faq_item h4::before {
    font-size: 18px;
    line-height: 26px;
  }

  /* Source: custom.css */
  .get-in-touch-info .address-grid.follow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vision-center {
    max-width: 250px;
  }

  .main-btn {
    font-size: 14px;
  }

  .event_list_grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .user-page-tab {
    font-size: 14px;
  }

  .user-profile-name {
    font-size: 20px;
  }

  .user-profile-banner-inner {
    gap: 16px;
  }

  .selling-feature-bars {
    gap: 3px;
  }
}

@media (max-width: 820px) {
  .login-panel-input {
    height: 52px;
    font-size: 18px;
  }

  .login-panel-forgot-link,
  .login-panel-register-link,
  .login-panel-divider {
    font-size: 16px;
  }

  .login-form-right-title h2 {
    font-size: 34px;
  }

  .login-panel-input {
    height: 42px;
    font-size: 16px;
    padding: 0 20px;
  }
}

@media (max-width: 540px) {
  .login-form-right {
    padding: 24px;
  }

  .login-form-right-title h2 {
    font-size: 24px;
  }

  .login-panel-form {
    gap: 16px;
  }

  .login-panel-social-link {
    min-height: 76px;
    border-radius: 16px;
  }

  .login-panel-social-link img {
    width: 26px;
    height: 26px;
  }

  .login-panel-divider {
    gap: 10px;
  }
}

@media (max-width: 991px) {
  /* Source: custom.css */
  .release-card-price {
    font-size: 18px;
  }

  /* Source: custom.css */
  .cart-list-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .cart-summary-card {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }

  .new-relase-box h3 {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .share-terms-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .share-terms-preview {
    width: 100%;
  }

  .share-terms-preview-inner {
    gap: 20px;
  }

  .share-terms-steps {
    width: 100%;
    flex-direction: column;
    gap: 22px;
    align-items: stretch;
  }

  .share-terms-steps ul {
    flex-direction: row;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }

  .share-terms-steps ul li button {
    font-size: 16px;
    padding: 10px 15px;
    width: auto;
  }

  .song-list-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    max-height: 320px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }

  .share-terms-steps-content {
    min-height: auto;
  }

  /* Source: custom.css */
  .blog-list {
    grid-template-columns: 1fr;
  }

  .blog-feature-card {
    min-height: 460px;
  }

  .main-blog-article {
    display: grid;
    grid-template-columns: 1fr;
  }

  .other-blog-card .blog-side-content {
    width: 100%;
  }

  .banner-title-wrap h2 {
    font-size: 40px;
    line-height: 50px;
  }

  /* About page: story + FAQ spacing */
  .storySwiper {
    margin-top: 36px;
  }

  .story-swiper-item {
    height: auto;
    min-height: 380px;
    max-height: 500px;
  }

  .faq-content ul {
    gap: 40px;
  }

  /* Source: custom.css */
  .listen-rotate-box {
    --listen-orbit-radius: 270px;
    min-height: 680px;
  }

  .listen-rotate-pill {
    max-width: 170px;
    min-height: 64px;
    padding: 10px 14px;
  }

  .listen-rotate-pill span {
    font-size: 16px;
    line-height: 24px;
  }

  .listen-rotate-title {
    max-width: 430px;
    font-size: 26px;
  }

  .listen-rotate-box.is-listen-content-hovered .listen-rotate-pill {
    width: 68px;
    min-height: 68px;
  }

  .listen-rotate-box.is-listen-content-hovered .listen-rotate-pill img {
    width: 40px;
    height: 40px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(1) {
    --listen-hover-x: -182px;
    --listen-hover-y: 122px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(2) {
    --listen-hover-x: -108px;
    --listen-hover-y: 122px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(3) {
    --listen-hover-x: -36px;
    --listen-hover-y: 122px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(4) {
    --listen-hover-x: 36px;
    --listen-hover-y: 122px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(5) {
    --listen-hover-x: 108px;
    --listen-hover-y: 122px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(6) {
    --listen-hover-x: 182px;
    --listen-hover-y: 122px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 30px;
  }

  .footer-contact-list {
    align-items: center;
    gap: 10px;
  }

  .footer-social-wrap {
    align-items: center;
    justify-self: center;
  }

  .footer-social-list {
    justify-content: center;
  }

  .footer-logo {
    width: 210px;
  }

  .share-terms-steps ul li button.is-active,
  .share-terms-steps ul li button[aria-selected="true"] {
    background: transparent;
    border: none;
  }

  .share-terms-steps ul li button:focus,
  .share-terms-steps ul li button:active,
  .share-terms-steps ul li button:focus-visible {
    border: none;
  }

  .share-terms-steps ul li button.is-active::after,
  .share-terms-steps ul li button[aria-selected="true"]::after {
    display: none;
  }

  .share-terms-steps ul li button.is-active::before,
  .share-terms-steps ul li button[aria-selected="true"]::before {
    display: none;
  }
  .share-terms-steps ul li button {
    border: none;
  }

  /* Source: events.html / custom.css */
  .live-event-box {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 16px;
    margin-top: 70px;
    padding: 16px;
  }

  .mike_and_live,
  .live_event_schedule,
  .release_board {
    width: 100%;
  }

  .event_list {
    gap: 36px;
  }

  .partner-content {
    flex-direction: column;
    gap: 28px;
  }

  .partner-content-left p {
    width: 100%;
  }

  .partner-content-right {
    max-width: 420px;
  }

  .partner-content-btn {
    flex-wrap: wrap;
  }
}

@media (max-width: 1600px) {
  .song-price-btn {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  /* Source: custom.css */
  .new-relase-form__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  /* Source: custom.css */
  .service-overview-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-portfolio-card {
    padding: 14px;
    border-radius: 16px;
  }

  .service-portfolio-card__image {
    border-radius: 14px;
  }

  .service-portfolio-card__body {
    margin-top: 16px;
  }

  .service-portfolio-card__title {
    font-size: 18px;
  }

  .service-portfolio-card__desc {
    margin-top: 8px;
    font-size: 15px;
  }

  .service-portfolio-card__stats {
    margin-top: 20px;
    gap: 10px;
  }

  .service-portfolio-card__stat {
    min-height: 74px;
    border-radius: 12px;
  }

  .service-portfolio-card__label {
    font-size: 14px;
  }

  .service-overview {
    padding-block: 38px;
  }

  .service-overview__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .service-overview-card {
    padding: 14px;
    border-radius: 16px;
    gap: 10px;
  }

  .service-overview-card__icon {
    width: 64px;
    height: 64px;
  }

  .service-overview-card__icon-inner {
    width: 32px;
    height: 32px;
  }

  .service-overview-card__content h3 {
    font-size: 18px;
  }

  .service-overview-card__content p {
    margin-top: 6px;
    font-size: 15px;
  }

  .service-overview-includes {
    border-radius: 16px;
    padding: 18px 16px;
  }

  .service-overview-includes__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-overview-includes__list li {
    font-size: 15px;
  }

  .track-overview__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .investment-list-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* Source: custom.css */
  .artist-details-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .artist-details-author__name,
  .artist-details-author__role,
  .artist-details-location {
    font-size: 20px;
  }

  /* Source: custom.css */
  .tab-list-box {
    border-radius: 24px;
    justify-content: center;
    gap: 10px;
  }

  .tab-list-btn {
    min-height: 40px;
    font-size: 15px;
    padding: 10px 14px;
  }

  /* Source: custom.css */
  .banner-filter-box {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 14px;
  }

  .banner-filter-select-wrap select {
    font-size: 16px;
    height: 50px;
  }

  .banner-filter-box .main-btn {
    width: fit-content;
  }

  /* Source: custom.css */
  .marketplace-grid {
    grid-template-columns: 1fr;
  }

  /* Source: custom.css */
  .get-in-touch-form {
    width: 100%;
    padding: 24px;
  }

  .get-in-touch-form .form-grid {
    grid-template-columns: 1fr;
  }

  /* Source: custom.css */
  .blog-list {
    gap: 16px;
  }

  .blog-feature-card {
    min-height: 380px;
  }

  .blog-card-content {
    padding: 18px;
  }

  .blog-side-list {
    gap: 16px;
  }

  .blog-side-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .blog-side-img {
    min-height: 210px;
  }

  .blog-side-content {
    padding: 16px;
  }

  .blog-card-content h3,
  .blog-side-content h3 {
    font-size: 22px;
  }

  .blog-card-content p,
  .blog-side-content p {
    font-size: 15px;
  }

  .other-blog-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .marketplace-details-box {
    padding: 20px;
  }

  .banner-title-wrap h2 {
    font-size: 35px;
    line-height: 42px;
  }

  /* About page: hero, story, mission, events */
  .about-banner-main-img {
    margin-top: 48px;
  }

  .banner-title-wrap p {
    font-size: 16px;
    line-height: 1.65;
    padding-inline: 4px;
  }

  .banner-title-wrap .main-btn {
    max-width: 100%;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.3;
    min-height: 44px;
    height: auto;
    padding-block: 10px;
  }

  .vision-section-inner h3.main-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .section-story-behind .section-title p,
  .faqs-section .section-title p,
  .upcoming-events-section .section-title p {
    padding-inline: 8px;
    max-width: 40ch;
    margin-inline: auto;
  }

  .storySwiper {
    margin-top: 28px;
    padding-bottom: 8px;
  }

  .story-swiper-item {
    height: auto;
    min-height: 280px;
    max-height: 400px;
    border-radius: 22px;
  }

  .story-swiper-item-text {
    padding: 20px 18px;
    min-height: 0;
  }

  .story-swiper-item-text h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 6px;
  }

  .story-swiper-item-text p {
    font-size: 14px;
    line-height: 1.45;
  }

  .story-swiper-play {
    width: 72px;
    height: 72px;
  }

  .story-swiper-play-inner {
    width: 42px;
    height: 42px;
  }

  .swiper-btn-main {
    margin-top: 28px;
  }

  .faq-content {
    margin-top: 36px;
  }

  .faq-content ul {
    gap: 28px;
  }

  .faq-content ul li {
    padding-bottom: 30px;
  }

  .faq-content ul li h4 {
    font-size: 17px;
    line-height: 1.4;
  }

  .faq-content ul li p {
    font-size: 15px;
    line-height: 1.55;
  }

  .mission-section .section-title h5 {
    font-size: 17px;
    line-height: 1.55;
    padding-inline: 6px;
  }

  .mission-section .section-title h5 br {
    display: none;
  }

  .our-mission-video {
    border-radius: 20px;
  }

  .our-mission-video .story-swiper-play {
    width: 72px;
    height: 72px;
    top: 50%;
  }

  .our-mission-video .story-swiper-play-inner {
    width: 42px;
    height: 42px;
  }

  .listen-rotate-content p {
    font-size: 17px;
    line-height: 1.5;
    padding-inline: 8px;
  }

  .upcoming-events-section .upcomingEvents {
    margin-top: 36px;
  }

  .event-box-img {
    height: 220px;
  }

  .event-box-content {
    padding: 22px 18px;
  }

  .event-box-content h4 {
    font-size: 18px;
    line-height: 1.35;
  }

  .center-btn {
    margin-top: 36px;
  }

  /* Source: events.html / custom.css */
  .about-banner .banner-title-btn {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .about-banner .banner-title-btn .main-btn {
    width: 100%;
    justify-content: center;
  }

  .live-event-box {
    margin-top: 46px;
    border-radius: 18px;
    padding: 14px;
  }

  .mike_and_live {
    border-radius: 16px;
    padding: 16px 14px;
    justify-content: space-between;
  }

  .live_button {
    padding: 5px 12px;
  }

  .live_event_schedule {
    gap: 16px;
  }

  .live_event_item {
    min-width: 100%;
  }

  .live_event_item p {
    margin: 0;
  }

  .live_event_meta {
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 8px;
  }

  .live_event_meta_item {
    font-size: 14px;
  }

  .release_board {
    border-radius: 16px;
    padding: 18px 14px;
  }

  .release_board_title {
    border-radius: 10px;
    padding: 5px 12px;
  }

  .release_board_list {
    gap: 12px;
    padding-left: 18px;
  }

  .merch_toggle {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .event_list {
    gap: 28px;
  }

  .event_list > .main-btn {
    width: 100%;
    justify-content: center;
  }

  .event-box-content .main-btn {
    width: 100%;
    justify-content: center;
  }

  .partner-content {
    gap: 22px;
  }

  .partner-content-right {
    max-width: 320px;
  }

  .partner-content-btn {
    width: 100%;
    flex-direction: column;
  }

  .partner-content-btn .main-btn {
    width: 100%;
    justify-content: center;
  }

  /* Source: custom.css */
  .gallery-list {
    margin-top: 30px;
  }

  .gallerySwiper {
    padding: 20px 0;
  }

  .gallerySwiper .swiper-slide,
  .gallerySwiper .swiper-slide-prev,
  .gallerySwiper .swiper-slide-next,
  .gallerySwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
  }

  .gallerySwiper .swiper-slide {
    width: min(360px, 88vw);
  }

  .gallery-card {
    height: 300px;
    border-radius: 20px;
  }

  /* Source: custom.css */
  .listen-rotate-box {
    --listen-orbit-radius: 195px;
    min-height: 560px;
    overflow: hidden;
  }

  .listen-rotate-pill {
    max-width: 130px;
    min-height: 54px;
    gap: 6px;
    border-radius: 16px;
    padding: 8px 10px;
  }

  .listen-rotate-pill img {
    width: 18px;
    height: 18px;
  }

  .listen-rotate-pill span {
    font-size: 12px;
    line-height: 16px;
  }

  .listen-rotate-tag {
    margin-bottom: 14px;
  }

  .listen-rotate-title {
    max-width: 300px;
    font-size: 20px;
    line-height: 1.45;
  }

  .listen-rotate-box.is-listen-content-hovered .listen-rotate-pill {
    width: 52px;
    min-height: 52px;
  }

  .listen-rotate-box.is-listen-content-hovered .listen-rotate-pill img {
    width: 30px;
    height: 30px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(1) {
    --listen-hover-x: -132px;
    --listen-hover-y: 98px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(2) {
    --listen-hover-x: -78px;
    --listen-hover-y: 98px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(3) {
    --listen-hover-x: -26px;
    --listen-hover-y: 98px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(4) {
    --listen-hover-x: 26px;
    --listen-hover-y: 98px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(5) {
    --listen-hover-x: 78px;
    --listen-hover-y: 98px;
  }

  .listen-rotate-box.is-listen-content-hovered
    .listen-rotate-pill:nth-child(6) {
    --listen-hover-x: 132px;
    --listen-hover-y: 98px;
  }

  .site-footer {
    padding-block: 48px 24px;
  }

  .footer-contact-item span,
  .footer-social-title {
    font-size: 16px;
  }

  .footer-social-link {
    width: 40px;
    height: 40px;
  }

  .footer-social-link img {
    width: 28px;
    height: 28px;
  }

  .footer-bottom {
    margin-top: 28px;
  }
}

@media (max-width: 1280px) {
  /* Source: custom.css */
  .banner-filter-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .banner-filter-box .main-btn {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  /* Source: custom.css */
  .artist-details-grid {
    grid-template-columns: 1fr;
  }

  .artist-list-grid {
    grid-template-columns: 1fr;
  }

  .artist-market-card__actions {
    flex-direction: column;
  }

  .artist-market-card__btn {
    width: 100%;
  }

  .artist-market-card__service-desc {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  /* Source: releases.html / custom.css */
  .main-relese-filter {
    width: 94%;
  }

  .main-relese-filter .container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  /* Source: releases.html / custom.css */
  .main-relese-filter {
    width: 100%;
    padding: 32px 20px;
    box-sizing: border-box;
  }

  .main-relese-filter .container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .main-relese-filter .container > ul .main-btn {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  /* Source: releases.html / custom.css */
  .main-relese-filter {
    width: calc(100% - 20px);
    margin-inline: 10px;
    padding: 24px 16px;
    border-radius: 18px;
    box-sizing: border-box;
  }

  .main-relese-filter .container > ul {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .main-relese-filter .nice-select {
    min-width: 0;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }

  .relese-filter-box label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .main-relese-filter .container > ul .main-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Artist page (artist.html) */
@media (max-width: 1199px) {
  .qc-section .how-does-main ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-artist-portal .section-artist-list ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .section-artist-portal .artist-portal-box {
    padding: 24px 18px;
  }
}

@media (max-width: 991px) {
  .qc-section .qc-box {
    margin: 30px 0;
  }

  .qc-section .how-does-main {
    margin-top: 30px;
  }

  .qc-section .how-does-main ul {
    gap: 16px;
  }

  .qc-section .how-does-content {
    padding: 22px 16px;
  }

  .qc-section .qustion-main.qustion-main-last {
    margin-top: 40px;
  }

  .section-artist-portal .section-artist-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .section-artist-portal .btn-center .main-btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .qc-section .how-does-main ul {
    grid-template-columns: 1fr;
  }

  .qc-section .qustion-video .our-mission-video {
    margin-top: 0;
    border-radius: 18px;
  }

  .section-artist-portal .section-artist-list ul {
    grid-template-columns: 1fr;
  }

  .section-artist-portal .text-center.btn-center p {
    padding-inline: 10px;
  }
}

@media (max-width: 540px) {
  .qc-section .qustion-main .main-btn,
  .section-artist-portal .btn-center .main-btn {
    width: 100%;
    justify-content: center;
  }

  .section-artist-portal .artist-portal-box {
    padding: 20px 16px;
    border-radius: 18px;
  }
}

/* Community page (community.html) */
@media (max-width: 1199px) {
  .community-section_left {
    width: 62%;
  }

  .community-section_right {
    width: 38%;
    padding-left: 20px;
  }

  .uploading-music-wrap {
    width: calc(100% - 130px);
  }

  .uploading-music-title,
  .uploading-music-time {
    width: 100%;
    padding-left: 0;
  }

  .uploading-music-time {
    margin-top: 12px;
  }
}

@media (max-width: 991px) {
  .community-section-wrap {
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .community-section_left,
  .community-section_right {
    width: 100%;
  }

  .community-section_right {
    padding-left: 0;
  }

  .uploading_card,
  .trending-box {
    padding: 24px;
  }

  .uploading-items {
    gap: 14px;
  }

  .uploading-items ul {
    gap: 16px;
  }

  .uploading-items > .main-btn {
    width: 100%;
    justify-content: center;
  }

  .uploading-music-player {
    padding: 18px;
  }

  .uploading-music-round {
    width: 70px;
    height: 70px;
  }

  .uploading-music-wrap {
    width: calc(100% - 120px);
  }

  .trending-main-box-left {
    width: 56%;
  }

  .trending-main-box-right {
    width: 44%;
  }
}

@media (max-width: 767px) {
  .community-section-wrap,
  .community-section_left,
  .community-section_right {
    row-gap: 20px;
  }

  .uploading_card {
    padding: 18px;
    border-radius: 18px;
  }

  .uploading-img {
    width: 48px;
    height: 48px;
  }

  .uploading-text,
  .uploading-profile {
    width: calc(100% - 48px);
    padding-left: 14px;
  }

  .uploading-text-arera textarea {
    height: 100px;
    padding: 14px;
    border-radius: 16px;
  }

  .uploading-profile-title {
    align-items: flex-start;
  }

  .uploading-profile-name {
    width: calc(100% - 40px);
  }

  .uploading-music-player {
    gap: 14px;
  }

  .uploading-music-round {
    width: 64px;
    height: 64px;
  }

  .uploading-music-wrap {
    width: 100%;
    padding-left: 0;
  }

  .uploading-music-time-inner {
    flex-wrap: wrap;
    gap: 10px;
  }

  .uploading-music-time-text {
    width: 100%;
  }

  .uploading-music-icon {
    margin-left: 0;
  }

  .uploading-items ul {
    width: 100%;
    gap: 12px;
  }

  .uploading-items ul li a {
    gap: 4px;
    font-size: 16px;
  }

  .trending-box {
    padding: 18px;
    border-radius: 18px;
  }

  .trending-main-box,
  .community_profile_box {
    border-radius: 16px;
    padding: 10px 14px;
  }

  .community_profile_box-left {
    width: calc(100% - 74px);
  }

  .community_profile_box-right {
    width: 74px;
  }

  .uploading-items ul li a img {
    width: 20px;
    height: 20px;
  }

  .uploading-text .uploading-items {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .community_music-player {
    padding: 18px 16px 20px;
    border-radius: 18px;
  }

  .community_music-player-controls {
    flex-wrap: wrap;
    gap: 6px;
  }

  .trending-main-box-left,
  .trending-main-box-right {
    width: 100%;
    text-align: left;
    padding-right: 0;
  }

  .trending-main-box-right {
    margin-top: 2px;
  }

  .community_profile_box-left,
  .community_profile_box-right {
    width: 100%;
    text-align: left;
  }

  .community_profile_box-right {
    margin-top: 6px;
  }

  .uploading-img {
    width: 36px;
    height: 36px;
  }
}

/* My futures table responsive */
@media (max-width: 1200px) {
  .features-list-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .features-list-table table {
    min-width: 980px;
  }
}
