@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;
      height: 100vh;
      overflow: hidden;
      cursor: url('../images/cursor.png') 44 48, auto;
    }

    body {
      background-color: #e2dacc;
      background-image: url('../images/bg.jpg');
      background-size: 100% 100%;
      background-repeat: no-repeat;
      position: relative;
      font-family: 'Daylimirror', 'Arial Black', sans-serif;
    }

    /* ── Faixa do título ── */
    .header-strip {
      position: absolute;
      top: -18vh;
      left: 0;
      width: 90vw;
      z-index: 9;
    }

    .header-strip .strip-img {
      width: 100%;
      display: block;
      mix-blend-mode: multiply;
    }

    .title {
      position: absolute;
      top: 4vh;
      left: 38vw;
      transform: translateX(-50%);
      font-size: clamp(1.4rem, 4.2vw, 5rem);
      font-weight: 900;
      color: #111;
      letter-spacing: -0.01em;
      line-height: 1;
      text-transform: lowercase;
      white-space: nowrap;
      z-index: 12;
      opacity: 0.93;
    }

    /* ── Imagens posicionadas ── */
    .item {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .item img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      mix-blend-mode: multiply;
      display: block;
    }

    /* Fundo branco — regra compartilhada */
    .item-white img {
      filter: brightness(0) invert(1);
      mix-blend-mode: normal;
    }

    /* Links de navegação — independentes, no body */
    .nav-link {
      position: absolute;
      z-index: 999;
      font-family: 'Daylimirror', 'Arial Black', sans-serif;
      font-weight: 900;
      font-size: 25px;
      line-height: 1.1;
      text-align: center;
      text-transform: lowercase;
      text-decoration: none;
      cursor: pointer;
      transition: opacity 0.2s ease;
      transform: translate(-50%, -50%);
    }

    .nav-link:hover { opacity: 0.7; }

    .nav-about          { color: #fff; top: 45vh;  left: 46vw; }
    .nav-research       { color: #111; top: 34vh;  left: 67vw; }
    .nav-creative       { color: #fff; top: calc(130px + 65vh); left: 68vw; }
    .nav-paintings      { color: #fff; top: 54vh;  left: 89vw; }

    /* ── 7.png ── */
    .item-photo,
    .item-photo-white { left: -1vw; top: 20vh; width: 52vw; height: 100vh; }
    .item-photo-white  { z-index: 20; }
    .item-photo        { z-index: 21; }

    /* ── 3.png ── */
    .item-plant,
    .item-plant-white { left: 12vw; top: -13vh; width: 68vw; height: 104vh; }
    .item-plant-white  { z-index: 20; }
    .item-plant        { z-index: 21; }

    /* ── 1.png ── */
    .item-donut { left: 32vw; top: -30vh; width: 34vw; height: 57vh; z-index: 11; }

    /* ── 6.png ── */
    .item-shell,
    .item-shell-white { left: 46vw; top: 2vh; width: 41vw; height: 65vh; }
    .item-shell-white  { z-index: 20; }
    .item-shell        { z-index: 21; }

    /* ── 2.png ── */
    .item-blob,
    .item-blob-white { left: 70vw; top: -26vh; width: 48vw; height: 81vh; transform: rotate(-15deg); }
    .item-blob-white  { z-index: 20; }
    .item-blob        { z-index: 21; }

    /* ── 4.png ── */
    .item-vase,
    .item-vase-white { left: 34vw; top: 130px; width: 68vw; height: 100vh; }
    .item-vase-white  { z-index: 20; }
    .item-vase        { z-index: 21; }

    /* ── 5.png ── */
    .item-star,
    .item-star-white { left: 58vw; top: 8vh; width: 61vw; height: 91vh; }
    .item-star-white  { z-index: 20; }
    .item-star        { z-index: 21; }

    /* ══════════════════════════════════════════
       MOBILE
       ══════════════════════════════════════════ */
    .mobile-collage { display: none; }
    .mobile-contact { display: none; }

    @media (max-width: 900px) {
      html, body {
        height: auto;
        min-height: 100vh;
        overflow-y: visible;
        overflow-x: hidden;
      }

      body {
        background-size: cover;
        background-position: center;
      }

      .header-strip {
        top: 1rem;
        left: -6%;
        width: 100%;
        z-index: 2;
      }

      .header-strip .strip-img { width: 82%; }

      .title {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 1.5rem 1.2rem 0;
        font-size: clamp(1.6rem, 8vw, 2.4rem);
        white-space: normal;
        line-height: 1.05;
        z-index: 12;
      }

      .title .title-line2 {
        display: block;
      }

      /* Hide the desktop scattered collage + old nav links */
      .item,
      .nav-link {
        display: none;
      }

      .mobile-collage {
        display: block;
        position: relative;
        width: 100%;
        padding-bottom: 120%;
        margin-top: 0.5rem;
      }

      .m-item {
        position: absolute;
        display: block;
        text-decoration: none;
      }

      .m-item img {
        width: 100%;
        display: block;
        mix-blend-mode: multiply;
        pointer-events: none;
      }

      .m-item .m-label {
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-family: 'Daylimirror', 'Arial Black', sans-serif;
        font-weight: 900;
        font-size: clamp(0.85rem, 4.2vw, 1.15rem);
        text-transform: lowercase;
        line-height: 1.15;
        text-align: center;
        white-space: nowrap;
        text-shadow: 0 1px 6px rgba(0,0,0,0.35);
      }

      .m-corner {
        left: 82%;
        top: 16%;
        width: 15%;
        z-index: 1;
      }

      .m-about {
        left: 0%;
        top: 6%;
        width: 34%;
        z-index: 3;
      }

      .m-about .m-label {
        left: 68%;
      }

      .m-research {
        left: 36%;
        top: 5%;
        width: 33%;
        z-index: 2;
      }

      .m-paintings {
        left: 60%;
        top: 26%;
        width: 34%;
        z-index: 3;
      }

      .m-creative {
        left: 30%;
        top: 34%;
        width: 36%;
        z-index: 4;
      }

      .m-photo {
        left: 0%;
        top: 64%;
        width: 62%;
        z-index: 2;
        pointer-events: none;
      }

      .m-rock {
        left: 62%;
        top: -14%;
        width: 30%;
        z-index: 4;
        pointer-events: none;
      }

      .contact-wrap {
        position: relative;
        margin-top: 1rem;
      }

      .mobile-contact {
        display: block;
        position: relative;
        z-index: 2;
        padding: 1.5rem 1.2rem 3rem;
        font-family: 'Canva Sans', 'Inter', 'Helvetica Neue', sans-serif;
        font-size: 0.85rem;
        color: #111;
        line-height: 1.4;
        text-align: center;
      }

      .desktop-contact {
        display: none !important;
      }

      .corner-deco {
        position: absolute !important;
        display: block !important;
        width: 90% !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        bottom: auto !important;
        right: auto !important;
        margin: 0 !important;
        z-index: 1 !important;
      }
    }
