﻿/* ja.css - Japanese-specific layout overrides. */
html[lang="ja"] body {
  font-family: Inter, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  overflow-wrap: anywhere;
}

html[lang="ja"] :where(h1, h2, h3, h4) {
  letter-spacing: -0.035em;
  line-break: strict;
}

html[lang="ja"] :where(p, li, label, input, select, textarea, button) {
  line-break: strict;
}

/* The six compact preview routes keep their CTA on a burgundy background. */
html[lang="ja"] body.ja-compact-page .bg-coffer h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html[lang="ja"] body.ja-compact-page .bg-coffer p {
  color: rgba(255, 255, 255, .84) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .84) !important;
}

html[lang="ja"] body.ja-compact-page main .bg-coffer a {
  background-color: #fff !important;
  color: #9F1239 !important;
  -webkit-text-fill-color: #9F1239 !important;
}
