@media (max-width: 768px) {
  #portfolio-slider .grid-x {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .portfolio-category-slider {
    padding: 0 0 2.25rem;
  }

  .portfolio-category-slider + .portfolio-category-slider {
    margin-top: 1.25rem;
  }

  .portfolio-category-slider__headline {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .65rem 1rem;
    align-items: end;
  }

  .portfolio-category-slider__taxonomy-wrapper {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
  }

  .portfolio-category-slider__taxonomy {
    padding: .4rem .7rem;
    font-size: .72rem;
  }

  .portfolio-category-slider__title {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.05;
  }

  .portfolio-category-slider__link {
    margin-top: 0;
    white-space: nowrap;
    align-self: center;
  }

  .portfolio-category-slider__swiper {
    width: 100%;
    overflow: visible;
  }

  .portfolio-category-slider__swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .45rem;
    align-items: stretch;
    transform: none !important;
    transition-duration: 0ms !important;
  }

  .portfolio-category-slider__swiper .swiper-slide {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    transform: none !important;
    opacity: 1 !important;
    transition-delay: 0ms !important;
  }

  .js-portfolio-swiper {
    cursor: default !important;
    touch-action: auto;
  }

  .js-portfolio-swiper:active {
    cursor: default !important;
  }

  .spacer {
    height: 100%;
    padding-right: 0;
  }

  .portfolio-slide-card {
    display: block;
    width: 100%;
    height: 100%;
  }

  .portfolio-slide-card__play {
    place-items: center;
    padding: 0;
    font-size: 1.45rem;
  }

  .portfolio-media-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    box-shadow: 0 18px 45px -28px rgba(0, 0, 0, .55);
  }

  .portfolio-media-box img,
  .portfolio-media-box video {
    width: 100%;
    height: 100%;
  }

  .single-portfolio .project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .45rem;
    overflow: visible;
  }

  .single-portfolio .project-grid__item {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
  }

  .single-portfolio .project-grid__item img,
  .single-portfolio .project-grid__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .single-portfolio .project-grid__play {
    place-items: center;
    padding: 0;
    font-size: 1.45rem;
  }

  .filmstrip {
    --bar-h: 56px;
    background: #fff;
    overflow: hidden;
  }

  .filmstrip::before {
    display: none;
  }

  .filmstrip__track {
    display: block;
    width: 100%;
    height: calc(100svh - var(--nav-h) - var(--bar-h));
    padding: .75rem 1rem 1.25rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-snap-type: y proximity;
    cursor: default;
  }

  .filmstrip__track:active {
    cursor: default;
  }

  .filmstrip__slide {
    width: 100%;
    height: auto;
    min-height: 0;
    display: block;
    margin: 0 0 .75rem;
    scroll-snap-align: start;
  }

  .filmstrip__slide--meta {
    min-height: auto;
    padding: .25rem 0 1rem;
  }

  .filmstrip__meta {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  .filmstrip__meta-title,
  .filmstrip__meta-cat {
    writing-mode: horizontal-tb;
    transform: none;
    letter-spacing: .08em;
    font-size: 11px;
  }

  .filmstrip__img,
  .filmstrip__video {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
  }

  .filmstrip__slide.is-video {
    min-height: 0;
  }

  .filmstrip__bar {
    height: var(--bar-h);
    background: rgba(255, 255, 255, .92);
  }

  .filmstrip__bar-inner {
    left: auto;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 1rem;
  }

  .filmstrip__slide--outro {
    width: 100%;
    min-height: auto;
    padding: 2rem 0 4rem;
  }

  .filmstrip__slide--outro .filmstrip__outro {
    max-width: 100%;
  }
}
