.prompt-note {
  margin: 10px 0 14px;
  padding: 10px 12px;
  border-left: 4px solid var(--orange);
  border-radius: 6px;
  background: #fff7df;
  color: #59451f;
  font-size: 0.8rem !important;
  line-height: 1.65;
}

.orientation-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 8px;
}

.orientation-switch button {
  border: 1px solid #cabaa9;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--brown);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.orientation-switch button.is-active {
  border-color: var(--brown);
  background: var(--brown);
  color: #fff;
}

.orientation-switch small {
  font-size: 0.68rem;
}

.guide.rect {
  width: 0.9rem;
  height: 0.6rem;
  border-radius: 1px;
}

.hero h1 {
  display: grid;
  gap: 0.08em;
}

.hero-product {
  color: var(--brown);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.88rem, 1.6vw, 1.35rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.hero-tool-title {
  display: block;
}

@media (max-width: 620px) {
  .hero h1 {
    margin-bottom: 0.8rem;
  }

  .hero-product {
    font-size: 0.84rem;
  }
}
