/* Local customization layer. Keep the mirrored Webflow styles untouched. */

@media screen and (max-width: 767px) {
  .nav-c {
    padding-top: 0.75rem;
  }

  .nav-boiler .logo-nav {
    width: 3.5rem !important;
  }

  .c.home {
    padding: 4.75rem 0.75rem 0.75rem;
  }

  .div-block {
    width: 100%;
  }

  .fat {
    font-size: clamp(5rem, 27.5vw, 7.25rem);
    line-height: 0.78;
    letter-spacing: -0.015em;
    white-space: nowrap;
  }

  .fat.snd {
    margin-top: -0.05em;
  }

  .space-1 {
    padding-top: 1.15rem;
  }

  .h1-home {
    max-width: 22rem;
    font-size: clamp(1.4rem, 6vw, 1.8rem);
    line-height: 0.9;
  }

  .h1-home sub {
    display: block;
    position: static;
    max-width: 21rem;
    margin-top: 0.65rem;
    font-size: 0.7em;
    line-height: 1.1;
  }

  .artist_list_w {
    padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
  }

  .artist_item,
  .project_item {
    min-width: 82vw;
    max-height: none;
    margin-left: 0.75rem;
    aspect-ratio: 1 / 1;
  }

  .media-link,
  .media-slider-home {
    width: 100%;
    height: 100%;
  }

  .media-link {
    display: block;
  }

  .media-slider-home {
    object-fit: cover;
  }

  .tag-home-wrap {
    padding-bottom: 0.4rem;
  }
}

@media screen and (max-width: 991px) and (max-height: 600px) and (orientation: landscape) {
  .nav-c {
    padding-top: 0.5rem;
  }

  .nav-boiler .logo-nav {
    width: 3rem !important;
  }

  .c.home {
    padding-top: 4.5rem;
  }

  .fat {
    font-size: min(15vh, 16vw);
  }

  .space-1 {
    padding-top: 0.7rem;
  }

  .h1-home {
    max-width: 18rem;
    font-size: 1rem;
  }

  .h1-home sub {
    margin-top: 0.35rem;
  }

  .artist_item,
  .project_item {
    min-width: 42vw;
    min-height: 0;
    height: 62vh;
    max-height: 62vh;
    margin-left: 0.75rem;
    aspect-ratio: 1 / 1;
  }

  [data-horizontal-scroll] .w-dyn-item .media-link,
  [data-horizontal-scroll] .project_item .media-link {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
  }

  [data-horizontal-scroll] .w-dyn-item .media-slider-home,
  [data-horizontal-scroll] .project_item .media-slider-home {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .tag-home-wrap {
    position: absolute;
    top: -1.5rem;
  }

  .hide-mobile-landscape {
    display: none !important;
  }
}
