/* Shared language control for rebirthstone.com. */
html[data-locale="en-US"]:not([data-i18n-ready]) body {
  visibility: hidden;
}

.hp-language-field {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 44px;
}

.hp-language-field__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.hp-language-select {
  min-width: 92px;
  min-height: 44px;
  padding: 8px 28px 8px 10px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 6px;
  background: rgba(5, 6, 13, .78);
  color: #f8fafc;
  font: 600 12px/1.3 "Noto Sans JP", system-ui, sans-serif;
  color-scheme: dark;
  cursor: pointer;
}

.hp-language-select:hover {
  border-color: rgba(255, 232, 163, .68);
}

.hp-language-select:focus-visible {
  outline: 2px solid #ffe8a3;
  outline-offset: 2px;
}

html[data-locale="en-US"] body {
  overflow-wrap: anywhere;
}

html[data-locale="en-US"] .choice-line > span:last-child {
  margin-left: -.4em;
}

html[data-locale="en-US"] .reg-heading {
  font-family: var(--font-display, "Marcellus", serif);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  letter-spacing: .035em;
  line-height: 1.08;
}

html[data-locale="en-US"] .reg-kicker {
  display: none;
}

@media (max-width: 680px) {
  .nav .hp-language-field,
  .top-nav .hp-language-field {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 4;
  }

  .hp-language-select {
    min-width: 88px;
  }
}
