.language-switch { display:flex; align-items:center; flex-shrink:0; gap:2px; font:500 12px/1.2 "Outfit",system-ui,sans-serif; letter-spacing:.08em; }
.language-switch a { display:grid; place-items:center; min-width:32px; min-height:44px; color:#a6b7c8; text-decoration:none; }
.language-switch a[aria-current] { color:#fff; text-decoration:underline; text-underline-offset:6px; text-decoration-color:#8ce0ef; }
.language-switch a:hover { color:#fff; }
.language-switch a:focus-visible { outline:2px solid #8ce0ef; outline-offset:2px; border-radius:4px; }
.language-switch > span { color:#7c8995; }
.journey-header { gap:20px; }
.journey-header .desktop-nav { margin-left:auto; }
.site-header .header-link { margin-left:auto; }
.language-note { color:#a9bdcf; font-size:13px; line-height:1.8; }
html[lang="en"] { --font-story:Georgia,"Times New Roman",serif; --serif:Georgia,"Times New Roman",serif; }
html[lang="en"] body { font-family:"Outfit",system-ui,sans-serif; }
html[lang="en"] #main :is(.opening h1,.story-copy h2,.delivery-copy h2,.world-bridge__copy h2,.world-chapter__copy h3,.ranking-intro h2,.final-lockup h2) { letter-spacing:0; }
html[lang="en"] .world-bridge--earth .world-bridge__copy h2 { white-space:normal; }
html[lang="en"] .world-bridge--earth .world-bridge__lead { letter-spacing:.04em; }
html[lang="en"] .opening__identity { letter-spacing:.04em; }
html[lang="en"] .safety-confirmation p { font-size:10px; line-height:1.5; }
@media (min-width:768px) and (max-width:1100px) {
  .journey-header { gap:12px; padding-inline:24px; }
  .journey-header .desktop-nav { gap:14px; }
}
@media (max-width:767px) {
  .journey-header { gap:10px; }
  .journey-header .language-switch { margin-left:auto; }
  .language-switch { font-size:11px; }
  .language-switch a { min-width:28px; }
  .site-header { flex-wrap:wrap; gap:8px; padding-block:12px; }
  .site-header .brand { margin-right:auto; }
  .site-header .header-link { order:3; flex-basis:100%; max-width:none; padding:0; text-align:right; }
  html[lang="en"] .world-bridge--earth .world-bridge__copy { width:90%; }
  html[lang="en"] .reaction-demo__label { font-size:11px; letter-spacing:0; }
}
@media print { .language-switch { display:none; } }
