.language-switcher { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; padding-block: .75rem; }
.language-switcher [aria-current] { font-weight: 700; text-decoration-thickness: 2px; }
.pilot-notice { padding: .75rem 1rem; background: var(--blue-pale); margin-block: .5rem 1.5rem; }
.pilot-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr)); gap: 2rem; }
.pilot-choice { display: block; margin-block: .75rem; }
html[lang="ja"] .prose { line-height: 1.95; line-break: strict; overflow-wrap: anywhere; }
html[lang="ja"] h1 { line-height: 1.5; }
.site-nav { flex-wrap: wrap; }
.font-title, .purchase, .font-facts-grid > div { min-width: 0; }
h1, h2, .site-nav a, .font-facts-grid dd { overflow-wrap: anywhere; }
[dir="rtl"] { text-align: start; }
