@media (max-width: 650px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .heading-text {
    text-align: center;
    font-size: var(--sh-mobile);
    font-weight: bold;
    font-style: italic;
  }

  .collapse-header h2 {
    font-size: var(--sh-mobile);
  }

  .collapse-header:hover {
    background-color: var(--white);
  }

  .works {
    flex-direction: column;
    transform: scale(1);
  }

  .block,
  .works-text {
    width: 100%;
    min-height: 175px;
    padding: 37px 55px 37px 45px;
    border: none;
  }

  .block h1 {
    font-size: var(--h-mobile);
  }

  .block h2 {
    font-size: var(--sh-mobile);
    margin-top: 10px;
  }

  .works-text {
    border: none;
    border-top: var(--stroke);
  }

  .works-text h2 {
    font-size: var(--sh-mobile);
    margin-bottom: 10px;
  }

  .works-text p {
    font-size: var(--p-mobile);
  }

  .gallery-shell {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

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

  .gallery-menu {
    border: none;
    border-bottom: var(--stroke);
  }

  .artwork-image:hover img {
    transform: none;
  }

  .tabs {
    display: none;
    background-color: var(--white);
  }

  .tabs-mobile {
    display: flex;
    position: relative;
    background-color: var(--white);
  }

  .tabs-mobile button {
    border: none;
  }

  .tab {
    flex: 1;
    font-size: var(--sh-mobile);
    height: var(--row-h);

    width: 50%;
  }

  .tabs-dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    width: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
    background-color: var(--white);
  }

  .tabs-dropdown button {
    font-size: var(--sh-mobile);
    height: var(--row-h);
    padding: 20px;
    border: none;
    width: 100%;
  }

  .tab.active {
    background-color: var(--black);
    color: var(--white);
  }

  .tabs-mobile-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .active-collection {
    height: 0;
    overflow: hidden;
    background-color: var(--black);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--sh-mobile);
    transition: height 0.4s ease, padding 0.4s ease;
  }

  .active-collection.show {
    height: var(--row-h);
    padding: 0 0;
  }

  .gallery-track {
    width: 100%;
  }

  .artwork {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
  }

  .artwork-image {
    flex: 1;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 700px;
    overflow: hidden;
  }

  .artwork-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .artwork-image:hover img {
    transform: none;
  }

  .artwork-caption {
    width: 100%;
    box-sizing: border-box;
    height: var(--row-h);
    font-size: var(--sh-mobile);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gallery-nav {
    height: var(--row-h);
  }

  .gallery-nav button {
    font-size: var(--sh-mobile);
  }

  .gallery-nav button:disabled {
    color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
  }

  .gallery-nav button:hover {
    background-color: var(--white);
  }

  .info {
    flex-direction: column;
    transform: scale(1);
  }

  .footer {
    height: 40px;
    font-size: 8px;
  }
}
