* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  background: #f5f1e8;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f5f1e8;
}

img {
  display: block;
  width: 100vw;
  max-width: none;
  height: auto;
}

.mockup-site {
  width: 100%;
  overflow: hidden;
}

.mockup-section {
  position: relative;
  width: 100%;
  margin: 0;
}

.hotspot {
  position: absolute;
  z-index: 2;
  display: block;
  color: transparent;
  text-decoration: none;
  outline-offset: 4px;
}

.hotspot span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hotspot:focus-visible {
  outline: 2px solid #4c4c29;
}

.hotspot-primary {
  left: 3.82%;
  top: 80.35%;
  width: 19.5%;
  height: 7.5%;
}

.hotspot-secondary {
  left: 24.56%;
  top: 80.35%;
  width: 13.15%;
  height: 7.5%;
}

.cta-hotspot {
  left: 5.98%;
  top: 71.15%;
  width: 26.82%;
  height: 8.7%;
}

@media (max-width: 760px) {
  .mockup-section {
    min-width: 760px;
    transform-origin: top left;
  }

  .mockup-site {
    overflow-x: auto;
  }
}
