.language-switch { display:flex; align-items:center; gap:8px; margin:12px; flex-shrink:0; font-size:14px; }
.language-switch select { width:auto; min-width:104px; padding:8px 10px; border:1px solid #b9b2a7; border-radius:8px; background:#fff; color:#183141; font:inherit; }
.language-switch select:focus-visible { outline:3px solid #237d91; outline-offset:2px; }
html[lang="ja"] body { font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif; overflow-wrap:anywhere; }
html[lang="ja"] .hero h1 { font-size:clamp(32px, 4.5vw, 64px); line-height:1.4; }
html[lang="ja"] .hero h1 em { font-style:normal; }
html[lang="ja"] .eyebrow, html[lang="ja"] .purchase-label { letter-spacing:0.08em; }
@media(max-width:640px) { .site-header { flex-wrap:wrap; gap:8px; } .language-switch { margin:4px 0 4px auto; } .language-switch > span { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); } }
