  #filmstrip,
  #emma,
  #olivia,
  #star {
    pointer-events: none;
  }
  #ImSticky3 {
    pointer-events: auto;
  }

      /* Responsive covet page stylesheet – mobile-first */

      /* 1. Base styles */
      * { box-sizing: border-box; }
      h1, h2, p {
        text-align: center;
        margin: 0;
        padding: 0;
      }
      body {
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 100vh;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: scroll;
        font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
        overflow-x: hidden;
      }
      img { max-width: 100%; height: auto; display: block; }

      /* 2. Layout and default element styles (mobile-first) */
      #ImSticky {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        min-height: 400px;
        z-index: 5;
      }
      #ImSticky2 {
        position: relative;
        width: 80px !important;
        height: 80px !important;
        margin-top: 8px;
        z-index: 2;
      }
      #ImSticky3 {
        position: relative;
        width: 90px;
        height: 80px;
        margin-top: 8px;
        z-index: 2;
      }
      .bg-container {
        position: fixed;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        z-index: -1;
      }
      .bg-container img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        display: block;
      }

      /* 3. Mobile phone styles */
      @media only screen and (max-width: 600px) {
        #emma {
          position: fixed;
          left: -40px;
          top: 60%;
          transform: translateY(-50%);
          width: 300px;
          height: auto;
          z-index: 5;
        }
        #olivia {
          position: fixed;
          right: -80px;
          top: 35%;
          transform: translateY(-50%);
          width: 400px;
          height: auto;
          z-index: 5;
        }
        #star {
          position: fixed;
          left: 10px;
          top: 10px;
          width: 80px;
          height: auto;
          z-index: 6;
        }
        #filmstrip {
          position: fixed;
          left: 48%;
          bottom: -50px;
          transform: translateX(-50%);
          max-width: 450px;
          height: auto;
          z-index: 3;
        }
        #ImSticky2 {
          width: 80px !important;
          height: 80px !important;
          position: absolute;
          left: 35%;
          transform: translateX(-50%);
          top: 18%;
          margin-top: 0;
          z-index: 100;
          pointer-events: auto;
        }
        #ImSticky3 {
          width: 90px;
          height: 80px;
          position: absolute;
          left: 30%;
          transform: translateX(-50%);
          top: 38%;
          margin-top: 0;
          z-index: 9999;
          pointer-events: auto;
        }
        body {
          padding-bottom: 20px;
          background-position: center top;
          background-size: cover;
        }
      }

/* Responsive covet page stylesheet – mobile-first */

/* 1. Base styles */
* { box-sizing: border-box; }
h1, h2, p {
  text-align: center;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }

/* 2. Layout and default element styles (mobile-first) */
  #ImSticky {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 400px;
    z-index: 5;
  }
}
#ImSticky2 {
  position: relative;
  width: 80px !important;
  height: 80px !important;
  margin-top: 8px;
  z-index: 2;
}
#ImSticky3 {
  position: relative;
  width: 90px;
  height: 80px;
  margin-top: 8px;
  z-index: 2;
}
.bg-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: -1;
}
.bg-container img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
}

/* 3. Tablet styles */
@media only screen and (max-width: 1024px) {
  #ImSticky {
    width: 60%;
    max-width: 420px;
    top: -5%;
    min-height: 250px;
  }
  #ImSticky2, #ImSticky3 {
    width: 120px;
    height: 60px;
    max-width: 140px;
    min-width: 60px;
    margin: 8px auto 0 auto;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }
  #ImSticky3 {
    width: 130px;
    height: 60px;
    margin-top: 12px;
  }
}

/* 4. Mobile phone styles */
@media only screen and (max-width: 600px) {
  #ImSticky2 {
    width: 90px !important;
    height: 80px !important;
    position: absolute;
    left: 25%;
    transform: translateX(-50%);
    top: 25%;
    margin-top: 0;
  }
  #ImSticky3 {
    width: 100px;
    height: 90px;
    position: absolute;
    left: 25%;
    transform: translateX(-50%);
    top: 35%;
    margin-top: 2px;
  }
  body {
    padding-bottom: 20px;
    background-position: center top;
    background-size: cover;
  }
}


/* 6. Desktop / large layout overrides */
@media only screen and (min-width: 1025px) {
  #ImSticky {
    position: fixed;
    width: 40%;
    max-width: 600px;
    height: auto;
    top: -15%;
    left: 15%;
    z-index: 1;
  }
  #ImSticky2{
    position: fixed;
    width: 160px !important;
    height: 170px !important;
    top: 25%;
    left: 43.5%;
     z-index: 2; /* Keep z-index for #ImSticky2 */
  }
    #ImSticky3 { 
      position: fixed; 
      width: 160px; 
      max-width: 220px; 
      height: 120px; 
      left: 50%; 
      transform: translateX(-50%); 
      z-index: 10; /* Set z-index higher than #ImSticky2 */
      pointer-events: auto; /* Enable pointer-events */
    }
  #ImSticky3 { bottom: 30%; min-height: 200px; }

  #olivia {
    position: fixed;
    top: -80px;
    right: -200px;
    width: 750px;
    height: auto;
    z-index: 5;
    pointer-events: auto;
  }
  #star {
    position: fixed;
    top: 50px;
    right: 370px;
    width: 150px;
    height: auto;
    z-index: 6;
    pointer-events: auto;
  }
  #filmstrip {
    position: fixed;
    bottom: -100px;
    right: -10px;
    width: 700px;
    height: auto;
    z-index: 7;
    pointer-events: auto;
  }
  #emma {
    position: fixed;
    bottom: -40px;
    left: -80px;
    width: 600px;
    height: auto;
    z-index: 4;
    pointer-events: auto;
  }
}

