.locale-switch{position:relative;flex-shrink:0}.locale-switch-btn{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer}.locale-switch-btn:hover{border-color:var(--accent,#0c6b6b)}.locale-flag{width:22px;height:15px;display:block;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.12)}.locale-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:50;display:flex;flex-direction:column;gap:2px;min-width:132px;padding:4px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 24px rgba(16,24,32,.12)}.locale-menu button{display:flex;align-items:center;gap:8px;width:100%;border:0;background:transparent;color:var(--ink);padding:6px 8px;border-radius:8px;cursor:pointer;font:inherit;font-size:.78rem;text-align:left}.locale-menu button.on,.locale-menu button:hover{background:var(--accent-soft)}.hero .locale-switch{margin-top:10px}.hero .locale-menu{left:50%;right:auto;transform:translateX(-50%)}