*{box-sizing:border-box}
html,body{
  margin:0;
  width:100%;
  min-height:100%;
  background:#fff;
}
body{
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden;
  overflow-y:auto;
}

/* Full-width responsive canvas.
   This preserves the complete approved artwork with NO side bands,
   NO stretching, and NO cropping of the logo or arches. */
.landing{
  position:relative;
  width:100vw;
  aspect-ratio:16/9;
  background:#fff;
}

.artwork{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:fill;
  user-select:none;
  -webkit-user-drag:none;
}

/* Real clickable Facebook area aligned to the approved button */
.facebook-link{
  position:absolute;
  left:36.1%;
  top:67.1%;
  width:27.2%;
  height:8.3%;
  z-index:5;
  border-radius:999px;
  cursor:pointer;
}
.facebook-link:hover{
  background:rgba(255,255,255,.06);
}
.facebook-link:focus-visible{
  outline:4px solid #b10f2e;
  outline-offset:4px;
}

.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
