@media (max-width: 1040px) {
  .site-nav {
    grid-template-columns: auto auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .nav-right {
    justify-content: flex-end;
  }

  .featured-inner,
  .featured-info,
  .featured-track-head,
  .licensing-section,
  .licensing-mini-list,
  .license-project-guide,
  .license-table > div,
  .about-hero,
  .about-process,
  .blog-bottom-nav,
  .footer-grid,
  .blog-featured {
    grid-template-columns: 1fr;
  }

  .featured-track-head {
    display: grid;
  }

  .featured-cover-thumb {
    justify-self: center;
    width: min(250px, 100%);
  }

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

  .hero-product {
    justify-self: center;
    width: min(430px, 100%);
  }

  .cover-art {
    gap: 0.55rem;
  }

  .cover-art .vinyl {
    align-self: center;
  }

  .beat-row {
    grid-template-columns: 36px minmax(142px, 158px) minmax(0, 1fr) 76px 70px minmax(132px, 148px);
    gap: 0.75rem;
    min-height: 176px;
  }

  .beat-art {
    justify-self: center;
    width: clamp(136px, 18vw, 152px);
  }

  .beat-cover {
    width: min(82%, 128px);
  }

  .beat-vinyl {
    right: -0.2rem;
    width: 76%;
    height: 76%;
  }

  .beat-info h3 {
    font-size: clamp(1.25rem, 2.6vw, 1.62rem);
    white-space: normal;
  }

  .beat-info p {
    white-space: normal;
  }

  .beat-wave {
    display: none;
  }

  .beat-meta-stack {
    display: grid;
    gap: 0.3rem;
    font-size: 0.78rem;
    line-height: 1.08;
  }

  .beat-price {
    display: block;
    font-size: 1.32rem;
    line-height: 1;
  }

  .beat-buy {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    margin-top: 0;
    padding: 0.9rem 0.78rem;
    font-size: 0.86rem;
  }

  .sp1200-graphic {
    grid-template-columns: 1fr auto;
  }

  .vertical-tag {
    display: none;
  }

  .blog-grid,
  .about-grid,
  .license-detail-grid,
  .license-project-grid,
  .license-legal-notes > div,
  .upsell-cards,
  .testimonial-grid,
  .service-pricing {
    grid-template-columns: repeat(2, 1fr);
  }

  .thanks-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-info-section,
  .testimonials-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .demo-banner {
    position: relative;
    top: auto;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    padding-block: 0.42rem;
    font-size: 0.82rem;
  }

  .site-nav {
    top: 0;
    gap: 0.75rem;
    min-height: 66px;
    padding-block: 0.65rem;
  }

  .shop-info-section {
    scroll-margin-top: 112px;
  }

  .playlist-section {
    scroll-margin-top: 24px;
  }

  .logo-mark {
    width: 46px;
    height: 46px;
  }

  .logo-text {
    font-size: 1.18rem;
  }

  .icon-btn {
    display: none;
  }

  .cart-btn {
    min-width: auto;
    padding-inline: 0.72rem;
  }

  .cart-btn span:nth-child(2) {
    font-size: 0;
  }

  .cart-btn span:nth-child(2)::after {
    content: "Cart";
    font-size: 1rem;
  }

  .featured-section {
    padding-top: 2.1rem;
  }

  .sp-deco,
  .crate-sep {
    display: none;
  }

  .featured-label::after,
  .section-line,
  .section-subtitle {
    display: none;
  }

  .section-header {
    align-items: flex-start;
  }

  .beat-title-main {
    font-size: clamp(3.35rem, 14.8vw, 4.75rem);
  }

  .featured-info {
    text-align: center;
  }

  .featured-cover-thumb {
    width: min(82vw, 320px);
  }

  .featured-track-head {
    justify-items: center;
  }

  .featured-track-head .beat-meta {
    justify-content: center;
  }

  .player-controls {
    display: grid;
    grid-template-columns: minmax(108px, 0.45fr) minmax(0, 1fr);
    gap: 0.65rem;
    align-items: center;
  }

  .btn-play {
    width: 100%;
    min-width: 0;
  }

  .time-display {
    justify-self: start;
  }

  .volume-wrap {
    display: none;
  }

  .hero-actions,
  .buy-row,
  .mini-player {
    flex-wrap: wrap;
  }

  .btn-hero,
  .licensing-cta,
  .license-btn {
    flex: 1 1 100%;
  }

  .hero-benefits,
  .catalogue-toolbar,
  .blog-grid,
  .admin-grid,
  .license-project-grid,
  .license-legal-notes > div,
  .upsell-cards,
  .thanks-steps,
  .thanks-hero,
  .thanks-confirm,
  .testimonial-grid,
  .service-pricing,
  .shop-info-section,
  .contact-info,
  .cgrid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem 1rem;
  }

  .footer-brand,
  .footer-newsletter {
    grid-column: 1 / -1;
  }

  .footer-block {
    min-width: 0;
  }

  .footer-block button,
  .footer-block small {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .feedback-ratings {
    grid-template-columns: 1fr;
  }

  .licensing-cta {
    justify-self: stretch;
  }

  .catalogue-toolbar select {
    display: none;
  }

  .filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.42rem;
    max-height: 5.25rem;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .filter-row > span {
    flex: 0 0 100%;
    font-size: 0.9rem;
  }

  .filter-tag {
    padding: 0.4rem 0.62rem;
    font-size: 0.82rem;
    line-height: 1;
  }

  .filter-tag.mobile-hidden {
    display: none;
  }

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

  .blog-bottom-links {
    justify-content: flex-start;
  }

  .thanks-copy {
    text-align: center;
  }

  .thanks-logo-mark {
    width: min(62vw, 190px);
    margin: 0 auto;
  }

  .thanks-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .thanks-actions .btn-hero {
    width: 100%;
  }

  .stripe-handoff {
    display: grid;
    align-items: start;
  }

  .volume-wrap {
    display: none;
    width: 100%;
    margin-left: 0;
  }

  .sp1200-graphic {
    grid-template-columns: 1fr;
  }

  .sp-pads {
    grid-template-columns: repeat(4, 32px);
  }

  .sp-pad {
    width: 32px;
    height: 32px;
  }

  .license-picker-grid {
    grid-template-columns: 1fr;
  }

  .beat-row {
    grid-template-columns: 28px minmax(96px, 112px) minmax(0, 1fr);
    gap: 0.7rem;
    min-height: 132px;
    padding: 0.75rem;
  }

  .beat-art {
    width: 100%;
    max-width: 112px;
  }

  .beat-cover {
    width: 82%;
  }

  .beat-vinyl {
    right: -0.15rem;
    width: 74%;
    height: 74%;
  }

  .beat-info h3 {
    white-space: normal;
  }

  .beat-wave,
  .beat-price {
    display: none;
  }

  .beat-meta-stack {
    grid-column: 3;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    color: var(--dusty-beige);
    font-family: var(--font-body);
    font-size: 0.76rem;
    font-weight: 800;
  }

  .beat-meta-stack span {
    padding: 0.24rem 0.55rem;
    border: 1px solid rgba(243, 238, 230, 0.16);
    border-radius: 999px;
  }

  .beat-buy {
    grid-column: 3;
    width: fit-content;
    min-width: 0;
    padding-inline: 0.72rem;
  }

  .cgrid .full {
    grid-column: auto;
  }

  .blog-meta {
    display: grid;
  }

  .admin-head,
  .admin-list article {
    grid-template-columns: 1fr;
  }

  .admin-head {
    display: grid;
  }

  .mini-player {
    gap: 0.75rem;
  }

  .mini-progress-wrap {
    flex-basis: 100%;
  }

  .toast {
    right: 1rem;
    top: auto;
    bottom: 118px;
  }

  .chatbot {
    right: 1rem;
    bottom: 118px;
  }

  .chatbot-panel {
    width: calc(100vw - 2rem);
  }

  .chatbot-log {
    max-height: 42vh;
  }
}

@media (max-width: 440px) {
  .nav-logo {
    gap: 0.45rem;
  }

  .logo-mark {
    width: 40px;
    height: 40px;
  }

  .logo-text {
    max-width: 122px;
  }

  .footer-logo {
    display: flex;
    gap: 0.55rem;
  }

  .footer-logo img {
    width: 58px;
    height: 58px;
  }

  .footer-newsletter div {
    grid-template-columns: 1fr;
  }

  .nav-links {
    gap: 0.9rem;
  }

  .nav-links button {
    font-size: 0.94rem;
  }

  .beat-row {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .beat-num {
    display: none;
  }

  .beat-art {
    justify-self: center;
    width: min(92vw, 360px);
    max-width: 100%;
    display: grid;
    place-items: center;
  }

  .beat-cover {
    width: min(82vw, 320px);
  }

  .beat-vinyl {
    display: none;
  }

  .beat-info {
    justify-items: center;
    text-align: center;
  }

  .beat-tags {
    justify-content: center;
  }

  .beat-buy {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    min-height: 48px;
  }

  .beat-meta-stack {
    grid-column: auto;
  }

  .chatbot {
    right: 0.65rem;
    left: 0.65rem;
    bottom: 112px;
  }

  .chatbot-toggle {
    justify-self: end;
  }

  .chatbot-panel {
    width: 100%;
  }
}
