/*
 * Generated locale routes only.
 * The original root presentation is intentionally left in style.css.
 */

html[lang="ja"] .localized-route {
  --font-body: 'Noto Sans JP', 'Outfit', sans-serif;
  --font-display: 'Noto Serif JP', 'Instrument Serif', serif;
  --font-reading: 'Noto Serif JP', 'Lora', serif;
}

html[lang="ko"] .localized-route {
  --font-body: 'Noto Sans KR', 'Outfit', sans-serif;
  --font-display: 'Noto Serif KR', 'Instrument Serif', serif;
  --font-reading: 'Noto Serif KR', 'Lora', serif;
}

.localized-route .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.localized-route .locale-picker {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.localized-route .locale-picker__select {
  appearance: none;
  -webkit-appearance: none;
  min-height: 34px;
  max-width: 190px;
  padding: 6px 32px 6px 13px;
  border: 1px solid var(--border-muted);
  border-radius: var(--radius-full);
  background-color: var(--bg-surface-muted);
  background-image: linear-gradient(45deg, transparent 50%, var(--text-secondary) 50%),
    linear-gradient(135deg, var(--text-secondary) 50%, transparent 50%);
  background-position: calc(100% - 16px) 14px, calc(100% - 11px) 14px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: var(--text-secondary);
  cursor: pointer;
  font: 500 13px var(--font-body);
  letter-spacing: 0.01em;
}

.localized-route .locale-picker__select:hover,
.localized-route .locale-picker__select:focus-visible {
  border-color: var(--border-default);
  color: var(--text-primary);
  outline: 2px solid rgba(92, 124, 94, 0.25);
  outline-offset: 2px;
}

.localized-route .hero__copy,
.localized-route .hero__visual,
.localized-route .step__content,
.localized-route .step__visual,
.localized-route .feature-card,
.localized-route .demo-card,
.localized-route .footer__brand,
.localized-route .footer__links {
  min-width: 0;
}

.localized-route :where(
  .hero__title,
  .hero__subtitle,
  .section__title,
  .section__subtitle,
  .step__number,
  .step__title,
  .step__description,
  .perspective-card__situation,
  .perspective-card__text,
  .feature-card__title,
  .feature-card__description,
  .demo-card__input,
  .demo-card__result-text,
  .cta-section__title,
  .cta-section__subtitle,
  .footer__tagline,
  .footer__link,
  .footer__copy
) {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: auto;
}

.localized-route .hero__title,
.localized-route .section__title,
.localized-route .step__title,
.localized-route .cta-section__title {
  text-wrap: balance;
}

.localized-route .footer__links,
.localized-route .footer__lang-links {
  row-gap: var(--space-3);
}

.localized-route .footer__lang-links {
  flex-wrap: wrap;
  justify-content: center;
}

.localized-route .footer__link,
.localized-route .footer__lang-link {
  text-align: center;
}

.localized-route .step__number {
  flex-wrap: wrap;
}

.localized-route .step__number::after {
  min-width: 20px;
}

.localized-route .perspectives-scroll {
  overscroll-behavior-inline: contain;
}

@media (max-width: 639px) {
  .localized-route .nav__actions {
    gap: var(--space-2);
  }

  .localized-route .locale-picker__select {
    max-width: 142px;
    padding-left: 10px;
    padding-right: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .localized-route,
  .localized-route * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
