/* ADDFARM multilingual landing page additions */
.site-header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.site-header .site-language-switch { color: #fff; }
.site-language-switch { display: inline-flex; align-items: center; gap: 3px; padding: 4px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(0,0,0,.08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.site-language-switch a { min-width: 32px; padding: 6px 7px; border-radius: 999px; color: inherit; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-align: center; opacity: .7; transition: background .2s ease, color .2s ease, opacity .2s ease; }
.site-language-switch a:hover { opacity: 1; }
.site-language-switch a.active { color: #063e31; background: #fff; opacity: 1; }
.site-language-switch-mobile { display: none; }
.site-header.is-scrolled .site-language-switch, .site-header.scrolled .site-language-switch { border-color: rgba(8,73,56,.12); background: rgba(255,255,255,.72); color: #17372d; }
html[lang="en"] body { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
html[lang="ja"] body { font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
@media (max-width: 1060px) {
  .site-header-actions > .site-language-switch { display: none; }
  .site-header-actions { justify-self: end; }
  .site-language-switch-mobile { display: inline-flex; margin-top: 12px; border-color: rgba(8,73,56,.14); background: rgba(255,255,255,.7); color: #17372d; }
}
