:root {
  color-scheme: dark;
  background: #0b0b0a;
  font-family: "Noto Serif TC", "Songti TC", serif;
}

* {
  box-sizing: border-box;
}

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

.design-page {
  position: relative;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  line-height: 0;
}

.design-image {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  display: block;
  border: 0;
  border-radius: 3px;
  outline-offset: 4px;
}

.hotspot:focus-visible,
.home-link:focus-visible {
  outline: 2px solid #d9a15d;
}

/* 點擊範圍依照 1536px 寬的首頁設計稿設定，會隨畫面等比例縮放。 */
.instagram-link {
  left: 2.5%;
  top: 8%;
  width: 16%;
  height: 4%;
}

.view-more-link {
  left: 3.5%;
  top: 73.5%;
  width: 33.5%;
  height: 6.5%;
}

.home-link {
  position: absolute;
  right: 2rem;
  top: 1.25rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(50, 37, 25, 0.45);
  background: rgba(255, 255, 255, 0.72);
  color: #382516;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
}

@media (max-width: 600px) {
  .home-link {
    right: 0.75rem;
    top: 0.75rem;
    padding: 0.5rem 0.65rem;
    font-size: 0.7rem;
  }
}
