:root {
  color-scheme: light;
  --page-bg: #f7f2e7;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--page-bg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page {
  min-height: 100vh;
}

.artboard {
  position: relative;
  width: min(100%, 903px);
  margin: 0 auto;
  line-height: 0;
}

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

.hotspot {
  position: absolute;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  border-radius: 999px;
  outline-offset: 3px;
}

.hotspot:focus-visible {
  outline: 3px solid #df9b1d;
  background: rgb(255 255 255 / 0.12);
}

/* Coordinates are percentages of the original 903 × 1742 artwork. */
.approach   { left: 39.3%; top: 1.7%; width: 9.0%; height: 2.2%; }
.what-we-do { left: 49.2%; top: 1.7%; width: 9.3%; height: 2.2%; }
.impact     { left: 60.2%; top: 1.7%; width: 6.0%; height: 2.2%; }
.resources  { left: 67.2%; top: 1.7%; width: 8.0%; height: 2.2%; }
.about      { left: 76.6%; top: 1.7%; width: 7.1%; height: 2.2%; }
.contact    { left: 85.2%; top: 1.0%; width: 10.7%; height: 3.1%; }

.cta-primary   { left: 4.4%; top: 94.2%; width: 9.9%; height: 2.5%; }
.cta-secondary { left: 15.0%; top: 94.2%; width: 16.5%; height: 2.5%; }

.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 (min-width: 904px) {
  body { padding: 0 24px; }
  .artboard { box-shadow: 0 0 0 1px rgb(24 66 49 / 0.04); }
}
