:root {
  color-scheme: light;
  background: #f4f0e7;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  display: grid;
  place-items: center;
  overflow-x: hidden;
  background: #f4f0e7;
}

.page-shell {
  width: 100%;
}

.artwork {
  position: relative;
  width: min(100vw, 1536px);
  margin-inline: auto;
  line-height: 0;
}

.artwork > img {
  display: block;
  width: 100%;
  height: auto;
}

.email-hotspot {
  position: absolute;
  left: 3.55%;
  top: 80.25%;
  width: 8.45%;
  height: 15.7%;
  border-radius: 2px;
}

.email-hotspot:focus-visible {
  outline: 4px solid #b32831;
  outline-offset: 3px;
}

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

@media (min-aspect-ratio: 3 / 2) and (min-width: 900px) {
  .artwork {
    width: min(100vw, 150vh, 1536px);
  }
}
