/* =========================
   INDEX.HTML — STAGE ELEMENT POSITIONS
   Coordinates are relative to the 824x1310 design canvas.
   The .wrapper (.stage) scales everything together via
   the --bg-scale variable, so these stay as plain pixel values.
========================= */

#instagramLink { left: 270px;  top: 332px;  width: 110px; }
#youtubeLink   { left: 255px;  top: 423px;  width: 120px; }
#tiktokLink    { left: 300px;  top: 540px;  width: 120px; }
#infoLink      { left: 510px;  top: 200px;  width: 50px;  }
#workLink      { left: 440px;  top: 350px;  width: 190px; }
#mailLink      { left: 180px;  top: 1010px; width: 150px; }

#titleBanner   { left: 262px;  top: 25px;   width: 300px; }
#sloganBanner  { left: 162px;  top: 1220px; width: 500px; }

#mailOverlay {
  left: 412px;
  top: 705px;
  width: 620px;
  height: 220px;
}

#sendMailBtn  { left: 310px; top: 230px; width: 150px; }
#closeMailBtn { left: 170px; top: 210px; width: 100px; }
