@media (max-width: 767px) {
  .idub-detail-mobile {
    background: #fff;
  }

  .idub-detail-mobile-media {
    position: relative;
    width: 100%;
    aspect-ratio: auto;
    min-height: 0;
    padding: 14px 14px 64px;
    border-bottom: 1px solid #000;
    background:
      linear-gradient(180deg, #15171b 0%, #050505 100%);
    overflow: hidden;
  }

  .idub-detail-mobile-frame {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 245px;
    max-height: 430px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    background:
      radial-gradient(circle at 50% 0%, rgba(0, 158, 227, .16), transparent 34%),
      #090a0d;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .45);
  }

  .idub-detail-mobile-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
    background: transparent;
    cursor: zoom-in;
  }

  .idub-detail-mobile-zoom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(0, 0, 0, .62);
    color: #fff;
    font-family: var(--idub-font-heading);
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
  }

  .idub-detail-mobile-gallery-arrow {
    top: calc(50% - 25px);
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
  }

  .idub-detail-mobile-gallery-arrow--prev {
    left: 14px;
  }

  .idub-detail-mobile-gallery-arrow--next {
    right: 14px;
  }

  .idub-detail-mobile-gallery-dots {
    right: 68px;
    bottom: 24px;
    left: 68px;
    display: flex;
    min-height: 18px;
    max-width: none;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
  }

  .idub-detail-mobile-gallery-dot {
    display: inline-flex;
    width: 22px;
    min-width: 22px;
    height: 4px;
    min-height: 4px;
    padding: 0;
    background: rgba(255, 255, 255, .36);
  }

  .idub-detail-mobile-gallery-dot::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent;
  }

  .idub-detail-mobile-gallery-dot:hover,
  .idub-detail-mobile-gallery-dot:focus-visible,
  .idub-detail-mobile-gallery-dot.is-active {
    width: 36px;
    min-width: 36px;
    height: 4px;
    background: var(--idub-blue);
  }

  .idub-detail-mobile-gallery-dot:hover::before,
  .idub-detail-mobile-gallery-dot:focus-visible::before,
  .idub-detail-mobile-gallery-dot.is-active::before {
    width: 100%;
    height: 100%;
    background: transparent;
  }

  .idub-detail-mobile-copy {
    padding: 22px 18px 32px;
  }

  .idub-detail-mobile-heading {
    display: grid;
    gap: 10px;
    padding-bottom: 2px;
  }

  .idub-detail-mobile-author {
    display: block;
    color: var(--idub-blue);
    font-family: var(--idub-font-heading);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .idub-detail-mobile-title {
    margin: 0;
    color: #000;
    font-family: var(--idub-font-heading);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  .idub-project-chips--compact {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  .idub-project-chips--compact .idub-project-chip {
    min-height: 27px;
    max-width: 100%;
    padding: 6px 8px;
    font-size: 8px;
    line-height: 1.15;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .idub-detail-mobile-copy .idub-project-more-button--mobile {
    width: 100%;
    justify-content: center;
  }

  .idub-detail-mobile-copy .text-justify {
    text-align: left;
  }
}

@media (max-width: 380px) {
  .idub-detail-mobile-media {
    padding: 12px 12px 60px;
  }

  .idub-detail-mobile-frame {
    min-height: 220px;
  }

  .idub-detail-mobile-gallery-arrow {
    top: calc(50% - 24px);
  }

  .idub-detail-mobile-gallery-arrow--prev {
    left: 12px;
  }

  .idub-detail-mobile-gallery-arrow--next {
    right: 12px;
  }

  .idub-detail-mobile-gallery-dots {
    right: 62px;
    left: 62px;
  }

  .idub-detail-mobile-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .idub-detail-mobile-title {
    font-size: 20px;
    line-height: 1.05;
  }
}
