@font-face {
      font-family: 'Daylimirror';
      src: local('Daylimirror'), local('Daylimirror Personal Use');
    }

    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    html, body {
      width: 100vw;
      min-height: 100vh;
      font-family: 'Daylimirror', 'Arial Black', sans-serif;
      cursor: url('../images/cursor.png') 44 48, auto;
    }

    body {
      background-color: #8195af;
      padding: 0.6rem 0.5rem 0.6rem;
    }

    .back {
      position: fixed;
      top: 1rem;
      left: 1.5rem;
      font-size: 0.85rem;
      font-weight: 900;
      color: #fff;
      text-decoration: none;
      text-transform: lowercase;
      z-index: 999;
      transition: opacity 0.2s;
    }
    .back:hover { opacity: 0.6; }

    .page-menu {
      position: fixed;
      top: 1.1rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999;
      display: flex;
      gap: 2rem;
    }

    .page-menu a {
      font-family: 'Daylimirror', 'Arial Black', sans-serif;
      font-weight: 900;
      font-size: 0.95rem;
      color: #fff;
      text-decoration: underline;
      text-transform: lowercase;
      transition: opacity 0.2s;
    }

    .page-menu a:hover { opacity: 0.6; }

    .page-title {
      position: relative;
      top: 1.2rem;
      left: calc(1rem - 1mm);
      font-size: clamp(1rem, 2.2vw, 2.2rem);
      font-weight: 900;
      color: #fff;
      text-transform: lowercase;
      white-space: nowrap;
      line-height: 1.1;
      margin-bottom: 0;
    }

    .gallery {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 2rem;
      margin-top: 4rem;
      padding: 0 2rem 3rem;
    }

    .gallery .main-img {
      width: 27%;
      display: block;
      object-fit: cover;
    }

    .tag-img {
      position: absolute;
      top: 95%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 27%;
      z-index: 5;
      pointer-events: none;
    }

    .tag-img--lg {
      width: 27.5%;
    }

    .pair-item .tag-img {
      width: 93%;
      top: 112%;
    }

    .tag-title {
      position: absolute;
      top: 91%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 6;
      font-family: 'Daylimirror', 'Arial Black', sans-serif;
      font-weight: 900;
      font-size: 1.3rem;
      color: #492820;
      text-transform: lowercase;
      white-space: nowrap;
      pointer-events: none;
    }

    .pair-item .tag-title {
      top: 108%;
      font-size: 1.2rem;
    }

    .pair-item .tag-caption {
      top: 111.5%;
    }

    .pair-item:nth-child(2) .tag-title {
      top: 106.5%;
      left: 48%;
      line-height: 0.95;
      text-align: center;
    }

    .pair-item:nth-child(2) .tag-caption {
      left: 47%;
    }

    .tag-caption {
      position: absolute;
      top: 94.5%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 6;
      font-family: 'Canva Sans', 'Inter', 'Helvetica Neue', sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      color: #492820;
      text-align: center;
      line-height: 1.4;
      white-space: nowrap;
      pointer-events: none;
    }

    .single-img-wrap {
      position: relative;
      display: flex;
      justify-content: center;
      margin-top: 2.5rem;
      padding: 0 2rem 3rem;
    }

    .single-img-wrap .main-img {
      width: 57%;
      display: block;
    }

    .i3-wrap {
      margin-top: 4.5rem;
      padding-bottom: 5.5rem;
    }

    .i3-wrap .main-img {
      width: 84%;
    }

    .i3-wrap .tag-title {
      top: 93.5%;
    }

    .video-tag4 {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      width: 8%;
      transform: translate(-50%, 42%) rotate(90deg);
      z-index: 20;
      pointer-events: none;
    }

    .single-video-wrap {
      padding-bottom: 9rem;
    }

    .single-video-wrap .main-img {
      width: 84%;
    }

    .video-tag4-mobile-img {
      display: none;
    }

    .video-tag4-title {
      position: absolute;
      bottom: 4.5rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 21;
      font-family: 'Daylimirror', 'Arial Black', sans-serif;
      font-weight: 900;
      font-size: 1.3rem;
      color: #492820;
      text-transform: lowercase;
      white-space: nowrap;
      pointer-events: none;
    }

    .video-tag4-caption {
      position: absolute;
      bottom: 0.5rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 21;
      font-family: 'Canva Sans', 'Inter', 'Helvetica Neue', sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      color: #492820;
      text-align: center;
      line-height: 1.4;
      white-space: nowrap;
      pointer-events: none;
    }

    .gallery-pair {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 2rem;
      margin-top: 4rem;
      padding: 0 2rem 3rem;
    }

    .gallery-pair.pair-tags-below {
      padding-bottom: 9rem;
    }

    .video-tag-top,
    .video-tag-bottom {
      position: absolute;
      left: 50%;
      width: 27%;
      z-index: 20;
      pointer-events: none;
    }

    .video-tag-top {
      top: -1.5rem;
      transform: translate(-50%, -75%);
    }

    .gallery-pair-videos .pair-item {
      width: 31%;
      top: 1rem;
    }

    .video-tag-bottom {
      bottom: 2rem;
      width: 23%;
      transform: translate(-50%, 60%);
    }

    .video-tag-top-title {
      position: absolute;
      top: -1.5rem;
      left: 49.5%;
      transform: translate(-50%, -188%);
      z-index: 21;
      font-family: 'Daylimirror', 'Arial Black', sans-serif;
      font-weight: 900;
      font-size: 1.3rem;
      color: #492820;
      text-transform: lowercase;
      white-space: nowrap;
      pointer-events: none;
    }

    .video-tag-top-caption {
      position: absolute;
      top: -1.5rem;
      left: 49.5%;
      transform: translate(-50%, -71%);
      z-index: 21;
      font-family: 'Canva Sans', 'Inter', 'Helvetica Neue', sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      color: #492820;
      text-align: center;
      line-height: 1.4;
      white-space: nowrap;
      pointer-events: none;
    }

    .pair-item {
      position: relative;
      width: 27%;
    }

    .pair-item .main-img {
      width: 100%;
      display: block;
      object-fit: cover;
    }

    .video-el {
      cursor: pointer;
      background-color: #d8d3c8;
      object-fit: cover;
    }

    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 3.2rem;
      height: 3.2rem;
      border-radius: 50%;
      border: none;
      background: rgba(255, 255, 255, 0.55);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
      transition: opacity 0.25s ease, transform 0.2s ease;
    }

    .play-btn:hover {
      background: rgba(255, 255, 255, 0.75);
      transform: translate(-50%, -50%) scale(1.05);
    }

    .play-btn.is-hidden {
      opacity: 0;
      pointer-events: none;
    }

    .play-icon {
      width: 0;
      height: 0;
      border-top: 0.6rem solid transparent;
      border-bottom: 0.6rem solid transparent;
      border-left: 0.95rem solid #492820;
      margin-left: 0.25rem;
    }

    .stack {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
      margin-top: 2.5rem;
      padding: 0 2rem 3rem 15rem;
    }

    .stack .main-img {
      width: 48%;
      display: block;
    }

    .tag4-wrap {
      position: absolute;
      top: 50%;
      right: 22%;
      transform: translateY(-50%);
      width: 11rem;
      z-index: 5;
    }

    .tag4-wrap img {
      display: block;
      width: 100%;
      pointer-events: none;
    }

    .tag4-wrap .tag4-mobile-img {
      display: none;
    }

    .tag4-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(90deg);
      z-index: 6;
      white-space: nowrap;
      text-align: center;
      pointer-events: none;
    }

    .tag4-title {
      font-family: 'Daylimirror', 'Arial Black', sans-serif;
      font-weight: 900;
      font-size: 1.6rem;
      color: #492820;
      text-transform: lowercase;
      margin: 0 0 0.3em;
    }

    .tag4-caption {
      font-family: 'Canva Sans', 'Inter', 'Helvetica Neue', sans-serif;
      font-size: 0.85rem;
      font-weight: 400;
      color: #492820;
      line-height: 1.4;
      margin: 0;
    }

    .tag4-caption--sm {
      font-size: 0.7rem;
    }

    /* ══════════════════════════════════════════
       MOBILE
       ══════════════════════════════════════════ */
    @media (max-width: 900px) {
      .page-title {
        position: relative;
        top: 0;
        left: 0;
        padding: 3rem 1.2rem 0.5rem;
        font-size: 1.6rem;
      }

      .page-menu {
        top: 5.6rem;
        gap: 1rem 1.4rem;
        flex-wrap: wrap;
        justify-content: center;
        width: 92%;
      }

      .page-menu a {
        font-size: 0.8rem;
      }

      .gallery,
      .gallery-pair {
        gap: 0.8rem;
        margin-top: 3rem;
        padding: 0 1rem 4.5rem;
      }

      .single-img-wrap {
        margin-top: 2rem;
        padding: 0 1rem 4rem;
      }

      .gallery .main-img,
      .pair-item {
        width: 44%;
      }

      .single-img-wrap .main-img {
        width: 78%;
      }

      .tag-img {
        width: 78%;
      }

      .tag-img--lg {
        width: 78%;
      }

      .video-tag-top {
        width: 55%;
      }

      .video-tag-bottom {
        width: 48%;
        bottom: 2.5rem;
      }

      .tag-title {
        font-size: 0.95rem;
      }

      .i3-wrap .tag-title {
        top: 92%;
      }

      .tag-caption {
        font-size: 0.6rem;
      }

      .pair-item .tag-img {
        width: 165%;
        top: 112%;
      }

      .pair-item .tag-title {
        top: 103%;
      }

      .pair-item .tag-caption {
        top: 107%;
      }

      .pair-item:nth-child(2) .tag-title {
        top: 99%;
      }

      .pair-item:nth-child(2) .tag-img {
        left: 66%;
      }

      .pair-item .tag-title {
        font-size: 0.78rem;
        width: 100%;
        white-space: normal;
        line-height: 1.15;
        text-align: center;
      }

      .pair-item .tag-caption {
        font-size: 0.56rem;
        width: 95%;
        white-space: normal;
        line-height: 1.25;
      }

      .stack {
        padding: 0 1rem 1rem 1rem;
        align-items: center;
      }

      .stack .main-img {
        width: 62%;
      }

      .tag4-wrap {
        position: relative;
        right: auto;
        width: 74%;
        margin: 1.5rem auto 0;
      }

      .tag4-wrap .tag4-desktop-img {
        display: none;
      }

      .tag4-wrap .tag4-mobile-img {
        display: block;
      }

      .tag4-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 88%;
        white-space: normal;
      }

      .tag4-title {
        font-size: 1rem;
        margin-bottom: 0.15em;
      }

      .tag4-caption {
        font-size: 0.55rem;
      }

      .tag4-caption--sm {
        font-size: 0.46rem;
      }

      .video-tag-top-title {
        font-size: 0.95rem;
        left: 50%;
        transform: translate(-50%, -161%);
      }

      .video-tag-top-caption {
        font-size: 0.62rem;
        left: 50%;
        transform: translate(-50%, -45%);
      }

      .single-video-wrap {
        padding-bottom: 9rem;
      }

      .single-video-wrap .play-btn {
        top: calc(50% - 4.5rem);
      }

      .video-tag4-desktop-img {
        display: none;
      }

      .video-tag4-mobile-img {
        display: block;
        position: absolute;
        bottom: 0.5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 92%;
        z-index: 20;
        pointer-events: none;
      }

      .video-tag4-text-wrap {
        position: absolute;
        bottom: 0.5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 76%;
        z-index: 21;
        text-align: center;
        pointer-events: none;
      }

      .video-tag4-title {
        position: static;
        transform: none;
        font-size: 1.05rem;
        margin-bottom: 0.2em;
      }

      .video-tag4-caption {
        position: static;
        transform: none;
        white-space: normal;
        font-size: 0.62rem;
      }
    }
