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

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; background: #000; }
body { overflow-x: hidden; }

.skip-link {
  position: fixed;
  top: -60px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #000;
  background: #b8ff00;
  font: 700 16px Arial, sans-serif;
}
.skip-link:focus { top: 10px; }

.page-artboard {
  position: relative;
  width: min(100%, 1100px);
  margin: 0 auto;
  background: #000;
}

.page-image {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.hotspot {
  position: absolute;
  z-index: 5;
  display: block;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hotspot:focus-visible {
  outline: 3px solid #d6ff43;
  outline-offset: 3px;
}

.menu-toggle { left: 91.7%; top: .75%; width: 7%; height: 4.6%; }
.hero-puppies { left: 47.2%; top: 20.6%; width: 40.5%; height: 3.5%; }
.meet-dogs { left: 47.2%; top: 24.5%; width: 40.5%; height: 3.6%; }
.learn-more { left: 36.3%; top: 42.7%; width: 25.5%; height: 3.0%; }
.view-males { left: 66.8%; top: 49.7%; width: 29.3%; height: 3.9%; }
.view-females { left: 66.8%; top: 57.2%; width: 29.3%; height: 3.9%; }
.view-puppies { left: 66.8%; top: 64.7%; width: 29.3%; height: 3.9%; }
.phone-link { left: 42.8%; top: 89.0%; width: 18.5%; height: 1.9%; }
.email-link { left: 42.8%; top: 91.0%; width: 25.5%; height: 1.9%; }

.menu-panel {
  position: absolute;
  z-index: 20;
  top: 5.2%;
  right: 2.2%;
  display: none;
  min-width: 220px;
  padding: 10px;
  border: 1px solid #9ed000;
  background: rgba(2, 3, 0, .97);
  box-shadow: 0 14px 40px rgba(0,0,0,.75);
}
.menu-panel.open { display: grid; }
.menu-panel a {
  padding: 11px 14px;
  color: #d2d2d2;
  font: 700 16px/1.2 Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}
.menu-panel a:hover,
.menu-panel a:focus-visible {
  color: #c8ff13;
  background: rgba(184,255,0,.08);
}

.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;
}

@media (max-width: 600px) {
  .page-artboard { width: 100%; }
  .menu-panel {
    position: fixed;
    top: 58px;
    left: 12px;
    right: 12px;
    min-width: 0;
  }
}
