:root {
  color-scheme: dark;
  background: #020304;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  background: #020304;
}

body {
  overflow-x: hidden;
}

.render-lock-stage {
  position: relative;
  width: 100vw;
  min-height: calc(100vw * 2 / 3);
  background: #020304;
  overflow: hidden;
}

.render-lock-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: calc(100vw * 2 / 3);
  object-fit: contain;
  object-position: top center;
  user-select: none;
  -webkit-user-drag: none;
}

.render-lock-status {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(242, 238, 230, 0.58);
  font: 500 14px/1.4 system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
}

.render-lock-stage[data-ready="true"] .render-lock-status {
  display: none;
}

.hit-area {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 10px;
  background: transparent;
  color: transparent;
  font-size: 0;
  outline-offset: 3px;
}

.hit-area:focus-visible {
  outline: 2px solid #d5ae62;
}

.hit-logo       { left: 2.6%;  top: 2.3%; width: 15.5%; height: 5.9%; }
.hit-work       { left: 40.3%; top: 2.5%; width: 4.8%;  height: 5.3%; }
.hit-principles { left: 45.4%; top: 2.5%; width: 6.8%;  height: 5.3%; }
.hit-about      { left: 52.4%; top: 2.5%; width: 4.8%;  height: 5.3%; }
.hit-header-cta { left: 83.7%; top: 2.6%; width: 13.1%; height: 5.1%; }
.hit-primary    { left: 2.8%;  top: 53.4%; width: 14.7%; height: 5.3%; }
.hit-secondary  { left: 18.5%; top: 53.4%; width: 11.5%; height: 5.3%; }

.anchor-target {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

#top        { top: 0; }
#work       { top: 9.5%; }
#principles { top: 66.4%; }
#about      { top: 95%; }

@media (max-width: 720px) {
  .render-lock-stage {
    width: 1000px;
    min-height: 667px;
    transform-origin: top left;
  }

  body {
    overflow-x: auto;
  }
}
